Datasets:
Tasks:
Summarization
Formats:
csv
Languages:
English
Size:
100K - 1M
Tags:
stacked summaries
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ size_categories:
|
|
9 |
- 100K<n<1M
|
10 |
task_categories:
|
11 |
- summarization
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# xsum-stacked
|
@@ -42,4 +44,20 @@ The maximum input length is 16384 tokens, and the maximum output length is 1024
|
|
42 |
'summary - average tokens': 473.4450547699759,
|
43 |
'text input - average chars': 33855.06,
|
44 |
'text input - average tokens': 8039.657793660948}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
```
|
|
|
9 |
- 100K<n<1M
|
10 |
task_categories:
|
11 |
- summarization
|
12 |
+
source_datasets:
|
13 |
+
- xsum
|
14 |
---
|
15 |
|
16 |
# xsum-stacked
|
|
|
44 |
'summary - average tokens': 473.4450547699759,
|
45 |
'text input - average chars': 33855.06,
|
46 |
'text input - average tokens': 8039.657793660948}
|
47 |
+
```
|
48 |
+
|
49 |
+
|
50 |
+
## Citation
|
51 |
+
|
52 |
+
If you find this useful in your work, please consider citing us.
|
53 |
+
|
54 |
+
```
|
55 |
+
@misc {stacked_summaries_2023,
|
56 |
+
author = { {Stacked Summaries: Karim Foda and Peter Szemraj} },
|
57 |
+
title = { stacked-xsum (Revision bd7c88e) },
|
58 |
+
year = 2023,
|
59 |
+
url = { https://huggingface.co/datasets/stacked-summaries/stacked-xsum },
|
60 |
+
doi = { 10.57967/hf/0269 },
|
61 |
+
publisher = { Hugging Face }
|
62 |
+
}
|
63 |
```
|