MMVP / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
3b8bcda verified
Raw
History Blame Contribute Delete
1.57 kB
{
"name": "MMVP",
"release_date": "2024-01-01",
"subsets": {
"main": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }} {{ options_text }}",
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/tsb0601/MMVP/blob/main/scripts/evaluate_mllm.py (cur_prompt = row['Question'] + ' ' + row['Options'])",
"notes": "Tier 1: MMVP official evaluation prompt per tsb0601/MMVP/scripts/evaluate_mllm.py line 59: cur_prompt = row['Question'] + ' ' + row['Options']. No trailer is appended by the official script. Options field uses '(a) Open (b) Closed' inline format from the source CSV/HF parquet."
},
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "Index"
},
"question": {
"from": "Question"
},
"answer": {
"from": "Correct Answer",
"optional": true
},
"extra": {
"options_text": {
"from": "Options",
"note": "Pre-rendered options string in '(a) opt1 (b) opt2' format from MMVP source."
}
},
"source": {
"format": "huggingface",
"url": {
"test": "https://huggingface.co/datasets/lmms-lab-eval/MMVP"
}
}
}
}
}
}