Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

A*Net: A Scalable Path-based Reasoning Approach for Knowledge Graphs

About

Reasoning on large-scale knowledge graphs has been long dominated by embedding methods. While path-based methods possess the inductive capacity that embeddings lack, their scalability is limited by the exponential number of paths. Here we present A*Net, a scalable path-based method for knowledge graph reasoning. Inspired by the A* algorithm for shortest path problems, our A*Net learns a priority function to select important nodes and edges at each iteration, to reduce time and memory footprint for both training and inference. The ratio of selected nodes and edges can be specified to trade off between performance and efficiency. Experiments on both transductive and inductive knowledge graph reasoning benchmarks show that A*Net achieves competitive performance with existing state-of-the-art path-based methods, while merely visiting 10% nodes and 10% edges at each iteration. On a million-scale dataset ogbl-wikikg2, A*Net not only achieves a new state-of-the-art result, but also converges faster than embedding methods. A*Net is the first path-based method for knowledge graph reasoning at such scale.

Zhaocheng Zhu, Xinyu Yuan, Mikhail Galkin, Sophie Xhonneux, Ming Zhang, Maxime Gazeau, Jian Tang• 2022

Related benchmarks

TaskDatasetResultRank
Knowledge Graph CompletionFB15k-237 (test)
MRR0.3988
195
Knowledge Graph CompletionWN18RR (test)
MRR0.5118
194
Knowledge Base CompletionYAGO3-10 (test)
MRR0.3616
84
Link PredictionKinship (test)
MRR44.36
28
Knowledge Graph CompletionUMLS (test)
MRR66.37
17
Knowledge Graph CompletionFamily (test)
MRR82.35
17
Triple Set PredictionCFamily (test)
JPrecision43.9
12
RetrievalSTARK MAG
Hit Rate @ 120.4
9
RetrievalSTARK AMAZON
Hit@10.306
9
RetrievalSTARK-PRIME
Hit@19.9
9
Showing 10 of 14 rows

Other info

Code

Follow for update