Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- emotion-classification
|
5 |
+
datasets:
|
6 |
+
- go-emotions
|
7 |
+
- bdotloh/empathetic-dialogues-contexts
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Model Description
|
12 |
+
|
13 |
+
We performed transfer learning experiments on a distilbert-base-uncased model fine-tuned on the GoEmotions dataset for the purpose of classifying [(emotional) contexts in the Empathetic Dialogues dataset](https://huggingface.co/datasets/bdotloh/empathetic-dialogues-contexts).
|
14 |
+
|
15 |
+
The fine-tuned distilbert-base-uncased can be found [here](https://huggingface.co/bhadresh-savani/bert-base-go-emotion).
|
16 |
+
|
17 |
+
### Limitations and bias
|
18 |
+
|
19 |
+
GoEmotions:
|
20 |
+
1) Demographics of Reddit Users
|
21 |
+
2) Imbalanced class distribution
|
22 |
+
3) ...
|
23 |
+
|
24 |
+
EmpatheticDialogues:
|
25 |
+
1) Unable to ascertain the degree of cultural specificity for the context that a respondent described when given an emotion label (i.e., p(description | emotion, *culture*))
|
26 |
+
2) ...
|
27 |
+
|
28 |
+
|
29 |
+
## Training data
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Preprocessing
|
34 |
+
|
35 |
+
## Evaluation results
|
36 |
+
|