Systematic Evaluation of Uncertainty Estimation Methods in Large Language Models
Christian Hobelsberger, Theresa Winner, Andreas Nawroth, Oliver Mitevski, Anna-Carolina Haensch
TL;DR
This work systematically benchmarks four uncertainty estimation strategies for large language model outputs across four QA tasks, using a state-of-the-art open-source LLM. It analyzes calibration via ECE and discrimination via AUROC, showing that verbalized confidence often overestimates certainty while multi-sample aggregation and the CoCoA fusion improve both calibration and discrimination. The study provides a practical toolkit, including a unified implementation, compact calibration scores, and multi-dataset guidance, highlighting when each method is most effective. The results support deploying CoCoA for calibrated reliability, MSP for ranking when knowledge uncertainty dominates, and TOP-K VCE as a compute-efficient alternative, with clear task-dependent recommendations and a call for future work on longer outputs and larger models.
Abstract
Large language models (LLMs) produce outputs with varying levels of uncertainty, and, just as often, varying levels of correctness; making their practical reliability far from guaranteed. To quantify this uncertainty, we systematically evaluate four approaches for confidence estimation in LLM outputs: VCE, MSP, Sample Consistency, and CoCoA (Vashurin et al., 2025). For the evaluation of the approaches, we conduct experiments on four question-answering tasks using a state-of-the-art open-source LLM. Our results show that each uncertainty metric captures a different facet of model confidence and that the hybrid CoCoA approach yields the best reliability overall, improving both calibration and discrimination of correct answers. We discuss the trade-offs of each method and provide recommendations for selecting uncertainty measures in LLM applications.
