CLSDASSep 17, 2023

Augmenting text for spoken language understanding with Large Language Models

Meta AI
arXiv:2309.09390v12 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the problem of expensive data acquisition for spoken language understanding, offering incremental improvements for domain adaptation in speech processing.

The paper tackles the challenge of training robust spoken semantic parsing models by using unpaired text data without corresponding speech, showing that methods like Joint Audio Text and Text-to-Speech improve performance by up to 30% in Exact Match on the STOP dataset, and proposing LLM-generated text to further enhance results by 1.4% to 2.6%.

Spoken semantic parsing (SSP) involves generating machine-comprehensible parses from input speech. Training robust models for existing application domains represented in training data or extending to new domains requires corresponding triplets of speech-transcript-semantic parse data, which is expensive to obtain. In this paper, we address this challenge by examining methods that can use transcript-semantic parse data (unpaired text) without corresponding speech. First, when unpaired text is drawn from existing textual corpora, Joint Audio Text (JAT) and Text-to-Speech (TTS) are compared as ways to generate speech representations for unpaired text. Experiments on the STOP dataset show that unpaired text from existing and new domains improves performance by 2% and 30% in absolute Exact Match (EM) respectively. Second, we consider the setting when unpaired text is not available in existing textual corpora. We propose to prompt Large Language Models (LLMs) to generate unpaired text for existing and new domains. Experiments show that examples and words that co-occur with intents can be used to generate unpaired text with Llama 2.0. Using the generated text with JAT and TTS for spoken semantic parsing improves EM on STOP by 1.4% and 2.6% absolute for existing and new domains respectively.

Foundations

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

Your Notes