resistz commited on
Commit
1cc4a86
·
verified ·
1 Parent(s): 35eb6c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ## CoReward-Qwen2.5-7B
5
+
6
+ This is the Qwen2.5-7B model trained by Co-Reward method using MATH training set.
7
+
8
+ If you are interested in Co-Reward, you can find more details on our Github Repo [https://github.com/tmlr-group/Co-Reward].
9
+
10
+ ## Citation
11
+ ```
12
+ @article{zhang2025coreward,
13
+ title={Co-Reward: Self-supervised Reinforcement Learning for Large Language Model Reasoning via Contrastive Agreement},
14
+ author={Zizhuo Zhang and Jianing Zhu and Xinmu Ge and Zihua Zhao and Zhanke Zhou and Xuan Li and Xiao Feng and Jiangchao Yao and Bo Han},
15
+ journal={arXiv preprint arXiv:2508.00410}
16
+ year={2025},
17
+ }
18
+ ```