Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Xiao Huang, Li Dong, Elizabeth Boschee, Nanyun Peng• 2019

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score84.8
539
Named Entity RecognitionBC5CDR (test)
Macro F1 (span-level)73.8
80
Named Entity RecognitionJNLPBA (test)
Macro F1 (span-level)83.8
23
Named Entity RecognitionBC2GM local evaluation (test)
F1 Score79.1
21
Named Entity RecognitionBC4CHM local evaluation (test)
F1 Score87.3
7
Named Entity RecognitionNCBI local evaluation (test)
F1 Score84
7
Named Entity RecognitionLinnaeus local evaluation (test)
F1 Score83.9
6
Named Entity RecognitionBioNLP13CG (test)
F1 Score69.7
4
Named Entity RecognitionBioNLP11ID (test)
F1 Score53.2
4
Showing 9 of 9 rows

Other info

Code

Follow for update