• Stars
    star
    109
  • Rank 317,107 (Top 7 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pytorch implementation of Quaternion Knowledge Graph Embeddings.

Hyper-parameters for reproducing the reported results are provided in the train_QuatE_dataset.py.

How to run

Requirements: Pytorch 1.4+

STEP:

  1. export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/local/lib64:/usr/lib64
  2. CUDA_VISIBLE_DEVICES=0 python3 train_QuatE_dataset.py

Citation

@article{zhang2019quaternion,
  title={Quaternion Knowledge Graph Embedding},
  author={Zhang, Shuai and Tay, Yi and Yao, Lina and Liu, Qi},
  journal={arXiv preprint arXiv:1904.10281},
  year={2019}
}

This code is based on the OpenKE project.