paper-with-me

홈 › Papers

Attention Sinks as Internal Signals for Hallucination Detection in Large Language Models

2026-04-12 · Jakub Binkowski, Kamil Adamczewski, Tomasz Kajdanowicz arxiv

Large language models frequently exhibit hallucinations: fluent and confident outputs that are factually incorrect or unsupported by the input context. While recent hallucination detection methods have explored various features derived from attention maps, the underlying mechanisms they exploit remain poorly understood. In this work, we propose SinkProbe, a hallucination detection method grounded in the observation that hallucinations are deeply entangled with attention sinks - tokens that accumulate disproportionate attention mass during generation - indicating a transition from distributed, input-grounded attention to compressed, prior-dominated computation. Importantly, although sink scores are computed solely from attention maps, we find that the classifier preferentially relies on sinks whose associated value vectors have large norms. Moreover, we show that previous methods implicitly depend on attention sinks by establishing their mathematical relationship to sink scores. Our findings yield a novel hallucination detection method grounded in theory that produces state-of-the-art results across popular datasets and LLMs.

📄 PDF Abstract BibTeX arXiv:2604.10697

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Seeing Clearly by Layer Two: Enhancing Attention Heads to Alleviate Hallucination in LVLMs

2024-11-15 · Xiaofeng Zhang, Yihao Quan, Chaochen Gu, Chen Shen 외

The hallucination problem in multimodal large language models (MLLMs) remains a common issue. Although image tokens occupy a majority of the input sequence of MLLMs, there is limited research to explore the relationship …

Hallucination

EnsemHalDet: Robust VLM Hallucination Detection via Ensemble of Internal State Detectors

2026-04-03 · Ryuhei Miyazato, Shunsuke Kitada, Kei Harada arxiv

Vision-Language Models (VLMs) excel at multimodal tasks, but they remain vulnerable to hallucinations that are factually incorrect or ungrounded in the input image. Recent work suggests that hallucination detection using…

Ensemble Learning

Revealing and Enhancing Core Visual Regions: Harnessing Internal Attention Dynamics for Hallucination Mitigation in LVLMs

2026-02-17 · Guangtao Lyu, Qi Liu, Chenghao Xu, Jiexi Yan 외 arxiv

LVLMs have achieved strong multimodal reasoning capabilities but remain prone to hallucinations, producing outputs inconsistent with visual inputs or user instructions. Existing training-free methods, including contrasti…

Multimodal ReasoningVisual Grounding

FaithSCAN: Model-Driven Single-Pass Hallucination Detection for Faithful Visual Question Answering

2026-01-01 · Chaodong Tong, Qi Zhang, Chen Li, Lei Jiang 외 arxiv

Faithfulness hallucinations in VQA occur when vision-language models produce fluent yet visually ungrounded answers, severely undermining their reliability in safety-critical applications. Existing detection methods main…

Visual Question Answering

HaloProbe: Bayesian Detection and Mitigation of Object Hallucinations in Vision-Language Models

2026-04-07 · Reihaneh Zohrabi, Hosein Hasani, Akshita Gupta, Mahdieh Soleymani Baghshah 외 arxiv

Large vision-language models can produce object hallucinations in image descriptions, highlighting the need for effective detection and mitigation strategies. Prior work commonly relies on the model's attention weights o…