Customized Retrieval-Augmented Generation with LLM for Debiasing Recommendation Unlearning
Haichao Zhang, Chong Zhang, Peiyu Hu, Shi Qiu, Jia Wang

TL;DR
This paper introduces CRAGRU, a retrieval-augmented generation framework utilizing large language models to efficiently and effectively unlearn user data in recommender systems, reducing bias and preserving recommendation quality.
Contribution
CRAGRU is a novel RAG-based approach that decouples retrieval and generation for user-specific unlearning, improving efficiency and bias mitigation in recommender systems.
Findings
CRAGRU effectively unlearns user data with minimal impact on non-target users.
It maintains recommendation performance comparable to fully retrained models.
Experiments on three datasets validate its efficiency and bias mitigation capabilities.
Abstract
Modern recommender systems face a critical challenge in complying with privacy regulations like the 'right to be forgotten': removing a user's data without disrupting recommendations for others. Traditional unlearning methods address this by partial model updates, but introduce propagation bias--where unlearning one user's data distorts recommendations for behaviorally similar users, degrading system accuracy. While retraining eliminates bias, it is computationally prohibitive for large-scale systems. To address this challenge, we propose CRAGRU, a novel framework leveraging Retrieval-Augmented Generation (RAG) for efficient, user-specific unlearning that mitigates bias while preserving recommendation quality. CRAGRU decouples unlearning into distinct retrieval and generation stages. In retrieval, we employ three tailored strategies designed to precisely isolate the target user's data…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Mobile Crowdsensing and Crowdsourcing
