paper-with-me

Papers

FairRec: Fairness-aware News Recommendation with Decomposed Adversarial Learning

2020-06-30 · Chuhan Wu, Fangzhao Wu, Xiting Wang, Yongfeng Huang, Xing Xie

News recommendation is important for online news services. Existing news recommendation models are usually learned from users' news click behaviors. Usually the behaviors of users with the same sensitive attributes (e.g., genders) have similar patterns and news recommendation models can easily capture these patterns. It may lead to some biases related to sensitive user attributes in the recommendation results, e.g., always recommending sports news to male users, which is unfair since users may not receive diverse news information. In this paper, we propose a fairness-aware news recommendation approach with decomposed adversarial learning and orthogonality regularization, which can alleviate unfairness in news recommendation brought by the biases of sensitive user attributes. In our approach, we propose to decompose the user interest model into two components. One component aims to learn a bias-aware user embedding that captures the bias information on sensitive user attributes, and the other aims to learn a bias-free user embedding that only encodes attribute-independent user interest information for fairness-aware news recommendation. In addition, we propose to apply an attribute prediction task to the bias-aware user embedding to enhance its ability on bias modeling, and we apply adversarial learning to the bias-free user embedding to remove the bias information from it. Moreover, we propose an orthogonality regularization method to encourage the bias-free user embeddings to be orthogonal to the bias-aware one to better distinguish the bias-free user embedding from the bias-aware one. For fairness-aware news ranking, we only use the bias-free user embedding. Extensive experiments on benchmark dataset show that our approach can effectively improve fairness in news recommendation with minor performance loss.

📄 PDF Abstract BibTeX arXiv:2006.16742

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairnessNews Recommendation

Similar Papers 제목 키워드 기반

ProFairRec: Provider Fairness-aware News Recommendation

2022-04-10 · Tao Qi, Fangzhao Wu, Chuhan Wu, Peijie Sun 외

News recommendation aims to help online news platform users find their preferred news articles. Existing news recommendation methods usually learn models from historical user behaviors on news. However, these behaviors a…

ArticlesFairnessNews Recommendation

Balancing Accuracy and Fairness for Interactive Recommendation with Reinforcement Learning

2021-06-25 · Weiwen Liu, Feng Liu, Ruiming Tang, Ben Liao 외

Fairness in recommendation has attracted increasing attention due to bias and discrimination possibly caused by traditional recommenders. In Interactive Recommender Systems (IRS), user preferences and the system's fairne…

FairnessInteractive RecommendationRecommendation Systemsreinforcement-learning+2

Towards Fair Recommendation in Two-Sided Platforms

2021-12-26 · Arpita Biswas, Gourab K Patro, Niloy Ganguly, Krishna P. Gummadi 외

Many online platforms today (such as Amazon, Netflix, Spotify, LinkedIn, and AirBnB) can be thought of as two-sided markets with producers and customers of goods and services. Traditionally, recommendation services in th…

FairnessVocal Bursts Valence Prediction

FairRec: Two-Sided Fairness for Personalized Recommendations in Two-Sided Platforms

2020-02-25 · Gourab K Patro, Arpita Biswas, Niloy Ganguly, Krishna P. Gummadi 외

We investigate the problem of fair recommendation in the context of two-sided online platforms, comprising customers on one side and producers on the other. Traditionally, recommendation services in these platforms have …

FairnessVocal Bursts Valence Prediction

Experiments on Generalizability of User-Oriented Fairness in Recommender Systems

2022-05-17 · Hossein A. Rahmani, Mohammadmehdi Naghiaei, Mahdi Dehghan, Mohammad Aliannejadi

Recent work in recommender systems mainly focuses on fairness in recommendations as an important aspect of measuring recommendations quality. A fairness-aware recommender system aims to treat different user groups simila…

FairnessRecommendation SystemsRe-Ranking