K2triinK commited on
Commit
64b5e64
1 Parent(s): ec1663c

Update README.md

Browse files

Changed filenames + explained the annotations part

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -101,16 +101,19 @@ Each datapoint's annotation is structured as follows:
101
 
102
  Note that whenever an annotator labeled, for example, "misogyny" as "No", then the following labels "category" and "rating" will be empty (NaN).
103
 
 
 
104
  ### Description of the data
105
 
106
- This dataset is separated into 3 files .json files comprising a train, test and validation set, as follows:
107
 
108
  ```
109
  BiaSWE/
110
- -anon_biaSWE_v1_train.json
111
- -anon_biaSWE_v1_test.json
112
- -anon-biaSWE_v1_val.json
113
  -README.md
 
 
 
 
114
  ```
115
 
116
  ## Authors
 
101
 
102
  Note that whenever an annotator labeled, for example, "misogyny" as "No", then the following labels "category" and "rating" will be empty (NaN).
103
 
104
+ Note also that each datapoint's "annotations" part has four keys ("annotator 1", "annotator 2", "annotator 3", "annotator 4") but there are between 2 to 4 annotations per datapoint so the value for the missing annotator(s) is null.
105
+
106
  ### Description of the data
107
 
108
+ This dataset is separated into 3 parquet files comprising a train, test and validation set, as follows:
109
 
110
  ```
111
  BiaSWE/
 
 
 
112
  -README.md
113
+ /data
114
+ - train-00000-of-00001.parquet
115
+ - val-00000-of-00001.parquet
116
+ - test-00000-of-00001.parquet
117
  ```
118
 
119
  ## Authors