paper-with-me

Papers

FairLISA: Fair User Modeling with Limited Sensitive Attributes Information

2023-09-21 · NeurIPS 2023 11

User modeling techniques profile users' latent characteristics (e.g., preference) from their observed behaviors, and play a crucial role in decision-making. Unfortunately, traditional user models may unconsciously capture biases related to sensitive attributes (e.g., gender) from behavior data, even when this sensitive information is not explicitly provided. This can lead to unfair issues and discrimination against certain groups based on these sensitive attributes. Recent studies have been proposed to improve fairness by explicitly decorrelating user modeling results and sensitive attributes. However, most existing approaches assume that fully sensitive attribute labels are available in the training set, which is unrealistic due to collection limitations like privacy concerns, and hence bear the limitation of performance. In this paper, we focus on a practical situation with limited sensitive data and propose a novel FairLISA framework, which can efficiently utilize data with known and unknown sensitive attributes to facilitate fair model training. We first propose a novel theoretical perspective to build the relationship between data with both known and unknown sensitive attributes with the fairness objective. Then, based on this, we provide a general adversarial framework to effectively leverage the whole user data for fair user modeling. We conduct experiments on representative user modeling tasks including recommender system and cognitive diagnosis. The results demonstrate that our FairLISA can effectively improve fairness while retaining high accuracy in scenarios with different ratios of missing sensitive attributes.Submission Number: 7293

📄 PDF Abstract BibTeX

Code (1)

zhengz99/fairlisa 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Say No to the Discrimination: Learning Fair Graph Neural Networks with Limited Sensitive Attribute Information

2020-09-03 · Enyan Dai, Suhang Wang

Graph neural networks (GNNs) have shown great power in modeling graph structured data. However, similar to other machine learning models, GNNs may make predictions biased on protected sensitive attributes, e.g., skin col…

AttributeFairnessGeneral ClassificationNode Classification

Fair Recommendations with Limited Sensitive Attributes: A Distributionally Robust Optimization Approach

2024-05-02 · Tianhao Shi, Yang Zhang, Jizhi Zhang, Fuli Feng 외

As recommender systems are indispensable in various domains such as job searching and e-commerce, providing equitable recommendations to users with different sensitive attributes becomes an imperative requirement. Prior …

AttributeFairnessRecommendation Systems

Learning Fair Representations for Recommendation: A Graph-based Perspective

2021-02-18 · Le Wu, Lei Chen, Pengyang Shao, Richang Hong 외

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 …

FairnessRecommendation Systems

Selective Fairness in Recommendation via Prompts

2022-05-10 · Yiqing Wu, Ruobing Xie, Yongchun Zhu, Fuzhen Zhuang 외

Recommendation fairness has attracted great attention recently. In real-world systems, users usually have multiple sensitive attributes (e.g. age, gender, and occupation), and users may not want their recommendation resu…

AttributeFairnessSequential Recommendation

FairRec: Fairness-aware News Recommendation with Decomposed Adversarial Learning

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

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

AttributeFairnessNews Recommendation