Update README schema
Browse files
README.md
CHANGED
|
@@ -14,33 +14,29 @@ configs:
|
|
| 14 |
|
| 15 |
# SpatialTunnel
|
| 16 |
|
| 17 |
-
SpatialTunnel is a Blender-rendered diagnostic dataset for studying how vision-language models represent spatial relations internally. It
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
- Contrastive-probing code and methodology
|
| 22 |
-
- Project page
|
| 23 |
-
- SpatialTunnel generation code
|
| 24 |
-
|
| 25 |
-
The benchmark uses simple rendered 3D scenes to isolate spatial-shortcut biases.
|
| 26 |
|
| 27 |
## Dataset Configs
|
| 28 |
|
| 29 |
| Config | File | Rows | Description |
|
| 30 |
-
|---|---|---|---|
|
| 31 |
-
| `size_variation` | `size_variation.tsv` | 1,100 |
|
| 32 |
| `phase_variation` | `phase_variation.tsv` | 3,072 | Distance questions with controlled angular-position variation. |
|
| 33 |
| `contrastive_probing` | `contrastive_probing.tsv` | 1,200 | Balanced spatial-relation questions for contrastive probing. |
|
| 34 |
|
| 35 |
## Format
|
| 36 |
|
| 37 |
-
All configs are tab-separated files with the same
|
| 38 |
|
| 39 |
| Column | Description |
|
| 40 |
|---|---|
|
| 41 |
| `index` | Row index within the selected config. |
|
| 42 |
| `image` | Base64-encoded PNG image. |
|
| 43 |
| `question` | Spatial question to ask the model. |
|
| 44 |
-
| `
|
| 45 |
-
| `B` | Second answer choice. |
|
| 46 |
-
| `category` | Gold label for the row. |
|
|
|
|
| 14 |
|
| 15 |
# SpatialTunnel
|
| 16 |
|
| 17 |
+
SpatialTunnel is a Blender-rendered diagnostic dataset for studying how vision-language models represent spatial relations internally. It was introduced in **Why Far Looks Up: Probing Spatial Representation in Vision-Language Models** ([arXiv:2605.30161](https://arxiv.org/abs/2605.30161)).
|
| 18 |
|
| 19 |
+
Related resources:
|
| 20 |
|
| 21 |
+
- [Contrastive-probing code and methodology](https://github.com/cheolhong0916/contrastive-probing)
|
| 22 |
+
- [Project page](https://cheolhong0916.github.io/whyfarlooksup.github.io/)
|
| 23 |
+
- [SpatialTunnel generation code](https://github.com/cube-c/spatialtunnel-dataset-gen)
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Dataset Configs
|
| 26 |
|
| 27 |
| Config | File | Rows | Description |
|
| 28 |
+
|---|---:|---:|---|
|
| 29 |
+
| `size_variation` | `size_variation.tsv` | 1,100 | Apparent-size questions under controlled object-size variation. |
|
| 30 |
| `phase_variation` | `phase_variation.tsv` | 3,072 | Distance questions with controlled angular-position variation. |
|
| 31 |
| `contrastive_probing` | `contrastive_probing.tsv` | 1,200 | Balanced spatial-relation questions for contrastive probing. |
|
| 32 |
|
| 33 |
## Format
|
| 34 |
|
| 35 |
+
All configs are tab-separated files with the same columns:
|
| 36 |
|
| 37 |
| Column | Description |
|
| 38 |
|---|---|
|
| 39 |
| `index` | Row index within the selected config. |
|
| 40 |
| `image` | Base64-encoded PNG image. |
|
| 41 |
| `question` | Spatial question to ask the model. |
|
| 42 |
+
| `answer` | Ground-truth answer for the row. |
|
|
|
|
|
|