paper-with-me

Papers

Multilingual Knowledge Graph Completion from Pretrained Language Models with Knowledge Constraints

2024-06-26 · Ran Song, Shizhu He, Shengxiang Gao, Li Cai, Kang Liu, Zhengtao Yu, Jun Zhao

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 multilingual pretrained language models (PLMs) and the generative paradigm to achieve mKGC. Although multilingual pretrained language models contain extensive knowledge of different languages, its pretraining tasks cannot be directly aligned with the mKGC tasks. Moreover, the majority of KGs and PLMs currently available exhibit a pronounced English-centric bias. This makes it difficult for mKGC to achieve good results, particularly in the context of low-resource languages. To overcome previous problems, this paper introduces global and local knowledge constraints for mKGC. The former is used to constrain the reasoning of answer entities, while the latter is used to enhance the representation of query contexts. The proposed method makes the pretrained model better adapt to the mKGC task. Experimental results on public datasets demonstrate that our method outperforms the previous SOTA on Hits@1 and Hits@10 by an average of 12.32% and 16.03%, which indicates that our proposed method has significant enhancement on mKGC.

📄 PDF Abstract BibTeX arXiv:2406.18085

Code (1)

Maxpa1n/gcplm-kgc 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge Graphs

Similar Papers 제목 키워드 기반

CoDEx: A Comprehensive Knowledge Graph Completion Benchmark

2020-09-16 · EMNLP 2020 11 · Tara Safavi, Danai Koutra

We present CoDEx, a set of knowledge graph completion datasets extracted from Wikidata and Wikipedia that improve upon existing knowledge graph completion benchmarks in scope and level of difficulty. In terms of scope, C…

BenchmarkingKnowledge Graph CompletionKnowledge GraphsLink Prediction+1

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

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

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

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