paper-with-me

홈 › Papers

Adversarial Removal of Demographic Attributes from Text Data

2018-08-20 · EMNLP 2018 10 · Yanai Elazar, Yoav Goldberg

Recent advances in Representation Learning and Adversarial Training seem to succeed in removing unwanted features from the learned representation. We show that demographic information of authors is encoded in -- and can be recovered from -- the intermediate representations learned by text-based neural classifiers. The implication is that decisions of classifiers trained on textual data are not agnostic to -- and likely condition on -- demographic attributes. When attempting to remove such demographic information using adversarial training, we find that while the adversarial component achieves chance-level development-set accuracy during training, a post-hoc classifier, trained on the encoded sentences from the first part, still manages to reach substantially higher classification accuracies on the same data. This behavior is consistent across several tasks, demographic properties and datasets. We explore several techniques to improve the effectiveness of the adversarial component. Our main conclusion is a cautionary one: do not rely on the adversarial training to achieve invariant representation to sensitive features.

📄 PDF Abstract BibTeX arXiv:1808.06640

Code (1)

yanaiela/demog-text-removal 공식 구현

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Simultaneous Unlearning of Multiple Protected User Attributes From Variational Autoencoder Recommenders Using Adversarial Training

2024-10-28 · Gustavo Escobedo, Christian Ganhör, Stefan Brandl, Mirjam Augstein 외

In widely used neural network-based collaborative filtering models, users' history logs are encoded into latent embeddings that represent the users' preferences. In this setting, the models are capable of mapping users' …

AttributeCollaborative FilteringFairness

FairREAD: Re-fusing Demographic Attributes after Disentanglement for Fair Medical Image Classification

2024-12-20 · Yicheng Gao, Jinkui Hao, Bo Zhou

Recent advancements in deep learning have shown transformative potential in medical imaging, yet concerns about fairness persist due to performance disparities across demographic subgroups. Existing methods aim to addres…

DiagnosticDisentanglementFairnessimage-classification+2

Adversarial Scrubbing of Demographic Information for Text Classification

2021-09-17 · EMNLP 2021 11 · Somnath Basu Roy Chowdhury, Sayan Ghosh, Yiyuan Li, Junier B. Oliva 외

Contextual representations learned by language models can often encode undesirable attributes, like demographic associations of the users, while being trained for an unrelated target task. We aim to scrub such undesirabl…

Classificationtext-classificationText Classification

Adversarial Removal of Demographic Attributes Revisited

2019-11-01 · IJCNLP 2019 11 · Maria Barrett, Yova Kementchedjhieva, Yanai Elazar, Desmond Elliott 외

Elazar and Goldberg (2018) showed that protected attributes can be extracted from the representations of a debiased neural network for mention detection at above-chance levels, by evaluating a diagnostic classifier on a …

Diagnostic

Migrate Demographic Group For Fair GNNs

2023-06-07 · YanMing Hu, Tianchi Liao, Jialong Chen, Jing Bian 외

Graph Neural networks (GNNs) have been applied in many scenarios due to the superior performance of graph learning. However, fairness is always ignored when designing GNNs. As a consequence, biased information in trainin…

FairnessGraph LearningSelf-Supervised Learning