CLOct 12, 2020

Multi-Stage Pre-training for Low-Resource Domain Adaptation

arXiv:2010.05904v11000 citations
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for NLP tasks in resource-scarce settings, offering incremental improvements over existing methods.

The paper tackled the problem of low-resource domain adaptation in NLP by extending vocabulary with domain-specific terms and using unlabeled data to create auxiliary synthetic tasks, resulting in considerable performance gains on three IT domain tasks.

Transfer learning techniques are particularly useful in NLP tasks where a sizable amount of high-quality annotated data is difficult to obtain. Current approaches directly adapt a pre-trained language model (LM) on in-domain text before fine-tuning to downstream tasks. We show that extending the vocabulary of the LM with domain-specific terms leads to further gains. To a bigger effect, we utilize structure in the unlabeled data to create auxiliary synthetic tasks, which helps the LM transfer to downstream tasks. We apply these approaches incrementally on a pre-trained Roberta-large LM and show considerable performance gain on three tasks in the IT domain: Extractive Reading Comprehension, Document Ranking and Duplicate Question Detection.

Foundations

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

Your Notes