Update README.md with BibTex citation
Browse files
README.md
CHANGED
|
@@ -144,3 +144,16 @@ above to review the governing terms.
|
|
| 144 |
We thank [Ropedia](https://huggingface.co/ropedia-ai) for providing videos from the [Xperience](https://huggingface.co/datasets/ropedia-ai/xperience-10m) dataset that were used
|
| 145 |
in our research and development of MolmoMotion. The Xperience dataset is governed by Ropedia’s terms and conditions.
|
| 146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
We thank [Ropedia](https://huggingface.co/ropedia-ai) for providing videos from the [Xperience](https://huggingface.co/datasets/ropedia-ai/xperience-10m) dataset that were used
|
| 145 |
in our research and development of MolmoMotion. The Xperience dataset is governed by Ropedia’s terms and conditions.
|
| 146 |
|
| 147 |
+
## Citation
|
| 148 |
+
|
| 149 |
+
```bibtex
|
| 150 |
+
@misc{zhang2026molmomotionforecastingpointtrajectories,
|
| 151 |
+
title={MolmoMotion: Forecasting Point Trajectories in 3D with Language Instruction},
|
| 152 |
+
author={Jianing Zhang and Chenhao Zheng and Yajun Yang and Max Argus and Rustin Soraki and Winson Han and Taira Anderson and Chun-Liang Li and Shuo Liu and Jiafei Duan and Zhongzheng Ren and Jieyu Zhang and Ranjay Krishna},
|
| 153 |
+
year={2026},
|
| 154 |
+
eprint={2606.18558},
|
| 155 |
+
archivePrefix={arXiv},
|
| 156 |
+
primaryClass={cs.CV},
|
| 157 |
+
url={https://arxiv.org/abs/2606.18558},
|
| 158 |
+
}
|
| 159 |
+
```
|