Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,13 @@ This is the Qwen3-8B-Base model trained by GRPO Ground Truth method using MATH t
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|
13 |
+
@article{zhang2025coreward,
|
14 |
+
title={Co-Reward: Self-supervised Reinforcement Learning for Large Language Model Reasoning via Contrastive Agreement},
|
15 |
+
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},
|
16 |
+
journal={arXiv preprint arXiv:2508.00410}
|
17 |
+
year={2025},
|
18 |
+
}
|
19 |
+
```
|