SEED-Bench-2-Plus / metadata.json
ZTWHHH's picture
Tighten prompt_template_source.notes: explicit 5-tier classification per 2026-06-01 priority rules
345147d verified
Raw
History Blame Contribute Delete
1.7 kB
{
"name": "SEED-Bench-2-Plus",
"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"
},
"extra": {
"category": {
"from": "category"
}
},
"source": {
"format": "json",
"url": {
"test": "https://huggingface.co/datasets/AILab-CVC/SEED-Bench-2-plus"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/tree/main/lmms_eval/tasks/seedbench_2_plus (SEED-Bench-2-Plus follows SEEDBench format: 'A. opt\\nB. opt\\nAnswer with the option's letter from the given choices directly.')",
"notes": "Tier 4: lmms-eval SEEDBench-2-Plus canonical evaluation prompt (inherits SEEDBench format)."
}
}
}
}