GraphRNN Revisited: An Ablation Study and Extensions for Directed Acyclic Graphs
Machine Learning
2023-07-27 v1 Artificial Intelligence
Social and Information Networks
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.
Cite
@article{arxiv.2307.14109,
title = {GraphRNN Revisited: An Ablation Study and Extensions for Directed Acyclic Graphs},
author = {Taniya Das and Mark Koch and Maya Ravichandran and Nikhil Khatri},
journal= {arXiv preprint arXiv:2307.14109},
year = {2023}
}