CLIRSDASMay 22, 2020

Automatic Discovery of Novel Intents & Domains from Text Utterances

arXiv:2006.01208v113 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of handling emerging intents and domains in real-world NLU applications, which is incremental as it builds on existing classification methods.

The paper tackles the problem of automatically discovering novel intents and domains from unlabeled text utterances in dynamic environments, achieving significant performance improvements over baselines on benchmark datasets and real user data.

One of the primary tasks in Natural Language Understanding (NLU) is to recognize the intents as well as domains of users' spoken and written language utterances. Most existing research formulates this as a supervised classification problem with a closed-world assumption, i.e. the domains or intents to be identified are pre-defined or known beforehand. Real-world applications however increasingly encounter dynamic, rapidly evolving environments with newly emerging intents and domains, about which no information is known during model training. We propose a novel framework, ADVIN, to automatically discover novel domains and intents from large volumes of unlabeled data. We first employ an open classification model to identify all utterances potentially consisting of a novel intent. Next, we build a knowledge transfer component with a pairwise margin loss function. It learns discriminative deep features to group together utterances and discover multiple latent intent categories within them in an unsupervised manner. We finally hierarchically link mutually related intents into domains, forming an intent-domain taxonomy. ADVIN significantly outperforms baselines on three benchmark datasets, and real user utterances from a commercial voice-powered agent.

Foundations

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

Your Notes