paper-with-me

Papers

Unbiased Recommender Learning from Missing-Not-At-Random Implicit Feedback

2019-09-09 · Yuta Saito, Suguru Yaginuma, Yuta Nishino, Hayato Sakata, Kazuhide Nakata

Recommender systems widely use implicit feedback such as click data because of its general availability. Although the presence of clicks signals the users' preference to some extent, the lack of such clicks does not necessarily indicate a negative response from the users, as it is possible that the users were not exposed to the items (positive-unlabeled problem). This leads to a difficulty in predicting the users' preferences from implicit feedback. Previous studies addressed the positive-unlabeled problem by uniformly upweighting the loss for the positive feedback data or estimating the confidence of each data having relevance information via the EM-algorithm. However, these methods failed to address the missing-not-at-random problem in which popular or frequently recommended items are more likely to be clicked than other items even if a user does not have a considerable interest in them. To overcome these limitations, we first define an ideal loss function to be optimized to realize recommendations that maximize the relevance and propose an unbiased estimator for the ideal loss. Subsequently, we analyze the variance of the proposed unbiased estimator and further propose a clipped estimator that includes the unbiased estimator as a special case. We demonstrate that the clipped estimator is expected to improve the performance of the recommender system, by considering the bias-variance trade-off. We conduct semi-synthetic and real-world experiments and demonstrate that the proposed method largely outperforms the baselines. In particular, the proposed method works better for rare items that are less frequently observed in the training data. The findings indicate that the proposed method can better achieve the objective of recommending items with the highest relevance.

📄 PDF Abstract BibTeX arXiv:1909.03601

Code (2)

usaito/unbiased-implicit-rec 공식 구현 tf
usaito/unbiased-implicit-rec-real 공식 구현 tf

Tasks

Causal InferenceRecommendation Systems

Similar Papers 제목 키워드 기반

Unbiased Pairwise Learning from Implicit Feedback for Recommender Systems without Biased Variance Control

2023-04-11 · Yi Ren, Hongyan Tang, Jiangpeng Rong, Siwen Zhu

Generally speaking, the model training for recommender systems can be based on two types of data, namely explicit feedback and implicit feedback. Moreover, because of its general availability, we see wide adoption of imp…

Recommendation Systems

Bilateral Self-unbiased Learning from Biased Implicit Feedback

2022-07-26 · Jae-woong Lee, Seongmin Park, Joonseok Lee, Jongwuk Lee

Implicit feedback has been widely used to build commercial recommender systems. Because observed feedback represents users' click logs, there is a semantic gap between true relevance and observed feedback. More important…

Recommendation Systems

Modeling Dynamic Missingness of Implicit Feedback for Recommendation

2018-12-01 · NeurIPS 2018 12 · Menghan Wang, Mingming Gong, Xiaolin Zheng, Kun Zhang

Implicit feedback is widely used in collaborative filtering methods for recommendation. It is well known that implicit feedback contains a large number of values that are \emph{missing not at random} (MNAR); and the miss…

Collaborative FilteringRecommendation Systems

Debiased Explainable Pairwise Ranking from Implicit Feedback

2021-07-30 · Khalil Damak, Sami Khenissi, Olfa Nasraoui

Recent work in recommender systems has emphasized the importance of fairness, with a particular interest in bias and transparency, in addition to predictive accuracy. In this paper, we focus on the state of the art pairw…

FairnessRecommendation Systems

Asymmetric Tri-training for Debiasing Missing-Not-At-Random Explicit Feedback

2019-09-08 · Yuta Saito

In most real-world recommender systems, the observed rating data are subject to selection bias, and the data are thus missing-not-at-random. Developing a method to facilitate the learning of a recommender with biased fee…

Domain AdaptationMeta-LearningRecommendation SystemsSelection bias+1