Update README.md
Browse files
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 |
-
@
|
| 347 |
-
|
| 348 |
-
|
| 349 |
-
|
| 350 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|