paper-with-me

Papers

Detecting Hallucination and Coverage Errors in Retrieval Augmented Generation for Controversial Topics

2024-03-13 · Tyler A. Chang, Katrin Tomanek, Jessica Hoffmann, Nithum Thain, Erin Van Liemt, Kathleen Meier-Hellstern, Lucas Dixon

We explore a strategy to handle controversial topics in LLM-based chatbots based on Wikipedia's Neutral Point of View (NPOV) principle: acknowledge the absence of a single true answer and surface multiple perspectives. We frame this as retrieval augmented generation, where perspectives are retrieved from a knowledge base and the LLM is tasked with generating a fluent and faithful response from the given perspectives. As a starting point, we use a deterministic retrieval system and then focus on common LLM failure modes that arise during this approach to text generation, namely hallucination and coverage errors. We propose and evaluate three methods to detect such errors based on (1) word-overlap, (2) salience, and (3) LLM-based classifiers. Our results demonstrate that LLM-based classifiers, even when trained only on synthetic errors, achieve high error detection performance, with ROC AUC scores of 95.3% for hallucination and 90.5% for coverage error detection on unambiguous error cases. We show that when no training data is available, our other methods still yield good results on hallucination (84.0%) and coverage error (85.2%) detection.

📄 PDF Abstract BibTeX arXiv:2403.08904

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationRetrievalRetrieval-augmented GenerationText Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

LRP4RAG: Detecting Hallucinations in Retrieval-Augmented Generation via Layer-wise Relevance Propagation

2024-08-28 · Haichuan Hu, Yuhan Sun, Quanjun Zhang

Retrieval-Augmented Generation (RAG) has become a primary technique for mitigating hallucinations in large language models (LLMs). However, incomplete knowledge extraction and insufficient understanding can still mislead…

RAGRetrievalRetrieval-augmented Generation

GraphRunner: A Multi-Stage Framework for Efficient and Accurate Graph-Based Retrieval

2025-07-11 · Savini Kashmira, Jayanaka L. Dantanarayana, Krisztián Flautner, Lingjia Tang 외 arxiv

Conventional Retrieval Augmented Generation (RAG) approaches are common in text-based applications. However, they struggle with structured, interconnected datasets like knowledge graphs, where understanding underlying re…

Response GenerationKnowledge Graphs

Detecting Hallucinations in Retrieval-Augmented Generation via Semantic-level Internal Reasoning Graph

2026-01-06 · Jianpeng Hu, Yanzeng Li, Jialun Zhong, Wenfa Qi 외 arxiv

The Retrieval-augmented generation (RAG) system based on Large language model (LLM) has made significant progress. It can effectively reduce factuality hallucinations, but faithfulness hallucinations still exist. Previou…

Cascading Hallucination in Agentic RAG: The CHARM Framework for Detection and Mitigation

2026-06-03 · Saroj Mishra arxiv

Multi-step agentic retrieval-augmented generation (RAG) pipelines have demonstrated significant capability for complex reasoning tasks, yet remain vulnerable to a class of failure that existing hallucination detection me…

Fact Verification

Mitigating Visual Hallucinations in Multimodal Systems through Retrieval-Augmented Reliability-Aware Inference

2026-06-14 · Pratheswaran Hariharan, Haiping Xu, Donghui Yan arxiv

Multimodal large language models (MLLMs) have demonstrated strong capabilities in vision-language understanding and natural-language response generation. However, these systems can still produce overconfident predictions…

Response Generation