File size: 2,851 Bytes
e7eafb8
 
5bdae5f
e7eafb8
5bdae5f
25cbc6c
5bdae5f
25cbc6c
 
e7eafb8
5bdae5f
e7eafb8
5bdae5f
e7eafb8
5bdae5f
e7eafb8
5bdae5f
e7eafb8
 
 
5bdae5f
 
e7eafb8
 
5bdae5f
 
360dc99
5bdae5f
25cbc6c
 
 
 
 
 
 
 
6135290
25cbc6c
6135290
 
 
 
 
 
 
 
 
 
 
25cbc6c
762030a
 
 
 
ca9b377
5bdae5f
 
 
360dc99
 
 
 
 
 
 
 
 
 
 
 
5bdae5f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
annotations_creators:
  - hired_annotators
language_creators:
  - found
language:
  - pl
license:
  - cc-by-nc-sa-4.0
multilinguality:
  - monolingual
size_categories:
  - 10<n<10K
task_categories:
  - token-classification
task_ids:
  - named-entity-recognition
pretty_name: Polish-Political-Advertising
---

# Dataset Card for "Polish-Political-Advertising"

## Info

Political campaigns are full of political ads posted by candidates on social media. Political advertisement constitute a basic form of campaigning, subjected to various social requirements. We present the first publicly open dataset for detecting specific text chunks and categories of political advertising in the Polish language. It contains 1,705 human-annotated tweets tagged with nine categories, which constitute campaigning under Polish electoral law.

> 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.

## Data splits

| Subset      | Cardinality (sentences) |
| ----------- | ----------------------: |
| train       | 1020                    |
| dev         | 340                     |
| test        | 341                     |

## Class distribution (without "O" and "I-*")

| Class                           |   train |   validation |   test |
|:--------------------------------|--------:|-------------:|-------:|
| B-HEALHCARE                     |   0.237 |        0.226 |  0.233 |
| B-WELFARE                       |   0.210 |        0.232 |  0.183 |
| B-SOCIETY                       |   0.156 |        0.153 |  0.149 |
| B-POLITICAL_AND_LEGAL_SYSTEM    |   0.137 |        0.143 |  0.149 |
| B-INFRASTRUCTURE_AND_ENVIROMENT |   0.110 |        0.104 |  0.133 |
| B-EDUCATION                     |   0.062 |        0.060 |  0.080 |
| B-FOREIGN_POLICY                |   0.040 |        0.039 |  0.028 |
| B-IMMIGRATION                   |   0.028 |        0.017 |  0.018 |
| B-DEFENSE_AND_SECURITY          |   0.020 |        0.025 |  0.028 |

## License

[Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

## Citing

> ACL WiNLP 2020 Paper

```bibtex
@inproceedings{augustyniak-etal-2020-political,
    title = "Political Advertising Dataset: the use case of the Polish 2020 Presidential Elections",
    author = "Augustyniak, Lukasz and Rajda, Krzysztof and Kajdanowicz, Tomasz and Bernaczyk, Micha{\l}",
    booktitle = "Proceedings of the The Fourth Widening Natural Language Processing Workshop",
    month = jul,
    year = "2020",
    address = "Seattle, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.winlp-1.28",
    pages = "110--114"
}
```