R-Bench-V / metadata.json
ZTWHHH's picture
Tighten prompt_template_source.notes: explicit 5-tier classification per 2026-06-01 priority rules
c75b92c verified
Raw
History Blame Contribute Delete
1.62 kB
{
"name": "R-Bench-V",
"release_date": "2026-05-25",
"subsets": {
"main": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "vqa",
"prompt_template": "{% if has_image %}<image>{% endif %}{{ question }}",
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 0,
"max_items": 1
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"catagory": {
"from": "catagory"
},
"has_image": {
"from": "has_image"
}
},
"source": {
"format": "huggingface",
"url": {
"full": "https://huggingface.co/datasets/R-Bench/R-Bench-V",
"math": "https://huggingface.co/datasets/R-Bench/R-Bench-V",
"physics": "https://huggingface.co/datasets/R-Bench/R-Bench-V",
"game": "https://huggingface.co/datasets/R-Bench/R-Bench-V",
"counting": "https://huggingface.co/datasets/R-Bench/R-Bench-V"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/SCUT-DLVCLab/R-Bench (R-Bench-V official: bare image+question with has_image conditional)",
"notes": "Tier 1: R-Bench-V official evaluation prompt as published by the dataset authors."
}
}
}
}