paper-with-me

Papers

Improving Uncertainty Quantification in Large Language Models via Semantic Embeddings

2024-10-30 · Yashvir S. Grewal, Edwin V. Bonilla, Thang D. Bui

Accurately quantifying uncertainty in large language models (LLMs) is crucial for their reliable deployment, especially in high-stakes applications. Current state-of-the-art methods for measuring semantic uncertainty in LLMs rely on strict bidirectional entailment criteria between multiple generated responses and also depend on sequence likelihoods. While effective, these approaches often overestimate uncertainty due to their sensitivity to minor wording differences, additional correct information, and non-important words in the sequence. We propose a novel approach that leverages semantic embeddings to achieve smoother and more robust estimation of semantic uncertainty in LLMs. By capturing semantic similarities without depending on sequence likelihoods, our method inherently reduces any biases introduced by irrelevant words in the answers. Furthermore, we introduce an amortised version of our approach by explicitly modelling semantics as latent variables in a joint probabilistic model. This allows for uncertainty estimation in the embedding space with a single forward pass, significantly reducing computational overhead compared to existing multi-pass methods. Experiments across multiple question-answering datasets and frontier LLMs demonstrate that our embedding-based methods provide more accurate and nuanced uncertainty quantification than traditional approaches.

📄 PDF Abstract BibTeX arXiv:2410.22685

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringUncertainty Quantification

Similar Papers 제목 키워드 기반

Eigenvalue Calibration for Semantic Embeddings of Large Language Models

2026-07-09 · Sebastian G. Gruber, Nassim Walha, Francis Bach, Florian Buettner arxiv

Uncertainty quantification is central to the reliable deployment of large language models (LLMs), and eigenvalues of semantic embeddings have recently emerged as a key tool in state-of-the-art methods. However, conventio…

Inv-Entropy: A Fully Probabilistic Framework for Uncertainty Quantification in Language Models

2025-06-11 · Haoyi Song, Ruihan Ji, Naichen Shi, Fan Lai 외

Large language models (LLMs) have transformed natural language processing, but their reliable deployment requires effective uncertainty quantification (UQ). Existing UQ methods are often heuristic and lack a probabilisti…

DiversitySemantic SimilaritySemantic Textual SimilarityUncertainty Quantification

Uncertainty Quantification in Large Language Models Through Convex Hull Analysis

2024-06-28 · Ferhat Ozgur Catak, Murat Kuzlu

Uncertainty quantification approaches have been more critical in large language models (LLMs), particularly high-risk applications requiring reliable outputs. However, traditional methods for uncertainty quantification, …

Uncertainty Quantification

Improving Semantic Uncertainty Quantification in LVLMs with Semantic Gaussian Processes

2025-12-16 · Joseph Hoche, Andrei Bursuc, David Brellmann, Gilles Louppe 외 arxiv

Large Vision-Language Models (LVLMs) often produce plausible but unreliable outputs, making robust uncertainty estimation essential. Recent work on semantic uncertainty estimates relies on external models to cluster mult…

Image ClassificationGaussian Processes

ESI: Epistemic Uncertainty Quantification via Semantic-preserving Intervention for Large Language Models

2025-10-15 · Mingda Li, Xinyu Li, Weinan Zhang, Longxuan Ma arxiv

Uncertainty Quantification (UQ) is a promising approach to improve model reliability, yet quantifying the uncertainty of Large Language Models (LLMs) is non-trivial. In this work, we establish a connection between the un…

Computational Efficiency