Confidence Comes from Experience: Experiential Confidence Estimation from Reasoning to Agents
Summary
The paper introduces XConf, an experiential confidence estimation method that leverages a model's past experiences to enhance confidence calibration in language models across reasoning, coding, and agent tasks.
View Cached Full Text
Cached at: 09/17/26, 06:52 AM
Paper page - Confidence Comes from Experience: Experiential Confidence Estimation from Reasoning to Agents
Source: https://huggingface.co/papers/2609.17708
Abstract
Reliableconfidenceestimationisincreasinglycentraltothetrustworthydeploymentoflanguagemodels:acalibratedestimateoftheprobabilitythatanoutputiscorrectdecideswhattoship,whattoescalate,andwhattoretry.Existingconfidenceestimators,however,shareonedesignpremise:theyonlyreadthecurrentinferenceprocess,eitherbyintrospectingonit,scoringitstokenprobabilities,orresamplingit.Wearguethatthecurrentinferenceisnotasufficientbasisforconfidence.WeproposeXConf(eXperientialConfidence):estimatingconfidencetogetherwiththemodel’saccumulatedexperience.Theexperienceisstoredasarecordofthemodel’sowngradedpastepisodes,eachholdingthetask,themodel’sreflection,itsstatedconfidence,theoutcome,andalessonwrittenoncethegradearrived.Givenanewtask,XConf’sRecallstageretrievespastepisodesonsimilartasksmetwithasimilarstatedconfidence,andreadsofftheirhistoricalsuccessrate;itsReflectstageshowsthemodelthisrecord,hasitnameitsrecurringfailuremode,andrestateaconfidencenowinformedbyitsowntrackrecords.Ourestimatorisformat-general,requiringnologitaccessorweightupdates,andcostsonlyoneanswergeneration.Acrossninebenchmarksspanningreasoning,coding,multimodalQA,andinteractiveagents,andfourmodelsfromthreefamilies,XConfbeatsormatchesten-sampleself-consistencyindiscrimination(AUROC)on23of24comparisons,withmuchlowercalibrationerror(ECE),atatenthofthegenerationcost.Usedforselectiveprediction,abstainingonthe10%least-confidentepisodesraisesthedeliveredsuccessratebyupto8.7pointsonagenttasks.Wethereforeseeexperientialconfidenceestimationasanewparadigmforfuturegeneral-purposeconfidenceestimation.
View arXiv pageView PDFProject pageGitHubAdd to collection
Get this paper in your agent:
hf papers read 2609\.17708
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.17708 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.17708 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.17708 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
CALIBER: Calibrating Confidence Before and After Reasoning in Language Models
The paper introduces CALIBER, a method for calibrating confidence in reasoning language models by eliciting confidence estimates both before and after reasoning, with supervision targets matched to the information state. It achieves significant reductions in Expected Calibration Error (up to 52.5%) and strong Brier scores and AUROC across multiple benchmarks.
Do Agents Know When They Succeed? Calibrating Agent Confidence from Internal Representations
This paper introduces methods to calibrate confidence in agentic systems using internal representations, demonstrating improved performance over baselines in multi-turn benchmarks.
Critic Experience Bank: Self-Evolving Step-Level Confidence Estimation for LLM Agents
Introduces Critic Experience Bank (CEB), a self-evolving critic framework for step-level confidence estimation in LLM agents that leverages a memory bank of past judgments and consequences to improve calibration without training.
Remember and Reweight: Enhancing Multi-Agent Debate with Experience Memory and Confidence Estimation
The paper proposes R2-MAD, a framework that enhances multi-agent debate in large language models by using experience memory and confidence estimation to address shared misconceptions, achieving consistent improvements over baselines.
ConfidenceBench: Evaluating Confidence Calibration in Large Language Models
ConfidenceBench is a new benchmark that evaluates verbalized confidence estimates in large language models using Brier scores, revealing that accuracy and calibration diverge and that even highly accurate models can be severely miscalibrated.