LGCLIRApr 30, 2020

Learning to Rank Intents in Voice Assistants

arXiv:2005.00119v21 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of incorrect responses in voice assistants for users, though it appears incremental as it builds on existing intent ranking methods.

The paper tackles the problem of ambiguous intent selection in voice assistants by proposing an energy-based model that incorporates user-specific context and information-state to rank intents, resulting in a 3.8% reduction in error rate and a 33.3% improvement in robustness.

Voice Assistants aim to fulfill user requests by choosing the best intent from multiple options generated by its Automated Speech Recognition and Natural Language Understanding sub-systems. However, voice assistants do not always produce the expected results. This can happen because voice assistants choose from ambiguous intents - user-specific or domain-specific contextual information reduces the ambiguity of the user request. Additionally the user information-state can be leveraged to understand how relevant/executable a specific intent is for a user request. In this work, we propose a novel Energy-based model for the intent ranking task, where we learn an affinity metric and model the trade-off between extracted meaning from speech utterances and relevance/executability aspects of the intent. Furthermore we present a Multisource Denoising Autoencoder based pretraining that is capable of learning fused representations of data from multiple sources. We empirically show our approach outperforms existing state of the art methods by reducing the error-rate by 3.8%, which in turn reduces ambiguity and eliminates undesired dead-ends leading to better user experience. Finally, we evaluate the robustness of our algorithm on the intent ranking task and show our algorithm improves the robustness by 33.3%.

Foundations

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

Your Notes