Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Diagnosing RAG Failures: A Taxonomy of Failure Modes in Retrieval-Augmented Generation

View through CrossRef
Retrieval-Augmented Generation (RAG) has become a standard paradigm for grounding large language models in external knowledge, yet RAG systems still fail in production in ways that are poorly understood and rarely standardized. Existing work focuses on architectures and accuracy benchmarks, leaving practitioners without a common language for describing and diagnosing RAG failures. In this paper, we propose a failure-centric taxonomy of five modes in RAG systems: Retrieval Blindness, Retrieval Noise, Evidence Ignorance, Evidence Over-Reliance, and Latency-Induced Failure. For each mode, we define typical patterns and causes and illustrate them with concrete scenarios. We further introduce a practical diagnosis guide that maps observable symptoms to failure modes and candidate mitigations, and illustrate the taxonomy through four enterprise case study scenarios. Building on this conceptual framework, we contribute a preliminary empirical validation of three of the five modes---Retrieval Blindness, Retrieval Noise, and Evidence Ignorance---using two fixed generator models (Claude Sonnet 4.6 and Llama 3.3 70B Instruct) under an identical retrieval pipeline, prompt template, and evaluation protocol, with controlled clean and stress conditions drawn from the RGB and Lost-in-the-Middle public benchmarks. We report token-level F1, retrieval recall/precision/nDCG, exact match, cost, and latency across 900 real API calls (450 per model), together with a manual error-categorization pass on a stratified sample of 70 outputs. Both models show substantial, consistent degradation from clean to stress conditions across all three tested modes, supporting the taxonomy's claims for these three modes only---Retrieval Blindness, Retrieval Noise, and Evidence Ignorance---for these two models on this dataset; the remaining two modes (Evidence Over-Reliance, Latency-Induced Failure), a third model (GPT-4.1), and broader taxonomy-wide validation all remain future work. We are explicit that this is a small-scale, two-model, single-dataset-family preliminary study, not a full validation of the taxonomy, and we detail its limitations alongside the results. Our aim is to establish both a shared vocabulary/diagnostic tool for RAG failures and a reproducible empirical basis that future work can extend.
Title: Diagnosing RAG Failures: A Taxonomy of Failure Modes in Retrieval-Augmented Generation
Description:
Retrieval-Augmented Generation (RAG) has become a standard paradigm for grounding large language models in external knowledge, yet RAG systems still fail in production in ways that are poorly understood and rarely standardized.
Existing work focuses on architectures and accuracy benchmarks, leaving practitioners without a common language for describing and diagnosing RAG failures.
In this paper, we propose a failure-centric taxonomy of five modes in RAG systems: Retrieval Blindness, Retrieval Noise, Evidence Ignorance, Evidence Over-Reliance, and Latency-Induced Failure.
For each mode, we define typical patterns and causes and illustrate them with concrete scenarios.
We further introduce a practical diagnosis guide that maps observable symptoms to failure modes and candidate mitigations, and illustrate the taxonomy through four enterprise case study scenarios.
Building on this conceptual framework, we contribute a preliminary empirical validation of three of the five modes---Retrieval Blindness, Retrieval Noise, and Evidence Ignorance---using two fixed generator models (Claude Sonnet 4.
6 and Llama 3.
3 70B Instruct) under an identical retrieval pipeline, prompt template, and evaluation protocol, with controlled clean and stress conditions drawn from the RGB and Lost-in-the-Middle public benchmarks.
We report token-level F1, retrieval recall/precision/nDCG, exact match, cost, and latency across 900 real API calls (450 per model), together with a manual error-categorization pass on a stratified sample of 70 outputs.
Both models show substantial, consistent degradation from clean to stress conditions across all three tested modes, supporting the taxonomy's claims for these three modes only---Retrieval Blindness, Retrieval Noise, and Evidence Ignorance---for these two models on this dataset; the remaining two modes (Evidence Over-Reliance, Latency-Induced Failure), a third model (GPT-4.
1), and broader taxonomy-wide validation all remain future work.
We are explicit that this is a small-scale, two-model, single-dataset-family preliminary study, not a full validation of the taxonomy, and we detail its limitations alongside the results.
Our aim is to establish both a shared vocabulary/diagnostic tool for RAG failures and a reproducible empirical basis that future work can extend.

Related Results

Frequency of Common Chromosomal Abnormalities in Patients with Idiopathic Acquired Aplastic Anemia
Frequency of Common Chromosomal Abnormalities in Patients with Idiopathic Acquired Aplastic Anemia
Objective: To determine the frequency of common chromosomal aberrations in local population idiopathic determine the frequency of common chromosomal aberrations in local population...
DARE-RAG: Difficulty-Aware Retrieval Expansion for Retrieval-Augmented Generation
DARE-RAG: Difficulty-Aware Retrieval Expansion for Retrieval-Augmented Generation
Retrieval-Augmented Generation (RAG) systems face a fundamental trade-off: query expansion can improve retrieval effectiveness for ambiguous or underspecified queries, yet indiscri...
JADE: jawbone lesion diagnosis and decision supporting system
JADE: jawbone lesion diagnosis and decision supporting system
Abstract Objectives To develop and evaluate JADE, a proof-of-concept retrieval-augmented generation (RAG) diagnostic assi...
Traditional RAG vs. Agentic RAG: A Comparative Study of Retrieval-Augmented Systems
Traditional RAG vs. Agentic RAG: A Comparative Study of Retrieval-Augmented Systems
Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by integrating external knowledge retrieval to improve factual reliability. Traditional RAG employs a fix...
A Systematic Literature Review of Retrieval-Augmented Generation Implementation for Enhancing Large Language Models in Education
A Systematic Literature Review of Retrieval-Augmented Generation Implementation for Enhancing Large Language Models in Education
The rapid advancement of Large Language Models (LLM) has led to the creation of increasingly adaptive intelligent learning systems. However, many educational implementations of LLM...
Performance Evaluation and Error Analysis of Retrieval Augmented Generation for Specialized Question Answering
Performance Evaluation and Error Analysis of Retrieval Augmented Generation for Specialized Question Answering
The rapid advancement of large language models has fundamentally transformed the landscape of natural language processing, particularly in the domain of question answering. Despite...
Retrieval-Augmented Generation (RAG) Based AI Teaching Assistant for Personalized Learning
Retrieval-Augmented Generation (RAG) Based AI Teaching Assistant for Personalized Learning
Retrieval-Augmented Generation (RAG) combines information retrieval and large language models to provide accurate, context-aware answers. This research develops an AI Teaching Assi...

Back to Top