PyTorch Geometric Documentation, Matthias Fey and Jan E. Lenssen, 2024 - Official documentation for PyTorch Geometric, providing API details for GNN layers and module construction.
Inductive Representation Learning on Large Graphs, William L. Hamilton, Rex Ying, Jure Leskovec, 2017Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.1706.02216 - Presents GraphSAGE, an inductive framework for generating node embeddings by sampling and aggregating features from a node's local neighborhood.
Graph Attention Networks, Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, and Yoshua Bengio, 2018International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1710.10903 - Introduces Graph Attention Networks (GATs), which leverage attention mechanisms to aggregate neighborhood information.