ZTWHHH commited on
Commit
331cc5e
·
verified ·
1 Parent(s): 7916d62

metadata: 2026-07-07 revised taxonomy (task_type format vocabulary multiple_choice/yes_no/short_answer/free_form; score_type incl. none; re-verified protocol evidence; repaired prompt provenance)

Browse files
Files changed (1) hide show
  1. metadata.json +3 -3
metadata.json CHANGED
@@ -9,7 +9,7 @@
9
  "modalities": [
10
  "single_image_start"
11
  ],
12
- "task_type": "vqa",
13
  "score_type": "llm_judge",
14
  "score_params": {
15
  "rubric": "scale",
@@ -50,8 +50,8 @@
50
  },
51
  "prompt_template_source": {
52
  "origin": "official",
53
- "reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/benchlmm/utils.py (benchlmm_doc_to_text VLMEvalKit canonical short-answer trailer)",
54
- "notes": "Tier 4: lmms-eval BenchLMM canonical evaluation prompt."
55
  }
56
  }
57
  }
 
9
  "modalities": [
10
  "single_image_start"
11
  ],
12
+ "task_type": "short_answer",
13
  "score_type": "llm_judge",
14
  "score_params": {
15
  "rubric": "scale",
 
50
  },
51
  "prompt_template_source": {
52
  "origin": "official",
53
+ "reference": "https://github.com/AIFEG/BenchLMM/blob/main/baseline/LLaVA/BenchGPT_LLaVA_model_vqa.py#L44-L49 (qs = line['text']; DEFAULT_IMAGE_TOKEN + '\\n' + qs); trailer '\\nAnswer the question using a single word or phrase.' is embedded in every official jsonl 'text' field, e.g. https://github.com/AIFEG/BenchLMM/blob/main/jsonl/Benchmark_style_cartoon.jsonl",
54
+ "notes": "Tier 1: BenchLMM authors' own inference script feeds <image>\\n + question, and the official jsonl question text carries the '\\nAnswer the question using a single word or phrase.' trailer; the mm-eval template reproduces this (trailer re-appended because the mm-eval question column is trailer-free)."
55
  }
56
  }
57
  }