laugustyniak commited on
Commit
360dc99
1 Parent(s): 5bdae5f
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -25,12 +25,22 @@ pretty_name: Polish-Political-Advertising
25
 
26
  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.
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
  ### Citing
31
 
32
  > ACL WiNLP 2020 Paper
33
 
34
- ```
35
- @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" }
 
 
 
 
 
 
 
 
 
 
36
  ```
 
25
 
26
  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.
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
  ### Citing
31
 
32
  > ACL WiNLP 2020 Paper
33
 
34
+ ```bibtex
35
+ @inproceedings{augustyniak-etal-2020-political,
36
+ title = "Political Advertising Dataset: the use case of the Polish 2020 Presidential Elections",
37
+ author = "Augustyniak, Lukasz and Rajda, Krzysztof and Kajdanowicz, Tomasz and Bernaczyk, Micha{\l}",
38
+ booktitle = "Proceedings of the The Fourth Widening Natural Language Processing Workshop",
39
+ month = jul,
40
+ year = "2020",
41
+ address = "Seattle, USA",
42
+ publisher = "Association for Computational Linguistics",
43
+ url = "https://www.aclweb.org/anthology/2020.winlp-1.28",
44
+ pages = "110--114"
45
+ }
46
  ```