kcxain commited on
Commit
f654631
·
verified ·
1 Parent(s): dff7865

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - Qwen/Qwen2.5-Coder-7B-Instruct
5
+ ---
6
+
7
+ # QiMeng-PRepair: Precise Code Repair via Edit-Aware Reward Optimization
8
+
9
+ [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/pdf/2604.05963v1)
10
+ [![HuggingFace](https://img.shields.io/badge/🤗-HuggingFace-yellow)](https://huggingface.co/collections/kcxain/qimeng-prepair)
11
+
12
+
13
+
14
+ ## Citation
15
+
16
+ ```bibtex
17
+ @misc{keprepair,
18
+ title={QiMeng-PRepair: Precise Code Repair via Edit-Aware Reward Optimization},
19
+ 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},
20
+ year={2026},
21
+ eprint={2604.05963},
22
+ archivePrefix={arXiv},
23
+ primaryClass={cs.SE},
24
+ url={https://arxiv.org/abs/2604.05963},
25
+ }
26
+ ```