LGOct 27, 2025

Adaptive Dual Prompting: Hierarchical Debiasing for Fairness-aware Graph Neural Networks

arXiv:2510.23469v1h-index: 8
Originality Incremental advance
AI Analysis

This addresses fairness issues in graph learning for applications where biased data affects demographic subgroups, but it is incremental as it builds on existing graph prompting methods.

The paper tackles the problem of fairness in adapting pre-trained Graph Neural Networks (GNNs) to downstream tasks, where existing graph prompting methods overlook fairness concerns, and proposes an Adaptive Dual Prompting (ADPrompt) framework that enhances fairness by mitigating attribute and structure biases, resulting in outperformance over seven baseline methods on node classification tasks.

In recent years, pre-training Graph Neural Networks (GNNs) through self-supervised learning on unlabeled graph data has emerged as a widely adopted paradigm in graph learning. Although the paradigm is effective for pre-training powerful GNN models, the objective gap often exists between pre-training and downstream tasks. To bridge this gap, graph prompting adapts pre-trained GNN models to specific downstream tasks with extra learnable prompts while keeping the pre-trained GNN models frozen. As recent graph prompting methods largely focus on enhancing model utility on downstream tasks, they often overlook fairness concerns when designing prompts for adaptation. In fact, pre-trained GNN models will produce discriminative node representations across demographic subgroups, as downstream graph data inherently contains biases in both node attributes and graph structures. To address this issue, we propose an Adaptive Dual Prompting (ADPrompt) framework that enhances fairness for adapting pre-trained GNN models to downstream tasks. To mitigate attribute bias, we design an Adaptive Feature Rectification module that learns customized attribute prompts to suppress sensitive information at the input layer, reducing bias at the source. Afterward, we propose an Adaptive Message Calibration module that generates structure prompts at each layer, which adjust the message from neighboring nodes to enable dynamic and soft calibration of the information flow. Finally, ADPrompt jointly optimizes the two prompting modules to adapt the pre-trained GNN while enhancing fairness. We conduct extensive experiments on four datasets with four pre-training strategies to evaluate the performance of ADPrompt. The results demonstrate that our proposed ADPrompt outperforms seven baseline methods on node classification tasks.

Foundations

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

Your Notes