ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
This work presents Fairness Pruning, a lightweight structural intervention method designed for the management and future mitigation of demographic bias in large language models (LLMs). As a foundational empirical validation of this method, this work focuses on causal bias localization. Using minimally contrastive prompt pairs and inference-time activation capture, the method identifies neurons that react differentially when processing demographic attributes in GLU architectures, evaluating the signal at the down_proj input. Empirical evaluation was conducted on models of up to 3 billion parameters (Llama-3.2 family and Salamandra-2B), combining standardized benchmark evaluation with qualitative text generation experiments. Results demonstrate that zeroing the identified neurons alters how the model responds to associated demographic variables. However, rather than producing flat mitigation, the intervention causes bidirectional bias destabilization: because BiasScore is unsigned, candidate sets mix neurons that push toward and against the stereotype, and the net effect on aggregate bias depends on which sign dominates. The intervention is extremely surgical: zeroing at most 40 neurons in Llama-3.2-1B (less than 0.031% of total MLP width) achieves a mean retention of 99.49% in reasoning and general knowledge capabilities. These findings empirically confirm that demographic bias processing and model capabilities operate on dissociable circuits, establishing the methodological foundations for transitioning from blind zeroing toward directional behavior modulation.
This paper addresses a critical challenge in AI fairness: locating and mitigating demographic bias in large language models without degrading their capabilities. While prior work often treats bias as a global property, this research shows that bias can be traced to specific neurons in GLU-MLP layers, offering a more granular and actionable target. The finding that zeroing as few as 40 neurons (0.031% of MLP width) preserves 99.49% of reasoning and knowledge is a striking demonstration of the dissociability of bias and capability circuits.
The methodological approach—using minimally contrastive prompt pairs and inference-time activation capture—provides a causal, rather than correlational, lens on bias. This is a significant step beyond observational bias metrics, as it directly tests the effect of neuron removal on model behavior. The paper's focus on GLU architectures (common in modern LLMs) and models up to 3B parameters makes it relevant to a wide range of deployed systems.
The empirical evaluation on Llama-3.2 family and Salamandra-2B (up to 3B parameters) shows that zeroing the identified neurons alters responses to demographic variables. However, the net effect on aggregate bias is not uniformly reduced; instead, it destabilizes bias bidirectionally, depending on the dominant sign in the candidate set. The intervention's surgical nature is highlighted by the fact that zeroing at most 40 neurons in Llama-3.2-1B (less than 0.031% of MLP width) retains 99.49% of reasoning and general knowledge capabilities. These results confirm that demographic bias processing and model capabilities operate on dissociable circuits.
This work establishes a foundational methodology for causal bias localization in LLMs, which is essential for moving from blind zeroing to directional behavior modulation. The demonstration that bias and capabilities are dissociable opens the door to more nuanced fairness interventions that can selectively adjust model behavior without sacrificing performance. The bidirectional destabilization finding is a cautionary note for future work, emphasizing the need for signed bias metrics or more refined selection criteria. Overall, this paper contributes to the growing field of mechanistic interpretability for fairness, with potential applications in auditing and debiasing deployed LLMs.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba