arXiv:2602.05630cs.LGcs.CL2026-02被引 4

将可验证奖励视为分类标签,提升大模型推理训练稳定性与效果

Rewards as Labels: Revisiting RLVR from a Classification Perspective

  • 把奖励看作类别标签,把强化学习转为分类问题优化策略
  • 在1.5B和7B模型上均超越现有方法,最高提升6.7%
  • 无需复杂损失函数,基础交叉熵也能稳定训练并胜出

基于可验证奖励的强化学习(RLVR)通过显式规则监督,显著提升了大语言模型在复杂推理任务中的能力。其中GRPO及其变体取得了良好表现,但存在正样本梯度误分配和负样本梯度主导的问题,导致策略更新效率低下。为此,本文提出「奖励即标签」(REAL),将可验证奖励重新建模为类别标签,将策略优化转化为分类问题。进一步引入锚点对数(anchor logits)增强学习效果。分析表明,REAL实现单调且有界的梯度加权,平衡各采样路径的梯度分配,有效缓解上述问题。在数学推理基准上的大量实验显示,REAL显著提升训练稳定性,并持续优于GRPO及强基线如DAPO。1.5B模型上,平均Pass@1较DAPO提升6.7%;7B模型上,分别优于DAPO和GSPO 6.2%和1.7%。即使使用基础二元交叉熵,REAL仍保持稳定,平均领先DAPO 4.5%。

原文摘要 · Abstract (English)

Reinforcement Learning with Verifiable Rewards has recently advanced the capabilities of Large Language Models in complex reasoning tasks by providing explicit rule-based supervision. Among RLVR methods, GRPO and its variants have achieved strong empirical performance. Despite their success, we identify that they suffer from Gradient Misassignment in Positives and Gradient Domination in Negatives, which lead to inefficient and suboptimal policy updates. To address these issues, we propose Rewards as Labels (REAL), a novel framework that revisits verifiable rewards as categorical labels rather than scalar weights, thereby reformulating policy optimization as a classification problem. Building on this, we further introduce anchor logits to enhance policy learning. Our analysis reveals that REAL induces a monotonic and bounded gradient weighting, enabling balanced gradient allocation across rollouts and effectively mitigating the identified mismatches. Extensive experiments on mathematical reasoning benchmarks show that REAL improves training stability and consistently outperforms GRPO and strong variants such as DAPO. On the 1.5B model, REAL improves average Pass@1 over DAPO by 6.7%. These gains further scale to 7B model, REAL continues to outperform DAPO and GSPO by 6.2% and 1.7%, respectively. Notably, even with a vanilla binary cross-entropy, REAL remains stable and exceeds DAPO by 4.5% on average.

强化学习大模型推理奖励设计分类视角

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