paper-with-me

홈 › Papers

Can Your Uncertainty Scores Detect Hallucinated Entity?

2025-02-17 · Min-Hsuan Yeh, Max Kamachee, Seongheon Park, Yixuan Li

To mitigate the impact of hallucination nature of LLMs, many studies propose detecting hallucinated generation through uncertainty estimation. However, these approaches predominantly operate at the sentence or paragraph level, failing to pinpoint specific spans or entities responsible for hallucinated content. This lack of granularity is especially problematic for long-form outputs that mix accurate and fabricated information. To address this limitation, we explore entity-level hallucination detection. We propose a new data set, HalluEntity, which annotates hallucination at the entity level. Based on the dataset, we comprehensively evaluate uncertainty-based hallucination detection approaches across 17 modern LLMs. Our experimental results show that uncertainty estimation approaches focusing on individual token probabilities tend to over-predict hallucinations, while context-aware methods show better but still suboptimal performance. Through an in-depth qualitative study, we identify relationships between hallucination tendencies and linguistic properties and highlight important directions for future research. HalluEntity: https://huggingface.co/datasets/samuelyeh/HalluEntity

📄 PDF Abstract BibTeX arXiv:2502.11948

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationSentence

Similar Papers 제목 키워드 기반

Hallucinated but Factual! Inspecting the Factuality of Hallucinations in Abstractive Summarization

2021-08-30 · ACL 2022 5 · Meng Cao, Yue Dong, Jackie Chi Kit Cheung

State-of-the-art abstractive summarization systems often generate \emph{hallucinations}; i.e., content that is not directly inferable from the source text. Despite being assumed incorrect, we find that much hallucinated …

Abstractive Text SummarizationReinforcement Learning (RL)World Knowledge

Towards Reliable Truth-Aligned Uncertainty Estimation in Large Language Models

2026-04-01 · Ponhvoan Srey, Quang Minh Nguyen, Xiaobao Wu, Anh Tuan Luu arxiv

Uncertainty estimation (UE) aims to detect hallucinated outputs of large language models (LLMs) to improve their reliability. However, UE metrics often exhibit unstable performance across configurations, which significan…

Hallucinated but Factual! Inspecting the Factuality of Hallucinations in Abstractive Summarization

2021-10-16 · ACL ARR October 2021 10 · Anonymous

State-of-the-art abstractive summarization systems often generate hallucinations; i.e., content that is not directly inferable from the source text. Despite being assumed to be incorrect, we find that much hallucinated c…

Abstractive Text SummarizationReinforcement Learning (RL)World Knowledge

Experts Don't Cheat: Learning What You Don't Know By Predicting Pairs

2024-02-13 · Daniel D. Johnson, Daniel Tarlow, David Duvenaud, Chris J. Maddison

Identifying how much a model ${\widehat{p}}_{\theta}(Y|X)$ knows about the stochastic real-world process $p(Y|X)$ it was trained on is important to ensure it avoids producing incorrect or "hallucinated" answers or taking…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1

Identity Curvature Laplace Approximation for Improved Out-of-Distribution Detection

2023-12-16 · Maksim Zhdanov, Stanislav Dereka, Sergey Kolesnikov

Uncertainty estimation is crucial in safety-critical applications, where robust out-of-distribution (OOD) detection is essential. Traditional Bayesian methods, though effective, are often hindered by high computational d…

AttributeOut-of-Distribution DetectionOut of Distribution (OOD) Detection