File: README.md

package info (click to toggle)
fasttext 0.9.2%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,940 kB
  • sloc: cpp: 5,459; python: 2,427; javascript: 635; sh: 621; makefile: 106; xml: 81; perl: 43
file content (19 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Fast Linear Model for Knowledge Graph Embeddings

## Knowledge base completion

These scripts require the [fastText library](https://github.com/facebookresearch/fastText).

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}
}