Challenge: PoDA pre-trains encoders and decoders by denoising noise-corrupted text . Unlike encoder-only or decode-only methods, it can be used for text generation tasks without using any task-specific techniques.
Approach: They propose a sequence-to-sequence (seq2sequ) pre-training method PoDA which denoises autoencoders by denoising noise-corrupted text.
Outcome: The proposed method improves model performance over strong baselines without using any task-specific techniques and significantly speed up convergence.

Similar Papers

BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension (2020.acl-main)

Copied to clipboard

Challenge: Recent work has shown gains by improving the distribution of masked tokens and the order in which mucked tokens are predicted.
Approach: They propose a denoising autoencoder for pretraining sequence-to-sequence models that corrupts text with an arbitrary noising function and learns a model to reconstruct the original text.
Outcome: The proposed model outperforms RoBERTa on GLUE and SQUAD and provides a 1.1 BLEU increase over a back-translation system for machine translation.
Improving AMR Parsing with Sequence-to-Sequence Pre-training (2020.emnlp-main)

Copied to clipboard

Challenge: Abstract meaning representation (AMR) parsing is limited by the size of curated datasets.
Approach: They propose a seq2seq pre-training approach to build pre-trained models on three relevant tasks.
Outcome: The proposed model improves performance on three relevant tasks while maintaining the response of pre-trained models.
Recipes for Sequential Pre-training of Multilingual Encoder and Seq2Seq Models (2023.findings-acl)

Copied to clipboard

Challenge: Pre-trained encoder-only and sequence-to-sequence models are computationally expensive.
Approach: They propose a recipe to initialize one model from the other to improve pre-training efficiency.
Outcome: The proposed method matches the performance of a from-scratch model with a multilingual encoder while reducing the total compute cost by 27%.
Multilingual Denoising Pre-training for Neural Machine Translation (2020.tacl-1)

Copied to clipboard

Challenge: Existing approaches to pre-train models focus on only English corpora, but this is not common in machine translation.
Approach: They propose a sequence-to-sequence denoising auto-encoder pre-trained on monolingual corpora . they show that it produces significant performance gains across MT tasks .
Outcome: The proposed model can achieve significant performance gains across a wide variety of MT tasks.
Understanding and Improving Sequence-to-Sequence Pretraining for Neural Machine Translation (2022.acl-long)

Copied to clipboard

Challenge: Existing studies on self-supervised pretraining for machine translation have focused on the jointly pretrained decoder .
Approach: They propose a method to improve neural machine translation by jointly pretrained decoder . they propose two strategies to remedy the domain and objective discrepancies .
Outcome: The proposed approach improves translation performance and model robustness on three language pairs.
Text Diffusion Model with Encoder-Decoder Transformers for Sequence-to-Sequence Generation (2024.naacl-long)

Copied to clipboard

Challenge: Existing diffusion models are applied to continuous feature space while texts are sequences of discrete categorical tokens.
Approach: They propose to use an encoder-decoder Transformer architecture to approach sequence-to-sequence text generation.
Outcome: The proposed model improves on five sequence-to-sequence generation tasks compared to other diffusion-based models regarding text quality and inference time.
PRINCE: Prefix-Masked Decoding for Knowledge Enhanced Sequence-to-Sequence Pre-Training (2022.emnlp-main)

Copied to clipboard

Challenge: Existing studies focus on injecting noises into the input sequence, but feasibility of injecting them into the decoding sequence remains an open question.
Approach: They propose a pre-training paradigm that integrates knowledge-enhanced decoding with noises in the prefix to strengthen the representation learning of entities that span over multiple input tokens.
Outcome: The proposed model achieves state-of-the-art results on two knowledge-driven data-to-text generation tasks with up to 2% BLEU gains.
Improving Sequence-to-Sequence Pre-training via Sequence Span Rewriting (2021.emnlp-main)

Copied to clipboard

Challenge: Existing text infilling objectives for pretrained language models require self-supervision by masking out tokens or spans in text.
Approach: They propose to extend text infilling to a self-supervised sequence-to-sequence (Seq2Sequen) task.
Outcome: The proposed task improves the model's performance on various natural language generation tasks.
Pre-training for Abstractive Document Summarization by Reinstating Source Text (2020.emnlp-main)

Copied to clipboard

Challenge: Abstractive document summarization models are often trained on limited supervised data . authors present three objectives for pretraining abstractive summarizing models .
Approach: They propose to pre-train a SEQ2SEQ based abstractive summarization model on unlabeled text.
Outcome: The proposed method improves on two benchmark summarization datasets with 19GB of text . the goal is sentence reordering, next sentence generation and masked document generation .
Transformer and seq2seq model for Paraphrase Generation (D19-56)

Copied to clipboard

Challenge: Existing methods for generating paraphrases fall into one of these broad categories -rule-based, seq2seq, deep generative models and a varied combination.
Approach: They propose a framework that combines transformer and sequence-to-sequence models for better quality of generated paraphrases.
Outcome: The proposed framework improves on two datasets-QUORA and MSCOCO using transformer and sequence-to-sequence models.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations