paper-with-me

Papers

Semantic Entropy Probes: Robust and Cheap Hallucination Detection in LLMs

2024-06-22 · Jannik Kossen, Jiatong Han, Muhammed Razzak, Lisa Schut, Shreshth Malik, Yarin Gal

We propose semantic entropy probes (SEPs), a cheap and reliable method for uncertainty quantification in Large Language Models (LLMs). Hallucinations, which are plausible-sounding but factually incorrect and arbitrary model generations, present a major challenge to the practical adoption of LLMs. Recent work by Farquhar et al. (2024) proposes semantic entropy (SE), which can detect hallucinations by estimating uncertainty in the space semantic meaning for a set of model generations. However, the 5-to-10-fold increase in computation cost associated with SE computation hinders practical adoption. To address this, we propose SEPs, which directly approximate SE from the hidden states of a single generation. SEPs are simple to train and do not require sampling multiple model generations at test time, reducing the overhead of semantic uncertainty quantification to almost zero. We show that SEPs retain high performance for hallucination detection and generalize better to out-of-distribution data than previous probing methods that directly predict model accuracy. Our results across models and tasks suggest that model hidden states capture SE, and our ablation studies give further insights into the token positions and model layers for which this is the case.

📄 PDF Abstract BibTeX arXiv:2406.15927

Code (1)

oatml/semantic-entropy-probes pytorch

Tasks

HallucinationUncertainty Quantification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Real-Time Detection of Hallucinated Entities in Long-Form Generation

2025-08-26 · Oscar Obeso, Andy Arditi, Javier Ferrando, Joshua Freeman 외 arxiv

Large language models are now routinely used in high-stakes applications where hallucinations can cause serious harm, such as medical consultations or legal advice. Existing hallucination detection methods, however, are …

Mathematical Reasoning

SEReDeEP: Hallucination Detection in Retrieval-Augmented Models via Semantic Entropy and Context-Parameter Fusion

2025-05-12 · Lei Wang

Retrieval-Augmented Generation (RAG) models frequently encounter hallucination phenomena when integrating external information with internal parametric knowledge. Empirical studies demonstrate that the disequilibrium bet…

HallucinationRAGRetrieval-augmented Generation

Small Updates, Big Doubts: Does Parameter-Efficient Fine-tuning Enhance Hallucination Detection ?

2026-01-17 · Xu Hu, Yifan Zhang, Songtao Wei, Chen Zhao 외 arxiv

Parameter-efficient fine-tuning (PEFT) methods are widely used to adapt large language models (LLMs) to downstream tasks and are often assumed to improve factual correctness. However, how the parameter-efficient fine-tun…

parameter-efficient fine-tuning

Density Ridge Selective Prediction for LLM and VLM Hallucination Detection under Calibration Label Scarcity

2026-06-08 · Nina I. Shamsi arxiv

Hallucination detection in large language and vision-language models is increasingly framed as selective prediction, where a detector assigns a confidence score and abstains when confidence is low. Unsupervised sampling …

Neural Probe-Based Hallucination Detection for Large Language Models

2025-12-24 · Shize Liang, Hongzhi Wang arxiv

Large language models(LLMs) excel at text generation and knowledge question-answering tasks, but they are prone to generating hallucinated content, severely limiting their application in high-risk domains. Current halluc…

Text Generation