Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
sentiment-classification
Languages:
Polish
Size:
1K - 10K
License:
fix class distribution
Browse files
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 |
|
61 |
-
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
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.35898 | - | 0.36855 |
|
63 |
+
| a_minus_m | 0.30486 | - | 0.37727 |
|
64 |
+
| a_zero | 0.23392 | - | 0.18192 |
|
65 |
+
| a_minus_s | 0.03749 | - | 0.02433 |
|
66 |
+
| a_plus_s | 0.03737 | - | 0.01489 |
|
67 |
+
| a_amb | 0.02737 | - | 0.03304 |
|
|
|
68 |
|
69 |
## Citation
|
70 |
|