Bias Begins with Data: The FairGround Corpus for Robust and Reproducible Research on Algorithmic Fairness
Jan Simson, Alessandro Fabris, Cosima Fröhner, Frauke Kreuter, Christoph Kern
TL;DR
FairGround tackles the reproducibility and diversity bottlenecks in algorithmic fairness by providing a cohesive data-centric framework: a 44-dataset tabular corpus with 136 scenarios, rich metadata, and a reproducible Python pipeline for loading, preprocessing, transforming, and splitting data. It integrates principled dataset annotations with curated collections and a selection algorithm to enable diverse, transferable fairness benchmarking across pre-, in-, and post-processing techniques. Through large-scale experiments evaluating seven debiasing methods, the work reveals substantial variability in method performance across datasets and highlights instability in technique rankings, underscoring the need for diverse benchmarks and data-aware evaluation. The framework promotes transparency, opens new avenues for connecting dataset characteristics to algorithmic fairness outcomes, and supports policy-relevant data governance while remaining extensible to other data modalities and research domains.
Abstract
As machine learning (ML) systems are increasingly adopted in high-stakes decision-making domains, ensuring fairness in their outputs has become a central challenge. At the core of fair ML research are the datasets used to investigate bias and develop mitigation strategies. Yet, much of the existing work relies on a narrow selection of datasets--often arbitrarily chosen, inconsistently processed, and lacking in diversity--undermining the generalizability and reproducibility of results. To address these limitations, we present FairGround: a unified framework, data corpus, and Python package aimed at advancing reproducible research and critical data studies in fair ML classification. FairGround currently comprises 44 tabular datasets, each annotated with rich fairness-relevant metadata. Our accompanying Python package standardizes dataset loading, preprocessing, transformation, and splitting, streamlining experimental workflows. By providing a diverse and well-documented dataset corpus along with robust tooling, FairGround enables the development of fairer, more reliable, and more reproducible ML models. All resources are publicly available to support open and collaborative research.
