paper-with-me

Papers

Classifying and Addressing the Diversity of Errors in Retrieval-Augmented Generation Systems

2025-10-15 · Kin Kwan Leung, Mouloud Belbahri, Yi Sui, Alex Labach, Xueying Zhang, Stephen Anthony Rose, Jesse C. Cresswell arxiv

Retrieval-augmented generation (RAG) is a prevalent approach for building LLM-based question-answering systems that can take advantage of external knowledge databases. Due to the complexity of real-world RAG systems, there are many potential causes for erroneous outputs. Understanding the range of errors that can occur in practice is crucial for robust deployment. We present a new taxonomy of the error types that can occur in realistic RAG systems, examples of each, and practical advice for addressing them. Additionally, we curate a dataset of erroneous RAG responses annotated by error types. We then propose an auto-evaluation method aligned with our taxonomy that can be used in practice to track and address errors during development. Code and data are available at https://github.com/layer6ai-labs/rag-error-classification.

📄 PDF Abstract BibTeX arXiv:2510.13975

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Knowledge Graph-Guided Retrieval Augmented Generation

2025-02-08 · Xiangrong Zhu, Yuexiang Xie, Yi Liu, Yaliang Li 외

Retrieval-augmented generation (RAG) has emerged as a promising technology for addressing hallucination issues in the responses generated by large language models (LLMs). Existing studies on RAG primarily focus on applyi…

DiversityHallucinationKnowledge GraphsRAG+2

AILS-NTUA at SemEval-2026 Task 8: Evaluating Multi-Turn RAG Conversations

2026-03-11 · Dimosthenis Athanasiou, Maria Lymperaiou, Giorgos Filandrianos, Athanasios Voulodimos 외 arxiv

We present the AILS-NTUA system for SemEval-2026 Task 8 (MTRAGEval), addressing all three subtasks of multi-turn retrieval-augmented generation: passage retrieval (A), reference-grounded response generation (B), and end-…

Response GenerationPassage Retrieval

Mindful-RAG: A Study of Points of Failure in Retrieval Augmented Generation

2024-07-16 · Garima Agrawal, Tharindu Kumarage, Zeyad Alghamdi, Huan Liu

Large Language Models (LLMs) are proficient at generating coherent and contextually relevant text but face challenges when addressing knowledge-intensive queries in domain-specific and factual question-answering tasks. R…

Knowledge GraphsQuestion AnsweringRAGRetrieval+1

Beyond Nearest Neighbors: Semantic Compression and Graph-Augmented Retrieval for Enhanced Vector Search

2025-07-25 · Rahul Raja, Arpita Vats arxiv

Vector databases typically rely on approximate nearest neighbor (ANN) search to retrieve the top-k closest vectors to a query in embedding space. While effective, this approach often yields semantically redundant results…

Semantic Retrieval

DF-RAG: Query-Aware Diversity for Retrieval-Augmented Generation

2026-01-23 · Saadat Hasan Khan, Spencer Hong, Jingyu Wu, Kevin Lybarger 외 arxiv

Retrieval-augmented generation (RAG) is a common technique for grounding language model outputs in domain-specific information. However, RAG is often challenged by reasoning-intensive question-answering (QA), since commo…