Rethinking the Effectiveness of Graph Classification Datasets in Benchmarks for Assessing GNNs
Zhengdao Li, Yong Cao, Kefan Shuai, Yiming Miao, Kai Hwang
TL;DR
This work questions whether graph classification benchmarks truly distinguish GNN advancements from simple baselines. It introduces an empirical protocol to fairly compare graph-aware methods against structure- and attribute-only baselines, and defines a dataset effectiveness metric E(D) that accounts for both dataset difficulty and class count. Through 16 real-world datasets, the study shows that many benchmarks exhibit small discriminative gaps, while others reveal meaningful differences in how structure and attributes drive performance; it also demonstrates a correlation-driven approach to generate synthetic datasets for deeper analysis. Finally, the authors show that dataset effectiveness can be predicted from graph properties using lightweight regressors, offering a practical tool for benchmark selection and future roadmapping in graph learning.
Abstract
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.
