File size: 1,998 Bytes
c7bd389
 
0d32f41
c7bd389
 
 
 
 
 
f5ab20b
c7bd389
 
5aa3d23
c7bd389
 
 
 
 
 
 
 
 
 
 
0d32f41
 
c7bd389
 
 
 
 
 
 
 
 
 
 
 
 
 
0d32f41
f5ab20b
 
 
c7bd389
7f46533
 
0690d30
a2f1957
 
c7bd389
 
 
 
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
{
  "name": "MMStar",
  "release_date": "2026-05-15",
  "subsets": {
    "main": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "multiple_choice_vqa",
      "prompt_template": "<image>{{ question }}\nPlease select the correct answer from the options above.",
      "mapping_from_source": {
        "media": {
          "from": "image",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "index"
        },
        "question": {
          "from": "question",
          "note": "MCQ options are embedded as `Options: A: ..., B: ..., ...` in source"
        },
        "answer": {
          "from": "answer",
          "optional": true
        },
        "extra": {
          "category": {
            "from": "category"
          },
          "l2_category": {
            "from": "l2_category"
          }
        },
        "source": {
          "format": "json",
          "url": {
            "val": "https://huggingface.co/datasets/Lin-Chen/MMStar"
          }
        }
      },
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py (ImageMCQDataset.build_prompt — bare question + 'Please select the correct answer from the options above. ' trailer; source `question` column already contains 'Options: A: ..., B: ..., C: ..., D: ...' inline so the template avoids re-rendering options)",
        "notes": "Tier 3: VLMEvalKit ImageMCQDataset.build_prompt. The MMStar source `question` column already includes the options inline (e.g., 'Options: A: ..., B: ..., C: ..., D: ...'), so the template appends only the answer-format trailer. lmms-eval's mmstar task uses a different trailer ('Answer with the option\\'s letter from the given choices directly') and is not the canonical reference for the current prompt."
      }
    }
  }
}