CLSDASNov 16, 2018

Investigating the Effects of Word Substitution Errors on Sentence Embeddings

arXiv:1811.07021v213 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of handling imperfect transcripts in NLP for applications like speech analysis, though it is incremental as it evaluates existing methods under new error conditions.

The paper investigated how word substitution errors from automatic speech recognition affect state-of-the-art sentence embedding methods, finding that pre-trained neural encoders are robust and maintain performance, while unweighted word vector averages degrade rapidly.

A key initial step in several natural language processing (NLP) tasks involves embedding phrases of text to vectors of real numbers that preserve semantic meaning. To that end, several methods have been recently proposed with impressive results on semantic similarity tasks. However, all of these approaches assume that perfect transcripts are available when generating the embeddings. While this is a reasonable assumption for analysis of written text, it is limiting for analysis of transcribed text. In this paper we investigate the effects of word substitution errors, such as those coming from automatic speech recognition errors (ASR), on several state-of-the-art sentence embedding methods. To do this, we propose a new simulator that allows the experimenter to induce ASR-plausible word substitution errors in a corpus at a desired word error rate. We use this simulator to evaluate the robustness of several sentence embedding methods. Our results show that pre-trained neural sentence encoders are both robust to ASR errors and perform well on textual similarity tasks after errors are introduced. Meanwhile, unweighted averages of word vectors perform well with perfect transcriptions, but their performance degrades rapidly on textual similarity tasks for text with word substitution errors.

Code Implementations1 repo
Foundations

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

Your Notes