lvkaokao
commited on
Commit
·
98d3a41
1
Parent(s):
e54d795
update citation.
Browse files- src/display/about.py +48 -16
src/display/about.py
CHANGED
|
@@ -198,6 +198,25 @@ Not all models are converted properly from `float16` to `bfloat16`, and selectin
|
|
| 198 |
|
| 199 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 200 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 201 |
@software{eval-harness,
|
| 202 |
author = {Gao, Leo and
|
| 203 |
Tow, Jonathan and
|
|
@@ -264,22 +283,35 @@ CITATION_BUTTON_TEXT = r"""
|
|
| 264 |
archivePrefix={arXiv},
|
| 265 |
primaryClass={cs.CL}
|
| 266 |
}
|
| 267 |
-
@misc{
|
| 268 |
-
title={
|
| 269 |
-
author={
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
archivePrefix={arXiv},
|
| 284 |
primaryClass={cs.CL}
|
| 285 |
}
|
|
|
|
| 198 |
|
| 199 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 200 |
CITATION_BUTTON_TEXT = r"""
|
| 201 |
+
@misc{
|
| 202 |
+
Cheng2023AutoRound,
|
| 203 |
+
title={Optimize Weight Rounding via Signed Gradient Descent for the Quantization of LLMs},
|
| 204 |
+
author={Wenhua Cheng, Weiwei Zhang, Haihao Shen, Yiyang Cai, Xin He, Kaokao Lv},
|
| 205 |
+
year={2023},
|
| 206 |
+
url={https://arxiv.org/abs/2309.05516}
|
| 207 |
+
}
|
| 208 |
+
@software{neural-compressor,
|
| 209 |
+
title = intel/neural-compressor,
|
| 210 |
+
publisher = {Intel},
|
| 211 |
+
url = {https://github.com/intel/neural-compressor/tree/master}
|
| 212 |
+
}
|
| 213 |
+
@misc{open-llm-leaderboard,
|
| 214 |
+
author = {Edward Beeching and Clémentine Fourrier and Nathan Habib and Sheon Han and Nathan Lambert and Nazneen Rajani and Omar Sanseviero and Lewis Tunstall and Thomas Wolf},
|
| 215 |
+
title = {Open LLM Leaderboard},
|
| 216 |
+
year = {2023},
|
| 217 |
+
publisher = {Hugging Face},
|
| 218 |
+
howpublished = "\url{https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard}"
|
| 219 |
+
}
|
| 220 |
@software{eval-harness,
|
| 221 |
author = {Gao, Leo and
|
| 222 |
Tow, Jonathan and
|
|
|
|
| 283 |
archivePrefix={arXiv},
|
| 284 |
primaryClass={cs.CL}
|
| 285 |
}
|
| 286 |
+
@misc{Bisk2019PIQA,
|
| 287 |
+
title={PIQA: Reasoning about Physical Commonsense in Natural Language},
|
| 288 |
+
author={Yonatan Bisk, Rowan Zellers, Ronan Le Bras, Jianfeng Gao, Yejin Choi},
|
| 289 |
+
year={2019},
|
| 290 |
+
eprint={1911.11641},
|
| 291 |
+
archivePrefix={arXiv},
|
| 292 |
+
primaryClass={cs.CL}
|
| 293 |
+
}
|
| 294 |
+
@misc{Paperno2016LAMBADA,
|
| 295 |
+
title={The LAMBADA dataset: Word prediction requiring a broad discourse context},
|
| 296 |
+
author={Denis Paperno, Germán Kruszewski, Angeliki Lazaridou, Quan Ngoc Pham, Raffaella Bernardi, Sandro Pezzelle, Marco Baroni, Gemma Boleda, Raquel Fernández},
|
| 297 |
+
year={2016},
|
| 298 |
+
eprint={1606.06031},
|
| 299 |
+
archivePrefix={arXiv},
|
| 300 |
+
primaryClass={cs.CL}
|
| 301 |
+
}
|
| 302 |
+
@misc{Mihaylov2018OpenBookQA,
|
| 303 |
+
title={Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering},
|
| 304 |
+
author={Todor Mihaylov, Peter Clark, Tushar Khot, Ashish Sabharwal},
|
| 305 |
+
year={2018},
|
| 306 |
+
eprint={1809.02789},
|
| 307 |
+
archivePrefix={arXiv},
|
| 308 |
+
primaryClass={cs.CL}
|
| 309 |
+
}
|
| 310 |
+
@misc{Clark2019BoolQ,
|
| 311 |
+
title={BoolQ: Exploring the Surprising Difficulty of Natural Yes/No Questions},
|
| 312 |
+
author={Christopher Clark, Kenton Lee, Ming-Wei Chang, Tom Kwiatkowski, Michael Collins, Kristina Toutanova},
|
| 313 |
+
year={2019},
|
| 314 |
+
eprint={1905.10044},
|
| 315 |
archivePrefix={arXiv},
|
| 316 |
primaryClass={cs.CL}
|
| 317 |
}
|