paper-with-me

Papers

Streaming Align-Refine for Non-autoregressive Deliberation

2022-04-15 · Weiran Wang, Ke Hu, Tara N. Sainath

We propose a streaming non-autoregressive (non-AR) decoding algorithm to deliberate the hypothesis alignment of a streaming RNN-T model. Our algorithm facilitates a simple greedy decoding procedure, and at the same time is capable of producing the decoding result at each frame with limited right context, thus enjoying both high efficiency and low latency. These advantages are achieved by converting the offline Align-Refine algorithm to be streaming-compatible, with a novel transformer decoder architecture that performs local self-attentions for both text and audio, and a time-aligned cross-attention at each layer. Furthermore, we perform discriminative training of our model with the minimum word error rate (MWER) criterion, which has not been done in the non-AR decoding literature. Experiments on voice search datasets and Librispeech show that with reasonable right context, our streaming model performs as well as the offline counterpart, and discriminative training leads to further WER gain when the first-pass model has small capacity.

📄 PDF Abstract BibTeX arXiv:2204.07556

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Improving Fast-slow Encoder based Transducer with Streaming Deliberation

2022-12-15 · Ke Li, Jay Mahadeokar, Jinxi Guo, Yangyang Shi 외

This paper introduces a fast-slow encoder based transducer with streaming deliberation for end-to-end automatic speech recognition. We aim to improve the recognition accuracy of the fast-slow encoder based transducer whi…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

PRoDeliberation: Parallel Robust Deliberation for End-to-End Spoken Language Understanding

2024-06-12 · Trang Le, Daniel Lazar, Suyoun Kim, Shan Jiang 외

Spoken Language Understanding (SLU) is a critical component of voice assistants; it consists of converting speech to semantic parses for task execution. Previous works have explored end-to-end models to improve the quali…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Denoisingspeech-recognition+2

When to Think, When to Speak: Learning Disclosure Policies for LLM Reasoning

2026-05-05 · Jiaqi Wei, Xuehang Guo, Pengfei Yu, Xiang Zhang 외 arxiv

In single-stream autoregressive interfaces, the same tokens both update the model state and constitute an irreversible public commitment. This coupling creates a silence tax: additional deliberation postpones the first t…

Reasoning over Boundaries: Enhancing Specification Alignment via Test-time Deliberation

2025-09-18 · Haoran Zhang, Yafu Li, Xuyang Hu, Dongrui Liu 외 arxiv

Large language models (LLMs) are increasingly applied in diverse real-world scenarios, each governed by bespoke behavioral and safety specifications (spec) custom-tailored by users or organizations. These spec, categoriz…

Non-autoregressive Streaming Transformer for Simultaneous Translation

2023-10-23 · Zhengrui Ma, Shaolei Zhang, Shoutao Guo, Chenze Shao 외

Simultaneous machine translation (SiMT) models are trained to strike a balance between latency and translation quality. However, training these models to achieve high quality while maintaining low latency often leads to …

DecoderMachine TranslationTranslation