Pith. sign in

REVIEW 2 cited by

A Simple and Scalable Graph Neural Network for Large Directed Graphs

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2306.08274 v2 pith:SN3CHBN5 submitted 2023-06-14 cs.LG cs.SI

A Simple and Scalable Graph Neural Network for Large Directed Graphs

classification cs.LG cs.SI
keywords nodedirectedgraphsrepresentationsvariouscombinationsgraphundirected
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Graph Neural Network leveraging Higher-order Class Label Connectivity for Heterophilous Graphs

    cs.LG 2026-06 unverdicted novelty 5.0

    LCC uses four walk types on directed graphs to build label context embeddings that improve node classification when combined with GNNs on heterophilous data.

  2. Toward General Digraph Contrastive Learning: A Dual Spatial Perspective

    cs.LG 2025-10 conditional novelty 5.0

    S2-DiGCL combines personalized magnetic Laplacian perturbations with BFS/DFS path sampling to improve contrastive learning on directed graphs.