Kaguya-19 commited on
Commit
5ee2b04
·
verified ·
1 Parent(s): 8d4168d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -11,6 +11,7 @@ tags:
11
  <a href='https://huggingface.co/openbmb/AgentCPM-Report-GGUF'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-AgentCPM--Report--GGUF-yellow'>
12
  <a href='https://github.com/OpenBMB/AgentCPM'><img src='https://img.shields.io/badge/GitHub-AgentCPM-blue?logo=github'>
13
  <a href='https://github.com/OpenBMB/UltraRAG'><img src='https://img.shields.io/badge/GitHub-UltraRAG-blue?logo=github'>
 
14
  </p>
15
 
16
  ## Links & Resources
@@ -343,10 +344,13 @@ Advisors: Yukun Yan, Yankai Lin, Zhiyuan Liu, Maosong Sun
343
  If **AgentCPM-Report** is helpful for your research, please cite it as follows:
344
 
345
  ```bibtex
346
- @software{AgentCPMReport2026,
347
- title = {AgentCPM-Report: Gemini-2.5-pro-DeepResearch Level Local DeepResearch},
348
- author = {Yishan Li, Wentong Chen, Yukun Yan, Mingwei Li, Sen Mei, Xiaorong Wang, Kunpeng Liu, Xin Cong, Shuo Wang, Zhong Zhang, Yaxi Lu, Zhenghao Liu, Yankai Lin, Zhiyuan Liu, Maosong Sun},
349
- year = {2026},
350
- url = {https://github.com/OpenBMB/AgentCPM}
 
 
 
351
  }
352
  ```
 
11
  <a href='https://huggingface.co/openbmb/AgentCPM-Report-GGUF'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-AgentCPM--Report--GGUF-yellow'>
12
  <a href='https://github.com/OpenBMB/AgentCPM'><img src='https://img.shields.io/badge/GitHub-AgentCPM-blue?logo=github'>
13
  <a href='https://github.com/OpenBMB/UltraRAG'><img src='https://img.shields.io/badge/GitHub-UltraRAG-blue?logo=github'>
14
+ <a href='https://arxiv.org/abs/2602.06540'><img src='https://img.shields.io/badge/arXiv-2602.06540-red'>
15
  </p>
16
 
17
  ## Links & Resources
 
344
  If **AgentCPM-Report** is helpful for your research, please cite it as follows:
345
 
346
  ```bibtex
347
+ @misc{li2026agentcpmreport,
348
+ title={AgentCPM-Report: Interleaving Drafting and Deepening for Open-Ended Deep Research},
349
+ author={Yishan Li and Wentong Chen and Yukun Yan and Mingwei Li and Sen Mei and Xiaorong Wang and Kunpeng Liu and Xin Cong and Shuo Wang and Zhong Zhang and Yaxi Lu and Zhenghao Liu and Yankai Lin and Zhiyuan Liu and Maosong Sun},
350
+ year={2026},
351
+ eprint={2602.06540},
352
+ archivePrefix={arXiv},
353
+ primaryClass={cs.AI},
354
+ url={https://arxiv.org/abs/2602.06540},
355
  }
356
  ```