ZTWHHH commited on
Commit
c2c3a83
·
verified ·
1 Parent(s): a4ac218

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
@@ -43,8 +43,9 @@
43
  }
44
  },
45
  "prompt_template_source": {
46
- "origin": "fallback",
47
- "reference": "T7"
 
48
  }
49
  }
50
  }
 
43
  }
44
  },
45
  "prompt_template_source": {
46
+ "origin": "official",
47
+ "reference": "https://github.com/TIGER-AI-Lab/MEGA-Bench/blob/main/megabench/loader.py (task_description+example_text+query_text concatenated into question column at conversion time; template is bare {{ question }})",
48
+ "notes": "MEGA-Bench: per-task scaffolding (task_description, example_text, query_text) is concatenated into the question column at conversion time; template is intentionally bare to avoid double-scaffolding."
49
  }
50
  }
51
  }