Update README.md
Browse files
README.md
CHANGED
|
@@ -253,7 +253,7 @@ config_names:
|
|
| 253 |
- fr
|
| 254 |
- ja
|
| 255 |
- zh
|
| 256 |
-
viewer:
|
| 257 |
---
|
| 258 |
|
| 259 |
# Dataset Card for The Multilingual Amazon Reviews Corpus
|
|
@@ -271,42 +271,17 @@ viewer: false
|
|
| 271 |
- [Data Fields](#data-fields)
|
| 272 |
- [plain_text](#plain_text-1)
|
| 273 |
- [Data Splits](#data-splits)
|
| 274 |
-
|
| 275 |
-
- [Curation Rationale](#curation-rationale)
|
| 276 |
-
- [Source Data](#source-data)
|
| 277 |
-
- [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
|
| 278 |
-
- [Who are the source language producers?](#who-are-the-source-language-producers)
|
| 279 |
-
- [Annotations](#annotations)
|
| 280 |
-
- [Annotation process](#annotation-process)
|
| 281 |
-
- [Who are the annotators?](#who-are-the-annotators)
|
| 282 |
-
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
| 283 |
-
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
| 284 |
-
- [Social Impact of Dataset](#social-impact-of-dataset)
|
| 285 |
-
- [Discussion of Biases](#discussion-of-biases)
|
| 286 |
-
- [Other Known Limitations](#other-known-limitations)
|
| 287 |
-
- [Additional Information](#additional-information)
|
| 288 |
-
- [Dataset Curators](#dataset-curators)
|
| 289 |
-
- [Licensing Information](#licensing-information)
|
| 290 |
-
- [Citation Information](#citation-information)
|
| 291 |
-
- [Contributions](#contributions)
|
| 292 |
|
| 293 |
## Dataset Description
|
| 294 |
|
| 295 |
-
- **
|
| 296 |
-
- **Paper:** https://arxiv.org/abs/2010.02573
|
| 297 |
-
- **Point of Contact:** [multilingual-reviews-dataset@amazon.com](mailto:multilingual-reviews-dataset@amazon.com)
|
| 298 |
|
| 299 |
### Dataset Summary
|
| 300 |
|
| 301 |
-
|
| 302 |
-
<p><b>Defunct:</b> Dataset "amazon_reviews_multi" is defunct and no longer accessible due to the decision of data providers.</p>
|
| 303 |
-
</div>
|
| 304 |
-
|
| 305 |
-
We provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language.
|
| 306 |
-
|
| 307 |
-
For each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long.
|
| 308 |
|
| 309 |
-
|
| 310 |
|
| 311 |
### Supported Tasks and Leaderboards
|
| 312 |
|
|
@@ -353,97 +328,3 @@ is simply a concatenation of the corresponding split across all languages. That
|
|
| 353 |
`all_languages` is a concatenation of the `train` splits for each of the languages and likewise for `validation` and
|
| 354 |
`test`.
|
| 355 |
|
| 356 |
-
## Dataset Creation
|
| 357 |
-
|
| 358 |
-
### Curation Rationale
|
| 359 |
-
|
| 360 |
-
The dataset is motivated by the desire to advance sentiment analysis and text classification in other (non-English)
|
| 361 |
-
languages.
|
| 362 |
-
|
| 363 |
-
### Source Data
|
| 364 |
-
|
| 365 |
-
#### Initial Data Collection and Normalization
|
| 366 |
-
|
| 367 |
-
The authors gathered the reviews from the marketplaces in the US, Japan, Germany, France, Spain, and China for the
|
| 368 |
-
English, Japanese, German, French, Spanish, and Chinese languages, respectively. They then ensured the correct
|
| 369 |
-
language by applying a language detection algorithm, only retaining those of the target language. In a random sample
|
| 370 |
-
of the resulting reviews, the authors observed a small percentage of target languages that were incorrectly filtered
|
| 371 |
-
out and a very few mismatched languages that were incorrectly retained.
|
| 372 |
-
|
| 373 |
-
#### Who are the source language producers?
|
| 374 |
-
|
| 375 |
-
The original text comes from Amazon customers reviewing products on the marketplace across a variety of product
|
| 376 |
-
categories.
|
| 377 |
-
|
| 378 |
-
### Annotations
|
| 379 |
-
|
| 380 |
-
#### Annotation process
|
| 381 |
-
|
| 382 |
-
Each of the fields included are submitted by the user with the review or otherwise associated with the review. No
|
| 383 |
-
manual or machine-driven annotation was necessary.
|
| 384 |
-
|
| 385 |
-
#### Who are the annotators?
|
| 386 |
-
|
| 387 |
-
N/A
|
| 388 |
-
|
| 389 |
-
### Personal and Sensitive Information
|
| 390 |
-
|
| 391 |
-
According to the original dataset [license terms](https://docs.opendata.aws/amazon-reviews-ml/license.txt), you may not:
|
| 392 |
-
- link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or
|
| 393 |
-
- attempt to determine the identity of the author of any content in the Reviews Corpus.
|
| 394 |
-
|
| 395 |
-
If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically
|
| 396 |
-
terminate without prejudice to any of the other rights or remedies Amazon may have.
|
| 397 |
-
|
| 398 |
-
## Considerations for Using the Data
|
| 399 |
-
|
| 400 |
-
### Social Impact of Dataset
|
| 401 |
-
|
| 402 |
-
This dataset is part of an effort to encourage text classification research in languages other than English. Such
|
| 403 |
-
work increases the accessibility of natural language technology to more regions and cultures. Unfortunately, each of
|
| 404 |
-
the languages included here is relatively high resource and well studied.
|
| 405 |
-
|
| 406 |
-
### Discussion of Biases
|
| 407 |
-
|
| 408 |
-
The dataset contains only reviews from verified purchases (as described in the paper, section 2.1), and the reviews
|
| 409 |
-
should conform the [Amazon Community Guidelines](https://www.amazon.com/gp/help/customer/display.html?nodeId=GLHXEX85MENUE4XF).
|
| 410 |
-
|
| 411 |
-
### Other Known Limitations
|
| 412 |
-
|
| 413 |
-
The dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for
|
| 414 |
-
purposes of classification, but some types of language may be over or underrepresented relative to the original
|
| 415 |
-
distribution of reviews to achieve this balance.
|
| 416 |
-
|
| 417 |
-
## Additional Information
|
| 418 |
-
|
| 419 |
-
### Dataset Curators
|
| 420 |
-
|
| 421 |
-
Published by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Managed by Amazon.
|
| 422 |
-
|
| 423 |
-
### Licensing Information
|
| 424 |
-
|
| 425 |
-
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:
|
| 426 |
-
https://docs.opendata.aws/amazon-reviews-ml/license.txt
|
| 427 |
-
|
| 428 |
-
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:
|
| 429 |
-
|
| 430 |
-
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.
|
| 431 |
-
|
| 432 |
-
### Citation Information
|
| 433 |
-
|
| 434 |
-
Please cite the following paper (arXiv) if you found this dataset useful:
|
| 435 |
-
|
| 436 |
-
Phillip Keung, Yichao Lu, György Szarvas and Noah A. Smith. “The Multilingual Amazon Reviews Corpus.” In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, 2020.
|
| 437 |
-
|
| 438 |
-
```
|
| 439 |
-
@inproceedings{marc_reviews,
|
| 440 |
-
title={The Multilingual Amazon Reviews Corpus},
|
| 441 |
-
author={Keung, Phillip and Lu, Yichao and Szarvas, György and Smith, Noah A.},
|
| 442 |
-
booktitle={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing},
|
| 443 |
-
year={2020}
|
| 444 |
-
}
|
| 445 |
-
```
|
| 446 |
-
|
| 447 |
-
### Contributions
|
| 448 |
-
|
| 449 |
-
Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
|
|
|
|
| 253 |
- fr
|
| 254 |
- ja
|
| 255 |
- zh
|
| 256 |
+
viewer: true
|
| 257 |
---
|
| 258 |
|
| 259 |
# Dataset Card for The Multilingual Amazon Reviews Corpus
|
|
|
|
| 271 |
- [Data Fields](#data-fields)
|
| 272 |
- [plain_text](#plain_text-1)
|
| 273 |
- [Data Splits](#data-splits)
|
| 274 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 275 |
|
| 276 |
## Dataset Description
|
| 277 |
|
| 278 |
+
- **Reference:** [Please see `defunct-datasets/amazon_reviews_multi` at 🤗 Datasets](https://huggingface.co/datasets/defunct-datasets/amazon_reviews_multi)
|
|
|
|
|
|
|
| 279 |
|
| 280 |
### Dataset Summary
|
| 281 |
|
| 282 |
+
This is a clone / reproduction of the Multilingual Amazon Reviews Corpus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
|
| 284 |
+
The original 🤗 Dataset "defunct-datasets/amazon_reviews_multi" is defunct and no longer accessible due to the decision of data providers.
|
| 285 |
|
| 286 |
### Supported Tasks and Leaderboards
|
| 287 |
|
|
|
|
| 328 |
`all_languages` is a concatenation of the `train` splits for each of the languages and likewise for `validation` and
|
| 329 |
`test`.
|
| 330 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|