MMBench / metadata.json
ZTWHHH's picture
Tighten prompt_template_source.notes: explicit 5-tier classification per 2026-06-01 priority rules
ade5dc0 verified
Raw
History Blame Contribute Delete
5.64 kB
{
"name": "MMBench",
"release_date": "2024-01-26",
"subsets": {
"cc": {
"language": [
"zh"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{% if hint %}Hint: {{ hint }}\n{% endif %}Question: {{ question }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}\n{% endfor %}Please select the correct answer from the options above. ",
"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
},
"hint": {
"from": "hint",
"optional": true
},
"options": {
"from": "options",
"optional": true,
"note": "list source values are normalized to {A,B,...} dict"
},
"extra": {
"source_id": {
"from": "source_id"
},
"category": {
"from": "category"
},
"L2_category": {
"from": "L2_category"
},
"source": {
"from": "source"
}
},
"source": {
"format": "huggingface",
"url": {
"cc_test": "https://huggingface.co/datasets/lmms-lab/MMBench"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py#L212-L247 (ImageMCQDataset.build_prompt)",
"notes": "Tier 3: VLMEvalKit canonical MCQ template (byte-for-byte)"
}
},
"cn": {
"language": [
"zh"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{% if hint %}Hint: {{ hint }}\n{% endif %}Question: {{ question }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}\n{% endfor %}Please select the correct answer from the options above. ",
"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
},
"hint": {
"from": "hint",
"optional": true
},
"options": {
"from": "options",
"optional": true,
"note": "list source values are normalized to {A,B,...} dict"
},
"extra": {
"source_id": {
"from": "source_id"
},
"category": {
"from": "category"
},
"L2_category": {
"from": "L2_category"
},
"source": {
"from": "source"
}
},
"source": {
"format": "huggingface",
"url": {
"cn_dev": "https://huggingface.co/datasets/lmms-lab/MMBench",
"cn_test": "https://huggingface.co/datasets/lmms-lab/MMBench"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py#L212-L247 (ImageMCQDataset.build_prompt)",
"notes": "Tier 3: VLMEvalKit canonical MCQ template (byte-for-byte); English wrapper preserved for Chinese subset per VLMEvalKit convention"
}
},
"en": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{% if hint %}Hint: {{ hint }}\n{% endif %}Question: {{ question }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}\n{% endfor %}Please select the correct answer from the options above. ",
"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
},
"hint": {
"from": "hint",
"optional": true
},
"options": {
"from": "options",
"optional": true,
"note": "list source values are normalized to {A,B,...} dict"
},
"extra": {
"source_id": {
"from": "source_id"
},
"category": {
"from": "category"
},
"L2_category": {
"from": "L2_category"
},
"source": {
"from": "source"
}
},
"source": {
"format": "huggingface",
"url": {
"en_dev": "https://huggingface.co/datasets/lmms-lab/MMBench",
"en_test": "https://huggingface.co/datasets/lmms-lab/MMBench"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py#L212-L247 (ImageMCQDataset.build_prompt)",
"notes": "Tier 3: VLMEvalKit canonical MCQ template (byte-for-byte)"
}
}
}
}