Godfrey2712 commited on
Commit
db2376c
·
verified ·
1 Parent(s): fbaa5ad
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: ms-pl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: ms-pl
3
+ ---
4
+ Classifies Coherent Propositional Contents of locution Pairs as either RA (Support), CA (Attack), or N/A Argument Relationship. N/A consists of instances where there are other and no argument relationships present in the propositional content pairs.
5
+
6
+ ## Results:
7
+
8
+ | | precision | recall | f1-score | support |
9
+ |---------------|-----------|--------|----------|---------|
10
+ | CA | 0.38 | 0.27 | 0.32 | 22 |
11
+ | N/A | 0.79 | 0.85 | 0.82 | 284 |
12
+ | RA | 0.58 | 0.50 | 0.54 | 115 |
13
+ | | | | | |
14
+ | accuracy | | | 0.72 | 421 |
15
+ | macro avg | 0.58 | 0.54 | 0.56 | 421 |
16
+ | weighted avg | 0.71 | 0.72 | 0.72 | 421 |