CLAIIRJun 5, 2025

ECoRAG: Evidentiality-guided Compression for Long Context RAG

arXiv:2506.05167v22 citationsh-index: 6Has CodeACL
Originality Incremental advance
AI Analysis

This addresses efficiency and accuracy issues in RAG systems for users handling long contexts, though it appears incremental as it builds on prior compression methods with a novel evidentiality focus.

The paper tackles the problem of reducing overhead in Retrieval-Augmented Generation (RAG) for Open-Domain Question Answering by compressing retrieved documents based on evidentiality, filtering out non-evidential information. It shows that ECoRAG improves LLM performance on ODQA tasks, outperforming existing compression methods while being cost-efficient by reducing latency and token usage.

Large Language Models (LLMs) have shown remarkable performance in Open-Domain Question Answering (ODQA) by leveraging external documents through Retrieval-Augmented Generation (RAG). To reduce RAG overhead, from longer context, context compression is necessary. However, prior compression methods do not focus on filtering out non-evidential information, which limit the performance in LLM-based RAG. We thus propose Evidentiality-guided RAG, or ECoRAG framework. ECoRAG improves LLM performance by compressing retrieved documents based on evidentiality, ensuring whether answer generation is supported by the correct evidence. As an additional step, ECoRAG reflects whether the compressed content provides sufficient evidence, and if not, retrieves more until sufficient. Experiments show that ECoRAG improves LLM performance on ODQA tasks, outperforming existing compression methods. Furthermore, ECoRAG is highly cost-efficient, as it not only reduces latency but also minimizes token usage by retaining only the necessary information to generate the correct answer. Code is available at https://github.com/ldilab/ECoRAG.

Code Implementations1 repo
Foundations

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

Your Notes