paper-with-me

Papers

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

2026-03-09 · Yagiz Can Akay, Muhammed Yusuf Kartal, Esra Alparslan, Faruk Ortakoyluoglu, Arda Akpinar 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 coverage, while long-context large language models (LLMs) struggle to reason reliably over massive inputs. We introduce SPD-RAG, a hierarchical multi-agent framework for exhaustive cross-document question answering that decomposes the problem along the document axis. Each document is processed by a dedicated document-level agent operating only on its own content, enabling focused retrieval, while a coordinator dispatches tasks to relevant agents and aggregates their partial answers. Agent outputs are synthesized by merging partial answers through a token-bounded synthesis layer (which supports recursive map-reduce for massive corpora). This document-level specialization with centralized fusion improves scalability and answer quality in heterogeneous multidocument settings while yielding a modular, extensible retrieval pipeline. On the LOONG benchmark (EMNLP 2024) for long-context multi-document QA, SPD-RAG achieves an Avg Score of 58.1 (GPT-5 evaluation), outperforming Normal RAG (33.0) and Agentic RAG (32.8) while using only 38% of the API cost of a full-context baseline (68.0).

📄 PDF Abstract BibTeX arXiv:2603.08329

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

MAIN-RAG: Multi-Agent Filtering Retrieval-Augmented Generation

2024-12-31 · Chia-Yuan Chang, Zhimeng Jiang, Vineeth Rakesh, Menghai Pan 외

Large Language Models (LLMs) are becoming essential tools for various natural language processing tasks but often suffer from generating outdated or incorrect information. Retrieval-Augmented Generation (RAG) addresses t…

Information RetrievalRAGRetrievalRetrieval-augmented Generation

ATM: Adversarial Tuning Multi-agent System Makes a Robust Retrieval-Augmented Generator

2024-05-28 · Junda Zhu, Lingyong Yan, Haibo Shi, Dawei Yin 외

Large language models (LLMs) are proven to benefit a lot from retrieval-augmented generation (RAG) in alleviating hallucinations confronted with knowledge-intensive questions. RAG adopts information retrieval techniques …

Information RetrievalLanguage ModellingLarge Language ModelQuestion Answering+3

TelcoAI: Advancing 3GPP Technical Specification Search through Agentic Multi-Modal Retrieval-Augmented Generation

2025-11-17 · Rahul Ghosh, Chun-Hao Liu, Gaurav Rele, Vidya Sagar Ravipati 외 arxiv

The 3rd Generation Partnership Project (3GPP) produces complex technical specifications essential to global telecommunications, yet their hierarchical structure, dense formatting, and multi-modal content make them diffic…

Toward Agentic RAG for Ukrainian

2026-04-16 · Marta Sumyk, Oleksandr Kosovan arxiv

We present an initial investigation into Agentic Retrieval-Augmented Generation (RAG) for Ukrainian, conducted within the UNLP 2026 Shared Task on Multi-Domain Document Understanding. Our system combines two-stage retrie…

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…

Answer Generation