spacewalk01 / cnn-lstm-for-link-prediction

Keras implementation of path-based link prediction model for knowledge graph completion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Keras implementation of path-based link prediction model for knowledge graph completion

License:MIT License


Languages

Language:Python 92.4%Language:Shell 7.6%