File size: 3,124 Bytes
13348d6 | 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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | {
"name": "SAT",
"release_date": "2025-12-04",
"subsets": {
"real": {
"language": [
"en"
],
"modalities": [
"multi_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "{% for i in range(n_images) %}<image>{% endfor %}{{ question }} Choose between the following options: {% for c in choices %}{{ c }}{% if not loop.last %}, or {% endif %}{% endfor %}.",
"prompt_template_source": {
"origin": "official",
"reference": "https://arxiv.org/pdf/2412.07755 (SAT paper, Appendix A.3, Question-answer format, p.21)",
"notes": "Tier 1: SAT paper Appendix specifies the binary-choice text format with <image> tokens at start; LLaVA conversation scaffolding is dropped (handled by inference backend)."
},
"mapping_from_source": {
"media": {
"from": "media",
"type": "list",
"min_items": 1,
"max_items": 2
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"choices": {
"from": "choices"
},
"extra": {
"question_type": {
"from": "question_type"
},
"n_images": {
"from": "n_images"
}
},
"source": {
"format": "huggingface",
"url": {
"real_test": "https://huggingface.co/datasets/array/SAT"
}
}
}
},
"synthetic": {
"language": [
"en"
],
"modalities": [
"multi_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "{% for i in range(n_images) %}<image>{% endfor %}{{ question }} Choose between the following options: {% for c in choices %}{{ c }}{% if not loop.last %}, or {% endif %}{% endfor %}.",
"prompt_template_source": {
"origin": "official",
"reference": "https://arxiv.org/pdf/2412.07755 (SAT paper, Appendix A.3, Question-answer format, p.21)",
"notes": "Tier 1: SAT paper Appendix specifies the binary-choice text format with <image> tokens at start; LLaVA conversation scaffolding is dropped (handled by inference backend)."
},
"mapping_from_source": {
"media": {
"from": "media",
"type": "list",
"min_items": 1,
"max_items": 2
},
"id": {
"from": "id"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"choices": {
"from": "choices"
},
"extra": {
"question_type": {
"from": "question_type"
},
"n_images": {
"from": "n_images"
}
},
"source": {
"format": "huggingface",
"url": {
"synthetic_test": "https://huggingface.co/datasets/array/SAT"
}
}
}
}
}
} |