English

Named Entity Recognition for Partially Annotated Datasets

Computation and Language 2022-04-21 v1

Abstract

The most common Named Entity Recognizers are usually sequence taggers trained on fully annotated corpora, i.e. the class of all words for all entities is known. Partially annotated corpora, i.e. some but not all entities of some types are annotated, are too noisy for training sequence taggers since the same entity may be annotated one time with its true type but not another time, misleading the tagger. Therefore, we are comparing three training strategies for partially annotated datasets and an approach to derive new datasets for new classes of entities from Wikipedia without time-consuming manual data annotation. In order to properly verify that our data acquisition and training approaches are plausible, we manually annotated test datasets for two new classes, namely food and drugs.

Keywords

Cite

@article{arxiv.2204.09081,
  title  = {Named Entity Recognition for Partially Annotated Datasets},
  author = {Michael Strobl and Amine Trabelsi and Osmar Zaiane},
  journal= {arXiv preprint arXiv:2204.09081},
  year   = {2022}
}

Comments

Long version of our short paper accepted at NLDB 2022

R2 v1 2026-06-24T10:52:31.643Z