CLOct 26, 2024

Pseudo-Label Enhanced Prototypical Contrastive Learning for Uniformed Intent Discovery

arXiv:2410.20219v123 citationsh-index: 24EMNLP
Originality Incremental advance
AI Analysis

This addresses the challenge of discovering new intents in dialogue systems, but it is incremental as it builds on existing contrastive learning and clustering methods.

The paper tackles the problem of new intent discovery in task-oriented dialogue systems by proposing a pseudo-label enhanced prototypical contrastive learning model, which achieves effectiveness across three benchmark datasets and two task settings.

New intent discovery is a crucial capability for task-oriented dialogue systems. Existing methods focus on transferring in-domain (IND) prior knowledge to out-of-domain (OOD) data through pre-training and clustering stages. They either handle the two processes in a pipeline manner, which exhibits a gap between intent representation and clustering process or use typical contrastive clustering that overlooks the potential supervised signals from the whole data. Besides, they often individually deal with open intent discovery or OOD settings. To this end, we propose a Pseudo-Label enhanced Prototypical Contrastive Learning (PLPCL) model for uniformed intent discovery. We iteratively utilize pseudo-labels to explore potential positive/negative samples for contrastive learning and bridge the gap between representation and clustering. To enable better knowledge transfer, we design a prototype learning method integrating the supervised and pseudo signals from IND and OOD samples. In addition, our method has been proven effective in two different settings of discovering new intents. Experiments on three benchmark datasets and two task settings demonstrate the effectiveness of our approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes