resistz nielsr HF Staff commited on
Commit
45f4896
·
verified ·
1 Parent(s): 618c94f

Improve model card: Add metadata, paper link, and detailed description (#1)

Browse files

- Improve model card: Add metadata, paper link, and detailed description (c50c73366b00b5e4d8d8f6f2a552159de430ddf0)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,5 +1,26 @@
1
- ### Co-rewarding-I: Qwen3-8B-Base trained on OpenRS
 
 
 
 
2
 
3
- This is the Qwen3-8B-Base model trained by Co-rewarding-I using OpenRS training set.
4
 
5
- If you are interested in Co-rewarding, you can find more details on our Github Repo [https://github.com/tmlr-group/Co-rewarding].
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ library_name: transformers
4
+ license: apache-2.0
5
+ ---
6
 
7
+ # Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models
8
 
9
+ This repository contains the **Co-rewarding-I: Qwen3-8B-Base** model, trained on the OpenRS dataset. This model is an instantiation of the **Co-rewarding** framework, a novel self-supervised reinforcement learning (RL) approach presented in the paper [Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models](https://huggingface.co/papers/2508.00410).
10
+
11
+ Co-rewarding aims to improve the reasoning ability of large language models (LLMs) by enhancing training stability. It addresses the common "training collapse" issue found in single-view self-rewarding methods by seeking complementary supervision from multiple perspectives. Specifically, Co-rewarding-I uses a data-side instantiation that derives reward signals from contrastive agreement across semantically analogous questions. The method has shown stable training and significant performance improvements over other self-rewarding baselines on various mathematical reasoning benchmarks.
12
+
13
+ For more details, including installation instructions, training scripts, additional checkpoints, and evaluation procedures, please refer to the official GitHub repository:
14
+ [https://github.com/tmlr-group/Co-rewarding](https://github.com/tmlr-group/Co-rewarding)
15
+
16
+ ## Citation
17
+
18
+ If you use our datasets or models, please cite our paper:
19
+ ```bibtex
20
+ @article{zhang2025co,
21
+ title={Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models},
22
+ author={Zhang, Zizhuo and Zhu, Jianing and Ge, Xinmu and Zhao, Zihua and Zhou, Zhanke and Li, Xuan and Feng, Xiao and Yao, Jiangchao and Han, Bo},
23
+ journal={arXiv preprint arXiv:2508.00410},
24
+ year={2025}
25
+ }
26
+ ```