paper-with-me

홈 › Papers

Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing

2025-06-29 · Siyuan Li, Ruitong Liu, Yan Wen, Te Sun

Semantic context surrounding a triplet $(h, r, t)$ is crucial for Knowledge Graph Completion (KGC), providing vital cues for prediction. However, traditional node-based message passing mechanisms, when applied to knowledge graphs, often introduce noise and suffer from information dilution or over-smoothing by indiscriminately aggregating information from all neighboring edges. To address this challenge, we propose a semantic-aware relational message passing. A core innovation of this framework is the introduction of a \textbf{semantic-aware Top-K neighbor selection strategy}. Specifically, this strategy first evaluates the semantic relevance between a central node and its incident edges within a shared latent space, selecting only the Top-K most pertinent ones. Subsequently, information from these selected edges is effectively fused with the central node's own representation using a \textbf{multi-head attention aggregator} to generate a semantically focused node message. In this manner, our model not only leverages the structure and features of edges within the knowledge graph but also more accurately captures and propagates the contextual information most relevant to the specific link prediction task, thereby effectively mitigating interference from irrelevant information. Extensive experiments demonstrate that our method achieves superior performance compared to existing approaches on several established benchmarks.

📄 PDF Abstract BibTeX arXiv:2506.23141

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionKnowledge GraphsLink PredictionTriplet

Similar Papers 제목 키워드 기반

Commonsense Knowledge Base Completion with Structural and Semantic Context

2019-10-07 · Chaitanya Malaviya, Chandra Bhagavatula, Antoine Bosselut, Yejin Choi

Automatic KB completion for commonsense knowledge graphs (e.g., ATOMIC and ConceptNet) poses unique challenges compared to the much studied conventional knowledge bases (e.g., Freebase). Commonsense knowledge graphs use …

Computational EfficiencyKnowledge Base CompletionKnowledge GraphsLanguage Modelling+2

Contextual Dictionary Lookup for Knowledge Graph Completion

2023-06-13 · Jining Wang, Delai Qiu, YouMing Liu, Yining Wang 외

Knowledge graph completion (KGC) aims to solve the incompleteness of knowledge graphs (KGs) by predicting missing links from known triples, numbers of knowledge graph embedding (KGE) models have been proposed to perform …

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

MuCo-KGC: Multi-Context-Aware Knowledge Graph Completion

2025-03-05 · Haji Gul, Ajaz Ahmad Bhat, Abdul Ghani Haji Naim

Knowledge graph completion (KGC) seeks to predict missing entities (e.g., heads or tails) or relationships in knowledge graphs (KGs), which often contain incomplete data. Traditional embedding-based methods, such as Tran…

Knowledge Graph CompletionKnowledge GraphsTriplet

MUSE: Integrating Multi-Knowledge for Knowledge Graph Completion

2024-09-26 · Pengjie Liu

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 agg…

Knowledge Graph CompletionRelationRelation PredictionRepresentation Learning+1

Knowledge Graph Completion with Relation-Aware Anchor Enhancement

2025-04-08 · Duanyang Yuan, Sihang Zhou, Xiaoshu Chen, Dong Wang 외

Text-based knowledge graph completion methods take advantage of pre-trained language models (PLM) to enhance intrinsic semantic connections of raw triplets with detailed text descriptions. Typical methods in this branch …

Knowledge Graph CompletionLink PredictionRelation