Spaces:
Running
Running
Add Arxiv citation details
Browse files
README.md
CHANGED
|
@@ -34,4 +34,18 @@ yarn dev
|
|
| 34 |
To start InspectorRAGet in production mode, please run the following command.
|
| 35 |
```shell
|
| 36 |
yarn start
|
| 37 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
To start InspectorRAGet in production mode, please run the following command.
|
| 35 |
```shell
|
| 36 |
yarn start
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
## Citation
|
| 40 |
+
If you use InspectorRAGet in your research, please cite our paper:
|
| 41 |
+
|
| 42 |
+
```
|
| 43 |
+
@misc{fadnis2024inspectorraget,
|
| 44 |
+
title={InspectorRAGet: An Introspection Platform for RAG Evaluation},
|
| 45 |
+
author={Kshitij Fadnis and Siva Sankalp Patel and Odellia Boni and Yannis Katsis and Sara Rosenthal and Benjamin Sznajder and Marina Danilevsky},
|
| 46 |
+
year={2024},
|
| 47 |
+
eprint={2404.17347},
|
| 48 |
+
archivePrefix={arXiv},
|
| 49 |
+
primaryClass={cs.SE}
|
| 50 |
+
}
|
| 51 |
+
```
|