Knowledge Graph Completion

208 papers with code • 7 benchmarks • 16 datasets

Knowledge graphs $G$ are represented as a collection of triples $\{(h, r, t)\}\subseteq E\times R\times E$, where $E$ and $R$ are the entity set and relation set. The task of Knowledge Graph Completion is to either predict unseen relations $r$ between two existing entities: $(h, ?, t)$ or predict the tail entity $t$ given the head entity and the query relation: $(h, r, ?)$.

Source: One-Shot Relational Learning for Knowledge Graphs

Libraries

Use these libraries to find Knowledge Graph Completion models and implementations

KICGPT: Large Language Model with Knowledge in Context for Knowledge Graph Completion

weiyanbin1999/kicgpt 4 Feb 2024

Knowledge Graph Completion (KGC) is crucial for addressing knowledge graph incompleteness and supporting downstream applications.

10
04 Feb 2024

Contextualization Distillation from Large Language Model for Knowledge Graph Completion

david-li0406/contextulization-distillation 28 Jan 2024

While textual information significantly enhances the performance of pre-trained language models (PLMs) in knowledge graph completion (KGC), the static and noisy nature of existing corpora collected from Wikipedia articles or synsets definitions often limits the potential of PLM-based KGC models.

9
28 Jan 2024

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

cyjie429/pmd 19 Jan 2024

This paper proposes a progressive distillation method based on masked generation features for KGC task, aiming to significantly reduce the complexity of pre-trained models.

6
19 Jan 2024

Prompting Disentangled Embeddings for Knowledge Graph Completion with Pre-trained Language Model

genggengcss/pdkgc 4 Dec 2023

Accordingly, we propose a new KGC method named PDKGC with two prompts -- a hard task prompt which is to adapt the KGC task to the PLM pre-training task of token prediction, and a disentangled structure prompt which learns disentangled graph representation so as to enable the PLM to combine more relevant structure knowledge with the text information.

6
04 Dec 2023

Increasing Coverage and Precision of Textual Information in Multilingual Knowledge Graphs

apple/ml-kge 27 Nov 2023

Recent work in Natural Language Processing and Computer Vision has been using textual information -- e. g., entity names and descriptions -- available in knowledge graphs to ground neural models to high-quality structured data.

13
27 Nov 2023

Better Together: Enhancing Generative Knowledge Graph Completion with Language Models and Neighborhood Information

screemix/kgc-t5-with-neighbors 2 Nov 2023

In this study, we propose to include node neighborhoods as additional information to improve KGC methods based on language models.

12
02 Nov 2023

Distance-Based Propagation for Efficient Knowledge Graph Reasoning

harryshomer/tagnet 2 Nov 2023

A new class of methods have been proposed to tackle this problem by aggregating path information.

4
02 Nov 2023

Re-Temp: Relation-Aware Temporal Representation Learning for Temporal Knowledge Graph Completion

adlnlp/re-temp 24 Oct 2023

Temporal Knowledge Graph Completion (TKGC) under the extrapolation setting aims to predict the missing entity from a fact in the future, posing a challenge that aligns more closely with real-world prediction problems.

0
24 Oct 2023

Negative Sampling with Adaptive Denoising Mixup for Knowledge Graph Embedding

DeMix2023/Demix 15 Oct 2023

Most existing negative sampling methods assume that non-existent triples with high scores are high-quality negative triples.

4
15 Oct 2023

Can Text-based Knowledge Graph Completion Benefit From Zero-Shot Large Language Models?

sjlmg/cp-kgc 12 Oct 2023

We found that (1) without fine-tuning, LLMs have the capability to further improve the quality of entity text descriptions.

5
12 Oct 2023