Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

The Entropy Mechanism of Reinforcement Learning for Reasoning Language Models

About

This paper aims to overcome a major obstacle in scaling RL for reasoning with LLMs, namely the collapse of policy entropy. Such phenomenon is consistently observed across vast RL runs without entropy intervention, where the policy entropy dropped sharply at the early training stage, this diminished exploratory ability is always accompanied with the saturation of policy performance. In practice, we establish a transformation equation R=-a*e^H+b between entropy H and downstream performance R. This empirical law strongly indicates that, the policy performance is traded from policy entropy, thus bottlenecked by its exhaustion, and the ceiling is fully predictable H=0, R=-a+b. Our finding necessitates entropy management for continuous exploration toward scaling compute for RL. To this end, we investigate entropy dynamics both theoretically and empirically. Our derivation highlights that, the change in policy entropy is driven by the covariance between action probability and the change in logits, which is proportional to its advantage when using Policy Gradient-like algorithms. Empirical study shows that, the values of covariance term and entropy differences matched exactly, supporting the theoretical conclusion. Moreover, the covariance term stays mostly positive throughout training, further explaining why policy entropy would decrease monotonically. Through understanding the mechanism behind entropy dynamics, we motivate to control entropy by restricting the update of high-covariance tokens. Specifically, we propose two simple yet effective techniques, namely Clip-Cov and KL-Cov, which clip and apply KL penalty to tokens with high covariances respectively. Experiments show that these methods encourage exploration, thus helping policy escape entropy collapse and achieve better downstream performance.

Ganqu Cui, Yuchen Zhang, Jiacheng Chen, Lifan Yuan, Zhi Wang, Yuxin Zuo, Haozhan Li, Yuchen Fan, Huayu Chen, Weize Chen, Zhiyuan Liu, Hao Peng, Lei Bai, Wanli Ouyang, Yu Cheng, Bowen Zhou, Ning Ding• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMATH500 (test)--
895
Mathematical ReasoningMATH 500
Accuracy (Acc)86.4
543
Mathematical ReasoningAIME 2024
Accuracy32.9
479
Mathematical ReasoningAMC
Accuracy (%)56.47
368
Visual Mathematical ReasoningMathVista
Accuracy71.6
366
Mathematical ReasoningMinerva
Pass@1 Accuracy47.79
289
Visual Mathematical ReasoningMathVision
Accuracy28.6
254
Mathematical ReasoningAIME 2024
Accuracy53.9
220
Mathematical ReasoningAIME 2025
Accuracy42.3
214
Mathematical ReasoningAIME 2024 (test)--
209
Showing 10 of 121 rows
...

Other info

Follow for update