ZTWHHH commited on
Commit
95a2cb8
·
verified ·
1 Parent(s): a266de0

metadata: reword score_protocol prose off the retired score_type vocabulary (no semantic change)

Browse files
Files changed (1) hide show
  1. metadata.json +1 -1
metadata.json CHANGED
@@ -20,7 +20,7 @@
20
  },
21
  "score_protocol": {
22
  "reference": "lmms-eval@lmms_eval/tasks/megabench/metrics/metric_type.py:1-120 + metrics/scoring/* (45 per-task metric types: exact/near str match, set/dict equality+Jaccard, BLEU/GLEU, Levenshtein similarity, nbbox IoU, number_rel_diff_ratio, LaTeX equality, program_judge, symbolic planning, VLM-as-judge, ...) and tasks/megabench/README.md + evaluator.py — official protocol (adapted from TIGER-AI-Lab/MEGA-Bench) runs a stand-alone evaluator that dispatches each task to its own metric; core split = rule metrics, open split = GPT(-4o) judge; headline = macro mean over ~505 tasks.",
23
- "note": "The mm-eval copy merges test_core and test_open into one subset and stores only task_name in extra — the per-task metric/aggregation/parsing config required by the official evaluator is not shipped, so NO single score_type in the current enum can reproduce the official protocol. Many metrics are fractional per-sample; official headline is macro-averaged per task, not per-sample mean."
24
  },
25
  "prompt_template": "{{ question }}",
26
  "mapping_from_source": {
 
20
  },
21
  "score_protocol": {
22
  "reference": "lmms-eval@lmms_eval/tasks/megabench/metrics/metric_type.py:1-120 + metrics/scoring/* (45 per-task metric types: exact/near str match, set/dict equality+Jaccard, BLEU/GLEU, Levenshtein similarity, nbbox IoU, number_rel_diff_ratio, LaTeX equality, program_judge, symbolic planning, VLM-as-judge, ...) and tasks/megabench/README.md + evaluator.py — official protocol (adapted from TIGER-AI-Lab/MEGA-Bench) runs a stand-alone evaluator that dispatches each task to its own metric; core split = rule metrics, open split = GPT(-4o) judge; headline = macro mean over ~505 tasks.",
23
+ "note": "The mm-eval copy merges test_core and test_open into one subset and stores only task_name in extra — the per-task metric/aggregation/parsing config required by the official evaluator is not shipped, so no executable score_pipeline can reproduce the official protocol (declared unsupported). Many metrics are fractional per-sample; official headline is macro-averaged per task, not per-sample mean."
24
  },
25
  "prompt_template": "{{ question }}",
26
  "mapping_from_source": {