English

NLE: Non-autoregressive LLM-based ASR by Transcript Editing

Audio and Speech Processing 2026-03-10 v1

Abstract

While autoregressive (AR) LLM-based ASR systems achieve strong accuracy, their sequential decoding limits parallelism and incurs high latency. We propose NLE, a non-autoregressive (NAR) approach that formulates speech recognition as conditional transcript editing, enabling fully parallel prediction. NLE extracts acoustic embeddings and an initial hypothesis from a pretrained speech encoder, then refines the hypothesis using a bidirectional LLM editor trained with a latent alignment objective. An interleaved padding strategy exploits the identity mapping bias of Transformers, allowing the model to focus on corrections rather than full reconstruction. On the Open ASR leaderboard, NLE++ achieves 5.67% average WER with an RTFx (inverse real-time factor) of 1630. In single-utterance scenarios, NLE achieves 27x speedup over the AR baseline, making it suitable for real-time applications.

Keywords

Cite

@article{arxiv.2603.08397,
  title  = {NLE: Non-autoregressive LLM-based ASR by Transcript Editing},
  author = {Avihu Dekel and Samuel Thomas and Takashi Fukada and George Saon},
  journal= {arXiv preprint arXiv:2603.08397},
  year   = {2026}
}

Comments

Preprint

R2 v1 2026-07-01T11:10:22.213Z