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.
6 commits
3 commits
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.
6 commits
3 commits