paper-with-me

Papers

Quantum and Translation Embedding for Knowledge Graph Completion

2021-01-01 · Panfeng Chen, Yisong Wang, Renyan Feng, Xiaomin Yu, Quan Yu

Knowledge Graph Completion (KGC) mainly devotes to link predicting for an entity pair in Knowledge Graph (KG) according to known facts. In this work, we present a novel model for this end. In this model, Quantum and Translation Embedding are used as components for logical and structural feature capturing in the same vector subspace, respectively. The two components have synergy with each other and achieve impressive performance at low cost which is close to the efficient model TransE. Surprisingly, the performance on challenging datasets such as fb15k237 and WN18RR is up to 94.89% and 92.79% in metric Hits@1 while the dimension of embedding is only 4 in the process of training. The insight of this work enlightens the notion of dense feature model design for KGC which is a new alternative to Deep Neural networks (DNN) in this task or even a better choice.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionTranslation

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 제목 키워드 기반

RatE: Relation-Adaptive Translating Embedding for Knowledge Graph Completion

2020-10-10 · COLING 2020 8 · Hao Huang, Guodong Long, Tao Shen, Jing Jiang 외

Many graph embedding approaches have been proposed for knowledge graph completion via link prediction. Among those, translating embedding approaches enjoy the advantages of light-weight structure, high efficiency and gre…

Graph EmbeddingKnowledge Graph CompletionLink PredictionRelation+1

TranSHER: Translating Knowledge Graph Embedding with Hyper-Ellipsoidal Restriction

2022-04-27 · Yizhi Li, Wei Fan, Chao Liu, Chenghua Lin 외

Knowledge graph embedding methods are important for the knowledge graph completion (or link prediction) task. One existing efficient method, PairRE, leverages two separate vectors to model complex relations (i.e., 1-to-N…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+3

HyperKG: Hyperbolic Knowledge Graph Embeddings for Knowledge Base Completion

2019-08-14 · Prodromos Kolyvakis, Alexandros Kalousis, Dimitris Kiritsis

Learning embeddings of entities and relations existing in knowledge bases allows the discovery of hidden patterns in data. In this work, we examine the geometrical space's contribution to the task of knowledge base compl…

Knowledge Base CompletionKnowledge Graph EmbeddingsLink Prediction

QubitE: Qubit Embedding for Knowledge Graph Completion

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge graph embeddings (KGEs) learn low-dimensional representations of entities and relations to predict missing facts based on existing ones. Quantum-based KGEs utilise variational quantum circuits for link predict…

Complex Query AnsweringKnowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge Graphs+1

Learning Entity and Relation Embeddings for Knowledge Graph Completion

2015-01-25 · AAAI 2015 2015 1 · Yankai Lin, Zhiyuan Liu, Maosong Sun, Yang Liu 외

Knowledge graph completion aims to perform link prediction between entities. In this paper, we consider the approach of knowledge graph embeddings. Recently, models such as TransE and TransH build entity and relation emb…

Knowledge Graph CompletionKnowledge Graph EmbeddingsLink PredictionRelation+1