lrei commited on
Commit
60ae6aa
1 Parent(s): ac4669f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ - nl
6
+ - fr
7
+ - it
8
  ---
9
+
10
+ Similar to https://huggingface.co/lrei/roberta-base-emolit
11
+
12
+ But trained on https://zenodo.org/record/8420877
13
+ (hard labels) which includes the original English text plus automatically translated text: Dutch, French, Italian.
14
+
15
+ Code used available at: https://github.com/lrei/emolit_train
16
+
17
+ ### Reported Results (macro-averaged F1)
18
+
19
+ | Language | F1 |
20
+ | -------- | ---- |
21
+ | All | 0.55 |
22
+ | Dutch | 0.53 |
23
+ | English | 0.57 |
24
+ | French: | 0.54 |
25
+ | Italian | 0.54 |
26
+
27
+
28
+ ### Cite
29
+ Based on
30
+
31
+ ```
32
+ @Article{app13137502,
33
+ AUTHOR = {Rei, Luis and Mladenić, Dunja},
34
+ TITLE = {Detecting Fine-Grained Emotions in Literature},
35
+ JOURNAL = {Applied Sciences},
36
+ VOLUME = {13},
37
+ YEAR = {2023},
38
+ NUMBER = {13},
39
+ ARTICLE-NUMBER = {7502},
40
+ URL = {https://www.mdpi.com/2076-3417/13/13/7502},
41
+ ISSN = {2076-3417},
42
+ DOI = {10.3390/app13137502}
43
+ }
44
+ ```