File size: 1,570 Bytes
3b8bcda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "MMVP",
  "release_date": "2024-01-01",
  "subsets": {
    "main": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "multiple_choice_vqa",
      "prompt_template": "<image>{{ question }} {{ options_text }}",
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://github.com/tsb0601/MMVP/blob/main/scripts/evaluate_mllm.py (cur_prompt = row['Question'] + ' ' + row['Options'])",
        "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."
      },
      "mapping_from_source": {
        "media": {
          "from": "image",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "Index"
        },
        "question": {
          "from": "Question"
        },
        "answer": {
          "from": "Correct Answer",
          "optional": true
        },
        "extra": {
          "options_text": {
            "from": "Options",
            "note": "Pre-rendered options string in '(a) opt1 (b) opt2' format from MMVP source."
          }
        },
        "source": {
          "format": "huggingface",
          "url": {
            "test": "https://huggingface.co/datasets/lmms-lab-eval/MMVP"
          }
        }
      }
    }
  }
}