paper-with-me

Papers

Collective Knowledge Graph Completion with Mutual Knowledge Distillation

2023-05-25 · Weihang Zhang, Ovidiu Serban, Jiahao Sun, Yi-Ke Guo

Knowledge graph completion (KGC), the task of predicting missing information based on the existing relational data inside a knowledge graph (KG), has drawn significant attention in recent years. However, the predictive power of KGC methods is often limited by the completeness of the existing knowledge graphs from different sources and languages. In monolingual and multilingual settings, KGs are potentially complementary to each other. In this paper, we study the problem of multi-KG completion, where we focus on maximizing the collective knowledge from different KGs to alleviate the incompleteness of individual KGs. Specifically, we propose a novel method called CKGC-CKD that uses relation-aware graph convolutional network encoder models on both individual KGs and a large fused KG in which seed alignments between KGs are regarded as edges for message propagation. An additional mutual knowledge distillation mechanism is also employed to maximize the knowledge transfer between the models of "global" fused KG and the "local" individual KGs. Experimental results on multilingual datasets have shown that our method outperforms all state-of-the-art models in the KGC task.

📄 PDF Abstract BibTeX arXiv:2305.15895

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationKnowledge Graph CompletionKnowledge GraphsTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

NoiGAN: NOISE AWARE KNOWLEDGE GRAPH EMBEDDING WITH GAN

2019-09-25 · Kewei Cheng, Yikai Zhu, Ming Zhang, Yizhou Sun

Knowledge graph has gained increasing attention in recent years for its successful applications of numerous tasks. Despite the rapid growth of knowledge construction, knowledge graphs still suffer from severe incompletio…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs

KG-TRICK: Unifying Textual and Relational Information Completion of Knowledge for Multilingual Knowledge Graphs

2025-01-07 · Zelin Zhou, Simone Conia, Daniel Lee, Min Li 외

Multilingual knowledge graphs (KGs) provide high-quality relational and textual information for various NLP applications, but they are often incomplete, especially in non-English languages. Previous research has shown th…

Knowledge Graph CompletionKnowledge Graphs

Cumulative Path-Level Semantic Reasoning for Inductive Knowledge Graph Completion

2026-01-09 · Jiapu Wang, Xinghe Cheng, Zezheng Wu, Ruiqi Ma 외 arxiv

Conventional Knowledge Graph Completion (KGC) methods aim to infer missing information in incomplete Knowledge Graphs (KGs) by leveraging existing information, which struggle to perform effectively in scenarios involving…

Inductive knowledge graph completionKnowledge Graphs

Knowledge Is Flat: A Seq2Seq Generative Framework for Various Knowledge Graph Completion

2022-09-15 · COLING 2022 10 · Chen Chen, YuFei Wang, Bing Li, Kwok-Yan Lam

Knowledge Graph Completion (KGC) has been recently extended to multiple knowledge graph (KG) structures, initiating new research directions, e.g. static KGC, temporal KGC and few-shot KGC. Previous works often design KGC…

Knowledge Graph Completion

Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment

2022-03-28 · ACL 2022 5 · Zijie Huang, Zheng Li, Haoming Jiang, Tianyu Cao 외

Predicting missing facts in a knowledge graph (KG) is crucial as modern KGs are far from complete. Due to labor-intensive human labeling, this phenomenon deteriorates when handling knowledge represented in various langua…

Knowledge Graph Completion