paper-with-me

Papers

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 bidirectional long short-term memory (BiLSTM) network with the margin loss as the feature extractor. With margin loss, we can learn discriminative deep features by forcing the network to maximize inter-class variance and to minimize intra-class variance. Then, we feed the feature vectors to the density-based novelty detection algorithm, local outlier factor (LOF), to detect unknown intents. Experiments on two benchmark datasets show that our method can yield consistent improvements compared with the baseline methods.

📄 PDF Abstract BibTeX arXiv:1906.00434

Code (1)

thuiar/DeepUnkID tf

Tasks

Intent DetectionNovelty DetectionOpen Intent Detection

Similar Papers 제목 키워드 기반

Modeling Discriminative Representations for Out-of-Domain Detection with Supervised Contrastive Learning

2021-05-29 · ACL 2021 5 · Zhiyuan Zeng, Keqing He, Yuanmeng Yan, Zijun Liu 외

Detecting Out-of-Domain (OOD) or unknown intents from user queries is essential in a task-oriented dialog system. A key challenge of OOD detection is to learn discriminative semantic features. Traditional cross-entropy l…

Contrastive LearningOut of Distribution (OOD) Detection

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

Towards Multi-label Unknown Intent Detection

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

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 mul…

Intent Detection

Long-tail Detection with Effective Class-Margins

2023-01-23 · Jang Hyun Cho, Philipp Krähenbühl

Large-scale object detection and instance segmentation face a severe data imbalance. The finer-grained object classes become, the less frequent they appear in our datasets. However, at test-time, we expect a detector tha…

Binary ClassificationInstance SegmentationLong-tailed Object DetectionObject+3