LGAIOct 21, 2025

Benchmarking Fairness-aware Graph Neural Networks in Knowledge Graphs

arXiv:2510.18473v12 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

This benchmarking addresses fairness in knowledge graphs, which are crucial for applications like recommender systems, but the work is incremental as it extends existing fairness evaluations to a new graph type.

The study tackled the problem of evaluating fairness-aware graph neural networks (GNNs) on knowledge graphs, finding that these graphs show clearer trade-offs between accuracy and fairness than existing datasets, with preprocessing methods often improving fairness and inprocessing methods boosting accuracy.

Graph neural networks (GNNs) are powerful tools for learning from graph-structured data but often produce biased predictions with respect to sensitive attributes. Fairness-aware GNNs have been actively studied for mitigating biased predictions. However, no prior studies have evaluated fairness-aware GNNs on knowledge graphs, which are one of the most important graphs in many applications, such as recommender systems. Therefore, we introduce a benchmarking study on knowledge graphs. We generate new graphs from three knowledge graphs, YAGO, DBpedia, and Wikidata, that are significantly larger than the existing graph datasets used in fairness studies. We benchmark inprocessing and preprocessing methods in different GNN backbones and early stopping conditions. We find several key insights: (i) knowledge graphs show different trends from existing datasets; clearer trade-offs between prediction accuracy and fairness metrics than other graphs in fairness-aware GNNs, (ii) the performance is largely affected by not only fairness-aware GNN methods but also GNN backbones and early stopping conditions, and (iii) preprocessing methods often improve fairness metrics, while inprocessing methods improve prediction accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes