Graph Neural Networks & Message Passing Reading List
Curated by Mouhssine Rifaki | Stanford Electrical Engineering | Last updated August 2026
Graphs are the natural language for molecules, social networks, and hardware. This list traces message passing from spectral convolutions through attention and pooling, focusing on architectures that actually scale and theory that explains when they fail.
Graph Neural Networks & Message Passing: 10 key papers
- Semi-Supervised Classification with Graph Convolutional Networks
Kipf and Welling. arXiv 2016.
- Graph Attention Networks
Veličković et al. arXiv 2017.
- How Powerful are Graph Neural Networks?
Xu et al. arXiv 2018.
- Neural Message Passing for Quantum Chemistry
Gilmer et al. arXiv 2017.
- Modeling Relational Data with Graph Convolutional Networks
Schlichtkrull et al. arXiv 2017.
- Simplifying Graph Convolutional Networks
Wu et al. arXiv 2019.
- Representation Learning on Graphs with Jumping Knowledge Networks
Xu et al. arXiv 2018.
- Relational inductive biases, deep learning, and graph networks
Battaglia et al. arXiv 2018.
- Inductive Representation Learning on Large Graphs
Hamilton et al. arXiv 2017.
- A Comprehensive Survey on Graph Neural Networks
Wu et al. arXiv 2019.
← Back to main page