All Projects → Lapis-Hong → TransE-Knowledge-Graph-Embedding

Lapis-Hong / TransE-Knowledge-Graph-Embedding

Licence: MIT License
TensorFlow implementation of TransE and its extended models for Knowledge Representation Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TransE-Knowledge-Graph-Embedding

KGReasoning
Multi-Hop Logical Reasoning in Knowledge Graphs
Stars: ✭ 197 (+207.81%)
Mutual labels:  knowledge-graph, embedding
Cool-NLPCV
Some Cool NLP and CV Repositories and Solutions (收集NLP中常见任务的开源解决方案、数据集、工具、学习资料等)
Stars: ✭ 143 (+123.44%)
Mutual labels:  knowledge-graph, embedding
KGMiner
Knowledge Graph Miner
Stars: ✭ 37 (-42.19%)
Mutual labels:  knowledge-graph
PathCon
Combining relational context and relational paths for knowledge graph completion
Stars: ✭ 29 (-54.69%)
Mutual labels:  knowledge-graph
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (-9.37%)
Mutual labels:  knowledge-graph
bangle-io
A web only WYSIWYG note taking app that saves notes locally in markdown format.
Stars: ✭ 626 (+878.13%)
Mutual labels:  knowledge-graph
KNET
Neural Entity Typing with Knowledge Attention
Stars: ✭ 65 (+1.56%)
Mutual labels:  knowledge-graph
NMFADMM
A sparsity aware implementation of "Alternating Direction Method of Multipliers for Non-Negative Matrix Factorization with the Beta-Divergence" (ICASSP 2014).
Stars: ✭ 39 (-39.06%)
Mutual labels:  embedding
NMN
Source code and datasets for ACL 2020 paper: Neighborhood Matching Network for Entity Alignment.
Stars: ✭ 55 (-14.06%)
Mutual labels:  knowledge-graph
covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+48.44%)
Mutual labels:  knowledge-graph
sage
An Open Source Knowledge Graph written in Rust
Stars: ✭ 12 (-81.25%)
Mutual labels:  knowledge-graph
HyperKA
Knowledge Association with Hyperbolic Knowledge Graph Embeddings, EMNLP 2020
Stars: ✭ 27 (-57.81%)
Mutual labels:  knowledge-graph
PathCon
Combining relational context and relational paths for knowledge graph completion
Stars: ✭ 94 (+46.88%)
Mutual labels:  knowledge-graph
LME
Neural Entity Typing with Language Model Enhancement
Stars: ✭ 21 (-67.19%)
Mutual labels:  knowledge-graph
Knowledge Graph based Intent Network
Learning Intents behind Interactions with Knowledge Graph for Recommendation, WWW2021
Stars: ✭ 116 (+81.25%)
Mutual labels:  knowledge-graph
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (+134.38%)
Mutual labels:  knowledge-graph
awesome-ontology
A curated list of ontology things
Stars: ✭ 73 (+14.06%)
Mutual labels:  knowledge-graph
ke-dialogue
KE-Dialogue: Injecting knowledge graph into a fully end-to-end dialogue system.
Stars: ✭ 39 (-39.06%)
Mutual labels:  knowledge-graph
DataReused
Get Data Reused
Stars: ✭ 22 (-65.62%)
Mutual labels:  knowledge-graph
KgCLUE
KgCLUE: 大规模中文开源知识图谱问答
Stars: ✭ 131 (+104.69%)
Mutual labels:  knowledge-graph

Knowledge-Grapth-Embedding

Knowledge Graph Embedding model collections implemented by TensorFlow. Including TransE [1], TransH [2], TransR [3], TransD [4] models for knowledge representation learning (KRL).

Prerequisites

  • Python 3.6
  • TensorFlow 1.10

Data

You can download FB15K and WN18 from Download.

TODO

add more models

Usage

python train.py

References

[1] Bordes, Antoine, et al. Translating embeddings for modeling multi-relational data. Proceedings of NIPS, 2013.

[2] Zhen Wang, Jianwen Zhang, et al. Knowledge Graph Embedding by Translating on Hyperplanes. Proceedings of AAAI, 2014.

[3] Yankai Lin, Zhiyuan Liu, et al. Learning Entity and Relation Embeddings for Knowledge Graph Completion. Proceedings of AAAI, 2015.

[4] Guoliang Ji, Shizhu He, et al. Knowledge Graph Embedding via Dynamic Mapping Matrix. Proceedings of ACL, 2015.

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].