Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -3,10 +3,10 @@ annotations_creators:
3
  - hired_annotators
4
  language_creators:
5
  - found
6
- languages:
7
  - pl
8
- licenses:
9
- - other
10
  multilinguality:
11
  - monolingual
12
  size_categories:
@@ -15,7 +15,6 @@ task_categories:
15
  - token-classification
16
  task_ids:
17
  - named-entity-recognition
18
- - part-of-speech-tagging
19
  pretty_name: Polish-Political-Advertising
20
  ---
21
 
@@ -27,6 +26,28 @@ Political campaigns are full of political ads posted by candidates on social med
27
 
28
  > We achieved a 0.65 inter-annotator agreement (Cohen's kappa score). An additional annotator resolved the mismatches between the first two annotators improving the consistency and complexity of the annotation process.
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ## License
31
 
32
  [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
 
3
  - hired_annotators
4
  language_creators:
5
  - found
6
+ language:
7
  - pl
8
+ license:
9
+ - cc-by-nc-sa-4.0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
15
  - token-classification
16
  task_ids:
17
  - named-entity-recognition
 
18
  pretty_name: Polish-Political-Advertising
19
  ---
20
 
 
26
 
27
  > We achieved a 0.65 inter-annotator agreement (Cohen's kappa score). An additional annotator resolved the mismatches between the first two annotators improving the consistency and complexity of the annotation process.
28
 
29
+ ## Data splits
30
+
31
+ | Subset | Cardinality (sentences) |
32
+ | ----------- | ----------------------: |
33
+ | train | 1020 |
34
+ | dev | 340 |
35
+ | test | 341 |
36
+
37
+ ## Class distribution (without "O" and "I-*")
38
+
39
+ | Class | train | validation | test |
40
+ |:--------------------------------|--------:|-------------:|-------:|
41
+ | B-HEALHCARE | 0.237 | 0.226 | 0.233 |
42
+ | B-WELFARE | 0.210 | 0.232 | 0.183 |
43
+ | B-SOCIETY | 0.156 | 0.153 | 0.149 |
44
+ | B-POLITICAL_AND_LEGAL_SYSTEM | 0.137 | 0.143 | 0.149 |
45
+ | B-INFRASTRUCTURE_AND_ENVIROMENT | 0.110 | 0.104 | 0.133 |
46
+ | B-EDUCATION | 0.062 | 0.060 | 0.080 |
47
+ | B-FOREIGN_POLICY | 0.040 | 0.039 | 0.028 |
48
+ | B-IMMIGRATION | 0.028 | 0.017 | 0.018 |
49
+ | B-DEFENSE_AND_SECURITY | 0.020 | 0.025 | 0.028 |
50
+
51
  ## License
52
 
53
  [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)