Datasets:
Tasks:
Summarization
Modalities:
Text
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
100K - 1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -30,8 +30,28 @@ train-eval-index:
|
|
| 30 |
document: text
|
| 31 |
summary: target
|
| 32 |
metrics:
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
---
|
| 36 |
|
| 37 |
# Dataset Card for "xsum"
|
|
@@ -190,4 +210,4 @@ The data fields are the same among all splits.
|
|
| 190 |
|
| 191 |
### Contributions
|
| 192 |
|
| 193 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@jbragg](https://github.com/jbragg), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
|
| 30 |
document: text
|
| 31 |
summary: target
|
| 32 |
metrics:
|
| 33 |
+
- type: rouge
|
| 34 |
+
name: Rouge
|
| 35 |
+
dataset_info:
|
| 36 |
+
features:
|
| 37 |
+
- name: document
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: summary
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: id
|
| 42 |
+
dtype: string
|
| 43 |
+
splits:
|
| 44 |
+
- name: test
|
| 45 |
+
num_bytes: 26756165
|
| 46 |
+
num_examples: 11334
|
| 47 |
+
- name: train
|
| 48 |
+
num_bytes: 479206608
|
| 49 |
+
num_examples: 204045
|
| 50 |
+
- name: validation
|
| 51 |
+
num_bytes: 26292901
|
| 52 |
+
num_examples: 11332
|
| 53 |
+
download_size: 257302866
|
| 54 |
+
dataset_size: 532255674
|
| 55 |
---
|
| 56 |
|
| 57 |
# Dataset Card for "xsum"
|
|
|
|
| 210 |
|
| 211 |
### Contributions
|
| 212 |
|
| 213 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@jbragg](https://github.com/jbragg), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|