English

Revisiting BPR: A Replicability Study of a Common Recommender System Baseline

Information Retrieval 2024-10-21 v2

Abstract

Bayesian Personalized Ranking (BPR), a collaborative filtering approach based on matrix factorization, frequently serves as a benchmark for recommender systems research. However, numerous studies often overlook the nuances of BPR implementation, claiming that it performs worse than newly proposed methods across various tasks. In this paper, we thoroughly examine the features of the BPR model, indicating their impact on its performance, and investigate open-source BPR implementations. Our analysis reveals inconsistencies between these implementations and the original BPR paper, leading to a significant decrease in performance of up to 50% for specific implementations. Furthermore, through extensive experiments on real-world datasets under modern evaluation settings, we demonstrate that with proper tuning of its hyperparameters, the BPR model can achieve performance levels close to state-of-the-art methods on the top-n recommendation tasks and even outperform them on specific datasets. Specifically, on the Million Song Dataset, the BPR model with hyperparameters tuning statistically significantly outperforms Mult-VAE by 10% in NDCG@100 with binary relevance function.

Keywords

Cite

@article{arxiv.2409.14217,
  title  = {Revisiting BPR: A Replicability Study of a Common Recommender System Baseline},
  author = {Aleksandr Milogradskii and Oleg Lashinin and Alexander P and Marina Ananyeva and Sergey Kolesnikov},
  journal= {arXiv preprint arXiv:2409.14217},
  year   = {2024}
}

Comments

This paper is accepted at the Reproducibility track of the ACM RecSys '24 conference

R2 v1 2026-06-28T18:52:29.938Z