Breaking the Dyadic Barrier: Rethinking Fairness in Link Prediction Beyond Demographic Parity
João Mattos, Debolina Halder Lina, Arlei Silva
TL;DR
This paper argues that traditional demographic parity (Delta_DP) is inadequate for fairness in link prediction, because it hides subgroup biases and ignores ranking exposure. It introduces a non-dyadic, distribution-preserving fairness framework and a ranking-aware metric, ND_KL (NDKL), to evaluate and enforce fair exposure across edge-types. The authors propose MORAL, a post-processing method that trains separate predictors for each sensitive-group edge type and greedily aggregates their outputs to match a target edge-type distribution, improving fairness without sacrificing utility. Empirical results on six real-world graphs show MORAL achieves superior fairness-utility trade-offs under ND_KL compared to a broad range of baselines. The work thus offers a practical, scalable approach to fair link prediction that accounts for both subgroup distributions and ranking exposure, with broad implications for fairness in graph-based recommendation and knowledge-graph tasks.
Abstract
Link prediction is a fundamental task in graph machine learning with applications, ranging from social recommendation to knowledge graph completion. Fairness in this setting is critical, as biased predictions can exacerbate societal inequalities. Prior work adopts a dyadic definition of fairness, enforcing fairness through demographic parity between intra-group and inter-group link predictions. However, we show that this dyadic framing can obscure underlying disparities across subgroups, allowing systemic biases to go undetected. Moreover, we argue that demographic parity does not meet desired properties for fairness assessment in ranking-based tasks such as link prediction. We formalize the limitations of existing fairness evaluations and propose a framework that enables a more expressive assessment. Additionally, we propose a lightweight post-processing method combined with decoupled link predictors that effectively mitigates bias and achieves state-of-the-art fairness-utility trade-offs.
