Godfrey2712 commited on
Commit
8254d14
1 Parent(s): 1f19bff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -15,11 +15,11 @@ Classifies locution based on their illocutionary force intents:
15
  "8": "Restating",
16
  "9": "Rhetorical Questioning"
17
 
18
- F1_macro - 0.57
19
 
20
- F1_weighted - 0.68
21
 
22
- Accuracy - 0.69
23
 
24
  Dataset:
25
 
@@ -29,4 +29,24 @@ MM123 - https://corpora.aifdb.org/mm123
29
 
30
  QT30 - https://corpora.aifdb.org/qt30
31
 
32
- US2016 - https://corpora.aifdb.org/US2016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  "8": "Restating",
16
  "9": "Rhetorical Questioning"
17
 
18
+ F1_macro - 0.55
19
 
20
+ F1_weighted - 0.67
21
 
22
+ Accuracy - 0.67
23
 
24
  Dataset:
25
 
 
29
 
30
  QT30 - https://corpora.aifdb.org/qt30
31
 
32
+ US2016 - https://corpora.aifdb.org/US2016
33
+
34
+
35
+ | | precision | recall | f1-score | support |
36
+ |------------------------|-----------|--------|----------|---------|
37
+ | Agreeing | 0.63 | 0.67 | 0.65 | 18 |
38
+ | Arguing | 0.67 | 0.40 | 0.50 | 5 |
39
+ | Asserting | 0.79 | 0.89 | 0.84 | 200 |
40
+ | Assertive Questioning | 0.52 | 0.44 | 0.48 | 124 |
41
+ | Challenging | 0.48 | 0.42 | 0.44 | 24 |
42
+ | Default Illocuting | 1.00 | 0.07 | 0.13 | 14 |
43
+ | Disagreeing | 0.33 | 0.40 | 0.36 | 5 |
44
+ | Pure Questioning | 0.75 | 0.76 | 0.76 | 293 |
45
+ | Restating | 1.00 | 1.00 | 1.00 | 2 |
46
+ | Rhetorical Questioning | 0.36 | 0.40 | 0.38 | 81 |
47
+
48
+ | | | | | |
49
+ |------------------------|-----------|--------|----------|---------|
50
+ | accuracy | | | 0.67 | 766 |
51
+ | macro avg | 0.65 | 0.54 | 0.55 | 766 |
52
+ | weighted avg | 0.67 | 0.67 | 0.67 | 766 |