Update README.md
Browse files
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 |
+
```
|