kcxain commited on
Commit
efad8a6
·
verified ·
1 Parent(s): 4b796d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -4,4 +4,25 @@ base_model:
4
  - Qwen/Qwen2.5-Coder-7B-Instruct
5
  tags:
6
  - https://arxiv.org/abs/2604.05963
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - Qwen/Qwen2.5-Coder-7B-Instruct
5
  tags:
6
  - https://arxiv.org/abs/2604.05963
7
+ ---
8
+
9
+ # QiMeng-PRepair: Precise Code Repair via Edit-Aware Reward Optimization
10
+
11
+ [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/pdf/2604.05963v1)
12
+ [![HuggingFace](https://img.shields.io/badge/🤗-HuggingFace-yellow)](https://huggingface.co/collections/kcxain/qimeng-prepair)
13
+
14
+
15
+
16
+ ## Citation
17
+
18
+ ```bibtex
19
+ @misc{keprepair,
20
+ title={QiMeng-PRepair: Precise Code Repair via Edit-Aware Reward Optimization},
21
+ author={Changxin Ke and Rui Zhang and Jiaming Guo and Yuanbo Wen and Li Ding and Shuo Wang and Xuyuan Zhu and Xiong Peng and Di Huang and Zidong Du and Xing Hu and Qi Guo and Yunji Chen},
22
+ year={2026},
23
+ eprint={2604.05963},
24
+ archivePrefix={arXiv},
25
+ primaryClass={cs.SE},
26
+ url={https://arxiv.org/abs/2604.05963},
27
+ }
28
+ ```