trainandtest666 commited on
Commit
5506d8d
·
verified ·
1 Parent(s): 004a7c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -10,14 +10,21 @@ For more details about the model and its implementation, please refer to the Git
10
  If this work has contributed to your research, welcome to cite it:
11
 
12
  ```
13
- @misc{zhao2025embodiedr,
14
- title={Embodied-R: Collaborative Framework for Activating Embodied Spatial Reasoning in Foundation Models via Reinforcement Learning},
15
- author={Baining Zhao and Ziyou Wang and Jianjie Fang and Chen Gao and Fanhang Man and Jinqiang Cui and Xin Wang and Xinlei Chen and Yong Li and Wenwu Zhu},
16
- year={2025},
17
- eprint={2504.12680},
18
- archivePrefix={arXiv},
19
- primaryClass={cs.AI},
20
- url={https://arxiv.org/abs/2504.12680},
 
 
 
 
 
 
 
21
  }
22
  ```
23
  ---
 
10
  If this work has contributed to your research, welcome to cite it:
11
 
12
  ```
13
+ @inproceedings{10.1145/3746027.3755703,
14
+ author = {Zhao, Baining and Wang, Ziyou and Fang, Jianjie and Gao, Chen and Man, Fanhang and Cui, Jinqiang and Wang, Xin and Chen, Xinlei and Li, Yong and Zhu, Wenwu},
15
+ title = {Embodied-R: Collaborative Framework for Activating Embodied Spatial Reasoning in Foundation Models via Reinforcement Learning},
16
+ year = {2025},
17
+ isbn = {9798400720352},
18
+ publisher = {Association for Computing Machinery},
19
+ address = {New York, NY, USA},
20
+ url = {https://doi.org/10.1145/3746027.3755703},
21
+ doi = {10.1145/3746027.3755703},
22
+ booktitle = {Proceedings of the 33rd ACM International Conference on Multimedia},
23
+ pages = {11071–11080},
24
+ numpages = {10},
25
+ keywords = {embodied intelligence, reasoning, vision-language model},
26
+ location = {Dublin, Ireland},
27
+ series = {MM '25}
28
  }
29
  ```
30
  ---