p50038325 commited on
Commit
6fe614b
·
1 Parent(s): 02e19cc

Reapply "Added citations"

Browse files

This reverts commit 02e19ccb326e390f2ea9924552ba6ca01a816058.

Files changed (1) hide show
  1. src/about.py +22 -1
src/about.py CHANGED
@@ -163,4 +163,25 @@ CITATION_BUTTON_TEXT = r"""
163
  year = {2023},
164
  version = {0.3.0},
165
  url = {https://github.com/huggingface/lighteval}
166
- }"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  year = {2023},
164
  version = {0.3.0},
165
  url = {https://github.com/huggingface/lighteval}
166
+ }
167
+
168
+ @article{hendrycks2021measuring,
169
+ title={Measuring mathematical problem solving with the math dataset},
170
+ author={Hendrycks, Dan and Burns, Collin and Kadavath, Saurav and Arora, Akul and Basart, Steven and Tang, Eric and Song, Dawn and Steinhardt, Jacob},
171
+ journal={arXiv preprint arXiv:2103.03874},
172
+ year={2021}
173
+ }
174
+
175
+ @article{yu2018spider,
176
+ title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
177
+ author={Yu, Tao and Zhang, Rui and Yang, Kai and Yasunaga, Michihiro and Wang, Dongxu and Li, Zifan and Ma, James and Li, Irene and Yao, Qingning and Roman, Shanelle and others},
178
+ journal={arXiv preprint arXiv:1809.08887},
179
+ year={2018}
180
+ }
181
+
182
+ @article{han2022folio,
183
+ title={Folio: Natural language reasoning with first-order logic},
184
+ author={Han, Simeng and Schoelkopf, Hailey and Zhao, Yilun and Qi, Zhenting and Riddell, Martin and Zhou, Wenfei and Coady, James and Peng, David and Qiao, Yujie and Benson, Luke and others},
185
+ journal={arXiv preprint arXiv:2209.00840},
186
+ year={2022}
187
+ }"""