chihming / awesome-network-embedding

A curated list of network embedding techniques.
2.57k stars 503 forks source link

Add PyKEEN #79

Open cthoyt opened 2 years ago

cthoyt commented 2 years ago

PyKEEN is a package implementing 30+ knowledge graph embedding models (including some already mentioned in this list). The full list of models is at https://github.com/pykeen/pykeen/#models-30.

Website: https://pykeen.github.io/ Code: https://github.com/pykeen/pykeen Paper link: http://jmlr.org/papers/v22/20-825.html PyPI: pip install pykeen Citation:

@article{ali2021pykeen,
    author = {Ali, Mehdi and Berrendorf, Max and Hoyt, Charles Tapley and Vermue, Laurent and Sharifzadeh, Sahand and Tresp, Volker and Lehmann, Jens},
    journal = {Journal of Machine Learning Research},
    number = {82},
    pages = {1--6},
    title = {{PyKEEN 1.0: A Python Library for Training and Evaluating Knowledge Graph Embeddings}},
    url = {http://jmlr.org/papers/v22/20-825.html},
    volume = {22},
    year = {2021}
}