CLDec 18, 2014

A Simple and Efficient Method To Generate Word Sense Representations

arXiv:1412.6045v229 citations
AI Analysis

This addresses a limitation in NLP where single word representations hinder performance for polysemic words, offering an incremental improvement.

The paper tackles the problem of representing polysemic words with multiple meanings by proposing a simple model that generates distinct sense representations, showing it effectively discriminates senses and is computationally efficient.

Distributed representations of words have boosted the performance of many Natural Language Processing tasks. However, usually only one representation per word is obtained, not acknowledging the fact that some words have multiple meanings. This has a negative effect on the individual word representations and the language model as a whole. In this paper we present a simple model that enables recent techniques for building word vectors to represent distinct senses of polysemic words. In our assessment of this model we show that it is able to effectively discriminate between words' senses and to do so in a computationally efficient manner.

Foundations

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

Your Notes