GraphRNN Revisited: An Ablation Study and Extensions for Directed Acyclic Graphs
Taniya Das, Mark Koch, Maya Ravichandran, Nikhil Khatri

TL;DR
This paper revisits GraphRNN, confirming its performance, analyzing the impact of BFS traversal, and extending it to generate directed acyclic graphs using topological sort, with improved results on real-world data.
Contribution
It provides an ablation study on GraphRNN's components and introduces an extension for directed acyclic graphs using topological sort.
Findings
BFS traversal significantly improves model performance.
Replacing BFS with topological sort enables DAG generation.
The extended model outperforms baseline on real-world datasets.
Abstract
GraphRNN is a deep learning-based architecture proposed by You et al. for learning generative models for graphs. We replicate the results of You et al. using a reproduced implementation of the GraphRNN architecture and evaluate this against baseline models using new metrics. Through an ablation study, we find that the BFS traversal suggested by You et al. to collapse representations of isomorphic graphs contributes significantly to model performance. Additionally, we extend GraphRNN to generate directed acyclic graphs by replacing the BFS traversal with a topological sort. We demonstrate that this method improves significantly over a directed-multiclass variant of GraphRNN on a real-world dataset.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Graph Theory and Algorithms
