JeasLee commited on
Commit
66021dd
·
verified ·
1 Parent(s): d5d60d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -345,6 +345,19 @@ with open("range_nop.json") as f:
345
  | Raw DROID Dataset | [droid-dataset.github.io](https://droid-dataset.github.io/) |
346
  | Raw RH20T Dataset | [rh20t.github.io](https://rh20t.github.io/) |
347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  ## License
349
 
350
  Please refer to the original dataset licenses for [RoboInter](https://github.com/InternRobotics/RoboInter), [DROID](https://droid-dataset.github.io/), and [RH20T](https://rh20t.github.io/).
 
345
  | Raw DROID Dataset | [droid-dataset.github.io](https://droid-dataset.github.io/) |
346
  | Raw RH20T Dataset | [rh20t.github.io](https://rh20t.github.io/) |
347
 
348
+ ## Citation
349
+
350
+ If you find RoboInter useful in your research, please consider citing:
351
+
352
+ ```bibtex
353
+ @article{li2026robointer,
354
+ title={RoboInter: A Holistic Intermediate Representation Suite Towards Robotic Manipulation},
355
+ author={Li, Hao and Wang, Ziqin and Ding, Zi-han and Yang, Shuai and Chen, Yilun and Tian, Yang and Hu, Xiaolin and Wang, Tai and Lin, Dahua and Zhao, Feng and Liu, Si and Pang, Jiangmiao},
356
+ journal={arXiv preprint arXiv:2602.09973},
357
+ year={2025}
358
+ }
359
+ ```
360
+
361
  ## License
362
 
363
  Please refer to the original dataset licenses for [RoboInter](https://github.com/InternRobotics/RoboInter), [DROID](https://droid-dataset.github.io/), and [RH20T](https://rh20t.github.io/).