PyTorch Geometric Documentation, Matthias Fey, Jan E. Lenssen, et al., 2024 (PyTorch Geometric Contributors) - Official documentation for PyTorch Geometric, offering detailed explanations, API references, and examples for its features, including advanced data handling, transforms, and loaders.
Open Graph Benchmark: Datasets for Machine Learning on Graphs, Weihua Hu, Matthias Fey, Marinka Zitnik, Yuxiao Dong, Hongyu Ren, Bowen Liu, Michele Catasta, Jure Leskovec, 2020Advances in Neural Information Processing Systems (NeurIPS) 33 (NeurIPS)DOI: 10.48550/arXiv.2005.00687 - Presents the Open Graph Benchmark, a collection of challenging, large-scale graph datasets, including those referenced (e.g., ogbn-arxiv, OGB_MAG), for developing and evaluating GNNs.
Inductive Representation Learning on Large Graphs, William L. Hamilton, Rex Ying, Jure Leskovec, 2017Advances in Neural Information Processing Systems, Vol. 30 (Neural Information Processing Systems)DOI: 10.48550/arXiv.1706.02216 - Presents GraphSAGE, an inductive framework for generating node embeddings through sampling and aggregating features from a node's local neighborhood, underpinning PyG's NeighborLoader.
Heterogeneous Graph Transformer, Ziniu Hu, Yuxiao Dong, Kuansan Wang, Yizhou Sun, 2020The Web Conference (WWW)DOI: 10.48550/arXiv.2003.01332 - Introduces the Heterogeneous Graph Transformer (HGT), a GNN architecture for heterogeneous graphs, directly relevant to PyG's HGTConv layer.