paper-with-me

홈 › Papers

Probabilities Are All You Need: A Probability-Only Approach to Uncertainty Estimation in Large Language Models

2025-11-10 · Manh Nguyen, Sunil Gupta, Hung Le arxiv

Large Language Models (LLMs) exhibit strong performance across various natural language processing (NLP) tasks but remain vulnerable to hallucinations, generating factually incorrect or misleading outputs. Uncertainty estimation, often using predictive entropy estimation, is key to addressing this issue. However, existing methods often require multiple samples or extra computation to assess semantic entropy. This paper proposes an efficient, training-free uncertainty estimation method that approximates predictive entropy using the responses' top-$K$ probabilities. Moreover, we employ an adaptive mechanism to determine $K$ to enhance flexibility and filter out low-confidence probabilities. Experimental results on three free-form question-answering datasets across several LLMs demonstrate that our method outperforms expensive state-of-the-art baselines, contributing to the broader goal of enhancing LLM trustworthiness.

📄 PDF Abstract BibTeX arXiv:2511.07694

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Probability Estimation

2021-11-21 · Sheng Liu, Aakash Kaku, Weicheng Zhu, Matan Leibovich 외

Reliable probability estimation is of crucial importance in many real-world applications where there is inherent (aleatoric) uncertainty. Probability-estimation models are trained on observed outcomes (e.g. whether it ha…

Autonomous VehiclesBinary ClassificationPrecipitation ForecastingWeather Forecasting

Position Paper On Diagnostic Uncertainty Estimation from Large Language Models: Next-Word Probability Is Not Pre-test Probability

2024-11-07 · Yanjun Gao, Skatje Myers, Shan Chen, Dmitriy Dligach 외

Large language models (LLMs) are being explored for diagnostic decision support, yet their ability to estimate pre-test probabilities, vital for clinical decision-making, remains limited. This study evaluates two LLMs, M…

Decision MakingDiagnosticPosition

Probabilities of Causation: Adequate Size of Experimental and Observational Samples

2022-10-10 · Ang Li, Ruirui Mao, Judea Pearl

The probabilities of causation are commonly used to solve decision-making problems. Tian and Pearl derived sharp bounds for the probability of necessity and sufficiency (PNS), the probability of sufficiency (PS), and the…

Decision Making

Computation of Variances in Causal Networks

2013-03-27 · Richard E. Neapolitan, James Kenevan

The causal (belief) network is a well-known graphical structure for representing independencies in a joint probability distribution. The exact methods and the approximation methods, which perform probabilistic inference …

Do Not Design, Learn: A Trainable Scoring Function for Uncertainty Estimation in Generative LLMs

2024-06-17 · Duygu Nur Yaldiz, Yavuz Faruk Bakman, Baturalp Buyukates, Chenyang Tao 외

Uncertainty estimation (UE) of generative large language models (LLMs) is crucial for evaluating the reliability of generated sequences. A significant subset of UE methods utilize token probabilities to assess uncertaint…

Question Answering