Neural Bellman-Ford Networks: A General Graph Neural Network Framework for Link Prediction
Zhaocheng Zhu, Zuobai Zhang, Louis-Pascal Xhonneux, Jian Tang

TL;DR
This paper introduces Neural Bellman-Ford Networks (NBFNet), a flexible graph neural network framework inspired by Bellman-Ford for link prediction, capable of handling various graph types and outperforming existing methods.
Contribution
The paper proposes NBFNet, a novel GNN framework that generalizes path-based link prediction using learned operators inspired by Bellman-Ford, covering many traditional methods.
Findings
NBFNet achieves state-of-the-art results on multiple graph datasets.
The framework effectively handles both homogeneous and multi-relational graphs.
NBFNet outperforms existing methods in both transductive and inductive settings.
Abstract
Link prediction is a very fundamental task on graphs. Inspired by traditional path-based methods, in this paper we propose a general and flexible representation learning framework based on paths for link prediction. Specifically, we define the representation of a pair of nodes as the generalized sum of all path representations, with each path representation as the generalized product of the edge representations in the path. Motivated by the Bellman-Ford algorithm for solving the shortest path problem, we show that the proposed path formulation can be efficiently solved by the generalized Bellman-Ford algorithm. To further improve the capacity of the path formulation, we propose the Neural Bellman-Ford Network (NBFNet), a general graph neural network framework that solves the path formulation with learned operators in the generalized Bellman-Ford algorithm. The NBFNet parameterizes the…
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
TopicsAdvanced Graph Neural Networks · Topic Modeling · Complex Network Analysis Techniques
MethodsGraph Neural Network
