Papers › GraphLIME: Local Interpretable Model Explanations for Graph Neural Networks

GraphLIME: Local Interpretable Model Explanations for Graph Neural Networks

17 Jan 2020arXiv:2001.06216archive 2025-07-28

Qiang Huang, Makoto Yamada, Yuan Tian, Dinesh Singh, Dawei Yin, Yi Chang

Graph structured data has wide applicability in various domains such as physics, chemistry, biology, computer vision, and social networks, to name a few. Recently, graph neural networks (GNN) were shown to be successful in effectively representing graph structured data because of their good performance and generalization ability. GNN is a deep learning based method that learns a node representation by combining specific nodes and the structural/topological information of a graph. However, like other deep models, explaining the effectiveness of GNN models is a challenging task because of the complex nonlinear transformations made over the iterations. In this paper, we propose GraphLIME, a local interpretable model explanation for graphs using the Hilbert-Schmidt Independence Criterion (HSIC) Lasso, which is a nonlinear feature selection method. GraphLIME is a generic GNN-model explanation framework that learns a nonlinear interpretable model locally in the subgraph of the node being explained. More specifically, to explain a node, we generate a nonlinear interpretable model from its N-hop neighborhood and then compute the K most representative features as the explanations of its prediction using HSIC Lasso. Through experiments on two real-world datasets, the explanations of GraphLIME are found to be of extraordinary degree and more descriptive in comparison to the existing explanation methods.

PaperPDFCodeCode 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="2001.06216")

Code

Syntology Ran 0 of 13 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run.

By repository: community (archive-listed): 13 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

WilliamCCHuang/GraphLIME mentioned on GitHubpytorchMIT report
riken-aip/pyHSICLasso mentioned on GitHubMIT 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

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 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.

13unverified

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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

add_noise_features WilliamCCHuang/GraphLIME/exp/noise_features/utils.py community (archive-listed) unverified MIT (permissive) · 3b0362788eafb47b · report
compute_kernel riken-aip/pyHSICLasso/pyHSICLasso/hsic_lasso.py community (archive-listed) unverified MIT (permissive) · 5690b8a912e41025 · report
hsic_lasso riken-aip/pyHSICLasso/pyHSICLasso/hsic_lasso.py community (archive-listed) unverified MIT (permissive) · aaa3f8bb4257d737 · report
input_csv_file riken-aip/pyHSICLasso/pyHSICLasso/input_data.py community (archive-listed) unverified MIT (permissive) · 76b2ea7cba9b77a9 · report
input_tsv_file riken-aip/pyHSICLasso/pyHSICLasso/input_data.py community (archive-listed) unverified MIT (permissive) · 06b2bab851a15ffa · report
input_txt_file riken-aip/pyHSICLasso/pyHSICLasso/input_data.py community (archive-listed) unverified MIT (permissive) · 10d789c9198d106b · report
kernel_delta riken-aip/pyHSICLasso/pyHSICLasso/kernel_tools.py community (archive-listed) unverified MIT (permissive) · ce1a4b24283c1723 · report
kernel_delta_norm riken-aip/pyHSICLasso/pyHSICLasso/kernel_tools.py community (archive-listed) unverified MIT (permissive) · 9c39eb068955fe68 · report
kernel_gaussian riken-aip/pyHSICLasso/pyHSICLasso/kernel_tools.py community (archive-listed) unverified MIT (permissive) · 1c45fa0ff4d5fc3f · report
modify_train_mask WilliamCCHuang/GraphLIME/exp/noise_features/utils.py community (archive-listed) unverified MIT (permissive) · 1bf9d9934a3aafd0 · report
nlars riken-aip/pyHSICLasso/pyHSICLasso/nlars.py community (archive-listed) unverified MIT (permissive) · beb23901f71ce336 · report
parallel_compute_kernel riken-aip/pyHSICLasso/pyHSICLasso/hsic_lasso.py community (archive-listed) unverified MIT (permissive) · d06b223d2d62ef20 · report
prepare_data WilliamCCHuang/GraphLIME/exp/noise_features/utils.py community (archive-listed) unverified MIT (permissive) · b6860453fe46f024 · report

Tasks

Descriptivefeature selection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Feature Selection

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