Datasets:
Commit ·
915dff0
1
Parent(s): 382a53c
docs(README): add bibtex citation
Browse files
README.md
CHANGED
|
@@ -344,3 +344,19 @@ Your answer letter:
|
|
| 344 |
# Languages
|
| 345 |
|
| 346 |
The list of languages availabe in MVL-SIB is available [here](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200). In addition, [SIB-200](https://huggingface.co/datasets/Davlan/sib200) also adds N'Koo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 344 |
# Languages
|
| 345 |
|
| 346 |
The list of languages availabe in MVL-SIB is available [here](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200). In addition, [SIB-200](https://huggingface.co/datasets/Davlan/sib200) also adds N'Koo.
|
| 347 |
+
|
| 348 |
+
# Citation
|
| 349 |
+
|
| 350 |
+
Should you be using MVL-SIB or refer to the findings of our paper, please cite us per below:
|
| 351 |
+
|
| 352 |
+
```
|
| 353 |
+
@misc{schmidt2025mvlsibmassivelymultilingualvisionlanguage,
|
| 354 |
+
title={MVL-SIB: A Massively Multilingual Vision-Language Benchmark for Cross-Modal Topical Matching},
|
| 355 |
+
author={Fabian David Schmidt and Florian Schneider and Chris Biemann and Goran Glavaš},
|
| 356 |
+
year={2025},
|
| 357 |
+
eprint={2502.12852},
|
| 358 |
+
archivePrefix={arXiv},
|
| 359 |
+
primaryClass={cs.CL},
|
| 360 |
+
url={https://arxiv.org/abs/2502.12852},
|
| 361 |
+
}
|
| 362 |
+
```
|