paper-with-me

홈 › Papers

Toward Fairness in Text Generation via Mutual Information Minimization based on Importance Sampling

2023-02-25 · Rui Wang, Pengyu Cheng, Ricardo Henao

Pretrained language models (PLMs), such as GPT2, have achieved remarkable empirical performance in text generation tasks. However, pretrained on large-scale natural language corpora, the generated text from PLMs may exhibit social bias against disadvantaged demographic groups. To improve the fairness of PLMs in text generation, we propose to minimize the mutual information between the semantics in the generated text sentences and their demographic polarity, i.e., the demographic group to which the sentence is referring. In this way, the mentioning of a demographic group (e.g., male or female) is encouraged to be independent from how it is described in the generated text, thus effectively alleviating the social bias. Moreover, we propose to efficiently estimate the upper bound of the above mutual information via importance sampling, leveraging a natural language corpus. We also propose a distillation mechanism that preserves the language modeling ability of the PLMs after debiasing. Empirical results on real-world benchmarks demonstrate that the proposed method yields superior performance in term of both fairness and language modeling ability.

📄 PDF Abstract BibTeX arXiv:2302.13136

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessLanguage ModelingLanguage ModellingSentenceText Generation

Similar Papers 제목 키워드 기반

Fair Empirical Risk Minimization via Exponential Rényi Mutual Information

2021-01-01 · Rakesh Pavan, Andrew Lowy, Sina Baharlouei, Meisam Razaviyayn 외

Several notions of fairness, such as demographic parity and equal opportunity, are defined based on statistical independence between a predicted target and a sensitive attribute. In machine learning applications, however…

AttributeFairnessStochastic Optimization

InfoFair: Information-Theoretic Intersectional Fairness

2021-05-24 · Jian Kang, Tiankai Xie, Xintao Wu, Ross Maciejewski 외

Algorithmic fairness is becoming increasingly important in data mining and machine learning. Among others, a foundational notation is group fairness. The vast majority of the existing works on group fairness, with a few …

AttributeBIG-bench Machine LearningFairness

Multimodal Representations Learning Based on Mutual Information Maximization and Minimization and Identity Embedding for Multimodal Sentiment Analysis

2022-01-10 · Jiahao Zheng, Sen Zhang, XiaoPing Wang, Zhigang Zeng

Multimodal sentiment analysis (MSA) is a fundamental complex research problem due to the heterogeneity gap between different modalities and the ambiguity of human emotional expression. Although there have been many succe…

Multimodal Sentiment AnalysisSentiment Analysis

Mutual Information Guided Optimal Transport for Unsupervised Visible-Infrared Person Re-identification

2024-07-17 · Zhizhong Zhang, Jiangming Wang, Xin Tan, Yanyun Qu 외

Unsupervised visible infrared person re-identification (USVI-ReID) is a challenging retrieval task that aims to retrieve cross-modality pedestrian images without using any label information. In this task, the large cross…

Contrastive LearningFairnessPerson Re-Identification

Fairness Overfitting in Machine Learning: An Information-Theoretic Perspective

2025-06-09 · Firas Laakom, Haobo Chen, Jürgen Schmidhuber, Yuheng Bu

Despite substantial progress in promoting fairness in high-stake applications using machine learning models, existing methods often modify the training process, such as through regularizers or other interventions, but la…

FairnessGeneralization Bounds