English

Unbiased Collaborative Filtering with Fair Sampling

Information Retrieval 2025-04-21 v2 Artificial Intelligence

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.

Keywords

Cite

@article{arxiv.2502.13840,
  title  = {Unbiased Collaborative Filtering with Fair Sampling},
  author = {Jiahao Liu and Dongsheng Li and Hansu Gu and Peng Zhang and Tun Lu and Li Shang and Ning Gu},
  journal= {arXiv preprint arXiv:2502.13840},
  year   = {2025}
}

Comments

Accept by SIGIR 2025, 5 pages

R2 v1 2026-06-28T21:50:15.102Z