用信息瓶颈理论优化大模型强化学习的探索与利用平衡。
Long Live The Balance: Information Bottleneck Driven Tree-based Policy Optimization

- 基于信息瓶颈理论设计新指标IB-Score,量化推理多样性与答案相关性。
- 提出IB-TPO框架,在相同预算下生成50%更多有效轨迹,性能提升2.9%~3.6%。
- 适合追求高效稳定在线强化学习的大模型研究者使用。
大型语言模型在在线强化学习方面取得进展,但在复杂推理任务中常因探索与利用失衡导致优化不稳定、性能不佳。本文提出基于信息瓶颈理论的IB-Score,通过衡量每步推理多样性与正确答案间互信息来评估策略平衡性。分析显示,现有方法(如GRPO)在训练中难以保持平衡,效果受限。为此,我们提出信息瓶颈驱动的树结构策略优化(IB-TPO),将IB-Score作为细粒度优化目标,并引入新型树采样策略,在相同令牌预算下提升50%轨迹效率,同时复用树结构实现高效蒙特卡洛估计。在多个标准基准测试中,本方法相较GRPO基线提升2.9%至3.6%,优于其他先进在线强化学习方法。代码已开源:https://github.com/alibaba/EfficientRL。
原文摘要 · Abstract (English)
Recent advances in online reinforcement learning (RL) for large language models (LLMs) have demonstrated promising performance in complex reasoning tasks. However, they often exhibit an imbalanced exploration-exploitation trade-off, resulting in unstable optimization and sub-optimal performance. We introduce IB-Score, a novel metric grounded in Information Bottleneck theory that evaluates policy's exploration-exploitation balance by quantifying the trade-off between step-level reasoning diversity and mutual information shared with the correct answer. Analysis based on IB-Score shows that popular online RL approaches (e.g., GRPO) with common regularizers fail to consistently maintain balance during training with suboptimal results. To address this, we propose Information Bottleneck-driven Tree-based Policy Optimization (IB-TPO), a principled framework that formulates IB-Score as a fine-grained optimization objective and utilizes a novel IB-guided tree sampling strategy that not only improves the efficiency of online sampling with 50% more trajectories under the same token budget, but also reuses the tree structure for effective IB-Score Monte Carlo estimation. Extensive experiments across standard benchmarks show that our method significantly outperforms GRPO baseline by 2.9% to 3.6% and also outperforms other state-of-the-art online RL approaches. Our code is available at https://github.com/alibaba/EfficientRL.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。