Promoting Fairness in Link Prediction with Graph Enhancement
Yezi Liu, Hanning Chen, Mohsen Imani

TL;DR
This paper introduces FairLink, a novel method that enhances graph fairness in link prediction by learning a fairness-optimized graph, maintaining accuracy and improving fairness across various graph neural network architectures.
Contribution
FairLink is the first approach to improve fairness in link prediction by learning a fairness-enhanced graph, avoiding complex debiasing during predictor training.
Findings
FairLink achieves comparable accuracy to baseline methods.
The enhanced graph generalizes well across different GNN architectures.
FairLink significantly improves fairness in large-scale graph link prediction.
Abstract
Link prediction is a crucial task in network analysis, but it has been shown to be prone to biased predictions, particularly when links are unfairly predicted between nodes from different sensitive groups. In this paper, we study the fair link prediction problem, which aims to ensure that the predicted link probability is independent of the sensitive attributes of the connected nodes. Existing methods typically incorporate debiasing techniques within graph embeddings to mitigate this issue. However, training on large real-world graphs is already challenging, and adding fairness constraints can further complicate the process. To overcome this challenge, we propose FairLink, a method that learns a fairness-enhanced graph to bypass the need for debiasing during the link predictor's training. FairLink maintains link prediction accuracy by ensuring that the enhanced graph follows a training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques
