CLSep 25, 2019

Learning A Unified Named Entity Tagger From Multiple Partially Annotated Corpora For Efficient Adaptation

arXiv:1909.11535v21003 citations
AI Analysis

This work addresses the challenge of adapting NER models efficiently across domains with incomplete annotations, which is incremental as it builds on existing structured and multi-task learning approaches.

The paper tackles the problem of named entity recognition (NER) with multiple partially annotated corpora, each covering different entity types, by proposing a deep structured model that integrates these datasets to jointly identify all entity types, resulting in significant performance improvements over multi-task learning baselines.

Named entity recognition (NER) identifies typed entity mentions in raw text. While the task is well-established, there is no universally used tagset: often, datasets are annotated for use in downstream applications and accordingly only cover a small set of entity types relevant to a particular task. For instance, in the biomedical domain, one corpus might annotate genes, another chemicals, and another diseases---despite the texts in each corpus containing references to all three types of entities. In this paper, we propose a deep structured model to integrate these "partially annotated" datasets to jointly identify all entity types appearing in the training corpora. By leveraging multiple datasets, the model can learn robust input representations; by building a joint structured model, it avoids potential conflicts caused by combining several models' predictions at test time. Experiments show that the proposed model significantly outperforms strong multi-task learning baselines when training on multiple, partially annotated datasets and testing on datasets that contain tags from more than one of the training corpora.

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