paper-with-me

Papers

IDALC: A Semi-Supervised Framework for Intent Detection and Active Learning based Correction

2025-11-08 · Ankan Mullick, Sukannya Purkayastha, Saransh Sharma, Pawan Goyal, Niloy Ganguly arxiv

Voice-controlled dialog systems have become immensely popular due to their ability to perform a wide range of actions in response to diverse user queries. These agents possess a predefined set of skills or intents to fulfill specific user tasks. But every system has its own limitations. There are instances where, even for known intents, if any model exhibits low confidence, it results in rejection of utterances that necessitate manual annotation. Additionally, as time progresses, there may be a need to retrain these agents with new intents from the system-rejected queries to carry out additional tasks. Labeling all these emerging intents and rejected utterances over time is impractical, thus calling for an efficient mechanism to reduce annotation costs. In this paper, we introduce IDALC (Intent Detection and Active Learning based Correction), a semi-supervised framework designed to detect user intents and rectify system-rejected utterances while minimizing the need for human annotation. Empirical findings on various benchmark datasets demonstrate that our system surpasses baseline methods, achieving a 5-10% higher accuracy and a 4-8% improvement in macro-F1. Remarkably, we maintain the overall annotation cost at just 6-10% of the unlabelled data available to the system. The overall framework of IDALC is shown in Fig. 1

📄 PDF Abstract BibTeX arXiv:2511.05921

Code (0)

등록된 구현이 없습니다.

Tasks

Intent DetectionActive Learning

Similar Papers 제목 키워드 기반

A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery

2023-04-16 · Hanlei Zhang, Hua Xu, Xin Wang, Fei Long 외

New intent discovery is of great value to natural language processing, allowing for a better understanding of user needs and providing friendly services. However, most existing methods struggle to capture the complicated…

ClusteringIntent DiscoveryRepresentation LearningSemantic Similarity+1

A Semi-Supervised Deep Clustering Pipeline for Mining Intentions From Texts

2022-02-01 · Xinyu Chen, Ian Beaver

Mining the latent intentions from large volumes of natural language inputs is a key step to help data analysts design and refine Intelligent Virtual Assistants (IVAs) for customer service. To aid data analysts in this ta…

ClusteringCommunity DetectionDeep Clustering

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 Customer-Service Dialog System with Semi-Supervised Learning and Coarse-to-Fine Intent Detection

2022-12-23 · Zhitong Yang, Xing Ma, Anqi Liu, Zheyu Zhang

Task-oriented dialog(TOD) aims to assist users in achieving specific goals through multi-turn conversation. Recently, good results have been obtained based on large pre-trained models. However, the labeled-data scarcity …

Intent Detection

Intent Detection and Discovery from User Logs via Deep Semi-Supervised Contrastive Clustering

2022-07-01 · NAACL 2022 7 · Rajat Kumar, Mayur Patidar, Vaibhav Varshney, Lovekesh Vig 외

Intent Detection is a crucial component of Dialogue Systems wherein the objective is to classify a user utterance into one of multiple pre-defined intents. A pre-requisite for developing an effective intent identifier is…

ClusteringIntent DetectionIntent DiscoveryOpen Intent Discovery+2