XConf:用模型自身历史经验做置信度估计,覆盖推理到智能体任务

HuggingFace Daily Papers(社区热门论文)·2026-09-15 08:00·2天前
AI 导读

研究者提出 XConf(eXperiential Confidence),把置信度估计与模型积累的历史经验结合:Recall 阶段检索相似任务且置信度相近的过往片段并读取其历史成功率,Reflect 阶段让模型指出反复出现的失败模式并重新给出置信度。

HuggingFace Daily Papers(社区热门论文)
46AI 编辑部评分,满分 100

XConf:用模型自身历史经验做置信度估计,覆盖推理到智能体任务

2026-09-15 08:00· 2天前
AI 导读

研究者提出 XConf(eXperiential Confidence),把置信度估计与模型积累的历史经验结合:Recall 阶段检索相似任务且置信度相近的过往片段并读取其历史成功率,Reflect 阶段让模型指出反复出现的失败模式并重新给出置信度。

Reliable confidence estimation is increasingly central to the trustworthy deployment of language models: a calibrated estimate of the probability that an output is correct decides what to ship, what to escalate, and what to retry. Existing confidence estimators, however, share one design premise: they only read the current inference process, either by introspecting on it, scoring its token probabilities, or resampling it. We argue that the current inference is not a sufficient basis for confidence. We propose XConf (eXperiential Confidence): estimating confidence together with the model's accumulated experience.

The experience is stored as a record of the model's own graded past episodes, each holding the task, the model's reflection, its stated confidence, the outcome, and a lesson written once the grade arrived. Given a new task, XConf's Recall stage retrieves past episodes on similar tasks met with a similar stated confidence, and reads off their historical success rate; its Reflect stage shows the model this record, has it name its recurring failure mode, and restate a confidence now informed by its own track records. Our estimator is format-general, requiring no logit access or weight updates, and costs only one answer generation.

Across nine benchmarks spanning reasoning, coding, multimodal QA, and interactive agents, and four models from three families, XConf beats or matches ten-sample self-consistency in discrimination (AUROC) on 23 of 24 comparisons, with much lower calibration error (ECE), at a tenth of the generation cost. Used for selective prediction, abstaining on the 10% least-confident episodes raises the delivered success rate by up to 8.7 points on agent tasks. We therefore see experiential confidence estimation as a new paradigm for future general-purpose confidence estimation.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org