TL;DR
This paper introduces an attention-based bidirectional RNN model for dialogue act recognition that effectively leverages preceding utterances, improving classification accuracy and confidence by analyzing utterance importance at character and word levels.
Contribution
The paper presents a novel Utt-Att-BiRNN model that incorporates utterance-level attention to enhance context-based dialogue classification, outperforming previous methods.
Findings
Model outperforms previous context-only models.
Attention highlights importance of recent utterances.
Ensemble of character and word features improves results.
Abstract
Recent approaches for dialogue act recognition have shown that context from preceding utterances is important to classify the subsequent one. It was shown that the performance improves rapidly when the context is taken into account. We propose an utterance-level attention-based bidirectional recurrent neural network (Utt-Att-BiRNN) model to analyze the importance of preceding utterances to classify the current one. In our setup, the BiRNN is given the input set of current and preceding utterances. Our model outperforms previous models that use only preceding utterances as context on the used corpus. Another contribution of the article is to discover the amount of information in each utterance to classify the subsequent one and to show that context-based learning not only improves the performance but also achieves higher confidence in the classification. We use character- and word-level…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
