Skip to content

Commit 9c3c3b7

Browse files
committed
simplify TL;DR for PPR survey
1 parent 6c9ad73 commit 9c3c3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_bibliography/papers.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ @article{yang2024efficient
3838
year = {2024},
3939
abbr = {TKDE},
4040
arxiv = {2403.05198},
41-
tldr = {In this survey paper, we provide a systematic review of basic techniques and recent algorithms for PPR computation.},
41+
tldr = {We systematically survey basic techniques and recent algorithms for PPR computation.},
4242
abstract =
4343
{
4444
Personalized PageRank (PPR) is a traditional measure for node proximity on large graphs. For a pair of nodes \(s\) and \(t\), the PPR value \(\pi_s(t)\) equals the probability that an \(\alpha\)-discounted random walk from \(s\) terminates at \(t\) and reflects the importance between \(s\) and \(t\) in a bidirectional way. As a generalization of Google's celebrated PageRank centrality, PPR has been extensively studied and has found multifaceted applications in many fields, such as network analysis, graph mining, and graph machine learning. Despite numerous studies devoted to PPR over the decades, efficient computation of PPR remains a challenging problem, and there is a dearth of systematic summaries and comparisons of existing algorithms. In this paper, we recap several frequently used techniques for PPR computation and conduct a comprehensive survey of various recent PPR algorithms from an algorithmic perspective. We classify these approaches based on the types of queries they address and review their methodologies and contributions. We also discuss some representative algorithms for computing PPR on dynamic graphs and in parallel or distributed environments.

0 commit comments

Comments
 (0)