CLAISDASFeb 2, 2024

Retrieval Augmented End-to-End Spoken Dialog Models

DeepMind
arXiv:2402.01828v126 citationsh-index: 34ICASSP
Originality Incremental advance
AI Analysis

This addresses the challenge of entity recognition in speech dialog for applications like booking systems, though it is incremental as it builds on existing SLM and RAG paradigms.

The paper tackles the problem of recognizing domain-specific entities in task-oriented spoken dialog by proposing a retrieval-augmented model, which improves joint goal accuracy from 32.7% to 38.6%, slot error rate from 24.8% to 20.6%, and ASR word error rate from 6.7% to 5.5%.

We recently developed SLM, a joint speech and language model, which fuses a pretrained foundational speech model and a large language model (LLM), while preserving the in-context learning capability intrinsic to the pretrained LLM. In this paper, we apply SLM to speech dialog applications where the dialog states are inferred directly from the audio signal. Task-oriented dialogs often contain domain-specific entities, i.e., restaurants, hotels, train stations, and city names, which are difficult to recognize, however, critical for the downstream applications. Inspired by the RAG (retrieval-augmented generation) paradigm, we propose a retrieval augmented SLM (ReSLM) that overcomes this weakness. We first train a speech retriever to retrieve text entities mentioned in the audio. The retrieved entities are then added as text inputs to the underlying SLM to bias model predictions. We evaluated ReSLM on speech MultiWoz task (DSTC-11 challenge), and found that this retrieval augmentation boosts model performance, achieving joint goal accuracy (38.6% vs 32.7%), slot error rate (20.6% vs 24.8%) and ASR word error rate (5.5% vs 6.7%). While demonstrated on dialog state tracking, our approach is broadly applicable to other speech tasks requiring contextual information or domain-specific entities, such as contextual ASR with biasing capability.

Foundations

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

Your Notes