--- license: cc-by-4.0 task_categories: - visual-question-answering - image-to-text language: - en tags: - spatial-reasoning - 3d-scenes - vision-language - benchmark 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 |