Skip to content

Commit 17bfc0c

Browse files
authored
Update citation
1 parent 3254a7b commit 17bfc0c

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,23 @@ $ python src/prepare_evidence.py --dataset newsclippings --split val
187187

188188
If you find this work relevant to your research or use the 5Pils-OOC dataset or this code in your work, please cite our paper as follows:
189189

190-
```bibtex
191-
@article{tonglet2025cove,
192-
title={COVE: COntext and VEracity prediction for out-of-context images},
193-
author={Tonglet, Jonathan and Thiem, Gabriel and Gurevych, Iryna},
194-
journal={arXiv preprint arXiv:2502.01194},
195-
year={2025},
196-
url={https://arxiv.org/abs/2502.01194}
190+
@inproceedings{tonglet-etal-2025-cove,
191+
title = "COVE: COntext and VEracity prediction for out-of-context images",
192+
author = "Tonglet, Jonathan and
193+
Thiem, Gabriel and
194+
Gurevych, Iryna",
195+
editor = "Chiruzzo, Luis and
196+
Ritter, Alan and
197+
Wang, Lu",
198+
booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
199+
month = apr,
200+
year = "2025",
201+
address = "Albuquerque, New Mexico",
202+
publisher = "Association for Computational Linguistics",
203+
url = "https://aclanthology.org/2025.naacl-long.102/",
204+
doi = "10.18653/v1/2025.naacl-long.102",
205+
pages = "2029--2049",
197206
}
198-
```
199207

200208
For 5Pils-OOC, please also cite in the ACL anthology format:
201209

0 commit comments

Comments
 (0)