resistz commited on
Commit
679b8b3
·
verified ·
1 Parent(s): 5c673b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ## TMLR-Group-HF/GT-Qwen3-1.7B-Base
5
+
6
+ This is the Qwen3-1.7B-Base model trained by GRPO Ground Truth 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
+ ```
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
+ ```