Can model confidence work as a reward signal for reasoning?
Explores whether using a language model's own confidence scores as training rewards can simultaneously improve reasoning accuracy and restore calibration that standard RLHF damages.
Reinforcement Learning from Self-Feedback (RLSF) exploits a simple observation: in a well-calibrated model, answer confidence correlates with reasoning quality. By using confidence as the reward signal rather than human preference or external verification, RLSF achieves two things simultaneously that normally trade off:
(i) Restores calibration — confidence becomes predictive of correctness again, after RLHF had degraded it. RLHF optimizes for human preference and fluency, which rewards confident-sounding outputs regardless of accuracy. RLSF reverses this by making the reward explicitly tied to calibrated confidence.
(ii) Strengthens step-by-step reasoning — higher-confidence answer spans tend to come from traces with more coherent reasoning chains. Training to maximize confidence indirectly selects for better reasoning.
The mechanism: a frozen LLM generates multiple CoT solutions for each problem. Confidence is computed per final-answer span. Traces are ranked by this confidence to create a synthetic preference dataset (higher confidence = chosen, lower = rejected). A reward model is trained on these preferences and used for standard RL finetuning.
The key insight is that confidence-as-reward can be inserted as an additional post-training step after standard SFT and RLHF — patching the calibration damage that RLHF introduces without undoing its alignment benefits. This requires no human labels, gold answers, or externally curated rewards.
The human learning parallel is explicit: humans use confidence as an intrinsic reward signal when external feedback is unavailable. Metacognitive monitoring — the ability to track your own certainty — is how humans regulate their own learning without a teacher.
The connection to Does binary reward training hurt model calibration? is complementary: that work adds calibration as an explicit second reward term; RLSF uses calibration itself as the primary reward. Both address the same RLHF-induced calibration degradation from different angles.
The risk is the same as Does self-consistency reliably reward correct answers during training? — confidence and self-consistency are correlated proxies, both vulnerable to the model becoming confidently wrong. But RLSF's emphasis on calibration (making confidence track accuracy) is explicitly designed to resist this — the model is rewarded for being accurately confident, not just confident.
Extensions to general domains via RLPR and INTUITOR: Two RLVR papers extend intrinsic reward signals beyond math to general domains. RLPR (RL from LLM Intrinsic Probability) computes the model's token-level probability of generating a reference answer, using this as reward signal — the model's own knowledge about what constitutes a correct answer replaces external verifiers. INTUITOR goes further: it uses self-certainty as the sole reward signal, computed as the confidence gap between the model's top-choice answer and alternatives. Both extend verifiable-reward RL to domains without rule-based verifiers (medicine, law, open-ended reasoning) — precisely the domains where external verification infrastructure is hardest to build. The convergence with RLSF is notable: all three use the model's internal probability landscape as reward, but RLSF targets calibration restoration, RLPR targets domain extension, and INTUITOR targets complete verifier independence. See Can model confidence alone replace external answer verification?.
Inquiring lines that read this note 205
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How should dialogue systems represent uncertainty from noisy speech input?- How do belief distributions help systems recover from speech recognition errors?
- Does the same uncertainty-driven logic appear in other conversation systems?
- How should dialogue systems represent and update uncertainty from noisy ASR input?
- How does structured self-dialogue improve uncertainty assessment over confidence scores?
- How does RLHF labeler identity shape the values AI systems learn?
- Can a single LLM weight set be optimized for both stake-taking and conversational helpfulness?
- Does RLHF training create models that sound convincing without being more accurate?
- How does RLHF reward structure incentivize agreement over accuracy?
- Does RLHF training suppress exploratory and qualifying language?
- Does RLHF training specifically teach models to prioritize user agreement over accuracy?
- Can preference optimization training make models worse at detecting false presuppositions?
- How does RLHF training incentivize confident guessing over grounding acts?
- Why does RLHF degrade model calibration despite improving preference alignment?
- How does RLHF training for helpfulness create systematic misinterpretation patterns?
- Why does RLHF training push language models toward overly cheerful personas?
- Can RLHF training push models away from human-like lexical patterns?
- How does RLHF helpfulness training drive premature assumptions in multi-turn dialogue?
- How does RLHF training push chatbots toward problem-solving over exploration?
- Does RLHF training make explanations more deceptive than transparent?
- How does RLHF training encode values into AI systems?
- What distinguishes verifiable rewards from preference-based rewards in unified training?
- Can RL with verifiable rewards improve dialogue quality better than preference optimization?
- What alternatives to RLHF better preserve truth-seeking in AI outputs?
- When does outcome reward signal become informative during model training?
- Can verifier-free RL work without manual preference labels or task-specific training?
- Are different reward signal sources substitutable in verifier-free RL?
- Why do harness validators shape what models learn to emit?
- How should we redesign benchmarks to catch conservative bias in reasoning tasks?
- How does optimizing model performance decouple from optimizing user interpretability?
- How do frontier models maintain agreement scores above 90 percent across reasoning tasks?
- How does evaluation setting affect measured reasoning capabilities in language models?
- What happens when validation pressure triggers escalating persuasion in language models?
- Does training for persuasiveness harm a model's factual accuracy?
- Do language models share the same cooperative truth-seeking rules as humans?
- Can language models correct false assumptions or only reinforce them?
- Why do language models prefer accommodating false information over rejecting it?
- Can language models accurately evaluate the quality of their own reasoning?
- How do linguistic norms for expressing certainty vary across languages and models?
- How does linguistic calibration differ from token probability calibration?
- Why does answer-confirmation bias emerge in language model reasoning?
- How do models integrate conflicting signals in reasoning tasks?
- Can models learn when to invoke search during reasoning tasks?
- Why does reasoning fine-tuning reduce model abstention capacity by 24 percent?
- Does reasoning fine-tuning actually reduce a model's ability to abstain?
- Can inflection points in reasoning detect when models genuinely change their minds?
- Does reasoning fine-tuning actually damage a model's ability to abstain?
- Are reasoning models more vulnerable to persuasion than standard models?
- Does reasoning fine-tuning actually harm a model's ability to abstain?
- What would it mean to assign explicit trust weights to synthetic data?
- Does high model confidence increase the risk of human overreliance?
- Does uncertainty quantification in model responses reduce persuasive impact on audiences?
- Why do linguistic hedging markers correlate with internal confidence signals in reasoning traces?
- What mechanism causes confident false answers under high cognitive load?
- Do base models and reasoning models fail in opposite directions on uncertainty?
- How does uncertainty verbalization change student robustness across domains?
- What makes uncertainty calibration harder than expanding knowledge?
- How does expressing uncertainty help models avoid the answer-or-abstain dilemma?
- Does distillation strip away uncertainty signals that reasoning actually needs?
- Do verbal uncertainty estimates calibrate better than confidence scores for personalization?
- Why does binary reward forcing degrade model calibration?
- Does user preference for confirmation override model capability for disagreement?
- How does step-level confidence filtering compare to global confidence averaging?
- Can log-likelihood loss combined with binary rewards achieve calibration?
- Do models actually self-assess their confidence or just confirm answers?
- How do we assign confidence and polarity scores to belief edges?
- How reliable is the top-2 confidence gap as a stopping signal across tasks?
- Does optimizing for model confidence actually improve both performance and calibration simultaneously?
- Can unsupervised confidence-based training scale to domains beyond human evaluation reach?
- Can uncertainty estimates based on model self-assessment reliably signal errors?
- Does model confidence actually correlate with robustness against prompt variations?
- What makes accurate confidence different from confident-but-wrong predictions?
- Does model confidence actually explain why paraphrases produce different outputs?
- Can model confidence signals replace explicit external reward functions?
- How does model confidence relate to exemplar brittleness in chain-of-thought?
- Why does prompt sensitivity vanish when model confidence is high?
- Can semantic entropy improve model calibration without external ground truth?
- Can proper scoring rules restore model calibration without sacrificing accuracy?
- Can intrinsic confidence signals improve both calibration and reasoning performance?
- How does model confidence relate to accuracy in underfitted domains?
- Can models become more convincing without becoming more correct?
- Can confidence levels reliably detect when a model is overthinking?
- Can runtime confidence signals detect when reasoning has crossed the overthinking threshold?
- Can step-level confidence filtering work better than global confidence scoring?
- Can thought quality alone be trusted to guide model training?
- Why does reasoning fine-tuning suppress the confidence signals that adaptive retrieval needs?
- How do miscalibrated confidence signals affect the success of SmartPause routing?
- Does premature confidence signal flawed reasoning in language models?
- Can calibrated confidence reduce misleading consensus in group deliberation?
- Can log-probability confidence be separated from decision-aligned signals?
- Why does combining natural language with numerical scores improve prediction accuracy?
- Why do reward models trained for accuracy ignore important context about the input?
- How do reward model ensembles improve robustness to miscalibration?
- Why does natural language feedback break performance plateaus that numerical rewards alone cannot?
- How do probability-based rewards compare to self-consistency as training signals for reasoning?
- What happens when confident wrong answers become more rewarded than uncertain correct ones?
- How does reward model training permit spurious correlations in scoring?
- Can critic model trios evaluate reasoning quality more reliably than outcome rewards alone?
- Can reward models trained for engagement fix the informativeness problem?
- How do semantic reward shaping approaches compare to full critique models?
- How can reward structures teach models when to speak and when to stay silent?
- How do task-type perceptions like chat versus reasoning guide different reward strategies?
- Can random rewards improve reasoning models if pretraining is suitable?
- What causes length bias in language model reward models?
- Can reward design fix the conflict between reasoning accuracy and abstention calibration?
- Can emotion-grounded rewards replace coarse bonus signals in hierarchical dialogue RL?
- Why does belief-shift reward enable smaller models to match larger baselines?
- How do dense token-level rewards compare to sparse task-level verification signals?
- Why do reward models fail to recognize genuinely different valid answers?
- Can the same variance signal work as both reward and query filter?
- Why do outcome-based rewards train language models to over-engage rather than abstain?
- What makes step-wise rewards denser than final-answer correctness signals?
- What makes user-decision rewards better than model-confidence rewards?
- Do reasoning traces actually make better reward models for grading answers?
- How does reward density during training affect token efficiency in reasoning?
- Why do binary reward tasks train better reasoning than judgment-based ones?
- How do models signal knowledge gaps through token probability?
- Why do reasoning models confidently generate wrong answers instead of abstaining?
- What happens when reasoning fine-tuning eliminates model refusal mechanisms entirely?
- Can question-only features replace model uncertainty checks at scale?
- Can single models correct their own beliefs without amplifying confidence in wrong answers?
- How does self-revision on wrong answers increase model confidence further?
- How does self-revision in reasoning chains amplify confidence in wrong answers?
- Why does single-model self-revision amplify confidence in incorrect answers?
- Why does single-agent self-revision amplify confidence in wrong answers over time?
- Why do reasoning models amplify confidence in incorrect answers during self-revision?
- Why does model self-revision increase confidence while degrading accuracy?
- Does internal self-revision actually degrade reasoning accuracy in models?
- Why do reasoning models exhibit self-doubt about their own early assessments?
- How does self-distillation degrade reasoning by suppressing uncertainty signals?
- Do reasoning models need to verbalize doubt to correct their own mistakes?
- What makes the Brier score mathematically better than log-likelihood here?
- How does evaluation format change what we measure about model reasoning?
- Can high-entropy tokens and step-level confidence identify the same critical reasoning forks?
- Can we improve reasoning by amplifying information at mutual information peaks?
- How can stochastic beam search operationalize step-level confidence into a decoding algorithm?
- Can textual gradients generalize natural language feedback across computation graphs?
- What happens when confident language masks uncertainty in AI outputs?
- Can users learn to discount fluency as a signal of their competence?
- How do surface signals like confidence override actual quality in user judgment?
- Why is confidence a dangerous proxy for accuracy in human-AI interaction?
- How do critique models prevent policy entropy collapse during reasoning training?
- Does stable entropy in policy training actually guarantee stable reasoning behavior?
- Can verifier-guided search catch factual errors that reasoning training cannot?
- Why does NLI fine-tuning amplify frequency bias instead of teaching inference?
- What makes reasoning-specific post-training different from standard parameter scaling?
- Can models maintain reasoning-output coupling while improving domain accuracy?
- What causes snowball errors to accumulate across reasoning steps in language models?
- Can external classifiers reliably decide when a model should reason?
- Can layer-wise prediction stabilization identify when genuine reasoning has stopped?
- Why does naive randomness fail to improve stochastic latent reasoning models?
- Why does domain accuracy improve while reasoning quality degrades after supervised fine-tuning?
- Does supervised fine-tuning improve accuracy while damaging the quality of reasoning?
- How does fine-tuning on natural language inference affect fallacy susceptibility?
- Why does supervised fine-tuning degrade reasoning quality despite raising accuracy?
- Does supervised fine-tuning improve reasoning or just response formatting?
- How does preference learning differ from supervised finetuning for reasoning?
- Can counterfactual data augmentation fully eliminate preference model miscalibration?
- Can reward-guided decoding replace weight fine-tuning for personalized alignment?
- Can structured natural language feedback outperform scalar rewards in RL?
- Can preference model training be redesigned to prioritize factual correction over user agreement?
- Can smaller judge models better capture human preferences than larger prompted models?
- Can information-gain principles improve how we choose what to label?
- How can we measure whether process rewards actually align with reasoning quality?
- Can language models function as implicit process reward models through retrospection?
- Does process supervision recover reasoning accuracy better than outcome rewards in latent space?
- Can training on reasoning traces teach actual self-correction or only confident first answers?
- How does confidence filtering improve selection of reasoning traces?
- How does semantic entropy compare to confidence scores from internal model probabilities?
- Why does probability of text completion not equal knowledge value?
- What filtering criteria best identify student-compatible refinements from teacher models?
- Can teachers trained under uncertainty constraints distill better generalizing students?
- Does training on self-play disagreement data improve multi-agent reasoning outcomes?
- What role should reasoning agents play in validating multi-LLM ensemble outputs?
- Does RL training redirect self-doubt into productive gap analysis?
- Why does reinforcement learning training degrade model calibration?
Related concepts in this collection 6
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does binary reward training hurt model calibration?
Explores whether the standard correctness-based reward in RL training creates incentives for overconfident predictions, and what structural problem causes calibration to degrade during optimization.
complementary approach: explicit calibration reward term vs calibration as primary reward
-
Does self-consistency reliably reward correct answers during training?
Self-consistency initially correlates with correctness, but as models train on this signal, do they eventually learn to maximize consistency itself rather than accuracy? When does this proxy reward stop working?
RLSF shares the proxy reward structure but explicitly targets calibration to resist the hacking failure mode
-
Do users worldwide trust confident AI outputs even when wrong?
Explores whether the tendency to over-rely on confident language model outputs transcends language and culture. Understanding this pattern is critical for designing safer human-AI interaction across diverse linguistic contexts.
RLSF addresses the upstream cause: if models are better calibrated, user overreliance on confidence signals becomes less dangerous
-
Can model confidence alone replace external answer verification?
Can LLMs use their own certainty signals instead of external verifiers to improve reasoning? This matters for scaling beyond domains where correct answers can be automatically checked.
extends: RLPR/INTUITOR use intrinsic probability for domain extension; RLSF uses confidence for calibration restoration
-
Does preference optimization harm conversational understanding?
Exploring whether RLHF training that rewards confident, complete responses undermines the grounding acts—clarifications, checks, acknowledgments—that actually build shared understanding in dialogue.
RLSF addresses one specific dimension of the alignment tax: RLHF degrades both calibration and conversational grounding; RLSF patches the calibration damage by using confidence as intrinsic reward, showing that some alignment costs are design choices that can be reversed without undoing alignment benefits
-
Can we detect when language models confabulate?
Current uncertainty metrics fail to catch inconsistent outputs that look confident. Could measuring semantic divergence across samples reveal confabulation signals that token-level metrics miss?
RLSF's model confidence and semantic entropy are complementary self-referential uncertainty signals: RLSF uses internal token probabilities to restore calibration during training, while semantic entropy uses sampled output clustering to detect confabulations at inference; both bypass the need for external ground truth
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Post-Training Large Language Models via Reinforcement Learning from Self-Feedback
- Beyond Binary Rewards: Training LMs to Reason About Their Uncertainty
- Understanding and Mitigating Premature Confidence for Better LLM Reasoning
- A Survey on Post-training of Large Language Models
- Local Coherence or Global Validity? Investigating RLVR Traces in Math Domains
- Reported Confidence in LLMs Tracks Commitment More Than Correctness
- RLPR: Extrapolating RLVR to General Domains without Verifiers
- RM-R1: Reward Modeling as Reasoning
Original note title
model confidence as intrinsic reward simultaneously restores calibration and improves reasoning — unlike RLHF which optimizes preference at the cost of calibration