Most confidence estimators judge a response solely from the current inference trace. This paper argues that an LLM's own history — graded past episodes annotated with outcome and lessons — is a powerful signal for estimating whether a new answer will be correct. XConf uses recall + reflection over the model's experience to produce a revised, empirically grounded confidence score.
Confidence Comes from Experience: Experiential Confidence Estimation from Reasoning to Agents
Estimates a model's probability of correctness by leveraging its past graded episodes: XConf recalls similar past cases and prompts the model to reflect and restate confidence, improving calibration and discrimination across reasoning, coding, multimodal QA, and agent tasks at much lower generation cost.
Introduction
Information
- Websitearxiv.org
- AuthorsCaiqi Zhang, Xiaochen Zhu, Chengzu Li, Yulong Chen, Dharshan Kumaran, Nigel Collier
- Published date2026/09/15
More Items
Introduces physical rank consistency (PRC) and ActionPiece, a learned action tokenizer that preserves local physical relationships via joint supervision of representation learning and quantization, improving autoregressive vision-language-action policy performance across multiple benchmarks.
Extracts replayable behaviors from working web apps and converts them into verifiable, reference-guided software-engineering tasks to evaluate and diagnose coding agents; includes an automated pipeline that scales to thousands of tasks.
Transforms scientific code repositories into executable, agent-learnable environments that support task generation, execution, and scientific verification. Agent-guided repository transformation produces verified interaction trajectories used to train the PhAI-IDE model family. Intended for research on agent learning, scientific-code repair, and training RL/SFT models.