CoolFace
Datasetpublic

cubec/spatialtunnel

SpatialTunnel 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). Resources Project page Contrastive-probing code SpatialTunnel generation code Dataset Configurations Config File Rows Description phase_variation phase_variation-*.parquet 12… See the full description on the dataset page: https://huggingface.co/datasets/cubec/spatialtunnel.

sourceHugging Faceupdated 4mo agoView on Hugging Face
4likes292downloads
Dataset Card

SpatialTunnel

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).

Resources

Dataset Configurations

ConfigFileRowsDescription
phase_variationphase_variation-*.parquet12,288Binary depth-comparison questions with controlled angular-position variation.
size_variationsize_variation-*.parquet4,400Binary depth-comparison questions under controlled object-size variation.
contrastive_probingcontrastive_probing.parquet1,200Balanced spatial-relation questions for contrastive probing.

Format

All configurations use Parquet files with the following columns:

For phase_variation and size_variation, each rendered image is paired with four binary VQA questions that vary the object order and comparison direction (closer/farther).

ColumnDescription
indexRow index within the selected config.
imagePNG image stored as a Hugging Face Image feature.
questionSpatial question to ask the model.
answerGround-truth answer for the row.

contrastive_probing.tsv is a TSV file for compatibility with the contrastive-probing code.


Citation

If you use this dataset, please cite our paper.

bibtex
@article{min2026whyfarlooksup,
  title   = {Why Far Looks Up: Probing Spatial Representation in Vision-Language Models},
  author  = {Min, Cheolhong and Jung, Jaeyun and Lee, Daeun and Jeon, Hyeonseong and
             Su, Yu and Tremblay, Jonathan and Song, Chan Hee and Park, Jaesik},
  journal = {arXiv preprint arXiv:2605.30161},
  year    = {2026},
}