system HF staff commited on
Commit
8602861
1 Parent(s): 84f6b58

Update files from the datasets library (from 1.3.0)

Browse files

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

Files changed (1) hide show
  1. README.md +366 -0
README.md ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "amazon_us_reviews"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://s3.amazonaws.com/amazon-reviews-pds/readme.html](https://s3.amazonaws.com/amazon-reviews-pds/readme.html)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 30877.39 MB
37
+ - **Size of the generated dataset:** 78983.49 MB
38
+ - **Total amount of disk used:** 109860.89 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Amazon Customer Reviews (a.k.a. Product Reviews) is one of Amazons iconic products. In a period of over two decades since the first review in 1995, millions of Amazon customers have contributed over a hundred million reviews to express opinions and describe their experiences regarding products on the Amazon.com website. This makes Amazon Customer Reviews a rich source of information for academic researchers in the fields of Natural Language Processing (NLP), Information Retrieval (IR), and Machine Learning (ML), amongst others. Accordingly, we are releasing this data to further research in multiple disciplines related to understanding customer product experiences. Specifically, this dataset was constructed to represent a sample of customer evaluations and opinions, variation in the perception of a product across geographical regions, and promotional intent or bias in reviews.
43
+ Over 130+ million customer reviews are available to researchers as part of this release. The data is available in TSV files in the amazon-reviews-pds S3 bucket in AWS US East Region. Each line in the data files corresponds to an individual review (tab delimited, with no quote and escape characters).
44
+ Each Dataset contains the following columns :
45
+ marketplace - 2 letter country code of the marketplace where the review was written.
46
+ customer_id - Random identifier that can be used to aggregate reviews written by a single author.
47
+ review_id - The unique ID of the review.
48
+ product_id - The unique Product ID the review pertains to. In the multilingual dataset the reviews
49
+ for the same product in different countries can be grouped by the same product_id.
50
+ product_parent - Random identifier that can be used to aggregate reviews for the same product.
51
+ product_title - Title of the product.
52
+ product_category - Broad product category that can be used to group reviews
53
+ (also used to group the dataset into coherent parts).
54
+ star_rating - The 1-5 star rating of the review.
55
+ helpful_votes - Number of helpful votes.
56
+ total_votes - Number of total votes the review received.
57
+ vine - Review was written as part of the Vine program.
58
+ verified_purchase - The review is on a verified purchase.
59
+ review_headline - The title of the review.
60
+ review_body - The review text.
61
+ review_date - The date the review was written.
62
+
63
+ ### [Supported Tasks](#supported-tasks)
64
+
65
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
66
+
67
+ ### [Languages](#languages)
68
+
69
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
70
+
71
+ ## [Dataset Structure](#dataset-structure)
72
+
73
+ We show detailed information for up to 5 configurations of the dataset.
74
+
75
+ ### [Data Instances](#data-instances)
76
+
77
+ #### Apparel_v1_00
78
+
79
+ - **Size of downloaded dataset files:** 618.59 MB
80
+ - **Size of the generated dataset:** 2149.93 MB
81
+ - **Total amount of disk used:** 2768.52 MB
82
+
83
+ An example of 'train' looks as follows.
84
+ ```
85
+ {
86
+ "customer_id": "45223824",
87
+ "helpful_votes": 0,
88
+ "marketplace": "US",
89
+ "product_category": "Apparel",
90
+ "product_id": "B016PUU3VO",
91
+ "product_parent": "893588059",
92
+ "product_title": "Fruit of the Loom Boys' A-Shirt (Pack of 4)",
93
+ "review_body": "I ordered the same size as I ordered last time, and these shirts were much larger than the previous order. They were also about 6 inches longer. It was like they sent men's shirts instead of boys' shirts. I'll be returning these...",
94
+ "review_date": "2015-01-01",
95
+ "review_headline": "Sizes not correct, too big overall and WAY too long",
96
+ "review_id": "R1N3Z13931J3O9",
97
+ "star_rating": 2,
98
+ "total_votes": 0,
99
+ "verified_purchase": 1,
100
+ "vine": 0
101
+ }
102
+ ```
103
+
104
+ #### Automotive_v1_00
105
+
106
+ - **Size of downloaded dataset files:** 555.18 MB
107
+ - **Size of the generated dataset:** 1448.52 MB
108
+ - **Total amount of disk used:** 2003.70 MB
109
+
110
+ An example of 'train' looks as follows.
111
+ ```
112
+ {
113
+ "customer_id": "16825098",
114
+ "helpful_votes": 0,
115
+ "marketplace": "US",
116
+ "product_category": "Automotive",
117
+ "product_id": "B000E4PCGE",
118
+ "product_parent": "694793259",
119
+ "product_title": "00-03 NISSAN SENTRA MIRROR RH (PASSENGER SIDE), Power, Non-Heated (2000 00 2001 01 2002 02 2003 03) NS35ER 963015M000",
120
+ "review_body": "Product was as described, new and a great look. Only bad thing is that one of the screws was stripped so I couldn't tighten all three.",
121
+ "review_date": "2015-08-31",
122
+ "review_headline": "new and a great look. Only bad thing is that one of ...",
123
+ "review_id": "R2RUIDUMDKG7P",
124
+ "star_rating": 3,
125
+ "total_votes": 0,
126
+ "verified_purchase": 1,
127
+ "vine": 0
128
+ }
129
+ ```
130
+
131
+ #### Baby_v1_00
132
+
133
+ - **Size of downloaded dataset files:** 340.84 MB
134
+ - **Size of the generated dataset:** 912.00 MB
135
+ - **Total amount of disk used:** 1252.84 MB
136
+
137
+ An example of 'train' looks as follows.
138
+ ```
139
+ This example was too long and was cropped:
140
+
141
+ {
142
+ "customer_id": "23299101",
143
+ "helpful_votes": 2,
144
+ "marketplace": "US",
145
+ "product_category": "Baby",
146
+ "product_id": "B00SN6F9NG",
147
+ "product_parent": "3470998",
148
+ "product_title": "Rhoost Nail Clipper for Baby - Ergonomically Designed and Easy to Use Baby Nail Clipper, Natural Wooden Bamboo - Baby Health and Personal Care Kits",
149
+ "review_body": "\"This is an absolute MUST item to have! I was scared to death to clip my baby's nails. I tried other baby nail clippers and th...",
150
+ "review_date": "2015-08-31",
151
+ "review_headline": "If fits so comfortably in my hand and I feel like I have ...",
152
+ "review_id": "R2DRL5NRODVQ3Z",
153
+ "star_rating": 5,
154
+ "total_votes": 2,
155
+ "verified_purchase": 1,
156
+ "vine": 0
157
+ }
158
+ ```
159
+
160
+ #### Beauty_v1_00
161
+
162
+ - **Size of downloaded dataset files:** 871.73 MB
163
+ - **Size of the generated dataset:** 2286.33 MB
164
+ - **Total amount of disk used:** 3158.06 MB
165
+
166
+ An example of 'train' looks as follows.
167
+ ```
168
+ {
169
+ "customer_id": "24655453",
170
+ "helpful_votes": 1,
171
+ "marketplace": "US",
172
+ "product_category": "Beauty",
173
+ "product_id": "B00SAQ9DZY",
174
+ "product_parent": "292127037",
175
+ "product_title": "12 New, High Quality, Amber 2 ml (5/8 Dram) Glass Bottles, with Orifice Reducer and Black Cap.",
176
+ "review_body": "These are great for small mixtures for EO's, especially for traveling. I only gave this 4 stars because of the orifice reducer. The hole is so small it is hard to get the oil out. Just needs to be slightly bigger.",
177
+ "review_date": "2015-08-31",
178
+ "review_headline": "Good Product",
179
+ "review_id": "R2A30ALEGLMCGN",
180
+ "star_rating": 4,
181
+ "total_votes": 1,
182
+ "verified_purchase": 1,
183
+ "vine": 0
184
+ }
185
+ ```
186
+
187
+ #### Books_v1_00
188
+
189
+ - **Size of downloaded dataset files:** 2613.39 MB
190
+ - **Size of the generated dataset:** 6860.60 MB
191
+ - **Total amount of disk used:** 9473.99 MB
192
+
193
+ An example of 'train' looks as follows.
194
+ ```
195
+ This example was too long and was cropped:
196
+
197
+ {
198
+ "customer_id": "49735028",
199
+ "helpful_votes": 0,
200
+ "marketplace": "US",
201
+ "product_category": "Books",
202
+ "product_id": "0664254969",
203
+ "product_parent": "248307276",
204
+ "product_title": "Presbyterian Creeds: A Guide to the Book of Confessions",
205
+ "review_body": "\"The Presbyterian Book of Confessions contains multiple Creeds for use by the denomination. This guidebook helps he lay person t...",
206
+ "review_date": "2015-08-31",
207
+ "review_headline": "The Presbyterian Book of Confessions contains multiple Creeds for use ...",
208
+ "review_id": "R2G519UREHRO8M",
209
+ "star_rating": 3,
210
+ "total_votes": 1,
211
+ "verified_purchase": 1,
212
+ "vine": 0
213
+ }
214
+ ```
215
+
216
+ ### [Data Fields](#data-fields)
217
+
218
+ The data fields are the same among all splits.
219
+
220
+ #### Apparel_v1_00
221
+ - `marketplace`: a `string` feature.
222
+ - `customer_id`: a `string` feature.
223
+ - `review_id`: a `string` feature.
224
+ - `product_id`: a `string` feature.
225
+ - `product_parent`: a `string` feature.
226
+ - `product_title`: a `string` feature.
227
+ - `product_category`: a `string` feature.
228
+ - `star_rating`: a `int32` feature.
229
+ - `helpful_votes`: a `int32` feature.
230
+ - `total_votes`: a `int32` feature.
231
+ - `vine`: a classification label, with possible values including `Y` (0), `N` (1).
232
+ - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
233
+ - `review_headline`: a `string` feature.
234
+ - `review_body`: a `string` feature.
235
+ - `review_date`: a `string` feature.
236
+
237
+ #### Automotive_v1_00
238
+ - `marketplace`: a `string` feature.
239
+ - `customer_id`: a `string` feature.
240
+ - `review_id`: a `string` feature.
241
+ - `product_id`: a `string` feature.
242
+ - `product_parent`: a `string` feature.
243
+ - `product_title`: a `string` feature.
244
+ - `product_category`: a `string` feature.
245
+ - `star_rating`: a `int32` feature.
246
+ - `helpful_votes`: a `int32` feature.
247
+ - `total_votes`: a `int32` feature.
248
+ - `vine`: a classification label, with possible values including `Y` (0), `N` (1).
249
+ - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
250
+ - `review_headline`: a `string` feature.
251
+ - `review_body`: a `string` feature.
252
+ - `review_date`: a `string` feature.
253
+
254
+ #### Baby_v1_00
255
+ - `marketplace`: a `string` feature.
256
+ - `customer_id`: a `string` feature.
257
+ - `review_id`: a `string` feature.
258
+ - `product_id`: a `string` feature.
259
+ - `product_parent`: a `string` feature.
260
+ - `product_title`: a `string` feature.
261
+ - `product_category`: a `string` feature.
262
+ - `star_rating`: a `int32` feature.
263
+ - `helpful_votes`: a `int32` feature.
264
+ - `total_votes`: a `int32` feature.
265
+ - `vine`: a classification label, with possible values including `Y` (0), `N` (1).
266
+ - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
267
+ - `review_headline`: a `string` feature.
268
+ - `review_body`: a `string` feature.
269
+ - `review_date`: a `string` feature.
270
+
271
+ #### Beauty_v1_00
272
+ - `marketplace`: a `string` feature.
273
+ - `customer_id`: a `string` feature.
274
+ - `review_id`: a `string` feature.
275
+ - `product_id`: a `string` feature.
276
+ - `product_parent`: a `string` feature.
277
+ - `product_title`: a `string` feature.
278
+ - `product_category`: a `string` feature.
279
+ - `star_rating`: a `int32` feature.
280
+ - `helpful_votes`: a `int32` feature.
281
+ - `total_votes`: a `int32` feature.
282
+ - `vine`: a classification label, with possible values including `Y` (0), `N` (1).
283
+ - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
284
+ - `review_headline`: a `string` feature.
285
+ - `review_body`: a `string` feature.
286
+ - `review_date`: a `string` feature.
287
+
288
+ #### Books_v1_00
289
+ - `marketplace`: a `string` feature.
290
+ - `customer_id`: a `string` feature.
291
+ - `review_id`: a `string` feature.
292
+ - `product_id`: a `string` feature.
293
+ - `product_parent`: a `string` feature.
294
+ - `product_title`: a `string` feature.
295
+ - `product_category`: a `string` feature.
296
+ - `star_rating`: a `int32` feature.
297
+ - `helpful_votes`: a `int32` feature.
298
+ - `total_votes`: a `int32` feature.
299
+ - `vine`: a classification label, with possible values including `Y` (0), `N` (1).
300
+ - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
301
+ - `review_headline`: a `string` feature.
302
+ - `review_body`: a `string` feature.
303
+ - `review_date`: a `string` feature.
304
+
305
+ ### [Data Splits Sample Size](#data-splits-sample-size)
306
+
307
+ | name | train |
308
+ |----------------|-------:|
309
+ |Apparel_v1_00 | 5906333|
310
+ |Automotive_v1_00| 3514942|
311
+ |Baby_v1_00 | 1752932|
312
+ |Beauty_v1_00 | 5115666|
313
+ |Books_v1_00 |10319090|
314
+
315
+ ## [Dataset Creation](#dataset-creation)
316
+
317
+ ### [Curation Rationale](#curation-rationale)
318
+
319
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
320
+
321
+ ### [Source Data](#source-data)
322
+
323
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
324
+
325
+ ### [Annotations](#annotations)
326
+
327
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
328
+
329
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
330
+
331
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
332
+
333
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
334
+
335
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
336
+
337
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
338
+
339
+ ### [Discussion of Biases](#discussion-of-biases)
340
+
341
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
342
+
343
+ ### [Other Known Limitations](#other-known-limitations)
344
+
345
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
346
+
347
+ ## [Additional Information](#additional-information)
348
+
349
+ ### [Dataset Curators](#dataset-curators)
350
+
351
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
352
+
353
+ ### [Licensing Information](#licensing-information)
354
+
355
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
356
+
357
+ ### [Citation Information](#citation-information)
358
+
359
+ ```
360
+
361
+ ```
362
+
363
+
364
+ ### Contributions
365
+
366
+ Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.