Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -35
README.md CHANGED
@@ -1,37 +1,24 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: image
7
- dtype: image
8
- - name: image_url
9
- dtype: string
10
- - name: qa_type
11
- dtype: string
12
- - name: is_cultural
13
- dtype: bool
14
- - name: question_ro
15
- dtype: string
16
- - name: options_ro
17
- sequence: string
18
- - name: answer_idx
19
- dtype: int32
20
- - name: answer_ro
21
- dtype: string
22
- - name: author_username
23
- dtype: string
24
- - name: category
25
- dtype: string
26
- splits:
27
- - name: test
28
- num_bytes: 5063635791.0
29
- num_examples: 580
30
- download_size: 2132925498
31
- dataset_size: 5063635791.0
32
- configs:
33
- - config_name: default
34
- data_files:
35
- - split: test
36
- path: data/test-*
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ [HoraVQA](https://huggingface.co/datasets/CohereLabs/AyaVisionBench) is a benchmark designed to evaluate vision-language models understanding of Romanian culture. Images are crawled and curated by humans, while questions and answer are built exclusively by human annotators.
11
+
12
+ 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
+ ```bibtext
20
+ TODO
21
+ ```
22
+
23
+
24
+