Federated Conversational Recommender System
Allen Lin, Jianling Wang, Ziwei Zhu, James Caverlee
TL;DR
The paper tackles privacy leakage risks in conversational recommender systems by formulating privacy guidelines and proposing FedCRS, a federated, locally differentially private framework. FedCRS decentralizes both historical interests estimation and interactive preference elicitation, using a dual-BPR objective for historical modeling and a REINFORCE-based policy with a local user embedding projection for personalized elicitation, all under client-side perturbations and server aggregation. Experimental results on Yelp and LastFM show FedCRS achieves competitive performance against state-of-the-art non-private CRSs while maintaining strong privacy protections, with a clear privacy-budget trade-off that favors modest budgets (e.g., around 0.5). The work demonstrates practical feasibility for privacy-preserving, personalized conversational recommendations and provides a foundation for balancing privacy and utility in real-world deployments.
Abstract
Conversational Recommender Systems (CRSs) have become increasingly popular as a powerful tool for providing personalized recommendation experiences. By directly engaging with users in a conversational manner to learn their current and fine-grained preferences, a CRS can quickly derive recommendations that are relevant and justifiable. However, existing conversational recommendation systems (CRSs) typically rely on a centralized training and deployment process, which involves collecting and storing explicitly-communicated user preferences in a centralized repository. These fine-grained user preferences are completely human-interpretable and can easily be used to infer sensitive information (e.g., financial status, political stands, and health information) about the user, if leaked or breached. To address the user privacy concerns in CRS, we first define a set of privacy protection guidelines for preserving user privacy under the conversational recommendation setting. Based on these guidelines, we propose a novel federated conversational recommendation framework that effectively reduces the risk of exposing user privacy by (i) de-centralizing both the historical interests estimation stage and the interactive preference elicitation stage and (ii) strictly bounding privacy leakage by enforcing user-level differential privacy with meticulously selected privacy budgets. Through extensive experiments, we show that the proposed framework not only satisfies these user privacy protection guidelines, but also enables the system to achieve competitive recommendation performance even when compared to the state-of-the-art non-private conversational recommendation approach.
