paper-with-me

홈 › Papers

Continual Domain Adaptation for Machine Reading Comprehension

2020-08-25 · Lixin Su, Jiafeng Guo, Ruqing Zhang, Yixing Fan, Yanyan Lan, Xue-Qi Cheng

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.

📄 PDF Abstract BibTeX arXiv:2008.10874

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningDomain AdaptationMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Continual Machine Reading Comprehension via Uncertainty-aware Fixed Memory and Adversarial Domain Adaptation

2022-08-10 · Findings (NAACL) 2022 7 · Zhijing Wu, Hua Xu, Jingliang Fang, Kai Gao

Continual Machine Reading Comprehension aims to incrementally learn from a continuous data stream across time without access the previous seen data, which is crucial for the development of real-world MRC systems. However…

Domain AdaptationIncremental LearningMachine Reading ComprehensionReading Comprehension

Task Transfer and Domain Adaptation for Zero-Shot Question Answering

2022-06-14 · DeepLo 2022 7 · Xiang Pan, Alex Sheng, David Shimshoni, Aditya Singhal 외

Pretrained language models have shown success in various areas of natural language processing, including reading comprehension tasks. However, when applying machine learning methods to new domains, labeled data may not a…

Domain AdaptationQuestion AnsweringReading Comprehension

DACIP-RC: Domain Adaptive Continual Instruction Pre-Training via Reading Comprehension on Business Conversations

2025-10-09 · Elena Khasanova, Harsh Saini, Md Tahmid Rahman Laskar, Xue-Yong Fu 외 arxiv

The rapid advancements in Large Language Models (LLMs) have enabled their adoption in real-world industrial scenarios for various natural language processing tasks. However, the high inference cost of large-scale LLMs ma…

Zero-shot GeneralizationReading ComprehensionMeeting SummarizationDomain Adaptation

Adversarial Domain Adaptation for Machine Reading Comprehension

2019-08-24 · IJCNLP 2019 11 · Huazheng Wang, Zhe Gan, Xiaodong Liu, Jingjing Liu 외

In this paper, we focus on unsupervised domain adaptation for Machine Reading Comprehension (MRC), where the source domain has a large amount of labeled data, while only unlabeled passages are available in the target dom…

Domain AdaptationMachine Reading ComprehensionReading ComprehensionRepresentation Learning+1

Robust Domain Adaptation for Machine Reading Comprehension

2022-09-23 · Liang Jiang, Zhenyu Huang, Jia Liu, Zujie Wen 외

Most domain adaptation methods for machine reading comprehension (MRC) use a pre-trained question-answer (QA) construction model to generate pseudo QA pairs for MRC transfer. Such a process will inevitably introduce mism…

Domain AdaptationMachine Reading ComprehensionReading Comprehension