Skip to content

Commit

Permalink
Pull request with new emotion detection dataset (#631)
Browse files Browse the repository at this point in the history
* sentiment analysis on bangla language instantiated

This file contains the details description of SentNoB dataset.

* New instance of emotion detection on bangla lang

Initial instance

* Referred emotion detection from readme

* Kept only the best result

---------

Co-authored-by: Sebastian Ruder <ruder.sebastian@gmail.com>
  • Loading branch information
KhondokerIslam and sebastianruder committed Jun 23, 2024
1 parent 47b4810 commit 27c64df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ For more tasks, datasets and results in Chinese, check out the [Chinese NLP](htt

### Bengali
- [Part-of-speech Tagging](bengali/part_of_speech_tagging.md)
- [Emotion Detection](bengali/emotion_detection.md)
- [Sentiment Analysis](bengali/sentiment_analysis.md)

### Persian
Expand Down
11 changes: 11 additions & 0 deletions bengali/emotion_detection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Fine-grained Emotion Detection

Fine-grained Emotion Detection is the task of detecting one or multiple emotion of a given text.

## EmoNoBa

[EmoNoBa: A Dataset for Analyzing Fine-Grained Emotions on Noisy Bangla Texts](https://aclanthology.org/2022.aacl-short.17.pdf) is a dataset which contains 22,698 instances with each labeled with one or atmost all 6 emotions. The dataset is available [here](https://www.kaggle.com/datasets/saifsust/emonoba). The models are evaluated based on Macro Average F1-score.

| Model | F1-score | Paper / Source | Code |
| ------------ | ------------- | ------------ | ------------- |
| W1 + W2 + W3+ W4 + C1 + C2 + C3 | 42.81 | [EmoNoBa: A Dataset for Analyzing Fine-Grained Emotions on Noisy Bangla Texts](https://aclanthology.org/2022.aacl-short.17.pdf) | [Official](https://github.com/KhondokerIslam/EmoNoBa) |

0 comments on commit 27c64df

Please sign in to comment.