Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
shivalikasingh commited on
Commit
9f086d2
·
verified ·
1 Parent(s): af19abf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
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. This dataset was created by translating the prompts from the originally English-only [WildVision (vision_bench_0617)](https://arxiv.org/abs/2406.11069) test dataset using Google Translate API v3 to 22 languages.
499
- The original English-only prompts were created by Lu et al. (2024) and consist of 500 challenging user queries sourced from their WildVision-Arena platform.
500
- The authors show that these can be used to perform automatic LLM judge evaluations, which exhibit a high correlation with WildVision-Arena rankings.
501
 
502
  ### Languages:
503
 
504
- This dataset covers 23 languages: 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).
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