CLNov 9, 2024

Sufficient Context: A New Lens on Retrieval Augmented Generation Systems

arXiv:2411.06037v354 citationsh-index: 19ICLR
Originality Incremental advance
AI Analysis

This work addresses error analysis and hallucination reduction in RAG systems for AI practitioners, offering incremental improvements through a new classification and method.

The paper tackled the problem of errors in Retrieval Augmented Generation (RAG) systems by introducing a notion of sufficient context to analyze whether errors stem from insufficient context or model misuse, finding that larger models excel with sufficient context but often answer incorrectly when it's insufficient, while smaller models hallucinate or abstain even with sufficient context. They developed a selective generation method that improved correct answer rates by 2-10% for models like Gemini, GPT, and Gemma.

Augmenting LLMs with context leads to improved performance across many applications. Despite much research on Retrieval Augmented Generation (RAG) systems, an open question is whether errors arise because LLMs fail to utilize the context from retrieval or the context itself is insufficient to answer the query. To shed light on this, we develop a new notion of sufficient context, along with a method to classify instances that have enough information to answer the query. We then use sufficient context to analyze several models and datasets. By stratifying errors based on context sufficiency, we find that larger models with higher baseline performance (Gemini 1.5 Pro, GPT 4o, Claude 3.5) excel at answering queries when the context is sufficient, but often output incorrect answers instead of abstaining when the context is not. On the other hand, smaller models with lower baseline performance (Mistral 3, Gemma 2) hallucinate or abstain often, even with sufficient context. We further categorize cases when the context is useful, and improves accuracy, even though it does not fully answer the query and the model errs without the context. Building on our findings, we explore ways to reduce hallucinations in RAG systems, including a new selective generation method that leverages sufficient context information for guided abstention. Our method improves the fraction of correct answers among times where the model responds by 2--10\% for Gemini, GPT, and Gemma. Key findings and the prompts used in our autorater analysis are available on our github.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes