Identifying and Mitigating Social Bias Knowledge in Language Models
Ruizhe Chen, Yichen Li, Jianfei Yang, Joey Tianyi Zhou, Jian Wu, Zuozhu Liu
TL;DR
This work targets the risk that debiasing methods to enforce group parity can erode individual commonsense knowledge in language models. It introduces Fairness Stamp (FAST), a lightweight, localized debiasing module that identifies the decisive layer storing social bias knowledge and calibrates its outputs without destroying other knowledge, guided by a new benchmark, BiaScope, which evaluates both bias mitigation and knowledge retention via RS and PS metrics. The approach demonstrates superior bias reduction across multiple models and scales to larger architectures while maintaining language modeling and downstream performance, emphasizing the feasibility of fine-grained bias control. Overall, FAST and BiaScope offer a practical path toward fairer LLMs that retain essential factual and commonsense knowledge, with broad implications for deployment in real-world settings.
Abstract
Generating fair and accurate predictions plays a pivotal role in deploying large language models (LLMs) in the real world. However, existing debiasing methods inevitably generate unfair or incorrect predictions as they are designed and evaluated to achieve parity across different social groups but leave aside individual commonsense facts, resulting in modified knowledge that elicits unreasonable or undesired predictions. In this paper, we first establish a new bias mitigation benchmark, BiaScope, which systematically assesses performance by leveraging newly constructed datasets and metrics on knowledge retention and generalization. Then, we propose a novel debiasing approach, Fairness Stamp (FAST), which enables fine-grained calibration of individual social biases. FAST identifies the decisive layer responsible for storing social biases and then calibrates its outputs by integrating a small modular network, considering both bias mitigation and knowledge-preserving demands. Comprehensive experiments demonstrate that FAST surpasses state-of-the-art baselines with superior debiasing performance while not compromising the overall model capability for knowledge retention and downstream predictions. This highlights the potential of fine-grained debiasing strategies to achieve fairness in LLMs.
