CLJun 17, 2016

Sense Embedding Learning for Word Sense Induction

arXiv:1606.05409v220 citations
AI Analysis

This addresses the challenge of representing word senses in natural language processing, offering a more efficient and effective approach compared to traditional methods.

The paper tackled the problem of word sense induction by proposing a method to learn sense embeddings, which outperformed all participants and most recent state-of-the-art methods on the SemEval-2010 WSI dataset.

Conventional word sense induction (WSI) methods usually represent each instance with discrete linguistic features or cooccurrence features, and train a model for each polysemous word individually. In this work, we propose to learn sense embeddings for the WSI task. In the training stage, our method induces several sense centroids (embedding) for each polysemous word. In the testing stage, our method represents each instance as a contextual vector, and induces its sense by finding the nearest sense centroid in the embedding space. The advantages of our method are (1) distributed sense vectors are taken as the knowledge representations which are trained discriminatively, and usually have better performance than traditional count-based distributional models, and (2) a general model for the whole vocabulary is jointly trained to induce sense centroids under the mutlitask learning framework. Evaluated on SemEval-2010 WSI dataset, our method outperforms all participants and most of the recent state-of-the-art methods. We further verify the two advantages by comparing with carefully designed baselines.

Foundations

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

Your Notes