--- language: - en license: cc-by-4.0 size_categories: - 1K Real-3DQA construction pipeline

## Question Type Distribution **Stage 1 โ€” Debiased Test Set** (1,485 questions, 11 types): | Type | Count | |------|-------| | Spatial Relation | 386 | | Number | 297 | | Navigation | 247 | | Object | 179 | | Color | 138 | | Visibility | 76 | | State | 73 | | Shape | 57 | | Reasoning | 22 | | Measurement | 5 | | Other | 5 | **Stage 2 โ€” Rotation Test Set** (750 questions, 4 types): | Type | Count | |------|-------| | Distance | 594 | | Direction | 113 | | Counting | 30 | | Existence | 13 | ## Point Clouds The `point_clouds/` directory contains 33 pre-processed ScanNet v2 point clouds in `.pth` format (from the [SQA3D](https://sqa3d.github.io/) processing pipeline). These cover all scenes referenced in the benchmark. ## Evaluation **Exact Match (EM):** Standard QA accuracy at each rotation angle. **Viewpoint Rotation Score (VRS):** A question is scored as correct only if the model answers **all 4 rotations** correctly. This measures genuine 3D understanding rather than lucky guesses. ## Contributing & Submitting Corrections We care deeply about the quality of this benchmark. That said, annotations involving 3D spatial reasoning are inherently challenging, and there may still be inaccuracies or oversights in the data. **We warmly welcome everyone to use Real-3DQA, and if you spot any issues โ€” however small โ€” please don't hesitate to let us know.** We will respond promptly and merge valid corrections as quickly as possible. Your contributions directly help the community build more reliable 3D understanding systems. ### How to Submit a PR 1. **Go to the [Community tab](https://huggingface.co/datasets/Oliver-Ma/Real-3DQA/discussions)** on this dataset page 2. Click **"New Pull Request"** โ†’ **"Create a Pull Request"** 3. **Edit the relevant JSONL file** directly on HuggingFace: - Navigate to the file (e.g., `data/test/rotation_0.jsonl`) - Click the โœ๏ธ edit button - Find the line with the `question_id` you want to fix and make your correction - Write a commit message and submit 4. **In the PR description**, please include: - The `question_id`(s) of the affected entry - A clear description of what's wrong - Evidence if possible (e.g., a screenshot from the 3D scene) ### Example PR Description ``` Fix incorrect answer for question_id 220602000035 - File: data/test/rotation_0.jsonl - question_id: 220602000035 - Current answer: "window" - Corrected answer: "bookshelf" - Reason: The bookshelf is closer to the observer's left based on the scene geometry in scene0300_00. ``` ### Alternatively: Open a Discussion If you're unsure whether something is a bug or have questions about the data, feel free to open a **Discussion** in the [Community tab](https://huggingface.co/datasets/Oliver-Ma/Real-3DQA/discussions) instead. ## Citation ```bibtex @inproceedings{ma2026real3dqa, title={Do 3D Large Language Models Really Understand 3D Spatial Relationships?}, author={Xianzheng Ma and Tao Sun and Shuai Chen and Yash Bhalgat and Jindong Gu and Angel X Chang and Iro Armeni and Iro Laina and Songyou Peng and Victor Adrian Prisacariu}, booktitle={The Fourteenth International Conference on Learning Representations}, year={2026}, url={https://openreview.net/forum?id=3vlMiJwo8b} } ``` ## License This dataset is released under the [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).