ptaszynski commited on
Commit
b8ea624
1 Parent(s): 6b024e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - pl
5
+ tags:
6
+ - cyberbullying
7
+ - hate-speech
8
+ pretty_name: PolishCyberbullyingDataset
9
  ---
10
+
11
+ # Expert-annotated dataset to study cyberbullying in Polish language
12
+
13
+ This the first publically available expert-annotated dataset containing annotations of cyberbullying and hate-speech in Polish language.
14
+
15
+ Please, read [the paper](https://www.mdpi.com/2306-5729/9/1/1) about the dataset for all necessary details.
16
+
17
+ ## Model
18
+ The classification model which achieved the highest classification results for the dataset is also released under the following URL.
19
+ [Polbert-CB - Polish BERT trained for Automatic Cyberbullying Detection](https://huggingface.co/ptaszynski/bert-base-polish-cyberbullying)
20
+
21
+ ## Paper
22
+ Whenever you use the dataset, please, cite it using the following citation.
23
+ ```
24
+ @article{ptaszynski2023expert,
25
+ title={Expert-Annotated Dataset to Study Cyberbullying in Polish Language},
26
+ author={Ptaszynski, Michal and Pieciukiewicz, Agata and Dybala, Pawel and Skrzek, Pawel and Soliwoda, Kamil and Fortuna, Marcin and Leliwa, Gniewosz and Wroczynski, Michal},
27
+ journal={Data},
28
+ volume={9},
29
+ number={1},
30
+ pages={1},
31
+ year={2023},
32
+ publisher={MDPI}
33
+ }
34
+ ```
35
+
36
+ ## Bundle
37
+
38
+ The whole bundle containing (1) the old version of the dataset, (2) current version of the dataset, as well as (3) the model trained on this dataset can be found on [Zenodo](https://zenodo.org/records/7188178).
39
+
40
+ ## Author
41
+ Michal Ptaszynski - contact me on:
42
+ - Twitter: [@mich_ptaszynski](https://twitter.com/mich_ptaszynski)
43
+ - GitHub: [ptaszynski](https://github.com/ptaszynski)
44
+ - LinkedIn: [michalptaszynski](https://jp.linkedin.com/in/michalptaszynski)
45
+ - HuggingFace: [ptaszynski](https://huggingface.co/ptaszynski)