paper-with-me

Papers

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

2026-04-20 · Xingchen Xiao, Heyan Huang, Runheng Liu, Jincheng Xie arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.18509

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

SPD-RAG: Sub-Agent Per Document Retrieval-Augmented Generation

2026-03-09 · Yagiz Can Akay, Muhammed Yusuf Kartal, Esra Alparslan, Faruk Ortakoyluoglu 외 arxiv

Answering complex, real-world queries often requires synthesizing facts scattered across vast document corpora. In these settings, standard retrieval-augmented generation (RAG) pipelines suffer from incomplete evidence c…

Question Answering

MASS: Deep Research for Social Sciences with Memory-Augmented Social Simulation

2026-06-08 · Yongrui Liu, Deyi Xiong arxiv

Deep Research agents powered by Large Language Models (LLMs) have exhibited extraordinary potential in automated paper writing tasks. However, existing systems rely heavily on literature retrieval and synthesis through i…

ARCS: Agentic Retrieval-Augmented Code Synthesis with Iterative Refinement

2025-04-29 · Manish Bhattarai, Miguel Cordova, Javier Santos, Dan O'Malley

In supercomputing, efficient and optimized code generation is essential to leverage high-performance systems effectively. We propose Agentic Retrieval-Augmented Code Synthesis (ARCS), an advanced framework for accurate, …

Code GenerationHumanEvalRAGRetrieval+2

Retrieval Augmented Generation (RAG) for Fintech: Agentic Design and Evaluation

2025-10-29 · Thomas Cook, Richard Osuagwu, Liman Tsatiashvili, Vrynsia Vrynsia 외 arxiv

Retrieval-Augmented Generation (RAG) systems often face limitations in specialized domains such as fintech, where domain-specific ontologies, dense terminology, and acronyms complicate effective retrieval and synthesis. …

Keyphrase Extraction

HM-RAG: Hierarchical Multi-Agent Multimodal Retrieval Augmented Generation

2025-04-13 · Pei Liu, Xin Liu, Ruoyu Yao, Junming Liu 외

While Retrieval-Augmented Generation (RAG) augments Large Language Models (LLMs) with external knowledge, conventional single-agent RAG remains fundamentally limited in resolving complex queries demanding coordinated rea…

Multimodal ReasoningRAGRetrievalRetrieval-augmented Generation