Molmo2-ER Datasets
Collection
Collection of the embodied reasoning datasets for MolmoAct2 • 11 items • Updated • 10
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
2.5M spatial-referring corpus (web + indoor + simulated) covering 31 spatial relations.
This is a re-hosted, loader-ready subset of the upstream dataset, used to train allenai/Molmo2-ER-4B. Files mirror the upstream layout; nothing in the data has been modified.
apache-2.0 (inherits from upstream)If you use this data, please cite the original authors:
@misc{zhou2026roboreferspatialreferringreasoning,
title={RoboRefer: Towards Spatial Referring with Reasoning in Vision-Language Models for Robotics},
author={Enshen Zhou and Jingkun An and Cheng Chi and others},
year={2026},
eprint={2506.04308},
archivePrefix={arXiv}
}
This release ships archives. Extract them in-place before pointing SPATIAL_DATA_HOME at this directory:
# Reassemble multipart archives, then extract
cat 2D/depth/depth.tar.gz.part_* > 2D/depth/depth.tar.gz
cat 2D/image/image.tar.gz.part_* > 2D/image/image.tar.gz
cat 3D/image_visual_choice/image_visual_choice.tar.gz.part_* > 3D/image_visual_choice/image_visual_choice.tar.gz
find . -name '*.tar.gz' -execdir tar -xzf {} \;
See the allenai/molmo2 repository for the data loader and training recipe. The relevant loader class for this dataset lives in olmo/data/spatial_datasets.py.