TheoremQA / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
319bd5a verified
Raw
History Blame Contribute Delete
1.38 kB
{
"name": "TheoremQA",
"release_date": "2023-05-21",
"subsets": {
"image": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "vqa",
"prompt_template": "<image>{{ question }}",
"prompt_template_source": {
"origin": "official",
"reference": "https://huggingface.co/datasets/TIGER-Lab/TheoremQA",
"notes": "Tier 1: TheoremQA image subset — multimodal theorem-driven open-ended QA. Filtered to rows with Picture column non-null (text-only rows excluded to fit single-image VQA schema; preserve image subset under \"image\" subset name)."
},
"mapping_from_source": {
"media": {
"from": "images",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"n_images": {
"from": "n_images"
},
"answer_type": {
"from": "answer_type"
}
},
"source": {
"format": "json",
"url": {
"test": "https://huggingface.co/datasets/TIGER-Lab/TheoremQA"
}
}
}
}
}
}