TY - GEN
T1 - TopPPR
T2 - 44th ACM SIGMOD International Conference on Management of Data, SIGMOD 2018
AU - Wei, Zhewei
AU - He, Xiaodong
AU - Xiao, Xiaokui
AU - Wang, Sibo
AU - Shang, Shuo
AU - Wen, Ji Rong
N1 - Publisher Copyright:
© 2018 Association for Computing Machinery.
PY - 2018/5/27
Y1 - 2018/5/27
N2 - Personalized PageRank (PPR) is a classic metric that measures the relevance of graph nodes with respect to a source node. Given a graph G, a source node s, and a parameter k, a top-k PPR query returns a set of k nodes with the highest PPR values with respect to s. This type of queries serves as an important building block for numerous applications in web search and social networks, such as Twitter's Who-To-Follow recommendation service. Existing techniques for top-k PPR, however, suffer from two major deficiencies. First, they either incur prohibitive space and time overheads on large graphs, or fail to provide any guarantee on the precision of top-k results (i.e., the results returned might miss a number of actual top-k answers). Second, most of them require significant pre-computation on the input graph G, which renders them unsuitable for graphs with frequent updates (e.g., Twitter's social graph). To address the deficiencies of existing solutions, we propose TopPPR, an algorithm for top-k PPR queries that ensure at least ? precision (i.e., at least ? fraction of the actual top-k results are returned) with at least 1-1/n probability, where ? ? (0, 1] is a userspecified parameter and n is the number of nodes in G. In addition, TopPPR offers non-trivial guarantees on query time in terms of ?, and it can easily handle dynamic graphs as it does not require any preprocessing. We experimentally evaluate TopPPR using a variety of benchmark datasets, and demonstrate that TopPPR outperforms the state-of-the-art solutions in terms of both efficiency and precision, even when we set ? = 1 (i.e., when TopPPR returns the exacttop-k results). Notably, on a billion-edge Twitter graph, TopPPR only requires 15 seconds to answer a top-500 PPR query with ? = 1.
AB - Personalized PageRank (PPR) is a classic metric that measures the relevance of graph nodes with respect to a source node. Given a graph G, a source node s, and a parameter k, a top-k PPR query returns a set of k nodes with the highest PPR values with respect to s. This type of queries serves as an important building block for numerous applications in web search and social networks, such as Twitter's Who-To-Follow recommendation service. Existing techniques for top-k PPR, however, suffer from two major deficiencies. First, they either incur prohibitive space and time overheads on large graphs, or fail to provide any guarantee on the precision of top-k results (i.e., the results returned might miss a number of actual top-k answers). Second, most of them require significant pre-computation on the input graph G, which renders them unsuitable for graphs with frequent updates (e.g., Twitter's social graph). To address the deficiencies of existing solutions, we propose TopPPR, an algorithm for top-k PPR queries that ensure at least ? precision (i.e., at least ? fraction of the actual top-k results are returned) with at least 1-1/n probability, where ? ? (0, 1] is a userspecified parameter and n is the number of nodes in G. In addition, TopPPR offers non-trivial guarantees on query time in terms of ?, and it can easily handle dynamic graphs as it does not require any preprocessing. We experimentally evaluate TopPPR using a variety of benchmark datasets, and demonstrate that TopPPR outperforms the state-of-the-art solutions in terms of both efficiency and precision, even when we set ? = 1 (i.e., when TopPPR returns the exacttop-k results). Notably, on a billion-edge Twitter graph, TopPPR only requires 15 seconds to answer a top-500 PPR query with ? = 1.
KW - Personalized pagerank
KW - Top-k queries
UR - http://www.scopus.com/inward/record.url?scp=85048753947&partnerID=8YFLogxK
U2 - 10.1145/3183713.3196920
DO - 10.1145/3183713.3196920
M3 - Conference contribution
AN - SCOPUS:85048753947
T3 - Proceedings of the ACM SIGMOD International Conference on Management of Data
SP - 441
EP - 456
BT - SIGMOD 2018 - Proceedings of the 2018 International Conference on Management of Data
A2 - Das, Gautam
A2 - Jermaine, Christopher
A2 - Eldawy, Ahmed
A2 - Bernstein, Philip
PB - Association for Computing Machinery (ACM)
Y2 - 10 June 2018 through 15 June 2018
ER -