GMAI-MMBench / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
28b5002 verified
Raw
History Blame Contribute Delete
2.04 kB
{
"name": "GMAI-MMBench",
"release_date": "2024-08-12",
"subsets": {
"default": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }}\nA. {{ A }}\nB. {{ B }}\nC. {{ C }}{% if D %}\nD. {{ D }}{% endif %}{% if E %}\nE. {{ E }}{% endif %}\nAnswer with the option's letter from the given choices directly.",
"prompt_template_source": {
"origin": "official",
"reference": "https://huggingface.co/datasets/OpenGVLab/GMAI-MMBench",
"notes": "Tier 1: GMAI-MMBench is published as MCQ A-E (E often empty), letter answer; medical multimodal eval."
},
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "index"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"A": {
"from": "A"
},
"B": {
"from": "B"
},
"C": {
"from": "C"
},
"D": {
"from": "D"
},
"E": {
"from": "E"
},
"category": {
"from": "category"
},
"clinical_VQA_task": {
"from": "clinical VQA task"
},
"department": {
"from": "department"
},
"perceptual_granularity": {
"from": "perceptual granularity"
},
"modality": {
"from": "modality"
},
"original_task": {
"from": "original task"
}
},
"source": {
"format": "tsv",
"url": {
"val": "https://huggingface.co/datasets/OpenGVLab/GMAI-MMBench"
}
}
}
}
}
}