AI2D / metadata.json
ZTWHHH's picture
Tighten prompt_template_source.notes: explicit 5-tier classification per 2026-06-01 priority rules
aed3e52 verified
Raw
History Blame Contribute Delete
1.5 kB
{
"name": "AI2D",
"release_date": "2016-08-26",
"subsets": {
"main": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }}\n{% for k, v in options.items() %}{{ k }}. {{ v }}\n{% endfor %}Answer with the option's letter from the given choices directly.",
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"options": {
"from": "options",
"optional": true,
"note": "list source values are normalized to {A,B,...} dict"
},
"source": {
"format": "huggingface",
"url": {
"test": "https://huggingface.co/datasets/lmms-lab/ai2d"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/ai2d/utils.py (ai2d_doc_to_text — 'A./B./...' options + 'Answer with the option's letter from the given choices directly.' canonical trailer)",
"notes": "Tier 4: lmms-eval AI2D canonical evaluation prompt."
}
}
}
}