DASH: Divergence-Adaptive Supervision Horizons for On-Policy Self-Distillation of Reasoning Models· DASH: 适应性监督视野的策略内自蒸馏
Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models using automatically verifiable outcome signals, but these signals are typically sparse and at the sequence-level. On-policy self-distillation (OPSD) mitigates this sparsity by querying a privileged teacher at student-visited prefixes and providing dense token-level distributional supervision. Although this dense supervision alleviates signal sparsity, we find that standard OPSD still underexploits the temporal structure of the rollout. It assigns every local divergence the same coefficient, regardless of its position or the divergence sequence in which it occurs. In on-policy autoregressive generation, the same divergence magnitude can follow different discrepancy histories, r
通过引入适应性监督视野,优化策略内自蒸馏,提升强化学习中的推理模型能力。
- 核心方法
- DASH 引入了一种适应性监督视野机制,根据局部差异的位置及发生的差异序列动态调整监督系数,以更有效地利用时间结构信息。
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 现有的策略内自蒸馏方法未能充分考虑强化学习过程中时间序列的结构,对所有局部差异使用相同的系数,忽略差异的历史。
- 关键实验
- 实验展示了 DASH 在多个强化学习任务中的性能提升,对比了标准 OPSD 和其他基准方法,证明了其有效性和优越性。
- 主要贡献
- DASH 提高了模型在稀疏奖励环境中的学习效率和推理能力,特别针对强化学习中的自动回归生成任务。
- 意义与局限
- DASH 的提出为强化学习中稀疏奖励问题提供了一种新的解决方案,有望提升模型的泛化能力和推理质量。局限性在于模型复杂度增加,可能需要更多的计算资源。