sinwang commited on
Commit
cf3e44b
Β·
verified Β·
1 Parent(s): 308fa0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -13,6 +13,14 @@ language:
13
  </h1>
14
  </div>
15
 
 
 
 
 
 
 
 
 
16
 
17
  ![logo](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/Lb55aSaitdpNl1iSC8xrm.png)
18
 
@@ -36,5 +44,21 @@ At the heart of RoboOmni lies the Perceiver-Thinker-Talker-Executor architecture
36
 
37
 
38
 
 
 
 
 
 
39
 
 
 
 
 
 
 
 
 
 
 
 
40
 
 
13
  </h1>
14
  </div>
15
 
16
+ <p align="center">
17
+ πŸ“– <a href="https://arxiv.org/abs/2510.23763"><strong>arXiv Paper</strong></a> |
18
+ 🌐 <a href="https://OpenMOSS.github.io/RoboOmni"><strong>Website</strong></a> |
19
+ πŸ€— <a href="https://huggingface.co/fnlp/RoboOmni"><strong>Model</strong></a> |
20
+ πŸ€— <a href="https://huggingface.co/datasets/fnlp/OmniAction"><strong>Dataset</strong></a> |
21
+ πŸ› οΈ <a href="https://github.com/OpenMOSS/RoboOmni"><strong>Github</strong></a> |
22
+ </p>
23
+
24
 
25
  ![logo](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/Lb55aSaitdpNl1iSC8xrm.png)
26
 
 
44
 
45
 
46
 
47
+ ## πŸ‘‹ Citation
48
+
49
+ If you find our paper and code useful in your research, please cite our paper.
50
+
51
+ **BibTeX:**
52
 
53
+ ```bibtex
54
+ @article{wang2025roboomni,
55
+ title={RoboOmni: Proactive Robot Manipulation in Omni-modal Context},
56
+ author={Siyin Wang and Jinlan Fu and Feihong Liu and Xinzhe He and Huangxuan Wu and Junhao Shi and Kexin Huang and Zhaoye Fei and Jingjing Gong and Zuxuan Wu and Yugang Jiang and See-Kiong Ng and Tat-Seng Chua and Xipeng Qiu},
57
+ journal={arXiv preprint arXiv:2510.23763},
58
+ year={2025},
59
+ url={https://arxiv.org/abs/2510.23763},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.RO},
62
+ }
63
+ ```
64