paper-with-me

Papers

Towards Multi-label Unknown Intent Detection

2022-10-01 · COLING 2022 10 · Yawen Ouyang, Zhen Wu, Xinyu Dai, ShuJian Huang, Jiajun Chen

Multi-class unknown intent detection has made remarkable progress recently. However, it has a strong assumption that each utterance has only one intent, which does not conform to reality because utterances often have multiple intents. In this paper, we propose a more desirable task, multi-label unknown intent detection, to detect whether the utterance contains the unknown intent, in which each utterance may contain multiple intents. In this task, the unique utterances simultaneously containing known and unknown intents make existing multi-class methods easy to fail. To address this issue, we propose an intuitive and effective method to recognize whether All Intents contained in the utterance are Known (AIK). Our high-level idea is to predict the utterance’s intent number, then check whether the utterance contains the same number of known intents. If the number of known intents is less than the number of intents, it implies that the utterance also contains unknown intents. We benchmark AIK over existing methods, and empirical results suggest that our method obtains state-of-the-art performances. For example, on the MultiWOZ 2.3 dataset, AIK significantly reduces the FPR95 by 12.25% compared to the best baseline.

📄 PDF Abstract BibTeX

Code (1)

yawenouyang/aik 공식 구현 pytorch

Tasks

Intent Detection

Similar Papers 제목 키워드 기반

A Hybrid Architecture for Out of Domain Intent Detection and Intent Discovery

2023-03-07 · Masoud Akbari, Ali Mohades, M. Hassan Shirali-Shahreza

Intent Detection is one of the tasks of the Natural Language Understanding (NLU) unit in task-oriented dialogue systems. Out of Scope (OOS) and Out of Domain (OOD) inputs may run these systems into a problem. On the othe…

ClusteringDimensionality ReductionIntent DetectionIntent Discovery+3

Unknown Intent Detection Using Multi-Objective Optimization on Deep Learning Classifiers

2021-09-01 · RANLP 2021 9 · Prerna Prem, Zishan Ahmad, Asif Ekbal, Shubhashis Sengupta 외

Modelling and understanding dialogues in a conversation depends on identifying the user intent from the given text. Unknown or new intent detection is a critical task, as in a realistic scenario a user intent may frequen…

Intent DetectionIntent Discovery

Unknown Intent Detection Using Gaussian Mixture Model with an Application to Zero-shot Intent Classification

2020-07-01 · ACL 2020 6 · Guangfeng Yan, Lu Fan, Qimai Li, Han Liu 외

User intent classification plays a vital role in dialogue systems. Since user intent may frequently change over time in many realistic scenarios, unknown (new) intent detection has become an essential problem, where the …

ClassificationGeneral Classificationintent-classificationIntent Classification+3

Intent Detection and Discovery from User Logs via Deep Semi-Supervised Contrastive Clustering

2022-07-01 · NAACL 2022 7 · Rajat Kumar, Mayur Patidar, Vaibhav Varshney, Lovekesh Vig 외

Intent Detection is a crucial component of Dialogue Systems wherein the objective is to classify a user utterance into one of multiple pre-defined intents. A pre-requisite for developing an effective intent identifier is…

ClusteringIntent DetectionIntent DiscoveryOpen Intent Discovery+2

Learning to Classify Open Intent via Soft Labeling and Manifold Mixup

2022-04-16 · Zifeng Cheng, Zhiwei Jiang, Yafeng Yin, Cong Wang 외

Open intent classification is a practical yet challenging task in dialogue systems. Its objective is to accurately classify samples of known intents while at the same time detecting those of open (unknown) intents. Exist…

intent-classificationIntent ClassificationOutlier Detection