paper-with-me

Papers

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 prior knowledge. Current models are limited in finding the appropriate decision boundary to balance the performances of both known intents and the open intent. In this paper, we propose a post-processing method to learn the adaptive decision boundary (ADB) for open intent classification. We first utilize the labeled known intent samples to pre-train the model. Then, we automatically learn the adaptive spherical decision boundary for each known class with the aid of well-trained features. Specifically, we propose a new loss function to balance both the empirical risk and the open space risk. Our method does not need open intent samples and is free from modifying the model architecture. Moreover, our approach is surprisingly insensitive with less labeled data and fewer known intents. Extensive experiments on three benchmark datasets show that our method yields significant improvements compared with the state-of-the-art methods. The codes are released at https://github.com/thuiar/Adaptive-Decision-Boundary.

📄 PDF Abstract BibTeX arXiv:2012.10209

Code (1)

thuiar/Adaptive-Decision-Boundary 공식 구현 pytorch

Tasks

ClassificationGeneral Classificationintent-classificationIntent ClassificationOpen Intent Detection

Similar Papers 제목 키워드 기반

Multi-Granularity Open Intent Classification via Adaptive Granular-Ball Decision Boundary

2024-12-18 · Yanhua Li, Xiaocao Ouyang, Chaofan Pan, Jie Zhang 외

Open intent classification is critical for the development of dialogue systems, aiming to accurately classify known intents into their corresponding classes while identifying unknown intents. Prior boundary-based methods…

Classificationintent-classificationIntent ClassificationRepresentation Learning

Effective Open Intent Classification with K-center Contrastive Learning and Adjustable Decision Boundary

2023-04-20 · Xiaokang Liu, Jianquan Li, Jingjing Mu, Min Yang 외

Open intent classification, which aims to correctly classify the known intents into their corresponding classes while identifying the new unknown (open) intents, is an essential but challenging task in dialogue systems. …

Contrastive Learningintent-classificationIntent Classification

Learning Better Intent Representations for Financial Open Intent Classification

2022-10-25 · Xianzhi Li, Will Aitken, Xiaodan Zhu, Stephen W. Thomas

With the recent surge of NLP technologies in the financial domain, banks and other financial entities have adopted virtual agents (VA) to assist customers. A challenging problem for VAs in this domain is determining a us…

Classificationintent-classificationIntent ClassificationLanguage Modeling+2

Ellipsoid-Based Decision Boundaries for Open Intent Classification

2025-11-13 · Yuetian Zou, Hanlei Zhang, Hua Xu, Songze Li 외 arxiv

Textual open intent classification is crucial for real-world dialogue systems, enabling robust detection of unknown user intents without prior knowledge and contributing to the robustness of the system. While adaptive de…

Open Intent DetectionIntent ClassificationContrastive LearningText Classification

Learning Discriminative Representations and Decision Boundaries for Open Intent Detection

2022-03-11 · Hanlei Zhang, Hua Xu, Shaojie Zhao, Qianrui Zhou

Open intent detection is a significant problem in natural language understanding, which aims to identify the unseen open intent while ensuring known intent identification performance. However, current methods face two ma…

Intent DetectionNatural Language UnderstandingOpen Intent Detection