CLAIMay 31, 2021

Transfer Learning for Sequence Generation: from Single-source to Multi-source

arXiv:2105.14809v1711 citations
Originality Incremental advance
AI Analysis

This work addresses data scarcity for researchers and practitioners in NLP by improving performance on tasks like automatic post-editing and multi-source translation, though it is incremental as it builds on existing pretrained models.

The paper tackled the data scarcity problem in multi-source sequence generation tasks by proposing a two-stage finetuning method and a novel model with a fine encoder, achieving new state-of-the-art results on WMT17 APE and multi-source translation tasks.

Multi-source sequence generation (MSG) is an important kind of sequence generation tasks that takes multiple sources, including automatic post-editing, multi-source translation, multi-document summarization, etc. As MSG tasks suffer from the data scarcity problem and recent pretrained models have been proven to be effective for low-resource downstream tasks, transferring pretrained sequence-to-sequence models to MSG tasks is essential. Although directly finetuning pretrained models on MSG tasks and concatenating multiple sources into a single long sequence is regarded as a simple method to transfer pretrained models to MSG tasks, we conjecture that the direct finetuning method leads to catastrophic forgetting and solely relying on pretrained self-attention layers to capture cross-source information is not sufficient. Therefore, we propose a two-stage finetuning method to alleviate the pretrain-finetune discrepancy and introduce a novel MSG model with a fine encoder to learn better representations in MSG tasks. Experiments show that our approach achieves new state-of-the-art results on the WMT17 APE task and multi-source translation task using the WMT14 test set. When adapted to document-level translation, our framework outperforms strong baselines significantly.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes