AynVQA-ArabicNLP26
收藏资源简介:
Ayn-VQA-ArabicNLP26 是一个基于文化的阿拉伯多模态评估数据集,隶属于ArabicNLP 2026会议的ImageEval 2026共享任务。该数据集旨在测试模型从文化特定图像中读取信息的能力,包括处理阿拉伯语口语问题以及区分真实描述与幻觉描述。数据集包含两个主要任务:任务1a(口语视觉问答,Spoken VQA)要求模型根据图像和口语问题及选项音频选择正确答案;任务1b(幻觉检测,Hallucination detection)要求模型根据图像和三个语句判断每个语句是否为真实(基于图像)或幻觉(错误),其中仅有一个语句是真实的。每个任务提供英语和现代标准阿拉伯语(MSA)两个并行语言轨道,具有相同的图像和答案,问题互为翻译。数据覆盖18个阿拉伯国家,包括阿尔及利亚、巴林、埃及等。数据规模为5000个数据项,具体分割为训练集(3000项,带标签)、开发集(500项,带标签)、开发测试集(500项,无标签)和测试集(1000项,无标签)。每个数据项包括图像(JPEG格式)、音频(WAV格式,仅任务1a)和JSONL文件中的结构化数据。任务1a的数据字段包括ID、图像路径、音频路径和正确选项索引;任务1b包括ID、图像路径、三个语句列表和每个语句的真假标签列表。训练和开发集还包含国家、类别和子类别信息。音频部分,任务1a的训练、开发和开发测试集使用语音克隆(TTS)合成生成,测试集为人工录制。该数据集适用于多模态任务,如视觉问答和幻觉检测,特别关注阿拉伯文化和语言处理,可用于评估模型在跨模态和文化特定上下文中的性能。
Ayn-VQA-ArabicNLP26 is a culturally-based Arabic multimodal evaluation dataset, part of the ImageEval 2026 shared task at the ArabicNLP 2026 conference. The dataset aims to test models ability to read information from culturally specific images, including handling spoken Arabic questions and distinguishing real descriptions from hallucinated ones. It comprises two main tasks: Task 1a (Spoken VQA) requires selecting the correct answer based on an image and spoken question with audio options; Task 1b (Hallucination detection) requires judging whether each of three statements is real (based on the image) or hallucinated (incorrect), with only one statement being real. Each task offers parallel language tracks in English and Modern Standard Arabic (MSA), with identical images and answers, where questions are translations of each other. The data covers 18 Arab countries, including Algeria, Bahrain, Egypt, etc. The dataset size is 5000 items, split into a training set (3000 items, labeled), a development set (500 items, labeled), a development test set (500 items, unlabeled), and a test set (1000 items, unlabeled). Each item includes an image (JPEG format), audio (WAV format, only for Task 1a), and structured data in JSONL files. For Task 1a, data fields include ID, image path, audio path, and correct option index; for Task 1b, they include ID, image path, a list of three statements, and a list of true/false labels for each statement. The training and development sets also contain country, category, and subcategory information. For audio, Task 1as training, development, and development test sets use speech cloning (TTS) synthesis, while the test set is manually recorded. The dataset is suitable for multimodal tasks such as visual question answering and hallucination detection, with a focus on Arabic culture and language processing, and can be used to evaluate model performance in cross-modal and culturally specific contexts.
数据集名称: Ayn-VQA-ArabicNLP26
简介: Ayn-VQA-ArabicNLP26 是一个面向阿拉伯文化的多模态评估数据集,隶属于 ArabicNLP 2026 的 ImageEval 2026 共享任务。该数据集用于测试模型能否理解特定文化背景下的图像,并区分合理描述与似是而非的幻觉描述。
语言与任务:
- 涵盖英语(en)和现代标准阿拉伯语(MSA)两种语言轨道,独立评分。
- 包含以下两个子任务:
- 任务 1a:口语视觉问答(Spoken VQA)
- 给定图像、口语问题及选项(音频形式),模型需从 3 个选项中选择正确的一个(索引 0、1 或 2)。
- 任务 1b:幻觉检测(Hallucination Detection)
- 给定图像和 3 个陈述,模型需判断每个陈述是“真”(基于图像)还是“假”(幻觉),且恰好有一个陈述是真实的。
- 任务 1a:口语视觉问答(Spoken VQA)
数据子集与配置:
| 配置名称 | 任务 | 语言 | Codabench 链接 |
|---|---|---|---|
task1a_en |
口语 VQA | 英语 | Competition Link |
task1a_msa |
口语 VQA | 现代标准阿拉伯语 | Competition Link |
task1b_en |
幻觉检测 | 英语 | Competition Link |
task1b_msa |
幻觉检测 | 现代标准阿拉伯语 | Competition Link |
- 相同任务的英语和现代标准阿拉伯语轨道是并行的,使用相同图像、答案,且问题互为翻译。
地理覆盖: 数据涵盖 18 个阿拉伯国家:阿尔及利亚、巴林、埃及、伊拉克、约旦、科威特、黎巴嫩、利比亚、摩洛哥、阿曼、巴勒斯坦、卡塔尔、沙特阿拉伯、苏丹、叙利亚、突尼斯、阿联酋、也门。
数据格式与文件结构:
- 图像:
images/<id>.jpg,每个项目一个图像,跨任务和语言共享。 - 音频(任务 1a):
audio/<lang>/<id>.wav,包含口语问题和选项。 - JSONL 文件:
task1a/<split>_<lang>.jsonltask1b/<split>_<lang>.jsonl
字段说明:
-
任务 1a:
id:项目 IDimage:图像文件路径(images/<id>.jpg)audio:音频文件路径(audio/<lang>/<id>.wav)label:正确选项索引(0–2)
-
任务 1b:
id:项目 IDimage:图像文件路径(images/<id>.jpg)statements:3 个陈述的列表labels:每个陈述的真值列表,其中一个为true
-
额外字段
country、category和subcategory仅在train和dev分割中提供。
数据分割:
| 分割 | 标签 | 项目数 | 用途 |
|---|---|---|---|
train |
有 | 3000 | 训练与微调 |
dev |
有 | 500 | 验证 |
devtest |
无 | 500 | 赛前准备,提交至 Codabench |
test |
无 | 1000 | 最终竞赛 |
音频:
任务 1a 中 train、dev 和 devtest 的音频由语音克隆(TTS)合成生成。最终测试集音频将由真人录制,预计存在录音条件差异。
评估指标:
- 口语 VQA:
- 准确率(排名指标)
- 平衡准确率、宏平均 F1 得分(作为诊断报告)
- 幻觉检测:
- 组合准确率(排名指标,要求三个标签全部正确才算正确)
- 幻觉率、条件幻觉率(CFHR-2/3)、Q+ 准确率、Q- 准确率等(作为诊断报告)
基线模型与参考得分:
- 任务 1a 英语基线:Qwen2.5-Omni,准确率 0.6640
- 任务 1a 现代标准阿拉伯语基线:Qwen2.5-Omni,准确率 0.3980
- 任务 1b 英语基线:Qwen2.5-VL,组合准确率 0.6840
- 任务 1b 现代标准阿拉伯语基线:Qwen2.5-VL,组合准确率 0.5080
许可证: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)。




