TED adds dialogue-aware attention weighting (turn priority, speaker/listener factors) to a RoBERTa-based turn-averaging model and reports the best IEMOCAP score, though the gain is minimal.
DialogXL: All-in-One XLNet for Multi-Party Conversation Emotion Recognition
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper presents our pioneering effort for emotion recognition in conversation (ERC) with pre-trained language models. Unlike regular documents, conversational utterances appear alternately from different parties and are usually organized as hierarchical structures in previous work. Such structures are not conducive to the application of pre-trained language models such as XLNet. To address this issue, we propose an all-in-one XLNet model, namely DialogXL, with enhanced memory to store longer historical context and dialog-aware self-attention to deal with the multi-party structures. Specifically, we first modify the recurrence mechanism of XLNet from segment-level to utterance-level in order to better model the conversational data. Second, we introduce dialog-aware self-attention in replacement of the vanilla self-attention in XLNet to capture useful intra- and inter-speaker dependencies. Extensive experiments are conducted on four ERC benchmarks with mainstream models presented for comparison. The experimental results show that the proposed model outperforms the baselines on all the datasets. Several other experiments such as ablation study and error analysis are also conducted and the results confirm the role of the critical modules of DialogXL.
fields
cs.CL 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
TED: Turn Emphasis with Dialogue Feature Attention for Emotion Recognition in Conversation
TED adds dialogue-aware attention weighting (turn priority, speaker/listener factors) to a RoBERTa-based turn-averaging model and reports the best IEMOCAP score, though the gain is minimal.