Knowledge Graph Completion

205 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

MyGO: Discrete Modality Information as Fine-Grained Tokens for Multi-modal Knowledge Graph Completion

zjukg/mygo 15 Apr 2024

To overcome their inherent incompleteness, multi-modal knowledge graph completion (MMKGC) aims to discover unobserved knowledge from given MMKGs, leveraging both structural information from the triples and multi-modal information of the entities.

110
15 Apr 2024

Harnessing the Power of Large Language Model for Uncertainty Aware Graph Processing

code4paper-2024/code4paper 31 Mar 2024

To equip the graph processing with both high accuracy and explainability, we introduce a novel approach that harnesses the power of a large language model (LLM), enhanced by an uncertainty-aware module to provide a confidence score on the generated answer.

1
31 Mar 2024

KC-GenRe: A Knowledge-constrained Generative Re-ranking Method Based on Large Language Models for Knowledge Graph Completion

wylresearch/kc-genre 26 Mar 2024

Previous methods for KGC re-ranking are mostly built on non-generative language models to obtain the probability of each candidate.

2
26 Mar 2024

The Power of Noise: Toward a Unified Multi-modal Knowledge Graph Representation Framework

zjukg/snag 11 Mar 2024

In this work, to evaluate models' ability to accurately embed entities within MMKGs, we focus on two widely researched tasks: Multi-modal Knowledge Graph Completion (MKGC) and Multi-modal Entity Alignment (MMEA).

8
11 Mar 2024

Counterfactual Reasoning with Knowledge Graph Embeddings

lenazellinger/counterfactual_kgr 11 Mar 2024

We further observe that KGEs adapted with COULDD solidly detect plausible counterfactual changes to the graph that follow these patterns.

1
11 Mar 2024

Multi-perspective Improvement of Knowledge Graph Completion with Large Language Models

quqxui/mpikgc 4 Mar 2024

Knowledge graph completion (KGC) is a widely used method to tackle incompleteness in knowledge graphs (KGs) by making predictions for missing links.

15
04 Mar 2024

Unleashing the Power of Imbalanced Modality Information for Multi-modal Knowledge Graph Completion

zjukg/adamf-mat 22 Feb 2024

To address the mentioned problems, we propose Adaptive Multi-modal Fusion and Modality Adversarial Training (AdaMF-MAT) to unleash the power of imbalanced modality information for MMKGC.

12
22 Feb 2024

UrbanKGent: A Unified Large Language Model Agent Framework for Urban Knowledge Graph Construction

usail-hkust/urbankgent 10 Feb 2024

Urban knowledge graph has recently worked as an emerging building block to distill critical knowledge from multi-sourced urban data for diverse urban application scenarios.

12
10 Feb 2024

Knowledge Graphs Meet Multi-Modal Learning: A Comprehensive Survey

zjukg/kg-mm-survey 8 Feb 2024

In this survey, we carefully review over 300 articles, focusing on KG-aware research in two principal aspects: KG-driven Multi-Modal (KG4MM) learning, where KGs support multi-modal tasks, and Multi-Modal Knowledge Graph (MM4KG), which extends KG studies into the MMKG realm.

178
08 Feb 2024

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