Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
### Signal and Noise: A Framework for Reducing Uncertainty in Language Model Evaluation
|
8 |
+
|
9 |
+
<p align="center">
|
10 |
+
<a href="https://github.com/allenai/signal-and-noise/blob/main/LICENSE">
|
11 |
+
<img alt="GitHub License" src="https://img.shields.io/badge/license-Apache 2.0-green">
|
12 |
+
</a>
|
13 |
+
<a href="">
|
14 |
+
<img alt="Paper URL" src="https://img.shields.io/badge/paper-arxiv-red">
|
15 |
+
</a>
|
16 |
+
<a href="https://github.com/allenai/signal-and-noise">
|
17 |
+
<img alt="Huggingface URL" src="https://img.shields.io/badge/code-github-grey">
|
18 |
+
</a>
|
19 |
+
</p>
|
20 |
+
|
21 |
+
Our work studies the ratio between signal, a benchmark's ability to separate models; and noise, a benchmark's sensitivity to random variability during training steps.
|
22 |
+
|