paper-with-me

Papers

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 prediction and score triples via the probability distribution of measuring the qubit states. However, there exists another best measurement for training variational quantum circuits. Besides, current quantum-based methods ignore theoretical analysis which are essential for understanding the model performance and applying for downstream tasks such as reasoning, path query answering, complex query answering, etc. To address measurement issue and bridge theory gap, we propose QubitE whose score of a triple is defined as the similarity between qubit states. Here, our measurements are viewed as kernel methods to separate the qubit states, while preserving quantum adavantages. Furthermore, we show that (1) QubitE is full-expressive; (2) QubitE can infer various relation patterns including symmetry/antisymmetry, inversion, and commutative/non-commutative composition; (3) QubitE subsumes serveral existing approaches, \eg~DistMult, pRotatE, RotatE, TransE and ComplEx; (4) QubitE owns linear space complexity and linear time complexity. Experiments results on multiple benchmark knowledge graphs demonstrate that QubitE can achieve comparable results to the state-of-the-art classical models.

📄 PDF Abstract BibTeX

Code (1)

linxueyuanstdio/qubite 공식 구현 pytorch

Tasks

Complex Query AnsweringKnowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

Self-Adversarial Negative Sampling 설명 없음
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…
RotatE RotatE is a method for generating graph embeddings which is able to model and infer various relation patterns including: symmetry/antisymmetry, inversion, and composition.…

Similar Papers 제목 키워드 기반

Temporal Knowledge Graph Completion using Box Embeddings

2021-09-18 · Johannes Messner, Ralph Abboud, İsmail İlkan Ceylan

Knowledge graph completion is the task of inferring missing facts based on existing data in a knowledge graph. Temporal knowledge graph completion (TKGC) is an extension of this task to temporal knowledge graphs, where e…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

TempCaps: A Capsule Network-based Embedding Model for Temporal Knowledge Graph Completion

2022-05-01 · spnlp (ACL) 2022 5 · Guirong Fu, Zhao Meng, Zhen Han, Zifeng Ding 외

Temporal knowledge graphs store the dynamics of entities and relations during a time period. However, typical temporal knowledge graphs often suffer from incomplete dynamics with missing facts in real-world scenarios. He…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsTemporal Knowledge Graph Completion

Fast Knowledge Graph Completion using Graphics Processing Units

2023-07-22 · Chun-Hee Lee, Dong-oh Kang, Hwa Jeon Song

Knowledge graphs can be used in many areas related to data semantics such as question-answering systems, knowledge based systems. However, the currently constructed knowledge graphs need to be complemented for better kno…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

A survey of embedding models of entities and relationships for knowledge graph completion

2017-03-23 · COLING (TextGraphs) 2020 12 · Dat Quoc Nguyen

Knowledge graphs (KGs) of real-world facts about entities and their relationships are useful resources for a variety of natural language processing tasks. However, because knowledge graphs are typically incomplete, it is…

Knowledge Base CompletionKnowledge Graph CompletionKnowledge GraphsLink Prediction

Context-Enhanced Entity and Relation Embedding for Knowledge Graph Completion

2020-12-13 · Ziyue Qiao, Zhiyuan Ning, Yi Du, Yuanchun Zhou

Most researches for knowledge graph completion learn representations of entities and relations to predict missing links in incomplete knowledge graphs. However, these methods fail to take full advantage of both the conte…

Knowledge Graph CompletionKnowledge GraphsRelation