CLAIFeb 25, 2023

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

arXiv:2302.13136v122 citationsh-index: 44
AI Analysis

This addresses fairness issues in AI-generated text for disadvantaged demographic groups, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles social bias in text generation from pretrained language models by minimizing mutual information between sentence semantics and demographic polarity, achieving improved fairness and preserved language modeling ability on real-world benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes