Inductive Representation Learning on Large Graphs, William L. Hamilton, Rex Ying, Jure Leskovec, 2017Neural Information Processing Systems (NIPS)DOI: 10.48550/arXiv.1706.02216 - Introduces GraphSAGE, a framework for inductive graph representation learning that uses learnable aggregation functions and neighborhood sampling.
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 - Presents Graph Attention Networks (GATs), which employ a self-attention mechanism to learn varying importance weights for neighbors, enabling anisotropic aggregation.