paper-with-me

Papers

MR-P: A Parallel Decoding Algorithm for Iterative Refinement Non-Autoregressive Translation

2022-05-01 · Findings (ACL) 2022 5 · Hao Cheng, Zhihua Zhang

Non-autoregressive translation (NAT) predicts all the target tokens in parallel and significantly speeds up the inference process. The Conditional Masked Language Model (CMLM) is a strong baseline of NAT. It decodes with the Mask-Predict algorithm which iteratively refines the output. Most works about CMLM focus on the model structure and the training objective. However, the decoding algorithm is equally important. We propose a simple, effective, and easy-to-implement decoding algorithm that we call MaskRepeat-Predict (MR-P). The MR-P algorithm gives higher priority to consecutive repeated tokens when selecting tokens to mask for the next iteration and stops the iteration after target tokens converge. We conduct extensive experiments on six translation directions with varying data sizes. The results show that MR-P significantly improves the performance with the same model parameters. Specifically, we achieve a BLEU increase of 1.39 points in the WMT’14 En-De translation task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingTranslation

Similar Papers 제목 키워드 기반

Analysis of Levenshtein Transformer's Decoder and Its Variants

2024-02-19 · Ruiyang Zhou

Levenshtein transformer (LevT) is a non-autoregressive machine translation model with high decoding efficiency and comparable translation quality in terms of bleu score, due to its parallel decoding and iterative refinem…

DecoderMachine TranslationTranslation

Deterministic Non-Autoregressive Neural Sequence Modeling by Iterative Refinement

2018-02-19 · EMNLP 2018 10 · Jason Lee, Elman Mansimov, Kyunghyun Cho

We propose a conditional non-autoregressive neural sequence model based on iterative refinement. The proposed model is designed based on the principles of latent variable models and denoising autoencoders, and is general…

Caption GenerationDenoisingMachine TranslationTranslation

Latent Refinement Decoding: Enhancing Diffusion-Based Language Models by Refining Belief States

2025-10-13 · Qinglin Zhu, Yizhen Yao, Runcong Zhao, Yanzheng Xiang 외 arxiv

Autoregressive (AR) models remain the standard for natural language generation but still suffer from high latency due to strictly sequential decoding. Recent diffusion-inspired approaches, such as LlaDA and Dream, mitiga…

Non-iterative Parallel Text Generation via Glancing Transformer

2021-01-01 · Lihua Qian, Hao Zhou, Yu Bao, Mingxuan Wang 외

Although non-autoregressive models with one-iteration generation achieves remarkable inference speed-up, they still falls behind their autoregressive counterparts inprediction accuracy. The non-autoregressive models with…

Language ModelingLanguage ModellingText Generation

Parallel Jacobi Decoding for Fast Autoregressive Image Generation

2026-06-04 · Boya Liao, Ying Li, Siyong Jian, Huan Wang arxiv

Autoregressive (AR) models have demonstrated remarkable performance in generating high-fidelity images. However, their inherently sequential next-token prediction leads to significantly slower inference. Recent studies h…

Image Generation