paper-with-me

홈 › Papers

Emotion Flip Reasoning in Multiparty Conversations

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Emotion plays a major role in conversation analysis. To understand the emotional dynamics of the speakers in a conversation, it is imperative to reason out any change/flip of the emotion of a particular speaker. In this paper, we introduce a novel task -- Emotion Flip Reasoning (aka EFR) that aims to find a rationale or instigator behind the emotion flip of a speaker within a conversational dialog, e.g., joy --> anger. To this end, we introduce MELD-I, a new dataset with ground-truth EFR instigator labels. Following emotion psychology, we define 27 instigator labels in a hierarchical fashion - the coarse-grained set contains 14 instigators, while the fine-grained set comprises all 27 instigators. To benchmark the dataset, we propose TGIF, an efficient neural architecture that captures the dialog context, speaker dynamics, and emotion sequence in a conversation using Transformer encoders and stacked GRUs. Our evaluation yields state-of-the-art performance against five baselines adopted for our task. A detailed diagnosis of the competing models further illustrates the advantages and pitfalls of the neural architecture.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Emotion Flip Reasoning in Multiparty Conversations

2023-06-24 · Shivani Kumar, Shubham Dudeja, Md Shad Akhtar, Tanmoy Chakraborty

In a conversational dialogue, speakers may have different emotional states and their dynamics play an important role in understanding dialogue's emotional discourse. However, simply detecting emotions is not sufficient t…

IITK at SemEval-2024 Task 10: Who is the speaker? Improving Emotion Recognition and Flip Reasoning in Conversations via Speaker Embeddings

2024-04-06 · Shubham Patel, Divyaksh Shukla, Ashutosh Modi

This paper presents our approach for the SemEval-2024 Task 10: Emotion Discovery and Reasoning its Flip in Conversations. For the Emotion Recognition in Conversations (ERC) task, we utilize a masked-memory network along …

Emotion Recognition

Discovering Emotion and Reasoning its Flip in Multi-Party Conversations using Masked Memory Network and Transformer

2021-03-23 · Shivani Kumar, Anubhav Shrimal, Md Shad Akhtar, Tanmoy Chakraborty

Efficient discovery of a speaker's emotional states in a multi-party conversation is significant to design human-like conversational agents. During a conversation, the cognitive state of a speaker often alters due to cer…

Emotion Recognition

SemEval 2024 -- Task 10: Emotion Discovery and Reasoning its Flip in Conversation (EDiReF)

2024-02-29 · Shivani Kumar, Md Shad Akhtar, Erik Cambria, Tanmoy Chakraborty

We present SemEval-2024 Task 10, a shared task centred on identifying emotions and finding the rationale behind their flips within monolingual English and Hindi-English code-mixed dialogues. This task comprises three dis…

Emotion RecognitionEmotion Recognition in Conversation

A Facial Expression-Aware Multimodal Multi-task Learning Framework for Emotion Recognition in Multi-party Conversations

2023-07-01 · Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) 2023 7 · Wenjie Zheng, Jianfei Yu, Rui Xia, Shijin Wang

Multimodal Emotion Recognition in Multiparty Conversations (MERMC) has recently attracted considerable attention. Due to the complexity of visual scenes in multi-party conversations, most previous MERMC studies mainly fo…

Emotion RecognitionEmotion Recognition in ConversationFacial Expression Recognition (FER)Multimodal Emotion Recognition+1