EMMA / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
33a0d97 verified
Raw
History Blame Contribute Delete
1.4 kB
{
"name": "EMMA",
"release_date": "2025-01-11",
"subsets": {
"main": {
"language": [
"en"
],
"modalities": [
"multi_image_interleave"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "{{ question }}{% if options %}\n\n{% for k, v in options.items() %}({{ k }}) {{ v }}\n{% endfor %}\nAnswer with the option's letter from the given choices directly.{% else %}\n\nAnswer the question using a single word or phrase.{% endif %}",
"prompt_template_source": {
"origin": "official",
"reference": "https://huggingface.co/datasets/luckychao/EMMA",
"notes": "Tier 1: EMMA uses MMMU-style <image_N> markers in question/options; MCQ letter-answer convention."
},
"mapping_from_source": {
"source": {
"format": "huggingface",
"url": {
"test": "https://huggingface.co/datasets/luckychao/EMMA"
}
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"options": {
"from": "options",
"optional": true
},
"answer": {
"from": "answer",
"optional": true
},
"media": {
"from": "image_1..image_7",
"type": "list",
"min_items": 1,
"max_items": 4
}
}
}
}
}