Update README
Browse files
README.md
CHANGED
|
@@ -27,8 +27,8 @@ The benchmark uses simple rendered 3D scenes to isolate spatial-shortcut biases.
|
|
| 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 |
|
|
@@ -44,9 +44,3 @@ All configs are tab-separated files with the same set of columns:
|
|
| 44 |
| `A` | First answer choice. |
|
| 45 |
| `B` | Second answer choice. |
|
| 46 |
| `category` | Gold label for the row. |
|
| 47 |
-
|
| 48 |
-
## Generation
|
| 49 |
-
|
| 50 |
-
SpatialTunnel scenes are generated in Blender using the separate dataset-generation repository:
|
| 51 |
-
|
| 52 |
-
https://github.com/cube-c/spatialtunnel-dataset-gen
|
|
|
|
| 27 |
## Dataset Configs
|
| 28 |
|
| 29 |
| Config | File | Rows | Description |
|
| 30 |
+
|---|---|---|---|
|
| 31 |
+
| `size_variation` | `size_variation.tsv` | 1,100 | Distance questions under controlled object-size variation. |
|
| 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 |
|
|
|
|
| 44 |
| `A` | First answer choice. |
|
| 45 |
| `B` | Second answer choice. |
|
| 46 |
| `category` | Gold label for the row. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|