Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Retrieval Augmented Generation or Long-Context LLMs? A Comprehensive Study and Hybrid Approach

About

Retrieval Augmented Generation (RAG) has been a powerful tool for Large Language Models (LLMs) to efficiently process overly lengthy contexts. However, recent LLMs like Gemini-1.5 and GPT-4 show exceptional capabilities to understand long contexts directly. We conduct a comprehensive comparison between RAG and long-context (LC) LLMs, aiming to leverage the strengths of both. We benchmark RAG and LC across various public datasets using three latest LLMs. Results reveal that when resourced sufficiently, LC consistently outperforms RAG in terms of average performance. However, RAG's significantly lower cost remains a distinct advantage. Based on this observation, we propose Self-Route, a simple yet effective method that routes queries to RAG or LC based on model self-reflection. Self-Route significantly reduces the computation cost while maintaining a comparable performance to LC. Our findings provide a guideline for long-context applications of LLMs using RAG and LC.

Zhuowan Li, Cheng Li, Mingyang Zhang, Qiaozhu Mei, Michael Bendersky• 2024

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMQA
F1 Score7.2
161
Query RoutingLongBench OOD v2
QA49
120
Routing and Question AnsweringLaRA (in-distribution)
QA Score3.2
15
Multi-hop Question AnsweringHotpotQA
F1 Score18.6
5
Showing 4 of 4 rows

Other info

Follow for update