Datasets:

Multilinguality:
multilingual
Size Categories:
10K<n<100K
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
7f98913
1 Parent(s): 44e9c57

Update files from the datasets library (from 1.8.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.8.0

Files changed (1) hide show
  1. README.md +35 -5
README.md CHANGED
@@ -89,7 +89,7 @@ task_ids:
89
  - summarization
90
  paperswithcode_id: wikilingua
91
  ---
92
- # Dataset Card Creation Guide
93
 
94
  ## Table of Contents
95
  - [Dataset Description](#dataset-description)
@@ -187,7 +187,27 @@ ______________________________
187
 
188
  ### Data Splits
189
 
190
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  ## Dataset Creation
192
 
193
  ### Curation Rationale
@@ -244,12 +264,22 @@ ______________________________
244
 
245
  ### Licensing Information
246
 
247
- [More Information Needed]
 
 
248
 
249
  ### Citation Information
250
 
251
- [More Information Needed]
 
 
 
 
 
 
 
 
252
 
253
  ### Contributions
254
 
255
- Thanks to [@katnoria](https://github.com/katnoria) for adding this dataset.
 
89
  - summarization
90
  paperswithcode_id: wikilingua
91
  ---
92
+ # Dataset Card for "wiki_lingua"
93
 
94
  ## Table of Contents
95
  - [Dataset Description](#dataset-description)
 
187
 
188
  ### Data Splits
189
 
190
+ | | train |
191
+ |:-----------|--------:|
192
+ | arabic | 9995 |
193
+ | chinese | 6541 |
194
+ | czech | 2520 |
195
+ | dutch | 10862 |
196
+ | english | 57945 |
197
+ | french | 21690 |
198
+ | german | 20103 |
199
+ | hindi | 3402 |
200
+ | indonesian | 16308 |
201
+ | italian | 17673 |
202
+ | japanese | 4372 |
203
+ | korean | 4111 |
204
+ | portuguese | 28143 |
205
+ | russian | 18143 |
206
+ | spanish | 6616 |
207
+ | thai | 5093 |
208
+ | turkish | 1512 |
209
+ | vietnamese | 6616 |
210
+
211
  ## Dataset Creation
212
 
213
  ### Curation Rationale
 
264
 
265
  ### Licensing Information
266
 
267
+ - Article provided by wikiHow https://www.wikihow.com/Main-Page, a wiki building the world's largest, highest quality how-to manual. Please edit this article and find author credits at wikiHow.com. Content on wikiHow can be shared under a [Creative Commons license](http://creativecommons.org/licenses/by-nc-sa/3.0/).
268
+ - Refer to [this webpage](https://www.wikihow.com/wikiHow:Attribution) for the specific attribution guidelines.
269
+ - also see https://gem-benchmark.com/data_cards/WikiLingua
270
 
271
  ### Citation Information
272
 
273
+ ```bibtex
274
+ @article{ladhak-wiki-2020,
275
+ title = {WikiLingua: A New Benchmark Dataset for Multilingual Abstractive Summarization},
276
+ authors = {Faisal Ladhak, Esin Durmus, Claire Cardie and Kathleen McKeown},
277
+ journal = {arXiv preprint arXiv:2010.03093},
278
+ year = {2020},
279
+ url = {https://arxiv.org/abs/2010.03093}
280
+ }
281
+ ```
282
 
283
  ### Contributions
284
 
285
+ Thanks to [@katnoria](https://github.com/katnoria) for adding this dataset.