2021

Bridging Subword Gaps in Pretrain-Finetune Paradigm for Natural Language Generation

Liu, Xin, Yang, Baosong, Liu, Dayiheng et al.

Understand

A well-known limitation in pretrain-finetune paradigm lies in its inflexibility caused by the one-size-fits-all vocabulary.

  • This potentially weakens the effect when applying pretrained models into natural language generation (NLG) tasks, especially for the subword distributions between upstream and downstream tasks with significant discrepancy.
  • Towards approaching this problem, we extend the vanilla pretrain-finetune pipeline with an extra embedding transfer step.
  • Specifically, a plug-and-play embedding generator is introduced to produce the representation of any input token, according to pre-trained embeddings of its morphologically similar ones.

Reading the bibliography…