Meta-Path Learning for Multi-Relational Graph Neural Networks

Abstract

Existing multi-relational graph neural networks use one of two strategies for identifying informative relations: either they reduce this problem to low-level weight learning, or they rely on handcrafted chains of relational dependencies, called meta-paths. However, the former approach faces challenges in the presence of many relations (e.g., knowledge graphs), while the latter requires substantial domain expertise to identify relevant meta-paths. In this work we propose a novel approach to learn meta-paths and meta-path GNNs that are highly accurate based on a small number of informative meta-paths. Key element of our approach is a scoring function for measuring the potential informativeness of a relation in the incremental construction of the meta-path. Our experimental evaluation shows that the approach manages to correctly identify relevant meta-paths even with a large number of relations, and substantially outperforms existing multi-relational GNNs on synthetic and real-world experiments.

Cite

Text

Ferrini et al. "Meta-Path Learning for Multi-Relational Graph Neural Networks." Proceedings of the Second Learning on Graphs Conference, 2023.

Markdown

[Ferrini et al. "Meta-Path Learning for Multi-Relational Graph Neural Networks." Proceedings of the Second Learning on Graphs Conference, 2023.](https://mlanthology.org/log/2023/ferrini2023log-metapath/)

BibTeX

@inproceedings{ferrini2023log-metapath,
  title     = {{Meta-Path Learning for Multi-Relational Graph Neural Networks}},
  author    = {Ferrini, Francesco and Longa, Antonio and Passerini, Andrea and Jaeger, Manfred},
  booktitle = {Proceedings of the Second Learning on Graphs Conference},
  year      = {2023},
  pages     = {2:1-2:17},
  volume    = {231},
  url       = {https://mlanthology.org/log/2023/ferrini2023log-metapath/}
}