Hugging Face Daily PapersCaiqi Zhang, Xiaochen Zhu, Chengzu Li2 min readpaperadvanced
Confidence Comes from Experience: Experiential Confidence Estimation from Reasoning to Agents
Summary
XConf (eXperiential Confidence) is a novel method for estimating language model confidence by leveraging the model's accumulated experience from past graded episodes. It significantly outperforms existing methods like self-consistency in discrimination and calibration, at a fraction of the computational cost, across various tasks.
- XConf estimates LLM confidence by recalling past similar tasks and their outcomes, then having the model reflect on its own failure modes.
- The method is format-general, requires no logit access or weight updates, and adds only one answer generation cost.
- It beats or matches ten-sample self-consistency in AUROC on 23 of 24 comparisons and has much lower calibration error (ECE).
- XConf achieves these improvements at a tenth of the generation cost compared to ten-sample self-consistency.
This paper introduces a practical and efficient paradigm for improving the trustworthiness and reliability of LLM deployments by providing more accurate and calibrated confidence estimates.
8/10



