CLJun 22, 2022

Template-based Approach to Zero-shot Intent Recognition

arXiv:2206.10914v1300 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the practical need for dialog assistants to efficiently update intents without extensive retraining, though it is incremental as it builds on existing zero-shot text classification methods.

The paper tackles the problem of generalized zero-shot intent recognition for dialog assistants, achieving up to 16% improvement in F1-measure for unseen intents and up to 7% enhancement through lexicalization of intent labels.

The recent advances in transfer learning techniques and pre-training of large contextualized encoders foster innovation in real-life applications, including dialog assistants. Practical needs of intent recognition require effective data usage and the ability to constantly update supported intents, adopting new ones, and abandoning outdated ones. In particular, the generalized zero-shot paradigm, in which the model is trained on the seen intents and tested on both seen and unseen intents, is taking on new importance. In this paper, we explore the generalized zero-shot setup for intent recognition. Following best practices for zero-shot text classification, we treat the task with a sentence pair modeling approach. We outperform previous state-of-the-art f1-measure by up to 16\% for unseen intents, using intent labels and user utterances and without accessing external sources (such as knowledge bases). Further enhancement includes lexicalization of intent labels, which improves performance by up to 7\%. By using task transferring from other sentence pair tasks, such as Natural Language Inference, we gain additional improvements.

Foundations

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

Your Notes