Add manifest (metadata.json)
Browse files- metadata.json +51 -0
metadata.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "MMVP",
|
| 3 |
+
"release_date": "2024-01-01",
|
| 4 |
+
"subsets": {
|
| 5 |
+
"main": {
|
| 6 |
+
"language": [
|
| 7 |
+
"en"
|
| 8 |
+
],
|
| 9 |
+
"modalities": [
|
| 10 |
+
"single_image_start"
|
| 11 |
+
],
|
| 12 |
+
"task_type": "multiple_choice_vqa",
|
| 13 |
+
"prompt_template": "<image>{{ question }} {{ options_text }}",
|
| 14 |
+
"prompt_template_source": {
|
| 15 |
+
"origin": "official",
|
| 16 |
+
"reference": "https://github.com/tsb0601/MMVP/blob/main/scripts/evaluate_mllm.py (cur_prompt = row['Question'] + ' ' + row['Options'])",
|
| 17 |
+
"notes": "Tier 1: MMVP official evaluation prompt per tsb0601/MMVP/scripts/evaluate_mllm.py line 59: cur_prompt = row['Question'] + ' ' + row['Options']. No trailer is appended by the official script. Options field uses '(a) Open (b) Closed' inline format from the source CSV/HF parquet."
|
| 18 |
+
},
|
| 19 |
+
"mapping_from_source": {
|
| 20 |
+
"media": {
|
| 21 |
+
"from": "image",
|
| 22 |
+
"type": "list",
|
| 23 |
+
"min_items": 1,
|
| 24 |
+
"max_items": 1
|
| 25 |
+
},
|
| 26 |
+
"id": {
|
| 27 |
+
"from": "Index"
|
| 28 |
+
},
|
| 29 |
+
"question": {
|
| 30 |
+
"from": "Question"
|
| 31 |
+
},
|
| 32 |
+
"answer": {
|
| 33 |
+
"from": "Correct Answer",
|
| 34 |
+
"optional": true
|
| 35 |
+
},
|
| 36 |
+
"extra": {
|
| 37 |
+
"options_text": {
|
| 38 |
+
"from": "Options",
|
| 39 |
+
"note": "Pre-rendered options string in '(a) opt1 (b) opt2' format from MMVP source."
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"source": {
|
| 43 |
+
"format": "huggingface",
|
| 44 |
+
"url": {
|
| 45 |
+
"test": "https://huggingface.co/datasets/lmms-lab-eval/MMVP"
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
}
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
}
|