lytang commited on
Commit
1c9a0bd
1 Parent(s): 8874057

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -105,12 +105,12 @@ result_df.round(1)
105
  # Citation
106
 
107
  ```
108
- @misc{tang2024minicheck,
109
- title={MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents},
110
- author={Liyan Tang and Philippe Laban and Greg Durrett},
111
- year={2024},
112
- eprint={2404.10774},
113
- archivePrefix={arXiv},
114
- primaryClass={cs.CL}
115
  }
116
  ```
 
105
  # Citation
106
 
107
  ```
108
+ @InProceedings{tang-etal-2024-minicheck,
109
+ title = {MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents},
110
+ author = {Liyan Tang and Philippe Laban and Greg Durrett},
111
+ booktitle = {Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
112
+ year = {2024},
113
+ publisher = {Association for Computational Linguistics},
114
+ url = {https://arxiv.org/pdf/2404.10774}
115
  }
116
  ```