albertvillanova HF staff commited on
Commit
94d469c
1 Parent(s): f0d1d8d

Update manual download URL in newsroom dataset (#3779)

Browse files

* Update manual download URL in newsroom dataset

* Update homepage URL

* Fix malformed dataset card

Commit from https://github.com/huggingface/datasets/commit/5a1aca713fb24d9c046c40b1cf280f55dc79b0c9

Files changed (2) hide show
  1. README.md +38 -3
  2. newsroom.py +2 -2
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
 
 
2
  languages:
3
  - en
4
- paperswithcode_id: newsroom
 
 
 
5
  pretty_name: CORNELL NEWSROOM
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "newsroom"
@@ -70,7 +86,7 @@ This dataset can be downloaded upon requests. Unzip all the contents
70
 
71
  ### Languages
72
 
73
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
74
 
75
  ## Dataset Structure
76
 
@@ -176,7 +192,26 @@ The data fields are the same among all splits.
176
 
177
  ### Licensing Information
178
 
179
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
 
181
  ### Citation Information
182
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
  languages:
7
  - en
8
+ licenses:
9
+ - other-requires-accepting-data-licensing-terms-for-non-commercial-research-and-educational-purposes-only
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: CORNELL NEWSROOM
13
+ size_categories:
14
+ - unknown
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - conditional-text-generation
19
+ task_ids:
20
+ - summarization
21
+ paperswithcode_id: newsroom
22
  ---
23
 
24
  # Dataset Card for "newsroom"
 
86
 
87
  ### Languages
88
 
89
+ English (`en`).
90
 
91
  ## Dataset Structure
92
 
 
192
 
193
  ### Licensing Information
194
 
195
+ https://cornell.qualtrics.com/jfe/form/SV_6YA3HQ2p75XH4IR
196
+
197
+ This Dataset Usage Agreement ("Agreement") is a legal agreement with the Cornell Newsroom Summaries Team ("Newsroom") for the Dataset made available to the individual or entity ("Researcher") exercising rights under this Agreement. "Dataset" includes all text, data, information, source code, and any related materials, documentation, files, media, updates or revisions.
198
+
199
+ The Dataset is intended for non-commercial research and educational purposes only, and is made available free of charge without extending any license or other intellectual property rights. By downloading or using the Dataset, the Researcher acknowledges that they agree to the terms in this Agreement, and represent and warrant that they have authority to do so on behalf of any entity exercising rights under this Agreement. The Researcher accepts and agrees to be bound by the terms and conditions of this Agreement. If the Researcher does not agree to this Agreement, they may not download or use the Dataset.
200
+
201
+ By sharing content with Newsroom, such as by submitting content to this site or by corresponding with Newsroom contributors, the Researcher grants Newsroom the right to use, reproduce, display, perform, adapt, modify, distribute, have distributed, and promote the content in any form, anywhere and for any purpose, such as for evaluating and comparing summarization systems. Nothing in this Agreement shall obligate Newsroom to provide any support for the Dataset. Any feedback, suggestions, ideas, comments, improvements given by the Researcher related to the Dataset is voluntarily given, and may be used by Newsroom without obligation or restriction of any kind.
202
+
203
+ The Researcher accepts full responsibility for their use of the Dataset and shall defend indemnify, and hold harmless Newsroom, including their employees, trustees, officers, and agents, against any and all claims arising from the Researcher's use of the Dataset. The Researcher agrees to comply with all laws and regulations as they relate to access to and use of the Dataset and Service including U.S. export jurisdiction and other U.S. and international regulations.
204
+
205
+ THE DATASET IS PROVIDED "AS IS." NEWSROOM DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. WITHOUT LIMITATION OF THE ABOVE, NEWSROOM DISCLAIMS ANY WARRANTY THAT DATASET IS BUG OR ERROR-FREE, AND GRANTS NO WARRANTY REGARDING ITS USE OR THE RESULTS THEREFROM INCLUDING, WITHOUT LIMITATION, ITS CORRECTNESS, ACCURACY, OR RELIABILITY. THE DATASET IS NOT WARRANTIED TO FULFILL ANY PARTICULAR PURPOSES OR NEEDS.
206
+
207
+ TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL NEWSROOM BE LIABLE FOR ANY LOSS, DAMAGE OR INJURY, DIRECT AND INDIRECT, INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER FOR BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR OTHERWISE, ARISING OUT OF THIS AGREEMENT, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
208
+
209
+ This Agreement is effective until terminated. Newsroom reserves the right to terminate the Researcher's access to the Dataset at any time. If the Researcher breaches this Agreement, the Researcher's rights to use the Dataset shall terminate automatically. The Researcher will immediately cease all use and distribution of the Dataset and destroy any copies or portions of the Dataset in their possession.
210
+
211
+ This Agreement is governed by the laws of the State of New York, without regard to conflict of law principles. All terms and provisions of this Agreement shall, if possible, be construed in a manner which makes them valid, but in the event any term or provision of this Agreement is found by a court of competent jurisdiction to be illegal or unenforceable, the validity or enforceability of the remainder of this Agreement shall not be affected.
212
+
213
+ This Agreement is the complete and exclusive agreement between the parties with respect to its subject matter and supersedes all prior or contemporaneous oral or written agreements or understandings relating to the subject matter.
214
+
215
 
216
  ### Citation Information
217
 
newsroom.py CHANGED
@@ -84,7 +84,7 @@ class Newsroom(datasets.GeneratorBasedBuilder):
84
  @property
85
  def manual_download_instructions(self):
86
  return """\
87
- You should download the dataset from http://lil.datasets.cornell.edu/newsroom/
88
  The webpage requires registration.
89
  To unzip the .tar file run `tar -zxvf complete.tar`. To unzip the .gz files
90
  run `gunzip train.json.gz` , ...
@@ -102,7 +102,7 @@ class Newsroom(datasets.GeneratorBasedBuilder):
102
  description=_DESCRIPTION,
103
  features=datasets.Features(features),
104
  supervised_keys=(_DOCUMENT, _SUMMARY),
105
- homepage="http://lil.datasets.cornell.edu/newsroom/",
106
  citation=_CITATION,
107
  )
108
 
 
84
  @property
85
  def manual_download_instructions(self):
86
  return """\
87
+ You should download the dataset from https://lil.nlp.cornell.edu/newsroom/download/index.html
88
  The webpage requires registration.
89
  To unzip the .tar file run `tar -zxvf complete.tar`. To unzip the .gz files
90
  run `gunzip train.json.gz` , ...
 
102
  description=_DESCRIPTION,
103
  features=datasets.Features(features),
104
  supervised_keys=(_DOCUMENT, _SUMMARY),
105
+ homepage="https://lil.nlp.cornell.edu/newsroom/index.html",
106
  citation=_CITATION,
107
  )
108