TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Dialogue Act Sequence Labeling using Hierarchical encoder ...

Dialogue Act Sequence Labeling using Hierarchical encoder with CRF

Harshit Kumar, Arvind Agarwal, Riddhiman Dasgupta, Sachindra Joshi, Arun Kumar

2017-09-13Dialogue Act Classification
PaperPDFCodeCodeCode

Abstract

Dialogue Act recognition associate dialogue acts (i.e., semantic labels) to utterances in a conversation. The problem of associating semantic labels to utterances can be treated as a sequence labeling problem. In this work, we build a hierarchical recurrent neural network using bidirectional LSTM as a base unit and the conditional random field (CRF) as the top layer to classify each utterance into its corresponding dialogue act. The hierarchical network learns representations at multiple levels, i.e., word level, utterance level, and conversation level. The conversation level representations are input to the CRF layer, which takes into account not only all previous utterances but also their dialogue acts, thus modeling the dependency among both, labels and utterances, an important consideration of natural dialogue. We validate our approach on two different benchmark data sets, Switchboard and Meeting Recorder Dialogue Act, and show performance improvement over the state-of-the-art methods by $2.2\%$ and $4.1\%$ absolute points, respectively. It is worth noting that the inter-annotator agreement on Switchboard data set is $84\%$, and our method is able to achieve the accuracy of about $79\%$ despite being trained on the noisy data.

Results

TaskDatasetMetricValueModel
DialogueSwitchboard corpusAccuracy79.2Bi-LSTM-CRF
DialogueICSI Meeting Recorder Dialog Act (MRDA) corpusAccuracy90.9Bi-LSTM-CRF

Related Papers

Learning LLM Preference over Intra-Dialogue Pairs: A Framework for Utterance-level Understandings2025-03-07Hierarchical Fusion for Online Multimodal Dialog Act Classification2023-12-08InterroLang: Exploring NLP Models and Datasets through Dialogue-based Explanations2023-10-09Task Selection and Assignment for Multi-modal Multi-task Dialogue Act Classification with Non-stationary Multi-armed Bandits2023-09-18End-to-end spoken language understanding using joint CTC loss and self-supervised, pretrained acoustic encoders2023-05-04NatCS: Eliciting Natural Customer Support Dialogues2023-05-04Hierarchical Dialogue Understanding with Special Tokens and Turn-level Attention2023-04-29Does Informativeness Matter? Active Learning for Educational Dialogue Act Classification2023-04-12