Research Papers 论文研究 4h ago Updated 2h ago 更新于 2小时前 50

Abstention as an Action Can Kill Both the Reward Gradient and the KL Anchor: Collapse Law and Repair for Error-Penalized Reinforcement Learning 弃权作为动作会同时摧毁奖励梯度与KL锚点:误差惩罚强化学习的崩溃定律与修复方法

Error-penalized scoring rules (+1 correct, -λ wrong, 0 abstain) are widely used to combat hallucination, but when abstention is treated as a discrete action in KL-anchored RL, both the reward gradient and the KL anchor's restoring force are simultaneously throttled by a shared gate-saturation factor, causing catastrophic collapse. Under conditions where blanket answering loses expected score and prompts share a bounded readout, the model drifts toward refusing everything; mean training reward ri 错误惩罚评分规则(+1正确/-λ错误/0拒绝)本用于抑制幻觉,但KL锚定梯度学习器会适得其反 当拒绝作为离散动作时,奖励梯度与KL锚点的恢复力被同一门控饱和因子抑制而同时失效 优势估计器的组归一化将有效惩罚静默替换为1,使学习阈值从理论Chow阈值t*=λ/(1+λ)偏移至1/2 修复方案为结构性设计:训练强制置信度报告(严格正确分数+正确性奖励),仅在部署时阈值化拒绝 仿真与两种规模语言模型实验共同验证了崩溃机制及修复方案的有效性

68
Hot 热度
76
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Error-penalized scoring rules (+1 correct, -λ wrong, 0 abstain) are widely used to combat hallucination, but when abstention is treated as a discrete action in KL-anchored RL, both the reward gradient and the KL anchor's restoring force are simultaneously throttled by a shared gate-saturation factor, causing catastrophic collapse.
  • Under conditions where blanket answering loses expected score and prompts share a bounded readout, the model drifts toward refusing everything; mean training reward rises toward zero like 1/t while coverage collapses, creating a misleadingly improving reward curve.
  • The advantage estimator with group normalization silently replaces every designed penalty with an effective penalty of one, shifting the learned abstention threshold from the theoretically optimal Chow's threshold t* = λ/(1+λ) to 1/2.
  • The proposed repair is structural: train a mandatory confidence report using a strictly proper scoring rule plus a correctness reward, and abstain only at deployment by thresholding that report, eliminating the saturable gate entirely.
  • Simulations confirm all theoretical predictions, and experiments on language models at two scales demonstrate that the error-penalized rule silences solvable questions within ten optimizer steps, while report-level training simultaneously improves coverage, accuracy, and calibration.

Why It Matters

This work reveals a fundamental flaw in a widely adopted anti-hallucination strategy—error-penalized RL with abstention as an action—showing that it can produce deceptively improving reward curves while the model silently stops answering. For AI practitioners building safety-critical systems, the findings mean that standard reward shaping alone is insufficient and can actively degrade coverage; the proposed confidence-report architecture offers a principled, structurally sound alternative that preserves both performance and calibration.

Technical Details

  • Collapse Law: The paper proves that when abstention is a discrete action in KL-anchored policy gradient learning, the reward gradient and the KL anchor's restoring force share an identical gate-saturation factor. When this factor approaches zero (due to high abstention rates), both vanish simultaneously, causing the model to drift toward universal refusal.
  • Threshold Distortion via Group Normalization: In the sparse-answer regime, group normalization in the advantage estimator effectively replaces every designed penalty λ with an implicit penalty of 1, shifting the learned optimal threshold from Chow's t* = λ/(1+λ) to 1/2 regardless of the intended penalty schedule.
  • Repair Architecture: The fix decouples training from deployment by introducing a mandatory confidence report head trained with a strictly proper scoring rule (e.g., log score) plus a correctness reward. Abstention is applied only at inference time by thresholding this report, ensuring the training signal is never gated.
  • Empirical Validation: Experiments on language models at two scales show that error-penalized RL silences questions the model can still solve within ten optimizer steps. An ablation isolates the gate-saturation mechanism as the root cause, and report-level training raises coverage, accuracy, and calibration metrics together.

Industry Insight

  • Reward curve vigilance: Practitioners should treat rising mean reward under error-penalized abstention with suspicion; the paper demonstrates this can signal coverage collapse rather than genuine improvement. Monitoring coverage and per-question accuracy alongside aggregate reward is essential.
  • Prefer structural over scalar fixes: Simply tuning the penalty parameter λ will not resolve the collapse— the failure is architectural. Teams investing in hallucination mitigation should adopt confidence-report-based training with deployment-time thresholding rather than discrete abstention actions during RL training.
  • Group normalization is a silent confounder: The finding that group normalization in advantage estimation silently distorts penalty schedules has broad implications beyond this specific setting; any RL pipeline using group-normalized advantages with sparse positive samples should audit whether effective penalties match design intent.

TL;DR

  • 错误惩罚评分规则(+1正确/-λ错误/0拒绝)本用于抑制幻觉,但KL锚定梯度学习器会适得其反
  • 当拒绝作为离散动作时,奖励梯度与KL锚点的恢复力被同一门控饱和因子抑制而同时失效
  • 优势估计器的组归一化将有效惩罚静默替换为1,使学习阈值从理论Chow阈值t*=λ/(1+λ)偏移至1/2
  • 修复方案为结构性设计:训练强制置信度报告(严格正确分数+正确性奖励),仅在部署时阈值化拒绝
  • 仿真与两种规模语言模型实验共同验证了崩溃机制及修复方案的有效性

为什么值得看

本文揭示了当前LLM幻觉缓解中广泛采用的"拒绝回答"机制存在根本性缺陷——惩罚规则反而导致模型趋向沉默,且训练曲线呈现虚假改善。对从事RLHF、安全对齐和幻觉抑制的研究者而言,这是理解并避免此类陷阱的重要理论依据。

技术解析

  • 崩溃定律(Collapse Law):在明确条件下( blanket answering期望得分更低、提示共享有界读出),模型趋向拒绝一切,平均训练奖励以1/t速度趋近零,曲线看似改善但覆盖率崩溃。
  • 优势估计器的放大效应:稀疏回答场景下,组归一化(group normalization)将设计的惩罚项-λ静默替换为有效惩罚1,导致学习阈值从Chow最优阈值t*=λ/(1+λ)偏移至1/2。
  • 修复方案架构:训练阶段强制输出置信度报告,使用严格正确分数(strictly proper score)配合正确性奖励;部署阶段仅对报告阈值化决定是否拒绝。报告始终输出,无门控饱和风险,校准最优解具有吸引性。
  • 实验验证:仿真确认所有理论预测;在两种规模语言模型上验证机制真实存在——该规则使模型在十步优化内仍能解答的问题被静默;消融实验隔离了根因;报告级训练同时提升覆盖率、准确性和校准度。

行业启示

  • 当前"拒绝回答"作为幻觉缓解手段的设计直觉存在理论盲区,惩罚规则可能引发模型系统性沉默,需在RL训练框架中重新审视此类机制。
  • 置信度校准与回答决策应解耦:训练时保持信息输出,部署时再做阈值过滤,这一架构分离是避免梯度-锚点共饱和的关键。
  • 评估幻觉缓解效果时,仅看训练奖励曲线会产生误导,必须同时监控覆盖率(coverage)和校准度(calibration)等结构性指标。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Alignment 对齐 Research 科学研究 Training 训练 Evaluation 评测