English

Reinforcement Learning for Edit-Based Non-Autoregressive Neural Machine Translation

Computation and Language 2024-07-03 v2

Abstract

Non-autoregressive (NAR) language models are known for their low latency in neural machine translation (NMT). However, a performance gap exists between NAR and autoregressive models due to the large decoding space and difficulty in capturing dependency between target words accurately. Compounding this, preparing appropriate training data for NAR models is a non-trivial task, often exacerbating exposure bias. To address these challenges, we apply reinforcement learning (RL) to Levenshtein Transformer, a representative edit-based NAR model, demonstrating that RL with self-generated data can enhance the performance of edit-based NAR models. We explore two RL approaches: stepwise reward maximization and episodic reward maximization. We discuss the respective pros and cons of these two approaches and empirically verify them. Moreover, we experimentally investigate the impact of temperature setting on performance, confirming the importance of proper temperature setting for NAR models' training.

Keywords

Cite

@article{arxiv.2405.01280,
  title  = {Reinforcement Learning for Edit-Based Non-Autoregressive Neural Machine Translation},
  author = {Hao Wang and Tetsuro Morimura and Ukyo Honda and Daisuke Kawahara},
  journal= {arXiv preprint arXiv:2405.01280},
  year   = {2024}
}

Comments

NAACL SRW 2024

R2 v1 2026-06-28T16:14:01.322Z