quark0 / ANALOGY

Analogical inference for knowledge graph completion

Home Page:https://arxiv.org/abs/1705.02426

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANALOGY

The repository provides lightweight C++ implementations for the following papers

Basic Usage

Training

make && ./main -algorithm Analogy -model_path output.model

Prediction

./main -algorithm Analogy -model_path output.model -prediction 1

The program runs with 32 threads by default. For more options, please refer to main.cc.

Contributors

Please cite the following if you use the code for publication

@article{liu2017analogical,
  title={Analogical Inference for Multi-Relational Embeddings},
  author={Liu, Hanxiao and Wu, Yuexin and Yang, Yiming},
  journal={arXiv preprint arXiv:1705.02426},
  year={2017}
}

About

Analogical inference for knowledge graph completion

https://arxiv.org/abs/1705.02426

License:MIT License


Languages

Language:C++ 99.8%Language:Makefile 0.2%