paper-with-me

Papers

Multilingual Knowledge Graph Completion via Ensemble Knowledge Transfer

2020-10-07 · Findings of the Association for Computational Linguistics 2020 · Xuelu Chen, Muhao Chen, Changjun Fan, Ankith Uppunda, Yizhou Sun, Carlo Zaniolo

Predicting missing facts in a knowledge graph (KG) is a crucial task in knowledge base construction and reasoning, and it has been the subject of much research in recent works using KG embeddings. While existing KG embedding approaches mainly learn and predict facts within a single KG, a more plausible solution would benefit from the knowledge in multiple language-specific KGs, considering that different KGs have their own strengths and limitations on data quality and coverage. This is quite challenging, since the transfer of knowledge among multiple independently maintained KGs is often hindered by the insufficiency of alignment information and the inconsistency of described facts. In this paper, we propose KEnS, a novel framework for embedding learning and ensemble knowledge transfer across a number of language-specific KGs. KEnS embeds all KGs in a shared embedding space, where the association of entities is captured based on self-learning. Then, KEnS performs ensemble inference to combine prediction results from embeddings of multiple language-specific KGs, for which multiple ensemble techniques are investigated. Experiments on five real-world language-specific KGs show that KEnS consistently improves state-of-the-art methods on KG completion, via effectively identifying and leveraging complementary knowledge.

📄 PDF Abstract BibTeX arXiv:2010.03158

Code (1)

stasl0217/KEnS 공식 구현 tf

Tasks

Knowledge Base ConstructionKnowledge Graph CompletionSelf-LearningTransfer Learning

Similar Papers 제목 키워드 기반

Multilingual Knowledge Graph Completion via Efficient Multilingual Knowledge Sharing

2025-10-09 · Cunli Mao, Xiaofei Gao, Ran Song, Shizhu He 외 arxiv

Large language models (LLMs) based Multilingual Knowledge Graph Completion (MKGC) aim to predict missing facts by leveraging LLMs' multilingual understanding capabilities, improving the completeness of multilingual knowl…

Knowledge Graph CompletionKnowledge Graphs

Joint Multilingual Knowledge Graph Completion and Alignment

2022-10-17 · Vinh Tong, Dat Quoc Nguyen, Trung Thanh Huynh, Tam Thanh Nguyen 외

Knowledge graph (KG) alignment and completion are usually treated as two independent tasks. While recent work has leveraged entity and relation alignments from multiple KGs, such as alignments between multilingual KGs wi…

Knowledge Graph CompletionKnowledge GraphsRelation

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

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

Knowledge DistillationKnowledge Graph CompletionKnowledge GraphsTransfer Learning

Multilingual Knowledge Graph Completion from Pretrained Language Models with Knowledge Constraints

2024-06-26 · Ran Song, Shizhu He, Shengxiang Gao, Li Cai 외

Multilingual Knowledge Graph Completion (mKGC) aim at solving queries like (h, r, ?) in different languages by reasoning a tail entity t thus improving multilingual knowledge graphs. Previous studies leverage multilingua…

Knowledge Graph CompletionKnowledge Graphs