{ "name": "Q-Bench-Plus", "release_date": "2024-04-15", "subsets": { "default": { "language": [ "en" ], "modalities": [ "multi_image_start" ], "task_type": "multiple_choice_vqa", "prompt_template": "{% for _ in range(n_images) %}{% endfor %}{{ question }}\nA. {{ option0 }}\nB. {{ option1 }}\nC. {{ option2 }}\nD. {{ option3 }}\nAnswer with the option's letter from the given choices directly.", "prompt_template_source": { "origin": "official", "reference": "https://huggingface.co/datasets/q-future/Q-Bench2-HF", "notes": "Tier 1: Q-Bench2 (Q-Bench+) paired-image quality MCQ; dev split is the public-labeled split." }, "mapping_from_source": { "media": { "from": "images", "type": "list", "min_items": 2, "max_items": 2 }, "id": { "from": "id" }, "question": { "from": "question" }, "answer": { "from": "answer", "optional": true }, "extra": { "n_images": { "from": "n_images" }, "option0": { "from": "option0" }, "option1": { "from": "option1" }, "option2": { "from": "option2" }, "option3": { "from": "option3" }, "question_type": { "from": "question_type" }, "question_concern": { "from": "question_concern" } }, "source": { "format": "json", "url": { "dev": "https://huggingface.co/datasets/q-future/Q-Bench2-HF" } } } } } }