paper-with-me

홈 › Papers

Modeling relation paths for knowledge base completion via joint adversarial training

2018-10-14 · Chen Li, Xutan Peng, Shanghang Zhang, Hao Peng, Philip S. Yu, Min He, Linfeng Du, Lihong Wang

Knowledge Base Completion (KBC), which aims at determining the missing relations between entity pairs, has received increasing attention in recent years. Most existing KBC methods focus on either embedding the Knowledge Base (KB) into a specific semantic space or leveraging the joint probability of Random Walks (RWs) on multi-hop paths. Only a few unified models take both semantic and path-related features into consideration with adequacy. In this paper, we propose a novel method to explore the intrinsic relationship between the single relation (i.e. 1-hop path) and multi-hop paths between paired entities. We use Hierarchical Attention Networks (HANs) to select important relations in multi-hop paths and encode them into low-dimensional vectors. By treating relations and multi-hop paths as two different input sources, we use a feature extractor, which is shared by two downstream components (i.e. relation classifier and source discriminator), to capture shared/similar information between them. By joint adversarial training, we encourage our model to extract features from the multi-hop paths which are representative for relation completion. We apply the trained model (except for the source discriminator) to several large-scale KBs for relation completion. Experimental results show that our method outperforms existing path information-based approaches. Since each sub-module of our model can be well interpreted, our model can be applied to a large number of relation learning tasks.

📄 PDF Abstract BibTeX arXiv:1810.06033

Code (1)

RingBDStack/HAN-AT-based-KBC 공식 구현

Tasks

Knowledge Base CompletionRelation

Similar Papers 제목 키워드 기반

Modeling Relation Paths for Representation Learning of Knowledge Bases

2015-06-01 · EMNLP 2015 9 · Yankai Lin, Zhiyuan Liu, Huanbo Luan, Maosong Sun 외

Representation learning of knowledge bases (KBs) aims to embed both entities and relations into a low-dimensional space. Most existing methods only consider direct relations in representation learning. We argue that mult…

Knowledge Base CompletionRelationRelation ExtractionRepresentation Learning+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

Representation Learning with Ordered Relation Paths for Knowledge Graph Completion

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

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 r…

Knowledge Graph CompletionKnowledge GraphsLink PredictionPrediction+2

Modeling Paths for Explainable Knowledge Base Completion

2019-08-01 · WS 2019 8 · Josua Stadelmaier, Sebastian Pad{\'o}

A common approach in knowledge base completion (KBC) is to learn representations for entities and relations in order to infer missing facts by generalizing existing ones. A shortcoming of standard models is that they do …

Knowledge Base Completion

Soft Reasoning Paths for Knowledge Graph Completion

2025-05-06 · Yanning Hou, Sihang Zhou, Ke Liang, Lingyuan Meng 외

Reasoning paths are reliable information in knowledge graph completion (KGC) in which algorithms can find strong clues of the actual relation between entities. However, in real-world applications, it is difficult to guar…

Knowledge Graph CompletionRelation