Effects of Adaptive Pretraining in Specialized Domains for Named Entity Recognition

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Advanced, quick

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

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

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.