sbroadhurst-hf commited on
Commit
ee2b027
1 Parent(s): 7296e2a

Highlight non-commercial license in amazon_reviews_multi dataset card (#4712)

Browse files

* Update README.md

Highlight that the licence granted by Amazon only covers non-commercial research use.

* Add missing section in dataset card

* Update datasets/amazon_reviews_multi/README.md

* fix toc

* Update README.md

Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

Commit from https://github.com/huggingface/datasets/commit/a2d91b7bd4d9069fce319d8532aa69ab71761d89

Files changed (1) hide show
  1. README.md +35 -23
README.md CHANGED
@@ -47,28 +47,36 @@ configs:
47
  # Dataset Card for The Multilingual Amazon Reviews Corpus
48
 
49
  ## Table of Contents
50
- - [Dataset Description](#dataset-description)
51
- - [Dataset Summary](#dataset-summary)
52
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
53
- - [Languages](#languages)
54
- - [Dataset Structure](#dataset-structure)
55
- - [Data Instances](#data-instances)
56
- - [Data Fields](#data-fields)
57
- - [Data Splits](#data-splits)
58
- - [Dataset Creation](#dataset-creation)
59
- - [Curation Rationale](#curation-rationale)
60
- - [Source Data](#source-data)
61
- - [Annotations](#annotations)
62
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
63
- - [Considerations for Using the Data](#considerations-for-using-the-data)
64
- - [Social Impact of Dataset](#social-impact-of-dataset)
65
- - [Discussion of Biases](#discussion-of-biases)
66
- - [Other Known Limitations](#other-known-limitations)
67
- - [Additional Information](#additional-information)
68
- - [Dataset Curators](#dataset-curators)
69
- - [Licensing Information](#licensing-information)
70
- - [Citation Information](#citation-information)
71
- - [Contributions](#contributions)
 
 
 
 
 
 
 
 
72
 
73
  ## Dataset Description
74
 
@@ -84,6 +92,10 @@ For each language, there are 200,000, 5,000 and 5,000 reviews in the training, d
84
 
85
  Note that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from amazon.de are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language.
86
 
 
 
 
 
87
  ### Languages
88
 
89
  The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish.
@@ -192,7 +204,7 @@ Published by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Manag
192
 
193
  ### Licensing Information
194
 
195
- Amazon has licensed this dataset under its own agreement, to be found at the dataset webpage here:
196
  https://docs.opendata.aws/amazon-reviews-ml/license.txt
197
 
198
  ### Citation Information
 
47
  # Dataset Card for The Multilingual Amazon Reviews Corpus
48
 
49
  ## Table of Contents
50
+ - [Dataset Card for amazon_reviews_multi](#dataset-card-for-amazon_reviews_multi)
51
+ - [Table of Contents](#table-of-contents)
52
+ - [Dataset Description](#dataset-description)
53
+ - [Dataset Summary](#dataset-summary)
54
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
55
+ - [Languages](#languages)
56
+ - [Dataset Structure](#dataset-structure)
57
+ - [Data Instances](#data-instances)
58
+ - [plain_text](#plain_text)
59
+ - [Data Fields](#data-fields)
60
+ - [plain_text](#plain_text-1)
61
+ - [Data Splits](#data-splits)
62
+ - [Dataset Creation](#dataset-creation)
63
+ - [Curation Rationale](#curation-rationale)
64
+ - [Source Data](#source-data)
65
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
66
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
67
+ - [Annotations](#annotations)
68
+ - [Annotation process](#annotation-process)
69
+ - [Who are the annotators?](#who-are-the-annotators)
70
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
71
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
72
+ - [Social Impact of Dataset](#social-impact-of-dataset)
73
+ - [Discussion of Biases](#discussion-of-biases)
74
+ - [Other Known Limitations](#other-known-limitations)
75
+ - [Additional Information](#additional-information)
76
+ - [Dataset Curators](#dataset-curators)
77
+ - [Licensing Information](#licensing-information)
78
+ - [Citation Information](#citation-information)
79
+ - [Contributions](#contributions)
80
 
81
  ## Dataset Description
82
 
 
92
 
93
  Note that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from amazon.de are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language.
94
 
95
+ ### Supported Tasks and Leaderboards
96
+
97
+ [More Information Needed]
98
+
99
  ### Languages
100
 
101
  The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish.
 
204
 
205
  ### Licensing Information
206
 
207
+ Amazon has licensed this dataset under its own agreement for non-commercial research usage only. This licence is quite restrictive preventing use anywhere a fee is received including paid for internships etc. A copy of the agreement can be found at the dataset webpage here:
208
  https://docs.opendata.aws/amazon-reviews-ml/license.txt
209
 
210
  ### Citation Information