Papers › Rethinking the Effectiveness of Graph Classification Datasets in Benchmarks for Assessing GNNs

Rethinking the Effectiveness of Graph Classification Datasets in Benchmarks for Assessing GNNs

6 Jul 2024arXiv:2407.04999archive 2025-07-28

Zhengdao Li, Yong Cao, Kefan Shuai, Yiming Miao, Kai Hwang

Graph classification benchmarks, vital for assessing and developing graph neural networks (GNNs), have recently been scrutinized, as simple methods like MLPs have demonstrated comparable performance. This leads to an important question: Do these benchmarks effectively distinguish the advancements of GNNs over other methodologies? If so, how do we quantitatively measure this effectiveness? In response, we first propose an empirical protocol based on a fair benchmarking framework to investigate the performance discrepancy between simple methods and GNNs. We further propose a novel metric to quantify the dataset effectiveness by considering both dataset complexity and model performance. To the best of our knowledge, our work is the first to thoroughly study and provide an explicit definition for dataset effectiveness in the graph learning area. Through testing across 16 real-world datasets, we found our metric to align with existing studies and intuitive assumptions. Finally, we explore the causes behind the low effectiveness of certain datasets by investigating the correlation between intrinsic graph properties and class labels, and we developed a novel technique supporting the correlation-controllable synthetic dataset generation. Our findings shed light on the current understanding of benchmark datasets, and our new platform could fuel the future evolution of graph classification benchmarks.

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

Code

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

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

ICLab4DL/GNNBenchEffectiveness 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

14 samples harvested; 9 ran; 0 honoured the contract we drafted; 5 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 · our draft was wrong
7ran
5unverified

Licence: 0 of the 14 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 ICLab4DL/GNNBenchEffectiveness. “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.

dot_product_decode ICLab4DL/GNNBenchEffectiveness/models.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · ae488d391f6d24c2 · report
fill_nan_inf ICLab4DL/GNNBenchEffectiveness/my_utils.py official repository ran fingerprinted MIT (permissive) · 8126ac4ddc6f84ab · report
get_each_folder_syn ICLab4DL/GNNBenchEffectiveness/kernel_baselines.py official repository ran MIT (permissive) · a8975ab6e0eef7e3 · report
get_spd_matrix ICLab4DL/GNNBenchEffectiveness/models.py official repository ran MIT (permissive) · 205ba837e4a7ba39 · report
get_test_acc ICLab4DL/GNNBenchEffectiveness/generate_regression_datasets.py official repository ran MIT (permissive) · 0d93961be0db1f27 · report
gumbel_sampling ICLab4DL/GNNBenchEffectiveness/models.py official repository ran MIT (permissive) · ab41c5d5147f4bb7 · report
is_pyg_dataset ICLab4DL/GNNBenchEffectiveness/generate_regression_datasets.py official repository ran MIT (permissive) · 2112bcd784400ec3 · report
last_relevant_pytorch ICLab4DL/GNNBenchEffectiveness/baseline_models/gnn_baselines.py official repository ran · our draft was wrong MIT (permissive) · 36467b1c44ee49ec · report
numpy_to_csr ICLab4DL/GNNBenchEffectiveness/my_utils.py official repository ran MIT (permissive) · 0d32a908c36c5aac · report
apply_tuple ICLab4DL/GNNBenchEffectiveness/baseline_models/gnn_baselines.py official repository unverified MIT (permissive) · b24ed7ecbd6249ab · report
concat_tuple ICLab4DL/GNNBenchEffectiveness/baseline_models/gnn_baselines.py official repository unverified MIT (permissive) · d25cbd25aadd7fea · report
get_dense_adjs ICLab4DL/GNNBenchEffectiveness/save_statistics.py official repository unverified MIT (permissive) · b65e0f41c5c27de5 · report
get_each_folder ICLab4DL/GNNBenchEffectiveness/kernel_baselines.py official repository unverified MIT (permissive) · eaac1501e0ff7a2b · report
matrix_power ICLab4DL/GNNBenchEffectiveness/my_utils.py official repository unverified MIT (permissive) · 5e98cba1c9a2acfb · report

Tasks

BenchmarkingDataset GenerationGraph ClassificationGraph Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGN

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