English

Overcoming Non-monotonicity in Transducer-based Streaming Generation

Computation and Language 2025-05-29 v2 Artificial Intelligence

Abstract

Streaming generation models are utilized across fields, with the Transducer architecture being popular in industrial applications. However, its input-synchronous decoding mechanism presents challenges in tasks requiring non-monotonic alignments, such as simultaneous translation. In this research, we address this issue by integrating Transducer's decoding with the history of input stream via a learnable monotonic attention. Our approach leverages the forward-backward algorithm to infer the posterior probability of alignments between the predictor states and input timestamps, which is then used to estimate the monotonic context representations, thereby avoiding the need to enumerate the exponentially large alignment space during training. Extensive experiments show that our MonoAttn-Transducer effectively handles non-monotonic alignments in streaming scenarios, offering a robust solution for complex generation tasks.

Keywords

Cite

@article{arxiv.2411.17170,
  title  = {Overcoming Non-monotonicity in Transducer-based Streaming Generation},
  author = {Zhengrui Ma and Yang Feng and Min Zhang},
  journal= {arXiv preprint arXiv:2411.17170},
  year   = {2025}
}

Comments

ICML25; Codes: https://github.com/ictnlp/MonoAttn-Transducer

R2 v1 2026-06-28T20:12:44.458Z