Triple Classification

21 papers with code • 1 benchmarks • 4 datasets

Triple classification aims to judge whether a given triple (h, r, t) is correct or not with respect to the knowledge graph.

Most implemented papers

TransINT: Embedding Implication Rules in Knowledge Graphs with Isomorphic Intersections of Linear Subspaces

SoyeonTiffanyMin/TransINT AKBC 2020

We propose TransINT, a novel and interpretable KG embedding method that isomorphically preserves the implication ordering among relations in the embedding space.

Differentially Private Federated Knowledge Graphs Embedding

HKUST-KnowComp/FKGE 17 May 2021

However, for multiple cross-domain knowledge graphs, state-of-the-art embedding models cannot make full use of the data from different knowledge domains while preserving the privacy of exchanged data.

Language Models as Knowledge Embeddings

neph0s/lmke 25 Jun 2022

In this paper, we propose LMKE, which adopts Language Models to derive Knowledge Embeddings, aiming at both enriching representations of long-tail entities and solving problems of prior description-based methods.

GreenKGC: A Lightweight Knowledge Graph Completion Method

yunchengwang/greenkgc 19 Aug 2022

Knowledge graph completion (KGC) aims to discover missing relationships between entities in knowledge graphs (KGs).

Repurposing Knowledge Graph Embeddings for Triple Representation via Weak Supervision

yur7nd/ptss 22 Aug 2022

The majority of knowledge graph embedding techniques treat entities and predicates as separate embedding matrices, using aggregation functions to build a representation of the input triple.

Knowledge Graph Refinement based on Triplet BERT-Networks

armitakhn/gilbert 18 Nov 2022

This paper adopts a transformer-based triplet network creating an embedding space that clusters the information about an entity or relation in the KG.

Structure Pretraining and Prompt Tuning for Knowledge Graph Transfer

zjukg/kgtransformer 3 Mar 2023

Through experiments, we justify that the pretrained KGTransformer could be used off the shelf as a general and effective KRF module across KG-related tasks.

Iteratively Learning Representations for Unseen Entities with Inter-Rule Correlations

wzh-nlp/ookg 17 May 2023

Recent work on knowledge graph completion (KGC) focused on learning embeddings of entities and relations in knowledge graphs.

Exploring Large Language Models for Knowledge Graph Completion

yao8839836/kg-llm 26 Aug 2023

Knowledge graphs play a vital role in numerous artificial intelligence tasks, yet they frequently face the issue of incompleteness.

Leveraging Pre-trained Language Models for Time Interval Prediction in Text-Enhanced Temporal Knowledge Graphs

duyguislakoglu/temt 28 Sep 2023

Most knowledge graph completion (KGC) methods learn latent representations of entities and relations of a given graph by mapping them into a vector space.