Dialogue Act Classification

23 papers with code • 5 benchmarks • 8 datasets

Dialogue act classification is the task of classifying an utterance with respect to the function it serves in a dialogue, i.e. the act the speaker is performing. Dialogue acts are a type of speech acts (for Speech Act Theory, see Austin (1975) and Searle (1969)).

A Transfer Learning Approach for Dialogue Act Classification of GitHub Issue Comments

ayeshaenayet/dac-use 10 Nov 2020

Social coding platforms, such as GitHub, serve as laboratories for studying collaborative problem solving in open source software development; a key feature is their ability to support issue reporting which is used by teams to discuss tasks and ideas.

1
10 Nov 2020

Handling Class Imbalance in Low-Resource Dialogue Systems by Combining Few-Shot Classification and Interpolation

OSU-slatelab/vp-pairwise 28 Oct 2020

Utterance classification performance in low-resource dialogue systems is constrained by an inevitably high degree of data imbalance in class labels.

1
28 Oct 2020

Contextual Dialogue Act Classification for Open-Domain Conversational Agents

emory-irlab/CDAC 28 May 2020

Furthermore, our results show that fine-tuning the CDAC model on a small sample of manually labeled human-machine conversations allows CDAC to more accurately predict dialogue acts in real users' conversations, suggesting a promising direction for future improvements.

9
28 May 2020

Speaker-change Aware CRF for Dialogue Act Classification

mlnlp-world/top-ai-conferences-paper-with-code COLING 2020

CRF models the conditional probability of the target DA label sequence given the input utterance sequence.

2,526
06 Apr 2020

Guiding attention in Sequence-to-sequence models for Dialogue Act prediction

venkat-ravilla/DAP 20 Feb 2020

The task of predicting dialog acts (DA) based on conversational dialog is a key component in the development of conversational agents.

2
20 Feb 2020

EDA: Enriching Emotional Dialogue Acts using an Ensemble of Neural Annotators

bothe/EDAs LREC 2020

These neural models annotate the emotion corpora with dialogue act labels, and an ensemble annotator extracts the final dialogue act label.

48
02 Dec 2019

Dialogue Act Classification with Context-Aware Self-Attention

macabdul9/CASA-Dialogue-Act-Classifier NAACL 2019

Recent work in Dialogue Act classification has treated the task as a sequence labeling problem using hierarchical deep neural networks.

43
04 Apr 2019

Self-Governing Neural Networks for On-Device Short Text Classification

glicerico/SGNN EMNLP 2018

Deep neural networks reach state-of-the-art performance for wide range of natural language processing, computer vision and speech applications.

12
01 Oct 2018

Conversational Analysis using Utterance-level Attention-based Bidirectional Recurrent Neural Networks

bothe/dialogue-act-recognition 16 May 2018

Recent approaches for dialogue act recognition have shown that context from preceding utterances is important to classify the subsequent one.

11
16 May 2018