paper-with-me

Papers

FD-RAG: Federated Dual-System Retrieval-Augmented Generation

2026-05-22 · Tianhao Gao, Kai Yang, Yiyang Li arxiv

Retrieval-augmented generation (RAG) has emerged as a paradigm for grounding large language models in external knowledge, yet most existing RAG systems assume centralized knowledge access and ample computation. These assumptions break down in edge environments, where knowledge is fragmented across devices, raw data cannot be shared, and repeated LLM calls are prohibitively expensive. We propose FD-RAG, a federated dual-system RAG framework that decouples lightweight memory access from on-demand LLM reasoning for decentralized deployment. Specifically, FD-RAG learns semantic-aware adaptive hypergraphs over local corpora and distills them into compact QA memories. At inference time, it answers well-covered queries via direct memory matching and invokes LLM-based reasoning only when necessary, while tracing retrieved memories to hypergraph-grounded evidence. To mitigate cross-device knowledge fragmentation, FD-RAG aggregates anonymized memories across devices without exposing raw documents. Experiments on QA benchmarks show that FD-RAG improves accuracy by up to 7.8\% while reducing latency by 8.4$\times$ compared with strong local and federated baselines. We also provide theoretical analysis establishing an $\mathcal{O}(1/ε^{2})$ convergence rate for the proposed hypergraph learning, supporting its tractable deployment in edge settings.

📄 PDF Abstract BibTeX arXiv:2605.27432

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Federated Retrieval-Augmented Generation: A Systematic Mapping Study

2025-05-24 · Abhijit Chakraborty, Chahana Dahal, Vivek Gupta

Federated Retrieval-Augmented Generation (Federated RAG) combines Federated Learning (FL), which enables distributed model training without exposing raw data, with Retrieval-Augmented Generation (RAG), which improves the…

Federated LearningPrivacy PreservingRAGRetrieval+1

FedRAG: A Framework for Fine-Tuning Retrieval-Augmented Generation Systems

2025-06-10 · Val Andrei Fajardo, David B. Emerson, Amandeep Singh, Veronica Chatrath 외

Retrieval-augmented generation (RAG) systems have been shown to be effective in addressing many of the drawbacks of relying solely on the parametric memory of large language models. Recent work has demonstrated that RAG …

RAGRetrievalRetrieval-augmented Generation

FeB4RAG: Evaluating Federated Search in the Context of Retrieval Augmented Generation

2024-02-19 · Shuai Wang, Ekaterina Khramtsova, Shengyao Zhuang, Guido Zuccon

Federated search systems aggregate results from multiple search engines, selecting appropriate sources to enhance result quality and align with user intent. With the increasing uptake of Retrieval-Augmented Generation (R…

BenchmarkingChatbotInformation RetrievalRAG+3

LLM-based SPARQL Query Generation from Natural Language over Federated Knowledge Graphs

2024-10-08 · Vincent Emonet, Jerven Bolleman, Severine Duvaud, Tarcisio Mendes de Farias 외

We introduce a Retrieval-Augmented Generation (RAG) system for translating user questions into accurate federated SPARQL queries over bioinformatics knowledge graphs (KGs) leveraging Large Language Models (LLMs). To enha…

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation+1

Security and Privacy in Retrieval-Augmented Generation: Architectures, Threats, Defenses, and Future Directions for Building Trustworthy Systems

2026-06-24 · Balamurugan Palanisamy, G S S Chalapathi, Vikas Hassija, Rajkumar Buyya arxiv

Retrieval-Augmented Generation (RAG) has emerged as a dominant paradigm for enhancing large language models with external knowledge. By coupling retrieval mechanisms with generative models, RAG systems improve factual gr…