| { | |
| "name": "VisOnlyQA", | |
| "release_date": "2024-10-25", | |
| "subsets": { | |
| "main": { | |
| "language": [ | |
| "en" | |
| ], | |
| "modalities": [ | |
| "single_image_start" | |
| ], | |
| "task_type": "vqa", | |
| "prompt_template": "<image>{{ question }}", | |
| "mapping_from_source": { | |
| "media": { | |
| "from": "image", | |
| "type": "list", | |
| "min_items": 1, | |
| "max_items": 1 | |
| }, | |
| "id": { | |
| "from": "id" | |
| }, | |
| "question": { | |
| "from": "question" | |
| }, | |
| "answer": { | |
| "from": "answer", | |
| "optional": true | |
| }, | |
| "extra": { | |
| "category": { | |
| "from": "category" | |
| } | |
| }, | |
| "source": { | |
| "format": "json", | |
| "url": { | |
| "geometry__triangle": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "geometry__quadrilateral": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "geometry__length": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "geometry__angle": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "geometry__area": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "geometry__diameter_radius": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "chemistry__shape_single": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "chemistry__shape_multi": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "charts__extraction": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1", | |
| "charts__intersection": "https://huggingface.co/datasets/ryokamoi/VisOnlyQA_Eval_Real_v1.1" | |
| } | |
| } | |
| }, | |
| "prompt_template_source": { | |
| "origin": "official", | |
| "reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/visonlyqa/utils.py (visonlyqa_doc_to_text — bare question; uses prompt_no_reasoning column)", | |
| "notes": "Tier 4: lmms-eval VisOnlyQA canonical evaluation prompt." | |
| } | |
| } | |
| } | |
| } |