CLOct 1, 2020

An Empirical Investigation Towards Efficient Multi-Domain Language Model Pre-training

arXiv:2010.00784v11000 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of performance deterioration in multi-domain pre-training for NLP practitioners, but it is incremental as it investigates known methods.

The paper tackled catastrophic forgetting in multi-domain language model pre-training by empirically evaluating mitigation methods, finding that elastic weight consolidation yields only a 0.33% performance drop on generic tasks while remaining competitive in biomedical tasks.

Pre-training large language models has become a standard in the natural language processing community. Such models are pre-trained on generic data (e.g. BookCorpus and English Wikipedia) and often fine-tuned on tasks in the same domain. However, in order to achieve state-of-the-art performance on out of domain tasks such as clinical named entity recognition and relation extraction, additional in domain pre-training is required. In practice, staged multi-domain pre-training presents performance deterioration in the form of catastrophic forgetting (CF) when evaluated on a generic benchmark such as GLUE. In this paper we conduct an empirical investigation into known methods to mitigate CF. We find that elastic weight consolidation provides best overall scores yielding only a 0.33% drop in performance across seven generic tasks while remaining competitive in bio-medical tasks. Furthermore, we explore gradient and latent clustering based data selection techniques to improve coverage when using elastic weight consolidation and experience replay methods.

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