Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 85% Match Research Paper Researchers in graph theory and network science,Data scientists,Machine learning engineers 2 weeks ago

HyperSearch: Prediction of New Hyperedges through Unconstrained yet Efficient Search

graph-neural-networks › social-networks
📄 Abstract

Abstract: Higher-order interactions (HOIs) in complex systems, such as scientific collaborations, multi-protein complexes, and multi-user communications, are commonly modeled as hypergraphs, where each hyperedge (i.e., a subset of nodes) represents an HOI among the nodes. Given a hypergraph, hyperedge prediction aims to identify hyperedges that are either missing or likely to form in the future, and it has broad applications, including recommending interest-based social groups, predicting collaborations, and uncovering functional complexes in biological systems. However, the vast search space of hyperedge candidates (i.e., all possible subsets of nodes) poses a significant computational challenge, making naive exhaustive search infeasible. As a result, existing approaches rely on either heuristic sampling to obtain constrained candidate sets or ungrounded assumptions on hypergraph structure to select promising hyperedges. In this work, we propose HyperSearch, a search-based algorithm for hyperedge prediction that efficiently evaluates unconstrained candidate sets, by incorporating two key components: (1) an empirically grounded scoring function derived from observations in real-world hypergraphs and (2) an efficient search mechanism, where we derive and use an anti-monotonic upper bound of the original scoring function (which is not antimonotonic) to prune the search space. This pruning comes with theoretical guarantees, ensuring that discarded candidates are never better than the kept ones w.r.t. the original scoring function. In extensive experiments on 10 real-world hypergraphs across five domains, HyperSearch consistently outperforms state-of-the-art baselines, achieving higher accuracy in predicting new (i.e., not in the training set) hyperedges.
Authors (5)
Hyunjin Choo
Fanchen Bu
Hyunjin Hwang
Young-Gyu Yoon
Kijung Shin
Submitted
October 20, 2025
arXiv Category
cs.SI
arXiv PDF

Key Contributions

This paper introduces HyperSearch, a novel search-based algorithm for hyperedge prediction in hypergraphs. It addresses the computational challenge of vast search spaces by proposing an efficient method that avoids the need for heuristic sampling or ungrounded assumptions on hypergraph structure, making it more robust and generalizable.

Business Value

Enables more accurate and efficient prediction of relationships and interactions in complex systems, leading to better recommendations, collaboration predictions, and discovery of functional relationships in biological data.