Datasets:
README: restore original voice, tasks overview covers both tasks, clarify countries and citations
Browse files
README.md
CHANGED
|
@@ -66,12 +66,10 @@ configs:
|
|
| 66 |
|
| 67 |
# ImageEval-ArabicNLP26 👁️
|
| 68 |
|
| 69 |
-
|
|
|
|
| 70 |
|
| 71 |
-
|
| 72 |
-
- **Task 2: CRAI-Bench** — cultural accuracy evaluation for Arabic text-to-image generation, scored with the Cultural Representation Accuracy Index (CRAI). Lives under [`task2/`](./tree/main/task2).
|
| 73 |
-
|
| 74 |
-
The competition has concluded and **all gold labels are released**, including the blind test splits. Official results are on the [leaderboard](https://imageeval2026.github.io/leaderboard/).
|
| 75 |
|
| 76 |
## 💬 Join our Slack
|
| 77 |
|
|
@@ -79,23 +77,27 @@ Join the **[ImageEval Slack channel](https://join.slack.com/t/mm-eval/shared_inv
|
|
| 79 |
releases, deadlines, and updates, and to connect with the organisers and other
|
| 80 |
participants.
|
| 81 |
|
| 82 |
-
#
|
| 83 |
-
|
| 84 |
-
Culturally grounded spoken visual question answering (1a) and image-grounded
|
| 85 |
-
hallucination detection (1b), each in English and MSA tracks.
|
| 86 |
-
Starter kit, format checker and official scorer: [ImageEval2026-tasks/task1](https://github.com/ImageEval2026/ImageEval2026-tasks/tree/main/task1).
|
| 87 |
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
**Spoken VQA.** Given an image and the spoken question and options
|
| 91 |
-
(audio), choose the correct option.
|
| 92 |
|
| 93 |
Prediction: the option index 0, 1 or 2.
|
| 94 |
|
| 95 |
-
**Hallucination detection.** Given an image and three statements, decide for **each** statement whether it is **True** (grounded in the image) or **False** (a hallucination). Exactly one statement is grounded.
|
| 96 |
|
| 97 |
Prediction: a True/False label per statement.
|
| 98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
## 🗂️ Subsets
|
| 100 |
|
| 101 |
| config | task | language | Codabench |
|
|
@@ -110,7 +112,7 @@ the questions are translations of each other.
|
|
| 110 |
|
| 111 |
## 🌍 Countries
|
| 112 |
|
| 113 |
-
|
| 114 |
|
| 115 |
Algeria, Bahrain, Egypt, Iraq, Jordan, Kuwait, Lebanon, Libya, Morocco, Oman, Palestine, Qatar, Saudi Arabia, Sudan, Syria, Tunisia, UAE, Yemen.
|
| 116 |
|
|
@@ -229,14 +231,9 @@ For 1b, combined accuracy was 0.6840 (English) and 0.5080 (MSA).
|
|
| 229 |
|
| 230 |
# 🎨 Task 2: CRAI-Bench
|
| 231 |
|
| 232 |
-
Cultural
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
five-dimensional **Cultural Representation Accuracy Index (CRAI)** plus its
|
| 236 |
-
composite. See the [Task 2 page](https://imageeval2026.github.io/task2/) for
|
| 237 |
-
the full framework.
|
| 238 |
-
Starter kit, format checker, baselines and the official scorer:
|
| 239 |
-
[ImageEval2026-tasks/task2](https://github.com/ImageEval2026/ImageEval2026-tasks/tree/main/task2).
|
| 240 |
|
| 241 |
## 📂 Files
|
| 242 |
|
|
@@ -283,8 +280,8 @@ The dataset is distributed under the Creative Commons Attribution-NonCommercial-
|
|
| 283 |
|
| 284 |
## Citation
|
| 285 |
|
| 286 |
-
|
| 287 |
-
|
| 288 |
|
| 289 |
```
|
| 290 |
@inproceedings{imageeval-2026,
|
|
|
|
| 66 |
|
| 67 |
# ImageEval-ArabicNLP26 👁️
|
| 68 |
|
| 69 |
+
**ImageEval-ArabicNLP26** is the dataset of the [ImageEval 2026 Shared Task](https://imageeval2026.github.io/) at ArabicNLP 2026.
|
| 70 |
+
It covers both of the shared task's tasks: **AynVQA** (Task 1), a culturally grounded Arabic multimodal benchmark for spoken visual question answering and hallucination detection, and **CRAI-Bench** (Task 2), which evaluates the cultural accuracy of Arabic text-to-image generation.
|
| 71 |
|
| 72 |
+
The shared task has concluded. All gold labels are released, including the blind test splits, and the official results are on the [leaderboard](https://imageeval2026.github.io/leaderboard/).
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
## 💬 Join our Slack
|
| 75 |
|
|
|
|
| 77 |
releases, deadlines, and updates, and to connect with the organisers and other
|
| 78 |
participants.
|
| 79 |
|
| 80 |
+
## 🎯 Tasks
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
+
**Spoken VQA (Task 1a).** Given an image and the spoken question and options
|
| 83 |
+
(audio), choose the correct option.
|
|
|
|
|
|
|
| 84 |
|
| 85 |
Prediction: the option index 0, 1 or 2.
|
| 86 |
|
| 87 |
+
**Hallucination detection (Task 1b).** Given an image and three statements, decide for **each** statement whether it is **True** (grounded in the image) or **False** (a hallucination). Exactly one statement is grounded.
|
| 88 |
|
| 89 |
Prediction: a True/False label per statement.
|
| 90 |
|
| 91 |
+
**Cultural accuracy evaluation (Task 2).** Given a reference image of a Qatari cultural scene, a caption, and an AI-generated image produced from that caption, judge how faithfully the generated image represents the culture.
|
| 92 |
+
|
| 93 |
+
Prediction: CRAI scores across five dimensions plus a composite.
|
| 94 |
+
|
| 95 |
+
# 👁️ Task 1: AynVQA
|
| 96 |
+
|
| 97 |
+
Ayn (عين, "eye") tests whether a model can read a culturally specific image, both from a spoken Arabic question and by telling grounded descriptions apart from plausible but hallucinated ones. Each subtask is offered as two language tracks, **English** and **Modern Standard Arabic (MSA)**, scored separately.
|
| 98 |
+
|
| 99 |
+
Starter kit, format checker and official scorer: [ImageEval2026-tasks/task1](https://github.com/ImageEval2026/ImageEval2026-tasks/tree/main/task1).
|
| 100 |
+
|
| 101 |
## 🗂️ Subsets
|
| 102 |
|
| 103 |
| config | task | language | Codabench |
|
|
|
|
| 112 |
|
| 113 |
## 🌍 Countries
|
| 114 |
|
| 115 |
+
Task 1 spans **18 Arab countries** (Task 2 is grounded specifically in Qatari culture):
|
| 116 |
|
| 117 |
Algeria, Bahrain, Egypt, Iraq, Jordan, Kuwait, Lebanon, Libya, Morocco, Oman, Palestine, Qatar, Saudi Arabia, Sudan, Syria, Tunisia, UAE, Yemen.
|
| 118 |
|
|
|
|
| 231 |
|
| 232 |
# 🎨 Task 2: CRAI-Bench
|
| 233 |
|
| 234 |
+
**CRAI-Bench** evaluates whether AI-generated images faithfully represent Qatari and Arab cultural scenes. Given a reference image of an authentic cultural scene, a caption, and an AI-generated image produced from that caption, systems predict scores on the **Cultural Representation Accuracy Index (CRAI)**, a five-dimensional framework validated against human annotation. Each of the reference images has five caption versions, ranging from fully Qatari-specific (v1) to entirely generic (v5). See the [Task 2 page](https://imageeval2026.github.io/task2/) for the full framework and scoring rubric.
|
| 235 |
+
|
| 236 |
+
Starter kit, format checker, baselines and the official scorer: [ImageEval2026-tasks/task2](https://github.com/ImageEval2026/ImageEval2026-tasks/tree/main/task2).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
|
| 238 |
## 📂 Files
|
| 239 |
|
|
|
|
| 280 |
|
| 281 |
## Citation
|
| 282 |
|
| 283 |
+
The shared task overview paper covers both tasks. If you use the Task 1 data,
|
| 284 |
+
please also cite the dataset papers below.
|
| 285 |
|
| 286 |
```
|
| 287 |
@inproceedings{imageeval-2026,
|