Enhancing the Utility of Higher-Order Information in Relational Learning
Raphael Pellegrin, Lukas Fesser, Melanie Weber
TL;DR
This work investigates how to leverage higher-order information in relational learning by comparing hypergraph-level and graph-level GNNs, and by introducing hypergraph-level encodings. It demonstrates that graph-level architectures applied to hypergraph clique expansions often match or exceed hypergraph-specific methods, challenging the assumption that hypergraph architectures are always superior for multi-way relations. The authors propose hypergraph-level encodings (including $H$-$k$-LAPE, $H$-$k$-RWPE, HCP, and H-LDP) and prove they can exceed the expressivity of graph-level counterparts, with empirical results showing substantial gains when these encodings are used with graph-level models. The findings provide practical guidance for model design on multi-way relational data and point to promising directions for true hypergraph benchmarks and further expressivity analyses.
Abstract
Higher-order information is crucial for relational learning in many domains where relationships extend beyond pairwise interactions. Hypergraphs provide a natural framework for modeling such relationships, which has motivated recent extensions of graph neural network architectures to hypergraphs. However, comparisons between hypergraph architectures and standard graph-level models remain limited. In this work, we systematically evaluate a selection of hypergraph-level and graph-level architectures, to determine their effectiveness in leveraging higher-order information in relational learning. Our results show that graph-level architectures applied to hypergraph expansions often outperform hypergraph-level ones, even on inputs that are naturally parametrized as hypergraphs. As an alternative approach for leveraging higher-order information, we propose hypergraph-level encodings based on classical hypergraph characteristics. While these encodings do not significantly improve hypergraph architectures, they yield substantial performance gains when combined with graph-level models. Our theoretical analysis shows that hypergraph-level encodings provably increase the representational power of message-passing graph neural networks beyond that of their graph-level counterparts.
