Skip to content

quark0/ANALOGY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 8, 2017
fa9b6d3 · Aug 8, 2017

History

12 Commits
Aug 7, 2017
Aug 7, 2017
May 6, 2017
May 6, 2017
Aug 7, 2017
Aug 8, 2017
Aug 8, 2017

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published