paper-with-me

Papers

Benchmarking Commercial Intent Detection Services with Practice-Driven Evaluations

2020-12-07 · NAACL 2021 4 · Haode Qi, Lin Pan, Atin Sood, Abhishek Shah, Ladislav Kunc, Mo Yu, Saloni Potdar

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.

📄 PDF Abstract BibTeX arXiv:2012.03929

Code (1)

haodeqi/BenchmarkingIntentDetection 공식 구현

Tasks

BenchmarkingGoal-Oriented DialogIntent Detection

Similar Papers 제목 키워드 기반

Do We Need Online NLU Tools?

2020-11-19 · Petr Lorenc, Petr Marek, Jan Pichl, Jakub Konrád 외

The intent recognition is an essential algorithm of any conversational AI application. It is responsible for the classification of an input message into meaningful classes. In many bot development platforms, we can confi…

Intent Recognition

Benchmarking Language-agnostic Intent Classification for Virtual Assistant Platforms

2022-07-01 · NAACL (MIA) 2022 7 · Gengyu Wang, Cheng Qian, Lin Pan, Haode Qi 외

Current virtual assistant (VA) platforms are beholden to the limited number of languages they support. Every component, such as the tokenizer and intent classifier, is engineered for specific languages in these intricate…

BenchmarkingClassificationintent-classificationIntent Classification

Situated, Dynamic, and Subjective: Envisioning the Design of Theory-of-Mind-Enabled Everyday AI with Industry Practitioners

2026-02-11 · Qiaosi Wang, Jini Kim, Avanita Sharma, Alicia 외 arxiv

Theory of Mind (ToM) -- the ability to infer what others are thinking (e.g., intentions) from observable cues -- is traditionally considered fundamental to human social interactions. This has sparked growing efforts in b…

Benchmarking Natural Language Understanding Services for building Conversational Agents

2019-03-13 · Xingkun Liu, Arash Eshghi, Pawel Swietojanski, Verena Rieser

We have recently seen the emergence of several publicly available Natural Language Understanding (NLU) toolkits, which map user utterances to structured, but more abstract, Dialogue Act (DA) or Intent specifications, whi…

BenchmarkingGeneral Classificationintent-classificationIntent Classification+1

OneNet: Joint Domain, Intent, Slot Prediction for Spoken Language Understanding

2018-01-16 · Young-Bum Kim, Sungjin Lee, Karl Stratos

In practice, most spoken language understanding systems process user input in a pipelined manner; first domain is predicted, then intent and semantic slots are inferred according to the semantic frames of the predicted d…

Spoken Language Understanding