paper-with-me

홈 › Papers

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

2019-09-25 · CONLL 2019 11 · Xiao Huang, Li Dong, Elizabeth Boschee, Nanyun Peng

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.

📄 PDF Abstract BibTeX arXiv:1909.11535

Code (1)

xhuang28/NewBioNer 공식 구현 pytorch

Tasks

Multi-Task LearningNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

Named Entity Recognition for Partially Annotated Datasets

2022-04-19 · Michael Strobl, Amine Trabelsi, Osmar Zaiane

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…

Allnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Protagonists' Tagger in Literary Domain -- New Datasets and a Method for Person Entity Linkage

2021-10-04 · Weronika Łajewska, Anna Wróblewska

Semantic annotation of long texts, such as novels, remains an open challenge in Natural Language Processing (NLP). This research investigates the problem of detecting person entities and assigning them unique identities,…

Entity Disambiguationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Biomedical Mention Disambiguation using a Deep Learning Approach

2019-09-23 · Chih-Hsuan Wei, Kyubum Lee, Robert Leaman, Zhiyong Lu

Automatically locating named entities in natural language text - named entity recognition - is an important task in the biomedical domain. Many named entity mentions are ambiguous between several bioconcept types, howeve…

Deep Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

CharNER: Character-Level Named Entity Recognition

2016-12-01 · COLING 2016 12 · Onur Kuru, Ozan Arkan Can, Deniz Yuret

We describe and evaluate a character-level tagger for language-independent Named Entity Recognition (NER). Instead of words, a sentence is represented as a sequence of characters. The model consists of stacked bidirectio…

DecoderFeature Engineeringnamed-entity-recognitionNamed Entity Recognition+5

Building Named Entity Recognition Taggers via Parallel Corpora

2018-05-01 · LREC 2018 5 · Rodrigo Agerri, Yi-Ling Chung, Itziar Aldabe, Nora Aranberri 외
Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2