CLNov 17, 2023

Bias A-head? Analyzing Bias in Transformer-Based Language Model Attention Heads

arXiv:2311.10395v220 citationsh-index: 45
Originality Incremental advance
AI Analysis

This work addresses the issue of bias in AI models for researchers and developers aiming to improve fairness, though it is incremental as it builds on existing bias analysis literature.

The paper tackled the problem of understanding how stereotypical biases manifest internally in transformer-based pretrained language models, and found that a small set of attention heads contribute significantly to gender and racial bias in models like BERT and GPT.

Transformer-based pretrained large language models (PLM) such as BERT and GPT have achieved remarkable success in NLP tasks. However, PLMs are prone to encoding stereotypical biases. Although a burgeoning literature has emerged on stereotypical bias mitigation in PLMs, such as work on debiasing gender and racial stereotyping, how such biases manifest and behave internally within PLMs remains largely unknown. Understanding the internal stereotyping mechanisms may allow better assessment of model fairness and guide the development of effective mitigation strategies. In this work, we focus on attention heads, a major component of the Transformer architecture, and propose a bias analysis framework to explore and identify a small set of biased heads that are found to contribute to a PLM's stereotypical bias. We conduct extensive experiments to validate the existence of these biased heads and to better understand how they behave. We investigate gender and racial bias in the English language in two types of Transformer-based PLMs: the encoder-based BERT model and the decoder-based autoregressive GPT model. Overall, the results shed light on understanding the bias behavior in pretrained language models.

Foundations

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

Your Notes