paper-with-me

홈 › Papers

KERMIT: Knowledge Graph Completion of Enhanced Relation Modeling with Inverse Transformation

2023-09-26 · Haotian Li, Bin Yu, Yuliang Wei, Kai Wang, Richard Yi Da Xu, Bailing Wang

Knowledge graph completion (KGC) revolves around populating missing triples in a knowledge graph using available information. Text-based methods, which depend on textual descriptions of triples, often encounter difficulties when these descriptions lack sufficient information for accurate prediction-an issue inherent to the datasets and not easily resolved through modeling alone. To address this and ensure data consistency, we first use large language models (LLMs) to generate coherent descriptions, bridging the semantic gap between queries and answers. Secondly, we utilize inverse relations to create a symmetric graph, thereby providing augmented training samples for KGC. Additionally, we employ the label information inherent in knowledge graphs (KGs) to enhance the existing contrastive framework, making it fully supervised. These efforts have led to significant performance improvements on the WN18RR and FB15k-237 datasets. According to standard evaluation metrics, our approach achieves a 4.2% improvement in Hit@1 on WN18RR and a 3.4% improvement in Hit@3 on FB15k-237, demonstrating superior performance.

📄 PDF Abstract BibTeX arXiv:2309.14770

Code (1)

lirt1231/kermit 공식 구현 pytorch

Tasks

DiversityKnowledge Graph CompletionKnowledge GraphsLink PredictionRelation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Context-Enhanced Entity and Relation Embedding for Knowledge Graph Completion

2020-12-13 · Ziyue Qiao, Zhiyuan Ning, Yi Du, Yuanchun Zhou

Most researches for knowledge graph completion learn representations of entities and relations to predict missing links in incomplete knowledge graphs. However, these methods fail to take full advantage of both the conte…

Knowledge Graph CompletionKnowledge GraphsRelation

NNKGC: Improving Knowledge Graph Completion with Node Neighborhoods

2023-02-13 · Irene Li, Boming Yang

Knowledge graph completion (KGC) aims to discover missing relations of query entities. Current text-based models utilize the entity name and description to infer the tail entity given the head entity and a certain relati…

Knowledge Graph CompletionLink Prediction

Association Rules Enhanced Knowledge Graph Attention Network

2020-11-14 · Zhenghao Zhang, Jianbin Huang, Qinglin Tan

Most existing knowledge graphs suffer from incompleteness. Embedding knowledge graphs into continuous vector spaces has recently attracted increasing interest in knowledge base completion. However, in most existing embed…

Graph AttentionGraph EmbeddingKnowledge Base CompletionKnowledge Graph Completion+4

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

ConvD: Attention Enhanced Dynamic Convolutional Embeddings for Knowledge Graph Completion

2023-12-11 · Wenbin Guo, Zhao Li, Xin Wang, Zirui Chen

Knowledge graphs generally suffer from incompleteness, which can be alleviated by completing the missing information. Deep knowledge convolutional embedding models based on neural networks are currently popular methods f…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsRelation