paper-with-me

홈 › Papers

Going beyond research datasets: Novel intent discovery in the industry setting

2023-05-09 · Aleksandra Chrabrowa, Tsimur Hadeliya, Dariusz Kajtoch, Robert Mroczkowski, Piotr Rybak

Novel intent discovery automates the process of grouping similar messages (questions) to identify previously unknown intents. However, current research focuses on publicly available datasets which have only the question field and significantly differ from real-life datasets. This paper proposes methods to improve the intent discovery pipeline deployed in a large e-commerce platform. We show the benefit of pre-training language models on in-domain data: both self-supervised and with weak supervision. We also devise the best method to utilize the conversational structure (i.e., question and answer) of real-life datasets during fine-tuning for clustering tasks, which we call Conv. All our methods combined to fully utilize real-life datasets give up to 33pp performance boost over state-of-the-art Constrained Deep Adaptive Clustering (CDAC) model for question only. By comparison CDAC model for the question data only gives only up to 13pp performance boost over the naive baseline.

📄 PDF Abstract BibTeX arXiv:2305.05474

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringIntent Discovery

Similar Papers 제목 키워드 기반

Towards Open Intent Discovery for Conversational Text

2019-04-17 · Nikhita Vedula, Nedim Lipka, Pranav Maneriker, Srinivasan Parthasarathy

Detecting and identifying user intent from text, both written and spoken, plays an important role in modelling and understand dialogs. Existing research for intent discovery model it as a classification task with a prede…

Intent DiscoveryOpen Intent Discovery

ACRE: Abstract Causal REasoning Beyond Covariation

2021-03-26 · CVPR 2021 1 · Chi Zhang, Baoxiong Jia, Mark Edmonds, Song-Chun Zhu 외

Causal induction, i.e., identifying unobservable mechanisms that lead to the observable relations among variables, has played a pivotal role in modern scientific discovery, especially in scenarios with only sparse and li…

BlockingCausal DiscoveryDiagnosticscientific discovery+1

An Improved Approach of Intention Discovery with Machine Learning for POMDP-based Dialogue Management

2020-09-20 · Ruturaj Raval

An Embodied Conversational Agent (ECA) is an intelligent agent that works as the front end of software applications to interact with users through verbal/nonverbal expressions and to provide online assistance without the…

BIG-bench Machine LearningDialogue ManagementManagementSentiment Analysis

Lexical Semantic Change Discovery

2021-06-06 · ACL 2021 5 · Sinan Kurtyigit, Maike Park, Dominik Schlechtweg, Jonas Kuhn 외

While there is a large amount of research in the field of Lexical Semantic Change Detection, only few approaches go beyond a standard benchmark evaluation of existing models. In this paper, we propose a shift of focus fr…

Change Detection

Generalized Intent Discovery: Learning from Open World Dialogue System

2022-09-13 · COLING 2022 10 · Yutao Mou, Keqing He, Yanan Wu, Pei Wang 외

Traditional intent classification models are based on a pre-defined intent set and only recognize limited in-domain (IND) intent classes. But users may input out-of-domain (OOD) queries in a practical dialogue system. Su…

intent-classificationIntent ClassificationIntent Discovery