GraphNarrator: Generating Textual Explanations for Graph Neural Networks
Bo Pan, Zhen Xiong, Guanchen Wu, Zheng Zhang, Yifei Zhang, Liang Zhao
TL;DR
GraphNarrator tackles the challenge of explaining Graph Neural Networks when graphs carry semantic text by generating natural language explanations. It introduces a pseudo-labeling pipeline where saliency-based graph explanations are verbalized into prompts for a Pseudo-Label Generator LLM, which is iteratively improved with information-theoretic objectives via Expert Iteration and then distilled into an End-to-End Explainer LLM using knowledge distillation with LoRA. Across three TAG datasets, GraphNarrator yields faithful, concise explanations and favorable human judgments, outperforming zero-shot LLM baselines in key metrics like PMI and Simulatability while maintaining readability. This work advances trustworthy, human-friendly explanations for GNNs in text-rich graph domains, enabling better interpretability in applications with semantic feature graphs.
Abstract
Graph representation learning has garnered significant attention due to its broad applications in various domains, such as recommendation systems and social network analysis. Despite advancements in graph learning methods, challenges still remain in explainability when graphs are associated with semantic features. In this paper, we present GraphNarrator, the first method designed to generate natural language explanations for Graph Neural Networks. GraphNarrator employs a generative language model that maps input-output pairs to explanations reflecting the model's decision-making process. To address the lack of ground truth explanations to train the model, we propose first generating pseudo-labels that capture the model's decisions from saliency-based explanations, then using Expert Iteration to iteratively train the pseudo-label generator based on training objectives on explanation quality. The high-quality pseudo-labels are finally utilized to train an end-to-end explanation generator model. Extensive experiments are conducted to demonstrate the effectiveness of GraphNarrator in producing faithful, concise, and human-preferred natural language explanations.
