All Projects → thunlp → TKRL

thunlp / TKRL

Licence: MIT License
Representation Learning of Knowledge Graphs with Hierarchical Types (IJCAI-2016)

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to TKRL

IEAJKE
Code and data for our paper "Iterative Entity Alignment via Joint Knowledge Embeddings"
Stars: ✭ 43 (-36.76%)
Mutual labels:  knowledge-embedding
CoLAKE
COLING'2020: CoLAKE: Contextualized Language and Knowledge Embedding
Stars: ✭ 86 (+26.47%)
Mutual labels:  knowledge-embedding
KR-EAR
Knowledge Representation Learning with Entities, Attributes and Relations
Stars: ✭ 109 (+60.29%)
Mutual labels:  knowledge-embedding
Openke
An Open-Source Package for Knowledge Embedding (KE)
Stars: ✭ 2,851 (+4092.65%)
Mutual labels:  knowledge-embedding

TKRL

New: Add instruction for data preprocessing

INTRODUCTION

Type-embodied Knowledge Representation Learning (TKRL)

Representation Learning of Knowledge Graphs with Hierarchical Types (IJCAI'16)

Written by Ruobing Xie

COMPILE

Just type make in the folder ./

DATA

FB15k is published by the author of the paper "Translating Embeddings for Modeling Multi-relational Data (2013)." [download] You can also get FB15k from here: [download]

Entity types and relation-specific type constraint information for FB15k. [download]

FB15k+ is a new dataset based on FB15k, including new relations and triples. [download]

For data preprocessing, please refer to Data_preprocessing_for_TKRL.pdf.

CITE

If the codes or datasets help you, please cite the following paper:

Ruobing Xie, Zhiyuan Liu, Maosong Sun. Representation Learning of Knowledge Graphs with Hierarchical Types. The 25th International Joint Conference on Artificial Intelligence (IJCAI'16).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].