Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,32 +14,32 @@ size_categories:
|
|
14 |
dataset_info:
|
15 |
config_name: plain_text
|
16 |
splits:
|
17 |
-
- name:
|
18 |
-
- name:
|
19 |
-
- name:
|
20 |
-
- name:
|
21 |
-
- name:
|
22 |
-
- name:
|
23 |
-
- name:
|
24 |
-
- name:
|
25 |
configs:
|
26 |
- config_name: default
|
27 |
data_files:
|
28 |
-
- split:
|
29 |
path: mbib-aggregated/cognitive-bias.csv
|
30 |
-
- split:
|
31 |
path: mbib-aggregated/fake-news.csv
|
32 |
-
- split:
|
33 |
path: mbib-aggregated/gender-bias.csv
|
34 |
-
- split:
|
35 |
path: mbib-aggregated/hate-speech.csv
|
36 |
-
- split:
|
37 |
path: mbib-aggregated/linguistic-bias.csv
|
38 |
-
- split:
|
39 |
path: mbib-aggregated/political-bias.csv
|
40 |
-
- split:
|
41 |
path: mbib-aggregated/racial-bias.csv
|
42 |
-
- split:
|
43 |
path: mbib-aggregated/text-level-bias.csv
|
44 |
---
|
45 |
|
|
|
14 |
dataset_info:
|
15 |
config_name: plain_text
|
16 |
splits:
|
17 |
+
- name: cognitive_bias
|
18 |
+
- name: fake_news
|
19 |
+
- name: gender_bias
|
20 |
+
- name: hate_speech
|
21 |
+
- name: linguistic_bias
|
22 |
+
- name: political_bias
|
23 |
+
- name: racial_bias
|
24 |
+
- name: text_level_bias
|
25 |
configs:
|
26 |
- config_name: default
|
27 |
data_files:
|
28 |
+
- split: cognitive_bias
|
29 |
path: mbib-aggregated/cognitive-bias.csv
|
30 |
+
- split: fake_news
|
31 |
path: mbib-aggregated/fake-news.csv
|
32 |
+
- split: gender_bias
|
33 |
path: mbib-aggregated/gender-bias.csv
|
34 |
+
- split: hate_speech
|
35 |
path: mbib-aggregated/hate-speech.csv
|
36 |
+
- split: linguistic_bias
|
37 |
path: mbib-aggregated/linguistic-bias.csv
|
38 |
+
- split: political_bias
|
39 |
path: mbib-aggregated/political-bias.csv
|
40 |
+
- split: racial_bias
|
41 |
path: mbib-aggregated/racial-bias.csv
|
42 |
+
- split: text_level_bias
|
43 |
path: mbib-aggregated/text-level-bias.csv
|
44 |
---
|
45 |
|