paper-with-me

Papers

Taming Recommendation Bias with Causal Intervention on Evolving Personal Popularity

2025-05-20 · Shiyin Tan, Dongyuan Li, Renhe Jiang, Zhen Wang, Xingtong Yu, Manabu Okumura

Popularity bias occurs when popular items are recommended far more frequently than they should be, negatively impacting both user experience and recommendation accuracy. Existing debiasing methods mitigate popularity bias often uniformly across all users and only partially consider the time evolution of users or items. However, users have different levels of preference for item popularity, and this preference is evolving over time. To address these issues, we propose a novel method called CausalEPP (Causal Intervention on Evolving Personal Popularity) for taming recommendation bias, which accounts for the evolving personal popularity of users. Specifically, we first introduce a metric called {Evolving Personal Popularity} to quantify each user's preference for popular items. Then, we design a causal graph that integrates evolving personal popularity into the conformity effect, and apply deconfounded training to mitigate the popularity bias of the causal graph. During inference, we consider the evolution consistency between users and items to achieve a better recommendation. Empirical studies demonstrate that CausalEPP outperforms baseline methods in reducing popularity bias while improving recommendation accuracy.

📄 PDF Abstract BibTeX arXiv:2505.14310

Code (1)

shiyintan/causalepp 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Causal Intervention for Leveraging Popularity Bias in Recommendation

2021-05-13 · Yang Zhang, Fuli Feng, Xiangnan He, Tianxin Wei 외

Recommender system usually faces popularity bias issues: from the data perspective, items exhibit uneven (long-tail) distribution on the interaction frequency; from the method perspective, collaborative filtering methods…

Collaborative FilteringRecommendation Systems

Causal Disentanglement for Semantics-Aware Intent Learning in Recommendation

2022-02-05 · Xiangmeng Wang, Qian Li, Dianer Yu, Peng Cui 외

Traditional recommendation models trained on observational interaction data have generated large impacts in a wide range of applications, it faces bias problems that cover users' true intent and thus deteriorate the reco…

Disentanglement

The Deconfounded Recommender: A Causal Inference Approach to Recommendation

2018-08-20 · Yixin Wang, Dawen Liang, Laurent Charlin, David M. Blei

The goal of recommendation is to show users items that they will like. Though usually framed as a prediction, the spirit of recommendation is to answer an interventional question---for each user and movie, what would the…

Causal InferenceRecommendation Systems

Deep Deconfounded Content-based Tag Recommendation for UGC with Causal Intervention

2022-05-28 · Yaochen Zhu, Xubin Ren, Jing Yi, Zhenzhong Chen

Traditional content-based tag recommender systems directly learn the association between user-generated content (UGC) and tags based on collected UGC-tag pairs. However, since a UGC uploader simultaneously creates the UG…

Recommendation SystemsTAG

CausalRec: Causal Inference for Visual Debiasing in Visually-Aware Recommendation

2021-07-06 · Ruihong Qiu, Sen Wang, Zhi Chen, Hongzhi Yin 외

Visually-aware recommendation on E-commerce platforms aims to leverage visual information of items to predict a user's preference. It is commonly observed that user's attention to visual features does not always reflect …

Causal InferencecounterfactualCounterfactual InferenceRecommendation Systems