Measuring the Effect of Transcription Noise on Downstream Language Understanding Tasks
Ori Shapira, Shlomo E. Chazan, Amir DN Cohen
TL;DR
The paper introduces ENDow, a configurable framework to study how transcription noise from ASR affects downstream SLU tasks. It systematically varies noise intensity and type, applies targeted transcript cleaning, and evaluates three tasks (summarization, QA, dialog-act classification) across four LLMs. Key findings show that task performance attenuates differently with noise and that cleaning certain word-types, especially named entities and nouns, can yield meaningful gains with modest effort. The framework enables robust cross-model and cross-task comparisons, guiding practical SLU system design under noisy transcripts and informing where to allocate transcription-improvement resources.
Abstract
With the increasing prevalence of recorded human speech, spoken language understanding (SLU) is essential for its efficient processing. In order to process the speech, it is commonly transcribed using automatic speech recognition technology. This speech-to-text transition introduces errors into the transcripts, which subsequently propagate to downstream NLP tasks, such as dialogue summarization. While it is known that transcript noise affects downstream tasks, a systematic approach to analyzing its effects across different noise severities and types has not been addressed. We propose a configurable framework for assessing task models in diverse noisy settings, and for examining the impact of transcript-cleaning techniques. The framework facilitates the investigation of task model behavior, which can in turn support the development of effective SLU solutions. We exemplify the utility of our framework on three SLU tasks and four task models, offering insights regarding the effect of transcript noise on tasks in general and models in particular. For instance, we find that task models can tolerate a certain level of noise, and are affected differently by the types of errors in the transcript.
