update class distribution in README.md

#2
by asawczyn - opened
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -55,17 +55,17 @@ Aspect-based sentiment analysis (ABSA) is a text analysis method that categorize
55
  | val | 0 |
56
  | test | 292 |
57
 
58
- ## Class distribution in train
59
-
60
- | Class | Fraction of tokens |
61
- |:----------|---------------------:|
62
- | O | 0.879809 |
63
- | a_plus_m | 0.043147 |
64
- | a_minus_m | 0.036641 |
65
- | a_zero | 0.028115 |
66
- | a_minus_s | 0.004506 |
67
- | a_plus_s | 0.004492 |
68
- | a_amb | 0.003289 |
69
 
70
  ## Citation
71
 
 
55
  | val | 0 |
56
  | test | 292 |
57
 
58
+ ## Class distribution
59
+
60
+ | Class | train | dev | test |
61
+ |:----------|--------:|------:|-------:|
62
+ | O | 0.8798 | - | 0.9263 |
63
+ | a_plus_m | 0.0431 | - | 0.0272 |
64
+ | a_minus_m | 0.0366 | - | 0.0278 |
65
+ | a_zero | 0.0281 | - | 0.0134 |
66
+ | a_minus_s | 0.0045 | - | 0.0018 |
67
+ | a_plus_s | 0.0045 | - | 0.0011 |
68
+ | a_amb | 0.0033 | - | 0.0024 |
69
 
70
  ## Citation
71