Views
No views yet
| Resource | Link |
|---|---|
| 📝 Preprints | Paper |
| 🤗 Daily Paper | Paper |
| 🤗 Model Hub | Klear-Reasoner-8B |
| 🤗 Dataset Hub | Math RL |
| 🤗 Dataset Hub | Code RL |
| 🐛 Issues & Discussions | GitHub Issues |
| 📧 Contact | suzhenpeng13@163.com |

| Benchmark | AIME 2024 | AIME 2025 | LiveCodeBench V5 | LiveCodeBench V6 |
|---|---|---|---|---|
| Score | 90.5 % | 83.2 % | 66.0 % | 58.1 % |
| Model | AIME2024 avg@64 | AIME2025 avg@64 | HMMT2025 avg@64 | LCB V5 avg@8 | LCB V6 avg@8 |
|---|---|---|---|---|---|
| AReal-boba-RL-7B | 61.9 | 48.3 | 29.4 | 34.3 | 31.0† |
| MiMo-7B-RL | 68.2 | 55.4 | 35.7 | 57.8 | 49.3 |
| Skywork-OR1-7B | 70.2 | 54.6 | 35.7 | 47.6 | 42.7 |
| AceReason-Nemotron-1.1-7B | 72.6 | 64.8 | 42.9 | 57.2 | 52.1 |
| POLARIS-4B-Preview | 81.2 | 79.4 | 58.7 | 58.5† | 53.0† |
| Qwen3-8B | 76.0 | 67.3 | 44.7† | 57.5 | 48.4† |
| Deepseek-R1-0528-Distill-8B | 86.0 | 76.3 | 61.5 | 61.0† | 51.6† |
| OpenReasoning-Nemotron-7B | 84.7 | 78.2 | 63.5 | 65.6† | 56.3† |
| Klear-Reasoner-8B-SFT | 75.6 | 70.1 | 57.6 | 58.5 | 49.6 |
| Klear-Reasoner-8B | 83.2 | 75.6 | 60.3 | 61.6 | 53.1 |
| w/ 64K Inference Budget | 90.5 | 83.2 | 70.8 | 66.0 | 58.1 |
We report the averagepass@1results (avg@n), with all other evaluation metrics following the DeepSeek-R1 assessment framework (temperature=0.6, top_p=0.95).
1git clone https://github.com/suu990901/Klear_Reasoner
2cd Klear_Reasoner
3pip install -r requirements.txtnode0), run:ray start --head --dashboard-host=0.0.0.0MASTER_IP=$(hostname -I | awk '{print $1}')node1), run the following, replacing the IP with that of your head node:ray start --address=\"$MASTER_IP:6379\"1bash recipe/dapo/perf_run_dapo_ours_math.sh # For Math RL
2bash recipe/dapo/perf_run_dapo_ours_code.sh # For Code RL1YOUR_MODEL_PATH="<your_model_path>"
2CKPTS_SAVE_DIR="<ckpts_save_path>"
3YOUR_TRAIN_FILE="<train_data_path>"
4YOUR_TEST_FILE="<test_data_path>"1@misc{su2025cegppocontrollingentropygradientpreserving,
2 title={CE-GPPO: Controlling Entropy via Gradient-Preserving Clipping Policy Optimization in Reinforcement Learning},
3 author={Zhenpeng Su and Leiyu Pan and Minxuan Lv and Yuntao Li and Wenping Hu and Fuzheng Zhang and Kun Gai and Guorui Zhou},
4 year={2025},
5 eprint={2509.20712},
6 archivePrefix={arXiv},
7 primaryClass={cs.LG},
8 url={https://arxiv.org/abs/2509.20712},
9}1@article{DBLP:journals/corr/abs-2508-07629,
2 author = {Zhenpeng Su and
3 Leiyu Pan and
4 Xue Bai and
5 Dening Liu and
6 Guanting Dong and
7 Jiaming Huang and
8 Wenping Hu and
9 Fuzheng Zhang and
10 Kun Gai and
11 Guorui Zhou},
12 title = {Klear-Reasoner: Advancing Reasoning Capability via Gradient-Preserving
13 Clipping Policy Optimization},
14 journal = {CoRR},
15 volume = {abs/2508.07629},
16 year = {2025},
17 url = {https://doi.org/10.48550/arXiv.2508.07629},
18 doi = {10.48550/ARXIV.2508.07629},
19 eprinttype = {arXiv},
20 eprint = {2508.07629},
21 timestamp = {Sat, 13 Sep 2025 14:46:27 +0200},
22 biburl = {https://dblp.org/rec/journals/corr/abs-2508-07629.bib},
23 bibsource = {dblp computer science bibliography, https://dblp.org}
24}