adaamko commited on
Commit
3fd320e
·
verified ·
1 Parent(s): c7fd498

Update README.md

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