Privacy-Preserving Federated Embedding Learning for Localized Retrieval-Augmented Generation
Qianren Mao, Qili Zhang, Hanwen Hao, Zhentao Han, Runhua Xu, Weifeng Jiang, Qi Hu, Zhijun Chen, Tyler Zhou, Bo Li, Yangqiu Song, Jin Dong, Jianxin Li, Philip S. Yu
TL;DR
FedE4RAG tackles privacy concerns in retrieval augmented generation by combining federated embedding learning with knowledge distillation and homomorphic encryption to train private RAG retrievers on client data. The approach fuses RAG-FT upstream fine tuning, KD-GLE client-server knowledge transfer, and FED-HE encrypted communication to maintain data confidentiality while enhancing global and local retrieval quality. Across finance domain datasets, FedE4RAG achieves superior upstream retrieval metrics and competitive downstream generation performance, significantly narrowing the gap to centralized training without compromising privacy. The work demonstrates practical privacy preserving gains for localized RAG systems and highlights pathways for scaling and extending to other domains with strict data governance.
Abstract
Retrieval-Augmented Generation (RAG) has recently emerged as a promising solution for enhancing the accuracy and credibility of Large Language Models (LLMs), particularly in Question & Answer tasks. This is achieved by incorporating proprietary and private data from integrated databases. However, private RAG systems face significant challenges due to the scarcity of private domain data and critical data privacy issues. These obstacles impede the deployment of private RAG systems, as developing privacy-preserving RAG systems requires a delicate balance between data security and data availability. To address these challenges, we regard federated learning (FL) as a highly promising technology for privacy-preserving RAG services. We propose a novel framework called Federated Retrieval-Augmented Generation (FedE4RAG). This framework facilitates collaborative training of client-side RAG retrieval models. The parameters of these models are aggregated and distributed on a central-server, ensuring data privacy without direct sharing of raw data. In FedE4RAG, knowledge distillation is employed for communication between the server and client models. This technique improves the generalization of local RAG retrievers during the federated learning process. Additionally, we apply homomorphic encryption within federated learning to safeguard model parameters and mitigate concerns related to data leakage. Extensive experiments conducted on the real-world dataset have validated the effectiveness of FedE4RAG. The results demonstrate that our proposed framework can markedly enhance the performance of private RAG systems while maintaining robust data privacy protection.
