Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Romanian
Size:
< 1K
ArXiv:
License:
mihaimasala commited on
Commit
b81f90e
·
verified ·
1 Parent(s): d75bf84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -23
README.md CHANGED
@@ -1,25 +1,33 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- sequence: image
6
- - name: instruction
7
- dtype: string
8
- - name: question_id
9
- dtype: string
10
- - name: language
11
- dtype: string
12
- - name: answer
13
- dtype: string
14
- splits:
15
- - name: test
16
- num_bytes: 137747898.0
17
- num_examples: 500
18
- download_size: 135061983
19
- dataset_size: 137747898.0
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: test
24
- path: data/test-*
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - ro
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
+
7
+ ### Dataset Description
8
+
9
+ <!-- Provide a longer summary of what this dataset is. -->
10
+ [m-WildVision](https://huggingface.co/datasets/CohereLabs/m-WildVision) is a multilingual multimodal LLM evaluation set covering 23 languages.
11
+
12
+ Here we provide the Romanian version of m-WildVision augmented with human curated answers. This dataset is used as a benchmark and is part of the evaluation protocol for Romanian VLMs proposed in *"Înțelegi românește?" A Recipe for Romanian Vision-Language Models* ([Masala et al., 2026](TODO))
13
+
14
+
15
+ ## Citation
16
+
17
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
18
+
19
+ ```bibtex
20
+ @article{dash2025aya,
21
+ title={Aya vision: Advancing the frontier of multilingual multimodality},
22
+ author={Dash, Saurabh and Nan, Yiyang and Dang, John and Ahmadian, Arash and Singh, Shivalika and Smith, Madeline and Venkitesh, Bharat and Shmyhlo, Vlad and Aryabumi, Viraat and Beller-Morales, Walter and others},
23
+ journal={arXiv preprint arXiv:2505.08751},
24
+ year={2025}
25
+ }
26
+ ```
27
+
28
+ ```bibtext
29
+ TODO
30
+ ```
31
+
32
+
33
+