CLAIIRSIJan 1, 2018

Beyond Word Embeddings: Learning Entity and Concept Representations from Large Scale Knowledge Bases

arXiv:1801.00388v232 citations
Originality Highly original
AI Analysis

This addresses the limitation of existing methods to textual knowledge bases, improving NLP tasks like analogical reasoning and categorization for researchers and practitioners.

The paper tackles the problem of learning concept representations by integrating knowledge from Wikipedia and Probase, achieving state-of-the-art performance with 91% on semantic analogies and up to 100% accuracy on concept categorization.

Text representations using neural word embeddings have proven effective in many NLP applications. Recent researches adapt the traditional word embedding models to learn vectors of multiword expressions (concepts/entities). However, these methods are limited to textual knowledge bases (e.g., Wikipedia). In this paper, we propose a novel and simple technique for integrating the knowledge about concepts from two large scale knowledge bases of different structure (Wikipedia and Probase) in order to learn concept representations. We adapt the efficient skip-gram model to seamlessly learn from the knowledge in Wikipedia text and Probase concept graph. We evaluate our concept embedding models on two tasks: (1) analogical reasoning, where we achieve a state-of-the-art performance of 91% on semantic analogies, (2) concept categorization, where we achieve a state-of-the-art performance on two benchmark datasets achieving categorization accuracy of 100% on one and 98% on the other. Additionally, we present a case study to evaluate our model on unsupervised argument type identification for neural semantic parsing. We demonstrate the competitive accuracy of our unsupervised method and its ability to better generalize to out of vocabulary entity mentions compared to the tedious and error prone methods which depend on gazetteers and regular expressions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes