paper-with-me

Papers

Progressive Knowledge Graph Completion

2024-04-15 · Jiayi Li, Ruilin Luo, Jiaqi Sun, Jing Xiao, Yujiu Yang

Knowledge Graph Completion (KGC) has emerged as a promising solution to address the issue of incompleteness within Knowledge Graphs (KGs). Traditional KGC research primarily centers on triple classification and link prediction. Nevertheless, we contend that these tasks do not align well with real-world scenarios and merely serve as surrogate benchmarks. In this paper, we investigate three crucial processes relevant to real-world construction scenarios: (a) the verification process, which arises from the necessity and limitations of human verifiers; (b) the mining process, which identifies the most promising candidates for verification; and (c) the training process, which harnesses verified data for subsequent utilization; in order to achieve a transition toward more realistic challenges. By integrating these three processes, we introduce the Progressive Knowledge Graph Completion (PKGC) task, which simulates the gradual completion of KGs in real-world scenarios. Furthermore, to expedite PKGC processing, we propose two acceleration modules: Optimized Top-$k$ algorithm and Semantic Validity Filter. These modules significantly enhance the efficiency of the mining procedure. Our experiments demonstrate that performance in link prediction does not accurately reflect performance in PKGC. A more in-depth analysis reveals the key factors influencing the results and provides potential directions for future research.

📄 PDF Abstract BibTeX arXiv:2404.09897

Code (1)

hyleepp/continue-kgc 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge GraphsLink PredictionTriple Classification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

QuatDE: Dynamic Quaternion Embedding for Knowledge Graph Completion

2021-05-19 · Haipeng Gao, Kun Yang, Yuxue Yang, Rufai Yusuf Zakari 외

Knowledge graph embedding has been an active research topic for knowledge base completion (KGC), with progressive improvement from the initial TransE, TransH, RotatE et al to the current state-of-the-art QuatE. However, …

Graph EmbeddingKnowledge Base CompletionKnowledge Graph CompletionKnowledge Graph Embedding+3

Progressive Distillation Based on Masked Generation Feature Method for Knowledge Graph Completion

2024-01-19 · Cunhang Fan, Yujie Chen, Jun Xue, Yonghui Kong 외

In recent years, knowledge graph completion (KGC) models based on pre-trained language model (PLM) have shown promising results. However, the large number of parameters and high computational cost of PLM models pose chal…

Knowledge Graph CompletionLanguage ModellingTransfer Learning

End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion

2018-11-11 · Chao Shang, Yun Tang, Jing Huang, Jinbo Bi 외

Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D…

DecoderGraph EmbeddingKnowledge Base CompletionKnowledge Graph Embedding+2

Fast Knowledge Graph Completion using Graphics Processing Units

2023-07-22 · Chun-Hee Lee, Dong-oh Kang, Hwa Jeon Song

Knowledge graphs can be used in many areas related to data semantics such as question-answering systems, knowledge based systems. However, the currently constructed knowledge graphs need to be complemented for better kno…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

Diffusion-based Hierarchical Negative Sampling for Multimodal Knowledge Graph Completion

2025-01-26 · Guanglin Niu, Xiaowei Zhang

Multimodal Knowledge Graph Completion (MMKGC) aims to address the critical issue of missing knowledge in multimodal knowledge graphs (MMKGs) for their better applications. However, both the previous MMGKC and negative sa…

Knowledge Graph CompletionKnowledge Graphs