CLAILGOct 16, 2023

Large Language Models Meet Open-World Intent Discovery and Recognition: An Evaluation of ChatGPT

arXiv:2310.10176v1142 citationsh-index: 19
Originality Synthesis-oriented
AI Analysis

This addresses the problem of extending intent classifiers to open-world sets for task-oriented dialogue systems, but it is incremental as it focuses on evaluating an existing LLM rather than proposing a new method.

The paper evaluates ChatGPT on out-of-domain intent discovery and generalized intent discovery for task-oriented dialogue systems, finding that it shows consistent advantages in zero-shot settings but underperforms compared to fine-tuned models.

The tasks of out-of-domain (OOD) intent discovery and generalized intent discovery (GID) aim to extend a closed intent classifier to open-world intent sets, which is crucial to task-oriented dialogue (TOD) systems. Previous methods address them by fine-tuning discriminative models. Recently, although some studies have been exploring the application of large language models (LLMs) represented by ChatGPT to various downstream tasks, it is still unclear for the ability of ChatGPT to discover and incrementally extent OOD intents. In this paper, we comprehensively evaluate ChatGPT on OOD intent discovery and GID, and then outline the strengths and weaknesses of ChatGPT. Overall, ChatGPT exhibits consistent advantages under zero-shot settings, but is still at a disadvantage compared to fine-tuned models. More deeply, through a series of analytical experiments, we summarize and discuss the challenges faced by LLMs including clustering, domain-specific understanding, and cross-domain in-context learning scenarios. Finally, we provide empirical guidance for future directions to address these challenges.

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