paper-with-me

홈 › Papers

CORTEX: Token-Level Hallucination Detection in RAG via Comparative Internal Representations

2026-06-30 · Kazuaki Furumai, Shuichiro Haruta, Kazunori Matsumoto, Daisuke Kamisaka arxiv

In this paper, we propose CORTEX, a token-level hallucination detection method for Retrieval-Augmented Generation (RAG). In long-form RAG outputs, hallucinations often arise in localized spans rather than throughout an entire response. CORTEX therefore identifies ungrounded content at the token level, enabling fine-grained localization of hallucinations. The key intuition behind CORTEX is that tokens grounded in retrieved documents should be more strongly influenced by those documents than hallucinated tokens. To capture this document-induced effect, CORTEX compares internal representations of a large language model (LLM) under two conditions: with and without the retrieved documents. Instead of relying solely on each token's immediate sensitivity to the retrieved documents, CORTEX also leverages the propagation of document-grounded information through preceding tokens, reducing false positives for tokens whose evidence has already been absorbed into the context. Finally, CORTEX applies post-processing smoothing step that models the tendency of hallucination labels to persist over contiguous spans, reducing local noise and encouraging span-consistent predictions. Experiments on two RAG benchmarks and three LLMs show that CORTEX substantially improves token-level hallucination detection, with each component consistently contributing to performance gains.

📄 PDF Abstract BibTeX arXiv:2606.31033

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

First Hallucination Tokens Are Different from Conditional Ones

2025-07-28 · Jakob Snel, Seong Joon Oh arxiv

Large Language Models (LLMs) hallucinate, and detecting these cases is key to ensuring trust. While many approaches address hallucination detection at the response or span level, recent work explores token-level detectio…

ANHALTEN: Cross-Lingual Transfer for German Token-Level Reference-Free Hallucination Detection

2024-07-18 · Janek Herrlein, Chia-Chien Hung, Goran Glavaš

Research on token-level reference-free hallucination detection has predominantly focused on English, primarily due to the scarcity of robust datasets in other languages. This has hindered systematic investigations into t…

Cross-Lingual TransferHallucination

Beyond the Global Scores: Fine-Grained Token Grounding as a Robust Detector of LVLM Hallucinations

2026-04-06 · Tuan Dung Nguyen, Minh Khoi Ho, Qi Chen, Yutong Xie 외 arxiv

Large vision-language models (LVLMs) achieve strong performance on visual reasoning tasks but remain highly susceptible to hallucination. Existing detection methods predominantly rely on coarse, whole-image measures of h…

Visual Reasoning

Robust Hallucination Detection in LLMs via Adaptive Token Selection

2025-04-10 · Mengjia Niu, Hamed Haddadi, Guansong Pang

Hallucinations in large language models (LLMs) pose significant safety concerns that impede their broader deployment. Recent research in hallucination detection has demonstrated that LLMs' internal representations contai…

Hallucination

Enhancing Uncertainty Modeling with Semantic Graph for Hallucination Detection

2025-01-02 · Kedi Chen, Qin Chen, Jie zhou, Xinqi Tao 외

Large Language Models (LLMs) are prone to hallucination with non-factual or unfaithful statements, which undermines the applications in real-world scenarios. Recent researches focus on uncertainty-based hallucination det…

HallucinationSentence