{ "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 }}." } } } }