paper-with-me

Papers

Forget Me Not: Reducing Catastrophic Forgetting for Domain Adaptation in Reading Comprehension

2019-11-01 · Y. Xu, X. Zhong, A. J. J. Yepes, J. H. Lau

The creation of large-scale open domain reading comprehension data sets in recent years has enabled the development of end-to-end neural comprehension models with promising results. To use these models for domains with limited training data, one of the most effective approach is to first pretrain them on large out-of-domain source data and then fine-tune them with the limited target data. The caveat of this is that after fine-tuning the comprehension models tend to perform poorly in the source domain, a phenomenon known as catastrophic forgetting. In this paper, we explore methods that overcome catastrophic forgetting during fine-tuning without assuming access to data from the source domain. We introduce new auxiliary penalty terms and observe the best performance when a combination of auxiliary penalty terms is used to regularise the fine-tuning process for adapting comprehension models. To test our methods, we develop and release 6 narrow domain data sets that could potentially be used as reading comprehension benchmarks.

📄 PDF Abstract BibTeX arXiv:1911.00202

Code (1)

ibm-aur-nlp/domain-specific-QA 공식 구현

Tasks

Domain AdaptationReading Comprehension

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Domain adapted machine translation: What does catastrophic forgetting forget and why?

2024-12-23 · Danielle Saunders, Steve DeNeefe

Neural Machine Translation (NMT) models can be specialized by domain adaptation, often involving fine-tuning on a dataset of interest. This process risks catastrophic forgetting: rapid loss of generic translation quality…

Domain AdaptationMachine TranslationNMTTranslation

Mitigating Catastrophic Forgetting in Language Transfer via Model Merging

2024-07-11 · Anton Alexandrov, Veselin Raychev, Mark Niklas Müller, Ce Zhang 외

As open-weight large language models (LLMs) achieve ever more impressive performances across a wide range of tasks in English, practitioners aim to adapt these models to different languages. However, such language adapta…

CoSDA: Continual Source-Free Domain Adaptation

2023-04-13 · Haozhe Feng, Zhaorui Yang, Hesun Chen, Tianyu Pang 외

Without access to the source data, source-free domain adaptation (SFDA) transfers knowledge from a source-domain trained model to target domains. Recently, SFDA has gained popularity due to the need to protect the data p…

Domain AdaptationSource-Free Domain Adaptation

Updating Only Encoders Prevents Catastrophic Forgetting of End-to-End ASR Models

2022-07-01 · Yuki Takashima, Shota Horiguchi, Shinji Watanabe, Paola García 외

In this paper, we present an incremental domain adaptation technique to prevent catastrophic forgetting for an end-to-end automatic speech recognition (ASR) model. Conventional approaches require extra parameters of the …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain Adaptationspeech-recognition+1

Gradual Divergence for Seamless Adaptation: A Novel Domain Incremental Learning Method

2024-06-23 · Kishaan Jeeveswaran, Elahe Arani, Bahram Zonooz

Domain incremental learning (DIL) poses a significant challenge in real-world scenarios, as models need to be sequentially trained on diverse domains over time, all the while avoiding catastrophic forgetting. Mitigating …

Incremental Learning