paper-with-me

홈 › Papers

Revisiting Uncertainty Estimation and Calibration of Large Language Models

2025-05-29 · Linwei Tao, Yi-Fan Yeh, Minjing Dong, Tao Huang, Philip Torr, Chang Xu

As large language models (LLMs) are increasingly deployed in high-stakes applications, robust uncertainty estimation is essential for ensuring the safe and trustworthy deployment of LLMs. We present the most comprehensive study to date of uncertainty estimation in LLMs, evaluating 80 models spanning open- and closed-source families, dense and Mixture-of-Experts (MoE) architectures, reasoning and non-reasoning modes, quantization variants and parameter scales from 0.6B to 671B. Focusing on three representative black-box single-pass methods, including token probability-based uncertainty (TPU), numerical verbal uncertainty (NVU), and linguistic verbal uncertainty (LVU), we systematically evaluate uncertainty calibration and selective classification using the challenging MMLU-Pro benchmark, which covers both reasoning-intensive and knowledge-based tasks. Our results show that LVU consistently outperforms TPU and NVU, offering stronger calibration and discrimination while being more interpretable. We also find that high accuracy does not imply reliable uncertainty, and that model scale, post-training, reasoning ability and quantization all influence estimation performance. Notably, LLMs exhibit better uncertainty estimates on reasoning tasks than on knowledge-heavy ones, and good calibration does not necessarily translate to effective error ranking. These findings highlight the need for multi-perspective evaluation and position LVU as a practical tool for improving the reliability of LLMs in real-world settings.

📄 PDF Abstract BibTeX arXiv:2505.23854

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsMMLUQuantization

Similar Papers 제목 키워드 기반

Revisiting the Evaluation of Uncertainty Estimation and Its Application to Explore Model Complexity-Uncertainty Trade-Off

2019-03-05 · Yukun Ding, Jinglan Liu, JinJun Xiong, Yiyu Shi

Accurately estimating uncertainties in neural network predictions is of great importance in building trusted DNNs-based models, and there is an increasing interest in providing accurate uncertainty estimation on many tas…

Autonomous Driving

Calibration vs Decision Making: Revisiting the Reliability Paradox in Unlearned Language Models

2026-05-20 · Divyaksh Shukla, Ashutosh Modi arxiv

Machine unlearning aims to remove the influence of specific training data from a model while preserving reliable behavior on the remaining data, making reliable prediction and uncertainty estimation essential for evaluat…

Decision Making

Revisiting the Calibration of Modern Neural Networks

2021-06-15 · NeurIPS 2021 12 · Matthias Minderer, Josip Djolonga, Rob Romijnders, Frances Hubis 외

Accurate estimation of predictive uncertainty (model calibration) is essential for the safe application of neural networks. Many instances of miscalibration in modern neural networks have been reported, suggesting a tren…

image-classificationImage Classification

Mind the Confidence Gap: Overconfidence, Calibration, and Distractor Effects in Large Language Models

2025-02-16 · Prateek Chhikara

Large Language Models (LLMs) demonstrate impressive performance across diverse tasks, yet confidence calibration remains a challenge. Miscalibration - where models are overconfident or underconfident - poses risks, parti…

Multiple-choice

Uncertainty Awareness of Large Language Models Under Code Distribution Shifts: A Benchmark Study

2024-01-12 · Yufei Li, Simin Chen, Yanghong Guo, Wei Yang 외

Large Language Models (LLMs) have been widely employed in programming language analysis to enhance human productivity. Yet, their reliability can be compromised by various code distribution shifts, leading to inconsisten…