Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

A Simple and Scalable Graph Neural Network for Large Directed Graphs

About

Node classification is one of the hottest tasks in graph analysis. Though existing studies have explored various node representations in directed and undirected graphs, they have overlooked the distinctions of their capabilities to capture the information of graphs. To tackle the limitation, we investigate various combinations of node representations (aggregated features vs. adjacency lists) and edge direction awareness within an input graph (directed vs. undirected). We address the first empirical study to benchmark the performance of various GNNs that use either combination of node representations and edge direction awareness. Our experiments demonstrate that no single combination stably achieves state-of-the-art results across datasets, which indicates that we need to select appropriate combinations depending on the dataset characteristics. In response, we propose a simple yet holistic classification method A2DUG which leverages all combinations of node representations in directed and undirected graphs. We demonstrate that A2DUG stably performs well on various datasets and improves the accuracy up to 11.29 compared with the state-of-the-art methods. To spur the development of new methods, we publicly release our complete codebase under the MIT license.

Seiji Maekawa, Yuya Sasaki, Makoto Onizuka• 2023

Related benchmarks

TaskDatasetResultRank
Node ClassificationCiteseer (test)
Accuracy0.6455
824
Node Classificationogbn-arxiv (test)
Accuracy69.51
433
Node ClassificationChameleon (test)
Mean Accuracy42.78
297
Node ClassificationCornell (test)
Mean Accuracy74.59
274
Node ClassificationTexas (test)
Mean Accuracy84.32
269
Node ClassificationSquirrel (test)
Mean Accuracy42.28
267
Node ClassificationWisconsin (test)
Mean Accuracy77.65
239
Node ClassificationCora-ML
Accuracy77.64
232
Node ClassificationarXiv-year (test)
Accuracy59.14
88
Node Classificationpokec (test)
Accuracy82.55
78
Showing 10 of 13 rows

Other info

Code

Follow for update