Spaces:
Running
Running
Update src/abouts.py
Browse files- src/abouts.py +12 -9
src/abouts.py
CHANGED
@@ -124,15 +124,7 @@ $$
|
|
124 |
|
125 |
CITATION_LABEL = "Copy the following snippet to cite these results"
|
126 |
|
127 |
-
CITATION_CONTENT = """
|
128 |
-
title={LLMzSz{\L}: a comprehensive LLM benchmark for Polish},
|
129 |
-
author={Krzysztof Jassem and Micha艂 Ciesi贸艂ka and Filip Grali艅ski and Piotr Jab艂o艅ski and Jakub Pokrywka and Marek Kubis and Monika Jab艂o艅ska and Ryszard Staruch},
|
130 |
-
year={2025},
|
131 |
-
eprint={2501.02266},
|
132 |
-
archivePrefix={arXiv},
|
133 |
-
primaryClass={cs.CL},
|
134 |
-
url={https://arxiv.org/abs/2501.02266},
|
135 |
-
|
136 |
@misc{eval-harness,
|
137 |
title = {A framework for few-shot language model evaluation},
|
138 |
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},
|
@@ -141,4 +133,15 @@ CITATION_CONTENT = """@misc{jassem2025llmzszlcomprehensivellmbenchmark,
|
|
141 |
doi = {10.5281/zenodo.10256836},
|
142 |
url = {https://zenodo.org/records/10256836}
|
143 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
}"""
|
|
|
124 |
|
125 |
CITATION_LABEL = "Copy the following snippet to cite these results"
|
126 |
|
127 |
+
CITATION_CONTENT = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
@misc{eval-harness,
|
129 |
title = {A framework for few-shot language model evaluation},
|
130 |
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},
|
|
|
133 |
doi = {10.5281/zenodo.10256836},
|
134 |
url = {https://zenodo.org/records/10256836}
|
135 |
},
|
136 |
+
@inproceedings{gralinski-2019-geval,
|
137 |
+
title = "{GE}val: Tool for Debugging {NLP} Datasets and Models",
|
138 |
+
author = "Grali{\'n}ski, Filip and
|
139 |
+
Wr{\'o}blewska, Anna and
|
140 |
+
Stanis{\l}awek, Tomasz and
|
141 |
+
Grabowski, Kamil and
|
142 |
+
G{\'o}recki, Tomasz",
|
143 |
+
year = "2019",
|
144 |
+
doi = "10.18653/v1/W19-4826",
|
145 |
+
url = "https://aclanthology.org/W19-4826/",
|
146 |
+
}
|
147 |
}"""
|