Abstention as an Action Can Kill Both the Reward Gradient and the KL Anchor: Collapse Law and Repair for Error-Penalized Reinforcement Learning

📅 2026-07-31
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
In penalty-based reinforcement learning, modeling abstention as a discrete action leads to gate saturation that simultaneously suppresses both reward gradients and KL anchoring forces, resulting in coverage collapse and pervasive model refusal to answer. This work uncovers this “gradient–anchor co-extinction” mechanism and identifies a critical flaw in advantage estimators, which implicitly reset penalties under sparse responses. To address these issues, the authors propose a structured remedy: enforcing the model to output well-calibrated confidence scores and implementing abstention via thresholding at deployment. By eliminating saturating gates and integrating KL-anchored policy gradients, strict truthfulness constraints, and group normalization analysis, the method demonstrates significant improvements in coverage, accuracy, and calibration across two language models.
📝 Abstract
Error-penalized scoring rules ($+1$ for a correct answer, $-λ$ for a wrong one, $0$ for abstaining) are increasingly prescribed against hallucination: a rational agent facing such a rule answers exactly when its correctness probability exceeds Chow's threshold $t^\ast=λ/(1+λ)$. We prove that a KL-anchored gradient learner can do the opposite. When abstention is a discrete action, the reward gradient and the anchor's restoring force are throttled by the same gate-saturation factor and die together: under explicit conditions (among them, blanket answering loses score in expectation and prompts share a bounded readout) the model drifts toward refusing everything, its mean training reward rising to zero like $1/t$ in training time $t$, so the curve reads as improvement while coverage collapses. The advantage estimator compounds the failure: in its sparse-answer regime, group normalization silently replaces every designed penalty with an effective penalty of one, moving the learned threshold from $t^\ast$ to $1/2$. The repair is structural: train a mandatory confidence report with a strictly proper score plus a correctness reward, and abstain only at deployment by thresholding the report. The always-emitted report has no gate to saturate, so no shared factor can kill its reward gradient and its anchor together, and its calibrated optimum is attracting. Simulations confirm every prediction, and experiments on language models at two scales confirm the mechanism live: the rule silences questions the models demonstrably still solve within ten optimizer steps, an ablation isolates the cause, and report-level training raises coverage, accuracy, and calibration together.
Problem

Research questions and friction points this paper is trying to address.

abstention
reward gradient collapse
KL anchor
error-penalized reinforcement learning
coverage collapse
Innovation

Methods, ideas, or system contributions that make the work stand out.

abstention
KL anchor collapse
error-penalized reinforcement learning
confidence calibration
strictly proper scoring