CLApr 21

MASS-RAG: Multi-Agent Synthesis Retrieval-Augmented Generation

arXiv:2604.1850983.4h-index: 2
Predicted impact top 58% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For LLM practitioners using RAG, MASS-RAG offers a structured method to handle noisy or heterogeneous retrieved contexts, improving answer quality.

MASS-RAG introduces a multi-agent synthesis approach to retrieval-augmented generation that uses specialized agents for summarization, extraction, and reasoning, combined via a synthesis stage. It consistently outperforms strong RAG baselines on four benchmarks, especially when evidence is distributed across contexts.

Large language models (LLMs) are widely used in retrieval-augmented generation (RAG) to incorporate external knowledge at inference time. However, when retrieved contexts are noisy, incomplete, or heterogeneous, a single generation process often struggles to reconcile evidence effectively. We propose \textbf{MASS-RAG}, a multi-agent synthesis approach to retrieval-augmented generation that structures evidence processing into multiple role-specialized agents. MASS-RAG applies distinct agents for evidence summarization, evidence extraction, and reasoning over retrieved documents, and combines their outputs through a dedicated synthesis stage to produce the final answer. This design exposes multiple intermediate evidence views, allowing the model to compare and integrate complementary information before answer generation. Experiments on four benchmarks show that MASS-RAG consistently improves performance over strong RAG baselines, particularly in settings where relevant evidence is distributed across retrieved contexts.

Foundations

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

Your Notes