CLAug 26, 2019

Low-Resource Name Tagging Learned with Weakly Labeled Data

arXiv:1908.09659v11029 citations
AI Analysis

This addresses the problem of inadequate training data for name tagging in low-resource settings, offering a practical solution with incremental improvements.

The paper tackles name tagging in low-resource languages and domains by proposing a neural model that uses weakly labeled data, achieving average F1 gains of 6% and 7.8% in experiments.

Name tagging in low-resource languages or domains suffers from inadequate training data. Existing work heavily relies on additional information, while leaving those noisy annotations unexplored that extensively exist on the web. In this paper, we propose a novel neural model for name tagging solely based on weakly labeled (WL) data, so that it can be applied in any low-resource settings. To take the best advantage of all WL sentences, we split them into high-quality and noisy portions for two modules, respectively: (1) a classification module focusing on the large portion of noisy data can efficiently and robustly pretrain the tag classifier by capturing textual context semantics; and (2) a costly sequence labeling module focusing on high-quality data utilizes Partial-CRFs with non-entity sampling to achieve global optimum. Two modules are combined via shared parameters. Extensive experiments involving five low-resource languages and fine-grained food domain demonstrate our superior performance (6% and 7.8% F1 gains on average) as well as efficiency.

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