All Projects → spacewalk01 → BiLSTM-and-CNN-for-Link-Prediction

spacewalk01 / BiLSTM-and-CNN-for-Link-Prediction

Licence: MIT license
Keras implementation of path-based link prediction model for knowledge graph completion

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to BiLSTM-and-CNN-for-Link-Prediction

kg-reeval
ACL 2020: A Re-evaluation of Knowledge Graph Completion Methods
Stars: ✭ 117 (+588.24%)
Mutual labels:  knowledge-graph, knowledge-graph-completion
InteractE
AAAI 2020 - InteractE: Improving Convolution-based Knowledge Graph Embeddings by Increasing Feature Interactions
Stars: ✭ 69 (+305.88%)
Mutual labels:  knowledge-graph-completion, knowledge-graph-embeddings
STransE
STransE: a novel embedding model of entities and relationships in knowledge bases (NAACL 2016)
Stars: ✭ 50 (+194.12%)
Mutual labels:  knowledge-graph-completion, knowledge-graph-embeddings
Knowledge Graph Wander
A collection of papers, codes, projects, tutorials ... for Knowledge Graph and other NLP methods
Stars: ✭ 26 (+52.94%)
Mutual labels:  knowledge-graph, knowledge-graph-embeddings
kglib
TypeDB-ML is the Machine Learning integrations library for TypeDB
Stars: ✭ 523 (+2976.47%)
Mutual labels:  knowledge-graph, knowledge-graph-completion
Ampligraph
Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Stars: ✭ 1,662 (+9676.47%)
Mutual labels:  knowledge-graph, knowledge-graph-embeddings
TransC
Source code and datasets of EMNLP2018 paper: "Differentiating Concepts and Instances for Knowledge Graph Embedding".
Stars: ✭ 75 (+341.18%)
Mutual labels:  knowledge-graph, knowledge-graph-embeddings
R-MeN
Transformer-based Memory Networks for Knowledge Graph Embeddings (ACL 2020) (Pytorch and Tensorflow)
Stars: ✭ 74 (+335.29%)
Mutual labels:  knowledge-graph, knowledge-graph-embeddings
Re Net
Recurrent Event Network: Autoregressive Structure Inference over Temporal Knowledge Graphs (EMNLP 2020)
Stars: ✭ 224 (+1217.65%)
Mutual labels:  knowledge-graph
Market-Trend-Prediction
This is a project of build knowledge graph course. The project leverages historical stock price, and integrates social media listening from customers to predict market Trend On Dow Jones Industrial Average (DJIA).
Stars: ✭ 57 (+235.29%)
Mutual labels:  knowledge-graph
Knowledge Graph Embeddings
Implementations of Embedding-based methods for Knowledge Base Completion tasks
Stars: ✭ 225 (+1223.53%)
Mutual labels:  knowledge-graph
Recommender System
A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN and so on.
Stars: ✭ 227 (+1235.29%)
Mutual labels:  knowledge-graph
knowledge-graph-change-language
Tools for working with KGCL
Stars: ✭ 14 (-17.65%)
Mutual labels:  knowledge-graph
Learn
A social network of lifelong learners built around humanity's universal learning map.
Stars: ✭ 224 (+1217.65%)
Mutual labels:  knowledge-graph
rclc
Rich Context leaderboard competition, including the corpus and current SOTA for required tasks.
Stars: ✭ 20 (+17.65%)
Mutual labels:  knowledge-graph
Bert Attributeextraction
USING BERT FOR Attribute Extraction in KnowledgeGraph. fine-tuning and feature extraction. 使用基于bert的微调和特征提取方法来进行知识图谱百度百科人物词条属性抽取。
Stars: ✭ 224 (+1217.65%)
Mutual labels:  knowledge-graph
Kprn
Reasoning Over Knowledge Graph Paths for Recommendation
Stars: ✭ 220 (+1194.12%)
Mutual labels:  knowledge-graph
Awesome-Federated-Learning-on-Graph-and-GNN-papers
Federated learning on graph, especially on graph neural networks (GNNs), knowledge graph, and private GNN.
Stars: ✭ 206 (+1111.76%)
Mutual labels:  knowledge-graph
awesome-knowledge-graphs
Graph databases, Knowledge Graphs, SPARQ
Stars: ✭ 56 (+229.41%)
Mutual labels:  knowledge-graph
Cool-NLPCV
Some Cool NLP and CV Repositories and Solutions (收集NLP中常见任务的开源解决方案、数据集、工具、学习资料等)
Stars: ✭ 143 (+741.18%)
Mutual labels:  knowledge-graph

LSTM-CNN for knowledge graph completion in Keras

### Required Files
  • data/processed_data.tar.gz - dataset files containing grounded paths with relations and entities (e.g e1, r1, e2, r2, e3).
  • tasks - can be downloaded from [1].

For generating relation paths such as (r1, r2, ..., rk), we used [2].

The original knowledge graph data we used for our experiments can be found in [1] which includes tasks datasets with train/test triples.

Reference:

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