CLAIJun 29, 2022

Space-Efficient Representation of Entity-centric Query Language Models

arXiv:2206.14885v19 citationsh-index: 14
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of efficient on-device automatic speech recognition for entity-centric queries, representing an incremental improvement in domain-specific applications.

The paper tackles the problem of spoken entity recognition for virtual assistants by introducing a deterministic approximation to probabilistic grammars within the finite-state transducer framework, achieving a 10% relative word error rate improvement on long tail entity queries compared to similarly-sized n-gram models.

Virtual assistants make use of automatic speech recognition (ASR) to help users answer entity-centric queries. However, spoken entity recognition is a difficult problem, due to the large number of frequently-changing named entities. In addition, resources available for recognition are constrained when ASR is performed on-device. In this work, we investigate the use of probabilistic grammars as language models within the finite-state transducer (FST) framework. We introduce a deterministic approximation to probabilistic grammars that avoids the explicit expansion of non-terminals at model creation time, integrates directly with the FST framework, and is complementary to n-gram models. We obtain a 10% relative word error rate improvement on long tail entity queries compared to when a similarly-sized n-gram model is used without our method.

Foundations

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

Your Notes