PhyX / metadata.json
ZTWHHH's picture
Tighten prompt_template_source.notes: explicit 5-tier classification per 2026-06-01 priority rules
a478457 verified
Raw
History Blame Contribute Delete
1.38 kB
{
"name": "PhyX",
"release_date": "2025-01-01",
"subsets": {
"mc": {
"language": [
"en"
],
"modalities": [
"single_image_start"
],
"task_type": "multiple_choice_vqa",
"prompt_template": "<image>{{ question }}",
"mapping_from_source": {
"media": {
"from": "image",
"type": "list",
"min_items": 1,
"max_items": 1
},
"id": {
"from": "index"
},
"question": {
"from": "question"
},
"answer": {
"from": "answer",
"optional": true
},
"extra": {
"category": {
"from": "category"
},
"subfield": {
"from": "subfield"
}
},
"source": {
"format": "huggingface",
"url": {
"phyx_mc": "https://huggingface.co/datasets/Cloudriver/PhyX",
"phyx_mini_mc": "https://huggingface.co/datasets/Cloudriver/PhyX"
}
}
},
"prompt_template_source": {
"origin": "official",
"reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/phyx/utils.py (phyx_doc_to_text — bare question; multi-choice variant)",
"notes": "Tier 4: lmms-eval PhyX canonical evaluation prompt."
}
}
}
}