{ "name": "WHOOPS!", "release_date": "2023-03-13", "subsets": { "main": { "language": [ "en" ], "modalities": [ "single_image_start" ], "task_type": "vqa", "prompt_template": "{{ question }}\nAnswer the question using a single word or phrase.", "mapping_from_source": { "media": { "from": "image", "type": "list", "min_items": 1, "max_items": 1 }, "id": { "from": "id", "explode_from": "qa", "id_template": "{id}_q{idx}" }, "question": { "from": "question" }, "answer": { "from": "answer", "optional": true }, "extra": { "commonsense_category": { "from": "commonsense_category" }, "designer_explanation": { "from": "designer_explanation" } }, "source": { "format": "huggingface", "url": { "test": "https://huggingface.co/datasets/nlphuji/whoops" } } }, "prompt_template_source": { "origin": "official", "reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/whoops/utils.py (whoops_doc_to_text — canonical short-answer)", "notes": "Tier 4: lmms-eval WHOOPS canonical evaluation prompt." } } } }