CLSep 26, 2024

MUSE: Integrating Multi-Knowledge for Knowledge Graph Completion

arXiv:2409.17536v11 citationsh-index: 1Has Code
AI Analysis

This addresses the limitation of existing methods that neglect external semantic knowledge in knowledge graphs, offering a domain-specific incremental improvement for knowledge graph completion tasks.

The paper tackles the problem of Knowledge Graph Completion by predicting missing relations, proposing MUSE, a model that integrates multi-knowledge representation learning, and achieves over 5.50% H@1 and 4.20% MRR improvement on the NELL995 dataset.

Knowledge Graph Completion (KGC) aims to predict the missing [relation] part of (head entity)--[relation]->(tail entity) triplet. Most existing KGC methods focus on single features (e.g., relation types) or sub-graph aggregation. However, they do not fully explore the Knowledge Graph (KG) features and neglect the guidance of external semantic knowledge. To address these shortcomings, we propose a knowledge-aware reasoning model (MUSE), which designs a novel multi-knowledge representation learning mechanism for missing relation prediction. Our model develops a tailored embedding space through 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) Relational Path Aggregation for enhancing the path representation from the head entity to the tail entity. The experimental results show that MUSE significantly outperforms other baselines on four public datasets, achieving over 5.50% H@1 improvement and 4.20% MRR improvement on the NELL995 dataset. The code and datasets will be released via https://github.com/SUSTech-TP/ADMA2024-MUSE.git.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes