lytang commited on
Commit
83992b1
1 Parent(s): a085643

Update README.md

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