TL;DR
This paper introduces a method to improve knowledge graph embedding models by training multiple low-dimensional models in parallel and combining them, achieving better performance and efficiency compared to single high-dimensional models.
Contribution
The paper proposes a novel ensemble approach using multiple low-dimensional embeddings to enhance KGE model performance without increasing total parameters.
Findings
Multiple low-dimensional models outperform single high-dimensional models in link prediction.
Ensemble training improves model expressiveness for various graph patterns.
Method offers training efficiency advantages through parallelization.
Abstract
Among the top approaches of recent years, link prediction using knowledge graph embedding (KGE) models has gained significant attention for knowledge graph completion. Various embedding models have been proposed so far, among which, some recent KGE models obtain state-of-the-art performance on link prediction tasks by using embeddings with a high dimension (e.g. 1000) which accelerate the costs of training and evaluation considering the large scale of KGs. In this paper, we propose a simple but effective performance boosting strategy for KGE models by using multiple low dimensions in different repetition rounds of the same model. For example, instead of training a model one time with a large embedding size of 1200, we repeat the training of the model 6 times in parallel with an embedding size of 200 and then combine the 6 separate models for testing while the overall numbers of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
