Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,5 +10,15 @@ pinned: true
|
|
| 10 |
license: cc-by-4.0
|
| 11 |
short_description: A 3D-LLM that connects text output to the 3D world.
|
| 12 |
---
|
|
|
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: cc-by-4.0
|
| 11 |
short_description: A 3D-LLM that connects text output to the 3D world.
|
| 12 |
---
|
| 13 |
+
This is a demo of a 3D-LLM trained from the 3D-GRAND dataset introduced in: ["3D-GRAND: A Million-Scale Dataset for 3D-LLMs with Better Grounding and Less Hallucination"](https://arxiv.org/abs/2406.05132)
|
| 14 |
|
| 15 |
+
```
|
| 16 |
+
@misc{yang20243dgrand,
|
| 17 |
+
title={3D-GRAND: A Million-Scale Dataset for 3D-LLMs with Better Grounding and Less Hallucination},
|
| 18 |
+
author={Jianing Yang and Xuweiyi Chen and Nikhil Madaan and Madhavan Iyengar and Shengyi Qian and David F. Fouhey and Joyce Chai},
|
| 19 |
+
year={2024},
|
| 20 |
+
eprint={2406.05132},
|
| 21 |
+
archivePrefix={arXiv},
|
| 22 |
+
primaryClass={cs.CV}
|
| 23 |
+
}
|
| 24 |
+
```
|