abdulmatinomotoso
commited on
Commit
•
94485f8
1
Parent(s):
7ba05d6
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
languages:
|
4 |
+
- en
|
5 |
+
multilinguality:
|
6 |
+
- monolingual
|
7 |
+
task_categories:
|
8 |
+
- classification
|
9 |
+
task_ids:
|
10 |
+
- classification
|
11 |
+
---
|
12 |
+
|
13 |
+
# Dataset Card for PoliticalBias
|
14 |
+
## Table of Contents
|
15 |
+
- [Dataset Description](#dataset-description)
|
16 |
+
- [Languages](#languages)
|
17 |
+
- [Dataset Structure](#dataset-structure)
|
18 |
+
- [Source Data](#source-data)
|
19 |
+
## Dataset Description
|
20 |
+
roughly 8200 articles written by the website’s editors, each article covering one topic with 3 links that describe the same piece of news from different angles (usually one from the right, one from the left and one from the center)
|
21 |
+
## Languages
|
22 |
+
The text in the dataset is in English
|
23 |
+
## Dataset Structure
|
24 |
+
The dataset consists of three columns namely Source Name, Source Bias and Source Typ
|
25 |
+
## Source Data
|
26 |
+
The dataset is scrapped from http://allsides.com/
|