Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 770 Bytes

File metadata and controls

30 lines (21 loc) · 770 Bytes

Conversational Emotion-Cause Pair Extraction with Guided Mixture of Experts

This repository is the official implementation of [Conversational Emotion-Cause Pair Extraction with Guided Mixture of Experts].

model_v5_2

Dependencies

  • Python 3.9.7
  • PyTorch 1.11.0
  • NumPy 1.20.3
  • sickit-learn 0.24.2
  • transformers 4.11.3
  • CUDA 11.4
  • tqdm 4.62.3

Usage

To train (or test) the model in the paper, run this command:

python main.py

We describes the meaning of arguments in main.py.

Dataset

The dataset used in this paper is RECCON dataset. See this link for more information.

Citation

TBD