MANSION: Multi-floor lANguage-to-3D Scene generatIOn for loNg-horizon tasks
Paper
• 2603.11554 • Published
• 1
Error code: TooBigContentError
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.
MansionWorld is a large-scale multi-floor indoor scene dataset for embodied AI research, built on top of the AI2-THOR simulator.
The dataset is provided as zip archives for easier downloading:
| File | Size | Description |
|---|---|---|
mansionworld.zip |
~2.9 GB | All 1,000 building scenes |
mansion_patch.zip |
~789 MB | Additional assets (elevators, stairs, etc.) |
After extracting mansionworld.zip:
mansionworld/
├── {building_type}_{floors}f_{area}_fp{id}#{variant}/
│ ├── floor_1.json # Floor configuration (doors, walls, objects, rooms)
│ ├── floor_1.png # Floor plan visualization
│ ├── floor_2.json
│ ├── floor_2.png
│ └── ...
└── ...
Example: office_corporate_hq_6f_300_fp001#1
office_corporate_hq: Building type (office - corporate headquarters)6f: Number of floors (6 floors)300: Approximate floor area (m²)fp001: Floorplan template ID#1: Variant indexFor loading MansionWorld scenes and using the Mansion API, please refer to the documentation.
git clone https://huggingface.co/datasets/superbigsaw/MansionWorld
If you use MansionWorld in your research, please cite:
@misc{che2026mansionmultifloorlanguageto3dscene,
title={MANSION: Multi-floor lANguage-to-3D Scene generatIOn for loNg-horizon tasks},
author={Lirong Che and Shuo Wen and Shan Huang and Chuang Wang and Yuzhe Yang and Gregory Dudek and Xueqian Wang and Jian Su},
year={2026},
eprint={2603.11554},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2603.11554},
}
This dataset is released under the CC BY 4.0 License.