raruidol commited on
Commit
e1ff692
1 Parent(s): 79cba60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -16,16 +16,18 @@ Argument Mining model trained with English (EN) data for the Argument Relation I
16
 
17
  Extending the best performing RoBERTa-large model trained in the "Transformer-Based Models for Automatic Detection of Argument Relations: A Cross-Domain Evaluation" paper.
18
 
19
- macro-F1: 0.70
 
20
 
21
  Conf. Matrix on test:
22
 
23
- | None | Inference | Conflict | Rephrase
24
- ----------- |------ |----------- |---------- |----------
25
- None | 2991 | 133 | 13 | 24
26
- Inference | 139 | 547 | 51 | 103
27
- Conflict | 38 | 54 | 98 | 21
28
- Rephrase | 55 | 128 | 25 | 443
 
29
 
30
  Cite:
31
 
 
16
 
17
  Extending the best performing RoBERTa-large model trained in the "Transformer-Based Models for Automatic Detection of Argument Relations: A Cross-Domain Evaluation" paper.
18
 
19
+ macro-F1 (4-class classification): **0.70**
20
+
21
 
22
  Conf. Matrix on test:
23
 
24
+ | Class | **None** | **Inference** | **Conflict** | **Rephrase** |
25
+ |---------------|----------|---------------|--------------|--------------|
26
+ | **None** | 2991 | 133 | 13 | 24 |
27
+ | **Inference** | 139 | 547 | 51 | 103 |
28
+ | **Conflict** | 38 | 54 | 98 | 21 |
29
+ | **Rephrase** | 55 | 128 | 25 | 443 |
30
+
31
 
32
  Cite:
33