From Nodes to Narratives: Explaining Graph Neural Networks with LLMs and Graph Context
About
Graph Neural Networks (GNNs) have emerged as powerful tools for learning over structured data, including text-attributed graphs (TAGs), which are common in domains such as citation networks, social platforms, and knowledge graphs. GNNs are not inherently interpretable and thus, many explanation methods have been proposed. However, existing explanation methods often struggle to generate interpretable, fine-grained rationales, especially when node attributes include rich natural language. In this work, we introduce GSPELL, a lightweight, post-hoc framework that uses large language models (LLMs) to generate faithful and interpretable explanations for GNN predictions. GSPELL projects GNN node embeddings into the LLM embedding space and constructs hybrid prompts that interleave soft prompts with textual inputs from the graph structure. This enables the LLM to reason about GNN internal representations and produce natural language explanations along with concise explanation subgraphs. Our experiments across real-world TAG datasets demonstrate that GSPELL achieves a favorable trade-off between fidelity and sparsity, while improving human-centric metrics such as insightfulness. GSPELL sets a new direction for LLM-based explainability in graph learning by aligning GNN internals with human reasoning.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Node Classification | Cora (test) | -- | 861 | |
| Node Classification | WikiCS (test) | -- | 13 | |
| Node Classification | AMAZON-PRODUCT (test) | Fidelity (%)92 | 8 | |
| Node Classification | LIAR (test) | Fidelity100 | 8 | |
| Graph Explanation Faithfulness Evaluation | AMAZON | F Score92 | 4 | |
| Graph Explanation Faithfulness Evaluation | Cora | F Score87 | 4 | |
| Graph Explanation Faithfulness Evaluation | wikiCS | F Score86.5 | 4 | |
| Node Classification Explanation | Cora | Understandability3.2 | 2 | |
| Node Classification Explanation | AMAZON-PRODUCT | Understandability3.25 | 2 |