CLNov 1, 2018

Learning to Describe Phrases with Local and Global Contexts

arXiv:1811.00266v22 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of understanding rare or ambiguous phrases for readers and language processing systems, though it is incremental as it builds on existing work in definition generation.

The paper tackles the problem of generating natural language descriptions for unfamiliar phrases by leveraging both local and global contexts, and shows that their neural model outperforms previous methods on multiple datasets including WordNet, Oxford, Urban Dictionaries, and a new Wikipedia-based dataset.

When reading a text, it is common to become stuck on unfamiliar words and phrases, such as polysemous words with novel senses, rarely used idioms, internet slang, or emerging entities. If we humans cannot figure out the meaning of those expressions from the immediate local context, we consult dictionaries for definitions or search documents or the web to find other global context to help in interpretation. Can machines help us do this work? Which type of context is more important for machines to solve the problem? To answer these questions, we undertake a task of describing a given phrase in natural language based on its local and global contexts. To solve this task, we propose a neural description model that consists of two context encoders and a description decoder. In contrast to the existing methods for non-standard English explanation [Ni+ 2017] and definition generation [Noraset+ 2017; Gadetsky+ 2018], our model appropriately takes important clues from both local and global contexts. Experimental results on three existing datasets (including WordNet, Oxford and Urban Dictionaries) and a dataset newly created from Wikipedia demonstrate the effectiveness of our method over previous work.

Code Implementations1 repo
Foundations

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

Your Notes