paper-with-me

Papers

Context-Dependent Embedding Utterance Representations for Emotion Recognition in Conversations

2023-04-17 · Patrícia Pereira, Helena Moniz, Isabel Dias, Joao Paulo Carvalho

Emotion Recognition in Conversations (ERC) has been gaining increasing importance as conversational agents become more and more common. Recognizing emotions is key for effective communication, being a crucial component in the development of effective and empathetic conversational agents. Knowledge and understanding of the conversational context are extremely valuable for identifying the emotions of the interlocutor. We thus approach Emotion Recognition in Conversations leveraging the conversational context, i.e., taking into attention previous conversational turns. The usual approach to model the conversational context has been to produce context-independent representations of each utterance and subsequently perform contextual modeling of these. Here we propose context-dependent embedding representations of each utterance by leveraging the contextual representational power of pre-trained transformer language models. In our approach, we feed the conversational context appended to the utterance to be classified as input to the RoBERTa encoder, to which we append a simple classification module, thus discarding the need to deal with context after obtaining the embeddings since these constitute already an efficient representation of such context. We also investigate how the number of introduced conversational turns influences our model performance. The effectiveness of our approach is validated on the open-domain DailyDialog dataset and on the task-oriented EmoWOZ dataset.

📄 PDF Abstract BibTeX arXiv:2304.08216

Code (1)

patricia-pereira/cd-erc 공식 구현 pytorch

Tasks

ClassificationEmotion RecognitionEmotion Recognition in Conversation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Weight Decay 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

ConText at WASSA 2024 Empathy and Personality Shared Task: History-Dependent Embedding Utterance Representations for Empathy and Emotion Prediction in Conversations

2024-07-04 · Patrícia Pereira, Helena Moniz, Joao Paulo Carvalho

Empathy and emotion prediction are key components in the development of effective and empathetic agents, amongst several other applications. The WASSA shared task on empathy and emotion prediction in interactions present…

Language ModelingLanguage ModellingPrediction

Disentangled Variational Autoencoder for Emotion Recognition in Conversations

2023-05-23 · Kailai Yang, Tianlin Zhang, Sophia Ananiadou

In Emotion Recognition in Conversations (ERC), the emotions of target utterances are closely dependent on their context. Therefore, existing works train the model to generate the response of the target utterance, which a…

Emotion RecognitionResponse Generation

Dual-Scale State-Space Modeling with Speaker-Wise Dynamic CRF for Speech Emotion Recognition in Conversation

2026-08-23 · Guan-Hua Wen, Hou-Chiang Tseng, Kuan-Yu Chen arxiv

Conversational speech emotion recognition must reconcile acoustic evidence across temporal scales with two interaction processes: cross-speaker contextual influence and within-speaker emotion evolution. We propose DSSM-C…

Speech Emotion Recognition

Emotion recognition by fusing time synchronous and time asynchronous representations

2020-10-27 · Wen Wu, Chao Zhang, Philip C. Woodland

In this paper, a novel two-branch neural network model structure is proposed for multimodal emotion recognition, which consists of a time synchronous branch (TSB) and a time asynchronous branch (TAB). To capture correlat…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)ClassificationEmotion Classification+6

HCAM -- Hierarchical Cross Attention Model for Multi-modal Emotion Recognition

2023-04-14 · Soumya Dutta, Sriram Ganapathy

Emotion recognition in conversations is challenging due to the multi-modal nature of the emotion expression. We propose a hierarchical cross-attention model (HCAM) approach to multi-modal emotion recognition using a comb…

Emotion ClassificationEmotion RecognitionEmotion Recognition in ConversationMultimodal Emotion Recognition