Collapsed Language Models Promote Fairness
Jingxuan Xu, Wuyang Chen, Linyi Li, Yao Zhao, Yunchao Wei
TL;DR
The paper investigates how neural collapse manifests in language models and its relation to fairness, revealing that debiased LMs tend to exhibit stronger NC signals, especially NC$_3$, for fairness-sensitive words. Building on this insight, the authors introduce a simple regularization term that explicitly enforces NC$_3$ during fine-tuning, achieving consistent fairness improvements across intrinsic and extrinsic metrics without sacrificing performance on standard NLU tasks. They demonstrate the method's plug-and-play nature across multiple debiasing baselines (BEC, Mabel, ASE) and provide extensive ablations, calibrations of NC metrics, and visualizations to support the approach. The work contributes a principled, generalizable pathway to enhance fairness in LMs and highlights the practical value of neural-collapse-driven regularization in debiasing efforts.
Abstract
To mitigate societal biases implicitly encoded in recent successful pretrained language models, a diverse array of approaches have been proposed to encourage model fairness, focusing on prompting, data augmentation, regularized fine-tuning, and more. Despite the development, it is nontrivial to reach a principled understanding of fairness and an effective algorithm that can consistently debias language models. In this work, by rigorous evaluations of Neural Collapse -- a learning phenomenon happen in last-layer representations and classifiers in deep networks -- on fairness-related words, we find that debiased language models exhibit collapsed alignment between token representations and word embeddings. More importantly, this observation inspires us to design a principled fine-tuning method that can effectively improve fairness in a wide range of debiasing methods, while still preserving the performance of language models on standard natural language understanding tasks. We attach our code at https://github.com/Xujxyang/Fairness-NC-main.
