增强联邦智能检索 / Supercharging Federated Intelligence Retrieval
1️⃣ 一句话总结
这篇论文提出了一种安全的联邦检索增强生成系统,它允许在数据分散于不同私有数据库的情况下,安全地进行信息检索和文本生成,即使服务器可能被窥探或攻击,也能保护数据隐私。
RAG typically assumes centralized access to documents, which breaks down when knowledge is distributed across private data silos. We propose a secure Federated RAG system built using Flower that performs local silo retrieval, while server-side aggregation and text generation run inside an attested, confidential compute environment, enabling confidential remote LLM inference even in the presence of honest-but-curious or compromised servers. We also propose a cascading inference approach that incorporates a non-confidential third-party model (e.g., Amazon Nova) as auxiliary context without weakening confidentiality.
增强联邦智能检索 / Supercharging Federated Intelligence Retrieval
这篇论文提出了一种安全的联邦检索增强生成系统,它允许在数据分散于不同私有数据库的情况下,安全地进行信息检索和文本生成,即使服务器可能被窥探或攻击,也能保护数据隐私。
源自 arXiv: 2603.25374