resistz commited on
Commit
fe4652d
·
verified ·
1 Parent(s): 45079da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -5,4 +5,14 @@ license: mit
5
 
6
  This is the Llama-3.2-3B-Instruct 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].
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  This is the Llama-3.2-3B-Instruct 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
+ ```