paper-with-me

홈 › Papers

Jointly Masked Sequence-to-Sequence Model for Non-Autoregressive Neural Machine Translation

2020-07-01 · ACL 2020 6 · Junliang Guo, Linli Xu, Enhong Chen

The masked language model has received remarkable attention due to its effectiveness on various natural language processing tasks. However, few works have adopted this technique in the sequence-to-sequence models. In this work, we introduce a jointly masked sequence-to-sequence model and explore its application on non-autoregressive neural machine translation{\textasciitilde}(NAT). Specifically, we first empirically study the functionalities of the encoder and the decoder in NAT models, and find that the encoder takes a more important role than the decoder regarding the translation quality. Therefore, we propose to train the encoder more rigorously by masking the encoder input while training. As for the decoder, we propose to train it based on the consecutive masking of the decoder input with an $n$-gram loss function to alleviate the problem of translating duplicate words. The two types of masks are applied to the model jointly at the training stage. We conduct experiments on five benchmark machine translation tasks, and our model can achieve 27.69/32.24 BLEU scores on WMT14 English-German/German-English tasks with $5+$ times speed up compared with an autoregressive model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Masked Non-Autoregressive Image Captioning

2019-06-03 · Junlong Gao, Xi Meng, Shiqi Wang, Xia Li 외

Existing captioning models often adopt the encoder-decoder architecture, where the decoder uses autoregressive decoding to generate captions, such that each token is generated sequentially given the preceding generated t…

DecoderDiversityImage CaptioningMachine Translation+1

Inference Strategies for Machine Translation with Conditional Masking

2020-10-05 · EMNLP 2020 11 · Julia Kreutzer, George Foster, Colin Cherry

Conditional masked language model (CMLM) training has proven successful for non-autoregressive and semi-autoregressive sequence generation tasks, such as machine translation. Given a trained CMLM, however, it is not clea…

Language ModelingLanguage ModellingMachine TranslationTranslation

Universal Conditional Masked Language Pre-training for Neural Machine Translation

2022-03-17 · ACL 2022 5 · Pengfei Li, Liangyou Li, Meng Zhang, Minghao Wu 외

Pre-trained sequence-to-sequence models have significantly improved Neural Machine Translation (NMT). Different from prior works where pre-trained models usually adopt an unidirectional decoder, this paper demonstrates t…

DecoderLanguage ModelingLanguage ModellingMachine Translation+2

WAM-Diff: A Masked Diffusion VLA Framework with MoE and Online Reinforcement Learning for Autonomous Driving

2025-12-06 · Mingwang Xu, Jiahao Cui, Feipeng Cai, Hanlin Shang 외 arxiv

End-to-end autonomous driving systems based on vision-language-action (VLA) models integrate multimodal sensor inputs and language instructions to generate planning and control signals. While autoregressive large languag…

Visual Question AnsweringReinforcement LearningAutonomous Driving

Masked AutoDecoder is Effective Multi-Task Vision Generalist

2024-03-12 · CVPR 2024 1 · Han Qiu, Jiaxing Huang, Peng Gao, Lewei Lu 외

Inspired by the success of general-purpose models in NLP, recent studies attempt to unify different vision tasks in the same sequence format and employ autoregressive Transformers for sequence prediction. They apply uni-…