File size: 2,542 Bytes
ed054f7
d2bfb84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ed054f7
 
d2bfb84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "name": "WHOOPS!",
  "release_date": "2023-03-13",
  "subsets": {
    "main": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "short_answer_qa",
      "score_pipeline": [
        "exact-match",
        "rule-match",
        "llm-judge"
      ],
      "score_protocol": {
        "reference": "WHOOPS! paper (Bitton-Guetta et al., ICCV 2023; arxiv 2303.07274) — the VQA sub-task is graded with BEM (BERT-based answer-equivalence classifier judging prediction vs reference correct/incorrect), reported alongside exact match. mm-eval ships the VQA sub-task (WHOOPS.json explodes `qa` into question/answer).",
        "note": "Official headline metric is BEM (learned BERT answer-equivalence), not a rule or an LLM judge. Modeled as rule_llm_judge (exact match short-circuit + LLM judge for semantic equivalence) as the closest reproducible analog; results will differ numerically from BEM. WHOOPS also has captioning/explanation/matching sub-tasks not shipped here."
      },
      "prompt_template": "<image>{{ question }}\nAnswer the question using a single word or phrase.",
      "mapping_from_source": {
        "media": {
          "from": "image",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "id",
          "explode_from": "qa",
          "id_template": "{id}_q{idx}"
        },
        "question": {
          "from": "question"
        },
        "answer": {
          "from": "answer",
          "optional": true
        },
        "extra": {
          "commonsense_category": {
            "from": "commonsense_category"
          },
          "designer_explanation": {
            "from": "designer_explanation"
          }
        },
        "source": {
          "format": "huggingface",
          "url": {
            "test": "https://huggingface.co/datasets/nlphuji/whoops"
          }
        }
      },
      "prompt_template_source": {
        "origin": "fallback",
        "reference": "T1",
        "notes": "Tier 5: no higher tier publishes a prompt. T1: whoops-benchmark.github.io and the ICCV 2023 paper publish no reusable model-input prompt (paper VQA numbers use BLIP2 whose 'Question: {} Short answer:' is BLIP2's own convention, not a WHOOPS-authored prompt); T2: no prompt column in nlphuji/whoops; T3: no VLMEvalKit whoops; T4: no lmms-eval tasks/whoops (clone @047ec52). Template is the canonical single-image short-answer fallback."
      }
    }
  }
}