Update README.md
Browse files
README.md
CHANGED
@@ -93,16 +93,16 @@ At the span level, our model achieves the best scores across all data types, sig
|
|
93 |
|
94 |
## Citing
|
95 |
|
96 |
-
If you use the model or the tool, please cite the following:
|
97 |
|
98 |
```bibtex
|
99 |
-
@
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
}
|
108 |
```
|
|
|
93 |
|
94 |
## Citing
|
95 |
|
96 |
+
If you use the model or the tool, please cite the following paper:
|
97 |
|
98 |
```bibtex
|
99 |
+
@misc{Kovacs:2025,
|
100 |
+
title={LettuceDetect: A Hallucination Detection Framework for RAG Applications},
|
101 |
+
author={Ádám Kovács and Gábor Recski},
|
102 |
+
year={2025},
|
103 |
+
eprint={2502.17125},
|
104 |
+
archivePrefix={arXiv},
|
105 |
+
primaryClass={cs.CL},
|
106 |
+
url={https://arxiv.org/abs/2502.17125},
|
107 |
}
|
108 |
```
|