File size: 2,051 Bytes
8e63a21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "GQA-Spatial",
  "release_date": "2019-02-25",
  "subsets": {
    "main": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "vqa",
      "prompt_template": "<image>{{ question }}\\nAnswer the question using a single word or phrase.",
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/gqa/utils.py (gqa_doc_to_text — canonical short-answer)",
        "notes": "Tier 4: lmms-eval GQA canonical evaluation prompt, applied unchanged to the spatial subset of GQA testdev_balanced. The SAT paper (arXiv 2412.07755) reports 'GQA-Sp (Hudson & Manning, 2019b)' without specifying the spatial filter; this subset is built by filtering official testdev_balanced rows whose types.semantic=='rel' OR types.detailed.startswith('position'), yielding 5952 spatial-relation rows. Filter rule and provenance documented here for auditability."
      },
      "mapping_from_source": {
        "media": {
          "from": "media",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "id"
        },
        "question": {
          "from": "question"
        },
        "answer": {
          "from": "answer",
          "optional": true
        },
        "extra": {
          "imageId": {
            "from": "imageId"
          },
          "fullAnswer": {
            "from": "fullAnswer"
          },
          "structural": {
            "from": "structural"
          },
          "semantic_type": {
            "from": "semantic_type"
          },
          "detailed": {
            "from": "detailed"
          }
        },
        "source": {
          "format": "huggingface",
          "url": {
            "testdev": "https://huggingface.co/datasets/lmms-lab/GQA (testdev_balanced; spatial-relation filter applied — see prompt_template_source notes)"
          }
        }
      }
    }
  }
}