--- language: - en license: cc-by-4.0 size_categories: - 10K_facing_*.png # Object/door camera views ├── *_fbexp.png # False-belief experiment images └── top_down/ └── img_0000.png # Additional top-down renders ``` ## File Descriptions | File | Description | |------|-------------| | `meta_data.json` | Complete scene metadata including room layout, object positions, orientations, and connectivity | | `falsebelief_exp.json` | Specifies object modifications (move/rotate) for belief update evaluation | | `agent_facing_*.png` | Egocentric views from agent's perspective in 4 cardinal directions | | `_facing_*.png` | Views from each object/door position | | `*_fbexp.png` | Images rendered after false-belief modifications | | `top_down*.png` | Bird's-eye view for visualization and debugging | ## Citation ```bibtex @inproceedings{zhang2026theoryofspace, title = {Theory of Space: Can Foundation Models Construct Spatial Beliefs through Active Exploration?}, author = {Zhang, Pingyue and Huang, Zihan and Wang, Yue and Zhang, Jieyu and Xue, Letian and Wang, Zihan and Wang, Qineng and Chandrasegaran, Keshigeyan and Zhang, Ruohan and Choi, Yejin and Krishna, Ranjay and Wu, Jiajun and Li, Fei-Fei and Li, Manling}, booktitle = {International Conference on Learning Representations (ICLR)}, year = {2026}, } ```