IRAug 25, 2020

Continual Domain Adaptation for Machine Reading Comprehension

arXiv:2008.10874v112 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of domain drift in MRC for NLP applications, but it is incremental as it applies existing continual learning methods to a new task.

The paper tackles the problem of machine reading comprehension (MRC) models adapting to changing data distributions over time, known as continual domain adaptation, by introducing the task and showing that a dynamic-architecture based model achieves the best performance on newly created benchmark datasets.

Machine reading comprehension (MRC) has become a core component in a variety of natural language processing (NLP) applications such as question answering and dialogue systems. It becomes a practical challenge that an MRC model needs to learn in non-stationary environments, in which the underlying data distribution changes over time. A typical scenario is the domain drift, i.e. different domains of data come one after another, where the MRC model is required to adapt to the new domain while maintaining previously learned ability. To tackle such a challenge, in this work, we introduce the \textit{Continual Domain Adaptation} (CDA) task for MRC. So far as we know, this is the first study on the continual learning perspective of MRC. We build two benchmark datasets for the CDA task, by re-organizing existing MRC collections into different domains with respect to context type and question type, respectively. We then analyze and observe the catastrophic forgetting (CF) phenomenon of MRC under the CDA setting. To tackle the CDA task, we propose several BERT-based continual learning MRC models using either regularization-based methodology or dynamic-architecture paradigm. We analyze the performance of different continual learning MRC models under the CDA task and show that the proposed dynamic-architecture based model achieves the best performance.

Foundations

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

Your Notes