paper-with-me

Papers

Debiased Recommendation with User Feature Balancing

2022-01-16 · Mengyue Yang, Guohao Cai, Furui Liu, Zhenhua Dong, Xiuqiang He, Jianye Hao, Jun Wang, Xu Chen

Debiased recommendation has recently attracted increasing attention from both industry and academic communities. Traditional models mostly rely on the inverse propensity score (IPS), which can be hard to estimate and may suffer from the high variance issue. To alleviate these problems, in this paper, we propose a novel debiased recommendation framework based on user feature balancing. The general idea is to introduce a projection function to adjust user feature distributions, such that the ideal unbiased learning objective can be upper bounded by a solvable objective purely based on the offline dataset. In the upper bound, the projected user distributions are expected to be equal given different items. From the causal inference perspective, this requirement aims to remove the causal relation from the user to the item, which enables us to achieve unbiased recommendation, bypassing the computation of IPS. In order to efficiently balance the user distributions upon each item pair, we propose three strategies, including clipping, sampling and adversarial learning to improve the training process. For more robust optimization, we deploy an explicit model to capture the potential latent confounders in recommendation systems. To the best of our knowledge, this paper is the first work on debiased recommendation based on confounder balancing. In the experiments, we compare our framework with many state-of-the-art methods based on synthetic, semi-synthetic and real-world datasets. Extensive experiments demonstrate that our model is effective in promoting the recommendation performance.

📄 PDF Abstract BibTeX arXiv:2201.06056

Code (0)

등록된 구현이 없습니다.

Tasks

Causal InferenceRecommendation Systems

Similar Papers 제목 키워드 기반

DebiasedRec: Bias-aware User Modeling and Click Prediction for Personalized News Recommendation

2021-04-15 · Jingwei Yi, Fangzhao Wu, Chuhan Wu, Qifei Li 외

News recommendation is critical for personalized news access. Existing news recommendation methods usually infer users' personal interest based on their historical clicked news, and train the news recommendation models b…

ArticlesNews Recommendation

Debiased Model-based Interactive Recommendation

2024-02-24 · Zijian Li, Ruichu Cai, Haiqin Huang, Sili Zhang 외

Existing model-based interactive recommendation systems are trained by querying a world model to capture the user preference, but learning the world model from historical logged data will easily suffer from bias issues s…

Contrastive LearningInteractive RecommendationmodelRecommendation Systems

Balancing User Preferences by Social Networks: A Condition-Guided Social Recommendation Model for Mitigating Popularity Bias

2024-05-27 · Xin He, Wenqi Fan, Ruobing Wang, Yili Wang 외

Social recommendation models weave social interactions into their design to provide uniquely personalized recommendation results for users. However, social networks not only amplify the popularity bias in recommendation …

Denoising

Mitigating Dual Latent Confounding Biases in Recommender Systems

2024-10-16 · Jianfeng Deng, Qingfeng Chen, Debo Cheng, Jiuyong Li 외

Recommender systems are extensively utilised across various areas to predict user preferences for personalised experiences and enhanced user engagement and satisfaction. Traditional recommender systems, however, are comp…

Recommendation SystemsRepresentation Learning

Debiased Recommendation with Neural Stratification

2022-08-15 · Quanyu Dai, Zhenhua Dong, Xu Chen

Debiased recommender models have recently attracted increasing attention from the academic and industry communities. Existing models are mostly based on the technique of inverse propensity score (IPS). However, in the re…