Challenge: Autoregressive (AR) and masked language modeling (MLM) models are incapable of mucked infilling, which is the ability to predict mangled tokens between past and future context.
Approach: They propose a method that leverages the strengths of autoregressive and masked language modeling to achieve state-of-the-art mucked infilling performance.
Outcome: The proposed approach outperforms existing methods on masked infilling tasks.

Similar Papers

Mask More and Mask Later: Efficient Pre-training of Masked Language Models by Disentangling the [MASK] Token (2022.findings-emnlp)

Copied to clipboard

Challenge: Large-scale pre-trained MLMs can be used to generalize well to a wide range of tasks.
Approach: They propose to append [MASK]s at a later layer to reduce sequence length for earlier layers.
Outcome: The proposed method outperforms RoBERTa for 6 out of 8 GLUE tasks on average by 0.4%.
XLM-D: Decorate Cross-lingual Pre-training Model as Non-Autoregressive Neural Machine Translation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing pre-training language models have been successful in natural language understanding and autoregressive generation tasks, but non-autoregressive models have not been sufficiently successful.
Approach: They propose a pre-trained masked language model (MLM) and a non-autoregressive generation model with a lightweight decorator.
Outcome: The proposed model outperforms the previous mask-predict model on translation datasets by 19.9x.
SDAR: A Synergistic Diffusion-AutoRegression Paradigm for Scalable Sequence Generation (2026.findings-acl)

Copied to clipboard

Challenge: Autoregressive (AR) language models are a dominant paradigm in the field of parallelism and non-causal modeling.
Approach: They propose a blockwise discrete diffusion model that preserves AR-compatible serving while enabling parallel intra-block generation.
Outcome: The proposed model achieves theoretical speedups over 5 and wall-clock speedup of 2.3 on H200 GPUs in latency-critical regimes.
Looking Right is Sometimes Right: Investigating the Capabilities of Decoder-only LLMs for Sequence Labeling (2024.findings-acl)

Copied to clipboard

Challenge: Pre-trained language models excel in natural language understanding (NLU) tasks.
Approach: They propose to apply layer-dependent removal of the causal mask (CM) during LLM fine-tuning to improve SL performance.
Outcome: The proposed approach outperforms state-of-the-art SL models on IE tasks, while achieving state- of-the art results is unclear.
Incorporating a Local Translation Mechanism into Non-autoregressive Translation (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods to capture local dependencies among output tokens are not efficient, causing errors of repeated translation.
Approach: They propose a local autoregressive translation mechanism that predicts a short sequence of tokens for each target decoding position instead of one token.
Outcome: Empirical results show that the proposed method achieves comparable or better performance with fewer decoding iterations, bringing a 2.5x speedup.
Exploring the Hidden Capacity of LLMs for One-Step Text Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) can reconstruct surprisingly long texts via autoregressive generation from just one trained input embedding.
Approach: They show that large language models can reconstruct surprisingly long texts via autoregressive generation from just one trained input embedding.
Outcome: The proposed model can generate hundreds of accurate tokens in one token-parallel forward pass, when provided with only two learned embeddings.
Mask-Predict: Parallel Decoding of Conditional Masked Language Models (D19-1)

Copied to clipboard

Challenge: a masked language model is used to train a model to predict subsets of mangled words . a parallel decoding algorithm can be used to generate translations in a constant number of iterations.
Approach: They propose a model and a parallel decoding algorithm which train a machine to predict any subset of target words . they introduce conditional masked language models (CMLMs) which are trained with a mangled language model objective .
Outcome: The proposed model improves state-of-the-art performance levels for non-autoregressive and parallel decoding models by over 4 BLEU on average.
MR-P: A Parallel Decoding Algorithm for Iterative Refinement Non-Autoregressive Translation (2022.findings-acl)

Copied to clipboard

Challenge: Non-autoregressive neural machine translation models remove dependency between tokens in the target sentence and generate all tokens on parallel .
Approach: They propose a non-autoregressive neural machine translation model that decodes with the Mask-Predict algorithm which iteratively refines the output.
Outcome: The proposed algorithm increases the performance of the WMT’14 translation task by 1.39 points.
Masked Language Model Scoring (2020.acl-main)

Copied to clipboard

Challenge: Pretrained masked language models require finetuning for most tasks.
Approach: They evaluate pretrained masked language models out of the box via their pseudo-log-likelihood scores (PLLs) they attribute this success to PLL’s unsupervised expression of linguistic acceptability without a left-to-right bias, greatly improving on scores from GPT-2 .
Outcome: The proposed model outperforms autoregressive language models in a variety of tasks.
MaskLoRA: Low-Rank Subspace–Induced Token Masking for Efficient and Faithful Language Models (2026.findings-eacl)

Copied to clipboard

Challenge: MASKLORA is a plug-and-play masking mechanism that can be used to mask lowrank subspaces.
Approach: They propose a plug-and-play masking mechanism that transforms PEFT's lowrank subspace into a faithful token selector.
Outcome: The proposed masking mechanism matches full-model accuracy while yielding 1.3-2.6 speedups.

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