Update README.md
Browse files
README.md
CHANGED
|
@@ -40,15 +40,44 @@ All samples have been selected to ensure accurate reward signals for reinforceme
|
|
| 40 |
|
| 41 |
## Citation
|
| 42 |
|
| 43 |
-
|
| 44 |
```bibtex
|
| 45 |
-
@misc{
|
| 46 |
-
title={
|
| 47 |
-
author={Zhenpeng Su and Leiyu Pan and
|
| 48 |
year={2025},
|
| 49 |
-
eprint={
|
| 50 |
archivePrefix={arXiv},
|
| 51 |
primaryClass={cs.LG},
|
| 52 |
-
url={https://arxiv.org/abs/
|
| 53 |
}
|
| 54 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
## Citation
|
| 42 |
|
| 43 |
+
If you find this work helpful, please cite our paper:
|
| 44 |
```bibtex
|
| 45 |
+
@misc{su2025cegppocontrollingentropygradientpreserving,
|
| 46 |
+
title={CE-GPPO: Controlling Entropy via Gradient-Preserving Clipping Policy Optimization in Reinforcement Learning},
|
| 47 |
+
author={Zhenpeng Su and Leiyu Pan and Minxuan Lv and Yuntao Li and Wenping Hu and Fuzheng Zhang and Kun Gai and Guorui Zhou},
|
| 48 |
year={2025},
|
| 49 |
+
eprint={2509.20712},
|
| 50 |
archivePrefix={arXiv},
|
| 51 |
primaryClass={cs.LG},
|
| 52 |
+
url={https://arxiv.org/abs/2509.20712},
|
| 53 |
}
|
| 54 |
```
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
```bibtex
|
| 58 |
+
@article{DBLP:journals/corr/abs-2508-07629,
|
| 59 |
+
author = {Zhenpeng Su and
|
| 60 |
+
Leiyu Pan and
|
| 61 |
+
Xue Bai and
|
| 62 |
+
Dening Liu and
|
| 63 |
+
Guanting Dong and
|
| 64 |
+
Jiaming Huang and
|
| 65 |
+
Wenping Hu and
|
| 66 |
+
Fuzheng Zhang and
|
| 67 |
+
Kun Gai and
|
| 68 |
+
Guorui Zhou},
|
| 69 |
+
title = {Klear-Reasoner: Advancing Reasoning Capability via Gradient-Preserving
|
| 70 |
+
Clipping Policy Optimization},
|
| 71 |
+
journal = {CoRR},
|
| 72 |
+
volume = {abs/2508.07629},
|
| 73 |
+
year = {2025},
|
| 74 |
+
url = {https://doi.org/10.48550/arXiv.2508.07629},
|
| 75 |
+
doi = {10.48550/ARXIV.2508.07629},
|
| 76 |
+
eprinttype = {arXiv},
|
| 77 |
+
eprint = {2508.07629},
|
| 78 |
+
timestamp = {Sat, 13 Sep 2025 14:46:27 +0200},
|
| 79 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2508-07629.bib},
|
| 80 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 81 |
+
}
|
| 82 |
+
```
|
| 83 |
+
|