CLMay 29, 2019

Learning Task-specific Representation for Novel Words in Sequence Labeling

arXiv:1905.12277v19 citations
Originality Incremental advance
AI Analysis

This addresses the OOV problem for sequence labeling tasks like POS tagging and NER, but it is incremental as it builds on existing paradigms.

The paper tackles the out-of-vocabulary (OOV) problem in sequence labeling by proposing a method to predict representations for novel words from surface forms and contexts, achieving better or competitive performance on POS tagging and NER tasks compared to state-of-the-art methods.

Word representation is a key component in neural-network-based sequence labeling systems. However, representations of unseen or rare words trained on the end task are usually poor for appreciable performance. This is commonly referred to as the out-of-vocabulary (OOV) problem. In this work, we address the OOV problem in sequence labeling using only training data of the task. To this end, we propose a novel method to predict representations for OOV words from their surface-forms (e.g., character sequence) and contexts. The method is specifically designed to avoid the error propagation problem suffered by existing approaches in the same paradigm. To evaluate its effectiveness, we performed extensive empirical studies on four part-of-speech tagging (POS) tasks and four named entity recognition (NER) tasks. Experimental results show that the proposed method can achieve better or competitive performance on the OOV problem compared with existing state-of-the-art methods.

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