REVA: Reusable Evidence View Aggregation for Context-Efficient RAG Serving

📅 2026-09-10
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出REVA方法,通过聚合历史查询-文档-模型交互生成可重用证据视图,以解决RAG在知识密集型应用中因长上下文导致的成本问题。
📝 Abstract
Retrieval-augmented generation (RAG) improves knowledge-intensive large language model (LLM) applications by conditioning generation on retrieved documents, but longer contexts increase latency, key-value (KV) cache memory, and token cost. Post-retrieval compression can reduce this cost, yet existing compressors often operate independently for each query, rely on auxiliary models or rewriting, and introduce online overhead that can offset the benefit of shorter prompts. We revisit RAG compression from a data-mining perspective by aggregating historical query--document--model interactions into reusable evidence views. We first show that modern compressors have unstable gains over simple truncation and can add substantial inference-time latency. We then propose Reusable Evidence View Aggregation (REVA), a framework that mines the target generator's historical attention traces into a document-keyed, budget-agnostic score store. REVA maps token-level attention to readable word units, aggregates importance across repeated document accesses, and renders budget-specific plain-text views that preserve document order and the standard RAG interface. Across four representative benchmarks and modern LLMs, REVA improves generation quality by 1.0--5.8 points over existing advances, while reducing compression overhead by a factor of 5.3 to 15.6, adding less than 40 ms of latency.
Problem

Research questions and friction points this paper is trying to address.

Retrieval-augmented generation
Compression
Latency
Key-value cache memory
Token cost
Innovation

Methods, ideas, or system contributions that make the work stand out.

Reusable Evidence View Aggregation
RAG Compression
Attention Traces
Budget-Agnostic Score Store
Inference-Time Latency
🔎 Similar Papers
2024-05-27International Conference on Information and Knowledge ManagementCitations: 4
Tuan Nguyen
Tuan Nguyen
VinUniversity
Federated LearningBackdoor LearningTrustworthy Machine LearningAdversarial Machine Learning
Q
Qiran Hu
University of Illinois Urbana-Champaign, USA
B
Banruo Liu
University of Illinois Urbana-Champaign, USA
K
Khoa D. Doan
VinUni-Illinois Smart Health Center, VinUniversity, Vietnam
K
Kok-Seng Wong
VinUni-Illinois Smart Health Center, VinUniversity, Vietnam
Fan Lai
Fan Lai
University of Illinois Urbana-Champaign
Machine Learning SystemsCloud ComputingMachine Learning