Papers › Unlocking the Potential of Classic GNNs for Graph-level Tasks: Simple Architectures...

Unlocking the Potential of Classic GNNs for Graph-level Tasks: Simple Architectures Meet Excellence

13 Feb 2025arXiv:2502.09263archive 2025-07-28

Yuankai Luo, Lei Shi, Xiao-Ming Wu

Message-passing Graph Neural Networks (GNNs) are often criticized for their limited expressiveness, issues like over-smoothing and over-squashing, and challenges in capturing long-range dependencies, while Graph Transformers (GTs) are considered superior due to their global attention mechanisms. Literature frequently suggests that GTs outperform GNNs, particularly in graph-level tasks such as graph classification and regression. In this study, we explore the untapped potential of GNNs through an enhanced framework, GNN+, which integrates six widely used techniques: edge feature integration, normalization, dropout, residual connections, feed-forward networks, and positional encoding, to effectively tackle graph-level tasks. We conduct a systematic evaluation of three classic GNNs, namely GCN, GIN, and GatedGCN, enhanced by the GNN+ framework across 14 well-known graph-level datasets. Our results show that, contrary to the prevailing belief, classic GNNs excel in graph-level tasks, securing top three rankings across all datasets and achieving first place in eight, while also demonstrating greater efficiency than GTs. This highlights the potential of simple GNN architectures, challenging the belief that complex mechanisms in GTs are essential for superior graph-level performance.

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

Code

Syntology Ran 4 of 12 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 4 ran with no contract checked.

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

LUOyk1999/GNNPlus officialmentioned on GitHubpytorchMIT 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

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

4ran
8unverified

Licence: 0 of the 12 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 LUOyk1999/GNNPlus. “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.

accuracy_SBM LUOyk1999/GNNPlus/GNNPlus/logger.py official repository ran MIT (permissive) · ecf14287d3465c48 · report
eval_spearmanr LUOyk1999/GNNPlus/GNNPlus/logger.py official repository ran fingerprinted MIT (permissive) · 9dc78001d467fc9d · report
get_final_pretrained_ckpt LUOyk1999/GNNPlus/GNNPlus/finetuning.py official repository ran MIT (permissive) · 1bb331bf70a78136 · report
subtoken_cross_entropy LUOyk1999/GNNPlus/GNNPlus/loss/subtoken_prediction_loss.py official repository ran MIT (permissive) · 47e492109e6d308f · report
init_model_from_pretrained LUOyk1999/GNNPlus/GNNPlus/finetuning.py official repository unverified MIT (permissive) · 3db4474abe13fdee · report
is_seed LUOyk1999/GNNPlus/GNNPlus/agg_runs.py official repository unverified MIT (permissive) · c98a702be0660ac9 · report
is_split LUOyk1999/GNNPlus/GNNPlus/agg_runs.py official repository unverified MIT (permissive) · 438635c08adfe2aa · report
join_list LUOyk1999/GNNPlus/GNNPlus/agg_runs.py official repository unverified MIT (permissive) · 40e98e1ecbf39f34 · report
l1_losses LUOyk1999/GNNPlus/GNNPlus/loss/l1.py official repository unverified MIT (permissive) · d59c374db2cf64ae · report
load_pretrained_model_cfg LUOyk1999/GNNPlus/GNNPlus/finetuning.py official repository unverified MIT (permissive) · d796cdea5889c847 · report
multilabel_cross_entropy LUOyk1999/GNNPlus/GNNPlus/loss/multilabel_classification_loss.py official repository unverified MIT (permissive) · f1cbbbc857d8b871 · report
weighted_cross_entropy LUOyk1999/GNNPlus/GNNPlus/loss/weighted_cross_entropy.py official repository unverified MIT (permissive) · 4632e6a524984022 · report

Tasks

Graph ClassificationGraph Property PredictionGraph RegressionNode Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Graph Classification CIFAR10 100k GatedGCN+ Accuracy (%) 77.218 ± 0.381 #2 of 20 Archive leaderboard report
Graph Classification MNIST GatedGCN+ Accuracy 98.712 ± 0.137 #4 of 13 Archive leaderboard report
Graph Classification MNIST GCN+ Accuracy 98.382 ± 0.095 #7 of 13 Archive leaderboard report
Graph Classification MalNet-Tiny GatedGCN+ Accuracy 94.600±0.570 #2 of 4 Archive leaderboard report
Graph Classification Peptides-func GCN+ AP 0.7261 ± 0.0067 #7 of 44 Archive leaderboard report
Graph Property Prediction ogbg-code2 GatedGCN+ Test F1 score 0.1896 ± 0.0024 #5 of 21 Archive leaderboard report
Graph Property Prediction ogbg-code2 GatedGCN+ Validation F1 score 0.1742 ± 0.0027 #5 of 21 Archive leaderboard report
Graph Property Prediction ogbg-molhiv GatedGCN+ Ext. data No #17 of 43 Archive leaderboard report
Graph Property Prediction ogbg-molhiv GatedGCN+ Number of params 1076633 #17 of 43 Archive leaderboard report
Graph Property Prediction ogbg-molhiv GatedGCN+ Test ROC-AUC 0.8040 ± 0.0164 #17 of 43 Archive leaderboard report
Graph Property Prediction ogbg-molhiv GatedGCN+ Validation ROC-AUC 0.8329 ± 0.0158 #17 of 43 Archive leaderboard report
Graph Property Prediction ogbg-molpcba GatedGCN+ Ext. data No #14 of 36 Archive leaderboard report
Graph Property Prediction ogbg-molpcba GatedGCN+ Number of params 6016860 #14 of 36 Archive leaderboard report
Graph Property Prediction ogbg-molpcba GatedGCN+ Test AP 0.2981 ± 0.0024 #14 of 36 Archive leaderboard report
Graph Property Prediction ogbg-molpcba GatedGCN+ Validation AP 0.3011 ± 0.0037 #14 of 36 Archive leaderboard report
Graph Property Prediction ogbg-ppa GatedGCN+ Ext. data No #1 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GatedGCN+ Number of params 5547557 #1 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GatedGCN+ Test Accuracy 0.8258 ± 0.0055 #1 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GatedGCN+ Validation Accuracy 0.7815 ± 0.0043 #1 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GIN+ Ext. data No #4 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GIN+ Number of params 8173605 #4 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GIN+ Test Accuracy 0.8107 ± 0.0053 #4 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GIN+ Validation Accuracy 0.7786 ± 0.0095 #4 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GCN+ Ext. data No #5 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GCN+ Number of params 5549605 #5 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GCN+ Test Accuracy 0.8077 ± 0.0041 #5 of 18 Archive leaderboard report
Graph Property Prediction ogbg-ppa GCN+ Validation Accuracy 0.7586 ± 0.0032 #5 of 18 Archive leaderboard report
Graph Regression Peptides-struct GCN+ MAE 0.2421 ± 0.0016 #3 of 39 Archive leaderboard report
Graph Regression ZINC-500k GIN+ MAE 0.065 #7 of 36 Archive leaderboard report
Node Classification CLUSTER GatedGCN+ Accuracy 79.128 ± 0.235 #3 of 12 Archive leaderboard report
Node Classification COCO-SP GatedGCN+ macro F1 0.3802 ± 0.0015 #3 of 19 Archive leaderboard report
Node Classification PATTERN GatedGCN+ Accuracy 87.029 ± 0.037 #3 of 11 Archive leaderboard report
Node Classification PascalVOC-SP GatedGCN+ macro F1 0.4263 ± 0.0057 #5 of 21 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.

Methods

AttentionGCNGINGTSSoftmax

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