Knowledge Graph Embedding by Translating on Hyperplanes
- Abstract
TransH在TransE的基础上的改进,将关系映射到超平面,在超平面上进行平行操作。并提出更好的负例样本设计方式。
- Background
最开始的传统逻辑推理方式,不易于处理,也不具有健壮性。后发展到,将知识图谱嵌入到向量空间,关系r则是向量空间中的操作。
其中,TransE并不能很好的处理“reflexive, one-to-many, many-to-one, and many-to-many”。
- ALgorithm
In TransH, each relation is characterized by two vectors, the norm vector (wr) of the hyperplane, and the translation vector (dr ) on the hy