BPL: Bias-adaptive Preference Distillation Learning for Recommender System
SeongKu Kang, Jianxun Lian, Dongha Lee, Wonbin Kweon, Sanghwan Jang, Jaehyun Lee, Jindong Wang, Xing Xie, Hwanjo Yu
TL;DR
BPL addresses the bias-induced gap between true user preferences and observed explicit feedback by formulating a risk-bounded learning objective with three terms and introducing dual distillation strategies. It combines reliability-filtered self-distillation for unrated data with confidence-penalized distillation from a biased teacher, adaptively weighted by $\mathcal{S}^1$-affinity, to optimize both factual and counterfactual test performance. Empirical results on three real-world datasets show that BPL achieves superior balance across factual and counterfactual environments, with ablations confirming the necessity of each component and the penalty term for preventing overfitting to biased predictions. The method offers practical impact for recommender systems by improving generalization across diverse data regimes without requiring unbiased training data, and it provides robust guidance on hyperparameter choices and affinity estimation. Overall, BPL advances debiasing-aware preference learning by jointly optimizing for accuracy on actual user interactions and unbiased evaluation scenarios.
Abstract
Recommender systems suffer from biases that cause the collected feedback to incompletely reveal user preference. While debiasing learning has been extensively studied, they mostly focused on the specialized (called counterfactual) test environment simulated by random exposure of items, significantly degrading accuracy in the typical (called factual) test environment based on actual user-item interactions. In fact, each test environment highlights the benefit of a different aspect: the counterfactual test emphasizes user satisfaction in the long-terms, while the factual test focuses on predicting subsequent user behaviors on platforms. Therefore, it is desirable to have a model that performs well on both tests rather than only one. In this work, we introduce a new learning framework, called Bias-adaptive Preference distillation Learning (BPL), to gradually uncover user preferences with dual distillation strategies. These distillation strategies are designed to drive high performance in both factual and counterfactual test environments. Employing a specialized form of teacher-student distillation from a biased model, BPL retains accurate preference knowledge aligned with the collected feedback, leading to high performance in the factual test. Furthermore, through self-distillation with reliability filtering, BPL iteratively refines its knowledge throughout the training process. This enables the model to produce more accurate predictions across a broader range of user-item combinations, thereby improving performance in the counterfactual test. Comprehensive experiments validate the effectiveness of BPL in both factual and counterfactual tests. Our implementation is accessible via: https://github.com/SeongKu-Kang/BPL.
