File size: 2,089 Bytes
fba2aaa
 
ceb0009
 
 
 
 
 
 
 
 
 
 
 
 
fba2aaa
ceb0009
e90a786
ceb0009
 
 
 
 
 
 
 
 
13ae003
ceb0009
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
license: mit
library_name: pytorch
tags:
  - pointllm
  - point-cloud
  - 3d
  - multimodal
  - chain-of-thought
  - reasoning
base_model: RunsenXu/PointLLM_7B_v1.2
datasets:
  - QileXu/PoCoTI-55K
language:
  - en
---

# PointLLM-R: Enhancing 3D Point Cloud Reasoning via Chain-of-Thought

**Chaoqi Chen**¹\*, **Qile Xu**¹\*, **Wenjun Zhou**¹, **Hui Huang**¹†

¹Shenzhen University    \*Equal contribution    †Corresponding author

[Paper](https://arxiv.org/abs/2605.22013) | [Project Page](https://vcc.tech/research/2026/PointLLM-R) | [Code](https://github.com/Xqle/PointLLM-R) | [Collection](https://huggingface.co/collections/QileXu/pointllm-r)

---

Official model weights for the paper **PointLLM-R: Enhancing 3D Point Cloud Reasoning via Chain-of-Thought** (SIGGRAPH 2026).

PointLLM-R-7B is a 3D multimodal LLM fine-tuned from [PointLLM](https://github.com/OpenRobotLab/PointLLM) on the [PoCoTI-55K](https://huggingface.co/datasets/QileXu/PoCoTI-55K) dataset, which augments point-cloud QA pairs with structured 5-step chain-of-thought reasoning.

## Links

- 📄 Paper: https://arxiv.org/abs/2605.22013
- 🌐 Project page: https://vcc.tech/research/2026/PointLLM-R
- 💻 Code: https://github.com/Xqle/PointLLM-R
- 📦 Collection: https://huggingface.co/collections/QileXu/pointllm-r
- 🗂️ Training data: [QileXu/PoCoTI-55K](https://huggingface.co/datasets/QileXu/PoCoTI-55K)
- 📊 Eval GT: [QileXu/OmniObject3D_brief_description_val_GT](https://huggingface.co/datasets/QileXu/OmniObject3D_brief_description_val_GT)

## Quick Start

See the [GitHub repository](https://github.com/Xqle/PointLLM-R) for installation, inference, and evaluation instructions.

## Citation

```bibtex
@inproceedings{chen2026pointllmr,
  title     = {PointLLM-R: Enhancing 3D Point Cloud Reasoning via Chain-of-Thought},
  author    = {Chen, Chaoqi and Xu, Qile and Zhou, Wenjun and Huang, Hui},
  booktitle = {ACM SIGGRAPH},
  year      = {2026},
  pages     = {}
}
```

## License

MIT. The base model and Objaverse-derived data retain their original licenses.