CLSDASOct 27, 2022

Token-level Sequence Labeling for Spoken Language Understanding using Compositional End-to-End Models

CMU
arXiv:2210.15734v1292 citationsh-index: 83
Originality Incremental advance
AI Analysis

This work addresses the challenge of integrating token-level sequence labeling into end-to-end SLU systems, offering practical benefits like compatibility with pre-trained models and improved performance, though it is incremental in its approach.

The authors tackled the problem of spoken language understanding (SLU) by developing compositional end-to-end models that separate speech recognition from natural language understanding, outperforming cascaded and direct end-to-end models on named entity recognition benchmarks.

End-to-end spoken language understanding (SLU) systems are gaining popularity over cascaded approaches due to their simplicity and ability to avoid error propagation. However, these systems model sequence labeling as a sequence prediction task causing a divergence from its well-established token-level tagging formulation. We build compositional end-to-end SLU systems that explicitly separate the added complexity of recognizing spoken mentions in SLU from the NLU task of sequence labeling. By relying on intermediate decoders trained for ASR, our end-to-end systems transform the input modality from speech to token-level representations that can be used in the traditional sequence labeling framework. This composition of ASR and NLU formulations in our end-to-end SLU system offers direct compatibility with pre-trained ASR and NLU systems, allows performance monitoring of individual components and enables the use of globally normalized losses like CRF, making them attractive in practical scenarios. Our models outperform both cascaded and direct end-to-end models on a labeling task of named entity recognition across SLU benchmarks.

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