Papers › SlotGAT: Slot-based Message Passing for Heterogeneous Graph Neural Network

SlotGAT: Slot-based Message Passing for Heterogeneous Graph Neural Network

3 May 2024arXiv:2405.01927archive 2025-07-28

Ziang Zhou, Jieming Shi, Renchi Yang, Yuanhang Zou, Qing Li

Heterogeneous graphs are ubiquitous to model complex data. There are urgent needs on powerful heterogeneous graph neural networks to effectively support important applications. We identify a potential semantic mixing issue in existing message passing processes, where the representations of the neighbors of a node v are forced to be transformed to the feature space of v for aggregation, though the neighbors are in different types. That is, the semantics in different node types are entangled together into node v's representation. To address the issue, we propose SlotGAT with separate message passing processes in slots, one for each node type, to maintain the representations in their own node-type feature spaces. Moreover, in a slot-based message passing layer, we design an attention mechanism for effective slot-wise message aggregation. Further, we develop a slot attention technique after the last layer of SlotGAT, to learn the importance of different slots in downstream tasks. Our analysis indicates that the slots in SlotGAT can preserve different semantics in various feature spaces. The superiority of SlotGAT is evaluated against 13 baselines on 6 datasets for node classification and link prediction. Our code is at https://github.com/scottjiao/SlotGAT_ICML23/.

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="2405.01927")

Code

Syntology Ran 6 of 7 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: official repository: 7 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

scottjiao/slotgat_icml23 officialmentioned in paperpytorchMIT 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

7 samples harvested; 6 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran
1unverified

Licence: 0 of the 7 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 scottjiao/slotgat_icml23. “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.

config_study_name scottjiao/slotgat_icml23/LP/methods/slotGAT/pipeline_utils.py official repository ran MIT (permissive) · 2c850c1d68175212 · report
expand_task scottjiao/slotgat_icml23/NC/methods/SlotGAT/pipeline_utils.py official repository ran MIT (permissive) · 896d2736eaddff78 · report
get_command_from_argsDict scottjiao/slotgat_icml23/LP/methods/slotGAT/pipeline_utils.py official repository ran MIT (permissive) · 26f59157fc466d35 · report
get_tasks_linear_around scottjiao/slotgat_icml23/NC/methods/SlotGAT/pipeline_utils.py official repository ran MIT (permissive) · a89821ae551d6061 · report
mat2tensor scottjiao/slotgat_icml23/LP/methods/slotGAT/run_dist.py official repository ran MIT (permissive) · 4cbbc10fc3a6d07f · report
sp_to_spt scottjiao/slotgat_icml23/LP/methods/slotGAT/run_dist.py official repository ran MIT (permissive) · 87cd53eb5e1558f1 · report
get_tasks scottjiao/slotgat_icml23/NC/methods/SlotGAT/pipeline_utils.py official repository unverified MIT (permissive) · cf2857ac006179c2 · report

Tasks

Graph Neural NetworkHeterogeneous Node ClassificationLink PredictionNode Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Heterogeneous Node Classification ACM (Heterogeneous Node Classification) SlotGAT Macro-F1 93.99 #2 of 11 Archive leaderboard report
Heterogeneous Node Classification ACM (Heterogeneous Node Classification) SlotGAT Micro-F1 94.06 #2 of 11 Archive leaderboard report
Heterogeneous Node Classification DBLP (Heterogeneous Node Classification) SlotGAT Macro-F1 94.95 #2 of 11 Archive leaderboard report
Heterogeneous Node Classification DBLP (Heterogeneous Node Classification) SlotGAT Micro-F1 95.31 #2 of 11 Archive leaderboard report
Heterogeneous Node Classification Freebase (Heterogeneous Node Classification) SlotGAT Macro-F1 49.68 #3 of 9 Archive leaderboard report
Heterogeneous Node Classification Freebase (Heterogeneous Node Classification) SlotGAT Micro-F1 66.83 #3 of 9 Archive leaderboard report
Heterogeneous Node Classification IMDB (Heterogeneous Node Classification) SlotGAT Macro-F1 64.05 #2 of 11 Archive leaderboard report
Heterogeneous Node Classification IMDB (Heterogeneous Node Classification) SlotGAT Micro-F1 68.54 #2 of 11 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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