An alternating distillation loop between a conventional recommender and an LLM recommender improves top-K accuracy on four datasets without adding inference-time parameters.
Unbiased Collaborative Filtering with Fair Sampling
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recommender systems leverage extensive user interaction data to model preferences; however, directly modeling these data may introduce biases that disproportionately favor popular items. In this paper, we demonstrate that popularity bias arises from the influence of propensity factors during training. Building on this insight, we propose a fair sampling (FS) method that ensures each user and each item has an equal likelihood of being selected as both positive and negative instances, thereby mitigating the influence of propensity factors. The proposed FS method does not require estimating propensity scores, thus avoiding the risk of failing to fully eliminate popularity bias caused by estimation inaccuracies. Comprehensive experiments demonstrate that the proposed FS method achieves state-of-the-art performance in both point-wise and pair-wise recommendation tasks. The code implementation is available at https://github.com/jhliu0807/Fair-Sampling.
citation-role summary
citation-polarity summary
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Bidirectional Knowledge Distillation for Enhancing Sequential Recommendation with Large Language Models
An alternating distillation loop between a conventional recommender and an LLM recommender improves top-K accuracy on four datasets without adding inference-time parameters.