English

FairSteer: Inference Time Debiasing for LLMs with Dynamic Activation Steering

Computation and Language 2025-07-08 v2

Abstract

Large language models (LLMs) are prone to capturing biases from training corpus, leading to potential negative social impacts. Existing prompt-based debiasing methods exhibit instability due to their sensitivity to prompt changes, while fine-tuning-based techniques incur substantial computational overhead and catastrophic forgetting. In this paper, we propose FairSteer, a novel inference-time debiasing framework without requiring customized prompt design or model retraining. Motivated by the linear representation hypothesis, our preliminary investigation demonstrates that fairness-related features can be encoded into separable directions in the hidden activation space. FairSteer operates in three steps: biased activation detection, debiasing steering vector (DSV) computation, and dynamic activation steering. Specifically, it first trains a lightweight linear classifier to detect bias signatures in activations, and then computes DSVs as intervention directions derived from small contrastive prompt pairs. Subsequently, it performs debiasing by adjusting activations with DSVs in the inference stage. Comprehensive evaluation with six LLMs demonstrates the superiority of FairSteer across question-answering, counterfactual input evaluation and open-ended text generation tasks. Code will be released.

Keywords

Cite

@article{arxiv.2504.14492,
  title  = {FairSteer: Inference Time Debiasing for LLMs with Dynamic Activation Steering},
  author = {Yichen Li and Zhiting Fan and Ruizhe Chen and Xiaotang Gai and Luqi Gong and Yan Zhang and Zuozhu Liu},
  journal= {arXiv preprint arXiv:2504.14492},
  year   = {2025}
}

Comments

ACL 2025

R2 v1 2026-06-28T23:04:33.633Z