MMVet-v2 / metadata.json
ZTWHHH's picture
Tighten prompt_template_source.notes: explicit 5-tier classification per 2026-06-01 priority rules
c0dbf9c verified
Raw
History Blame Contribute Delete
1.37 kB
{
"name": "MMVet-v2",
"release_date": "2024-08-01",
"subsets": {
"main": {
"language": [
"en"
],
"modalities": [
"multi_image_interleave"
],
"task_type": "vqa",
"prompt_template": "{{ question }}",
"mapping_from_source": {
"media": {
"from": "images",
"type": "list",
"min_items": 1,
"max_items": 18
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"capability": {
"from": "capability"
},
"added_in": {
"from": "added_in"
},
"n_images": {
"from": "n_images"
}
},
"source": {
"format": "huggingface",
"url": {
"test": "https://huggingface.co/datasets/whyu/mm-vet-v2"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_vqa.py (MMVet-v2 — judge-scored; bare question)",
"notes": "Tier 3: MMVet-v2 judge-scored eval: bare question per the official MMVet-v2 paper."
}
}
}
}