Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10M<n<100M
Language Creators:
found
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
Tags:
sentence-fusion
License:
albertvillanova HF staff commited on
Commit
5ae40ad
1 Parent(s): 1dff782

Fix missing tags in dataset cards (#4979)

Browse files

Commit from https://github.com/huggingface/datasets/commit/4c695faf4b8cd781d700203654afd91f2b3d4171

Files changed (1) hide show
  1. README.md +21 -8
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: discofuse
 
 
 
 
 
5
  pretty_name: DiscoFuse
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "discofuse"
@@ -33,9 +49,8 @@ pretty_name: DiscoFuse
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** [https://github.com/google-research-datasets/discofuse](https://github.com/google-research-datasets/discofuse)
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:** 5764.06 MB
41
  - **Size of the generated dataset:** 20547.64 MB
@@ -43,7 +58,7 @@ pretty_name: DiscoFuse
43
 
44
  ### Dataset Summary
45
 
46
- DISCOFUSE is a large scale dataset for discourse-based sentence fusion.
47
 
48
  ### Supported Tasks and Leaderboards
49
 
@@ -180,7 +195,7 @@ The data fields are the same among all splits.
180
 
181
  ### Licensing Information
182
 
183
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
184
 
185
  ### Citation Information
186
 
@@ -192,10 +207,8 @@ The data fields are the same among all splits.
192
  note = {arXiv preprint arXiv:1902.10526},
193
  year = {2019}
194
  }
195
-
196
  ```
197
 
198
-
199
  ### Contributions
200
 
201
  Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@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-sa-3.0
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: DiscoFuse
13
+ size_categories:
14
+ - 10M<n<100M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text2text-generation
19
+ task_ids:
20
+ - text2text-generation-other-sentence-fusion
21
+ paperswithcode_id: discofuse
22
  ---
23
 
24
  # Dataset Card for "discofuse"
 
49
 
50
  ## Dataset Description
51
 
52
+ - **Repository:** https://github.com/google-research-datasets/discofuse
53
+ - **Paper:** [DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion](https://arxiv.org/abs/1902.10526)
 
54
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
  - **Size of downloaded dataset files:** 5764.06 MB
56
  - **Size of the generated dataset:** 20547.64 MB
 
58
 
59
  ### Dataset Summary
60
 
61
+ DiscoFuse is a large scale dataset for discourse-based sentence fusion.
62
 
63
  ### Supported Tasks and Leaderboards
64
 
 
195
 
196
  ### Licensing Information
197
 
198
+ The data is licensed under [Creative Commons Attribution-ShareAlike 3.0](https://creativecommons.org/licenses/by-sa/3.0/) license.
199
 
200
  ### Citation Information
201
 
 
207
  note = {arXiv preprint arXiv:1902.10526},
208
  year = {2019}
209
  }
 
210
  ```
211
 
 
212
  ### Contributions
213
 
214
  Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.