paper-with-me

Papers

Failing on Bias Mitigation: A Case Study on the Challenges of Fairness in Government Data

2026-01-21 · Hongbo Bo, Jingyu Hu, Debbie Watson, Weiru Liu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.17054

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Handling Bias in Toxic Speech Detection: A Survey

2022-01-26 · Tanmay Garg, Sarah Masud, Tharun Suresh, Tanmoy Chakraborty

Detecting online toxicity has always been a challenge due to its inherent subjectivity. Factors such as the context, geography, socio-political climate, and background of the producers and consumers of the posts play a c…

Survey

Partition-and-Debias: Agnostic Biases Mitigation via A Mixture of Biases-Specific Experts

2023-08-19 · ICCV 2023 1 · Jiaxuan Li, Duc Minh Vo, Hideki Nakayama

Bias mitigation in image classification has been widely researched, and existing methods have yielded notable results. However, most of these methods implicitly assume that a given image contains only one type of known o…

image-classificationImage Classification

NeuS: Neutral Multi-News Summarization for Framing Bias Mitigation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Media framing bias can lead to increased political polarization, and thus, the need for automatic mitigation methods is growing. We propose a new task, a \textit{neutral} summary generation from multiple news articles of…

ArticlesNews Summarization

Ethical Concerns of Generative AI and Mitigation Strategies: A Systematic Mapping Study

2025-01-08 · Yutan Huang, Chetan Arora, Wen Cheng Houng, Tanjila Kanij 외

[Context] Generative AI technologies, particularly Large Language Models (LLMs), have transformed numerous domains by enhancing convenience and efficiency in information retrieval, content generation, and decision-making…

Information Retrieval

Applications and Challenges of Fairness APIs in Machine Learning Software

2025-08-22 · Ajoy Das, Gias Uddin, Shaiful Chowdhury, Mostafijur Rahman Akhond 외 arxiv

Machine Learning software systems are frequently used in our day-to-day lives. Some of these systems are used in various sensitive environments to make life-changing decisions. Therefore, it is crucial to ensure that the…

Bias Detection