File size: 2,825 Bytes
1a14245
f17f119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1a14245
 
f17f119
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
{
  "name": "ScreenQA",
  "release_date": "2026-05-25",
  "subsets": {
    "main": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "short_answer_qa",
      "score_pipeline": [
        "exact-match",
        "rule-match"
      ],
      "score_params": {
        "string_match": "exact"
      },
      "score_protocol": {
        "reference": "Official google-research-datasets/screen_qa README + code/metrics.py (SQA-Short task): Exact Match and SQuAD-style token F1 against multiple ground-truth answers with SQuAD preprocessing, averaged over samples (also ScreenQA paper arXiv:2209.08199 §metrics). Neither lmms-eval nor VLMEvalKit implements ScreenQA (re-confirmed 2026-07-07: no screenqa task dir in either local clone; only screenspot* grounding tasks exist in lmms-eval).",
        "note": "Official headline reports BOTH EM and SQuAD F1; per-sample binary exact matching reproduces EM only — the fractional token-F1 aggregate is not reproduced. Official EM applies SQuAD normalization (lowercase, strip articles/punctuation), which is looser than the scorer's default exact matcher. Published copy is the third-party mirror rootsautomation/RICO-ScreenQA-Short (not the official google-research-datasets release); multi-reference answer lists are preserved. 597/8427 test rows (7.1%) have the single reference '<no answer>'."
      },
      "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": "screen_id"
        },
        "question": {
          "from": "question"
        },
        "answer": {
          "from": "ground_truth",
          "optional": true
        },
        "source": {
          "format": "huggingface",
          "url": {
            "train": "https://huggingface.co/datasets/rootsautomation/RICO-ScreenQA-Short",
            "validation": "https://huggingface.co/datasets/rootsautomation/RICO-ScreenQA-Short",
            "test": "https://huggingface.co/datasets/rootsautomation/RICO-ScreenQA-Short"
          }
        }
      },
      "prompt_template_source": {
        "origin": "fallback",
        "reference": "T1",
        "notes": "Tier 5: no higher tier publishes a prompt. T1: github.com/google-research-datasets/screen_qa publishes data + metrics-only code/metrics.py (grepped: no prompt strings); T2: no prompt column in rootsautomation/RICO-ScreenQA-Short; T3: no VLMEvalKit screenqa; T4: no lmms-eval tasks/screenqa (clone @047ec52; screenspot* tasks are a different benchmark). Template is the canonical single-image short-answer fallback."
      }
    }
  }
}