CLSDASFeb 11, 2021

Speech-language Pre-training for End-to-end Spoken Language Understanding

arXiv:2102.06283v152 citations
AI Analysis

This addresses the data scarcity issue in real-world SLU applications, offering an incremental improvement over existing methods.

The paper tackles the problem of training end-to-end spoken language understanding models with limited paired speech-semantics data by proposing a unified speech-language pre-trained model, achieving superior performance over cascaded methods and state-of-the-art approaches with less data.

End-to-end (E2E) spoken language understanding (SLU) can infer semantics directly from speech signal without cascading an automatic speech recognizer (ASR) with a natural language understanding (NLU) module. However, paired utterance recordings and corresponding semantics may not always be available or sufficient to train an E2E SLU model in a real production environment. In this paper, we propose to unify a well-optimized E2E ASR encoder (speech) and a pre-trained language model encoder (language) into a transformer decoder. The unified speech-language pre-trained model (SLP) is continually enhanced on limited labeled data from a target domain by using a conditional masked language model (MLM) objective, and thus can effectively generate a sequence of intent, slot type, and slot value for given input speech in the inference. The experimental results on two public corpora show that our approach to E2E SLU is superior to the conventional cascaded method. It also outperforms the present state-of-the-art approaches to E2E SLU with much less paired data.

Foundations

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

Your Notes