Safetensors
modernbert
hallucination-detection
span-classification
taxonomy
rag
code
adaamko commited on
Commit
631ceb1
·
verified ·
1 Parent(s): 308a742

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -77,10 +77,13 @@ Wikipedia, plus RAGTruth and 14-language PsiloQA.
77
  ## Citing
78
 
79
  ```bibtex
80
- @article{Kovacs2025LettuceDetect,
81
- title={LettuceDetect: A Hallucination Detection Framework for RAG Applications},
82
- author={Kovács, Ádám and Recski, Gábor},
83
- journal={arXiv preprint arXiv:2502.17125},
84
- year={2025}
 
 
 
85
  }
86
  ```
 
77
  ## Citing
78
 
79
  ```bibtex
80
+ @misc{kovács2026documentgroundingspanlevelhallucination,
81
+ title={Beyond Document Grounding: Span-Level Hallucination Detection over Code, Tool Output, and Documents},
82
+ author={Ádám Kovács and Bowei He and Xue Liu and István Boros and Szilveszter Tóth and Gábor Recski},
83
+ year={2026},
84
+ eprint={2607.00895},
85
+ archivePrefix={arXiv},
86
+ primaryClass={cs.CL},
87
+ url={https://arxiv.org/abs/2607.00895},
88
  }
89
  ```