Fine-grained Graph Rationalization
Zhe Xu, Menghai Pan, Yuzhong Chen, Huiyuan Chen, Yuchen Yan, Mahashweta Das, Hanghang Tong
TL;DR
This work addresses the challenge of extracting meaningful graph rationales by moving from coarse graph-level intervention to fine-grained, node-level and virtual node-level interventions. It introduces FIG, a Transformer-inspired framework with four modules (encoder, augmenter, intervener, predictor) and two variants (FIG-N, FIG-VN) that enable adversarial, min–max training to ensure rationale invariance under environment changes. Empirical results on 7 real-world datasets against 13 baselines show significant performance gains and robust efficiency, validating the value of fine-grained rationalization for graph property prediction and explainability. The approach advances graph rationale discovery by leveraging attention-based interactions at finer granularity, with practical implications for reliable, interpretable graph models in diverse domains.
Abstract
Rationale discovery is defined as finding a subset of the input data that maximally supports the prediction of downstream tasks. In the context of graph machine learning, graph rationale is defined to locate the critical subgraph in the given graph topology. In contrast to the rationale subgraph, the remaining subgraph is named the environment subgraph. Graph rationalization can enhance the model performance as the mapping between the graph rationale and prediction label is viewed as invariant, by assumption. To ensure the discriminative power of the extracted rationale subgraphs, a key technique named "intervention" is applied whose heart is that given changing environment subgraphs, the semantics from the rationale subgraph is invariant, guaranteeing the correct prediction result. However, most, if not all, of the existing graph rationalization methods develop their intervention strategies on the graph level, which is coarse-grained. In this paper, we propose fine-grained graph rationalization (FIG). Our idea is driven by the self-attention mechanism, which provides rich interactions between input nodes. Based on that, FIG can achieve node-level and virtual node-level intervention. Our experiments involve 7 real-world datasets, and the proposed FIG shows significant performance advantages compared to 13 baseline methods.
