Emotion Recognition in Conversation

72 papers with code • 12 benchmarks • 14 datasets

Given the transcript of a conversation along with speaker information of each constituent utterance, the ERC task aims to identify the emotion of each utterance from several pre-defined emotions. Formally, given the input sequence of N number of utterances [(u1, p1), (u2, p2), . . . , (uN , pN )], where each utterance ui = [ui,1, ui,2, . . . , ui,T ] consists of T words ui,j and spoken by party pi, the task is to predict the emotion label ei of each utterance ui. .

Libraries

Use these libraries to find Emotion Recognition in Conversation models and implementations

Latest papers with no code

Revisiting Multimodal Emotion Recognition in Conversation from the Perspective of Graph Spectrum

no code yet • 27 Apr 2024

Since consistency and complementarity information correspond to low-frequency and high-frequency information, respectively, this paper revisits the problem of multimodal emotion recognition in conversation from the perspective of the graph spectrum.

Revisiting Multi-modal Emotion Learning with Broad State Space Models and Probability-guidance Fusion

no code yet • 27 Apr 2024

Specifically, on the one hand, in the feature disentanglement stage, we propose a Broad Mamba, which does not rely on a self-attention mechanism for sequence modeling, but uses state space models to compress emotional representation, and utilizes broad learning systems to explore the potential data distribution in broad space.

Context-Aware Siamese Networks for Efficient Emotion Recognition in Conversation

no code yet • 17 Apr 2024

Using metric learning through a Siamese Network architecture, we achieve 57. 71 in macro F1 score for emotion classification in conversation on DailyDialog dataset, which outperforms the related work.

UniMEEC: Towards Unified Multimodal Emotion Recognition and Emotion Cause

no code yet • 30 Mar 2024

In this paper, we propose a Unified Multimodal Emotion recognition and Emotion-Cause analysis framework (UniMEEC) to explore the causality and complementarity between emotion and emotion cause.

CKERC : Joint Large Language Models with Commonsense Knowledge for Emotion Recognition in Conversation

no code yet • 12 Mar 2024

Emotion recognition in conversation (ERC) is a task which predicts the emotion of an utterance in the context of a conversation.

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

no code yet • 29 Feb 2024

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.

Efficient Cross-Task Prompt Tuning for Few-Shot Conversational Emotion Recognition

no code yet • 23 Oct 2023

Emotion Recognition in Conversation (ERC) has been widely studied due to its importance in developing emotion-aware empathetic machines.

Multimodal Prompt Transformer with Hybrid Contrastive Learning for Emotion Recognition in Conversation

no code yet • 4 Oct 2023

MPT embeds multimodal fusion information into each attention layer of the Transformer, allowing prompt information to participate in encoding textual features and being fused with multi-level textual information to obtain better multimodal fusion features.

Watch the Speakers: A Hybrid Continuous Attribution Network for Emotion Recognition in Conversation With Emotion Disentanglement

no code yet • 18 Sep 2023

Our model achieves state-of-the-art performance on three datasets, demonstrating the superiority of our work.

ERNetCL: A novel emotion recognition network in textual conversation based on curriculum learning strategy

no code yet • 12 Aug 2023

We utilize TE and SE to combine the strengths of previous methods in a simplistic manner to efficiently capture temporal and spatial contextual information in the conversation.