Papers › From Nodes to Narratives: Explaining Graph Neural Networks with LLMs and Graph Context

From Nodes to Narratives: Explaining Graph Neural Networks with LLMs and Graph Context

9 Aug 2025arXiv:2508.07117added by Syntology

Peyman Baghershahi, Gregoire Fournier, Pranav Nyati, Sourav Medya

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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 to 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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2508.07117")

Code

Syntology Ran 10 of 13 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 6 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pbaghershahi/GSPELL found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 10 ran; 2 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · our draft was wrong
6ran · fixture could not drive it
1ran
3unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from pbaghershahi/GSPELL. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Explainer pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · c9d899319827f4ce · report
JSE_global_global pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 901114382f288e3d · report
JSE_local_global pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 576a73bfc0fba66b · report
JSE_local_global_negative_paired pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · bd1249b06676ae83 · report
JSE_loss pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · ed21ce959dfc96c3 · report
NCE_loss pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · c00190ff2b30cf8d · report
NT_Xent pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · be00994a4a3a1b02 · report
get_expectation pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 6c5944959229bc01 · report
infoNCE_local_intra_node pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 1f7c09370c4a5ec7 · report
mask_fn pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 801ee12eba171cd5 · report
KHopSampler pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology unverified MIT (permissive) · 2043ddad6e4ecbe7 · report
TAGExplainer pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology unverified MIT (permissive) · 93766fcea251d9eb · report
infoNCE_local_global pbaghershahi/GSPELL/TAGE/tagexplainer.py found in paper text by Syntology unverified MIT (permissive) · ff71bf49cbcabcf0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2508.07117, was issued in August 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections