Inductive Representation Learning on Large Graphs, William L. Hamilton, Rex Ying, Jure Leskovec, 2017Advances in Neural Information Processing Systems (NeurIPS), Vol. 30 (Neural Information Processing Systems)DOI: 10.48550/arXiv.1706.02216 - 介绍了GraphSAGE,这是一个使用邻居采样进行归纳表示学习的框架,是GNN扩展到大型图的基本技术,与DGL的NeighborSampler直接相关。