paper-with-me

홈 › Papers

Facet-Level Tracing of Evidence Uncertainty and Hallucination in RAG

2026-04-10 · Passant Elchafei, Monorama Swain, Shahed Masoudian, Markus Schedl arxiv

Retrieval-Augmented Generation (RAG) aims to reduce hallucination by grounding answers in retrieved evidence, yet hallucinated answers remain common even when relevant documents are available. Existing evaluations focus on answer-level or passage-level accuracy, offering limited insight into how evidence is used during generation. In this work, we introduce a facet-level diagnostics framework for QA that decomposes each input question into atomic reasoning facets. For each facet, we assess evidence sufficiency and grounding using a structured Facet x Chunk matrix that combines retrieval relevance with natural language inference-based faithfulness scores. To diagnose evidence usage, we analyze three controlled inference modes: Strict RAG, which enforces exclusive reliance on retrieved evidence; Soft RAG, which allows integration of retrieved evidence and parametric knowledge; and LLM-only generation without retrieval. Comparing these modes enables thorough analysis of retrieval-generation misalignment, defined as cases where relevant evidence is retrieved but not correctly integrated during generation. Across medical QA and HotpotQA, we evaluate three open-source and closed-source LLMs (GPT, Gemini, and LLaMA), providing interpretable diagnostics that reveal recurring facet-level failure modes, including evidence absence, evidence misalignment, and prior-driven overrides. Our results demonstrate that hallucinations in RAG systems are driven less by retrieval accuracy and more by how retrieved evidence is integrated during generation, with facet-level analysis exposing systematic evidence override and misalignment patterns that remain hidden under answer-level evaluation.

📄 PDF Abstract BibTeX arXiv:2604.09174

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

HART: Data-Driven Hallucination Attribution and Evidence-Based Tracing for Large Language Models

2026-03-06 · Shize Liang, Hongzhi Wang arxiv

Large language models (LLMs) have demonstrated remarkable performance in text generation and knowledge-intensive question answering. Nevertheless, they are prone to producing hallucinated content, which severely undermin…

Semantic SimilarityQuestion AnsweringText Generation

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

Human-Alignment, Calibration, and Activation Patterns in Large Language Model Uncertainty

2026-05-29 · Kyle Moore, Jesse Roberts, Daryl Watson, William Ward 외 arxiv

Uncertainty Quantification is a large and growing subfield of large language model behavioral analysis. Primarily to recognize and combat hallucination, the field has largely focused on measuring and improving calibratio…

Logical Consistency as a Bridge: Improving LLM Hallucination Detection via Label Constraint Modeling between Responses and Self-Judgments

2026-05-05 · Hao Mi, Qiang Sheng, Shaofei Wang, Beizhe Hu 외 arxiv

Large Language Models (LLMs) are prone to factual hallucinations, risking their reliability in real-world applications. Existing hallucination detectors mainly extract micro-level intrinsic patterns for uncertainty quant…

Why and How LLMs Hallucinate: Connecting the Dots with Subsequence Associations

2025-04-17 · Yiyou Sun, Yu Gai, Lijie Chen, Abhilasha Ravichander 외

Large language models (LLMs) frequently generate hallucinations-content that deviates from factual accuracy or provided context-posing challenges for diagnosis due to the complex interplay of underlying causes. This pape…

DecoderHallucination