paper-with-me

Papers

Discovering New Intents with Deep Aligned Clustering

2020-12-16 · Hanlei Zhang, Hua Xu, Ting-En Lin, Rui Lyu

Discovering new intents is a crucial task in dialogue systems. Most existing methods are limited in transferring the prior knowledge from known intents to new intents. They also have difficulties in providing high-quality supervised signals to learn clustering-friendly features for grouping unlabeled intents. In this work, we propose an effective method, Deep Aligned Clustering, to discover new intents with the aid of the limited known intent data. Firstly, we leverage a few labeled known intent samples as prior knowledge to pre-train the model. Then, we perform k-means to produce cluster assignments as pseudo-labels. Moreover, we propose an alignment strategy to tackle the label inconsistency problem during clustering assignments. Finally, we learn the intent representations under the supervision of the aligned pseudo-labels. With an unknown number of new intents, we predict the number of intent categories by eliminating low-confidence intent-wise clusters. Extensive experiments on two benchmark datasets show that our method is more robust and achieves substantial improvements over the state-of-the-art methods. The codes are released at https://github.com/thuiar/DeepAligned-Clustering.

📄 PDF Abstract BibTeX arXiv:2012.08987

Code (2)

hanleizhang/DeepAligned-Clustering 공식 구현 pytorch
thuiar/DeepAligned-Clustering 공식 구현 pytorch

Tasks

ClusteringOpen Intent DiscoveryShort Text ClusteringText Clustering

Similar Papers 제목 키워드 기반

Semi-Supervised Clustering with Contrastive Learning for Discovering New Intents

2022-01-07 · Feng Wei, Zhenbo Chen, Zhenghong Hao, Fengxin Yang 외

Most dialogue systems in real world rely on predefined intents and answers for QA service, so discovering potential intents from large corpus previously is really important for building such dialogue services. Considerin…

ClusteringContrastive LearningText Clustering

Discovering New Intents via Constrained Deep Adaptive Clustering with Cluster Refinement

2019-11-20 · Ting-En Lin, Hua Xu, Hanlei Zhang

Identifying new user intents is an essential task in the dialogue system. However, it is hard to get satisfying clustering results since the definition of intents is strongly guided by prior knowledge. Existing methods i…

ClusteringOpen Intent DiscoveryShort Text ClusteringText Clustering

Semi-supervised Intent Discovery with Contrastive Learning

2021-11-01 · EMNLP (NLP4ConvAI) 2021 11 · Xiang Shen, Yinge Sun, Yao Zhang, Mani Najmabadi

User intent discovery is a key step in developing a Natural Language Understanding (NLU) module at the core of any modern Conversational AI system. Typically, human experts review a representative sample of user input da…

ClusteringContrastive LearningIntent DiscoveryNatural Language Understanding

Discovering New Intents Using Latent Variables

2022-10-21 · Yunhua Zhou, Peiju Liu, Yuxin Wang, Xipeng Qiu

Discovering new intents is of great significance to establishing Bootstrapped Task-Oriented Dialogue System. Most existing methods either lack the ability to transfer prior knowledge in the known intent data or fall into…

Controllable Discovery of Intents: Incremental Deep Clustering Using Semi-Supervised Contrastive Learning

2024-10-18 · Mrinal Rawat, Hithesh Sankararaman, Victor Barres

Deriving value from a conversational AI system depends on the capacity of a user to translate the prior knowledge into a configuration. In most cases, discovering the set of relevant turn-level speaker intents is often o…

ClusteringContinual LearningContrastive LearningDeep Clustering+2