Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,19 @@ The feel-it-italian-sentiment model performs sentiment analysis. We fine-tuned t
|
|
25 |
|
26 |
## Data
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Usage
|
31 |
|
|
|
25 |
|
26 |
## Data
|
27 |
|
28 |
+
Our data has been collected by annotating tweets from a broad range of topics. In total, we have 2037 tweets annotated with an emotion label. More details can be found in our paper.
|
29 |
+
|
30 |
+
## Performance
|
31 |
+
|
32 |
+
We evaluate our performance using [SENTIPOLC16 Evalita](http://www.di.unito.it/~tutreeb/sentipolc-evalita16/data.html). This dataset comes with a training set and a testing set and thus we can compare the performance of different training datasets on the SENTIPOLC test set We collapsed the FEEL-IT classes into 2 by mapping joy to the positive class and anger, fear and sadness into the negative class.
|
33 |
+
|
34 |
+
We use the fine-tuned UmBERTo model. The results show that FEEL-IT can provide better results on the SENTIPOLC test set than those that can be obtained with the SENTIPOLC training set.
|
35 |
+
|
36 |
+
| Training Dataset | Macro-F1 | Accuracy
|
37 |
+
| ------ | ------ |------ |
|
38 |
+
| SENTIPOLC16 | 0.80 | 0.81 |
|
39 |
+
| FEEL-IT | **0.81** | **0.84** |
|
40 |
+
| FEEL-IT+SentiPolc | 0.81 | 0.82
|
41 |
|
42 |
## Usage
|
43 |
|