pminervini commited on
Commit
17d4976
1 Parent(s): b45b868
Files changed (1) hide show
  1. src/display/about.py +13 -2
src/display/about.py CHANGED
@@ -113,10 +113,21 @@ XXX
113
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
114
  CITATION_BUTTON_TEXT = r"""
115
  @misc{hallucinations-leaderboard,
116
- author = {Pasquale Minervini et al.},
117
  title = {Hallucinations Leaderboard},
118
- year = {2023},
119
  publisher = {Hugging Face},
120
  howpublished = "\url{https://huggingface.co/spaces/hallucinations-leaderboard/leaderboard}"
121
  }
 
 
 
 
 
 
 
 
 
 
 
122
  """
 
113
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
114
  CITATION_BUTTON_TEXT = r"""
115
  @misc{hallucinations-leaderboard,
116
+ author = {Pasquale Minervini and Ping Nie and Clémentine Fourrier and Rohit Saxena and Aryo Pradipta Gema and Xuanli He and others},
117
  title = {Hallucinations Leaderboard},
118
+ year = {2024},
119
  publisher = {Hugging Face},
120
  howpublished = "\url{https://huggingface.co/spaces/hallucinations-leaderboard/leaderboard}"
121
  }
122
+
123
+ @misc{eval-harness,
124
+ author = {Gao, Leo and Tow, Jonathan and Abbasi, Baber and Biderman, Stella and Black, Sid and DiPofi, Anthony and Foster, Charles and Golding, Laurence and Hsu, Jeffrey and Le Noac'h, Alain and Li, Haonan and McDonell, Kyle and Muennighoff, Niklas and Ociepa, Chris and Phang, Jason and Reynolds, Laria and Schoelkopf, Hailey and Skowron, Aviya and Sutawika, Lintang and Tang, Eric and Thite, Anish and Wang, Ben and Wang, Kevin and Zou, Andy},
125
+ title = {A framework for few-shot language model evaluation},
126
+ month = 12,
127
+ year = 2023,
128
+ publisher = {Zenodo},
129
+ version = {v0.4.0},
130
+ doi = {10.5281/zenodo.10256836},
131
+ url = {https://zenodo.org/records/10256836}
132
+ }
133
  """