yentinglin commited on
Commit
9a799cf
1 Parent(s): ca1583b

Add citation

Browse files
Files changed (1) hide show
  1. src/about.py +59 -0
src/about.py CHANGED
@@ -69,4 +69,63 @@ If everything is done, check you can launch the EleutherAIHarness on your model
69
 
70
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
71
  CITATION_BUTTON_TEXT = r"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  """
 
69
 
70
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
71
  CITATION_BUTTON_TEXT = r"""
72
+ @misc{open-ko-llm-leaderboard,
73
+ author = {Yen{-}Ting Lin, Yun{-}Nung Chen},
74
+ title = {Open TW-LLM Leaderboard},
75
+ year = {2024},
76
+ publisher = {National Taiwan University},
77
+ howpublished = "\url{https://huggingface.co/spaces/yentinglin/open-tw-llm-leaderboard}"
78
+ }
79
+ @article{DBLP:journals/corr/abs-2403-20180,
80
+ author = {Po{-}Heng Chen and
81
+ Sijia Cheng and
82
+ Wei{-}Lin Chen and
83
+ Yen{-}Ting Lin and
84
+ Yun{-}Nung Chen},
85
+ title = {Measuring Taiwanese Mandarin Language Understanding},
86
+ journal = {CoRR},
87
+ volume = {abs/2403.20180},
88
+ year = {2024},
89
+ url = {https://doi.org/10.48550/arXiv.2403.20180},
90
+ doi = {10.48550/ARXIV.2403.20180},
91
+ eprinttype = {arXiv},
92
+ eprint = {2403.20180},
93
+ timestamp = {Wed, 10 Apr 2024 17:37:45 +0200},
94
+ biburl = {https://dblp.org/rec/journals/corr/abs-2403-20180.bib},
95
+ bibsource = {dblp computer science bibliography, https://dblp.org}
96
+ }
97
+ @misc{hendrycks2021measuring,
98
+ title={Measuring Massive Multitask Language Understanding},
99
+ author={Dan Hendrycks and Collin Burns and Steven Basart and Andy Zou and Mantas Mazeika and Dawn Song and Jacob Steinhardt},
100
+ year={2021},
101
+ eprint={2009.03300},
102
+ archivePrefix={arXiv},
103
+ primaryClass={cs.CY}
104
+ }
105
+ @software{eval-harness,
106
+ author = {Gao, Leo and
107
+ Tow, Jonathan and
108
+ Biderman, Stella and
109
+ Black, Sid and
110
+ DiPofi, Anthony and
111
+ Foster, Charles and
112
+ Golding, Laurence and
113
+ Hsu, Jeffrey and
114
+ McDonell, Kyle and
115
+ Muennighoff, Niklas and
116
+ Phang, Jason and
117
+ Reynolds, Laria and
118
+ Tang, Eric and
119
+ Thite, Anish and
120
+ Wang, Ben and
121
+ Wang, Kevin and
122
+ Zou, Andy},
123
+ title = {A framework for few-shot language model evaluation},
124
+ month = sep,
125
+ year = 2021,
126
+ publisher = {Zenodo},
127
+ version = {v0.0.1},
128
+ doi = {10.5281/zenodo.5371628},
129
+ url = {https://doi.org/10.5281/zenodo.5371628}
130
+ }
131
  """