A Dual-Attention Hierarchical Recurrent Neural Network for Dialogue Act Classification
Recognising dialogue acts (DA) is important for many natural language processing tasks such as dialogue generation and intention recognition. In this paper, we propose a dual-attention hierarchical recurrent neural network for DA classification. Our model is partially inspired by the observation that conversational utterances are normally associated with both a DA and a topic, where the former captures the social act and the latter describes the subject matter. However, such a dependency between DAs and topics has not been utilised by most existing systems for DA classification. With a novel dual task-specific attention mechanism, our model is able, for utterances, to capture information about both DAs and topics, as well as information about the interactions between them. Experimental results show that by modelling topic as an auxiliary task, our model can significantly improve DA classification, yielding better or comparable performance to the state-of-the-art method on three public datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationDialogue Act ClassificationDialogue GenerationGeneral ClassificationIntent DetectionSimilar Papers 제목 키워드 기반
Dialogue Act Classification with Context-Aware Self-Attention
Recent work in Dialogue Act classification has treated the task as a sequence labeling problem using hierarchical deep neural networks. We build on this prior work by leveraging the effectiveness of a context-aware self-…
ClassificationDialogue Act ClassificationGeneral ClassificationRepresentation LearningHiGRU: Hierarchical Gated Recurrent Units for Utterance-level Emotion Recognition
In this paper, we address three challenges in utterance-level emotion recognition in dialogue systems: (1) the same word can deliver different emotions in different contexts; (2) some emotions are rarely seen in general …
Emotion RecognitionA Hierarchical Neural Model for Learning Sequences of Dialogue Acts
We propose a novel hierarchical Recurrent Neural Network (RNN) for learning sequences of Dialogue Acts (DAs). The input in this task is a sequence of utterances (i.e., conversational contributions) comprising a sequence …
Automatic Speech Recognition (ASR)Machine TranslationPart-Of-Speech TaggingSpeech RecognitionGoal-Embedded Dual Hierarchical Model for Task-Oriented Dialogue Generation
Hierarchical neural networks are often used to model inherent structures within dialogues. For goal-oriented dialogues, these models miss a mechanism adhering to the goals and neglect the distinct conversational patterns…
Data AugmentationDecoderDialogue GenerationResponse GenerationA non-hierarchical attention network with modality dropout for textual response generation in multimodal dialogue systems
Existing text- and image-based multimodal dialogue systems use the traditional Hierarchical Recurrent Encoder-Decoder (HRED) framework, which has an utterance-level encoder to model utterance representation and a context…
DecoderResponse Generation