Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -241,4 +241,14 @@ gold_test = canonical["test"]
|
|
| 241 |
|
| 242 |
## Citation
|
| 243 |
|
| 244 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 241 |
|
| 242 |
## Citation
|
| 243 |
|
| 244 |
+
```bibtex
|
| 245 |
+
@misc{Recski:2026,
|
| 246 |
+
title={ACL-Verbatim: hallucination-free question answering for research},
|
| 247 |
+
author={Gábor Recski and Szilveszter Tóth and Nadia Verdha and István Boros and Ádám Kovács},
|
| 248 |
+
year={2026},
|
| 249 |
+
eprint={2605.21102},
|
| 250 |
+
archivePrefix={arXiv},
|
| 251 |
+
primaryClass={cs.CL},
|
| 252 |
+
url={https://arxiv.org/abs/2605.21102},
|
| 253 |
+
}
|
| 254 |
+
```
|