CLLGSDASApr 8, 2021

RNN Transducer Models For Spoken Language Understanding

arXiv:2104.03842v16 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of adapting SLU models for real-world scenarios with constrained data, though it is incremental as it builds on existing RNN-T and E2E methods.

The paper tackles the problem of building spoken language understanding (SLU) models using RNN transducers in various practical settings, including cases with limited data, and shows that these models achieve state-of-the-art results on datasets like ATIS and a customer call center.

We present a comprehensive study on building and adapting RNN transducer (RNN-T) models for spoken language understanding(SLU). These end-to-end (E2E) models are constructed in three practical settings: a case where verbatim transcripts are available, a constrained case where the only available annotations are SLU labels and their values, and a more restrictive case where transcripts are available but not corresponding audio. We show how RNN-T SLU models can be developed starting from pre-trained automatic speech recognition (ASR) systems, followed by an SLU adaptation step. In settings where real audio data is not available, artificially synthesized speech is used to successfully adapt various SLU models. When evaluated on two SLU data sets, the ATIS corpus and a customer call center data set, the proposed models closely track the performance of other E2E models and achieve state-of-the-art results.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes