Breaking Down Bias: On The Limits of Generalizable Pruning Strategies
Sibo Ma, Alejandro Salinas, Peter Henderson, Julian Nyarko
TL;DR
This work investigates whether pruning can mitigate racial bias in large language models and whether a single generalizable strategy is feasible. Using Llama-3-8B-Instruct, the authors localize bias-driving components via neuron and attention-head scoring and apply targeted pruning to reduce disparities between Black- and White-associated prompts. They find neuron pruning to be more effective than head pruning, but generalization across domains deteriorates as context diverges, suggesting bias is partly domain-specific and that deployer-controlled, use-case-specific mitigation may be necessary. The findings have regulatory relevance, supporting use-case-specific monitoring and liability for deployers under contemporary AI governance frameworks, rather than relying on a universal upstream fix.
Abstract
We employ model pruning to examine how LLMs conceptualize racial biases, and whether a generalizable mitigation strategy for such biases appears feasible. Our analysis yields several novel insights. We find that pruning can be an effective method to reduce bias without significantly increasing anomalous model behavior. Neuron-based pruning strategies generally yield better results than approaches pruning entire attention heads. However, our results also show that the effectiveness of either approach quickly deteriorates as pruning strategies become more generalized. For instance, a model that is trained on removing racial biases in the context of financial decision-making poorly generalizes to biases in commercial transactions. Overall, our analysis suggests that racial biases are only partially represented as a general concept within language models. The other part of these biases is highly context-specific, suggesting that generalizable mitigation strategies may be of limited effectiveness. Our findings have important implications for legal frameworks surrounding AI. In particular, they suggest that an effective mitigation strategy should include the allocation of legal responsibility on those that deploy models in a specific use case.
