CLDec 7, 2020

Benchmarking Commercial Intent Detection Services with Practice-Driven Evaluations

arXiv:2012.03929v2728 citations
AI Analysis

This work provides a practical evaluation for developers and businesses choosing intent detection services, highlighting the performance and efficiency of commercial solutions under realistic data constraints.

This paper benchmarks commercial intent detection services, finding that Watson Assistant's model outperforms other commercial solutions and is comparable to large pretrained language models. It achieves this with significantly fewer computational resources and less training data, and demonstrates higher robustness to distribution shifts.

Intent detection is a key component of modern goal-oriented dialog systems that accomplish a user task by predicting the intent of users' text input. There are three primary challenges in designing robust and accurate intent detection models. First, typical intent detection models require a large amount of labeled data to achieve high accuracy. Unfortunately, in practical scenarios it is more common to find small, unbalanced, and noisy datasets. Secondly, even with large training data, the intent detection models can see a different distribution of test data when being deployed in the real world, leading to poor accuracy. Finally, a practical intent detection model must be computationally efficient in both training and single query inference so that it can be used continuously and re-trained frequently. We benchmark intent detection methods on a variety of datasets. Our results show that Watson Assistant's intent detection model outperforms other commercial solutions and is comparable to large pretrained language models while requiring only a fraction of computational resources and training data. Watson Assistant demonstrates a higher degree of robustness when the training and test distributions differ.

Code Implementations1 repo
Foundations

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

Your Notes