PageRank Bandits for Link Prediction
Yikun Ban, Jiaru Zou, Zihao Li, Yunzhe Qi, Dongqi Fu, Jian Kang,, Hanghang Tong, Jingrui He

TL;DR
This paper introduces PageRank Bandits, a novel algorithm combining contextual bandits with PageRank to improve link prediction in graphs, addressing the exploration-exploitation dilemma and adapting to changing data.
Contribution
It presents the first fusion of PageRank with contextual bandits for link prediction, including a new reward formulation and theoretical performance guarantees.
Findings
PRB outperforms existing bandit and graph-based methods in experiments.
Theoretical guarantees support the effectiveness of PRB.
Empirical results show PRB adapts well to dynamic environments.
Abstract
Link prediction is a critical problem in graph learning with broad applications such as recommender systems and knowledge graph completion. Numerous research efforts have been directed at solving this problem, including approaches based on similarity metrics and Graph Neural Networks (GNN). However, most existing solutions are still rooted in conventional supervised learning, which makes it challenging to adapt over time to changing customer interests and to address the inherent dilemma of exploitation versus exploration in link prediction. To tackle these challenges, this paper reformulates link prediction as a sequential decision-making process, where each link prediction interaction occurs sequentially. We propose a novel fusion algorithm, PRB (PageRank Bandits), which is the first to combine contextual bandits with PageRank for collaborative exploitation and exploration. We also…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Misinformation and Its Impacts · Spam and Phishing Detection
