Update README.md
Browse files
README.md
CHANGED
|
@@ -25,3 +25,21 @@ configs:
|
|
| 25 |
- split: test
|
| 26 |
path: data/test-*
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
- split: test
|
| 26 |
path: data/test-*
|
| 27 |
---
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
# Introduction
|
| 31 |
+
|
| 32 |
+
**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.
|
| 33 |
+
|
| 34 |
+
SAT: Spatial Aptitude Training for Multimodal Language Models. (150 image QA pairs) Real-image dynamic test set.
|
| 35 |
+
|
| 36 |
+
# Data Fields
|
| 37 |
+
|
| 38 |
+
| Field Name | Type | Description |
|
| 39 |
+
|------------------|-------------------|-------------------------|
|
| 40 |
+
| question_id | string | Unique question ID |
|
| 41 |
+
| question | string | Question text |
|
| 42 |
+
| question_type | string | Type of question |
|
| 43 |
+
| answers | list[string] | Answer options |
|
| 44 |
+
| correct_answer | string | Answer |
|
| 45 |
+
| images | list[Image] | Image data |
|