paper-with-me

Papers

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

2021-05-31 · ACL 2021 5 · Xuancheng Huang, Jingfang Xu, Maosong Sun, Yang Liu

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.

📄 PDF Abstract BibTeX arXiv:2105.14809

Code (1)

THUNLP-MT/TRICE 공식 구현 pytorch

Tasks

Automatic Post-EditingDocument SummarizationMulti-Document SummarizationTransfer LearningTranslation

Similar Papers 제목 키워드 기반

Cross-Lingual Natural Language Generation via Pre-Training

2019-09-23 · Zewen Chi, Li Dong, Furu Wei, Wenhui Wang 외

In this work we focus on transferring supervision signals of natural language generation (NLG) tasks between multiple languages. We propose to pretrain the encoder and the decoder of a sequence-to-sequence model under bo…

Abstractive Text SummarizationCross-Lingual TransferDecoderMachine Translation+5

SIGMA: Selective-Interleaved Generation with Multi-Attribute Tokens

2026-02-07 · Xiaoyan Zhang, Zechen Bai, Haofan Wang, Yiren Song arxiv

Recent unified models such as Bagel demonstrate that paired image-edit data can effectively align multiple visual tasks within a single diffusion transformer. However, these models remain limited to single-condition inpu…

ZmBART: An Unsupervised Cross-lingual Transfer Framework for Language Generation

2021-06-03 · Findings (ACL) 2021 8 · Kaushal Kumar Maurya, Maunendra Sankar Desarkar, Yoshinobu Kano, Kumari Deepshikha

Despite the recent advancement in NLP research, cross-lingual transfer for natural language generation is relatively understudied. In this work, we transfer supervision from high resource language (HRL) to multiple low-r…

Cross-Lingual TransferDenoisingDistractor GenerationHeadline Generation+4

Transfer Learning for Sequences via Learning to Collocate

2019-02-25 · ICLR 2019 5 · Wanyun Cui, Guangyu Zheng, Zhiqiang Shen, Sihang Jiang 외

Transfer learning aims to solve the data sparsity for a target domain by applying information of the source domain. Given a sequence (e.g. a natural language sentence), the transfer learning, usually enabled by recurrent…

NERPOSPOS TaggingSentence+3

Dynamics Transfer GAN: Generating Video by Transferring Arbitrary Temporal Dynamics from a Source Video to a Single Target Image

2017-12-10 · Wissam J. Baddar, Geonmo Gu, Sangmin Lee, Yong Man Ro

In this paper, we propose Dynamics Transfer GAN; a new method for generating video sequences based on generative adversarial learning. The spatial constructs of a generated video sequence are acquired from the target ima…