albertvillanova HF staff commited on
Commit
740ac01
1 Parent(s): b5d606f

Fix inaccuracies in the dataset card (#3)

Browse files

- Fix inaccuracies in the dataset card (ed4cd985c1fc4ce32834ded87623640f3b2919ab)

Files changed (1) hide show
  1. README.md +25 -19
README.md CHANGED
@@ -293,7 +293,7 @@ dataset_info:
293
 
294
  - **Webpage:** https://registry.opendata.aws/amazon-reviews-ml/
295
  - **Paper:** https://arxiv.org/abs/2010.02573
296
- - **Point of Contact:** multilingual-reviews-dataset@amazon.com
297
 
298
  ### Dataset Summary
299
 
@@ -319,14 +319,14 @@ Each data instance corresponds to a review. The original JSON for an instance lo
319
 
320
  ```json
321
  {
322
- "review_id":"de_0784695",
323
- "product_id":"product_de_0572654",
324
- "reviewer_id":"reviewer_de_0645436",
325
- "stars":"1",
326
- "review_body":"Leider, leider nach einmal waschen ausgeblichen . Es sieht super h\u00fcbsch aus , nur leider stinkt es ganz schrecklich und ein Waschgang in der Maschine ist notwendig ! Nach einem mal waschen sah es aus als w\u00e4re es 10 Jahre alt und hatte 1000 e von Waschg\u00e4ngen hinter sich :( echt schade !",
327
- "review_title":"Leider nicht zu empfehlen",
328
- "language":"de",
329
- "product_category":"home"
330
  }
331
  ```
332
 
@@ -343,7 +343,7 @@ Each data instance corresponds to a review. The original JSON for an instance lo
343
 
344
  ### Data Splits
345
 
346
- Each language configuration comes with it's own `train`, `validation`, and `test` splits. The `all_languages` split
347
  is simply a concatenation of the corresponding split across all languages. That is, the `train` split for
348
  `all_languages` is a concatenation of the `train` splits for each of the languages and likewise for `validation` and
349
  `test`.
@@ -383,9 +383,12 @@ N/A
383
 
384
  ### Personal and Sensitive Information
385
 
386
- Amazon Reviews are submitted by users with the knowledge and attention of being public. The reviewer ID's included in
387
- this dataset are quasi-anonymized, meaning that they are disassociated from the original user profiles. However,
388
- these fields would likely be easy to deannoymize given the public and identifying nature of free-form text responses.
 
 
 
389
 
390
  ## Considerations for Using the Data
391
 
@@ -397,15 +400,14 @@ the languages included here is relatively high resource and well studied.
397
 
398
  ### Discussion of Biases
399
 
400
- The data included here are from unverified consumers. Some percentage of these reviews may be fake or contain
401
- misleading or offensive language.
 
402
  ### Other Known Limitations
403
 
404
  The dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for
405
  purposes of classification, but some types of language may be over or underrepresented relative to the original
406
- distribution of reviews to acheive this balance.
407
-
408
- [More Information Needed]
409
 
410
  ## Additional Information
411
 
@@ -418,6 +420,10 @@ Published by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Manag
418
  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:
419
  https://docs.opendata.aws/amazon-reviews-ml/license.txt
420
 
 
 
 
 
421
  ### Citation Information
422
 
423
  Please cite the following paper (arXiv) if you found this dataset useful:
@@ -435,4 +441,4 @@ Phillip Keung, Yichao Lu, György Szarvas and Noah A. Smith. “The Multilingual
435
 
436
  ### Contributions
437
 
438
- Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
 
293
 
294
  - **Webpage:** https://registry.opendata.aws/amazon-reviews-ml/
295
  - **Paper:** https://arxiv.org/abs/2010.02573
296
+ - **Point of Contact:** [multilingual-reviews-dataset@amazon.com](mailto:multilingual-reviews-dataset@amazon.com)
297
 
298
  ### Dataset Summary
299
 
 
319
 
320
  ```json
321
  {
322
+ "review_id": "de_0784695",
323
+ "product_id": "product_de_0572654",
324
+ "reviewer_id": "reviewer_de_0645436",
325
+ "stars": "1",
326
+ "review_body": "Leider, leider nach einmal waschen ausgeblichen . Es sieht super h\u00fcbsch aus , nur leider stinkt es ganz schrecklich und ein Waschgang in der Maschine ist notwendig ! Nach einem mal waschen sah es aus als w\u00e4re es 10 Jahre alt und hatte 1000 e von Waschg\u00e4ngen hinter sich :( echt schade !",
327
+ "review_title": "Leider nicht zu empfehlen",
328
+ "language": "de",
329
+ "product_category": "home"
330
  }
331
  ```
332
 
 
343
 
344
  ### Data Splits
345
 
346
+ Each language configuration comes with its own `train`, `validation`, and `test` splits. The `all_languages` split
347
  is simply a concatenation of the corresponding split across all languages. That is, the `train` split for
348
  `all_languages` is a concatenation of the `train` splits for each of the languages and likewise for `validation` and
349
  `test`.
 
383
 
384
  ### Personal and Sensitive Information
385
 
386
+ According to the original dataset [license terms](https://docs.opendata.aws/amazon-reviews-ml/license.txt), you may not:
387
+ - link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or
388
+ - attempt to determine the identity of the author of any content in the Reviews Corpus.
389
+
390
+ If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically
391
+ terminate without prejudice to any of the other rights or remedies Amazon may have.
392
 
393
  ## Considerations for Using the Data
394
 
 
400
 
401
  ### Discussion of Biases
402
 
403
+ The dataset contains only reviews from verified purchases (as described in the paper, section 2.1), and the reviews
404
+ should conform the [Amazon Community Guidelines](https://www.amazon.com/gp/help/customer/display.html?nodeId=GLHXEX85MENUE4XF).
405
+
406
  ### Other Known Limitations
407
 
408
  The dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for
409
  purposes of classification, but some types of language may be over or underrepresented relative to the original
410
+ distribution of reviews to achieve this balance.
 
 
411
 
412
  ## Additional Information
413
 
 
420
  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:
421
  https://docs.opendata.aws/amazon-reviews-ml/license.txt
422
 
423
+ By accessing the Multilingual Amazon Reviews Corpus ("Reviews Corpus"), you agree that the Reviews Corpus is an Amazon Service subject to the [Amazon.com Conditions of Use](https://www.amazon.com/gp/help/customer/display.html/ref=footer_cou?ie=UTF8&nodeId=508088) and you agree to be bound by them, with the following additional conditions:
424
+
425
+ In addition to the license rights granted under the Conditions of Use, Amazon or its content providers grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to access and use the Reviews Corpus for purposes of academic research. You may not resell, republish, or make any commercial use of the Reviews Corpus or its contents, including use of the Reviews Corpus for commercial research, such as research related to a funding or consultancy contract, internship, or other relationship in which the results are provided for a fee or delivered to a for-profit organization. You may not (a) link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or (b) attempt to determine the identity of the author of any content in the Reviews Corpus. If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically terminate without prejudice to any of the other rights or remedies Amazon may have.
426
+
427
  ### Citation Information
428
 
429
  Please cite the following paper (arXiv) if you found this dataset useful:
 
441
 
442
  ### Contributions
443
 
444
+ Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.