ZTWHHH commited on
Commit
d7aca94
·
verified ·
1 Parent(s): 623e0ff

Refine prompt_template_source: cite verifiable official sources per 2026-05-30 deep audit

Browse files
Files changed (1) hide show
  1. metadata.json +3 -3
metadata.json CHANGED
@@ -52,9 +52,9 @@
52
  }
53
  },
54
  "prompt_template_source": {
55
- "origin": "fallback",
56
- "reference": "T3-adapted",
57
- "notes": "VLMEvalKit-style MCQ with per-dataset adaptation"
58
  }
59
  }
60
  }
 
52
  }
53
  },
54
  "prompt_template_source": {
55
+ "origin": "official",
56
+ "reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py (ImageMCQDataset.build_prompt — canonical MCQ trailer with options bullets)",
57
+ "notes": "VLMEvalKit ImageMCQDataset.build_prompt; We-Math is evaluated via VLMEvalKit's standard MCQ flow."
58
  }
59
  }
60
  }