CLLGMay 22, 2023

Partial Annotation Learning for Biomedical Entity Recognition

arXiv:2305.13120v12 citations
Originality Incremental advance
AI Analysis

This addresses the costly and labor-intensive annotation problem for biomedical researchers, though it represents an incremental improvement over existing partial annotation methods.

The paper tackles the problem of missing entity annotations in biomedical named entity recognition by systematically studying partial annotation learning methods and proposing a new model (TS-PubMedBERT-Partial-CRF). The proposed model outperforms alternatives by 38% in F1-score under high missing entity rates and achieves competitive recall with fully annotated datasets.

Motivation: Named Entity Recognition (NER) is a key task to support biomedical research. In Biomedical Named Entity Recognition (BioNER), obtaining high-quality expert annotated data is laborious and expensive, leading to the development of automatic approaches such as distant supervision. However, manually and automatically generated data often suffer from the unlabeled entity problem, whereby many entity annotations are missing, degrading the performance of full annotation NER models. Results: To address this problem, we systematically study the effectiveness of partial annotation learning methods for biomedical entity recognition over different simulated scenarios of missing entity annotations. Furthermore, we propose a TS-PubMedBERT-Partial-CRF partial annotation learning model. We harmonize 15 biomedical NER corpora encompassing five entity types to serve as a gold standard and compare against two commonly used partial annotation learning models, BiLSTM-Partial-CRF and EER-PubMedBERT, and the state-of-the-art full annotation learning BioNER model PubMedBERT tagger. Results show that partial annotation learning-based methods can effectively learn from biomedical corpora with missing entity annotations. Our proposed model outperforms alternatives and, specifically, the PubMedBERT tagger by 38% in F1-score under high missing entity rates. The recall of entity mentions in our model is also competitive with the upper bound on the fully annotated dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes