English

Fact-Level Confidence Calibration and Self-Correction

Computation and Language 2024-11-21 v1 Artificial Intelligence

Abstract

Confidence calibration in LLMs, i.e., aligning their self-assessed confidence with the actual accuracy of their responses, enabling them to self-evaluate the correctness of their outputs. However, current calibration methods for LLMs typically estimate two scalars to represent overall response confidence and correctness, which is inadequate for long-form generation where the response includes multiple atomic facts and may be partially confident and correct. These methods also overlook the relevance of each fact to the query. To address these challenges, we propose a Fact-Level Calibration framework that operates at a finer granularity, calibrating confidence to relevance-weighted correctness at the fact level. Furthermore, comprehensive analysis under the framework inspired the development of Confidence-Guided Fact-level Self-Correction (ConFix\textbf{ConFix}), which uses high-confidence facts within a response as additional knowledge to improve low-confidence ones. Extensive experiments across four datasets and six models demonstrate that ConFix effectively mitigates hallucinations without requiring external knowledge sources such as retrieval systems.

Keywords

Cite

@article{arxiv.2411.13343,
  title  = {Fact-Level Confidence Calibration and Self-Correction},
  author = {Yige Yuan and Bingbing Xu and Hexiang Tan and Fei Sun and Teng Xiao and Wei Li and Huawei Shen and Xueqi Cheng},
  journal= {arXiv preprint arXiv:2411.13343},
  year   = {2024}
}

Comments

Code is available at https://github.com/yuanyige/fact-calibration

R2 v1 2026-06-28T20:06:30.063Z