JeasLee commited on
Commit
fc758e0
·
verified ·
1 Parent(s): ee55ea4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -70,6 +70,21 @@ For full training and evaluation pipelines, please refer to:
70
  - **Project**: [RoboInter](https://github.com/InternRobotics/RoboInter)
71
  - **Annotation Data**: [RoboInter-Data](https://huggingface.co/datasets/InternRobotics/RoboInter-Data)
72
  - **VQA Dataset**: [RoboInter-VQA](https://huggingface.co/datasets/InternRobotics/RoboInter-VQA)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  ## License
74
 
75
  Please refer to the original licenses of [RoboInter](https://github.com/InternRobotics/RoboInter), [Qwen2.5-VL](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct), and [LLaVA-OneVision](https://huggingface.co/lmms-lab/llava-onevision-qwen2-7b-ov).
 
70
  - **Project**: [RoboInter](https://github.com/InternRobotics/RoboInter)
71
  - **Annotation Data**: [RoboInter-Data](https://huggingface.co/datasets/InternRobotics/RoboInter-Data)
72
  - **VQA Dataset**: [RoboInter-VQA](https://huggingface.co/datasets/InternRobotics/RoboInter-VQA)
73
+
74
+
75
+ ## Citation
76
+
77
+ If you find RoboInter useful in your research, please consider citing:
78
+
79
+ ```bibtex
80
+ @article{li2026robointer,
81
+ title={RoboInter: A Holistic Intermediate Representation Suite Towards Robotic Manipulation},
82
+ 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},
83
+ journal={arXiv preprint arXiv:2602.09973},
84
+ year={2025}
85
+ }
86
+ ```
87
+
88
  ## License
89
 
90
  Please refer to the original licenses of [RoboInter](https://github.com/InternRobotics/RoboInter), [Qwen2.5-VL](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct), and [LLaVA-OneVision](https://huggingface.co/lmms-lab/llava-onevision-qwen2-7b-ov).