paper-with-me

Papers

Path-Specific Counterfactual Fairness for Recommender Systems

2023-06-05 · Yaochen Zhu, Jing Ma, Liang Wu, Qi Guo, Liangjie Hong, Jundong Li

Recommender systems (RSs) have become an indispensable part of online platforms. With the growing concerns of algorithmic fairness, RSs are not only expected to deliver high-quality personalized content, but are also demanded not to discriminate against users based on their demographic information. However, existing RSs could capture undesirable correlations between sensitive features and observed user behaviors, leading to biased recommendations. Most fair RSs tackle this problem by completely blocking the influences of sensitive features on recommendations. But since sensitive features may also affect user interests in a fair manner (e.g., race on culture-based preferences), indiscriminately eliminating all the influences of sensitive features inevitably degenerate the recommendations quality and necessary diversities. To address this challenge, we propose a path-specific fair RS (PSF-RS) for recommendations. Specifically, we summarize all fair and unfair correlations between sensitive features and observed ratings into two latent proxy mediators, where the concept of path-specific bias (PS-Bias) is defined based on path-specific counterfactual inference. Inspired by Pearl's minimal change principle, we address the PS-Bias by minimally transforming the biased factual world into a hypothetically fair world, where a fair RS model can be learned accordingly by solving a constrained optimization problem. For the technical part, we propose a feasible implementation of PSF-RS, i.e., PSF-VAE, with weakly-supervised variational inference, which robustly infers the latent mediators such that unfairness can be mitigated while necessary recommendation diversities can be maximally preserved simultaneously. Experiments conducted on semi-simulated and real-world datasets demonstrate the effectiveness of PSF-RS.

📄 PDF Abstract BibTeX arXiv:2306.02615

Code (1)

yaochenzhu/psf-vae 공식 구현 tf

Tasks

BlockingcounterfactualCounterfactual InferenceFairnessRecommendation SystemsVariational Inference

Similar Papers 제목 키워드 기반

Personalized Counterfactual Fairness in Recommendation

2021-05-20 · Yunqi Li, Hanxiong Chen, Shuyuan Xu, Yingqiang Ge 외

Recommender systems are gaining increasing and critical impacts on human and society since a growing number of users use them for information seeking and decision making. Therefore, it is crucial to address the potential…

counterfactualDecision MakingFairnessRecommendation Systems

Transferable Fairness for Cold-Start Recommendation

2023-01-25 · Yunqi Li, Dingxian Wang, Hanxiong Chen, Yongfeng Zhang

With the increasing use and impact of recommender systems in our daily lives, how to achieve fairness in recommendation has become an important problem. Previous works on fairness-aware recommendation mainly focus on a p…

counterfactualFairnessRecommendation Systems

Counterfactual Reciprocal Recommender Systems for User-to-User Matching

2025-08-03 · Kazuki Kawamura, Takuma Udagawa, Kei Tateno arxiv

Reciprocal recommender systems (RRS) in dating, gaming, and talent platforms require mutual acceptance for a match. Logged data, however, over-represents popular profiles due to past exposure policies, creating feedback …

UP5: Unbiased Foundation Model for Fairness-aware Recommendation

2023-05-20 · Wenyue Hua, Yingqiang Ge, Shuyuan Xu, Jianchao Ji 외

Recent advances in Foundation Models such as Large Language Models (LLMs) have propelled them to the forefront of Recommender Systems (RS). Despite their utility, there is a growing concern that LLMs might inadvertently …

Decision MakingFairnessmodelRecommendation Systems

Comprehensive Fair Meta-learned Recommender System

2022-06-09 · Tianxin Wei, Jingrui He

In recommender systems, one common challenge is the cold-start problem, where interactions are very limited for fresh users in the systems. To address this challenge, recently, many works introduce the meta-optimization …

counterfactualFairnessGeneral KnowledgeMeta-Learning+1