Spaces:
Running
Running
Update src/abouts.py
Browse files- src/abouts.py +12 -0
src/abouts.py
CHANGED
@@ -121,3 +121,15 @@ Professional Exam & Agriculture and Forestry & 7344 & 23200\\\\
|
|
121 |
\\end{array}
|
122 |
$$
|
123 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
\\end{array}
|
122 |
$$
|
123 |
"""
|
124 |
+
|
125 |
+
CITATION_LABEL = "Copy the following snippet to cite these results"
|
126 |
+
|
127 |
+
CITATION_CONTENT = """@misc{jassem2025llmzszlcomprehensivellmbenchmark,
|
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 |
+
}"""
|