MUSE: Multi-Knowledge Passing on the Edges, Boosting Knowledge Graph Completion
Pengjie Liu

TL;DR
MUSE is a knowledge-aware reasoning model that improves knowledge graph completion by integrating multi-knowledge representations, including semantic, contextual, and relational path information, significantly outperforming existing methods.
Contribution
MUSE introduces a novel multi-knowledge representation learning mechanism with three parallel components to enhance relation prediction in knowledge graphs.
Findings
Outperforms baselines with over 5.50% improvement in H@1 on NELL995
Achieves 4.20% higher MRR on NELL995
Effectively integrates semantic, contextual, and path information
Abstract
Knowledge Graph Completion (KGC) aims to predict the missing information in the (head entity)-[relation]-(tail entity) triplet. Deep Neural Networks have achieved significant progress in the relation prediction task. However, most existing KGC methods focus on single features (e.g., entity IDs) and sub-graph aggregation, which cannot fully explore all the features in the Knowledge Graph (KG), and neglect the external semantic knowledge injection. To address these problems, we propose MUSE, a knowledge-aware reasoning model to learn a tailored embedding space in three dimensions for missing relation prediction through a multi-knowledge representation learning mechanism. Our MUSE consists of three parallel components: 1) Prior Knowledge Learning for enhancing the triplets' semantic representation by fine-tuning BERT; 2) Context Message Passing for enhancing the context messages of KG; 3)…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Advanced Graph Neural Networks
MethodsFocus
