English

Inference-Time Selective Debiasing to Enhance Fairness in Text Classification Models

Computation and Language 2025-03-12 v4 Artificial Intelligence

Abstract

We propose selective debiasing -- an inference-time safety mechanism designed to enhance the overall model quality in terms of prediction performance and fairness, especially in scenarios where retraining the model is impractical. The method draws inspiration from selective classification, where at inference time, predictions with low quality, as indicated by their uncertainty scores, are discarded. In our approach, we identify the potentially biased model predictions and, instead of discarding them, we remove bias from these predictions using LEACE -- a post-processing debiasing method. To select problematic predictions, we propose a bias quantification approach based on KL divergence, which achieves better results than standard uncertainty quantification methods. Experiments on text classification datasets with encoder-based classification models demonstrate that selective debiasing helps to reduce the performance gap between post-processing methods and debiasing techniques from the at-training and pre-processing categories.

Keywords

Cite

@article{arxiv.2407.19345,
  title  = {Inference-Time Selective Debiasing to Enhance Fairness in Text Classification Models},
  author = {Gleb Kuzmin and Neemesh Yadav and Ivan Smirnov and Timothy Baldwin and Artem Shelmanov},
  journal= {arXiv preprint arXiv:2407.19345},
  year   = {2025}
}

Comments

Accepted to NAACL 2025

R2 v1 2026-06-28T17:55:39.403Z