File size: 2,855 Bytes
c7bd389
4aa1dc6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c7bd389
 
4aa1dc6
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
{
  "name": "MMStar",
  "release_date": "2026-05-15",
  "subsets": {
    "main": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "multiple_choice_qa",
      "score_pipeline": [
        "rule-match",
        "llm-match"
      ],
      "score_protocol": {
        "reference": "vlmevalkit@vlmeval/dataset/image_mcq.py:249-324 (ImageMCQDataset.evaluate_heuristic) -> vlmevalkit@vlmeval/dataset/utils/multiple_choice.py:475-508 mcq_vanilla_eval: can_infer rule prefetch, then GPT extractor (extract_answer_from_item @vlmeval/dataset/utils/multiple_choice.py:359-407) maps verbose output to a letter, rule-compare vs GT; MMStar registered as plain ImageMCQDataset @vlmeval/dataset/image_mcq.py:102 (dataset authors = OpenCompass, so VLMEvalKit is the official authors' eval code)",
        "note": "none: plain per-sample accuracy, no official aggregation caveat (previous audit and published score_protocol.note are both empty; stated explicitly here per the no-empty-field rule, not a metadata change)"
      },
      "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."
      }
    }
  }
}