File size: 1,372 Bytes
a1e1870
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf00e02
 
 
 
 
a1e1870
 
 
bf00e02
 
a1e1870
7736841
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: question_type
    dtype: string
  - name: correct_answer
    dtype: string
  - name: images
    sequence: image
  splits:
  - name: test
    num_bytes: 132799296.0
    num_examples: 150
  download_size: 239506034
  dataset_size: 265598592.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---


# Introduction

**Disclaimer:** This dataset is organized and adapted from [array/SAT](https://huggingface.co/datasets/array/SAT). The original data has been converted here into a more accessible and easy-to-use format.

SAT: Spatial Aptitude Training for Multimodal Language Models. (150 image QA pairs) Real-image dynamic test set.

# Data Fields

| Field Name       | Type              | Description             |
|------------------|-------------------|-------------------------|
| question_id      | string            | Unique question ID      |
| question         | string            | Question text           |
| question_type    | string            | Type of question        |
| answers          | list[string]      | Answer options          |
| correct_answer   | string            | Answer                  |
| images           | list[Image]       | Image data              |