Dialogue Act Segmentation for Vietnamese Human-Human Conversational Texts
Thi Lan Ngo, Khac Linh Pham, Minh Son Cao, Son Bao Pham, Xuan Hieu, Phan

TL;DR
This paper presents the first deep learning approach for dialog act segmentation in Vietnamese conversational texts, demonstrating superior performance over traditional methods on two datasets.
Contribution
It introduces a novel deep learning method using Bi-LSTM-CRF for Vietnamese dialog act segmentation, filling a research gap in this language and task.
Findings
Deep learning approach outperforms machine learning methods.
First application of deep learning to Vietnamese dialog act segmentation.
Effective on Facebook messages and phone conversation datasets.
Abstract
Dialog act identification plays an important role in understanding conversations. It has been widely applied in many fields such as dialogue systems, automatic machine translation, automatic speech recognition, and especially useful in systems with human-computer natural language dialogue interfaces such as virtual assistants and chatbots. The first step of identifying dialog act is identifying the boundary of the dialog act in utterances. In this paper, we focus on segmenting the utterance according to the dialog act boundaries, i.e. functional segments identification, for Vietnamese utterances. We investigate carefully functional segment identification in two approaches: (1) machine learning approach using maximum entropy (ME) and conditional random fields (CRFs); (2) deep learning approach using bidirectional Long Short-Term Memory (LSTM) with a CRF layer (Bi-LSTM-CRF) on two…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConditional Random Field
