Edouard Grave 7842495a4d Re-licensing fasttext to MIT há 7 anos atrás
..
README.md 596d04b820 add kb completion scripts há 8 anos atrás
data.sh 7842495a4d Re-licensing fasttext to MIT há 7 anos atrás
eval.cpp 7842495a4d Re-licensing fasttext to MIT há 7 anos atrás
fb15k.sh 7842495a4d Re-licensing fasttext to MIT há 7 anos atrás
fb15k237.sh 7842495a4d Re-licensing fasttext to MIT há 7 anos atrás
svo.sh 7842495a4d Re-licensing fasttext to MIT há 7 anos atrás
wn18.sh 7842495a4d Re-licensing fasttext to MIT há 7 anos atrás

README.md

Fast Linear Model for Knowledge Graph Embeddings

Knowledge base completion

These scripts require the fastText library.

Run the data.sh script to download and format the datasets. Then run any of the scripts to train and test on a given dataset.

Reference

If you use this code please cite:

@article{joulin2017fast, title={Fast Linear Model for Knowledge Graph Embeddings}, author={Joulin, Armand and Grave, Edouard and Bojanowski, Piotr and Nickel, Maximilian and Mikolov, Tomas}, journal={arXiv preprint arXiv:1710.10881}, year={2017} }