CLAIIRMay 5, 2023

From Zero to Hero: Harnessing Transformers for Biomedical Named Entity Recognition in Zero- and Few-shot Contexts

arXiv:2305.04928v514 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of expensive and time-consuming annotation for biomedical NER, enabling recognition of new entities with minimal examples, though it is incremental as it builds on existing transformer methods.

The paper tackled the problem of biomedical named entity recognition (NER) in zero- and few-shot contexts by transforming multi-class token classification into binary token classification and pre-training on large datasets, achieving average F1 scores of 35.44% for zero-shot, 50.10% for one-shot, 69.94% for 10-shot, and 79.51% for 100-shot NER on 9 biomedical entities.

Supervised named entity recognition (NER) in the biomedical domain depends on large sets of annotated texts with the given named entities. The creation of such datasets can be time-consuming and expensive, while extraction of new entities requires additional annotation tasks and retraining the model. To address these challenges, this paper proposes a method for zero- and few-shot NER in the biomedical domain. The method is based on transforming the task of multi-class token classification into binary token classification and pre-training on a large amount of datasets and biomedical entities, which allow the model to learn semantic relations between the given and potentially novel named entity labels. We have achieved average F1 scores of 35.44% for zero-shot NER, 50.10% for one-shot NER, 69.94% for 10-shot NER, and 79.51% for 100-shot NER on 9 diverse evaluated biomedical entities with fine-tuned PubMedBERT-based model. The results demonstrate the effectiveness of the proposed method for recognizing new biomedical entities with no or limited number of examples, outperforming previous transformer-based methods, and being comparable to GPT3-based models using models with over 1000 times fewer parameters. We make models and developed code publicly available.

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