Papers › Classic GNNs are Strong Baselines: Reassessing GNNs for Node Classification

Classic GNNs are Strong Baselines: Reassessing GNNs for Node Classification

13 Jun 2024arXiv:2406.08993archive 2025-07-28

Yuankai Luo, Lei Shi, Xiao-Ming Wu

Graph Transformers (GTs) have recently emerged as popular alternatives to traditional message-passing Graph Neural Networks (GNNs), due to their theoretically superior expressiveness and impressive performance reported on standard node classification benchmarks, often significantly outperforming GNNs. In this paper, we conduct a thorough empirical analysis to reevaluate the performance of three classic GNN models (GCN, GAT, and GraphSAGE) against GTs. Our findings suggest that the previously reported superiority of GTs may have been overstated due to suboptimal hyperparameter configurations in GNNs. Remarkably, with slight hyperparameter tuning, these classic GNN models achieve state-of-the-art performance, matching or even exceeding that of recent GTs across 17 out of the 18 diverse datasets examined. Additionally, we conduct detailed ablation studies to investigate the influence of various GNN configurations, such as normalization, dropout, residual connections, and network depth, on node classification performance. Our study aims to promote a higher standard of empirical rigor in the field of graph machine learning, encouraging more accurate comparisons and evaluations of model capabilities.

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

Code

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

By repository: official repository: 9 samples from 1 repository, 2 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/tunedGNN officialmentioned in papermentioned 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

9 samples harvested; 2 ran; 0 honoured the contract we drafted; 7 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
7unverified

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

eval_acc LUOyk1999/tunedGNN/large_graph/data_utils.py official repository ran MIT (permissive) · 319c36c17da75fed · report
load_fixed_splits LUOyk1999/tunedGNN/large_graph/data_utils.py official repository ran MIT (permissive) · 5b7702a29f6dafaf · report
class_rand_splits LUOyk1999/tunedGNN/medium_graph/data_utils.py official repository unverified MIT (permissive) · 58baf2e0e8e1755c · report
eval_f1 LUOyk1999/tunedGNN/large_graph/data_utils.py official repository unverified MIT (permissive) · 39f7b3a8e45be81b · report
load_fixed_splits LUOyk1999/tunedGNN/medium_graph/data_utils.py official repository unverified MIT (permissive) · 025e94d610e74ffd · report
load_hetero_dataset LUOyk1999/tunedGNN/large_graph/dataset.py official repository unverified MIT (permissive) · 2ca80bf081304f24 · report
load_model LUOyk1999/tunedGNN/large_graph/logger.py official repository unverified MIT (permissive) · 54fd4512b8397f45 · report
load_wikics_dataset LUOyk1999/tunedGNN/large_graph/dataset.py official repository unverified MIT (permissive) · a411b546b0451f0e · report
rand_train_test_idx LUOyk1999/tunedGNN/medium_graph/data_utils.py official repository unverified MIT (permissive) · f54bada0dd9396ba · report

Tasks

Node ClassificationNode Property Prediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Node Classification Amazon Computers GAT Accuracy 94.09±0.37 #1 of 12 Archive leaderboard report
Node Classification Amazon Computers GCN Accuracy 93.99±0.12 #2 of 12 Archive leaderboard report
Node Classification Amazon Computers GraphSAGE Accuracy 93.25±0.14 #3 of 12 Archive leaderboard report
Node Classification Amazon Photo GraphSAGE Accuracy 96.78 ± 0.23 #1 of 11 Archive leaderboard report
Node Classification Amazon Photo GAT Accuracy 96.60 ± 0.33 #2 of 11 Archive leaderboard report
Node Classification Amazon Photo GCN Accuracy 96.10 ± 0.46 #3 of 11 Archive leaderboard report
Node Classification CiteSeer with Public Split: fixed 20 nodes per class GCN Accuracy 73.14± 0.67 #20 of 40 Archive leaderboard report
Node Classification Coauthor CS GraphSAGE Accuracy 96.38±0.11 #3 of 24 Archive leaderboard report
Node Classification Coauthor Physics GCN Accuracy 97.46 ± 0.10 #3 of 14 Archive leaderboard report
Node Classification Cora with Public Split: fixed 20 nodes per class GCN Accuracy 85.1 ± 0.7 #6 of 36 Archive leaderboard report
Node Classification PubMed with Public Split: fixed 20 nodes per class GCN Accuracy 81.12 ± 0.52 #8 of 37 Archive leaderboard report
Node Classification amazon-ratings GAT Accuracy (%) 55.54 ± 0.51 #1 of 4 Archive leaderboard report
Node Classification amazon-ratings GraphSAGE Accuracy (%) 55.40 ± 0.21 #2 of 4 Archive leaderboard report
Node Classification amazon-ratings GCN Accuracy (%) 53.80 ± 0.60 #4 of 4 Archive leaderboard report
Node Classification minesweeper GCN AUCROC 97.86 ± 0.24 #1 of 4 Archive leaderboard report
Node Classification minesweeper GraphSAGE AUCROC 97.77 ± 0.62 #2 of 4 Archive leaderboard report
Node Classification minesweeper GAT AUCROC 97.73 ± 0.73 #3 of 4 Archive leaderboard report
Node Classification pokec GCN Accuracy 86.33 ± 0.17 #2 of 7 Archive leaderboard report
Node Classification questions GCN AUCROC 79.02 ± 0.60 #2 of 3 Archive leaderboard report
Node Classification roman-empire GCN Accuracy (% ) 91.27±0.20 #4 of 7 Archive leaderboard report
Node Property Prediction ogbn-arxiv GCN Ext. data No #43 of 86 Archive leaderboard report
Node Property Prediction ogbn-arxiv GCN Number of params 1463336 #43 of 86 Archive leaderboard report
Node Property Prediction ogbn-arxiv GCN Test Accuracy 0.7360 ± 0.0018 #43 of 86 Archive leaderboard report
Node Property Prediction ogbn-arxiv GCN Validation Accuracy 0.7447 ± 0.0014 #43 of 86 Archive leaderboard report
Node Property Prediction ogbn-arxiv GraphSAGE Ext. data No #53 of 86 Archive leaderboard report
Node Property Prediction ogbn-arxiv GraphSAGE Number of params 1727272 #53 of 86 Archive leaderboard report
Node Property Prediction ogbn-arxiv GraphSAGE Test Accuracy 0.7295 ± 0.0031 #53 of 86 Archive leaderboard report
Node Property Prediction ogbn-arxiv GraphSAGE Validation Accuracy 0.7397 ± 0.0015 #53 of 86 Archive leaderboard report
Node Property Prediction ogbn-products GraphSAGE Ext. data No #26 of 64 Archive leaderboard report
Node Property Prediction ogbn-products GraphSAGE Number of params 433047 #26 of 64 Archive leaderboard report
Node Property Prediction ogbn-products GraphSAGE Test Accuracy 0.8389 ± 0.0036 #26 of 64 Archive leaderboard report
Node Property Prediction ogbn-products GraphSAGE Validation Accuracy 0.9242 ± 0.0029 #26 of 64 Archive leaderboard report
Node Property Prediction ogbn-products GCN Ext. data No #34 of 64 Archive leaderboard report
Node Property Prediction ogbn-products GCN Number of params 233047 #34 of 64 Archive leaderboard report
Node Property Prediction ogbn-products GCN Test Accuracy 0.8233 ± 0.0019 #34 of 64 Archive leaderboard report
Node Property Prediction ogbn-products GCN Validation Accuracy 0.9224 ± 0.0036 #34 of 64 Archive leaderboard report
Node Property Prediction ogbn-proteins GAT Ext. data No #15 of 26 Archive leaderboard report
Node Property Prediction ogbn-proteins GAT Number of params 2943472 #15 of 26 Archive leaderboard report
Node Property Prediction ogbn-proteins GAT Test ROC-AUC 0.8501 ± 0.0046 #15 of 26 Archive leaderboard report
Node Property Prediction ogbn-proteins GAT Validation ROC-AUC 0.9067 ± 0.0043 #15 of 26 Archive leaderboard report
Node Property Prediction ogbn-proteins GraphSAGE Ext. data No #19 of 26 Archive leaderboard report
Node Property Prediction ogbn-proteins GraphSAGE Number of params 2444896 #19 of 26 Archive leaderboard report
Node Property Prediction ogbn-proteins GraphSAGE Test ROC-AUC 0.8221 ± 0.0032 #19 of 26 Archive leaderboard report
Node Property Prediction ogbn-proteins GraphSAGE Validation ROC-AUC 0.8831 ± 0.0044 #19 of 26 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

GAT

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