Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Are we really making much progress? Revisiting, benchmarking, and refining heterogeneous graph neural networks

About

Heterogeneous graph neural networks (HGNNs) have been blossoming in recent years, but the unique data processing and evaluation setups used by each work obstruct a full understanding of their advancements. In this work, we present a systematical reproduction of 12 recent HGNNs by using their official codes, datasets, settings, and hyperparameters, revealing surprising findings about the progress of HGNNs. We find that the simple homogeneous GNNs, e.g., GCN and GAT, are largely underestimated due to improper settings. GAT with proper inputs can generally match or outperform all existing HGNNs across various scenarios. To facilitate robust and reproducible HGNN research, we construct the Heterogeneous Graph Benchmark (HGB), consisting of 11 diverse datasets with three tasks. HGB standardizes the process of heterogeneous graph data splits, feature processing, and performance evaluation. Finally, we introduce a simple but very strong baseline Simple-HGN--which significantly outperforms all previous models on HGB--to accelerate the advancement of HGNNs in the future.

Qingsong Lv, Ming Ding, Qiang Liu, Yuxiang Chen, Wenzheng Feng, Siming He, Chang Zhou, Jianguo Jiang, Yuxiao Dong, Jie Tang• 2021

Related benchmarks

TaskDatasetResultRank
Node ClassificationIMDB
Macro F1 Score0.6353
179
Link PredictionPubmed
AUC83.39
123
Node ClassificationACM
Macro F193.42
104
Node ClassificationDBLP
Micro-F194.46
94
Node ClassificationDBLP (test)
Macro-F194.01
70
Node ClassificationIMDB (test)
Macro F1 Score63.53
70
Bot DetectionTwiBot-20
Accuracy83.93
61
Node ClassificationOGB-MAG (test)
Accuracy50.51
55
Node ClassificationFreebase
Macro F147.72
43
Bot DetectionCresci-15
Accuracy93.13
38
Showing 10 of 26 rows

Other info

Code

Follow for update