Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
Slovak
Libraries:
Datasets
pandas
License:
dhladek commited on
Commit
f9301b9
1 Parent(s): 697b840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -21,9 +21,18 @@ The posts are marked 1 if the post contain hateful or offensive language, 0 othe
21
  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.
22
  The posts were annotated by a group of students of the Technical University of Košice, Slovakia.
23
 
24
- The annotators were asked to
25
  We removed annotations of users that had low level of agreement with others.
26
 
 
 
 
 
 
 
 
 
 
 
27
  ## Bias
28
 
29
  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.
 
21
  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.
22
  The posts were annotated by a group of students of the Technical University of Košice, Slovakia.
23
 
 
24
  We removed annotations of users that had low level of agreement with others.
25
 
26
+ ## Data filtering
27
+
28
+ One item was annotated by multiple annotators, but some annotators are unreliable. We had to identify unreliable annotators.
29
+
30
+ 1. We removed annotations from users that mostly (90%) clicked on the same option .
31
+ 2. We calculated level of agreement for each annotator. Annotator gets a positive point for each annotation, if he annotated the same as other annotators and negative if he or she annotated differently. For each annotator we calculate ratio of positive and negative points.
32
+ 3. We remove annotations from annotators with low ratio of agreement (less than 70%).
33
+ 4. We calculate votes for positive, neutral and negative class for each annotation from the remaining annotators. We remove annotations where neutral class has majority.
34
+
35
+
36
  ## Bias
37
 
38
  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.