paper-with-me

Papers

Compositional Vector Space Models for Knowledge Base Completion

2015-04-24 · IJCNLP 2015 7 · Arvind Neelakantan, Benjamin Roth, Andrew McCallum

Knowledge base (KB) completion adds new facts to a KB by making inferences from existing facts, for example by inferring with high likelihood nationality(X,Y) from bornIn(X,Y). Most previous methods infer simple one-hop relational synonyms like this, or use as evidence a multi-hop relational path treated as an atomic feature, like bornIn(X,Z) -> containedIn(Z,Y). This paper presents an approach that reasons about conjunctions of multi-hop relations non-atomically, composing the implications of a path using a recursive neural network (RNN) that takes as inputs vector embeddings of the binary relation in the path. Not only does this allow us to generalize to paths unseen at training time, but also, with a single high-capacity RNN, to predict new relation types not seen when the compositional model was trained (zero-shot learning). We assemble a new dataset of over 52M relational triples, and show that our method improves over a traditional classifier by 11%, and a method leveraging pre-trained embeddings by 7%.

📄 PDF Abstract BibTeX arXiv:1504.06662

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base CompletionRelationZero-Shot Learning

Similar Papers 제목 키워드 기반

Traversing Knowledge Graphs in Vector Space

2015-06-03 · EMNLP 2015 9 · Kelvin Guu, John Miller, Percy Liang

Path queries on a knowledge graph can be used to answer compositional questions such as "What languages are spoken by people living in Lisbon?". However, knowledge graphs often have missing facts (edges) which disrupts p…

Knowledge Base CompletionKnowledge Graphs

Interpretable and Compositional Relation Learning by Joint Training with an Autoencoder

2018-05-24 · ACL 2018 7 · Ryo Takahashi, Ran Tian, Kentaro Inui

Embedding models for entities and relations are extremely useful for recovering missing facts in a knowledge base. Intuitively, a relation can be modeled by a matrix mapping entity vectors. However, relations reside on l…

Dimensionality ReductionKnowledge Base CompletionRelation

Knowledge Representation in Graphs using Convolutional Neural Networks

2016-12-07 · Armando Vieira

Knowledge Graphs (KG) constitute a flexible representation of complex relationships between entities particularly useful for biomedical data. These KG, however, are very sparse with many missing edges (facts) and the vis…

Knowledge Graphs

Compositional Learning of Relation Path Embedding for Knowledge Base Completion

2016-11-22 · Xixun Lin, Yanchun Liang, Fausto Giunchiglia, Xiaoyue Feng 외

Large-scale knowledge bases have currently reached impressive sizes; however, these knowledge bases are still far from complete. In addition, most of the existing methods for knowledge base completion only consider the d…

Knowledge Base CompletionRelation

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