Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -495,14 +495,17 @@ license: apache-2.0
|
|
| 495 |
|
| 496 |
### Dataset Details
|
| 497 |
|
| 498 |
-
The m-WildVision dataset is a multilingual multimodal LLM evaluation set
|
| 499 |
-
The original
|
| 500 |
-
The authors
|
| 501 |
|
| 502 |
### Languages:
|
| 503 |
|
| 504 |
-
|
| 505 |
|
|
|
|
|
|
|
|
|
|
| 506 |
|
| 507 |
### Load with Datasets
|
| 508 |
|
|
|
|
| 495 |
|
| 496 |
### Dataset Details
|
| 497 |
|
| 498 |
+
The m-WildVision dataset is a multilingual multimodal LLM evaluation set covering **23 languages**. It was created by translating prompts from the original English-only [WildVision (vision_bench_0617)](https://arxiv.org/abs/2406.11069) test set.
|
| 499 |
+
The original prompts, developed by [Lu et al. (2024)](https://arxiv.org/abs/2406.11069) , consist of 500 challenging user queries sourced from the WildVision-Arena platform.
|
| 500 |
+
The authors demonstrated that these prompts enable automatic LLM judge evaluations, which strongly correlate with WildVision-Arena rankings.
|
| 501 |
|
| 502 |
### Languages:
|
| 503 |
|
| 504 |
+
To ensure multilingual coverage, the non-English portion of the dataset was generated by translating the English subset into 22 additional languages using Google Translate API v3. The dataset includes a diverse range of language families (such as Latin-based languages like French, German, Arabic families like Persian and Arabic, and East Asian languages like Chinese, Korean, and Japanese) and scripts, ensuring a comprehensive evaluation of model generalizability and robustness.
|
| 505 |
|
| 506 |
+
The languages included are: Arabic (arb_Arab), Chinese (zho_Hans), Czech (ces_Latn), Dutch (nld_Latn), English (eng_Latn), French (fra_Latn), German (deu_Latn), Greek (ell_Grek), Hebrew (heb_Hebr), Hindi (hin_Deva), Indonesian (ind_Latn), Italian (ita_Latn), Japanese (jpn_Jpan), Korean (kor_Hang), Persian (fas_Arab), Polish (pol_Latn), Portuguese (por_Latn), Romanian (ron_Latn), Russian (rus_Cyrl), Spanish (spa_Latn), Turkish (tur_Latn), Ukrainian (ukr_Cyrl), and Vietnamese (vie_Latn).
|
| 507 |
+
|
| 508 |
+
By incorporating languages from different families and scripts, this benchmark enables a **comprehensive assessment of vision-language models**, particularly their ability to generalize across diverse languages.
|
| 509 |
|
| 510 |
### Load with Datasets
|
| 511 |
|