Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Beyond Semantic Entropy: Boosting LLM Uncertainty Quantification with Pairwise Semantic Similarity

About

Hallucination in large language models (LLMs) can be detected by assessing the uncertainty of model outputs, typically measured using entropy. Semantic entropy (SE) enhances traditional entropy estimation by quantifying uncertainty at the semantic cluster level. However, as modern LLMs generate longer one-sentence responses, SE becomes less effective because it overlooks two crucial factors: intra-cluster similarity (the spread within a cluster) and inter-cluster similarity (the distance between clusters). To address these limitations, we propose a simple black-box uncertainty quantification method inspired by nearest neighbor estimates of entropy. Our approach can also be easily extended to white-box settings by incorporating token probabilities. Additionally, we provide theoretical results showing that our method generalizes semantic entropy. Extensive empirical results demonstrate its effectiveness compared to semantic entropy across two recent LLMs (Phi3 and Llama3) and three common text generation tasks: question answering, text summarization, and machine translation. Our code is available at https://github.com/BigML-CS-UCLA/SNNE.

Dang Nguyen, Ali Payani, Baharan Mirzasoleiman• 2025

Related benchmarks

TaskDatasetResultRank
Question Answering5 QA tasks
Accuracy54.02
78
Uncertainty EstimationAOKVQA
AUC74.7
65
Uncertainty QuantificationOKVQA
AUROC75.1
62
Binary safety hallucination detectionEndoVis18-VQA Out-of-template (val)
Accuracy74
50
Machine TranslationWMT de-en & fr-en 14 (test)
Score0.92
26
SummarizationXSUM & AESLC WMT-14 (test)
Overall Score0.44
26
Binary safety hallucination detectionEndoVis VQA In-template 18 (val)
Accuracy98
25
Binary safety hallucination detectionPitVQA (External val)
Accuracy91
25
Uncertainty EstimationMMVet
AUC75.8
18
Showing 9 of 9 rows

Other info

Code

Follow for update