VSR / metadata.json
ZTWHHH's picture
Update metadata.json
0144f00 verified
Raw
History Blame Contribute Delete
1.79 kB
{
"name": "VSR",
"release_date": "2023-05-04",
"subsets": {
"zeroshot": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "vqa",
"prompt_template": "<image>{{ question }} Please answer yes or no. Please answer strictly Yes or No.",
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_yorn.py (VSR-zeroshot Y/N TSV; question = '<caption> Please answer yes or no. Please answer strictly Yes or No.')",
"notes": "Tier 3: VLMEvalKit ImageYORNDataset's pre-rendered Y/N prompt format for VSR-zeroshot (canonical). Caption used directly as question; answer derived from VSR label (1=Yes, 0=No)."
},
"mapping_from_source": {
"media": {
"from": "media",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "id"
},
"question": {
"from": "caption"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"label": {
"from": "label"
},
"relation": {
"from": "relation"
},
"subj": {
"from": "subj"
},
"obj": {
"from": "obj"
},
"source_image": {
"from": "source_image"
},
"image_link": {
"from": "image_link"
}
},
"source": {
"format": "huggingface",
"url": {
"test": "https://huggingface.co/datasets/cambridgeltl/vsr_zeroshot"
}
}
}
}
}
}