Datasets:
Tasks:
Summarization
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "multi_news"
|
@@ -6,12 +7,12 @@
|
|
6 |
## Table of Contents
|
7 |
- [Dataset Description](#dataset-description)
|
8 |
- [Dataset Summary](#dataset-summary)
|
9 |
-
- [Supported Tasks](#supported-tasks)
|
10 |
- [Languages](#languages)
|
11 |
- [Dataset Structure](#dataset-structure)
|
12 |
- [Data Instances](#data-instances)
|
13 |
- [Data Fields](#data-fields)
|
14 |
-
- [Data Splits
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -48,7 +49,7 @@ There are two features:
|
|
48 |
- document: text of news articles seperated by special token "|||||".
|
49 |
- summary: news summary.
|
50 |
|
51 |
-
### Supported Tasks
|
52 |
|
53 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
|
@@ -84,7 +85,7 @@ The data fields are the same among all splits.
|
|
84 |
- `document`: a `string` feature.
|
85 |
- `summary`: a `string` feature.
|
86 |
|
87 |
-
### Data Splits
|
88 |
|
89 |
| name |train|validation|test|
|
90 |
|-------|----:|---------:|---:|
|
@@ -98,10 +99,22 @@ The data fields are the same among all splits.
|
|
98 |
|
99 |
### Source Data
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
102 |
|
103 |
### Annotations
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
106 |
|
107 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: multi-news
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "multi_news"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
49 |
- document: text of news articles seperated by special token "|||||".
|
50 |
- summary: news summary.
|
51 |
|
52 |
+
### Supported Tasks and Leaderboards
|
53 |
|
54 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
55 |
|
|
|
85 |
- `document`: a `string` feature.
|
86 |
- `summary`: a `string` feature.
|
87 |
|
88 |
+
### Data Splits
|
89 |
|
90 |
| name |train|validation|test|
|
91 |
|-------|----:|---------:|---:|
|
|
|
99 |
|
100 |
### Source Data
|
101 |
|
102 |
+
#### Initial Data Collection and Normalization
|
103 |
+
|
104 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
+
|
106 |
+
#### Who are the source language producers?
|
107 |
+
|
108 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
109 |
|
110 |
### Annotations
|
111 |
|
112 |
+
#### Annotation process
|
113 |
+
|
114 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
115 |
+
|
116 |
+
#### Who are the annotators?
|
117 |
+
|
118 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
119 |
|
120 |
### Personal and Sensitive Information
|