Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -131,11 +131,18 @@ Source: https://www.bger.ch/files/live/sites/bger/files/pdf/de/urteilsveroeffent
|
|
131 |
|
132 |
### Citation Information
|
133 |
|
134 |
-
|
135 |
-
*Title: Blabliblablu*
|
136 |
-
*Name of conference*
|
137 |
```
|
138 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
```
|
140 |
|
141 |
### Contributions
|
|
|
|
|
|
131 |
|
132 |
### Citation Information
|
133 |
|
134 |
+
Please cite our [ArXiv-Preprint](https://arxiv.org/abs/2306.09237)
|
|
|
|
|
135 |
```
|
136 |
+
@misc{rasiah2023scale,
|
137 |
+
title={SCALE: Scaling up the Complexity for Advanced Language Model Evaluation},
|
138 |
+
author={Vishvaksenan Rasiah and Ronja Stern and Veton Matoshi and Matthias Stürmer and Ilias Chalkidis and Daniel E. Ho and Joel Niklaus},
|
139 |
+
year={2023},
|
140 |
+
eprint={2306.09237},
|
141 |
+
archivePrefix={arXiv},
|
142 |
+
primaryClass={cs.CL}
|
143 |
+
}
|
144 |
```
|
145 |
|
146 |
### Contributions
|
147 |
+
|
148 |
+
Thanks to [Joel Niklaus](https://niklaus.ai) for adding this dataset.
|