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- metadata.json +3 -3
metadata.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"modalities": [
|
| 10 |
"single_image_start"
|
| 11 |
],
|
| 12 |
-
"task_type": "
|
| 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/
|
| 54 |
-
"notes": "Tier
|
| 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 |
}
|