Skip to content

quark0/ANALOGY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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