paper-with-me

홈 › Papers

IntentGPT: Few-shot Intent Discovery with Large Language Models

2024-11-16 · Juan A. Rodriguez, Nicholas Botzer, David Vazquez, Christopher Pal, Marco Pedersoli, Issam Laradji

In today's digitally driven world, dialogue systems play a pivotal role in enhancing user interactions, from customer service to virtual assistants. In these dialogues, it is important to identify user's goals automatically to resolve their needs promptly. This has necessitated the integration of models that perform Intent Detection. However, users' intents are diverse and dynamic, making it challenging to maintain a fixed set of predefined intents. As a result, a more practical approach is to develop a model capable of identifying new intents as they emerge. We address the challenge of Intent Discovery, an area that has drawn significant attention in recent research efforts. Existing methods need to train on a substantial amount of data for correctly identifying new intents, demanding significant human effort. To overcome this, we introduce IntentGPT, a novel training-free method that effectively prompts Large Language Models (LLMs) such as GPT-4 to discover new intents with minimal labeled data. IntentGPT comprises an \textit{In-Context Prompt Generator}, which generates informative prompts for In-Context Learning, an \textit{Intent Predictor} for classifying and discovering user intents from utterances, and a \textit{Semantic Few-Shot Sampler} that selects relevant few-shot examples and a set of known intents to be injected into the prompt. Our experiments show that IntentGPT outperforms previous methods that require extensive domain-specific data and fine-tuning, in popular benchmarks, including CLINC and BANKING, among others.

📄 PDF Abstract BibTeX arXiv:2411.10670

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningIntent DetectionIntent Discovery

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Z-BERT-A: a zero-shot Pipeline for Unknown Intent detection

2022-08-15 · Daniele Comi, Dimitrios Christofidellis, Pier Francesco Piazza, Matteo Manica

Intent discovery is a crucial task in natural language processing, and it is increasingly relevant for various of industrial applications. Identifying novel, unseen intents from user inputs remains one of the biggest cha…

intent-classificationIntent ClassificationIntent DetectionIntent Discovery+1

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

2023-10-16 · Xiaoshuai Song, Keqing He, Pei Wang, Guanting Dong 외

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. Previ…

In-Context LearningIntent Discovery

Predicting User Intents and Musical Attributes from Music Discovery Conversations

2024-11-19 · Daeyong Kwon, Seungheon Doh, Juhan Nam

Intent classification is a text understanding task that identifies user needs from input text queries. While intent classification has been extensively studied in various domains, it has not received much attention in th…

AttributeClassificationintent-classificationIntent Classification

SING: Synthetic Intention Graph for Scalable Active Tool Discovery in LLM Agents

2026-06-15 · Qiao Xiao, Haochen Shi, Yisen Gao, Wenbin Hu 외 arxiv

Large language model (LLM) agents increasingly rely on agent harnesses that manage context, tools, and multi-turn execution, making tools a central interface for acting in realistic digital environments. As harness-conne…

LANID: LLM-assisted New Intent Discovery

2025-03-31 · Lu Fan, Jiashu Pu, Rongsheng Zhang, Xiao-Ming Wu

Task-oriented Dialogue Systems (TODS) often face the challenge of encountering new intents. New Intent Discovery (NID) is a crucial task that aims to identify these novel intents while maintaining the capability to recog…

Intent DiscoveryTask-Oriented Dialogue SystemsTriplet