STransE: a novel embedding model of entities and relationships in knowledge bases
About
Knowledge bases of real-world facts about entities and their relationships are useful resources for a variety of natural language processing tasks. However, because knowledge bases are typically incomplete, it is useful to be able to perform link prediction or knowledge base completion, i.e., predict whether a relationship not in the knowledge base is likely to be true. This paper combines insights from several previous link prediction models into a new embedding model STransE that represents each entity as a low-dimensional vector, and each relation by two matrices and a translation vector. STransE is a simple combination of the SE and TransE models, but it obtains better link prediction performance on two benchmark datasets than previous embedding models. Thus, STransE can serve as a new baseline for the more complex models in the link prediction task.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Link Prediction | FB15K (test) | Hits@100.797 | 164 | |
| Link Prediction | WN18 (test) | Hits@100.934 | 142 | |
| Link Prediction | FB15k | Hits@1079.7 | 90 | |
| Knowledge Graph Completion | WN18 (test) | Hits@100.934 | 80 | |
| Link Prediction | WN18 | Hits@1093.4 | 77 | |
| Knowledge Graph Completion | FB15K (test) | Hits@10 (Filtered)79.7 | 41 |