hotelll commited on
Commit
b9347de
·
verified ·
1 Parent(s): 3d99352

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -211,19 +211,18 @@ async_llm.shutdown()
211
  We would like to thank [Qwen Team](https://github.com/QwenLM), [vLLM](https://github.com/vllm-project/vllm), [OmniDocBench](https://github.com/opendatalab/OmniDocBench), [UniMERNet](https://github.com/opendatalab/UniMERNet), [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR), [DocLayout-YOLO](https://github.com/opendatalab/DocLayout-YOLO) for providing valuable code and models. We also appreciate everyone's contribution to this open-source project!
212
 
213
 
214
- # Citing MinerU2.5
215
 
216
- The arXiv version is coming soon. Stay tuned!
217
- <!-- If you find our paper and code useful in your research, please consider giving a star ⭐ and citation 📝 :
218
 
219
  ```BibTeX
220
- @misc{li2025monkeyocrdocumentparsingstructurerecognitionrelation,
221
- title={MonkeyOCR: Document Parsing with a Structure-Recognition-Relation Triplet Paradigm},
222
- author={Zhang Li and Yuliang Liu and Qiang Liu and Zhiyin Ma and Ziyang Zhang and Shuo Zhang and Zidun Guo and Jiarui Zhang and Xinyu Wang and Xiang Bai},
223
  year={2025},
224
- eprint={2506.05218},
225
  archivePrefix={arXiv},
226
  primaryClass={cs.CV},
227
- url={https://arxiv.org/abs/2506.05218},
228
  }
229
- ``` -->
 
211
  We would like to thank [Qwen Team](https://github.com/QwenLM), [vLLM](https://github.com/vllm-project/vllm), [OmniDocBench](https://github.com/opendatalab/OmniDocBench), [UniMERNet](https://github.com/opendatalab/UniMERNet), [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR), [DocLayout-YOLO](https://github.com/opendatalab/DocLayout-YOLO) for providing valuable code and models. We also appreciate everyone's contribution to this open-source project!
212
 
213
 
214
+ # Citation
215
 
216
+ If you find our work useful in your research, please consider giving a star ⭐ and citation 📝 :
 
217
 
218
  ```BibTeX
219
+ @misc{niu2025mineru25decoupledvisionlanguagemodel,
220
+ title={MinerU2.5: A Decoupled Vision-Language Model for Efficient High-Resolution Document Parsing},
221
+ author={Junbo Niu and Zheng Liu and Zhuangcheng Gu and Bin Wang and Linke Ouyang and Zhiyuan Zhao and Tao Chu and Tianyao He and Fan Wu and Qintong Zhang and Zhenjiang Jin and others},
222
  year={2025},
223
+ eprint={2509.22186},
224
  archivePrefix={arXiv},
225
  primaryClass={cs.CV},
226
+ url={https://arxiv.org/abs/2509.22186},
227
  }
228
+ ```