Update README.md
Browse files
README.md
CHANGED
@@ -88,3 +88,14 @@ For the AutoBencher evaluation used in our work, please refer to [huggingface.co
|
|
88 |
- **Language(s) (NLP):** English
|
89 |
- **License:** The model evaluations are intended for research and educational use in accordance with Ai2's [Responsible Use Guidelines](https://allenai.org/responsible-use)
|
90 |
- **Contact:** Technical inquiries: `[email protected]`. Press: `[email protected]`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
- **Language(s) (NLP):** English
|
89 |
- **License:** The model evaluations are intended for research and educational use in accordance with Ai2's [Responsible Use Guidelines](https://allenai.org/responsible-use)
|
90 |
- **Contact:** Technical inquiries: `[email protected]`. Press: `[email protected]`
|
91 |
+
|
92 |
+
### Citation
|
93 |
+
|
94 |
+
```
|
95 |
+
@article{heineman2025signal,
|
96 |
+
title={Signal and Noise: A Framework for Reducing Uncertainty in Language Model Evaluation},
|
97 |
+
author={Heineman, David and Hofmann, Valentin and Magnusson, Ian and Gu, Yuling and Smith, Noah A and Hajishirzi, Hannaneh and Lo, Kyle and Dodge, Jesse},
|
98 |
+
journal={arXiv preprint arXiv:2508.13144},
|
99 |
+
year={2025}
|
100 |
+
}
|
101 |
+
```
|