paper-with-me

Papers

Improving Recommendation Fairness via Data Augmentation

2023-02-13 · Lei Chen, Le Wu, Kun Zhang, Richang Hong, Defu Lian, Zhiqiang Zhang, Jun Zhou, Meng Wang

Collaborative filtering based recommendation learns users' preferences from all users' historical behavior data, and has been popular to facilitate decision making. R Recently, the fairness issue of recommendation has become more and more essential. A recommender system is considered unfair when it does not perform equally well for different user groups according to users' sensitive attributes~(e.g., gender, race). Plenty of methods have been proposed to alleviate unfairness by optimizing a predefined fairness goal or changing the distribution of unbalanced training data. However, they either suffered from the specific fairness optimization metrics or relied on redesigning the current recommendation architecture. In this paper, we study how to improve recommendation fairness from the data augmentation perspective. The recommendation model amplifies the inherent unfairness of imbalanced training data. We augment imbalanced training data towards balanced data distribution to improve fairness. The proposed framework is generally applicable to any embedding-based recommendation, and does not need to pre-define a fairness metric. Extensive experiments on two real-world datasets clearly demonstrate the superiority of our proposed framework. We publish the source code at https://github.com/newlei/FDA.

📄 PDF Abstract BibTeX arXiv:2302.06333

Code (1)

newlei/fda 공식 구현 pytorch

Tasks

Collaborative FilteringData AugmentationDecision MakingFairnessRecommendation Systems

Similar Papers 제목 키워드 기반

FairDgcl: Fairness-aware Recommendation with Dynamic Graph Contrastive Learning

2024-10-23 · Wei Chen, Meng Yuan, Zhao Zhang, Ruobing Xie 외

As trustworthy AI continues to advance, the fairness issue in recommendations has received increasing attention. A recommender system is considered unfair when it produces unequal outcomes for different user groups based…

Contrastive LearningData AugmentationFairnessRecommendation Systems

Fair Augmentation for Graph Collaborative Filtering

2024-08-22 · Ludovico Boratto, Francesco Fabbri, Gianni Fenu, Mirko Marras 외

Recent developments in recommendation have harnessed the collaborative power of graph neural networks (GNNs) in learning users' preferences from user-item networks. Despite emerging regulations addressing fairness of aut…

Collaborative FilteringFairness

Counterfactual Graph Augmentation for Consumer Unfairness Mitigation in Recommender Systems

2023-08-23 · Ludovico Boratto, Francesco Fabbri, Gianni Fenu, Mirko Marras 외

In recommendation literature, explainability and fairness are becoming two prominent perspectives to consider. However, prior works have mostly addressed them separately, for instance by explaining to consumers why a cer…

counterfactualFairnessRecommendation Systems

Fair-CDA: Continuous and Directional Augmentation for Group Fairness

2023-04-01 · Rui Sun, Fengwei Zhou, Zhenhua Dong, Chuanlong Xie 외

In this work, we propose {\it Fair-CDA}, a fine-grained data augmentation strategy for imposing fairness constraints. We use a feature disentanglement method to extract the features highly related to the sensitive attrib…

Data AugmentationDisentanglementFairness

Explainable Fairness in Recommendation

2022-04-24 · Yingqiang Ge, Juntao Tan, Yan Zhu, Yinglong Xia 외

Existing research on fairness-aware recommendation has mainly focused on the quantification of fairness and the development of fair recommendation models, neither of which studies a more substantial problem--identifying …

counterfactualFairnessRecommendation Systems