Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Hierarchical Dialogue Understanding with Special Tokens and Turn-level Attention

About

Compared with standard text, understanding dialogue is more challenging for machines as the dynamic and unexpected semantic changes in each turn. To model such inconsistent semantics, we propose a simple but effective Hierarchical Dialogue Understanding model, HiDialog. Specifically, we first insert multiple special tokens into a dialogue and propose the turn-level attention to learn turn embeddings hierarchically. Then, a heterogeneous graph module is leveraged to polish the learned embeddings. We evaluate our model on various dialogue understanding tasks including dialogue relation extraction, dialogue emotion recognition, and dialogue act classification. Results show that our simple approach achieves state-of-the-art performance on all three tasks above. All our source code is publicly available at https://github.com/ShawX825/HiDialog.

Xiao Liu, Jian Zhang, Heng Zhang, Fuzhao Xue, Yang You• 2023

Related benchmarks

TaskDatasetResultRank
Emotion Recognition in ConversationMELD (test)
Weighted F165.64
118
Emotion DetectionEmoryNLP (test)
Weighted-F10.3813
96
Dialogue Relation ExtractionDialogRE (test)
F177.1
69
Emotion DetectionMELD (test)--
32
Dialogue Relation ExtractionDialogRE (dev)
F177.8
22
Emotion Recognition in ConversationDailyDialog (test)--
16
Dialogue Act ClassificationMRDA (test)
F1 Score91.5
3
Showing 7 of 7 rows

Other info

Code

Follow for update