paper-with-me

Papers

TorusE: Knowledge Graph Embedding on a Lie Group

2017-11-15 · Takuma Ebisu, Ryutaro Ichise

Knowledge graphs are useful for many artificial intelligence (AI) tasks. However, knowledge graphs often have missing facts. To populate the graphs, knowledge graph embedding models have been developed. Knowledge graph embedding models map entities and relations in a knowledge graph to a vector space and predict unknown triples by scoring candidate triples. TransE is the first translation-based method and it is well known because of its simplicity and efficiency for knowledge graph completion. It employs the principle that the differences between entity embeddings represent their relations. The principle seems very simple, but it can effectively capture the rules of a knowledge graph. However, TransE has a problem with its regularization. TransE forces entity embeddings to be on a sphere in the embedding vector space. This regularization warps the embeddings and makes it difficult for them to fulfill the abovementioned principle. The regularization also affects adversely the accuracies of the link predictions. On the other hand, regularization is important because entity embeddings diverge by negative sampling without it. This paper proposes a novel embedding model, TorusE, to solve the regularization problem. The principle of TransE can be defined on any Lie group. A torus, which is one of the compact Lie groups, can be chosen for the embedding space to avoid regularization. To the best of our knowledge, TorusE is the first model that embeds objects on other than a real or complex vector space, and this paper is the first to formally discuss the problem of regularization of TransE. Our approach outperforms other state-of-the-art approaches such as TransE, DistMult and ComplEx on a standard link prediction task. We show that TorusE is scalable to large-size knowledge graphs and is faster than the original TransE.

📄 PDF Abstract BibTeX arXiv:1711.05435

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsGraph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

MöbiusE: Knowledge Graph Embedding on Möbius Ring

2021-01-07 · Yao Chen, Jiangang Liu, Zhe Zhang, Shiping Wen 외

In this work, we propose a novel Knowledge Graph Embedding (KGE) strategy, called M\"{o}biusE, in which the entities and relations are embedded to the surface of a M\"{o}bius ring. The proposition of such a strategy is i…

Graph EmbeddingKnowledge Graph Embedding

Graph Pattern Entity Ranking Model for Knowledge Graph Completion

2019-04-05 · NAACL 2019 6 · Takuma Ebisu, Ryutaro Ichise

Knowledge graphs have evolved rapidly in recent years and their usefulness has been demonstrated in many artificial intelligence tasks. However, knowledge graphs often have lots of missing facts. To solve this problem, m…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

Combination of Unified Embedding Model and Observed Features for Knowledge Graph Completion

2019-09-09 · Takuma Ebisu, Ryutaro Ichise

Knowledge graphs are useful for many artificial intelligence tasks but often have missing data. Hence, a method for completing knowledge graphs is required. Existing approaches include embedding models, the Path Ranking …

Knowledge Graph CompletionKnowledge GraphsLink PredictionPrediction+1

SparseTransX: Efficient Training of Translation-Based Knowledge Graph Embeddings Using Sparse Matrix Operations

2025-02-24 · Md Saidul Hoque Anik, Ariful Azad

Knowledge graph (KG) learning offers a powerful framework for generating new knowledge and making inferences. Training KG embedding can take a significantly long time, especially for larger datasets. Our analysis shows t…

CPUGPUKnowledge Graph EmbeddingsTranslation

Group Representation Theory for Knowledge Graph Embedding

2019-09-11 · Chen Cai

Knowledge graph embedding has recently become a popular way to model relations and infer missing links. In this paper, we present a group theoretical perspective of knowledge graph embedding, connecting previous methods …

Graph EmbeddingKnowledge Graph EmbeddingLEMMA