LGCLNov 5, 2024

Long Context RAG Performance of Large Language Models

arXiv:2411.03538v133 citationsh-index: 6Has Code
Originality Synthesis-oriented
AI Analysis

This study addresses the practical problem of optimizing RAG workflows for users of LLMs, though it is incremental as it evaluates existing models rather than proposing new methods.

The paper investigated whether long context LLMs improve RAG performance, finding that only a few state-of-the-art models maintain consistent accuracy above 64k tokens across three domain-specific datasets.

Retrieval Augmented Generation (RAG) has emerged as a crucial technique for enhancing the accuracy of Large Language Models (LLMs) by incorporating external information. With the advent of LLMs that support increasingly longer context lengths, there is a growing interest in understanding how these models perform in RAG scenarios. Can these new long context models improve RAG performance? This paper presents a comprehensive study of the impact of increased context length on RAG performance across 20 popular open source and commercial LLMs. We ran RAG workflows while varying the total context length from 2,000 to 128,000 tokens (and 2 million tokens when possible) on three domain-specific datasets, and report key insights on the benefits and limitations of long context in RAG applications. Our findings reveal that while retrieving more documents can improve performance, only a handful of the most recent state of the art LLMs can maintain consistent accuracy at long context above 64k tokens. We also identify distinct failure modes in long context scenarios, suggesting areas for future research.

Foundations

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

Your Notes