Skip to content
/ erc Public

The official implementation of "EmoBERTa: Speaker-Aware Emotion Recognition in Conversation with RoBERTa"

License

Notifications You must be signed in to change notification settings

tae898/erc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 18, 2021
9381a2d · May 18, 2021
May 15, 2021
May 10, 2021
May 18, 2021
May 15, 2021
May 17, 2021
Apr 12, 2021
Apr 28, 2021
Nov 11, 2020
May 10, 2021
May 15, 2021
May 10, 2021
May 10, 2021
May 18, 2021

Repository files navigation

Multimodal Emotion Recognition in Coversation (ERC)

This branch (EmoBERTa) only uses the text modality to correctly classify the emotion of the utterances.The experiments were carried out on two datasets (i.e. MELD and IEMOCAP)

Prerequisites

RoBERTa Training

First configure the hyper parameters and the dataset in train-erc-text.yaml and then, In this directory run training by

python3 train-erc-text.py

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Authors

License

MIT