车 李榕 commited on
Commit
8d18cbb
·
1 Parent(s): 5af0092

Update README: add paper/code/project links and citation

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -78,13 +78,35 @@ Example: `office_corporate_hq_6f_300_fp001#1`
78
 
79
  ## Usage
80
 
81
- Coming soon: Code examples for loading MansionWorld scenes in AI2-THOR.
82
 
 
 
 
 
 
83
 
84
  ## Links
85
 
86
- - Paper: Coming soon
87
- - GitHub: Coming soon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89
  ## License
90
  This dataset is released under the [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).
 
78
 
79
  ## Usage
80
 
81
+ For loading MansionWorld scenes and using the Mansion API, please refer to the [documentation](https://agibotgeneral.github.io/mansion-site/).
82
 
83
+ ### Quick Download
84
+
85
+ ```bash
86
+ git clone https://huggingface.co/datasets/superbigsaw/MansionWorld
87
+ ```
88
 
89
  ## Links
90
 
91
+ - 📄 **Paper**: [arXiv:2603.11554](https://arxiv.org/abs/2603.11554)
92
+ - 🐙 **Code**: [AgibotGeneral/MANSION](https://github.com/AgibotGeneral/MANSION)
93
+ - 🌐 **Project Page**: [agibotgeneral.github.io/mansion-site](https://agibotgeneral.github.io/mansion-site/)
94
+
95
+ ## Citation
96
+
97
+ If you use MansionWorld in your research, please cite:
98
+
99
+ ```bibtex
100
+ @misc{che2026mansionmultifloorlanguageto3dscene,
101
+ title={MANSION: Multi-floor lANguage-to-3D Scene generatIOn for loNg-horizon tasks},
102
+ author={Lirong Che and Shuo Wen and Shan Huang and Chuang Wang and Yuzhe Yang and Gregory Dudek and Xueqian Wang and Jian Su},
103
+ year={2026},
104
+ eprint={2603.11554},
105
+ archivePrefix={arXiv},
106
+ primaryClass={cs.CV},
107
+ url={https://arxiv.org/abs/2603.11554},
108
+ }
109
+ ```
110
 
111
  ## License
112
  This dataset is released under the [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).