Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
albertvillanova HF staff commited on
Commit
2632270
1 Parent(s): cb6e0e3

Fix missing tags in dataset cards (#4896)

Browse files

Commit from https://github.com/huggingface/datasets/commit/7447bf91775d94809b2313eea56c6e33bae66092

Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,8 +1,20 @@
1
  ---
2
- pretty_name: Extreme Summarization (XSum)
 
 
 
3
  language:
4
  - en
 
 
 
 
 
5
  paperswithcode_id: xsum
 
 
 
 
6
  task_categories:
7
  - summarization
8
  task_ids:
@@ -50,10 +62,10 @@ train-eval-index:
50
 
51
  ## Dataset Description
52
 
53
- - **Homepage:** [https://github.com/EdinburghNLP/XSum/tree/master/XSum-Dataset](https://github.com/EdinburghNLP/XSum/tree/master/XSum-Dataset)
54
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
- - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
57
  - **Size of downloaded dataset files:** 245.38 MB
58
  - **Size of the generated dataset:** 507.60 MB
59
  - **Total amount of disk used:** 752.98 MB
@@ -166,7 +178,6 @@ The data fields are the same among all splits.
166
  ### Citation Information
167
 
168
  ```
169
-
170
  @article{Narayan2018DontGM,
171
  title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization},
172
  author={Shashi Narayan and Shay B. Cohen and Mirella Lapata},
@@ -174,7 +185,6 @@ The data fields are the same among all splits.
174
  year={2018},
175
  volume={abs/1808.08745}
176
  }
177
-
178
  ```
179
 
180
 
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
  language:
7
  - en
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: Extreme Summarization (XSum)
13
  paperswithcode_id: xsum
14
+ size_categories:
15
+ - 100K<n<1M
16
+ source_datasets:
17
+ - original
18
  task_categories:
19
  - summarization
20
  task_ids:
 
62
 
63
  ## Dataset Description
64
 
65
+ - **Homepage:**
66
+ - **Repository:** https://github.com/EdinburghNLP/XSum
67
+ - **Paper:** [Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization](https://arxiv.org/abs/1808.08745)
68
+ - **Point of Contact:** [Shashi Narayan](mailto:shashi.narayan@ed.ac.uk)
69
  - **Size of downloaded dataset files:** 245.38 MB
70
  - **Size of the generated dataset:** 507.60 MB
71
  - **Total amount of disk used:** 752.98 MB
 
178
  ### Citation Information
179
 
180
  ```
 
181
  @article{Narayan2018DontGM,
182
  title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization},
183
  author={Shashi Narayan and Shay B. Cohen and Mirella Lapata},
 
185
  year={2018},
186
  volume={abs/1808.08745}
187
  }
 
188
  ```
189
 
190