When Does Further Pre-training MLM Help? an Empirical Study on Task-Oriented Dialog Pre-training

Qi Zhu,Yuxian Gu,Lingxiao Luo,Bing Li,Cheng Li,Wei Peng,Minlie Huang,Xiaoyan Zhu
DOI: https://doi.org/10.18653/v1/2021.insights-1.9
2021-01-01
Abstract:Further pre-training language models on in-domain data (domain-adaptive pre-training, DAPT) or task-relevant data (task-adaptive pre-training, TAPT) before fine-tuning has been shown to improve downstream tasks’ performances. However, in task-oriented dialog modeling, we observe that further pre-training MLM does not always boost the performance on a downstream task. We find that DAPT is beneficial in the low-resource setting, but as the fine-tuning data size grows, DAPT becomes less beneficial or even useless, and scaling the size of DAPT data does not help. Through Representational Similarity Analysis, we conclude that more data for fine-tuning yields greater change of the model’s representations and thus reduces the influence of initialization.
What problem does this paper attempt to address?