The PageRank Citation Ranking: Bringing Order to the Web, Lawrence Page, Sergey Brin, Rajeev Motwani, Terry Winograd, 1999Stanford InfoLab Technical Report - Foundational paper introducing the PageRank algorithm, a basis for many graph-based ranking and traversal methods, including Personalized PageRank discussed in the section.
A Survey on Knowledge Graphs: From Construction to Applications, Shaoxiong Ji, Shirui Pan, Erik Cambria, Pekka Marttinen, Guodong Long, 2021IEEE Transactions on Knowledge and Data Engineering, Vol. 34 (IEEE)DOI: 10.1109/TKDE.2019.2928844 - Comprehensive survey covering the construction, management, and applications of knowledge graphs, including entity and relation extraction, which are foundational for large-scale graph creation in distributed environments.
GraphX: A Resilient Distributed Graph System on Spark, Reynold S. Xin, Joseph E. Gonzalez, Michael J. Franklin, Ion Stoica, 2013Proceedings of the 1st International Workshop on Graph Data Management Experiences and Systems (GRADES '13) (ACM)DOI: 10.1145/2484425.2484427 - Introduces GraphX, a key distributed graph processing framework built on Apache Spark, directly relevant to the section's discussion of distributed graph construction and algorithms like PageRank.