arXiv:2603.06743cs.LGcs.AI2026-03被引 3

解决扩散语言模型训练中的奖励崩溃问题

Stabilizing Reinforcement Learning for Diffusion Language Models

  • 提出无条件裁剪与自归一化机制,抑制梯度异常
  • 在多个基准上实现稳定训练,避免策略漂移
  • 适合从事扩散模型微调的研究者参考

组相对策略优化(GRPO)在自回归语言模型后训练中表现优异,但直接应用于扩散大语言模型(dLLMs)常导致奖励崩溃。我们发现两个不兼容原因:其一,GRPO依赖序列概率定义的重要性比,在dLLMs中不可计算,需通过ELBO或均值场似然代理估计,产生固有噪声;其二,标准GRPO对估计比值不鲁棒:其条件裁剪易被模型无关的估计噪声绕过,引发梯度尖峰,而固定组大小归一化会放大高方差比值下的梯度波动。这些效应形成自我强化的不稳定性循环,导致策略漂移并进一步增加比值方差。为此,我们提出StableDRL,专为dLLMs设计的GRPO重构方法,采用(i)无条件裁剪抑制异常值引起的尖峰,(ii)自归一化将更新限制在每样本梯度的凸包内。我们还通过阶梯注意力机制将StableDRL扩展至块状扩散模型。

原文摘要 · Abstract (English)

Group Relative Policy Optimization (GRPO) is highly effective for post-training autoregressive (AR) language models, yet its direct application to diffusion large language models (dLLMs) often triggers reward collapse. We identify two sources of incompatibility. First, GRPO relies on importance ratios defined by sequence probabilities, which are intractable in dLLMs and must be estimated (e.g., via ELBO-based or mean-field likelihood proxies), yielding inherently noisy ratios. Second, standard GRPO's formulation is not designed for estimated ratios: its conditional clipping can be anomalously bypassed by model-agnostic estimation noise, producing gradient spikes, while its fixed group-size normalization amplifies gradient-magnitude fluctuations under high-variance ratio estimates. We show these effects form a self-reinforcing instability loop that drives policy drift and further increases ratio variance. To break this loop, we propose StableDRL, a reformulation of GRPO tailored for dLLMs that uses (i) unconditional clipping to suppress outlier-induced spikes and (ii) self-normalization to constrain updates within the convex hull of per-sample gradients. We further extend StableDRL to block-wise diffusion models via a staircase attention mechanism.

强化学习扩散模型语言模型稳定训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。