PyTorch Geometric Documentation, PyTorch Geometric Team, 2023 - The official documentation for PyTorch Geometric, providing detailed API references and usage examples for datasets, including built-in datasets and custom dataset creation.
TUDataset Collection, Christopher Morris, Nils M. Kriege, Franka Bause, Kristian Kersting, Petra Mutzel, Marion Neumann, 2023 - An authoritative resource for a broad collection of benchmark graph datasets, frequently used for graph classification tasks, including the ENZYMES dataset.
Semi-Supervised Classification with Graph Convolutional Networks, Thomas N. Kipf and Max Welling, 2017International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1609.02907 - Presents Graph Convolutional Networks and established the common train/validation/test splits for citation network datasets like Cora, which are foundational for node classification benchmarks.