paper-with-me

홈 › Papers

TED: Turn Emphasis with Dialogue Feature Attention for Emotion Recognition in Conversation

2025-01-02 · Junya Ono, Hiromi Wakaki

Emotion recognition in conversation (ERC) has been attracting attention by methods for modeling multi-turn contexts. The multi-turn input to a pretraining model implicitly assumes that the current turn and other turns are distinguished during the training process by inserting special tokens into the input sequence. This paper proposes a priority-based attention method to distinguish each turn explicitly by adding dialogue features into the attention mechanism, called Turn Emphasis with Dialogue (TED). It has a priority for each turn according to turn position and speaker information as dialogue features. It takes multi-head self-attention between turn-based vectors for multi-turn input and adjusts attention scores with the dialogue features. We evaluate TED on four typical benchmarks. The experimental results demonstrate that TED has high overall performance in all datasets and achieves state-of-the-art performance on IEMOCAP with numerous turns.

📄 PDF Abstract BibTeX arXiv:2501.01123

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionEmotion Recognition in Conversation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

MULTI-Bench: A Multi-Turn Interactive Benchmark for Assessing Emotional Intelligence ability of Spoken Dialogue Models

2025-11-02 · Yayue Deng, Guoqiang Hu, Haiyang Sun, Xiangyu Zhang 외 arxiv

Spoken Dialogue Models (SDMs) have advanced rapidly, yet their ability to sustain genuinely interactive multi-turn conversations remains underexplored, as most benchmarks focus on single-turn exchanges. We introduce Mult…

Emotional IntelligenceEmotion Recognition

CAiRE_HKUST at SemEval-2019 Task 3: Hierarchical Attention for Dialogue Emotion Classification

2019-06-10 · Genta Indra Winata, Andrea Madotto, Zhaojiang Lin, Jamin Shin 외

Detecting emotion from dialogue is a challenge that has not yet been extensively surveyed. One could consider the emotion of each dialogue turn to be independent, but in this paper, we introduce a hierarchical approach t…

Emotion ClassificationGaussian ProcessesGeneral Classification

CAiRE\_HKUST at SemEval-2019 Task 3: Hierarchical Attention for Dialogue Emotion Classification

2019-06-01 · SEMEVAL 2019 6 · Genta Indra Winata, Andrea Madotto, Zhaojiang Lin, Jamin Shin 외

Detecting emotion from dialogue is a challenge that has not yet been extensively surveyed. One could consider the emotion of each dialogue turn to be independent, but in this paper, we introduce a hierarchical approach t…

Emotion ClassificationGaussian ProcessesGeneral Classification

Emp-RFT: Empathetic Response Generation via Recognizing Feature Transitions between Utterances

2022-05-06 · NAACL 2022 7 · Wongyu Kim, Youbin Ahn, Donghyun Kim, Kyong-Ho Lee

Each utterance in multi-turn empathetic dialogues has features such as emotion, keywords, and utterance-level meaning. Feature transitions between utterances occur naturally. However, existing approaches fail to perceive…

Empathetic Response GenerationResponse Generation

Hierarchical Dialogue Understanding with Special Tokens and Turn-level Attention

2023-04-29 · Tiny Papers @ ICLR 2023 5 · Xiao Liu, Jian Zhang, Heng Zhang, Fuzhao Xue 외

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 Hi…

Dialogue Act ClassificationDialogue UnderstandingEmotion RecognitionRelation Extraction