MathVerse / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
96668e4 verified
Raw
History Blame Contribute Delete
1.5 kB
{
"name": "MathVerse",
"release_date": "2024-03-22",
"subsets": {
"testmini": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "vqa",
"prompt_template": "<image>{{ question }}",
"prompt_template_source": {
"origin": "source_column",
"reference": "https://huggingface.co/datasets/AI4Math/MathVerse (query_wo column = pre-rendered eval prompt)",
"notes": "Tier 2: MathVerse provides query_wo column which is the pre-rendered single-answer evaluation prompt produced by the official eval pipeline; we use it verbatim and prepend <image>."
},
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "sample_index"
},
"question": {
"from": "query_wo"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"question_type": {
"from": "question_type"
},
"problem_version": {
"from": "problem_version"
},
"problem_index": {
"from": "problem_index"
}
},
"source": {
"format": "huggingface",
"url": {
"testmini": "https://huggingface.co/datasets/AI4Math/MathVerse"
}
}
}
}
}
}