PyG-SSL is a new open-source library that packages ten graph self-supervised learning methods with unified training, evaluation, and hyperparameter configs, and reports baseline reproductions on six datasets.
PageRank Bandits for Link Prediction
1 Pith paper cite this work. Polarity classification is still indexing.
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 introduce a new reward formulation and provide a theoretical performance guarantee for PRB. Finally, we extensively evaluate PRB in both online and offline settings, comparing it with bandit-based and graph-based methods. The empirical success of PRB demonstrates the value of the proposed fusion approach. Our code is released at https://github.com/jiaruzouu/PRB.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
PyG-SSL: A Graph Self-Supervised Learning Toolkit
PyG-SSL is a new open-source library that packages ten graph self-supervised learning methods with unified training, evaluation, and hyperparameter configs, and reports baseline reproductions on six datasets.