LGMLDec 14, 2019

Attending Form and Context to Generate Specialized Out-of-VocabularyWords Representations

arXiv:1912.06876v11 citations
Originality Highly original
AI Analysis

This addresses the challenge of OOV words in multilingual NLP tagging, offering a novel method that improves performance without pre-training, though it is incremental as it builds on an existing tagging model.

The authors tackled the problem of handling out-of-vocabulary (OOV) words in NLP tagging tasks by proposing a contextual-compositional neural network layer that attends to character sequences and context, achieving a new state-of-the-art on the Universal Dependencies Dataset 1.4 across 22 out of 23 languages.

We propose a new contextual-compositional neural network layer that handles out-of-vocabulary (OOV) words in natural language processing (NLP) tagging tasks. This layer consists of a model that attends to both the character sequence and the context in which the OOV words appear. We show that our model learns to generate task-specific \textit{and} sentence-dependent OOV word representations without the need for pre-training on an embedding table, unlike previous attempts. We insert our layer in the state-of-the-art tagging model of \citet{plank2016multilingual} and thoroughly evaluate its contribution on 23 different languages on the task of jointly tagging part-of-speech and morphosyntactic attributes. Our OOV handling method successfully improves performances of this model on every language but one to achieve a new state-of-the-art on the Universal Dependencies Dataset 1.4.

Foundations

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

Your Notes