paper-with-me

Papers

Federated Conversational Recommender System

2025-03-02 · Allen Lin, Jianling Wang, Ziwei Zhu, James Caverlee

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.

📄 PDF Abstract BibTeX arXiv:2503.00999

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational RecommendationRecommendation Systems

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

FedConPE: Efficient Federated Conversational Bandits with Heterogeneous Clients

2024-05-05 · Zhuohua Li, Maoli Liu, John C. S. Lui

Conversational recommender systems have emerged as a potent solution for efficiently eliciting user preferences. These systems interactively present queries associated with "key terms" to users and leverage user feedback…

ManagementRecommendation Systems

Towards Fair Conversational Recommender Systems

2022-08-08 · Allen Lin, Ziwei Zhu, Jianling Wang, James Caverlee

Conversational recommender systems have demonstrated great success. They can accurately capture a user's current detailed preference -- through a multi-round interaction cycle -- to effectively guide users to a more pers…

FairnessRecommendation Systems

Identifying Breakdowns in Conversational Recommender Systems using User Simulation

2024-05-23 · Nolwenn Bernard, Krisztian Balog

We present a methodology to systematically test conversational recommender systems with regards to conversational breakdowns. It involves examining conversations generated between the system and simulated users for a set…

Conversational RecommendationDiagnosticUser Simulation

Comparison-based Conversational Recommender System with Relative Bandit Feedback

2022-08-21 · Zhihui Xie, Tong Yu, Canzhe Zhao, Shuai Li

With the recent advances of conversational recommendations, the recommender system is able to actively and dynamically elicit user preference via conversational interactions. To achieve this, the system periodically quer…

Recommendation Systems

Lending Interaction Wings to Recommender Systems with Conversational Agents

2023-10-06 · NeurIPS 2023 11

Recommender systems trained on offline historical user behaviors are embracing conversational techniques to online query user preference. Unlike prior conversational recommendation approaches that systemically combine co…

AttributeConversational RecommendationLanguage ModellingLarge Language Model+1