CLLGMLAug 2, 2019

Dialogue Act Classification in Group Chats with DAG-LSTMs

arXiv:1908.01821v16 citations
Originality Incremental advance
AI Analysis

This work addresses dialogue act classification for applications like workflow automation and conversation analytics, but it is incremental as it builds on existing deep learning approaches with a specific architectural tweak.

The paper tackles dialogue act classification in group chats by introducing a DAG-LSTM model that exploits turn-taking structures, achieving roughly 0.8% better accuracy and 1.2% better macro-F1 score compared to existing methods on the STAC corpus.

Dialogue act (DA) classification has been studied for the past two decades and has several key applications such as workflow automation and conversation analytics. Researchers have used, to address this problem, various traditional machine learning models, and more recently deep neural network models such as hierarchical convolutional neural networks (CNNs) and long short-term memory (LSTM) networks. In this paper, we introduce a new model architecture, directed-acyclic-graph LSTM (DAG-LSTM) for DA classification. A DAG-LSTM exploits the turn-taking structure naturally present in a multi-party conversation, and encodes this relation in its model structure. Using the STAC corpus, we show that the proposed method performs roughly 0.8% better in accuracy and 1.2% better in macro-F1 score when compared to existing methods. The proposed method is generic and not limited to conversation applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes