File size: 1,496 Bytes
455a754 96668e4 455a754 d8499f6 455a754 96668e4 455a754 96668e4 455a754 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | {
"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"
}
}
}
}
}
} |