zekaiwang commited on
Commit
bf0eb24
·
verified ·
1 Parent(s): 02f0cae

docs: update arxiv citation

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -32,7 +32,7 @@ A large-scale, tactile-reactive bimanual manipulation dataset, collected via tel
32
  Dexmate Vega-1 robot with two Sharpa Wave dexterous hands. Stored as a
33
  [LeRobotDataset v3.0](https://github.com/huggingface/lerobot).
34
 
35
- [🌐 Project Page](https://tactile-rex.github.io/) · [💻 Code (T-Rex)](https://github.com/ZhuoyangLiu2005/T-Rex) · [🚀 Dataset Quickstart](https://github.com/ZhuoyangLiu2005/T-Rex/tree/main/dataset_quickstart) · [📓 Colab notebook](https://colab.research.google.com/github/ZhuoyangLiu2005/T-Rex/blob/main/dataset_quickstart/quickstart.ipynb)
36
 
37
  <p align="center">
38
  <img src="assets/dataset_overview.png" width="100%">
@@ -178,14 +178,16 @@ meta/stats.json global feature statistics
178
  If you find the T-Rex Dataset useful, please cite:
179
 
180
  ```bibtex
181
- @article{trex2026,
182
- title = {TODO: paper title},
183
- author = {TODO: author list},
184
- journal = {arXiv preprint arXiv:TODO},
185
- year = {2026},
 
 
 
186
  }
187
  ```
188
- <!-- TODO: replace title / authors / arXiv id with the real values before public release. -->
189
 
190
  ## License
191
 
 
32
  Dexmate Vega-1 robot with two Sharpa Wave dexterous hands. Stored as a
33
  [LeRobotDataset v3.0](https://github.com/huggingface/lerobot).
34
 
35
+ [🌐 Project Page](https://tactile-rex.github.io/) · [✍️ Paper (arXiv)](https://arxiv.org/abs/2606.17055) · [💻 Code (T-Rex)](https://github.com/ZhuoyangLiu2005/T-Rex) · [🚀 Dataset Quickstart](https://github.com/ZhuoyangLiu2005/T-Rex/tree/main/dataset_quickstart) · [📓 Colab notebook](https://colab.research.google.com/github/ZhuoyangLiu2005/T-Rex/blob/main/dataset_quickstart/quickstart.ipynb)
36
 
37
  <p align="center">
38
  <img src="assets/dataset_overview.png" width="100%">
 
178
  If you find the T-Rex Dataset useful, please cite:
179
 
180
  ```bibtex
181
+ @misc{trex2026,
182
+ title={T-Rex: Tactile-Reactive Dexterous Manipulation},
183
+ author={Dantong Niu and Zhuoyang Liu and Zekai Wang and Boning Shao and Zhao-Heng Yin and Anirudh Pai and Yuvan Sharma and Stefano Saravalle and Ruijie Zheng and Jing Wang and Ryan Punamiya and Mengda Xu and Yuqi Xie and Yunfan Jiang and Letian Fu and Konstantinos Kallidromitis and Matteo Gioia and Junyi Zhang and Jiaxin Ge and Haiwen Feng and Fabio Galasso and Wei Zhan and David M. Chan and Yutong Bai and Roei Herzig and Jiahui Lei and Fei-Fei Li and Ken Goldberg and Jitendra Malik and Pieter Abbeel and Yuke Zhu and Danfei Xu and Jim Fan and Trevor Darrell},
184
+ year={2026},
185
+ eprint={2606.17055},
186
+ archivePrefix={arXiv},
187
+ primaryClass={cs.RO},
188
+ url={https://arxiv.org/abs/2606.17055},
189
  }
190
  ```
 
191
 
192
  ## License
193