Papers › Interpretable Prototype-based Graph Information Bottleneck

Interpretable Prototype-based Graph Information Bottleneck

30 Oct 2023NeurIPS 2023 11arXiv:2310.19906archive 2025-07-28

Sangwoo Seo, Sungwon Kim, Chanyoung Park

The success of Graph Neural Networks (GNNs) has led to a need for understanding their decision-making process and providing explanations for their predictions, which has given rise to explainable AI (XAI) that offers transparent explanations for black-box models. Recently, the use of prototypes has successfully improved the explainability of models by learning prototypes to imply training graphs that affect the prediction. However, these approaches tend to provide prototypes with excessive information from the entire graph, leading to the exclusion of key substructures or the inclusion of irrelevant substructures, which can limit both the interpretability and the performance of the model in downstream tasks. In this work, we propose a novel framework of explainable GNNs, called interpretable Prototype-based Graph Information Bottleneck (PGIB) that incorporates prototype learning within the information bottleneck framework to provide prototypes with the key subgraph from the input graph that is important for the model prediction. This is the first work that incorporates prototype learning into the process of identifying the key subgraphs that have a critical impact on the prediction performance. Extensive experiments, including qualitative analysis, demonstrate that PGIB outperforms state-of-the-art methods in terms of both prediction performance and explainability.

PaperPDFConference PDFCodeCode 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="2310.19906")

Code

Syntology Ran 27 of 49 code samples harvested from 2 repositories linked to this paper; 22 have no recorded run. Of those that ran: 3 ran · honoured contract; 12 ran · our draft was wrong; 3 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 47 samples from 1 repository, 25 ran; community: 1 sample from 1 repository, 1 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sang-woo-seo/pgib officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

49 samples harvested; 27 ran; 3 honoured the contract we drafted; 22 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.

3ran · honoured contract
12ran · our draft was wrong
3ran · fixture could not drive it
9ran
22unverified

Licence: 48 of the 49 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

BA2MotifDataset sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · b95855d6225bfe22 · report
DataParser sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · a111427f69c6f21f · report
GATNet sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · c30b22e056f3e1c6 · report
GCNNet sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · ebb171576db892ad · report
GINNet sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · 8833fd2a02731c27 · report
GnnBase sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · 3ee1425cac3fddc2 · report
MCTSNode sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · 0d084866b0972960 · report
SynGraphDataset sang-woo-seo/pgib/models/train_gnns.py official repository ran no licence file found · pointer only · bb3abc79825a7c5d · report
calculate_distances sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 547e683509528028 · report
calculate_distances sang-woo-seo/PGIB/proto_join.py official repository ran fingerprinted no licence file found · pointer only · 81b0ee42ca9a58a4 · report
compute_scores sang-woo-seo/pgib/models/train_gnns.py official repository ran · honoured contract no licence file found · pointer only · b98f5b6ae776daf2 · report
dataset_bias_split sang-woo-seo/pgib/utils.py official repository ran · fixture could not drive it no licence file found · pointer only · 6f8818d283b281b4 · report
evaluate_GC sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · e5576db421883bf9 · report
get_dataloader sang-woo-seo/pgib/models/train_gnns.py official repository ran · fixture could not drive it no licence file found · pointer only · 7ff656b3f46349f6 · report
get_readout_layers sang-woo-seo/PGIB/models/GAT.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · fa6332edbe5967b0 · report
gnn_prot_score sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · 7ab4f946cb7fe323 · report
load_SeniGraph sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · 580be1e0f484618e · report
mcts_rollout sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · 911e61201dcf22f0 · report
print_dataset_info sang-woo-seo/pgib/utils.py official repository ran · our draft was wrong no licence file found · pointer only · 441fe701066ef148 · report
read_ba2motif_data sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · e5ec0af8c51c8e1d · report
read_file sang-woo-seo/pgib/models/train_gnns.py official repository ran · honoured contract no licence file found · pointer only · 60ccd1c98038811b · report
read_syn_data sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · 86897cb9f3e6a9ac · report
split sang-woo-seo/pgib/models/train_gnns.py official repository ran · fixture could not drive it no licence file found · pointer only · 4af5d2df5e85cf09 · report
test_GC sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · 3119dc1d66b9c736 · report
undirected_graph sang-woo-seo/pgib/models/train_gnns.py official repository ran · our draft was wrong no licence file found · pointer only · dde52a0f318548b4 · report
GnnNets sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · f7c887c19d4fed51 · report
MCTSParser sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 9db5d09e971591f5 · report
MUTAGDataset sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 5dc59b60e7651633 · report
ModelParser sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 6a3982a20c6207dd · report
SentiGraphDataset sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · be9fd10d144924f1 · report
TUDataset sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · eda5a703c89ff5dd · report
TrainParser sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · a0b122a25506012a · report
append_record sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · bf873f821f332ef2 · report
get_dataset sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 08d682ad45ea4a1a · report
get_model sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · f8aac08b803d2945 · report
graph_dataset_generate sang-woo-seo/pgib/utils.py official repository unverified no licence file found · pointer only · b5b1840d4cfa103e · report
join_prototypes_by_activations sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · df9b7093d8bd9854 · report
joint sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · a8624050e2020f05 · report
load_MUTAG sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 81eb3eea84d906e1 · report
load_MolecueNet sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 97dc990b210ff302 · report
load_TUDataset sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 06fadca54eb36919 · report
load_syn_data sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 034edb375a738a45 · report
mcts sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 1dda46bf623e9a0b · report
read_sentigraph_data sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · e2b420d6a538dab8 · report
save_best sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 5ae50e21e3acc1a1 · report
train_GC sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · 386583600c7eb1b5 · report
warm_only sang-woo-seo/pgib/models/train_gnns.py official repository unverified no licence file found · pointer only · fe2aaa5f58bb5787 · report
k_fold samyu0304/graph-information-bottleneck-for-subgraph-recognition/graph-classfication/ours_train_eval.py community ran · our draft was wrong MIT (permissive) · 8a60d7e1fd8f0dbe · report
num_graphs identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · 9da87b0b1605a660 · report

Tasks

Decision MakingPrediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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