paper-with-me

홈 › Papers

Sampler Design for Bayesian Personalized Ranking by Leveraging View Data

2018-09-21 · Ding Jingtao, Yu Guanghui, He Xiangnan, Li Yong, Jin Depeng

Bayesian Personalized Ranking (BPR) is a representative pairwise learning method for optimizing recommendation models. It is widely known that the performance of BPR depends largely on the quality of negative sampler. In this paper, we make two contributions with respect to BPR. First, we find that sampling negative items from the whole space is unnecessary and may even degrade the performance. Second, focusing on the purchase feedback of E-commerce, we propose an effective sampler for BPR by leveraging the additional view data. In our proposed sampler, users' viewed interactions are considered as an intermediate feedback between those purchased and unobserved interactions. The pairwise rankings of user preference among these three types of interactions are jointly learned, and a user-oriented weighting strategy is considered during learning process, which is more effective and flexible. Compared to the vanilla BPR that applies a uniform sampler on all candidates, our view-enhanced sampler enhances BPR with a relative improvement over 37.03% and 16.40% on two real-world datasets. Our study demonstrates the importance of considering users' additional feedback when modeling their preference on different items, which avoids sampling negative items indiscriminately and inefficiently.

📄 PDF Abstract BibTeX arXiv:1809.08162

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BPR: Bayesian Personalized Ranking from Implicit Feedback

2012-05-09 · Steffen Rendle, Christoph Freudenthaler, Zeno Gantner, Lars Schmidt-Thieme

Item recommendation is the task of predicting a personalized ranking on a set of items (e.g. websites, movies, products). In this paper, we investigate the most common scenario with implicit feedback (e.g. clicks, purcha…

Enhanced Bayesian Personalized Ranking for Robust Hard Negative Sampling in Recommender Systems

2024-03-28 · Kexin Shi, Jing Zhang, Linjiajie Fang, Wenjia Wang 외

In implicit collaborative filtering, hard negative mining techniques are developed to accelerate and enhance the recommendation model learning. However, the inadvertent selection of false negatives remains a major concer…

Collaborative FilteringRecommendation Systems

Integrating Reviews into Personalized Ranking for Cold Start Recommendation

2017-01-31 · Guang-Neng Hu, Xin-yu Dai

Item recommendation task predicts a personalized ranking over a set of items for each individual user. One paradigm is the rating-based methods that concentrate on explicit feedbacks and hence face the difficulties in co…

Collaborative FilteringWord Embeddings

Sampler Design for Implicit Feedback Data by Noisy-label Robust Learning

2020-06-28 · Wenhui Yu, Zheng Qin

Implicit feedback data is extensively explored in recommendation as it is easy to collect and generally applicable. However, predicting users' preference on implicit feedback data is a challenging task since we can only …

CARec: Content-Aware Point-of-Interest Recommendation via Adaptive Bayesian Personalized Ranking

2019-12-09 · International Conference on Neural Information Processing 2019 12 · Baoping Liu, Yijun Su, Daren Zha, Neng Gao 외

Location-based social networks (LBSNs) offer researchers user-generated content data to study users’ intrinsic patterns of preference. One important application of such study is to provide a personalized point-of-interes…

Recommendation Systems