arXiv:2607.07976cs.CLcs.AI2026-07

让大模型强化学习更聪明:避免错误答案被误奖

When Implausible Tokens Get Reinforced: Tail-Aware Credit Calibration for LLM Reinforcement Learning

论文配图:When Implausible Tokens Get Reinforced: Tail-Aware Credit Calibration for LLM Reinforcement Learning
图 1 · 摘自论文原文
  • 根据词汇罕见性和上下文判断风险,动态调整奖励分配
  • 在8个评测中优于主流方法,长序列任务稳定性显著提升
  • 适合研究大模型推理与强化学习的开发者和研究人员

强化学习(RL)在提升大语言模型(LLM)推理能力方面取得显著进展。然而,广泛使用的无评价值方法依赖均匀信用分配,对轨迹中所有标记一视同仁地赋予相同优势。我们识别出这一设计的关键缺陷——正信用污染:低概率尾部标记即使语义错误,也会获得与合理标记相同的正向奖励,导致错误推理行为被无意强化。为此,我们提出尾部感知信用校准(TACO),通过引入局部生成上下文的尾部风险评分,区分意外罕见性与不确定性探索,动态抑制高风险标记的正向更新,同时保留梯度以积累有用稀有模式。实验在三个大模型和八个基准上验证,TACO持续优于GRPO类基线,尤其在长序列强化学习中提升训练稳定性与性能。代码已开源。

原文摘要 · Abstract (English)

Reinforcement learning (RL) has achieved remarkable success in enhancing the reasoning capabilities of large language models (LLMs). However, widely used critic-free RL methods rely on uniform credit assignment, broadcasting the same advantage to all tokens regardless of their differences. We identify a critical failure mode of this design, which we refer to as Positive-Credit Contamination: low-probability tail tokens that are contextually erroneous receive identical positive credit to plausible ones within the same trajectory, resulting in the indiscriminate reinforcement of flawed reasoning behavior. To mitigate this issue, we propose Tail-Aware Credit calibratiOn (TACO), a method that calibrates uniform credit assignment to suppress undesirable positive updates. TACO first computes a tail-risk score that incorporates the local generation context to assess each token's risk of falling into the unreliable tail, distinguishing unexpected rarity from uncertainty-driven exploration. TACO then uses this score to tune positive credit for risky tokens without removing their gradients entirely, so that recurring useful rare patterns can accumulate reinforcement while incidental noise is progressively dampened. Experimental results across three LLMs and eight benchmarks show that TACO consistently outperforms GRPO-style baselines. Notably, TACO improves training stability, supporting sustained performance gains in long-horizon RL. The source code is available at: https://github.com/xiuyilou/TACO.

强化学习大模型信用分配推理优化

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