Inductive Representation Learning on Large Graphs, William L. Hamilton, Rex Ying, and Jure Leskovec, 2017Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.1706.02216 - The paper that introduced the GraphSAGE framework, focusing on learning aggregation functions for inductive representation learning on graphs.
Graph Attention Networks, Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, Yoshua Bengio, 2018International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1710.10903 - This foundational paper presents the Graph Attention Network (GAT) architecture, which uses attention mechanisms for weighting neighbor information.
PyTorch Geometric Documentation, PyTorch Geometric Team, 2023 - The official documentation for PyTorch Geometric, providing comprehensive details on data structures, layers, and utilities for GNN implementation.