paper-with-me

Papers

Multi-task RNN-T with Semantic Decoder for Streamable Spoken Language Understanding

2022-04-01 · Xuandi Fu, Feng-Ju Chang, Martin Radfar, Kai Wei, Jing Liu, Grant P. Strimel, Kanthashree Mysore Sathyendra

End-to-end Spoken Language Understanding (E2E SLU) has attracted increasing interest due to its advantages of joint optimization and low latency when compared to traditionally cascaded pipelines. Existing E2E SLU models usually follow a two-stage configuration where an Automatic Speech Recognition (ASR) network first predicts a transcript which is then passed to a Natural Language Understanding (NLU) module through an interface to infer semantic labels, such as intent and slot tags. This design, however, does not consider the NLU posterior while making transcript predictions, nor correct the NLU prediction error immediately by considering the previously predicted word-pieces. In addition, the NLU model in the two-stage system is not streamable, as it must wait for the audio segments to complete processing, which ultimately impacts the latency of the SLU system. In this work, we propose a streamable multi-task semantic transducer model to address these considerations. Our proposed architecture predicts ASR and NLU labels auto-regressively and uses a semantic decoder to ingest both previously predicted word-pieces and slot tags while aggregating them through a fusion network. Using an industry scale SLU and a public FSC dataset, we show the proposed model outperforms the two-stage E2E SLU model for both ASR and NLU metrics.

📄 PDF Abstract BibTeX arXiv:2204.00558

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderNatural Language Understandingspeech-recognitionSpeech RecognitionSpoken Language Understanding

Similar Papers 제목 키워드 기반

TASTE-Streaming: Towards Streamable Text-Aligned Speech Tokenization and Embedding for Spoken Language Modeling

2026-03-12 · Liang-Hsuan Tseng, Hung-yi Lee arxiv

Text-speech joint spoken language modeling (SLM) aims at natural and intelligent speech-based interactions, but developing such a system may suffer from modality mismatch: speech unit sequences are much longer than text …

DC-Spin: A Speaker-invariant Speech Tokenizer for Spoken Language Models

2024-10-31 · Heng-Jui Chang, Hongyu Gong, Changhan Wang, James Glass 외

Spoken language models (SLMs) have gained increasing attention with advancements in text-based, decoder-only language models. SLMs process text and speech, enabling simultaneous speech understanding and generation. This …

DecoderResynthesisSpeech Tokenization

Chunked Attention-based Encoder-Decoder Model for Streaming Speech Recognition

2023-09-15 · Mohammad Zeineldeen, Albert Zeyer, Ralf Schlüter, Hermann Ney

We study a streamable attention-based encoder-decoder model in which either the decoder, or both the encoder and decoder, operate on pre-defined, fixed-size windows called chunks. A special end-of-chunk (EOC) symbol adva…

DecoderFormspeech-recognitionSpeech Recognition

BESTOW: Efficient and Streamable Speech Language Model with the Best of Two Worlds in GPT and T5

2024-06-28 · Zhehuai Chen, He Huang, Oleksii Hrinchuk, Krishna C. Puvvada 외

Incorporating speech understanding capabilities into pretrained large-language models has become a vital research direction (SpeechLLM). The previous architectures can be categorized as: i) GPT-style, prepend speech prom…

DecoderLanguage ModelingLanguage Modelling

HGC-Avatar: Hierarchical Gaussian Compression for Streamable Dynamic 3D Avatars

2025-10-18 · Haocheng Tang, Ruoke Yan, Xinhui Yin, Qi Zhang 외 arxiv

Recent advances in 3D Gaussian Splatting (3DGS) have enabled fast, photorealistic rendering of dynamic 3D scenes, showing strong potential in immersive communication. However, in digital human encoding and transmission, …