Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
sentiment-classification
Languages:
Polish
Size:
1K - 10K
License:
fix class distribution in readme
Browse files
README.md
CHANGED
@@ -57,14 +57,14 @@ Aspect-based sentiment analysis (ABSA) is a text analysis method that categorize
|
|
57 |
|
58 |
## Class distribution(without "O")
|
59 |
|
60 |
-
| Class | train | validation |
|
61 |
-
|
62 |
-
| a_plus_m |
|
63 |
-
| a_minus_m |
|
64 |
-
| a_zero |
|
65 |
-
| a_minus_s |
|
66 |
-
| a_plus_s |
|
67 |
-
| a_amb |
|
68 |
|
69 |
## Citation
|
70 |
|
|
|
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 |
|