๐ฎ
๐ฎ
The Ethereal
Less is More: One-shot Subgraph Reasoning on Large-scale Knowledge Graphs
March 15, 2024 ยท Entered Twilight ยท + Add venue
Repo contents: LICENSE, PPR_sampler.py, README.md, base_HPO.py, base_model.py, data, load_data.py, model.py, one-shot-subgraph.png, savedModels, search_auto.py, showResults.py, train_auto.py, utils.py
Authors
Zhanke Zhou, Yongqi Zhang, Jiangchao Yao, Quanming Yao, Bo Han
arXiv ID
2403.10231
Category
cs.LG: Machine Learning
Cross-listed
cs.AI,
cs.SI
Citations
0
Repository
https://github.com/tmlr-group/one-shot-subgraph
โญ 8
Last Checked
3 months ago
Abstract
To deduce new facts on a knowledge graph (KG), a link predictor learns from the graph structure and collects local evidence to find the answer to a given query. However, existing methods suffer from a severe scalability problem due to the utilization of the whole KG for prediction, which hinders their promise on large scale KGs and cannot be directly addressed by vanilla sampling methods. In this work, we propose the one-shot-subgraph link prediction to achieve efficient and adaptive prediction. The design principle is that, instead of directly acting on the whole KG, the prediction procedure is decoupled into two steps, i.e., (i) extracting only one subgraph according to the query and (ii) predicting on this single, query dependent subgraph. We reveal that the non-parametric and computation-efficient heuristics Personalized PageRank (PPR) can effectively identify the potential answers and supporting evidence. With efficient subgraph-based prediction, we further introduce the automated searching of the optimal configurations in both data and model spaces. Empirically, we achieve promoted efficiency and leading performances on five large-scale benchmarks. The code is publicly available at: https://github.com/tmlr-group/one-shot-subgraph.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Machine Learning
๐ฎ
๐ฎ
The Ethereal
Continuous control with deep reinforcement learning
๐
๐
Old Age
Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
๐
๐
Old Age
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor
๐
๐
Old Age
SGDR: Stochastic Gradient Descent with Warm Restarts
๐ฎ
๐ฎ
The Ethereal