-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request with new emotion detection dataset (#631)
* 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 <[email protected]>
- Loading branch information
1 parent
47b4810
commit 27c64df
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |