Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,26 +1,4 @@
|
|
1 |
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: meta
|
5 |
-
struct:
|
6 |
-
- name: article_id
|
7 |
-
dtype: string
|
8 |
-
- name: outlet
|
9 |
-
dtype: string
|
10 |
-
- name: date
|
11 |
-
dtype: string
|
12 |
-
- name: title
|
13 |
-
dtype: string
|
14 |
-
- name: description
|
15 |
-
dtype: string
|
16 |
-
- name: new_article_id
|
17 |
-
dtype: string
|
18 |
-
splits:
|
19 |
-
- name: train
|
20 |
-
num_bytes: 4266768296
|
21 |
-
num_examples: 13118041
|
22 |
-
download_size: 0
|
23 |
-
dataset_size: 4266768296
|
24 |
license: mit
|
25 |
task_categories:
|
26 |
- text-generation
|
@@ -29,7 +7,8 @@ language:
|
|
29 |
size_categories:
|
30 |
- 10M<n<100M
|
31 |
---
|
32 |
-
|
|
|
33 |
|
34 |
## The Data
|
35 |
The data consists of ~13,000,000 English articles from ~90 outlets. The articles were collected from the [Sciride News Mine](http://sciride.org/news.html), after which some additional cleaning / processing was performed on the data. The articles span from 2015-07-18 to 2020-10-17.
|
@@ -62,7 +41,6 @@ A news headline.
|
|
62 |
A news subheader.
|
63 |
|
64 |
### meta
|
65 |
-
|
66 |
- article_id: Article ID from the original sciride news mine. A hashing of the original title + description.
|
67 |
|
68 |
- date: The date on which the article appeared on the frontpage.
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
- text-generation
|
|
|
7 |
size_categories:
|
8 |
- 10M<n<100M
|
9 |
---
|
10 |
+
|
11 |
+
# Frontpage News
|
12 |
|
13 |
## The Data
|
14 |
The data consists of ~13,000,000 English articles from ~90 outlets. The articles were collected from the [Sciride News Mine](http://sciride.org/news.html), after which some additional cleaning / processing was performed on the data. The articles span from 2015-07-18 to 2020-10-17.
|
|
|
41 |
A news subheader.
|
42 |
|
43 |
### meta
|
|
|
44 |
- article_id: Article ID from the original sciride news mine. A hashing of the original title + description.
|
45 |
|
46 |
- date: The date on which the article appeared on the frontpage.
|