Learning New Facts From Knowledge Bases With Neural Tensor Networks and Semantic Word Vectors
Danqi Chen, Richard Socher, Christopher D. Manning, Andrew Y. Ng

TL;DR
This paper introduces a neural tensor network model that predicts new relationships in knowledge bases by leveraging semantic word vectors, improving over existing models and enabling reasoning about unseen entities and relations.
Contribution
The authors propose a neural tensor network model combined with semantic word vectors to predict new knowledge base relationships, including unseen entities and relations.
Findings
Model outperforms existing approaches in predicting relationships.
Achieves 75.8% accuracy on classifying unseen WordNet relationships.
Enables reasoning about new entities not present in the original database.
Abstract
Knowledge bases provide applications with the benefit of easily accessible, systematic relational knowledge but often suffer in practice from their incompleteness and lack of knowledge of new entities and relations. Much work has focused on building or extending them by finding patterns in large unannotated text corpora. In contrast, here we mainly aim to complete a knowledge base by predicting additional true relationships between entities, based on generalizations that can be discerned in the given knowledgebase. We introduce a neural tensor network (NTN) model which predicts new relationship entries that can be added to the database. This model can be improved by initializing entity representations with word vectors learned in an unsupervised fashion from text, and when doing this, existing relations can even be queried for entities that were not present in the database. Our model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
