Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ base_model:
|
|
| 5 |
pipeline_tag: image-text-to-text
|
| 6 |
---
|
| 7 |
|
| 8 |
-
<a href="" target="_blank">
|
| 9 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-Perceive--to--Reason-red?logo=arxiv" height="20" />
|
| 10 |
</a>
|
| 11 |
<a href="https://github.com/ZJU-REAL/Perceive-to-Reason" target="_blank">
|
|
@@ -17,7 +17,7 @@ pipeline_tag: image-text-to-text
|
|
| 17 |
|
| 18 |
# P2R-8B
|
| 19 |
|
| 20 |
-
This repository contains the P2R-8B, introduced in [Perceive-to-Reason: Decoupling Perception and Reasoning for Fine-Grained Visual Reasoning]().
|
| 21 |
|
| 22 |
## Model Description
|
| 23 |
|
|
@@ -45,4 +45,13 @@ For the full two-stage P2R inference pipeline, please refer to our [code reposit
|
|
| 45 |
## Citation
|
| 46 |
|
| 47 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
```
|
|
|
|
| 5 |
pipeline_tag: image-text-to-text
|
| 6 |
---
|
| 7 |
|
| 8 |
+
<a href="https://arxiv.org/pdf/2607.01191v1" target="_blank">
|
| 9 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-Perceive--to--Reason-red?logo=arxiv" height="20" />
|
| 10 |
</a>
|
| 11 |
<a href="https://github.com/ZJU-REAL/Perceive-to-Reason" target="_blank">
|
|
|
|
| 17 |
|
| 18 |
# P2R-8B
|
| 19 |
|
| 20 |
+
This repository contains the P2R-8B, introduced in [Perceive-to-Reason: Decoupling Perception and Reasoning for Fine-Grained Visual Reasoning](https://arxiv.org/pdf/2607.01191v1).
|
| 21 |
|
| 22 |
## Model Description
|
| 23 |
|
|
|
|
| 45 |
## Citation
|
| 46 |
|
| 47 |
```bibtex
|
| 48 |
+
@misc{li2026perceivetoreasondecouplingperceptionreasoning,
|
| 49 |
+
title={Perceive-to-Reason: Decoupling Perception and Reasoning for Fine-Grained Visual Reasoning},
|
| 50 |
+
author={Hongxing Li and Xiufeng Huang and Dingming Li and Wenjing Jiang and Zixuan Wang and Haolei Xu and Hanrong Zhang and Haiwen Hong and Longtao Huang and Hui Xue and Weiming Lu and Jun Xiao and Yueting Zhuang and Yongliang Shen},
|
| 51 |
+
year={2026},
|
| 52 |
+
eprint={2607.01191},
|
| 53 |
+
archivePrefix={arXiv},
|
| 54 |
+
primaryClass={cs.CV},
|
| 55 |
+
url={https://arxiv.org/abs/2607.01191},
|
| 56 |
+
}
|
| 57 |
```
|