Integration of Old and New Knowledge for Generalized Intent Discovery: A Consistency-Driven Prototype-Prompting Framework

Abstract

Intent detection aims to identify user intents from natural language inputs, where supervised methods rely heavily on labeled in-domain (IND) data and struggle with out-of-domain (OOD) intents, limiting their practical applicability. Generalized Intent Discovery (GID) addresses this by leveraging unlabeled OOD data to discover new intents without additional annotation. However, existing methods focus solely on clustering unsupervised data while neglecting domain adaptation. Therefore, we propose a consistency-driven prototype-prompting framework for GID from the perspective of integrating old and new knowledge, which includes a prototype-prompting framework for transferring old knowledge from external sources, and a hierarchical consistency constraint for learning new knowledge from target domains. We conducted extensive experiments and the results show that our method significantly outperforms all baseline methods, achieving state-of-the-art results, which strongly demonstrates the effectiveness and generalization of our methods. Our source code is publicly available at https://github.com/smileix/cpp.

Cite

Text

Wei et al. "Integration of Old and New Knowledge for Generalized Intent Discovery: A Consistency-Driven Prototype-Prompting Framework." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/921

Markdown

[Wei et al. "Integration of Old and New Knowledge for Generalized Intent Discovery: A Consistency-Driven Prototype-Prompting Framework." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/wei2025ijcai-integration/) doi:10.24963/IJCAI.2025/921

BibTeX

@inproceedings{wei2025ijcai-integration,
  title     = {{Integration of Old and New Knowledge for Generalized Intent Discovery: A Consistency-Driven Prototype-Prompting Framework}},
  author    = {Wei, Xiao and Wang, Xiaobao and Zhuang, Ning and Wang, Chenyang and Wang, Longbiao and Dang, Jianwu},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {8286-8294},
  doi       = {10.24963/IJCAI.2025/921},
  url       = {https://mlanthology.org/ijcai/2025/wei2025ijcai-integration/}
}