paper-with-me

Papers

Intent Mining from past conversations for conversational agent

2020-05-22 · COLING 2020 8 · Ajay Chatterjee, Shubhashis Sengupta

Conversational systems are of primary interest in the AI community. Chatbots are increasingly being deployed to provide round-the-clock support and to increase customer engagement. Many of the commercial bot building frameworks follow a standard approach that requires one to build and train an intent model to recognize a user input. Intent models are trained in a supervised setting with a collection of textual utterance and intent label pairs. Gathering a substantial and wide coverage of training data for different intent is a bottleneck in the bot building process. Moreover, the cost of labeling a hundred to thousands of conversations with intent is a time consuming and laborious job. In this paper, we present an intent discovery framework that involves 4 primary steps: Extraction of textual utterances from a conversation using a pre-trained domain agnostic Dialog Act Classifier (Data Extraction), automatic clustering of similar user utterances (Clustering), manual annotation of clusters with an intent label (Labeling) and propagation of intent labels to the utterances from the previous step, which are not mapped to any cluster (Label Propagation); to generate intent training data from raw conversations. We have introduced a novel density-based clustering algorithm ITER-DBSCAN for unbalanced data clustering. Subject Matter Expert (Annotators with domain expertise) manually looks into the clustered user utterances and provides an intent label for discovery. We conducted user studies to validate the effectiveness of the trained intent model generated in terms of coverage of intents, accuracy and time saving concerning manual annotation. Although the system is developed for building an intent model for the conversational system, this framework can also be used for a short text clustering or as a labeling framework.

📄 PDF Abstract BibTeX arXiv:2005.11014

Code (1)

ajaychatterjee/IntentMining 공식 구현 pytorch

Tasks

ClusteringIntent DiscoveryShort Text Clustering

Similar Papers 제목 키워드 기반

Avaya Conversational Intelligence: A Real-Time System for Spoken Language Understanding in Human-Human Call Center Conversations

2019-09-02 · Jan Mizgajski, Adrian Szymczak, Robert Głowski, Piotr Szymański 외

Avaya Conversational Intelligence(ACI) is an end-to-end, cloud-based solution for real-time Spoken Language Understanding for call centers. It combines large vocabulary, real-time speech recognition, transcript refinemen…

Abstractive Text SummarizationIntent RecognitionKeyword Extractionspeech-recognition+2

Generative Conversational Networks

2021-06-15 · SIGDIAL (ACL) 2021 7 · Alexandros Papangelis, Karthik Gopalakrishnan, Aishwarya Padmakumar, Seokhwan Kim 외

Inspired by recent work in meta-learning and generative teaching networks, we propose a framework called Generative Conversational Networks, in which conversational agents learn to generate their own labelled training da…

Intent DetectionMeta-Learning

Identifying Breakdowns in Conversational Recommender Systems using User Simulation

2024-05-23 · Nolwenn Bernard, Krisztian Balog

We present a methodology to systematically test conversational recommender systems with regards to conversational breakdowns. It involves examining conversations generated between the system and simulated users for a set…

Conversational RecommendationDiagnosticUser Simulation

Adapting Task-Oriented Dialogue Models for Email Conversations

2022-08-19 · Soham Deshmukh, Charles Lee

Intent detection is a key part of any Natural Language Understanding (NLU) system of a conversational assistant. Detecting the correct intent is essential yet difficult for email conversations where multiple directives a…

Intent DetectionNatural Language UnderstandingTransfer Learning

RECAP: REwriting Conversations for Intent Understanding in Agentic Planning

2025-08-29 · Kushan Mitra, Dan Zhang, Hannah Kim, Estevam Hruschka arxiv

Understanding user intent is essential for effective planning in conversational assistants, particularly those powered by large language models (LLMs) coordinating multiple agents. However, real-world dialogues are often…

Intent Detection