ACL2020

Do you have the right scissors? Tailoring Pre-trained Language Models via Monte-Carlo Methods

Ning Miao, Yuxuan Song, Hao Zhou, Lei Li

6 citations

Abstract

It has been a common approach to pre-train a language model on a large corpus and finetune it on task-specific data. In practice, we observe that fine-tuning a pre-trained model on a small dataset may lead to over-and/or under-estimation problem. In this paper, we propose MC-Tailor, a novel method to alleviate the above issue in text generation tasks by truncating and transferring the probability mass from over-estimated regions to underestimated ones. Experiments on a variety of text generation datasets show that MC-Tailor consistently and significantly outperforms the fine-tuning approach. Our code is available at https://github.com/NingMiao/ MC-tailor .