ktagowski asawczyn commited on
Commit
6aac80d
1 Parent(s): d16fa90

fix class distribution (#3)

Browse files

- fix class distribution (750cf29db0831598ea066c31661757939415c636)
- fix class distribution in readme (bf59db862744fbb92408bc66cf45b692348203ad)


Co-authored-by: Albert Sawczyn <asawczyn@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -55,17 +55,16 @@ Aspect-based sentiment analysis (ABSA) is a text analysis method that categorize
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
 
 
55
  | val | 0 |
56
  | test | 292 |
57
 
58
+ ## Class distribution(without "O")
59
+
60
+ | Class | train | validation | test |
61
+ |:----------|--------:|-------------:|-------:|
62
+ | a_plus_m | 0.359 | - | 0.369 |
63
+ | a_minus_m | 0.305 | - | 0.377 |
64
+ | a_zero | 0.234 | - | 0.182 |
65
+ | a_minus_s | 0.037 | - | 0.024 |
66
+ | a_plus_s | 0.037 | - | 0.015 |
67
+ | a_amb | 0.027 | - | 0.033 |
 
68
 
69
  ## Citation
70