paper-with-me

Papers

Algorithms for automatic intents extraction and utterances classification for goal-oriented dialogue systems

2023-12-15 · Leonid Legashev, Alexander Shukhman, Vadim Badikov

Modern machine learning techniques in the natural language processing domain can be used to automatically generate scripts for goal-oriented dialogue systems. The current article presents a general framework for studying the automatic generation of scripts for goal-oriented dialogue systems. A method for preprocessing dialog data sets in JSON format is described. A comparison is made of two methods for extracting user intent based on BERTopic and latent Dirichlet allocation. A comparison has been made of two implemented algorithms for classifying statements of users of a goal-oriented dialogue system based on logistic regression and BERT transformer models. The BERT transformer approach using the bert-base-uncased model showed better results for the three metrics Precision (0.80), F1-score (0.78) and Matthews correlation coefficient (0.74) in comparison with other methods.

📄 PDF Abstract BibTeX arXiv:2312.09658

Code (0)

등록된 구현이 없습니다.

Tasks

Goal-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Automatic Discovery of Novel Intents & Domains from Text Utterances

2020-05-22 · Nikhita Vedula, Rahul Gupta, Aman Alok, Mukund Sridhar

One of the primary tasks in Natural Language Understanding (NLU) is to recognize the intents as well as domains of users' spoken and written language utterances. Most existing research formulates this as a supervised cla…

General ClassificationNatural Language UnderstandingTransfer Learning

Zero-shot User Intent Detection via Capsule Neural Networks

2018-09-02 · EMNLP 2018 10 · Congying Xia, Chenwei Zhang, Xiaohui Yan, Yi Chang 외

User intent detection plays a critical role in question-answering and dialog systems. Most previous works treat intent detection as a classification problem where utterances are labeled with predefined intents. However, …

Intent DetectionQuestion AnsweringTransfer LearningZero-Shot Learning

Single Example Can Improve Zero-Shot Data Generation

2021-08-01 · INLG (ACL) 2021 8 · Pavel Burnyshev, Valentin Malykh, Andrey Bout, Ekaterina Artemova 외

Sub-tasks of intent classification, such as robustness to distribution shift, adaptation to specific user groups and personalization, out-of-domain detection, require extensive and flexible datasets for experiments and e…

intent-classificationIntent ClassificationText Generation

A Single Example Can Improve Zero-Shot Data Generation

2021-08-16 · Pavel Burnyshev, Valentin Malykh, Andrey Bout, Ekaterina Artemova 외

Sub-tasks of intent classification, such as robustness to distribution shift, adaptation to specific user groups and personalization, out-of-domain detection, require extensive and flexible datasets for experiments and e…

intent-classificationIntent ClassificationText Generation

Generalized Zero-shot Intent Detection via Commonsense Knowledge

2021-02-04 · A. B. Siddique, Fuad Jamour, Luxun Xu, Vagelis Hristidis

Identifying user intents from natural language utterances is a crucial step in conversational systems that has been extensively studied as a supervised classification problem. However, in practice, new intents emerge aft…

Intent Detection