ZTWHHH commited on
Commit
3ff6bad
·
verified ·
1 Parent(s): 7cdb093

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 -2
metadata.json CHANGED
@@ -41,8 +41,9 @@
41
  }
42
  },
43
  "prompt_template_source": {
44
- "origin": "fallback",
45
- "reference": "T7"
 
46
  }
47
  }
48
  }
 
41
  }
42
  },
43
  "prompt_template_source": {
44
+ "origin": "official",
45
+ "reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py (MUIRDataset.build_prompt — question column already bakes 'Answer with the option letter only.' trailer; bare-question template avoids duplication)",
46
+ "notes": "VLMEvalKit MUIRDataset.build_prompt: MuirBench's question column already contains its answer-format trailer baked in, so the official handling is bare {{ question }}."
47
  }
48
  }
49
  }