paper-with-me

홈 › Papers

Representation Learning with Ordered Relation Paths for Knowledge Graph Completion

2019-09-26 · IJCNLP 2019 11 · Yao Zhu, Hongzhi Liu, Zhonghai Wu, Yang song, Tao Zhang

Incompleteness is a common problem for existing knowledge graphs (KGs), and the completion of KG which aims to predict links between entities is challenging. Most existing KG completion methods only consider the direct relation between nodes and ignore the relation paths which contain useful information for link prediction. Recently, a few methods take relation paths into consideration but pay less attention to the order of relations in paths which is important for reasoning. In addition, these path-based models always ignore nonlinear contributions of path features for link prediction. To solve these problems, we propose a novel KG completion method named OPTransE. Instead of embedding both entities of a relation into the same latent space as in previous methods, we project the head entity and the tail entity of each relation into different spaces to guarantee the order of relations in the path. Meanwhile, we adopt a pooling strategy to extract nonlinear and complex features of different paths to further improve the performance of link prediction. Experimental results on two benchmark datasets show that the proposed model OPTransE performs better than state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1909.11864

Code (1)

Peter7Yao/OPTransE 공식 구현

Tasks

Knowledge Graph CompletionKnowledge GraphsLink PredictionPredictionRelationRepresentation Learning

Similar Papers 제목 키워드 기반

Path-Enhanced Multi-Relational Question Answering with Knowledge Graph Embeddings

2021-10-29 · Guanglin Niu, Yang Li, Chengguang Tang, Zhongkai Hu 외

The multi-relational Knowledge Base Question Answering (KBQA) system performs multi-hop reasoning over the knowledge graph (KG) to achieve the answer. Recent approaches attempt to introduce the knowledge graph embedding …

Graph EmbeddingKnowledge Base Question AnsweringKnowledge Graph EmbeddingKnowledge Graph Embeddings+1

Recurrent One-Hop Predictions for Reasoning over Knowledge Graphs

2018-06-12 · COLING 2018 8 · Wenpeng Yin, Yadollah Yaghoobzadeh, Hinrich Schütze

Large scale knowledge graphs (KGs) such as Freebase are generally incomplete. Reasoning over multi-hop (mh) KG paths is thus an important capability that is needed for question answering or other NLP tasks that require k…

Knowledge Base CompletionKnowledge GraphsQuestion AnsweringRelation

Joint Semantics and Data-Driven Path Representation for Knowledge Graph Inference

2020-10-06 · Guanglin Niu, Bo Li, Yongfei Zhang, Yongpan Sheng 외

Inference on a large-scale knowledge graph (KG) is of great importance for KG applications like question answering. The path-based reasoning models can leverage much information over paths other than pure triples in the …

Link PredictionQuestion Answering

A Topological View of Rule Learning in Knowledge Graphs

2021-09-29 · Zuoyu Yan, Tengfei Ma, Liangcai Gao, Zhi Tang 외

Inductive relation prediction is an important learning task for knowledge graph completion. One can use the existence of rules, namely a sequence of relations, to predict the relation between two entities. Previous works…

Inductive Relation PredictionKnowledge Graph CompletionKnowledge GraphsRelation+1

Neural-Symbolic Relational Reasoning on Graph Models: Effective Link Inference and Computation from Knowledge Bases

2020-05-05 · Henrique Lemos, Pedro Avelar, Marcelo Prates, Luís Lamb 외

The recent developments and growing interest in neural-symbolic models has shown that hybrid approaches can offer richer models for Artificial Intelligence. The integration of effective relational learning and reasoning …

Graph Neural NetworkKnowledge GraphsLink PredictionRelational Reasoning+1