SEED-Bench-H / metadata.json
ZTWHHH's picture
Tighten prompt_template_source.notes: explicit 5-tier classification per 2026-06-01 priority rules
73d7976 verified
Raw
History Blame Contribute Delete
1.51 kB
{
"name": "SEED-Bench-H",
"release_date": "2024-04-08",
"subsets": {
"main": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}\nAnswer with the option's letter from the given choices directly.",
"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
},
"options": {
"from": "options",
"optional": true,
"note": "list source values are normalized to {A,B,...} dict"
},
"source": {
"format": "json",
"url": {
"test": "https://huggingface.co/datasets/AILab-CVC/SEED-Bench-H"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/tree/main/lmms_eval/tasks/seedbench_2_plus (SEED-Bench-H follows SEEDBench-2-Plus / SEEDBench format)",
"notes": "Tier 4: lmms-eval SEED-Bench-H canonical evaluation prompt (same SEEDBench format)."
}
}
}
}