Failing on Bias Mitigation: Investigating Why Predictive Models Struggle with Government Data
Hongbo Bo, Jingyu Hu, Debbie Watson, Weiru Liu
TL;DR
This study investigates why bias mitigation techniques fail when applied to government data, using Bristol crime-rate prediction as a controlled case study. It compares common regression models (MLP, DT, RF, GB, LR) under temporal and random splits, and analyzes fairness with discretized continuous sensitive features via Delta MAE, revealing persistent unfairness across race and religion groups despite mitigation. The authors identify data-centric root causes—distribution shifts, historical biases, and data-release delays—and demonstrate that intersectional fairness can reveal biases invisible to single-feature analyses. They argue for context-aware, interdisciplinary approaches and caution against assuming that standard mitigation methods will generalize across government data deployments, calling for dynamic models and closer collaboration with social scientists. These insights provide an early warning that biases in government datasets may persist even with conventional fairness interventions and guide more robust, context-sensitive AI governance in public services.
Abstract
The potential for bias and unfairness in AI-supporting government services raises ethical and legal concerns. Using crime rate prediction with the Bristol City Council data as a case study, we examine how these issues persist. Rather than auditing real-world deployed systems, our goal is to understand why widely adopted bias mitigation techniques often fail when applied to government data. Our findings reveal that bias mitigation approaches applied to government data are not always effective -- not because of flaws in model architecture or metric selection, but due to the inherent properties of the data itself. Through comparing a set of comprehensive models and fairness methods, our experiments consistently show that the mitigation efforts cannot overcome the embedded unfairness in the data -- further reinforcing that the origin of bias lies in the structure and history of government datasets. We then explore the reasons for the mitigation failures in predictive models on government data and highlight the potential sources of unfairness posed by data distribution shifts, the accumulation of historical bias, and delays in data release. We also discover the limitations of the blind spots in fairness analysis and bias mitigation methods when only targeting a single sensitive feature through a set of intersectional fairness experiments. Although this study is limited to one city, the findings are highly suggestive, which can contribute to an early warning that biases in government data may persist even with standard mitigation methods.
