temuchin43 commited on
Commit
a3729b8
1 Parent(s): 112f14f

Update readme

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ multilinguality:
5
+ - monolingual
6
+ task_categories:
7
+ - classification
8
+ task_ids:
9
+ - classification
10
+ ---
11
+
12
+ # Dataset Card for news-12factor
13
+
14
+ ## Table of Contents
15
+ - [Dataset Description](#dataset-description)
16
+ - [Languages](#languages)
17
+ - [Dataset Structure](#dataset-structure)
18
+ - [Source Data](#source-data)
19
+ - [Annotations](#annotations)
20
+
21
+ ## Dataset Description
22
+
23
+ ~20k articles labeled left, right, or center by the editors of allsides.com.
24
+
25
+ ## Languages
26
+
27
+ The text in the dataset is in English
28
+
29
+ ## Dataset Structure
30
+
31
+ 3 folders, with many text files in each. Each text file represent the body text of one article.
32
+
33
+ ## Source Data
34
+
35
+ URL data was scraped using https://github.com/mozilla/readability
36
+
37
+ ## Annotations
38
+
39
+ Articles were manually annotated by news editors who were attempting to select representative articles from the left, right and center of each article topic. In other words, the dataset should generally be balanced - the left/right/center articles cover the same set of topics, and have roughly the same amount of articles in each.
40
+