SpatialEval / metadata.json
ZTWHHH's picture
Update metadata.json
747f527 verified
Raw
History Blame Contribute Delete
2.68 kB
{
"name": "SpatialEval",
"release_date": "2024-09-09",
"subsets": {
"vqa": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }}",
"prompt_template_source": {
"origin": "source_column",
"reference": "https://huggingface.co/datasets/MilaWang/SpatialEval",
"notes": "Tier 2: SpatialEval text column pre-renders the question with embedded option list; oracle_option holds the gold letter. Template prepends <image> and uses text verbatim."
},
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "id"
},
"question": {
"from": "text"
},
"answer": {
"from": "oracle_option",
"optional": true
},
"extra": {
"oracle_full_answer": {
"from": "oracle_full_answer"
},
"oracle_answer": {
"from": "oracle_answer"
}
},
"source": {
"format": "huggingface",
"url": {
"test": "https://huggingface.co/datasets/MilaWang/SpatialEval"
}
}
}
},
"vtqa": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }}",
"prompt_template_source": {
"origin": "source_column",
"reference": "https://huggingface.co/datasets/MilaWang/SpatialEval",
"notes": "Tier 2: SpatialEval text column pre-renders the question with embedded option list; oracle_option holds the gold letter. Template prepends <image> and uses text verbatim."
},
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "id"
},
"question": {
"from": "text"
},
"answer": {
"from": "oracle_option",
"optional": true
},
"extra": {
"oracle_full_answer": {
"from": "oracle_full_answer"
},
"oracle_answer": {
"from": "oracle_answer"
}
},
"source": {
"format": "huggingface",
"url": {
"test": "https://huggingface.co/datasets/MilaWang/SpatialEval"
}
}
}
}
}
}