pminervini commited on
Commit
956ed41
1 Parent(s): 43c6a9b
Files changed (1) hide show
  1. src/display/about.py +24 -6
src/display/about.py CHANGED
@@ -165,12 +165,30 @@ If everything is done, check you can launch the EleutherAIHarness on your model
165
 
166
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
167
  CITATION_BUTTON_TEXT = r"""
168
- @misc{hallucinations-leaderboard,
169
- author = {Pasquale Minervini and Ping Nie and Clémentine Fourrier and Rohit Saxena and Aryo Pradipta Gema and Xuanli He and others},
170
- title = {Hallucinations Leaderboard},
171
- year = {2024},
172
- publisher = {Hugging Face},
173
- howpublished = "\url{https://huggingface.co/spaces/hallucinations-leaderboard/leaderboard}"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  }
175
 
176
  @misc{eval-harness,
 
165
 
166
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
167
  CITATION_BUTTON_TEXT = r"""
168
+ @article{hallucinations-leaderboard,
169
+ author = {Giwon Hong and
170
+ Aryo Pradipta Gema and
171
+ Rohit Saxena and
172
+ Xiaotang Du and
173
+ Ping Nie and
174
+ Yu Zhao and
175
+ Laura Perez{-}Beltrachini and
176
+ Max Ryabinin and
177
+ Xuanli He and
178
+ Cl{\'{e}}mentine Fourrier and
179
+ Pasquale Minervini},
180
+ title = {The Hallucinations Leaderboard - An Open Effort to Measure Hallucinations
181
+ in Large Language Models},
182
+ journal = {CoRR},
183
+ volume = {abs/2404.05904},
184
+ year = {2024},
185
+ url = {https://doi.org/10.48550/arXiv.2404.05904},
186
+ doi = {10.48550/ARXIV.2404.05904},
187
+ eprinttype = {arXiv},
188
+ eprint = {2404.05904},
189
+ timestamp = {Wed, 15 May 2024 08:47:08 +0200},
190
+ biburl = {https://dblp.org/rec/journals/corr/abs-2404-05904.bib},
191
+ bibsource = {dblp computer science bibliography, https://dblp.org}
192
  }
193
 
194
  @misc{eval-harness,