ReFactor GNNs: Revisiting Factorisation-Based Models from a Message-Passing Perspective
Abstract
Factorisation-based Models (FMs), such as DistMult, have enjoyed enduring success for Knowledge Graph Completion (KGC) tasks, often outperforming Graph Neural Networks (GNNs). However, unlike GNNs, FMs struggle to incorporate node features and generalise to unseen nodes in inductive settings. Our work bridges the gap between FMs and GNNs by proposing ReFactor GNNs. This new architecture draws upon $\textit{both}$ modelling paradigms, which previously were largely thought of as disjoint. Concretely, using a message-passing formalism, we show how FMs can be cast as GNNs by reformulating the gradient descent procedure as message-passing operations, which forms the basis of our ReFactor GNNs. Across a multitude of well-established KGC benchmarks, our ReFactor GNNs achieve comparable transductive performance to FMs, and state-of-the-art inductive performance while using an order of magnitude fewer parameters.
Cite
Text
Chen et al. "ReFactor GNNs: Revisiting Factorisation-Based Models from a Message-Passing Perspective." Neural Information Processing Systems, 2022.Markdown
[Chen et al. "ReFactor GNNs: Revisiting Factorisation-Based Models from a Message-Passing Perspective." Neural Information Processing Systems, 2022.](https://mlanthology.org/neurips/2022/chen2022neurips-refactor/)BibTeX
@inproceedings{chen2022neurips-refactor,
title = {{ReFactor GNNs: Revisiting Factorisation-Based Models from a Message-Passing Perspective}},
author = {Chen, Yihong and Mishra, Pushkar and Franceschi, Luca and Minervini, Pasquale and Stenetorp, Pontus Lars Erik Saito and Riedel, Sebastian},
booktitle = {Neural Information Processing Systems},
year = {2022},
url = {https://mlanthology.org/neurips/2022/chen2022neurips-refactor/}
}