Interpreting Bias in Large Language Models: A Feature-Based Approach
Nirmalendu Prakash, Lee Ka Wei Roy
TL;DR
This work tackles how gender bias propagates in large language models by introducing a feature-based bias analysis framework inspired by causal mediation. It defines a feature map that tracks bias-related latent concepts across layers and validates it with activation and attribution patching on models like LLaMA-2-7B, LLaMA-3-8B, and Mistral-7B-v0.3, using a professions dataset and counterfactual debiasing to study both origin and propagation pathways. The authors show that bias largely originates in early layers, propagates through residual streams and attention heads, and can be mitigated with targeted interventions at the origin or during propagation, though efficacy varies by model and bias form. Their results highlight the need for component- and context-specific debiasing strategies and lay groundwork for extending the approach to other biases and multilingual settings. Overall, the paper contributes a granular, mechanistic view of bias in LLMs that informs more precise and potentially safer debiasing methodologies.
Abstract
Large Language Models (LLMs) such as Mistral and LLaMA have showcased remarkable performance across various natural language processing (NLP) tasks. Despite their success, these models inherit social biases from the diverse datasets on which they are trained. This paper investigates the propagation of biases within LLMs through a novel feature-based analytical approach. Drawing inspiration from causal mediation analysis, we hypothesize the evolution of bias-related features and validate them using interpretability techniques like activation and attribution patching. Our contributions are threefold: (1) We introduce and empirically validate a feature-based method for bias analysis in LLMs, applied to LLaMA-2-7B, LLaMA-3-8B, and Mistral-7B-v0.3 with templates from a professions dataset. (2) We extend our method to another form of gender bias, demonstrating its generalizability. (3) We differentiate the roles of MLPs and attention heads in bias propagation and implement targeted debiasing using a counterfactual dataset. Our findings reveal the complex nature of bias in LLMs and emphasize the necessity for tailored debiasing strategies, offering a deeper understanding of bias mechanisms and pathways for effective mitigation.
