paper-with-me

홈 › Papers

Model-Agnostic Counterfactual Reasoning for Eliminating Popularity Bias in Recommender System

2020-10-29 · Tianxin Wei, Fuli Feng, Jiawei Chen, Ziwei Wu, JinFeng Yi, Xiangnan He

The general aim of the recommender system is to provide personalized suggestions to users, which is opposed to suggesting popular items. However, the normal training paradigm, i.e., fitting a recommender model to recover the user behavior data with pointwise or pairwise loss, makes the model biased towards popular items. This results in the terrible Matthew effect, making popular items be more frequently recommended and become even more popular. Existing work addresses this issue with Inverse Propensity Weighting (IPW), which decreases the impact of popular items on the training and increases the impact of long-tail items. Although theoretically sound, IPW methods are highly sensitive to the weighting strategy, which is notoriously difficult to tune. In this work, we explore the popularity bias issue from a novel and fundamental perspective -- cause-effect. We identify that popularity bias lies in the direct effect from the item node to the ranking score, such that an item's intrinsic property is the cause of mistakenly assigning it a higher ranking score. To eliminate popularity bias, it is essential to answer the counterfactual question that what the ranking score would be if the model only uses item property. To this end, we formulate a causal graph to describe the important cause-effect relations in the recommendation process. During training, we perform multi-task learning to achieve the contribution of each cause; during testing, we perform counterfactual inference to remove the effect of item popularity. Remarkably, our solution amends the learning process of recommendation which is agnostic to a wide range of models -- it can be easily implemented in existing methods. We demonstrate it on Matrix Factorization (MF) and LightGCN [20]. Experiments on five real-world datasets demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2010.15363

Code (1)

weitianxin/MACR 공식 구현 tf

Tasks

counterfactualCounterfactual InferenceCounterfactual ReasoningMulti-Task LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…

Similar Papers 제목 키워드 기반

Disentangled Counterfactual Reasoning for Unbiased Sequential Recommendation

2023-08-05 · Yi Ren, Xu Zhao, Hongyan Tang, Shuai Li

Sequential recommender systems have achieved state-of-the-art recommendation performance by modeling the sequential dynamics of user activities. However, in most recommendation scenarios, the popular items comprise the m…

counterfactualCounterfactual ReasoningRecommendation SystemsSequential Recommendation

GCAN: Generative Counterfactual Attention-guided Network for Explainable Cognitive Decline Diagnostics based on fMRI Functional Connectivity

2024-03-04 · Xiongri Shen, Zhenxi Song, Zhiguo Zhang

Diagnosis of mild cognitive impairment (MCI) and subjective cognitive decline (SCD) from fMRI functional connectivity (FC) has gained popularity, but most FC-based diagnostic models are black boxes lacking casual reasoni…

counterfactualCounterfactual ReasoningDiagnosticFunctional Connectivity+1

Reasoning Beyond Bias: A Study on Counterfactual Prompting and Chain of Thought Reasoning

2024-08-16 · Kyle Moore, Jesse Roberts, Thao Pham, Douglas Fisher

Language models are known to absorb biases from their training data, leading to predictions driven by statistical regularities rather than semantic relevance. We investigate the impact of these biases on answer choice pr…

counterfactualMMLUMulti-task Language Understanding

ICPE: An Item Cluster-Wise Pareto-Efficient Framework for Recommendation Debiasing

2021-09-27 · Yule Wang, Xin Xin, Yue Ding, Yunzhe Li 외

Recommender system based on historical user-item interactions is of vital importance for web-based services. However, the observed data used to train the recommender model suffers from severe bias issues. Practically, th…

counterfactualCounterfactual InferenceRecommendation SystemsRepresentation Learning

Popular News Always Compete for the User's Attention! POPK: Mitigating Popularity Bias via a Temporal-Counterfactual

2024-07-13 · Igor L. R. Azevedo, Toyotaro Suzumura, Yuichiro Yasui

In news recommendation systems, reducing popularity bias is essential for delivering accurate and diverse recommendations. This paper presents POPK, a new method that uses temporal-counterfactual analysis to mitigate the…

ArticlescounterfactualCounterfactual ReasoningDiversity+2