paper-with-me

Papers

Learning Fair Representations for Recommendation: A Graph-based Perspective

2021-02-18 · Le Wu, Lei Chen, Pengyang Shao, Richang Hong, Xiting Wang, Meng Wang

As a key application of artificial intelligence, recommender systems are among the most pervasive computer aided systems to help users find potential items of interests. Recently, researchers paid considerable attention to fairness issues for artificial intelligence applications. Most of these approaches assumed independence of instances, and designed sophisticated models to eliminate the sensitive information to facilitate fairness. However, recommender systems differ greatly from these approaches as users and items naturally form a user-item bipartite graph, and are collaboratively correlated in the graph structure. In this paper, we propose a novel graph based technique for ensuring fairness of any recommendation models. Here, the fairness requirements refer to not exposing sensitive feature set in the user modeling process. Specifically, given the original embeddings from any recommendation models, we learn a composition of filters that transform each user's and each item's original embeddings into a filtered embedding space based on the sensitive feature set. For each user, this transformation is achieved under the adversarial learning of a user-centric graph, in order to obfuscate each sensitive feature between both the filtered user embedding and the sub graph structures of this user. Finally, extensive experimental results clearly show the effectiveness of our proposed model for fair recommendation. We publish the source code at https://github.com/newlei/FairGo.

📄 PDF Abstract BibTeX arXiv:2102.09140

Code (1)

newlei/FairGo 공식 구현 pytorch

Tasks

FairnessRecommendation Systems

Similar Papers 제목 키워드 기반

Exploring How Fair Model Representations Relate to Fair Recommendations

2026-03-25 · Bjørnar Vassøy, Benjamin Kille, Helge Langseth arxiv

One of the many fairness definitions pursued in recent recommender system research targets mitigating demographic information encoded in model representations. Models optimized for this definition are typically evaluated…

TFROM: A Two-sided Fairness-Aware Recommendation Model for Both Customers and Providers

2021-04-19 · Yao Wu, Jian Cao, Guandong Xu, Yudong Tan

At present, most research on the fairness of recommender systems is conducted either from the perspective of customers or from the perspective of product (or service) providers. However, such a practice ignores the fact …

FairnessRecommendation Systems

Recommending on graphs: a comprehensive review from a data perspective

2022-12-23 · Lemei Zhang, Peng Liu, Jon Atle Gulla

Recent advances in graph-based learning approaches have demonstrated their effectiveness in modelling users' preferences and items' characteristics for Recommender Systems (RSS). Most of the data in RSS can be organized …

DiversityFairnessGraph LearningNetwork Embedding+1

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

FairSR: Fairness-aware Sequential Recommendation through Multi-Task Learning with Preference Graph Embeddings

2022-04-30 · Cheng-Te Li, Cheng Hsu, Yang Zhang

Sequential recommendation (SR) learns from the temporal dynamics of user-item interactions to predict the next ones. Fairness-aware recommendation mitigates a variety of algorithmic biases in the learning of user prefere…

AttributeFairnessGraph EmbeddingMulti-Task Learning+1