SOTAVerified

Debiasing Pre-Trained Language Models via Efficient Fine-Tuning

2022-05-01LTEDI (ACL) 2022Code Available0· sign in to hype

Michael Gira, Ruisu Zhang, Kangwook Lee

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

An explosion in the popularity of transformer-based language models (such as GPT-3, BERT, RoBERTa, and ALBERT) has opened the doors to new machine learning applications involving language modeling, text generation, and more. However, recent scrutiny reveals that these language models contain inherent biases towards certain demographics reflected in their training data. While research has tried mitigating this problem, existing approaches either fail to remove the bias completely, degrade performance (“catastrophic forgetting”), or are costly to execute. This work examines how to reduce gender bias in a GPT-2 language model by fine-tuning less than 1% of its parameters. Through quantitative benchmarks, we show that this is a viable way to reduce prejudice in pre-trained language models while remaining cost-effective at scale.

Tasks

Reproductions