BenjaminOcampo commited on
Commit
5bdc7d5
1 Parent(s): 2e336fd

Remove encoded description for encoded columns. Add description for augmented data.

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -34,11 +34,7 @@ Implicit and Subtle Hate (ISHate) is a Hate Speech benchmark for implicit and su
34
  - `implicit_layer`: Layer with Explicit HS and Implicit HS labels.
35
  - `subtlety_layer`: Layer with Non-Subtle and Subtle labels.
36
  - `implicit_props_layer`: Layer with implicit properties labels for Implicit HS instances.
37
- - `hateful_layer_enc`: Layer with Non-HS and HS labels as integers 0 and 1, respectively.
38
- - `implicit_layer_enc`: Layer with Explicit HS and Implicit HS labels as integers 0 and 1, respectively.
39
- - `subtlety_layer_enc`: Layer with Non-Subtle and Subtle labels, as integers 0 and 1, respectively.
40
- - `all`: Combination of hateful, implicit, and subtlety layers. Labels are: Non-Hs, Explicit Non-Subtle HS, Implicit Non-Subtle HS, Explicit Subtle HS, and Implicit Subtle HS.
41
- - `all_enc`: Combination of hateful, implicit, and subtlety layers. Labels are, 0, 1, 2, 3, and 4 for Non-Hs, Explicit Non-Subtle HS, Implicit Non-Subtle HS, Explicit Subtle HS, and Implicit Subtle HS, respectively.
42
 
43
  ## How do I cite this work?
44
 
 
34
  - `implicit_layer`: Layer with Explicit HS and Implicit HS labels.
35
  - `subtlety_layer`: Layer with Non-Subtle and Subtle labels.
36
  - `implicit_props_layer`: Layer with implicit properties labels for Implicit HS instances.
37
+ - `aug_method`: The augmentation method used for that message (`orig` for original data).
 
 
 
 
38
 
39
  ## How do I cite this work?
40