CLNov 24, 2022

Bidirectional Representations for Low Resource Spoken Language Understanding

arXiv:2211.14320v22 citationsh-index: 35
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving spoken language understanding systems for low-resource languages, offering a more efficient and interpretable approach compared to traditional pipeline methods.

The authors tackled the problem of spoken language understanding by proposing a bidirectional representation model that encodes speech for downstream tasks, achieving state-of-the-art performance on the Fluent Speech Command dataset in low-data regimes.

Most spoken language understanding systems use a pipeline approach composed of an automatic speech recognition interface and a natural language understanding module. This approach forces hard decisions when converting continuous inputs into discrete language symbols. Instead, we propose a representation model to encode speech in rich bidirectional encodings that can be used for downstream tasks such as intent prediction. The approach uses a masked language modelling objective to learn the representations, and thus benefits from both the left and right contexts. We show that the performance of the resulting encodings before fine-tuning is better than comparable models on multiple datasets, and that fine-tuning the top layers of the representation model improves the current state of the art on the Fluent Speech Command dataset, also in a low-data regime, when a limited amount of labelled data is used for training. Furthermore, we propose class attention as a spoken language understanding module, efficient both in terms of speed and number of parameters. Class attention can be used to visually explain the predictions of our model, which goes a long way in understanding how the model makes predictions. We perform experiments in English and in Dutch.

Foundations

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

Your Notes