HyperQuery: Beyond Binary Link Prediction
Sepideh Maleki, Josh Vekhter, Keshav Pingali
TL;DR
HyperQuery tackles the challenge of predicting higher-order relations in both simple and knowledge hypergraphs by proposing a self-supervised framework that uses clustering-driven global features to bootstrap node and hyperedge representations. It introduces a novel Edge2Edge convolution through alternating edge-to-node and node-to-edge message passing, augmented by a bilinear aggregation and clustering-based initializations to enable both hyperedge prediction and knowledge hypergraph completion without heavy labeling. Across knowledge hypergraph benchmarks (e.g., FB-AUTO, M-FB15K, JF17K) and hyperedge prediction datasets (e.g., iAF1260b, iJO1366, USPTO, DBLP), HyperQuery achieves state-of-the-art results and demonstrates robust ablations showing the efficacy of Omega choices and bilinear pooling. The method offers a scalable, explainable approach for reasoning about n-ary relations and sets the stage for solving more complex hyperqueries by fusing local message passing with global structural signals.
Abstract
Groups with complex set intersection relations are a natural way to model a wide array of data, from the formation of social groups to the complex protein interactions which form the basis of biological life. One approach to representing such higher order relationships is as a hypergraph. However, efforts to apply machine learning techniques to hypergraph structured datasets have been limited thus far. In this paper, we address the problem of link prediction in knowledge hypergraphs as well as simple hypergraphs and develop a novel, simple, and effective optimization architecture that addresses both tasks. Additionally, we introduce a novel feature extraction technique using node level clustering and we show how integrating data from node-level labels can improve system performance. Our self-supervised approach achieves significant improvement over state of the art baselines on several hyperedge prediction and knowledge hypergraph completion benchmarks.
