Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
Tags:
split-and-rephrase
License:
albertvillanova HF staff commited on
Commit
172e439
1 Parent(s): eb6c517

Fix missing tags in dataset cards (#4931)

Browse files

Commit from https://github.com/huggingface/datasets/commit/303e906e6c2aeb6821af23264ffb2e653a65aa86

Files changed (1) hide show
  1. README.md +38 -14
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: wikisplit
 
 
 
 
 
5
  pretty_name: WikiSplit
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "wiki_split"
@@ -34,8 +50,8 @@ pretty_name: WikiSplit
34
  ## Dataset Description
35
 
36
  - **Homepage:** [https://dataset-homepage/](https://dataset-homepage/)
37
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 95.63 MB
41
  - **Size of the generated dataset:** 370.41 MB
@@ -49,7 +65,7 @@ the dataset contains some inherent noise, it can serve as valuable training data
49
 
50
  ### Supported Tasks and Leaderboards
51
 
52
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
  ### Languages
55
 
@@ -141,23 +157,31 @@ The data fields are the same among all splits.
141
 
142
  ### Licensing Information
143
 
144
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
145
 
146
  ### Citation Information
147
 
148
  ```
149
- @InProceedings{BothaEtAl2018,
150
- title = {{Learning To Split and Rephrase From Wikipedia Edit History}},
151
- author = {Botha, Jan A and Faruqui, Manaal and Alex, John and Baldridge, Jason and Das, Dipanjan},
152
- booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing},
153
- pages = {to appear},
154
- note = {arXiv preprint arXiv:1808.09468},
155
- year = {2018}
 
 
 
 
 
 
 
 
156
  }
157
-
158
  ```
159
 
160
-
161
  ### Contributions
162
 
163
  Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - machine-generated
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: WikiSplit
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text2text-generation
19
+ task_ids:
20
+ - text2text-generation-other-split-and-rephrase
21
+ paperswithcode_id: wikisplit
22
  ---
23
 
24
  # Dataset Card for "wiki_split"
 
50
  ## Dataset Description
51
 
52
  - **Homepage:** [https://dataset-homepage/](https://dataset-homepage/)
53
+ - **Repository:** https://github.com/google-research-datasets/wiki-split
54
+ - **Paper:** [Learning To Split and Rephrase From Wikipedia Edit History](https://arxiv.org/abs/1808.09468)
55
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  - **Size of downloaded dataset files:** 95.63 MB
57
  - **Size of the generated dataset:** 370.41 MB
 
65
 
66
  ### Supported Tasks and Leaderboards
67
 
68
+ - Split and Rephrase
69
 
70
  ### Languages
71
 
 
157
 
158
  ### Licensing Information
159
 
160
+ The WikiSplit dataset is a verbatim copy of certain content from the publicly available Wikipedia revision history.
161
+ The dataset is therefore licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).
162
+ Any third party content or data is provided "As Is" without any warranty, express or implied.
163
 
164
  ### Citation Information
165
 
166
  ```
167
+ @inproceedings{botha-etal-2018-learning,
168
+ title = "Learning To Split and Rephrase From {W}ikipedia Edit History",
169
+ author = "Botha, Jan A. and
170
+ Faruqui, Manaal and
171
+ Alex, John and
172
+ Baldridge, Jason and
173
+ Das, Dipanjan",
174
+ booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
175
+ month = oct # "-" # nov,
176
+ year = "2018",
177
+ address = "Brussels, Belgium",
178
+ publisher = "Association for Computational Linguistics",
179
+ url = "https://aclanthology.org/D18-1080",
180
+ doi = "10.18653/v1/D18-1080",
181
+ pages = "732--737",
182
  }
 
183
  ```
184
 
 
185
  ### Contributions
186
 
187
  Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun) for adding this dataset.