CLAISep 7, 2020

TorchKGE: Knowledge Graph Embedding in Python and PyTorch

arXiv:2009.02963v125 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This is an incremental tool for researchers and engineers working on knowledge graph embedding, offering improved efficiency and usability.

The authors introduced TorchKGE, a Python module for knowledge graph embedding built on PyTorch, which provides a clean API for designing and testing models and includes a fast evaluation module for link prediction tasks.

TorchKGE is a Python module for knowledge graph (KG) embedding relying solely on PyTorch. This package provides researchers and engineers with a clean and efficient API to design and test new models. It features a KG data structure, simple model interfaces and modules for negative sampling and model evaluation. Its main strength is a very fast evaluation module for the link prediction task, a central application of KG embedding. Various KG embedding models are also already implemented. Special attention has been paid to code efficiency and simplicity, documentation and API consistency. It is distributed using PyPI under BSD license. Source code and pointers to documentation and deployment can be found at https://github.com/torchkge-team/torchkge.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes