File size: 2,677 Bytes
747f527
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
  "name": "SpatialEval",
  "release_date": "2024-09-09",
  "subsets": {
    "vqa": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "multiple_choice_vqa",
      "prompt_template": "<image>{{ question }}",
      "prompt_template_source": {
        "origin": "source_column",
        "reference": "https://huggingface.co/datasets/MilaWang/SpatialEval",
        "notes": "Tier 2: SpatialEval text column pre-renders the question with embedded option list; oracle_option holds the gold letter. Template prepends <image> and uses text verbatim."
      },
      "mapping_from_source": {
        "media": {
          "from": "image",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "id"
        },
        "question": {
          "from": "text"
        },
        "answer": {
          "from": "oracle_option",
          "optional": true
        },
        "extra": {
          "oracle_full_answer": {
            "from": "oracle_full_answer"
          },
          "oracle_answer": {
            "from": "oracle_answer"
          }
        },
        "source": {
          "format": "huggingface",
          "url": {
            "test": "https://huggingface.co/datasets/MilaWang/SpatialEval"
          }
        }
      }
    },
    "vtqa": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "multiple_choice_vqa",
      "prompt_template": "<image>{{ question }}",
      "prompt_template_source": {
        "origin": "source_column",
        "reference": "https://huggingface.co/datasets/MilaWang/SpatialEval",
        "notes": "Tier 2: SpatialEval text column pre-renders the question with embedded option list; oracle_option holds the gold letter. Template prepends <image> and uses text verbatim."
      },
      "mapping_from_source": {
        "media": {
          "from": "image",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "id"
        },
        "question": {
          "from": "text"
        },
        "answer": {
          "from": "oracle_option",
          "optional": true
        },
        "extra": {
          "oracle_full_answer": {
            "from": "oracle_full_answer"
          },
          "oracle_answer": {
            "from": "oracle_answer"
          }
        },
        "source": {
          "format": "huggingface",
          "url": {
            "test": "https://huggingface.co/datasets/MilaWang/SpatialEval"
          }
        }
      }
    }
  }
}