PuzzleVQA / metadata.json
ZTWHHH's picture
Add manifest (metadata.json)
9a88529 verified
Raw
History Blame Contribute Delete
1.67 kB
{
"name": "PuzzleVQA",
"release_date": "2024-03-21",
"subsets": {
"default": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }}\n{% for k, v in options.items() %}{{ k }}. {{ v }}\n{% endfor %}Answer with the option's letter from the given choices directly.",
"prompt_template_source": {
"origin": "official",
"reference": "https://huggingface.co/datasets/declare-lab/PuzzleVQA",
"notes": "Tier 1: PuzzleVQA is single-image MCQ with options list; answer is the option text. We map answer to the letter for letter-eval convention."
},
"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
},
"options": {
"from": "options",
"optional": true,
"note": "list source values are normalized to {A,B,...} dict"
},
"extra": {
"n_images": {
"from": "n_images"
},
"category": {
"from": "category"
},
"answer_text": {
"from": "answer_text"
}
},
"source": {
"format": "json",
"url": {
"train": "https://huggingface.co/datasets/declare-lab/PuzzleVQA"
}
}
}
}
}
}