CLSep 19, 2019

Multi-sense Definition Modeling using Word Sense Decompositions

arXiv:1909.09483v18 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of existing definition models in handling polysemy, which is an incremental improvement for natural language processing tasks like word sense disambiguation.

The paper tackles the problem of generating accurate definitions for different senses of the same word in definition modeling, resulting in a multi-sense model that improves recall by a factor of three over a state-of-the-art single-sense model without harming precision.

Word embeddings capture syntactic and semantic information about words. Definition modeling aims to make the semantic content in each embedding explicit, by outputting a natural language definition based on the embedding. However, existing definition models are limited in their ability to generate accurate definitions for different senses of the same word. In this paper, we introduce a new method that enables definition modeling for multiple senses. We show how a Gumble-Softmax approach outperforms baselines at matching sense-specific embeddings to definitions during training. In experiments, our multi-sense definition model improves recall over a state-of-the-art single-sense definition model by a factor of three, without harming precision.

Foundations

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

Your Notes