Linzhan commited on
Commit
6c0300d
·
verified ·
1 Parent(s): e0d88d8

Cite the arXiv preprint; link the HF paper page

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -123,13 +123,10 @@ This dataset is part of **UniML3D**, the training corpus introduced in
123
  (SIGGRAPH Asia 2026; [paper page](https://huggingface.co/papers/2609.05415)). If you use it, please cite the paper:
124
 
125
  ```bibtex
126
- @inproceedings{mou2026unimate,
127
- title = {UniMate: One Unified Model to Animate Diverse Skeletons},
128
- author = {Mou, Linzhan and Lei, Jiahui and Dou, Zhiyang and Cai, Chenyue and Song, Chaoyue and Finkelstein, Adam and Rusinkiewicz, Szymon},
129
- booktitle = {SIGGRAPH Asia 2026 Conference Papers},
130
- year = {2026},
131
- eprint = {2609.05415},
132
- archivePrefix = {arXiv},
133
- url = {https://arxiv.org/abs/2609.05415}
134
  }
135
  ```
 
123
  (SIGGRAPH Asia 2026; [paper page](https://huggingface.co/papers/2609.05415)). If you use it, please cite the paper:
124
 
125
  ```bibtex
126
+ @article{mou2026unimate,
127
+ title = {UniMate: One Unified Model to Animate Diverse Skeletons},
128
+ author = {Mou, Linzhan and Lei, Jiahui and Dou, Zhiyang and Cai, Chenyue and Song, Chaoyue and Finkelstein, Adam and Rusinkiewicz, Szymon},
129
+ journal = {arXiv preprint arXiv:2609.05415},
130
+ year = {2026}
 
 
 
131
  }
132
  ```