Update README.md (#1)
Browse files- Update README.md (cb6703069b81e6d03c093609cbabddad9195595e)
Co-authored-by: Leonie Weissweiler <[email protected]>
README.md
CHANGED
|
@@ -491,4 +491,18 @@ MultiBLiMP is a massively Multilingual Benchmark for Linguistic Minimal Pairs.
|
|
| 491 |
|
| 492 |
The paper can be found [here](https://arxiv.org/abs/2504.02768).
|
| 493 |
|
| 494 |
-
We split the data set by language: each language consists of a single .tsv file. The rows contain many attributes for a particular pair, most important are the `sen` and `wrong_sen` fields,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 491 |
|
| 492 |
The paper can be found [here](https://arxiv.org/abs/2504.02768).
|
| 493 |
|
| 494 |
+
We split the data set by language: each language consists of a single .tsv file. The rows contain many attributes for a particular pair, most important are the `sen` and `wrong_sen` fields, which we use for evaluating the language models.
|
| 495 |
+
|
| 496 |
+
# Citation Information
|
| 497 |
+
|
| 498 |
+
```
|
| 499 |
+
@misc{jumelet2025multiblimp10massivelymultilingual,
|
| 500 |
+
title={MultiBLiMP 1.0: A Massively Multilingual Benchmark of Linguistic Minimal Pairs},
|
| 501 |
+
author={Jaap Jumelet and Leonie Weissweiler and Arianna Bisazza},
|
| 502 |
+
year={2025},
|
| 503 |
+
eprint={2504.02768},
|
| 504 |
+
archivePrefix={arXiv},
|
| 505 |
+
primaryClass={cs.CL},
|
| 506 |
+
url={https://arxiv.org/abs/2504.02768},
|
| 507 |
+
}
|
| 508 |
+
```
|