Datasets:

Languages:
English
ArXiv:
License:
sinwang commited on
Commit
87ff3d4
·
verified ·
1 Parent(s): 4f79d21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -16,6 +16,14 @@ Thank you for your patience and understanding!
16
  </h1>
17
  </div>
18
 
 
 
 
 
 
 
 
 
19
 
20
  ![logo](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/Lb55aSaitdpNl1iSC8xrm.png)
21
 
@@ -46,3 +54,18 @@ At the heart of RoboOmni lies the Perceiver-Thinker-Talker-Executor architecture
46
  ![WechatIMG2567](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/z5hqTgAPU0BiFtdrKwq8A.jpeg)
47
 
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  </h1>
17
  </div>
18
 
19
+ <p align="center">
20
+ 📖 <a href="https://arxiv.org/pdf/2510.23763"><strong>arXiv Paper</strong></a> |
21
+ 🌐 <a href="https://OpenMOSS.github.io/RoboOmni"><strong>Website</strong></a> |
22
+ 🤗 <a href="https://huggingface.co/fnlp/RoboOmni"><strong>Model</strong></a> |
23
+ 🤗 <a href="https://huggingface.co/datasets/fnlp/OmniAction"><strong>Dataset</strong></a> |
24
+ 🛠️ <a href="https://github.com/OpenMOSS/RoboOmni"><strong>Github</strong></a> |
25
+ </p>
26
+
27
 
28
  ![logo](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/Lb55aSaitdpNl1iSC8xrm.png)
29
 
 
54
  ![WechatIMG2567](https://cdn-uploads.huggingface.co/production/uploads/64c3c631e77ea9f28111172a/z5hqTgAPU0BiFtdrKwq8A.jpeg)
55
 
56
 
57
+ ## 👋 Citation
58
+
59
+ If you find our paper and code useful in your research, please cite our paper.
60
+
61
+ ```bibtex
62
+ @article{wang2025roboomni,
63
+ title={RoboOmni: Proactive Robot Manipulation in Omni-modal Context},
64
+ 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},
65
+ journal={arXiv preprint arXiv:2510.23763},
66
+ year={2025},
67
+ url={https://arxiv.org/abs/2510.23763},
68
+ archivePrefix={arXiv},
69
+ primaryClass={cs.RO},
70
+ }
71
+ ```