paper-with-me

Papers

A Post-processing Method for Detecting Unknown Intent of Dialogue System via Pre-trained Deep Neural Network Classifier

2020-03-07 · Ting-En Lin, Hua Xu

With the maturity and popularity of dialogue systems, detecting user's unknown intent in dialogue systems has become an important task. It is also one of the most challenging tasks since we can hardly get examples, prior knowledge or the exact numbers of unknown intents. In this paper, we propose SofterMax and deep novelty detection (SMDN), a simple yet effective post-processing method for detecting unknown intent in dialogue systems based on pre-trained deep neural network classifiers. Our method can be flexibly applied on top of any classifiers trained in deep neural networks without changing the model architecture. We calibrate the confidence of the softmax outputs to compute the calibrated confidence score (i.e., SofterMax) and use it to calculate the decision boundary for unknown intent detection. Furthermore, we feed the feature representations learned by the deep neural networks into traditional novelty detection algorithm to detect unknown intents from different perspectives. Finally, we combine the methods above to perform the joint prediction. Our method classifies examples that differ from known intents as unknown and does not require any examples or prior knowledge of it. We have conducted extensive experiments on three benchmark dialogue datasets. The results show that our method can yield significant improvements compared with the state-of-the-art baselines

📄 PDF Abstract BibTeX arXiv:2003.03504

Code (1)

tnlin/SMDN 공식 구현

Tasks

Intent DetectionNovelty Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

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

Improved Out-of-Scope Intent Classification with Dual Encoding and Threshold-based Re-Classification

2024-05-30 · Hossam M. Zawbaa, Wael Rashwan, Sourav Dutta, Haytham Assem

Detecting out-of-scope user utterances is essential for task-oriented dialogues and intent classification. Current methodologies face difficulties with the unpredictable distribution of outliers and often rely on assumpt…

ClassificationDenoisingintent-classificationIntent Classification+1

Deep Unknown Intent Detection with Margin Loss

2019-06-02 · ACL 2019 7 · Ting-En Lin, Hua Xu

Identifying the unknown (novel) user intents that have never appeared in the training set is a challenging task in the dialogue system. In this paper, we present a two-stage method for detecting unknown intents. We use b…

Intent DetectionNovelty DetectionOpen Intent Detection

IntenDD: A Unified Contrastive Learning Approach for Intent Detection and Discovery

2023-10-25 · Bhavuk Singhal, Ashim Gupta, Shivasankaran V P, Amrith Krishna

Identifying intents from dialogue utterances forms an integral component of task-oriented dialogue systems. Intent-related tasks are typically formulated either as a classification task, where the utterances are classifi…

Contrastive Learningintent-classificationIntent ClassificationIntent Detection+3

Deep Open Intent Classification with Adaptive Decision Boundary

2020-12-18 · Hanlei Zhang, Hua Xu, Ting-En Lin

Open intent classification is a challenging task in dialogue systems. On the one hand, it should ensure the quality of known intent identification. On the other hand, it needs to detect the open (unknown) intent without …

ClassificationGeneral Classificationintent-classificationIntent Classification+1