Hyperbolic Hypergraph Neural Networks for Multi-Relational Knowledge Hypergraph Representation
Mengfan Li, Xuanhua Shi, Chenqi Qiao, Teng Zhang, Hai Jin
TL;DR
This work tackles the challenge of learning representations for multi-relational knowledge hypergraphs by treating hyperedges as structured instances with order-sensitive roles. It introduces H$^2$GNN, a fully hyperbolic encoder that employs a two-stage hyper-star message passing to fuse adjacent hyperedges, hyper-relations, and position-aware information, operating in the Lorentz space with centroid-based aggregations and composition. The model demonstrates state-of-the-art performance on node classification and knowledge hypergraph link prediction across multiple datasets, with ablations confirming the importance of hyperbolic operations and position-aware components. By preserving hierarchical structure in hyperbolic space, H$^2$GNN offers a scalable, structure-aware approach for complex hypergraph reasoning with practical impact on tasks requiring high-order relational reasoning.
Abstract
Knowledge hypergraphs generalize knowledge graphs using hyperedges to connect multiple entities and depict complicated relations. Existing methods either transform hyperedges into an easier-to-handle set of binary relations or view hyperedges as isolated and ignore their adjacencies. Both approaches have information loss and may potentially lead to the creation of sub-optimal models. To fix these issues, we propose the Hyperbolic Hypergraph Neural Network (H2GNN), whose essential component is the hyper-star message passing, a novel scheme motivated by a lossless expansion of hyperedges into hierarchies. It implements a direct embedding that consciously incorporates adjacent entities, hyper-relations, and entity position-aware information. As the name suggests, H2GNN operates in the hyperbolic space, which is more adept at capturing the tree-like hierarchy. We compare H2GNN with 15 baselines on knowledge hypergraphs, and it outperforms state-of-the-art approaches in both node classification and link prediction tasks.
