Spaces:
Runtime error
Runtime error
Commit
·
27b34e3
1
Parent(s):
49605f1
paper added for citation
Browse files- src/about.py +9 -0
src/about.py
CHANGED
|
@@ -118,4 +118,13 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
| 118 |
|
| 119 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 120 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
"""
|
|
|
|
| 118 |
|
| 119 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 120 |
CITATION_BUTTON_TEXT = r"""
|
| 121 |
+
@misc{nalbandyan2025scoresystematicconsistencyrobustness,
|
| 122 |
+
title={SCORE: Systematic COnsistency and Robustness Evaluation for Large Language Models},
|
| 123 |
+
author={Grigor Nalbandyan and Rima Shahbazyan and Evelina Bakhturina},
|
| 124 |
+
year={2025},
|
| 125 |
+
eprint={2503.00137},
|
| 126 |
+
archivePrefix={arXiv},
|
| 127 |
+
primaryClass={cs.CL},
|
| 128 |
+
url={https://arxiv.org/abs/2503.00137},
|
| 129 |
+
}
|
| 130 |
"""
|