CLAILGASSep 19, 2021

What BERT Based Language Models Learn in Spoken Transcripts: An Empirical Study

arXiv:2109.09105v212 citations
Originality Synthesis-oriented
AI Analysis

This work provides insights for researchers in spoken language understanding on model limitations and transferability, though it is incremental as it applies existing methods to analyze new data.

The study investigated how BERT-based language models trained on spoken transcripts capture conversational, channel, and ASR properties without speech cues, finding they perform well on conversational aspects like pause prediction but poorly on turn-tasks and ASR error prediction.

Language Models (LMs) have been ubiquitously leveraged in various tasks including spoken language understanding (SLU). Spoken language requires careful understanding of speaker interactions, dialog states and speech induced multimodal behaviors to generate a meaningful representation of the conversation. In this work, we propose to dissect SLU into three representative properties:conversational (disfluency, pause, overtalk), channel (speaker-type, turn-tasks) and ASR (insertion, deletion,substitution). We probe BERT based language models (BERT, RoBERTa) trained on spoken transcripts to investigate its ability to understand multifarious properties in absence of any speech cues. Empirical results indicate that LM is surprisingly good at capturing conversational properties such as pause prediction and overtalk detection from lexical tokens. On the downsides, the LM scores low on turn-tasks and ASR errors predictions. Additionally, pre-training the LM on spoken transcripts restrain its linguistic understanding. Finally, we establish the efficacy and transferability of the mentioned properties on two benchmark datasets: Switchboard Dialog Act and Disfluency datasets.

Foundations

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

Your Notes