SDASOct 23, 2020

Enriching Under-Represented Named-Entities To Improve Speech Recognition Performance

arXiv:2010.12143v1
Originality Incremental advance
AI Analysis

This addresses a specific problem in speech recognition for domains with rare named-entities, but it is incremental as it builds on existing language model and rescoring techniques.

The paper tackles the challenge of automatic speech recognition for under-represented named-entities by enriching their representations to increase their occurrence in word lattices, resulting in improved recognition performance through methods like lattice rescoring.

Automatic speech recognition (ASR) for under-represented named-entity (UR-NE) is challenging due to such named-entities (NE) have insufficient instances and poor contextual coverage in the training data to learn reliable estimates and representations. In this paper, we propose approaches to enriching UR-NEs to improve speech recognition performance. Specifically, our first priority is to ensure those UR-NEs to appear in the word lattice if there is any. To this end, we make exemplar utterances for those UR-NEs according to their categories (e.g. location, person, organization, etc.), ending up with an improved language model (LM) that boosts the UR-NE occurrence in the word lattice. With more UR-NEs appearing in the lattice, we then boost the recognition performance through lattice rescoring methods. We first enrich the representations of UR-NEs in a pre-trained recurrent neural network LM (RNNLM) by borrowing the embedding representations of the rich-represented NEs (RR-NEs), yielding the lattices that statistically favor the UR-NEs. Finally, we directly boost the likelihood scores of the utterances containing UR-NEs and gain further performance improvement.

Foundations

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

Your Notes