File size: 1,435 Bytes
65e0773 9725121 65e0773 7cdb093 3ff6bad 4472195 65e0773 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"name": "MuirBench",
"release_date": "2024-06-06",
"subsets": {
"main": {
"language": [
"en"
],
"modalities": [
"multi_image_interleave"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "{{ question }}",
"mapping_from_source": {
"media": {
"from": "images",
"type": "list",
"min_items": 2,
"max_items": 9
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"task": {
"from": "task"
}
},
"source": {
"format": "json",
"url": {
"test": "https://huggingface.co/datasets/MUIRBENCH/MUIRBENCH"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py (MUIRDataset.build_prompt — question column already bakes 'Answer with the option letter only.' trailer; bare-question template avoids duplication)",
"notes": "Tier 3: VLMEvalKit MUIRDataset.build_prompt: MuirBench's question column already contains its answer-format trailer baked in, so the official handling is bare {{ question }}."
}
}
}
} |