Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,22 @@ task_ids:
|
|
12 |
- multi-label-classification
|
13 |
tags:
|
14 |
- emotion
|
15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- multi-label-classification
|
13 |
tags:
|
14 |
- emotion
|
15 |
+
---
|
16 |
+
|
17 |
+
# Dataset Card for "SentNoB"
|
18 |
+
|
19 |
+
### Dataset Summary
|
20 |
+
|
21 |
+
Detecting Multi-labeled Emotion for 6 emotion categories, namely Love, Joy, Surprise, Anger, Sadness, Fear.
|
22 |
+
|
23 |
+
### Citation Information
|
24 |
+
|
25 |
+
```
|
26 |
+
@inproceedings{islam2022emonoba,
|
27 |
+
title={EmoNoBa: A Dataset for Analyzing Fine-Grained Emotions on Noisy Bangla Texts},
|
28 |
+
author={Islam, Khondoker Ittehadul and Yuvraz, Tanvir and Islam, Md Saiful and Hassan, Enamul},
|
29 |
+
booktitle={Proceedings of the 2nd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing},
|
30 |
+
pages={128--134},
|
31 |
+
year={2022}
|
32 |
+
}
|
33 |
+
```
|