Skip to content

[ICASSP 2025] Effective Context Modeling Framework for Emotion Recognition in Conversations

Notifications You must be signed in to change notification settings

Fsoft-AIC/ConxGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effective Context Modeling Framework for Emotion Recognition in Conversations

Table of Contents

Introduction

This is the official implementation of the paper "Effective Context Modeling Framework for Emotion Recognition in Conversations". Our paper is published at ICASSP 2025 🎉.

Pipeline Overview

Figure: Detailed architecture of (A) the proposed ConxGNN, (B) Inception Graph Block, and (C) HyperBlock.

Installation

Install the dependencies:

 conda env create -f environment/environment.yml

Read environment/helper.txt if some libraries can't be installed.

Usage

To train the model, run the following command:

python train.py configs/meld.yaml       # for MELD
python train.py configs/iemocap6.yaml   # for IEMOCAP

Acknowledgement

Part of the code is borrowed from the following repositories. We would like to thank the authors for their great work.

Citation

If you find this work helpful, please consider citing our paper:

@misc{van2024effectivecontextmodelingframework,
      title={Effective Context Modeling Framework for Emotion Recognition in Conversations}, 
      author={Cuong Tran Van and Thanh V. T. Tran and Van Nguyen and Truong Son Hy},
      year={2024},
      eprint={2412.16444},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2412.16444}, 
}

About

[ICASSP 2025] Effective Context Modeling Framework for Emotion Recognition in Conversations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages