paper-with-me

Papers

Fair Augmentation for Graph Collaborative Filtering

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

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 automated systems, unfairness issues in graph collaborative filtering remain underexplored, especially from the consumer's perspective. Despite numerous contributions on consumer unfairness, only a few of these works have delved into GNNs. A notable gap exists in the formalization of the latest mitigation algorithms, as well as in their effectiveness and reliability on cutting-edge models. This paper serves as a solid response to recent research highlighting unfairness issues in graph collaborative filtering by reproducing one of the latest mitigation methods. The reproduced technique adjusts the system fairness level by learning a fair graph augmentation. Under an experimental setup based on 11 GNNs, 5 non-GNN models, and 5 real-world networks across diverse domains, our investigation reveals that fair graph augmentation is consistently effective on high-utility models and large datasets. Experiments on the transferability of the fair augmented graph open new issues for future recommendation studies. Source code: https://github.com/jackmedda/FA4GCF.

📄 PDF Abstract BibTeX arXiv:2408.12208

Code (1)

jackmedda/fa4gcf 공식 구현 pytorch

Tasks

Collaborative FilteringFairness

Similar Papers 제목 키워드 기반

Beyond Parity: Fairness Objectives for Collaborative Filtering

2017-05-24 · NeurIPS 2017 12 · Sirui Yao, Bert Huang

We study fairness in collaborative-filtering recommender systems, which are sensitive to discrimination that exists in historical data. Biased data can lead collaborative-filtering methods to make unfair predictions for …

Collaborative FilteringFairnessRecommendation Systems

Neural Fair Collaborative Filtering

2020-09-02 · Rashidul Islam, Kamrun Naher Keya, Ziqian Zeng, SHimei Pan 외

A growing proportion of human interactions are digitized on social media platforms and subjected to algorithmic decision-making, and it has become increasingly important to ensure fair treatment from these algorithms. In…

Collaborative FilteringDecision MakingRecommendation Systems

New Fairness Metrics for Recommendation that Embrace Differences

2017-06-29 · Sirui Yao, Bert Huang

We study fairness in collaborative-filtering recommender systems, which are sensitive to discrimination that exists in historical data. Biased data can lead collaborative filtering methods to make unfair predictions agai…

Collaborative FilteringFairnessRecommendation Systems

Mixed Supervised Graph Contrastive Learning for Recommendation

2024-04-24 · Weizhi Zhang, Liangwei Yang, Zihe Song, Henry Peng Zou 외

Recommender systems (RecSys) play a vital role in online platforms, offering users personalized suggestions amidst vast information. Graph contrastive learning aims to learn from high-order collaborative filtering signal…

Collaborative FilteringContrastive LearningMulti-Task LearningRecommendation Systems

Improving Recommendation Fairness via Data Augmentation

2023-02-13 · Lei Chen, Le Wu, Kun Zhang, Richang Hong 외

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 be…

Collaborative FilteringData AugmentationDecision MakingFairness+1