Causal Synthetic Data Generation in Recruitment
Andrea Iommi, Antonio Mastropietro, Riccardo Guidotti, Anna Monreale, Salvatore Ruggieri
TL;DR
This work tackles the privacy-constrained problem of training fair recruitment models by introducing a causal generative data framework with two domain-specific CGMs for job offers and curricula. By eliciting expert-driven causal graphs and embedding a tunable bias parameter $\boldsymbol{\alpha}$, the approach enables controlled generation of synthetic tabular data while preserving interpretability and enabling counterfactual fairness analyses in ranking. The paper defines a downstream ranking setup with a linear ground-truth score and evaluates fairness via Demographic Parity (DP) and normalised Discounted Difference (rND), demonstrating how distributional shifts in gender-conditioned working hours influence ranking fairness. Its contributions include (i) domain-specific causal graphs for HR data, (ii) a causality-grounded SDG method for mixed data types, and (iii) an open-source Python toolkit for extending SDG with external knowledge like ESCO. The practical impact lies in providing a transparent, auditable framework to study and mitigate bias in candidate rankings under privacy-preserving synthetic data regimes, with potential applicability to policy and governance in high-stakes hiring contexts.
Abstract
The importance of Synthetic Data Generation (SDG) has increased significantly in domains where data quality is poor or access is limited due to privacy and regulatory constraints. One such domain is recruitment, where publicly available datasets are scarce due to the sensitive nature of information typically found in curricula vitae, such as gender, disability status, or age. This lack of accessible, representative data presents a significant obstacle to the development of fair and transparent machine learning models, particularly ranking algorithms that require large volumes of data to effectively learn how to recommend candidates. In the absence of such data, these models are prone to poor generalisation and may fail to perform reliably in real-world scenarios. Recent advances in Causal Generative Models (CGMs) offer a promising solution. CGMs enable the generation of synthetic datasets that preserve the underlying causal relationships within the data, providing greater control over fairness and interpretability in the data generation process. In this study, we present a specialised SDG method involving two CGMs: one modelling job offers and the other modelling curricula. Each model is structured according to a causal graph informed by domain expertise. We use these models to generate synthetic datasets and evaluate the fairness of candidate rankings under controlled scenarios that introduce specific biases.
