paper-with-me

홈 › Papers

Reasoning With Neural Tensor Networks for Knowledge Base Completion

2013-12-01 · NeurIPS 2013 12 · Richard Socher, Danqi Chen, Christopher D. Manning, Andrew Ng

A common problem in knowledge representation and related fields is reasoning over a large joint knowledge graph, represented as triples of a relation between two entities. The goal of this paper is to develop a more powerful neural network model suitable for inference over these relationships. Previous models suffer from weak interaction between entities or simple linear projection of the vector space. We address these problems by introducing a neural tensor network (NTN) model which allow the entities and relations to interact multiplicatively. Additionally, we observe that such knowledge base models can be further improved by representing each entity as the average of vectors for the words in the entity name, giving an additional dimension of similarity by which entities can share statistical strength. We assess the model by considering the problem of predicting additional true relations between entities given a partial knowledge base. Our model outperforms previous models and can classify unseen relationships in WordNet and FreeBase with an accuracy of 86.2% and 90.0%, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base CompletionTensor Networks

Similar Papers 제목 키워드 기반

Logic Tensor Networks: Deep Learning and Logical Reasoning from Data and Knowledge

2016-06-14 · Luciano Serafini, Artur d'Avila Garcez

We propose Logic Tensor Networks: a uniform framework for integrating automatic learning and reasoning. A logic formalism called Real Logic is defined on a first-order language whereby formulas have truth-value in the in…

Logical ReasoningTensor Networks

Temporal Knowledge Graph Reasoning with Low-rank and Model-agnostic Representations

2022-04-10 · RepL4NLP (ACL) 2022 5 · Ioannis Dikeoulias, Saadullah Amin, Günter Neumann

Temporal knowledge graph completion (TKGC) has become a popular approach for reasoning over the event and temporal knowledge graphs, targeting the completion of knowledge with accurate but missing information. In this co…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+2

Global and Local Structure Learning for Sparse Tensor Completion

2025-03-26 · Dawon Ahn, Evangelos E. Papalexakis

How can we accurately complete tensors by learning relationships of dimensions along each mode? Tensor completion, a widely studied problem, is to predict missing entries in incomplete tensors. Tensor decomposition metho…

Tensor Decomposition

Canonical Tensor Decomposition for Knowledge Base Completion

2018-06-19 · ICML 2018 7 · Timothée Lacroix, Nicolas Usunier, Guillaume Obozinski

The problem of Knowledge Base Completion can be framed as a 3rd-order binary tensor completion problem. In this light, the Canonical Tensor Decomposition (CP) (Hitchcock, 1927) seems like a natural solution; however, cur…

Dynamic Link PredictionKnowledge Base CompletionLink PredictionTensor Decomposition

Neural Tensor Networks with Diagonal Slice Matrices

2018-06-01 · NAACL 2018 6 · Takahiro Ishihara, Katsuhiko Hayashi, Hitoshi Manabe, Masashi Shimbo 외

Although neural tensor networks (NTNs) have been successful in many NLP tasks, they require a large number of parameters to be estimated, which often leads to overfitting and a long training time. We address these issues…

Knowledge Graph CompletionLogical ReasoningSentiment AnalysisTensor Networks