InfoPPO:用信息密度替代token计数重参数化LLM强化学习
Information-Time Proximal Policy Optimization
训练LLM做推理的看这篇:InfoPPO把RL时间步从token数换成信息密度,Qwen3数学基准五项全升,比PPO稳。
arXiv 论文提出 InfoPPO,针对 RLVR 中按 token 逐个生成定义时间步的缺陷,改用信息密度来推进 MDP 的时间进程。方法在每个 token 位置按其状态的信息密度自适应调整 PPO 裁剪阈值,同时保留近端控制。论文将性能差异与策略提升分析扩展到信息时间 MDP,给出由信息密度约束策略变化时的提升下界。在 Qwen3 模型上的实验显示,InfoPPO 在五个竞赛级数学推理基准上稳定超过竞争基线。在会让 token 时间 PPO 精度退化的非平凡折扣设置下,InfoPPO 仍保持稳定的准确率与回复长度。
Information-Time Proximal Policy Optimization
RLVR has substantially improved the reasoning capabilities of LLMs. However, existing methods typically parameterize temporal progression in the Markov Decision Process by token-by-token generation, despite the highly non-uniform information flow along autoregressive trajectories. In this paper, we propose InfoPPO, which reparameterizes temporal progression using information density rather than raw token count. This reparameterization induces a common state-dependent structure for both temporal credit propagation and policy updates. InfoPPO restores the effectiveness of non-trivial discounting in long-horizon reasoning, retaining effective-horizon contraction while avoiding excessive attenuation of terminal supervision over long token sequences. Moreover, the information-time policy-improvement analysis naturally leads to a state-dependent update constraint, which we implement through adaptive clipping. By adapting the clipping threshold at each token position to the information density of its corresponding state, this mechanism enables more targeted policy updates while preserving proximal control. Theoretically, we extend performance-difference and policy-improvement analyses to the information-time MDP, deriving a policy-improvement lower bound when policy changes are regulated by information density. We further connect the general information-time analysis to practical LLM policy optimization by relating state-wise information density to local policy movement, while also providing theoretical grounding for the adaptive update mechanism. Experiments on Qwen3 models demonstrate consistent gains over competitive baselines across five challenging competition-style mathematical reasoning benchmarks. InfoPPO also maintains stable accuracy and response length across non-trivial discount settings under which token-time PPO deteriorates.