Godfrey2712 commited on
Commit
e721a33
·
verified ·
1 Parent(s): 4fb44cc

added readme

Browse files
Files changed (1) hide show
  1. README.md +11 -18
README.md CHANGED
@@ -3,21 +3,14 @@ license: ms-pl
3
  ---
4
  Classifies Coherent Locution Pairs as either Arguing, Disagreeing, or N/A Illocutionary Force. N/A consists of instances where there are other and no illocutionary forces present in the sentence pair.
5
 
6
- Results:
7
- precision recall f1-score support
8
-
9
-
10
-
11
- Arguing 0.75 0.63 0.69 647
12
-
13
- Disagreeing 0.51 0.52 0.52 143
14
-
15
- N/A 0.67 0.77 0.72 701
16
-
17
-
18
-
19
- accuracy 0.69 1491
20
-
21
- macro avg 0.65 0.64 0.64 1491
22
-
23
- weighted avg 0.69 0.69 0.69 1491
 
3
  ---
4
  Classifies Coherent Locution Pairs as either Arguing, Disagreeing, or N/A Illocutionary Force. N/A consists of instances where there are other and no illocutionary forces present in the sentence pair.
5
 
6
+ ## Results:
7
+
8
+ | | precision | recall | f1-score | support |
9
+ |---------------|-----------|--------|----------|---------|
10
+ | Arguing | 0.75 | 0.63 | 0.69 | 647 |
11
+ | Disagreeing | 0.51 | 0.52 | 0.52 | 143 |
12
+ | N/A | 0.67 | 0.77 | 0.72 | 701 |
13
+ | | | | | |
14
+ | accuracy | | | 0.69 | 1491 |
15
+ | macro avg | 0.65 | 0.64 | 0.64 | 1491 |
16
+ | weighted avg | 0.69 | 0.69 | 0.69 | 1491 |