ZTWHHH commited on
Commit
1a462e0
·
verified ·
1 Parent(s): 63ed20d

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
@@ -45,9 +45,9 @@
45
  }
46
  },
47
  "prompt_template_source": {
48
- "origin": "fallback",
49
- "reference": "T2-adapted",
50
- "notes": "single-image per-dataset adaptation"
51
  }
52
  }
53
  }
 
45
  }
46
  },
47
  "prompt_template_source": {
48
+ "origin": "official",
49
+ "reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/mathvision/utils.py#L29-L42 (default mathvision query_prompt='Please first solve the problem step by step, then put your final answer or a single letter (if it is a multiple choice question) in one \\\\boxed{}.')",
50
+ "notes": "lmms-eval MathVision canonical eval prompt with chain-of-thought structure and boxed-answer formatting."
51
  }
52
  }
53
  }