Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -66,4 +66,42 @@ task_categories:
|
|
66 |
pretty_name: cvqa
|
67 |
size_categories:
|
68 |
- 1K<n<10K
|
69 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
pretty_name: cvqa
|
67 |
size_categories:
|
68 |
- 1K<n<10K
|
69 |
+
---
|
70 |
+
|
71 |
+
# About CVQA
|
72 |
+
|
73 |
+
|
74 |
+
CVQA is a culturally diverse multilingual VQA benchmark consisting of over 9,000 questions from 33 country-language pairs. The questions in CVQA are written in both the native languages and English, and are categorized into 10 diverse categories.
|
75 |
+
|
76 |
+
This data is designed for use as a test set. Please [submit your submission here](https://eval.ai/web/challenges/challenge-page/2305/) to evaluate your model performance. CVQA is constructed through a collaborative effort led by a team of researchers from MBZUAI. Read more about CVQA in this paper.
|
77 |
+
|
78 |
+
![CVQA statistics](https://cvqa-benchmark.org/images/full-statistics.png)
|
79 |
+
|
80 |
+
# Dataset Creation
|
81 |
+
|
82 |
+
## Source Data
|
83 |
+
|
84 |
+
The images in CVQA can either be based on existing external images or from the contributor's own images. You can see this information from the 'Image Type' and 'Image Source' columns. Images based on external sources will retain their original licensing, whereas images from contributors will be licensed based on each contributor's decision.
|
85 |
+
|
86 |
+
All the questions are hand-crafted by annotators.
|
87 |
+
|
88 |
+
## Data Annotation
|
89 |
+
|
90 |
+
Data creation follows two general steps: question formulation and validation.
|
91 |
+
During question formulation, annotators are asked to write a question, with one correct answer and three distractors.
|
92 |
+
Questions must be culturally nuanced and relevant to the image. Annotators are asked to mask sensitive information and text that can easily give away the answers.
|
93 |
+
During data validation, another annotator is asked to check and validate whether the images and questions adhere to the guidelines.
|
94 |
+
|
95 |
+
You can learn more about our annotation protocol and guidelines in our paper.
|
96 |
+
|
97 |
+
## Annotators
|
98 |
+
|
99 |
+
Annotators needed to be fluent speakers of the language in question and be accustomed to the cultures of the locations for which they provided data. Our annotators are predominantly native speakers, with around 89% residing in the respective country for over 16 years.
|
100 |
+
|
101 |
+
## Licensing Information
|
102 |
+
|
103 |
+
Note that each question has its own license. All data here is free to use for research purposes, but not every entry is permissible for commercial use.
|
104 |
+
|
105 |
+
---
|
106 |
+
|
107 |
+
|