Effects of Adaptive Pretraining in Specialized Domains for Named Entity Recognition
Summary
A study compared nine Language Models (LMs) across nine datasets spanning clinical, scientific, and biomedical social media domains to evaluate the effects of adaptive pretraining for Named Entity Recognition (NER). Specialized LMs are typically created by adapting a general English foundation model like BERT-base or pretraining from scratch, both computationally expensive. The research addresses the challenge for developers in choosing among existing specialized LMs or deciding whether to adapt a model for novel domains, especially under budget constraints. Key findings indicate that the effects of adaptive fine-tuning are small. If an adapted model exists, developers should choose the one most closely related to their specific task. For novel domains lacking specialized LMs, using a general English foundation model is likely sufficient.
Key takeaway
For NLP engineers developing Named Entity Recognition solutions in specialized domains, prioritize selecting an existing adapted language model that closely matches your specific task. If no such model exists, a general English foundation model is often sufficient, potentially saving significant computational costs associated with adaptive pretraining or training from scratch. Focus your budget on creating larger, high-quality annotated datasets rather than extensive model adaptation, given the small observed effects of adaptive fine-tuning.
Key insights
Adaptive pretraining offers only small benefits for Named Entity Recognition in specialized domains.
Principles
- Adaptive fine-tuning effects are generally small.
- Select adapted models based on task-specific relevance.
- Foundation models often suffice for novel domains.
Method
Compared nine Language Models across nine datasets in clinical, scientific, and biomedical social media domains to evaluate adaptive pretraining impact on Named Entity Recognition performance.
In practice
- Prioritize task-aligned existing domain-specific LMs.
- Consider foundation models for novel domains.
- Weigh compute costs for pretraining against annotation costs.
Topics
- Named Entity Recognition
- Language Models
- Adaptive Pretraining
- Specialized Domains
- Biomedical NLP
- Clinical NLP
- Foundation Models
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.