Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license: cc
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
language:
|
@@ -11,6 +11,36 @@ tags:
|
|
11 |
- media bias
|
12 |
size_categories:
|
13 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Dataset Card for Media-Bias-Identification-Benchmark
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
language:
|
|
|
11 |
- media bias
|
12 |
size_categories:
|
13 |
- 1M<n<10M
|
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 |
|
46 |
# Dataset Card for Media-Bias-Identification-Benchmark
|