Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
Slovak
Libraries:
Datasets
pandas
License:
dhladek commited on
Commit
0529577
·
verified ·
1 Parent(s): 8ba9885

Update README.md

Browse files

# Slovak Hate Speech and Offensive Language Database

The dataset contains posts from a social network with human annotations.

## Annotations

The posts are marked 1 if the post contain hateful or offensive language, 0 otherwise.

## Dataset Creation

The source data were scraped from a social network from a selection of public pages for sport, politics or general discussion. The gathered data were cleaned from span with a text clustering.
The posts were annotated by a group of students of the Technical University of Košice, Slovakia.

The annotators were asked to
We removed annotations of users that had low level of agreement with others.

## Bias

Annotations are dependent on the personal opinions of the annotators. Class for most of the items was determined by voting of trustworthy annotators, but some items had only one vote available.

## Credits

- [NLP@ KEMT](https://nlp.kemt.fei.tuke.sk) Technical University of Košice, Slovakia
- Vladimír Ferko: annotation application and preliminary experiments
- Daniel Hládek: data filtering and export

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - sk
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---