HyCubE: Efficient Knowledge Hypergraph 3D Circular Convolutional Embedding
Knowledge hypergraph embedding models are usually computationally expensive due to the inherent complex semantic information. However, existing works mainly focus on improving the effectiveness of knowledge hypergraph embedding, making the model architecture more complex and redundant. It is desirable and challenging for knowledge hypergraph embedding to reach a trade-off between model effectiveness and efficiency. In this paper, we propose an end-to-end efficient knowledge hypergraph embedding model, HyCubE, which designs a novel 3D circular convolutional neural network and the alternate mask stack strategy to enhance the interaction and extraction of feature information comprehensively. Furthermore, our proposed model achieves a better trade-off between effectiveness and efficiency by adaptively adjusting the 3D circular convolutional layer structure to handle n-ary knowledge tuples of different arities with fewer parameters. In addition, we use a knowledge hypergraph 1-N multilinear scoring way to accelerate the model training efficiency further. Finally, extensive experimental results on all datasets demonstrate that our proposed model consistently outperforms state-of-the-art baselines, with an average improvement of 8.22% and a maximum improvement of 33.82% across all metrics. Meanwhile, HyCubE is 6.12x faster, GPU memory usage is 52.67% lower, and the number of parameters is reduced by 85.21% compared with the average metric of the latest state-of-the-art baselines.
Code (0)
등록된 구현이 없습니다.
Tasks
GPUhypergraph embeddingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
HyConvE: A Novel Embedding Model for Knowledge Hypergraph Link Prediction with Convolutional Neural Networks
Knowledge hypergraph embedding, which projects entities and n-ary relations into a low-dimensional continuous vector space to predict missing links, remains a challenging area to be explored despite the ubiquity of n-ary…
hypergraph embeddingKnowledge GraphsLink PredictionPosition+1HJE: Joint Convolutional Representation Learning for Knowledge Hypergraph Completion
Knowledge hypergraph representation learning , which projects entities and n -ary relations into a low-dimensional vector space, remains a challenging area to be explored despite the ubiquity of n -ary relational facts i…
Knowledge GraphsRepresentation LearningEnhancE:Enhanced Entity and Relation Embedding for Knowledge Hypergraph Link Prediction
Knowledge Hypergraphs, as the generalization of knowledge graphs, have attracted increasingly widespread attention due to their friendly compatibility with real-world facts. However, link prediction in knowledge hypergra…
Knowledge GraphsLink PredictionPositionPrediction+1Knowledge Hypergraphs: Prediction Beyond Binary Relations
Knowledge graphs store facts using relations between two entities. In this work, we address the question of link prediction in knowledge hypergraphs where relations are defined on any number of entities. While techniques…
Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsLink Prediction+2Knowledge Hypergraph Embedding Meets Relational Algebra
Embedding-based methods for reasoning in knowledge hypergraphs learn a representation for each entity and relation. Current methods do not capture the procedural rules underlying the relations in the graph. We propose a …
hypergraph embeddingKnowledge GraphsLink Prediction