Commit
•
3b0501b
0
Parent(s):
Duplicate from amazon_us_reviews
Browse filesCo-authored-by: Parquet-converter (BOT) <[email protected]>
- .gitattributes +27 -0
- README.md +2579 -0
- amazon_us_reviews.py +180 -0
- dataset_infos.json +0 -0
.gitattributes
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
20 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,2579 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- other
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 100M<n<1B
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
task_categories:
|
17 |
+
- summarization
|
18 |
+
- text-generation
|
19 |
+
- fill-mask
|
20 |
+
- text-classification
|
21 |
+
task_ids:
|
22 |
+
- text-scoring
|
23 |
+
- language-modeling
|
24 |
+
- masked-language-modeling
|
25 |
+
- sentiment-classification
|
26 |
+
- sentiment-scoring
|
27 |
+
- topic-classification
|
28 |
+
pretty_name: Amazon US Reviews
|
29 |
+
dataset_info:
|
30 |
+
- config_name: Books_v1_01
|
31 |
+
features:
|
32 |
+
- name: marketplace
|
33 |
+
dtype: string
|
34 |
+
- name: customer_id
|
35 |
+
dtype: string
|
36 |
+
- name: review_id
|
37 |
+
dtype: string
|
38 |
+
- name: product_id
|
39 |
+
dtype: string
|
40 |
+
- name: product_parent
|
41 |
+
dtype: string
|
42 |
+
- name: product_title
|
43 |
+
dtype: string
|
44 |
+
- name: product_category
|
45 |
+
dtype: string
|
46 |
+
- name: star_rating
|
47 |
+
dtype: int32
|
48 |
+
- name: helpful_votes
|
49 |
+
dtype: int32
|
50 |
+
- name: total_votes
|
51 |
+
dtype: int32
|
52 |
+
- name: vine
|
53 |
+
dtype:
|
54 |
+
class_label:
|
55 |
+
names:
|
56 |
+
'0': 'N'
|
57 |
+
'1': 'Y'
|
58 |
+
- name: verified_purchase
|
59 |
+
dtype:
|
60 |
+
class_label:
|
61 |
+
names:
|
62 |
+
'0': 'N'
|
63 |
+
'1': 'Y'
|
64 |
+
- name: review_headline
|
65 |
+
dtype: string
|
66 |
+
- name: review_body
|
67 |
+
dtype: string
|
68 |
+
- name: review_date
|
69 |
+
dtype: string
|
70 |
+
splits:
|
71 |
+
- name: train
|
72 |
+
num_bytes: 6997552259
|
73 |
+
num_examples: 6106719
|
74 |
+
download_size: 2692708591
|
75 |
+
dataset_size: 6997552259
|
76 |
+
- config_name: Watches_v1_00
|
77 |
+
features:
|
78 |
+
- name: marketplace
|
79 |
+
dtype: string
|
80 |
+
- name: customer_id
|
81 |
+
dtype: string
|
82 |
+
- name: review_id
|
83 |
+
dtype: string
|
84 |
+
- name: product_id
|
85 |
+
dtype: string
|
86 |
+
- name: product_parent
|
87 |
+
dtype: string
|
88 |
+
- name: product_title
|
89 |
+
dtype: string
|
90 |
+
- name: product_category
|
91 |
+
dtype: string
|
92 |
+
- name: star_rating
|
93 |
+
dtype: int32
|
94 |
+
- name: helpful_votes
|
95 |
+
dtype: int32
|
96 |
+
- name: total_votes
|
97 |
+
dtype: int32
|
98 |
+
- name: vine
|
99 |
+
dtype:
|
100 |
+
class_label:
|
101 |
+
names:
|
102 |
+
'0': 'N'
|
103 |
+
'1': 'Y'
|
104 |
+
- name: verified_purchase
|
105 |
+
dtype:
|
106 |
+
class_label:
|
107 |
+
names:
|
108 |
+
'0': 'N'
|
109 |
+
'1': 'Y'
|
110 |
+
- name: review_headline
|
111 |
+
dtype: string
|
112 |
+
- name: review_body
|
113 |
+
dtype: string
|
114 |
+
- name: review_date
|
115 |
+
dtype: string
|
116 |
+
splits:
|
117 |
+
- name: train
|
118 |
+
num_bytes: 458976082
|
119 |
+
num_examples: 960872
|
120 |
+
download_size: 162973819
|
121 |
+
dataset_size: 458976082
|
122 |
+
- config_name: Personal_Care_Appliances_v1_00
|
123 |
+
features:
|
124 |
+
- name: marketplace
|
125 |
+
dtype: string
|
126 |
+
- name: customer_id
|
127 |
+
dtype: string
|
128 |
+
- name: review_id
|
129 |
+
dtype: string
|
130 |
+
- name: product_id
|
131 |
+
dtype: string
|
132 |
+
- name: product_parent
|
133 |
+
dtype: string
|
134 |
+
- name: product_title
|
135 |
+
dtype: string
|
136 |
+
- name: product_category
|
137 |
+
dtype: string
|
138 |
+
- name: star_rating
|
139 |
+
dtype: int32
|
140 |
+
- name: helpful_votes
|
141 |
+
dtype: int32
|
142 |
+
- name: total_votes
|
143 |
+
dtype: int32
|
144 |
+
- name: vine
|
145 |
+
dtype:
|
146 |
+
class_label:
|
147 |
+
names:
|
148 |
+
'0': 'N'
|
149 |
+
'1': 'Y'
|
150 |
+
- name: verified_purchase
|
151 |
+
dtype:
|
152 |
+
class_label:
|
153 |
+
names:
|
154 |
+
'0': 'N'
|
155 |
+
'1': 'Y'
|
156 |
+
- name: review_headline
|
157 |
+
dtype: string
|
158 |
+
- name: review_body
|
159 |
+
dtype: string
|
160 |
+
- name: review_date
|
161 |
+
dtype: string
|
162 |
+
splits:
|
163 |
+
- name: train
|
164 |
+
num_bytes: 49036547
|
165 |
+
num_examples: 85981
|
166 |
+
download_size: 17634794
|
167 |
+
dataset_size: 49036547
|
168 |
+
- config_name: Mobile_Electronics_v1_00
|
169 |
+
features:
|
170 |
+
- name: marketplace
|
171 |
+
dtype: string
|
172 |
+
- name: customer_id
|
173 |
+
dtype: string
|
174 |
+
- name: review_id
|
175 |
+
dtype: string
|
176 |
+
- name: product_id
|
177 |
+
dtype: string
|
178 |
+
- name: product_parent
|
179 |
+
dtype: string
|
180 |
+
- name: product_title
|
181 |
+
dtype: string
|
182 |
+
- name: product_category
|
183 |
+
dtype: string
|
184 |
+
- name: star_rating
|
185 |
+
dtype: int32
|
186 |
+
- name: helpful_votes
|
187 |
+
dtype: int32
|
188 |
+
- name: total_votes
|
189 |
+
dtype: int32
|
190 |
+
- name: vine
|
191 |
+
dtype:
|
192 |
+
class_label:
|
193 |
+
names:
|
194 |
+
'0': 'N'
|
195 |
+
'1': 'Y'
|
196 |
+
- name: verified_purchase
|
197 |
+
dtype:
|
198 |
+
class_label:
|
199 |
+
names:
|
200 |
+
'0': 'N'
|
201 |
+
'1': 'Y'
|
202 |
+
- name: review_headline
|
203 |
+
dtype: string
|
204 |
+
- name: review_body
|
205 |
+
dtype: string
|
206 |
+
- name: review_date
|
207 |
+
dtype: string
|
208 |
+
splits:
|
209 |
+
- name: train
|
210 |
+
num_bytes: 63293377
|
211 |
+
num_examples: 104975
|
212 |
+
download_size: 22870508
|
213 |
+
dataset_size: 63293377
|
214 |
+
- config_name: Digital_Video_Games_v1_00
|
215 |
+
features:
|
216 |
+
- name: marketplace
|
217 |
+
dtype: string
|
218 |
+
- name: customer_id
|
219 |
+
dtype: string
|
220 |
+
- name: review_id
|
221 |
+
dtype: string
|
222 |
+
- name: product_id
|
223 |
+
dtype: string
|
224 |
+
- name: product_parent
|
225 |
+
dtype: string
|
226 |
+
- name: product_title
|
227 |
+
dtype: string
|
228 |
+
- name: product_category
|
229 |
+
dtype: string
|
230 |
+
- name: star_rating
|
231 |
+
dtype: int32
|
232 |
+
- name: helpful_votes
|
233 |
+
dtype: int32
|
234 |
+
- name: total_votes
|
235 |
+
dtype: int32
|
236 |
+
- name: vine
|
237 |
+
dtype:
|
238 |
+
class_label:
|
239 |
+
names:
|
240 |
+
'0': 'N'
|
241 |
+
'1': 'Y'
|
242 |
+
- name: verified_purchase
|
243 |
+
dtype:
|
244 |
+
class_label:
|
245 |
+
names:
|
246 |
+
'0': 'N'
|
247 |
+
'1': 'Y'
|
248 |
+
- name: review_headline
|
249 |
+
dtype: string
|
250 |
+
- name: review_body
|
251 |
+
dtype: string
|
252 |
+
- name: review_date
|
253 |
+
dtype: string
|
254 |
+
splits:
|
255 |
+
- name: train
|
256 |
+
num_bytes: 80176851
|
257 |
+
num_examples: 145431
|
258 |
+
download_size: 27442648
|
259 |
+
dataset_size: 80176851
|
260 |
+
- config_name: Digital_Software_v1_00
|
261 |
+
features:
|
262 |
+
- name: marketplace
|
263 |
+
dtype: string
|
264 |
+
- name: customer_id
|
265 |
+
dtype: string
|
266 |
+
- name: review_id
|
267 |
+
dtype: string
|
268 |
+
- name: product_id
|
269 |
+
dtype: string
|
270 |
+
- name: product_parent
|
271 |
+
dtype: string
|
272 |
+
- name: product_title
|
273 |
+
dtype: string
|
274 |
+
- name: product_category
|
275 |
+
dtype: string
|
276 |
+
- name: star_rating
|
277 |
+
dtype: int32
|
278 |
+
- name: helpful_votes
|
279 |
+
dtype: int32
|
280 |
+
- name: total_votes
|
281 |
+
dtype: int32
|
282 |
+
- name: vine
|
283 |
+
dtype:
|
284 |
+
class_label:
|
285 |
+
names:
|
286 |
+
'0': 'N'
|
287 |
+
'1': 'Y'
|
288 |
+
- name: verified_purchase
|
289 |
+
dtype:
|
290 |
+
class_label:
|
291 |
+
names:
|
292 |
+
'0': 'N'
|
293 |
+
'1': 'Y'
|
294 |
+
- name: review_headline
|
295 |
+
dtype: string
|
296 |
+
- name: review_body
|
297 |
+
dtype: string
|
298 |
+
- name: review_date
|
299 |
+
dtype: string
|
300 |
+
splits:
|
301 |
+
- name: train
|
302 |
+
num_bytes: 58782931
|
303 |
+
num_examples: 102084
|
304 |
+
download_size: 18997559
|
305 |
+
dataset_size: 58782931
|
306 |
+
- config_name: Major_Appliances_v1_00
|
307 |
+
features:
|
308 |
+
- name: marketplace
|
309 |
+
dtype: string
|
310 |
+
- name: customer_id
|
311 |
+
dtype: string
|
312 |
+
- name: review_id
|
313 |
+
dtype: string
|
314 |
+
- name: product_id
|
315 |
+
dtype: string
|
316 |
+
- name: product_parent
|
317 |
+
dtype: string
|
318 |
+
- name: product_title
|
319 |
+
dtype: string
|
320 |
+
- name: product_category
|
321 |
+
dtype: string
|
322 |
+
- name: star_rating
|
323 |
+
dtype: int32
|
324 |
+
- name: helpful_votes
|
325 |
+
dtype: int32
|
326 |
+
- name: total_votes
|
327 |
+
dtype: int32
|
328 |
+
- name: vine
|
329 |
+
dtype:
|
330 |
+
class_label:
|
331 |
+
names:
|
332 |
+
'0': 'N'
|
333 |
+
'1': 'Y'
|
334 |
+
- name: verified_purchase
|
335 |
+
dtype:
|
336 |
+
class_label:
|
337 |
+
names:
|
338 |
+
'0': 'N'
|
339 |
+
'1': 'Y'
|
340 |
+
- name: review_headline
|
341 |
+
dtype: string
|
342 |
+
- name: review_body
|
343 |
+
dtype: string
|
344 |
+
- name: review_date
|
345 |
+
dtype: string
|
346 |
+
splits:
|
347 |
+
- name: train
|
348 |
+
num_bytes: 67642424
|
349 |
+
num_examples: 96901
|
350 |
+
download_size: 24359816
|
351 |
+
dataset_size: 67642424
|
352 |
+
- config_name: Gift_Card_v1_00
|
353 |
+
features:
|
354 |
+
- name: marketplace
|
355 |
+
dtype: string
|
356 |
+
- name: customer_id
|
357 |
+
dtype: string
|
358 |
+
- name: review_id
|
359 |
+
dtype: string
|
360 |
+
- name: product_id
|
361 |
+
dtype: string
|
362 |
+
- name: product_parent
|
363 |
+
dtype: string
|
364 |
+
- name: product_title
|
365 |
+
dtype: string
|
366 |
+
- name: product_category
|
367 |
+
dtype: string
|
368 |
+
- name: star_rating
|
369 |
+
dtype: int32
|
370 |
+
- name: helpful_votes
|
371 |
+
dtype: int32
|
372 |
+
- name: total_votes
|
373 |
+
dtype: int32
|
374 |
+
- name: vine
|
375 |
+
dtype:
|
376 |
+
class_label:
|
377 |
+
names:
|
378 |
+
'0': 'N'
|
379 |
+
'1': 'Y'
|
380 |
+
- name: verified_purchase
|
381 |
+
dtype:
|
382 |
+
class_label:
|
383 |
+
names:
|
384 |
+
'0': 'N'
|
385 |
+
'1': 'Y'
|
386 |
+
- name: review_headline
|
387 |
+
dtype: string
|
388 |
+
- name: review_body
|
389 |
+
dtype: string
|
390 |
+
- name: review_date
|
391 |
+
dtype: string
|
392 |
+
splits:
|
393 |
+
- name: train
|
394 |
+
num_bytes: 47188062
|
395 |
+
num_examples: 149086
|
396 |
+
download_size: 12134676
|
397 |
+
dataset_size: 47188062
|
398 |
+
- config_name: Video_v1_00
|
399 |
+
features:
|
400 |
+
- name: marketplace
|
401 |
+
dtype: string
|
402 |
+
- name: customer_id
|
403 |
+
dtype: string
|
404 |
+
- name: review_id
|
405 |
+
dtype: string
|
406 |
+
- name: product_id
|
407 |
+
dtype: string
|
408 |
+
- name: product_parent
|
409 |
+
dtype: string
|
410 |
+
- name: product_title
|
411 |
+
dtype: string
|
412 |
+
- name: product_category
|
413 |
+
dtype: string
|
414 |
+
- name: star_rating
|
415 |
+
dtype: int32
|
416 |
+
- name: helpful_votes
|
417 |
+
dtype: int32
|
418 |
+
- name: total_votes
|
419 |
+
dtype: int32
|
420 |
+
- name: vine
|
421 |
+
dtype:
|
422 |
+
class_label:
|
423 |
+
names:
|
424 |
+
'0': 'N'
|
425 |
+
'1': 'Y'
|
426 |
+
- name: verified_purchase
|
427 |
+
dtype:
|
428 |
+
class_label:
|
429 |
+
names:
|
430 |
+
'0': 'N'
|
431 |
+
'1': 'Y'
|
432 |
+
- name: review_headline
|
433 |
+
dtype: string
|
434 |
+
- name: review_body
|
435 |
+
dtype: string
|
436 |
+
- name: review_date
|
437 |
+
dtype: string
|
438 |
+
splits:
|
439 |
+
- name: train
|
440 |
+
num_bytes: 356264426
|
441 |
+
num_examples: 380604
|
442 |
+
download_size: 138929896
|
443 |
+
dataset_size: 356264426
|
444 |
+
- config_name: Luggage_v1_00
|
445 |
+
features:
|
446 |
+
- name: marketplace
|
447 |
+
dtype: string
|
448 |
+
- name: customer_id
|
449 |
+
dtype: string
|
450 |
+
- name: review_id
|
451 |
+
dtype: string
|
452 |
+
- name: product_id
|
453 |
+
dtype: string
|
454 |
+
- name: product_parent
|
455 |
+
dtype: string
|
456 |
+
- name: product_title
|
457 |
+
dtype: string
|
458 |
+
- name: product_category
|
459 |
+
dtype: string
|
460 |
+
- name: star_rating
|
461 |
+
dtype: int32
|
462 |
+
- name: helpful_votes
|
463 |
+
dtype: int32
|
464 |
+
- name: total_votes
|
465 |
+
dtype: int32
|
466 |
+
- name: vine
|
467 |
+
dtype:
|
468 |
+
class_label:
|
469 |
+
names:
|
470 |
+
'0': 'N'
|
471 |
+
'1': 'Y'
|
472 |
+
- name: verified_purchase
|
473 |
+
dtype:
|
474 |
+
class_label:
|
475 |
+
names:
|
476 |
+
'0': 'N'
|
477 |
+
'1': 'Y'
|
478 |
+
- name: review_headline
|
479 |
+
dtype: string
|
480 |
+
- name: review_body
|
481 |
+
dtype: string
|
482 |
+
- name: review_date
|
483 |
+
dtype: string
|
484 |
+
splits:
|
485 |
+
- name: train
|
486 |
+
num_bytes: 167354173
|
487 |
+
num_examples: 348657
|
488 |
+
download_size: 60320191
|
489 |
+
dataset_size: 167354173
|
490 |
+
- config_name: Software_v1_00
|
491 |
+
features:
|
492 |
+
- name: marketplace
|
493 |
+
dtype: string
|
494 |
+
- name: customer_id
|
495 |
+
dtype: string
|
496 |
+
- name: review_id
|
497 |
+
dtype: string
|
498 |
+
- name: product_id
|
499 |
+
dtype: string
|
500 |
+
- name: product_parent
|
501 |
+
dtype: string
|
502 |
+
- name: product_title
|
503 |
+
dtype: string
|
504 |
+
- name: product_category
|
505 |
+
dtype: string
|
506 |
+
- name: star_rating
|
507 |
+
dtype: int32
|
508 |
+
- name: helpful_votes
|
509 |
+
dtype: int32
|
510 |
+
- name: total_votes
|
511 |
+
dtype: int32
|
512 |
+
- name: vine
|
513 |
+
dtype:
|
514 |
+
class_label:
|
515 |
+
names:
|
516 |
+
'0': 'N'
|
517 |
+
'1': 'Y'
|
518 |
+
- name: verified_purchase
|
519 |
+
dtype:
|
520 |
+
class_label:
|
521 |
+
names:
|
522 |
+
'0': 'N'
|
523 |
+
'1': 'Y'
|
524 |
+
- name: review_headline
|
525 |
+
dtype: string
|
526 |
+
- name: review_body
|
527 |
+
dtype: string
|
528 |
+
- name: review_date
|
529 |
+
dtype: string
|
530 |
+
splits:
|
531 |
+
- name: train
|
532 |
+
num_bytes: 266020595
|
533 |
+
num_examples: 341931
|
534 |
+
download_size: 94010685
|
535 |
+
dataset_size: 266020595
|
536 |
+
- config_name: Video_Games_v1_00
|
537 |
+
features:
|
538 |
+
- name: marketplace
|
539 |
+
dtype: string
|
540 |
+
- name: customer_id
|
541 |
+
dtype: string
|
542 |
+
- name: review_id
|
543 |
+
dtype: string
|
544 |
+
- name: product_id
|
545 |
+
dtype: string
|
546 |
+
- name: product_parent
|
547 |
+
dtype: string
|
548 |
+
- name: product_title
|
549 |
+
dtype: string
|
550 |
+
- name: product_category
|
551 |
+
dtype: string
|
552 |
+
- name: star_rating
|
553 |
+
dtype: int32
|
554 |
+
- name: helpful_votes
|
555 |
+
dtype: int32
|
556 |
+
- name: total_votes
|
557 |
+
dtype: int32
|
558 |
+
- name: vine
|
559 |
+
dtype:
|
560 |
+
class_label:
|
561 |
+
names:
|
562 |
+
'0': 'N'
|
563 |
+
'1': 'Y'
|
564 |
+
- name: verified_purchase
|
565 |
+
dtype:
|
566 |
+
class_label:
|
567 |
+
names:
|
568 |
+
'0': 'N'
|
569 |
+
'1': 'Y'
|
570 |
+
- name: review_headline
|
571 |
+
dtype: string
|
572 |
+
- name: review_body
|
573 |
+
dtype: string
|
574 |
+
- name: review_date
|
575 |
+
dtype: string
|
576 |
+
splits:
|
577 |
+
- name: train
|
578 |
+
num_bytes: 1291054668
|
579 |
+
num_examples: 1785997
|
580 |
+
download_size: 475199894
|
581 |
+
dataset_size: 1291054668
|
582 |
+
- config_name: Furniture_v1_00
|
583 |
+
features:
|
584 |
+
- name: marketplace
|
585 |
+
dtype: string
|
586 |
+
- name: customer_id
|
587 |
+
dtype: string
|
588 |
+
- name: review_id
|
589 |
+
dtype: string
|
590 |
+
- name: product_id
|
591 |
+
dtype: string
|
592 |
+
- name: product_parent
|
593 |
+
dtype: string
|
594 |
+
- name: product_title
|
595 |
+
dtype: string
|
596 |
+
- name: product_category
|
597 |
+
dtype: string
|
598 |
+
- name: star_rating
|
599 |
+
dtype: int32
|
600 |
+
- name: helpful_votes
|
601 |
+
dtype: int32
|
602 |
+
- name: total_votes
|
603 |
+
dtype: int32
|
604 |
+
- name: vine
|
605 |
+
dtype:
|
606 |
+
class_label:
|
607 |
+
names:
|
608 |
+
'0': 'N'
|
609 |
+
'1': 'Y'
|
610 |
+
- name: verified_purchase
|
611 |
+
dtype:
|
612 |
+
class_label:
|
613 |
+
names:
|
614 |
+
'0': 'N'
|
615 |
+
'1': 'Y'
|
616 |
+
- name: review_headline
|
617 |
+
dtype: string
|
618 |
+
- name: review_body
|
619 |
+
dtype: string
|
620 |
+
- name: review_date
|
621 |
+
dtype: string
|
622 |
+
splits:
|
623 |
+
- name: train
|
624 |
+
num_bytes: 405212374
|
625 |
+
num_examples: 792113
|
626 |
+
download_size: 148982796
|
627 |
+
dataset_size: 405212374
|
628 |
+
- config_name: Musical_Instruments_v1_00
|
629 |
+
features:
|
630 |
+
- name: marketplace
|
631 |
+
dtype: string
|
632 |
+
- name: customer_id
|
633 |
+
dtype: string
|
634 |
+
- name: review_id
|
635 |
+
dtype: string
|
636 |
+
- name: product_id
|
637 |
+
dtype: string
|
638 |
+
- name: product_parent
|
639 |
+
dtype: string
|
640 |
+
- name: product_title
|
641 |
+
dtype: string
|
642 |
+
- name: product_category
|
643 |
+
dtype: string
|
644 |
+
- name: star_rating
|
645 |
+
dtype: int32
|
646 |
+
- name: helpful_votes
|
647 |
+
dtype: int32
|
648 |
+
- name: total_votes
|
649 |
+
dtype: int32
|
650 |
+
- name: vine
|
651 |
+
dtype:
|
652 |
+
class_label:
|
653 |
+
names:
|
654 |
+
'0': 'N'
|
655 |
+
'1': 'Y'
|
656 |
+
- name: verified_purchase
|
657 |
+
dtype:
|
658 |
+
class_label:
|
659 |
+
names:
|
660 |
+
'0': 'N'
|
661 |
+
'1': 'Y'
|
662 |
+
- name: review_headline
|
663 |
+
dtype: string
|
664 |
+
- name: review_body
|
665 |
+
dtype: string
|
666 |
+
- name: review_date
|
667 |
+
dtype: string
|
668 |
+
splits:
|
669 |
+
- name: train
|
670 |
+
num_bytes: 518908568
|
671 |
+
num_examples: 904765
|
672 |
+
download_size: 193389086
|
673 |
+
dataset_size: 518908568
|
674 |
+
- config_name: Digital_Music_Purchase_v1_00
|
675 |
+
features:
|
676 |
+
- name: marketplace
|
677 |
+
dtype: string
|
678 |
+
- name: customer_id
|
679 |
+
dtype: string
|
680 |
+
- name: review_id
|
681 |
+
dtype: string
|
682 |
+
- name: product_id
|
683 |
+
dtype: string
|
684 |
+
- name: product_parent
|
685 |
+
dtype: string
|
686 |
+
- name: product_title
|
687 |
+
dtype: string
|
688 |
+
- name: product_category
|
689 |
+
dtype: string
|
690 |
+
- name: star_rating
|
691 |
+
dtype: int32
|
692 |
+
- name: helpful_votes
|
693 |
+
dtype: int32
|
694 |
+
- name: total_votes
|
695 |
+
dtype: int32
|
696 |
+
- name: vine
|
697 |
+
dtype:
|
698 |
+
class_label:
|
699 |
+
names:
|
700 |
+
'0': 'N'
|
701 |
+
'1': 'Y'
|
702 |
+
- name: verified_purchase
|
703 |
+
dtype:
|
704 |
+
class_label:
|
705 |
+
names:
|
706 |
+
'0': 'N'
|
707 |
+
'1': 'Y'
|
708 |
+
- name: review_headline
|
709 |
+
dtype: string
|
710 |
+
- name: review_body
|
711 |
+
dtype: string
|
712 |
+
- name: review_date
|
713 |
+
dtype: string
|
714 |
+
splits:
|
715 |
+
- name: train
|
716 |
+
num_bytes: 710546079
|
717 |
+
num_examples: 1688884
|
718 |
+
download_size: 253570168
|
719 |
+
dataset_size: 710546079
|
720 |
+
- config_name: Books_v1_02
|
721 |
+
features:
|
722 |
+
- name: marketplace
|
723 |
+
dtype: string
|
724 |
+
- name: customer_id
|
725 |
+
dtype: string
|
726 |
+
- name: review_id
|
727 |
+
dtype: string
|
728 |
+
- name: product_id
|
729 |
+
dtype: string
|
730 |
+
- name: product_parent
|
731 |
+
dtype: string
|
732 |
+
- name: product_title
|
733 |
+
dtype: string
|
734 |
+
- name: product_category
|
735 |
+
dtype: string
|
736 |
+
- name: star_rating
|
737 |
+
dtype: int32
|
738 |
+
- name: helpful_votes
|
739 |
+
dtype: int32
|
740 |
+
- name: total_votes
|
741 |
+
dtype: int32
|
742 |
+
- name: vine
|
743 |
+
dtype:
|
744 |
+
class_label:
|
745 |
+
names:
|
746 |
+
'0': 'N'
|
747 |
+
'1': 'Y'
|
748 |
+
- name: verified_purchase
|
749 |
+
dtype:
|
750 |
+
class_label:
|
751 |
+
names:
|
752 |
+
'0': 'N'
|
753 |
+
'1': 'Y'
|
754 |
+
- name: review_headline
|
755 |
+
dtype: string
|
756 |
+
- name: review_body
|
757 |
+
dtype: string
|
758 |
+
- name: review_date
|
759 |
+
dtype: string
|
760 |
+
splits:
|
761 |
+
- name: train
|
762 |
+
num_bytes: 3387034903
|
763 |
+
num_examples: 3105520
|
764 |
+
download_size: 1329539135
|
765 |
+
dataset_size: 3387034903
|
766 |
+
- config_name: Home_Entertainment_v1_00
|
767 |
+
features:
|
768 |
+
- name: marketplace
|
769 |
+
dtype: string
|
770 |
+
- name: customer_id
|
771 |
+
dtype: string
|
772 |
+
- name: review_id
|
773 |
+
dtype: string
|
774 |
+
- name: product_id
|
775 |
+
dtype: string
|
776 |
+
- name: product_parent
|
777 |
+
dtype: string
|
778 |
+
- name: product_title
|
779 |
+
dtype: string
|
780 |
+
- name: product_category
|
781 |
+
dtype: string
|
782 |
+
- name: star_rating
|
783 |
+
dtype: int32
|
784 |
+
- name: helpful_votes
|
785 |
+
dtype: int32
|
786 |
+
- name: total_votes
|
787 |
+
dtype: int32
|
788 |
+
- name: vine
|
789 |
+
dtype:
|
790 |
+
class_label:
|
791 |
+
names:
|
792 |
+
'0': 'N'
|
793 |
+
'1': 'Y'
|
794 |
+
- name: verified_purchase
|
795 |
+
dtype:
|
796 |
+
class_label:
|
797 |
+
names:
|
798 |
+
'0': 'N'
|
799 |
+
'1': 'Y'
|
800 |
+
- name: review_headline
|
801 |
+
dtype: string
|
802 |
+
- name: review_body
|
803 |
+
dtype: string
|
804 |
+
- name: review_date
|
805 |
+
dtype: string
|
806 |
+
splits:
|
807 |
+
- name: train
|
808 |
+
num_bytes: 534333848
|
809 |
+
num_examples: 705889
|
810 |
+
download_size: 193168458
|
811 |
+
dataset_size: 534333848
|
812 |
+
- config_name: Grocery_v1_00
|
813 |
+
features:
|
814 |
+
- name: marketplace
|
815 |
+
dtype: string
|
816 |
+
- name: customer_id
|
817 |
+
dtype: string
|
818 |
+
- name: review_id
|
819 |
+
dtype: string
|
820 |
+
- name: product_id
|
821 |
+
dtype: string
|
822 |
+
- name: product_parent
|
823 |
+
dtype: string
|
824 |
+
- name: product_title
|
825 |
+
dtype: string
|
826 |
+
- name: product_category
|
827 |
+
dtype: string
|
828 |
+
- name: star_rating
|
829 |
+
dtype: int32
|
830 |
+
- name: helpful_votes
|
831 |
+
dtype: int32
|
832 |
+
- name: total_votes
|
833 |
+
dtype: int32
|
834 |
+
- name: vine
|
835 |
+
dtype:
|
836 |
+
class_label:
|
837 |
+
names:
|
838 |
+
'0': 'N'
|
839 |
+
'1': 'Y'
|
840 |
+
- name: verified_purchase
|
841 |
+
dtype:
|
842 |
+
class_label:
|
843 |
+
names:
|
844 |
+
'0': 'N'
|
845 |
+
'1': 'Y'
|
846 |
+
- name: review_headline
|
847 |
+
dtype: string
|
848 |
+
- name: review_body
|
849 |
+
dtype: string
|
850 |
+
- name: review_date
|
851 |
+
dtype: string
|
852 |
+
splits:
|
853 |
+
- name: train
|
854 |
+
num_bytes: 1072289473
|
855 |
+
num_examples: 2402458
|
856 |
+
download_size: 401337166
|
857 |
+
dataset_size: 1072289473
|
858 |
+
- config_name: Outdoors_v1_00
|
859 |
+
features:
|
860 |
+
- name: marketplace
|
861 |
+
dtype: string
|
862 |
+
- name: customer_id
|
863 |
+
dtype: string
|
864 |
+
- name: review_id
|
865 |
+
dtype: string
|
866 |
+
- name: product_id
|
867 |
+
dtype: string
|
868 |
+
- name: product_parent
|
869 |
+
dtype: string
|
870 |
+
- name: product_title
|
871 |
+
dtype: string
|
872 |
+
- name: product_category
|
873 |
+
dtype: string
|
874 |
+
- name: star_rating
|
875 |
+
dtype: int32
|
876 |
+
- name: helpful_votes
|
877 |
+
dtype: int32
|
878 |
+
- name: total_votes
|
879 |
+
dtype: int32
|
880 |
+
- name: vine
|
881 |
+
dtype:
|
882 |
+
class_label:
|
883 |
+
names:
|
884 |
+
'0': 'N'
|
885 |
+
'1': 'Y'
|
886 |
+
- name: verified_purchase
|
887 |
+
dtype:
|
888 |
+
class_label:
|
889 |
+
names:
|
890 |
+
'0': 'N'
|
891 |
+
'1': 'Y'
|
892 |
+
- name: review_headline
|
893 |
+
dtype: string
|
894 |
+
- name: review_body
|
895 |
+
dtype: string
|
896 |
+
- name: review_date
|
897 |
+
dtype: string
|
898 |
+
splits:
|
899 |
+
- name: train
|
900 |
+
num_bytes: 1172986088
|
901 |
+
num_examples: 2302401
|
902 |
+
download_size: 448963100
|
903 |
+
dataset_size: 1172986088
|
904 |
+
- config_name: Pet_Products_v1_00
|
905 |
+
features:
|
906 |
+
- name: marketplace
|
907 |
+
dtype: string
|
908 |
+
- name: customer_id
|
909 |
+
dtype: string
|
910 |
+
- name: review_id
|
911 |
+
dtype: string
|
912 |
+
- name: product_id
|
913 |
+
dtype: string
|
914 |
+
- name: product_parent
|
915 |
+
dtype: string
|
916 |
+
- name: product_title
|
917 |
+
dtype: string
|
918 |
+
- name: product_category
|
919 |
+
dtype: string
|
920 |
+
- name: star_rating
|
921 |
+
dtype: int32
|
922 |
+
- name: helpful_votes
|
923 |
+
dtype: int32
|
924 |
+
- name: total_votes
|
925 |
+
dtype: int32
|
926 |
+
- name: vine
|
927 |
+
dtype:
|
928 |
+
class_label:
|
929 |
+
names:
|
930 |
+
'0': 'N'
|
931 |
+
'1': 'Y'
|
932 |
+
- name: verified_purchase
|
933 |
+
dtype:
|
934 |
+
class_label:
|
935 |
+
names:
|
936 |
+
'0': 'N'
|
937 |
+
'1': 'Y'
|
938 |
+
- name: review_headline
|
939 |
+
dtype: string
|
940 |
+
- name: review_body
|
941 |
+
dtype: string
|
942 |
+
- name: review_date
|
943 |
+
dtype: string
|
944 |
+
splits:
|
945 |
+
- name: train
|
946 |
+
num_bytes: 1355659812
|
947 |
+
num_examples: 2643619
|
948 |
+
download_size: 515815253
|
949 |
+
dataset_size: 1355659812
|
950 |
+
- config_name: Video_DVD_v1_00
|
951 |
+
features:
|
952 |
+
- name: marketplace
|
953 |
+
dtype: string
|
954 |
+
- name: customer_id
|
955 |
+
dtype: string
|
956 |
+
- name: review_id
|
957 |
+
dtype: string
|
958 |
+
- name: product_id
|
959 |
+
dtype: string
|
960 |
+
- name: product_parent
|
961 |
+
dtype: string
|
962 |
+
- name: product_title
|
963 |
+
dtype: string
|
964 |
+
- name: product_category
|
965 |
+
dtype: string
|
966 |
+
- name: star_rating
|
967 |
+
dtype: int32
|
968 |
+
- name: helpful_votes
|
969 |
+
dtype: int32
|
970 |
+
- name: total_votes
|
971 |
+
dtype: int32
|
972 |
+
- name: vine
|
973 |
+
dtype:
|
974 |
+
class_label:
|
975 |
+
names:
|
976 |
+
'0': 'N'
|
977 |
+
'1': 'Y'
|
978 |
+
- name: verified_purchase
|
979 |
+
dtype:
|
980 |
+
class_label:
|
981 |
+
names:
|
982 |
+
'0': 'N'
|
983 |
+
'1': 'Y'
|
984 |
+
- name: review_headline
|
985 |
+
dtype: string
|
986 |
+
- name: review_body
|
987 |
+
dtype: string
|
988 |
+
- name: review_date
|
989 |
+
dtype: string
|
990 |
+
splits:
|
991 |
+
- name: train
|
992 |
+
num_bytes: 3953234561
|
993 |
+
num_examples: 5069140
|
994 |
+
download_size: 1512355451
|
995 |
+
dataset_size: 3953234561
|
996 |
+
- config_name: Apparel_v1_00
|
997 |
+
features:
|
998 |
+
- name: marketplace
|
999 |
+
dtype: string
|
1000 |
+
- name: customer_id
|
1001 |
+
dtype: string
|
1002 |
+
- name: review_id
|
1003 |
+
dtype: string
|
1004 |
+
- name: product_id
|
1005 |
+
dtype: string
|
1006 |
+
- name: product_parent
|
1007 |
+
dtype: string
|
1008 |
+
- name: product_title
|
1009 |
+
dtype: string
|
1010 |
+
- name: product_category
|
1011 |
+
dtype: string
|
1012 |
+
- name: star_rating
|
1013 |
+
dtype: int32
|
1014 |
+
- name: helpful_votes
|
1015 |
+
dtype: int32
|
1016 |
+
- name: total_votes
|
1017 |
+
dtype: int32
|
1018 |
+
- name: vine
|
1019 |
+
dtype:
|
1020 |
+
class_label:
|
1021 |
+
names:
|
1022 |
+
'0': 'N'
|
1023 |
+
'1': 'Y'
|
1024 |
+
- name: verified_purchase
|
1025 |
+
dtype:
|
1026 |
+
class_label:
|
1027 |
+
names:
|
1028 |
+
'0': 'N'
|
1029 |
+
'1': 'Y'
|
1030 |
+
- name: review_headline
|
1031 |
+
dtype: string
|
1032 |
+
- name: review_body
|
1033 |
+
dtype: string
|
1034 |
+
- name: review_date
|
1035 |
+
dtype: string
|
1036 |
+
splits:
|
1037 |
+
- name: train
|
1038 |
+
num_bytes: 2256558450
|
1039 |
+
num_examples: 5906333
|
1040 |
+
download_size: 648641286
|
1041 |
+
dataset_size: 2256558450
|
1042 |
+
- config_name: PC_v1_00
|
1043 |
+
features:
|
1044 |
+
- name: marketplace
|
1045 |
+
dtype: string
|
1046 |
+
- name: customer_id
|
1047 |
+
dtype: string
|
1048 |
+
- name: review_id
|
1049 |
+
dtype: string
|
1050 |
+
- name: product_id
|
1051 |
+
dtype: string
|
1052 |
+
- name: product_parent
|
1053 |
+
dtype: string
|
1054 |
+
- name: product_title
|
1055 |
+
dtype: string
|
1056 |
+
- name: product_category
|
1057 |
+
dtype: string
|
1058 |
+
- name: star_rating
|
1059 |
+
dtype: int32
|
1060 |
+
- name: helpful_votes
|
1061 |
+
dtype: int32
|
1062 |
+
- name: total_votes
|
1063 |
+
dtype: int32
|
1064 |
+
- name: vine
|
1065 |
+
dtype:
|
1066 |
+
class_label:
|
1067 |
+
names:
|
1068 |
+
'0': 'N'
|
1069 |
+
'1': 'Y'
|
1070 |
+
- name: verified_purchase
|
1071 |
+
dtype:
|
1072 |
+
class_label:
|
1073 |
+
names:
|
1074 |
+
'0': 'N'
|
1075 |
+
'1': 'Y'
|
1076 |
+
- name: review_headline
|
1077 |
+
dtype: string
|
1078 |
+
- name: review_body
|
1079 |
+
dtype: string
|
1080 |
+
- name: review_date
|
1081 |
+
dtype: string
|
1082 |
+
splits:
|
1083 |
+
- name: train
|
1084 |
+
num_bytes: 3982684438
|
1085 |
+
num_examples: 6908554
|
1086 |
+
download_size: 1512903923
|
1087 |
+
dataset_size: 3982684438
|
1088 |
+
- config_name: Tools_v1_00
|
1089 |
+
features:
|
1090 |
+
- name: marketplace
|
1091 |
+
dtype: string
|
1092 |
+
- name: customer_id
|
1093 |
+
dtype: string
|
1094 |
+
- name: review_id
|
1095 |
+
dtype: string
|
1096 |
+
- name: product_id
|
1097 |
+
dtype: string
|
1098 |
+
- name: product_parent
|
1099 |
+
dtype: string
|
1100 |
+
- name: product_title
|
1101 |
+
dtype: string
|
1102 |
+
- name: product_category
|
1103 |
+
dtype: string
|
1104 |
+
- name: star_rating
|
1105 |
+
dtype: int32
|
1106 |
+
- name: helpful_votes
|
1107 |
+
dtype: int32
|
1108 |
+
- name: total_votes
|
1109 |
+
dtype: int32
|
1110 |
+
- name: vine
|
1111 |
+
dtype:
|
1112 |
+
class_label:
|
1113 |
+
names:
|
1114 |
+
'0': 'N'
|
1115 |
+
'1': 'Y'
|
1116 |
+
- name: verified_purchase
|
1117 |
+
dtype:
|
1118 |
+
class_label:
|
1119 |
+
names:
|
1120 |
+
'0': 'N'
|
1121 |
+
'1': 'Y'
|
1122 |
+
- name: review_headline
|
1123 |
+
dtype: string
|
1124 |
+
- name: review_body
|
1125 |
+
dtype: string
|
1126 |
+
- name: review_date
|
1127 |
+
dtype: string
|
1128 |
+
splits:
|
1129 |
+
- name: train
|
1130 |
+
num_bytes: 872273119
|
1131 |
+
num_examples: 1741100
|
1132 |
+
download_size: 333782939
|
1133 |
+
dataset_size: 872273119
|
1134 |
+
- config_name: Jewelry_v1_00
|
1135 |
+
features:
|
1136 |
+
- name: marketplace
|
1137 |
+
dtype: string
|
1138 |
+
- name: customer_id
|
1139 |
+
dtype: string
|
1140 |
+
- name: review_id
|
1141 |
+
dtype: string
|
1142 |
+
- name: product_id
|
1143 |
+
dtype: string
|
1144 |
+
- name: product_parent
|
1145 |
+
dtype: string
|
1146 |
+
- name: product_title
|
1147 |
+
dtype: string
|
1148 |
+
- name: product_category
|
1149 |
+
dtype: string
|
1150 |
+
- name: star_rating
|
1151 |
+
dtype: int32
|
1152 |
+
- name: helpful_votes
|
1153 |
+
dtype: int32
|
1154 |
+
- name: total_votes
|
1155 |
+
dtype: int32
|
1156 |
+
- name: vine
|
1157 |
+
dtype:
|
1158 |
+
class_label:
|
1159 |
+
names:
|
1160 |
+
'0': 'N'
|
1161 |
+
'1': 'Y'
|
1162 |
+
- name: verified_purchase
|
1163 |
+
dtype:
|
1164 |
+
class_label:
|
1165 |
+
names:
|
1166 |
+
'0': 'N'
|
1167 |
+
'1': 'Y'
|
1168 |
+
- name: review_headline
|
1169 |
+
dtype: string
|
1170 |
+
- name: review_body
|
1171 |
+
dtype: string
|
1172 |
+
- name: review_date
|
1173 |
+
dtype: string
|
1174 |
+
splits:
|
1175 |
+
- name: train
|
1176 |
+
num_bytes: 703275869
|
1177 |
+
num_examples: 1767753
|
1178 |
+
download_size: 247022254
|
1179 |
+
dataset_size: 703275869
|
1180 |
+
- config_name: Baby_v1_00
|
1181 |
+
features:
|
1182 |
+
- name: marketplace
|
1183 |
+
dtype: string
|
1184 |
+
- name: customer_id
|
1185 |
+
dtype: string
|
1186 |
+
- name: review_id
|
1187 |
+
dtype: string
|
1188 |
+
- name: product_id
|
1189 |
+
dtype: string
|
1190 |
+
- name: product_parent
|
1191 |
+
dtype: string
|
1192 |
+
- name: product_title
|
1193 |
+
dtype: string
|
1194 |
+
- name: product_category
|
1195 |
+
dtype: string
|
1196 |
+
- name: star_rating
|
1197 |
+
dtype: int32
|
1198 |
+
- name: helpful_votes
|
1199 |
+
dtype: int32
|
1200 |
+
- name: total_votes
|
1201 |
+
dtype: int32
|
1202 |
+
- name: vine
|
1203 |
+
dtype:
|
1204 |
+
class_label:
|
1205 |
+
names:
|
1206 |
+
'0': 'N'
|
1207 |
+
'1': 'Y'
|
1208 |
+
- name: verified_purchase
|
1209 |
+
dtype:
|
1210 |
+
class_label:
|
1211 |
+
names:
|
1212 |
+
'0': 'N'
|
1213 |
+
'1': 'Y'
|
1214 |
+
- name: review_headline
|
1215 |
+
dtype: string
|
1216 |
+
- name: review_body
|
1217 |
+
dtype: string
|
1218 |
+
- name: review_date
|
1219 |
+
dtype: string
|
1220 |
+
splits:
|
1221 |
+
- name: train
|
1222 |
+
num_bytes: 956952590
|
1223 |
+
num_examples: 1752932
|
1224 |
+
download_size: 357392893
|
1225 |
+
dataset_size: 956952590
|
1226 |
+
- config_name: Home_Improvement_v1_00
|
1227 |
+
features:
|
1228 |
+
- name: marketplace
|
1229 |
+
dtype: string
|
1230 |
+
- name: customer_id
|
1231 |
+
dtype: string
|
1232 |
+
- name: review_id
|
1233 |
+
dtype: string
|
1234 |
+
- name: product_id
|
1235 |
+
dtype: string
|
1236 |
+
- name: product_parent
|
1237 |
+
dtype: string
|
1238 |
+
- name: product_title
|
1239 |
+
dtype: string
|
1240 |
+
- name: product_category
|
1241 |
+
dtype: string
|
1242 |
+
- name: star_rating
|
1243 |
+
dtype: int32
|
1244 |
+
- name: helpful_votes
|
1245 |
+
dtype: int32
|
1246 |
+
- name: total_votes
|
1247 |
+
dtype: int32
|
1248 |
+
- name: vine
|
1249 |
+
dtype:
|
1250 |
+
class_label:
|
1251 |
+
names:
|
1252 |
+
'0': 'N'
|
1253 |
+
'1': 'Y'
|
1254 |
+
- name: verified_purchase
|
1255 |
+
dtype:
|
1256 |
+
class_label:
|
1257 |
+
names:
|
1258 |
+
'0': 'N'
|
1259 |
+
'1': 'Y'
|
1260 |
+
- name: review_headline
|
1261 |
+
dtype: string
|
1262 |
+
- name: review_body
|
1263 |
+
dtype: string
|
1264 |
+
- name: review_date
|
1265 |
+
dtype: string
|
1266 |
+
splits:
|
1267 |
+
- name: train
|
1268 |
+
num_bytes: 1329688315
|
1269 |
+
num_examples: 2634781
|
1270 |
+
download_size: 503339178
|
1271 |
+
dataset_size: 1329688315
|
1272 |
+
- config_name: Camera_v1_00
|
1273 |
+
features:
|
1274 |
+
- name: marketplace
|
1275 |
+
dtype: string
|
1276 |
+
- name: customer_id
|
1277 |
+
dtype: string
|
1278 |
+
- name: review_id
|
1279 |
+
dtype: string
|
1280 |
+
- name: product_id
|
1281 |
+
dtype: string
|
1282 |
+
- name: product_parent
|
1283 |
+
dtype: string
|
1284 |
+
- name: product_title
|
1285 |
+
dtype: string
|
1286 |
+
- name: product_category
|
1287 |
+
dtype: string
|
1288 |
+
- name: star_rating
|
1289 |
+
dtype: int32
|
1290 |
+
- name: helpful_votes
|
1291 |
+
dtype: int32
|
1292 |
+
- name: total_votes
|
1293 |
+
dtype: int32
|
1294 |
+
- name: vine
|
1295 |
+
dtype:
|
1296 |
+
class_label:
|
1297 |
+
names:
|
1298 |
+
'0': 'N'
|
1299 |
+
'1': 'Y'
|
1300 |
+
- name: verified_purchase
|
1301 |
+
dtype:
|
1302 |
+
class_label:
|
1303 |
+
names:
|
1304 |
+
'0': 'N'
|
1305 |
+
'1': 'Y'
|
1306 |
+
- name: review_headline
|
1307 |
+
dtype: string
|
1308 |
+
- name: review_body
|
1309 |
+
dtype: string
|
1310 |
+
- name: review_date
|
1311 |
+
dtype: string
|
1312 |
+
splits:
|
1313 |
+
- name: train
|
1314 |
+
num_bytes: 1187101912
|
1315 |
+
num_examples: 1801974
|
1316 |
+
download_size: 442653086
|
1317 |
+
dataset_size: 1187101912
|
1318 |
+
- config_name: Lawn_and_Garden_v1_00
|
1319 |
+
features:
|
1320 |
+
- name: marketplace
|
1321 |
+
dtype: string
|
1322 |
+
- name: customer_id
|
1323 |
+
dtype: string
|
1324 |
+
- name: review_id
|
1325 |
+
dtype: string
|
1326 |
+
- name: product_id
|
1327 |
+
dtype: string
|
1328 |
+
- name: product_parent
|
1329 |
+
dtype: string
|
1330 |
+
- name: product_title
|
1331 |
+
dtype: string
|
1332 |
+
- name: product_category
|
1333 |
+
dtype: string
|
1334 |
+
- name: star_rating
|
1335 |
+
dtype: int32
|
1336 |
+
- name: helpful_votes
|
1337 |
+
dtype: int32
|
1338 |
+
- name: total_votes
|
1339 |
+
dtype: int32
|
1340 |
+
- name: vine
|
1341 |
+
dtype:
|
1342 |
+
class_label:
|
1343 |
+
names:
|
1344 |
+
'0': 'N'
|
1345 |
+
'1': 'Y'
|
1346 |
+
- name: verified_purchase
|
1347 |
+
dtype:
|
1348 |
+
class_label:
|
1349 |
+
names:
|
1350 |
+
'0': 'N'
|
1351 |
+
'1': 'Y'
|
1352 |
+
- name: review_headline
|
1353 |
+
dtype: string
|
1354 |
+
- name: review_body
|
1355 |
+
dtype: string
|
1356 |
+
- name: review_date
|
1357 |
+
dtype: string
|
1358 |
+
splits:
|
1359 |
+
- name: train
|
1360 |
+
num_bytes: 1272255987
|
1361 |
+
num_examples: 2557288
|
1362 |
+
download_size: 486772662
|
1363 |
+
dataset_size: 1272255987
|
1364 |
+
- config_name: Office_Products_v1_00
|
1365 |
+
features:
|
1366 |
+
- name: marketplace
|
1367 |
+
dtype: string
|
1368 |
+
- name: customer_id
|
1369 |
+
dtype: string
|
1370 |
+
- name: review_id
|
1371 |
+
dtype: string
|
1372 |
+
- name: product_id
|
1373 |
+
dtype: string
|
1374 |
+
- name: product_parent
|
1375 |
+
dtype: string
|
1376 |
+
- name: product_title
|
1377 |
+
dtype: string
|
1378 |
+
- name: product_category
|
1379 |
+
dtype: string
|
1380 |
+
- name: star_rating
|
1381 |
+
dtype: int32
|
1382 |
+
- name: helpful_votes
|
1383 |
+
dtype: int32
|
1384 |
+
- name: total_votes
|
1385 |
+
dtype: int32
|
1386 |
+
- name: vine
|
1387 |
+
dtype:
|
1388 |
+
class_label:
|
1389 |
+
names:
|
1390 |
+
'0': 'N'
|
1391 |
+
'1': 'Y'
|
1392 |
+
- name: verified_purchase
|
1393 |
+
dtype:
|
1394 |
+
class_label:
|
1395 |
+
names:
|
1396 |
+
'0': 'N'
|
1397 |
+
'1': 'Y'
|
1398 |
+
- name: review_headline
|
1399 |
+
dtype: string
|
1400 |
+
- name: review_body
|
1401 |
+
dtype: string
|
1402 |
+
- name: review_date
|
1403 |
+
dtype: string
|
1404 |
+
splits:
|
1405 |
+
- name: train
|
1406 |
+
num_bytes: 1370685534
|
1407 |
+
num_examples: 2642434
|
1408 |
+
download_size: 512323500
|
1409 |
+
dataset_size: 1370685534
|
1410 |
+
- config_name: Electronics_v1_00
|
1411 |
+
features:
|
1412 |
+
- name: marketplace
|
1413 |
+
dtype: string
|
1414 |
+
- name: customer_id
|
1415 |
+
dtype: string
|
1416 |
+
- name: review_id
|
1417 |
+
dtype: string
|
1418 |
+
- name: product_id
|
1419 |
+
dtype: string
|
1420 |
+
- name: product_parent
|
1421 |
+
dtype: string
|
1422 |
+
- name: product_title
|
1423 |
+
dtype: string
|
1424 |
+
- name: product_category
|
1425 |
+
dtype: string
|
1426 |
+
- name: star_rating
|
1427 |
+
dtype: int32
|
1428 |
+
- name: helpful_votes
|
1429 |
+
dtype: int32
|
1430 |
+
- name: total_votes
|
1431 |
+
dtype: int32
|
1432 |
+
- name: vine
|
1433 |
+
dtype:
|
1434 |
+
class_label:
|
1435 |
+
names:
|
1436 |
+
'0': 'N'
|
1437 |
+
'1': 'Y'
|
1438 |
+
- name: verified_purchase
|
1439 |
+
dtype:
|
1440 |
+
class_label:
|
1441 |
+
names:
|
1442 |
+
'0': 'N'
|
1443 |
+
'1': 'Y'
|
1444 |
+
- name: review_headline
|
1445 |
+
dtype: string
|
1446 |
+
- name: review_body
|
1447 |
+
dtype: string
|
1448 |
+
- name: review_date
|
1449 |
+
dtype: string
|
1450 |
+
splits:
|
1451 |
+
- name: train
|
1452 |
+
num_bytes: 1875406721
|
1453 |
+
num_examples: 3093869
|
1454 |
+
download_size: 698828243
|
1455 |
+
dataset_size: 1875406721
|
1456 |
+
- config_name: Automotive_v1_00
|
1457 |
+
features:
|
1458 |
+
- name: marketplace
|
1459 |
+
dtype: string
|
1460 |
+
- name: customer_id
|
1461 |
+
dtype: string
|
1462 |
+
- name: review_id
|
1463 |
+
dtype: string
|
1464 |
+
- name: product_id
|
1465 |
+
dtype: string
|
1466 |
+
- name: product_parent
|
1467 |
+
dtype: string
|
1468 |
+
- name: product_title
|
1469 |
+
dtype: string
|
1470 |
+
- name: product_category
|
1471 |
+
dtype: string
|
1472 |
+
- name: star_rating
|
1473 |
+
dtype: int32
|
1474 |
+
- name: helpful_votes
|
1475 |
+
dtype: int32
|
1476 |
+
- name: total_votes
|
1477 |
+
dtype: int32
|
1478 |
+
- name: vine
|
1479 |
+
dtype:
|
1480 |
+
class_label:
|
1481 |
+
names:
|
1482 |
+
'0': 'N'
|
1483 |
+
'1': 'Y'
|
1484 |
+
- name: verified_purchase
|
1485 |
+
dtype:
|
1486 |
+
class_label:
|
1487 |
+
names:
|
1488 |
+
'0': 'N'
|
1489 |
+
'1': 'Y'
|
1490 |
+
- name: review_headline
|
1491 |
+
dtype: string
|
1492 |
+
- name: review_body
|
1493 |
+
dtype: string
|
1494 |
+
- name: review_date
|
1495 |
+
dtype: string
|
1496 |
+
splits:
|
1497 |
+
- name: train
|
1498 |
+
num_bytes: 1520191087
|
1499 |
+
num_examples: 3514942
|
1500 |
+
download_size: 582145299
|
1501 |
+
dataset_size: 1520191087
|
1502 |
+
- config_name: Digital_Video_Download_v1_00
|
1503 |
+
features:
|
1504 |
+
- name: marketplace
|
1505 |
+
dtype: string
|
1506 |
+
- name: customer_id
|
1507 |
+
dtype: string
|
1508 |
+
- name: review_id
|
1509 |
+
dtype: string
|
1510 |
+
- name: product_id
|
1511 |
+
dtype: string
|
1512 |
+
- name: product_parent
|
1513 |
+
dtype: string
|
1514 |
+
- name: product_title
|
1515 |
+
dtype: string
|
1516 |
+
- name: product_category
|
1517 |
+
dtype: string
|
1518 |
+
- name: star_rating
|
1519 |
+
dtype: int32
|
1520 |
+
- name: helpful_votes
|
1521 |
+
dtype: int32
|
1522 |
+
- name: total_votes
|
1523 |
+
dtype: int32
|
1524 |
+
- name: vine
|
1525 |
+
dtype:
|
1526 |
+
class_label:
|
1527 |
+
names:
|
1528 |
+
'0': 'N'
|
1529 |
+
'1': 'Y'
|
1530 |
+
- name: verified_purchase
|
1531 |
+
dtype:
|
1532 |
+
class_label:
|
1533 |
+
names:
|
1534 |
+
'0': 'N'
|
1535 |
+
'1': 'Y'
|
1536 |
+
- name: review_headline
|
1537 |
+
dtype: string
|
1538 |
+
- name: review_body
|
1539 |
+
dtype: string
|
1540 |
+
- name: review_date
|
1541 |
+
dtype: string
|
1542 |
+
splits:
|
1543 |
+
- name: train
|
1544 |
+
num_bytes: 1484214187
|
1545 |
+
num_examples: 4057147
|
1546 |
+
download_size: 506979922
|
1547 |
+
dataset_size: 1484214187
|
1548 |
+
- config_name: Mobile_Apps_v1_00
|
1549 |
+
features:
|
1550 |
+
- name: marketplace
|
1551 |
+
dtype: string
|
1552 |
+
- name: customer_id
|
1553 |
+
dtype: string
|
1554 |
+
- name: review_id
|
1555 |
+
dtype: string
|
1556 |
+
- name: product_id
|
1557 |
+
dtype: string
|
1558 |
+
- name: product_parent
|
1559 |
+
dtype: string
|
1560 |
+
- name: product_title
|
1561 |
+
dtype: string
|
1562 |
+
- name: product_category
|
1563 |
+
dtype: string
|
1564 |
+
- name: star_rating
|
1565 |
+
dtype: int32
|
1566 |
+
- name: helpful_votes
|
1567 |
+
dtype: int32
|
1568 |
+
- name: total_votes
|
1569 |
+
dtype: int32
|
1570 |
+
- name: vine
|
1571 |
+
dtype:
|
1572 |
+
class_label:
|
1573 |
+
names:
|
1574 |
+
'0': 'N'
|
1575 |
+
'1': 'Y'
|
1576 |
+
- name: verified_purchase
|
1577 |
+
dtype:
|
1578 |
+
class_label:
|
1579 |
+
names:
|
1580 |
+
'0': 'N'
|
1581 |
+
'1': 'Y'
|
1582 |
+
- name: review_headline
|
1583 |
+
dtype: string
|
1584 |
+
- name: review_body
|
1585 |
+
dtype: string
|
1586 |
+
- name: review_date
|
1587 |
+
dtype: string
|
1588 |
+
splits:
|
1589 |
+
- name: train
|
1590 |
+
num_bytes: 1627857158
|
1591 |
+
num_examples: 5033376
|
1592 |
+
download_size: 557959415
|
1593 |
+
dataset_size: 1627857158
|
1594 |
+
- config_name: Shoes_v1_00
|
1595 |
+
features:
|
1596 |
+
- name: marketplace
|
1597 |
+
dtype: string
|
1598 |
+
- name: customer_id
|
1599 |
+
dtype: string
|
1600 |
+
- name: review_id
|
1601 |
+
dtype: string
|
1602 |
+
- name: product_id
|
1603 |
+
dtype: string
|
1604 |
+
- name: product_parent
|
1605 |
+
dtype: string
|
1606 |
+
- name: product_title
|
1607 |
+
dtype: string
|
1608 |
+
- name: product_category
|
1609 |
+
dtype: string
|
1610 |
+
- name: star_rating
|
1611 |
+
dtype: int32
|
1612 |
+
- name: helpful_votes
|
1613 |
+
dtype: int32
|
1614 |
+
- name: total_votes
|
1615 |
+
dtype: int32
|
1616 |
+
- name: vine
|
1617 |
+
dtype:
|
1618 |
+
class_label:
|
1619 |
+
names:
|
1620 |
+
'0': 'N'
|
1621 |
+
'1': 'Y'
|
1622 |
+
- name: verified_purchase
|
1623 |
+
dtype:
|
1624 |
+
class_label:
|
1625 |
+
names:
|
1626 |
+
'0': 'N'
|
1627 |
+
'1': 'Y'
|
1628 |
+
- name: review_headline
|
1629 |
+
dtype: string
|
1630 |
+
- name: review_body
|
1631 |
+
dtype: string
|
1632 |
+
- name: review_date
|
1633 |
+
dtype: string
|
1634 |
+
splits:
|
1635 |
+
- name: train
|
1636 |
+
num_bytes: 1781283508
|
1637 |
+
num_examples: 4366916
|
1638 |
+
download_size: 642255314
|
1639 |
+
dataset_size: 1781283508
|
1640 |
+
- config_name: Toys_v1_00
|
1641 |
+
features:
|
1642 |
+
- name: marketplace
|
1643 |
+
dtype: string
|
1644 |
+
- name: customer_id
|
1645 |
+
dtype: string
|
1646 |
+
- name: review_id
|
1647 |
+
dtype: string
|
1648 |
+
- name: product_id
|
1649 |
+
dtype: string
|
1650 |
+
- name: product_parent
|
1651 |
+
dtype: string
|
1652 |
+
- name: product_title
|
1653 |
+
dtype: string
|
1654 |
+
- name: product_category
|
1655 |
+
dtype: string
|
1656 |
+
- name: star_rating
|
1657 |
+
dtype: int32
|
1658 |
+
- name: helpful_votes
|
1659 |
+
dtype: int32
|
1660 |
+
- name: total_votes
|
1661 |
+
dtype: int32
|
1662 |
+
- name: vine
|
1663 |
+
dtype:
|
1664 |
+
class_label:
|
1665 |
+
names:
|
1666 |
+
'0': 'N'
|
1667 |
+
'1': 'Y'
|
1668 |
+
- name: verified_purchase
|
1669 |
+
dtype:
|
1670 |
+
class_label:
|
1671 |
+
names:
|
1672 |
+
'0': 'N'
|
1673 |
+
'1': 'Y'
|
1674 |
+
- name: review_headline
|
1675 |
+
dtype: string
|
1676 |
+
- name: review_body
|
1677 |
+
dtype: string
|
1678 |
+
- name: review_date
|
1679 |
+
dtype: string
|
1680 |
+
splits:
|
1681 |
+
- name: train
|
1682 |
+
num_bytes: 2197820069
|
1683 |
+
num_examples: 4864249
|
1684 |
+
download_size: 838451398
|
1685 |
+
dataset_size: 2197820069
|
1686 |
+
- config_name: Sports_v1_00
|
1687 |
+
features:
|
1688 |
+
- name: marketplace
|
1689 |
+
dtype: string
|
1690 |
+
- name: customer_id
|
1691 |
+
dtype: string
|
1692 |
+
- name: review_id
|
1693 |
+
dtype: string
|
1694 |
+
- name: product_id
|
1695 |
+
dtype: string
|
1696 |
+
- name: product_parent
|
1697 |
+
dtype: string
|
1698 |
+
- name: product_title
|
1699 |
+
dtype: string
|
1700 |
+
- name: product_category
|
1701 |
+
dtype: string
|
1702 |
+
- name: star_rating
|
1703 |
+
dtype: int32
|
1704 |
+
- name: helpful_votes
|
1705 |
+
dtype: int32
|
1706 |
+
- name: total_votes
|
1707 |
+
dtype: int32
|
1708 |
+
- name: vine
|
1709 |
+
dtype:
|
1710 |
+
class_label:
|
1711 |
+
names:
|
1712 |
+
'0': 'N'
|
1713 |
+
'1': 'Y'
|
1714 |
+
- name: verified_purchase
|
1715 |
+
dtype:
|
1716 |
+
class_label:
|
1717 |
+
names:
|
1718 |
+
'0': 'N'
|
1719 |
+
'1': 'Y'
|
1720 |
+
- name: review_headline
|
1721 |
+
dtype: string
|
1722 |
+
- name: review_body
|
1723 |
+
dtype: string
|
1724 |
+
- name: review_date
|
1725 |
+
dtype: string
|
1726 |
+
splits:
|
1727 |
+
- name: train
|
1728 |
+
num_bytes: 2241349145
|
1729 |
+
num_examples: 4850360
|
1730 |
+
download_size: 872478735
|
1731 |
+
dataset_size: 2241349145
|
1732 |
+
- config_name: Kitchen_v1_00
|
1733 |
+
features:
|
1734 |
+
- name: marketplace
|
1735 |
+
dtype: string
|
1736 |
+
- name: customer_id
|
1737 |
+
dtype: string
|
1738 |
+
- name: review_id
|
1739 |
+
dtype: string
|
1740 |
+
- name: product_id
|
1741 |
+
dtype: string
|
1742 |
+
- name: product_parent
|
1743 |
+
dtype: string
|
1744 |
+
- name: product_title
|
1745 |
+
dtype: string
|
1746 |
+
- name: product_category
|
1747 |
+
dtype: string
|
1748 |
+
- name: star_rating
|
1749 |
+
dtype: int32
|
1750 |
+
- name: helpful_votes
|
1751 |
+
dtype: int32
|
1752 |
+
- name: total_votes
|
1753 |
+
dtype: int32
|
1754 |
+
- name: vine
|
1755 |
+
dtype:
|
1756 |
+
class_label:
|
1757 |
+
names:
|
1758 |
+
'0': 'N'
|
1759 |
+
'1': 'Y'
|
1760 |
+
- name: verified_purchase
|
1761 |
+
dtype:
|
1762 |
+
class_label:
|
1763 |
+
names:
|
1764 |
+
'0': 'N'
|
1765 |
+
'1': 'Y'
|
1766 |
+
- name: review_headline
|
1767 |
+
dtype: string
|
1768 |
+
- name: review_body
|
1769 |
+
dtype: string
|
1770 |
+
- name: review_date
|
1771 |
+
dtype: string
|
1772 |
+
splits:
|
1773 |
+
- name: train
|
1774 |
+
num_bytes: 2453735305
|
1775 |
+
num_examples: 4880466
|
1776 |
+
download_size: 930744854
|
1777 |
+
dataset_size: 2453735305
|
1778 |
+
- config_name: Beauty_v1_00
|
1779 |
+
features:
|
1780 |
+
- name: marketplace
|
1781 |
+
dtype: string
|
1782 |
+
- name: customer_id
|
1783 |
+
dtype: string
|
1784 |
+
- name: review_id
|
1785 |
+
dtype: string
|
1786 |
+
- name: product_id
|
1787 |
+
dtype: string
|
1788 |
+
- name: product_parent
|
1789 |
+
dtype: string
|
1790 |
+
- name: product_title
|
1791 |
+
dtype: string
|
1792 |
+
- name: product_category
|
1793 |
+
dtype: string
|
1794 |
+
- name: star_rating
|
1795 |
+
dtype: int32
|
1796 |
+
- name: helpful_votes
|
1797 |
+
dtype: int32
|
1798 |
+
- name: total_votes
|
1799 |
+
dtype: int32
|
1800 |
+
- name: vine
|
1801 |
+
dtype:
|
1802 |
+
class_label:
|
1803 |
+
names:
|
1804 |
+
'0': 'N'
|
1805 |
+
'1': 'Y'
|
1806 |
+
- name: verified_purchase
|
1807 |
+
dtype:
|
1808 |
+
class_label:
|
1809 |
+
names:
|
1810 |
+
'0': 'N'
|
1811 |
+
'1': 'Y'
|
1812 |
+
- name: review_headline
|
1813 |
+
dtype: string
|
1814 |
+
- name: review_body
|
1815 |
+
dtype: string
|
1816 |
+
- name: review_date
|
1817 |
+
dtype: string
|
1818 |
+
splits:
|
1819 |
+
- name: train
|
1820 |
+
num_bytes: 2399292506
|
1821 |
+
num_examples: 5115666
|
1822 |
+
download_size: 914070021
|
1823 |
+
dataset_size: 2399292506
|
1824 |
+
- config_name: Music_v1_00
|
1825 |
+
features:
|
1826 |
+
- name: marketplace
|
1827 |
+
dtype: string
|
1828 |
+
- name: customer_id
|
1829 |
+
dtype: string
|
1830 |
+
- name: review_id
|
1831 |
+
dtype: string
|
1832 |
+
- name: product_id
|
1833 |
+
dtype: string
|
1834 |
+
- name: product_parent
|
1835 |
+
dtype: string
|
1836 |
+
- name: product_title
|
1837 |
+
dtype: string
|
1838 |
+
- name: product_category
|
1839 |
+
dtype: string
|
1840 |
+
- name: star_rating
|
1841 |
+
dtype: int32
|
1842 |
+
- name: helpful_votes
|
1843 |
+
dtype: int32
|
1844 |
+
- name: total_votes
|
1845 |
+
dtype: int32
|
1846 |
+
- name: vine
|
1847 |
+
dtype:
|
1848 |
+
class_label:
|
1849 |
+
names:
|
1850 |
+
'0': 'N'
|
1851 |
+
'1': 'Y'
|
1852 |
+
- name: verified_purchase
|
1853 |
+
dtype:
|
1854 |
+
class_label:
|
1855 |
+
names:
|
1856 |
+
'0': 'N'
|
1857 |
+
'1': 'Y'
|
1858 |
+
- name: review_headline
|
1859 |
+
dtype: string
|
1860 |
+
- name: review_body
|
1861 |
+
dtype: string
|
1862 |
+
- name: review_date
|
1863 |
+
dtype: string
|
1864 |
+
splits:
|
1865 |
+
- name: train
|
1866 |
+
num_bytes: 3900138839
|
1867 |
+
num_examples: 4751577
|
1868 |
+
download_size: 1521994296
|
1869 |
+
dataset_size: 3900138839
|
1870 |
+
- config_name: Health_Personal_Care_v1_00
|
1871 |
+
features:
|
1872 |
+
- name: marketplace
|
1873 |
+
dtype: string
|
1874 |
+
- name: customer_id
|
1875 |
+
dtype: string
|
1876 |
+
- name: review_id
|
1877 |
+
dtype: string
|
1878 |
+
- name: product_id
|
1879 |
+
dtype: string
|
1880 |
+
- name: product_parent
|
1881 |
+
dtype: string
|
1882 |
+
- name: product_title
|
1883 |
+
dtype: string
|
1884 |
+
- name: product_category
|
1885 |
+
dtype: string
|
1886 |
+
- name: star_rating
|
1887 |
+
dtype: int32
|
1888 |
+
- name: helpful_votes
|
1889 |
+
dtype: int32
|
1890 |
+
- name: total_votes
|
1891 |
+
dtype: int32
|
1892 |
+
- name: vine
|
1893 |
+
dtype:
|
1894 |
+
class_label:
|
1895 |
+
names:
|
1896 |
+
'0': 'N'
|
1897 |
+
'1': 'Y'
|
1898 |
+
- name: verified_purchase
|
1899 |
+
dtype:
|
1900 |
+
class_label:
|
1901 |
+
names:
|
1902 |
+
'0': 'N'
|
1903 |
+
'1': 'Y'
|
1904 |
+
- name: review_headline
|
1905 |
+
dtype: string
|
1906 |
+
- name: review_body
|
1907 |
+
dtype: string
|
1908 |
+
- name: review_date
|
1909 |
+
dtype: string
|
1910 |
+
splits:
|
1911 |
+
- name: train
|
1912 |
+
num_bytes: 2679427491
|
1913 |
+
num_examples: 5331449
|
1914 |
+
download_size: 1011180212
|
1915 |
+
dataset_size: 2679427491
|
1916 |
+
- config_name: Digital_Ebook_Purchase_v1_01
|
1917 |
+
features:
|
1918 |
+
- name: marketplace
|
1919 |
+
dtype: string
|
1920 |
+
- name: customer_id
|
1921 |
+
dtype: string
|
1922 |
+
- name: review_id
|
1923 |
+
dtype: string
|
1924 |
+
- name: product_id
|
1925 |
+
dtype: string
|
1926 |
+
- name: product_parent
|
1927 |
+
dtype: string
|
1928 |
+
- name: product_title
|
1929 |
+
dtype: string
|
1930 |
+
- name: product_category
|
1931 |
+
dtype: string
|
1932 |
+
- name: star_rating
|
1933 |
+
dtype: int32
|
1934 |
+
- name: helpful_votes
|
1935 |
+
dtype: int32
|
1936 |
+
- name: total_votes
|
1937 |
+
dtype: int32
|
1938 |
+
- name: vine
|
1939 |
+
dtype:
|
1940 |
+
class_label:
|
1941 |
+
names:
|
1942 |
+
'0': 'N'
|
1943 |
+
'1': 'Y'
|
1944 |
+
- name: verified_purchase
|
1945 |
+
dtype:
|
1946 |
+
class_label:
|
1947 |
+
names:
|
1948 |
+
'0': 'N'
|
1949 |
+
'1': 'Y'
|
1950 |
+
- name: review_headline
|
1951 |
+
dtype: string
|
1952 |
+
- name: review_body
|
1953 |
+
dtype: string
|
1954 |
+
- name: review_date
|
1955 |
+
dtype: string
|
1956 |
+
splits:
|
1957 |
+
- name: train
|
1958 |
+
num_bytes: 3470453859
|
1959 |
+
num_examples: 5101693
|
1960 |
+
download_size: 1294879074
|
1961 |
+
dataset_size: 3470453859
|
1962 |
+
- config_name: Home_v1_00
|
1963 |
+
features:
|
1964 |
+
- name: marketplace
|
1965 |
+
dtype: string
|
1966 |
+
- name: customer_id
|
1967 |
+
dtype: string
|
1968 |
+
- name: review_id
|
1969 |
+
dtype: string
|
1970 |
+
- name: product_id
|
1971 |
+
dtype: string
|
1972 |
+
- name: product_parent
|
1973 |
+
dtype: string
|
1974 |
+
- name: product_title
|
1975 |
+
dtype: string
|
1976 |
+
- name: product_category
|
1977 |
+
dtype: string
|
1978 |
+
- name: star_rating
|
1979 |
+
dtype: int32
|
1980 |
+
- name: helpful_votes
|
1981 |
+
dtype: int32
|
1982 |
+
- name: total_votes
|
1983 |
+
dtype: int32
|
1984 |
+
- name: vine
|
1985 |
+
dtype:
|
1986 |
+
class_label:
|
1987 |
+
names:
|
1988 |
+
'0': 'N'
|
1989 |
+
'1': 'Y'
|
1990 |
+
- name: verified_purchase
|
1991 |
+
dtype:
|
1992 |
+
class_label:
|
1993 |
+
names:
|
1994 |
+
'0': 'N'
|
1995 |
+
'1': 'Y'
|
1996 |
+
- name: review_headline
|
1997 |
+
dtype: string
|
1998 |
+
- name: review_body
|
1999 |
+
dtype: string
|
2000 |
+
- name: review_date
|
2001 |
+
dtype: string
|
2002 |
+
splits:
|
2003 |
+
- name: train
|
2004 |
+
num_bytes: 2796680249
|
2005 |
+
num_examples: 6221559
|
2006 |
+
download_size: 1081002012
|
2007 |
+
dataset_size: 2796680249
|
2008 |
+
- config_name: Wireless_v1_00
|
2009 |
+
features:
|
2010 |
+
- name: marketplace
|
2011 |
+
dtype: string
|
2012 |
+
- name: customer_id
|
2013 |
+
dtype: string
|
2014 |
+
- name: review_id
|
2015 |
+
dtype: string
|
2016 |
+
- name: product_id
|
2017 |
+
dtype: string
|
2018 |
+
- name: product_parent
|
2019 |
+
dtype: string
|
2020 |
+
- name: product_title
|
2021 |
+
dtype: string
|
2022 |
+
- name: product_category
|
2023 |
+
dtype: string
|
2024 |
+
- name: star_rating
|
2025 |
+
dtype: int32
|
2026 |
+
- name: helpful_votes
|
2027 |
+
dtype: int32
|
2028 |
+
- name: total_votes
|
2029 |
+
dtype: int32
|
2030 |
+
- name: vine
|
2031 |
+
dtype:
|
2032 |
+
class_label:
|
2033 |
+
names:
|
2034 |
+
'0': 'N'
|
2035 |
+
'1': 'Y'
|
2036 |
+
- name: verified_purchase
|
2037 |
+
dtype:
|
2038 |
+
class_label:
|
2039 |
+
names:
|
2040 |
+
'0': 'N'
|
2041 |
+
'1': 'Y'
|
2042 |
+
- name: review_headline
|
2043 |
+
dtype: string
|
2044 |
+
- name: review_body
|
2045 |
+
dtype: string
|
2046 |
+
- name: review_date
|
2047 |
+
dtype: string
|
2048 |
+
splits:
|
2049 |
+
- name: train
|
2050 |
+
num_bytes: 4633213433
|
2051 |
+
num_examples: 9002021
|
2052 |
+
download_size: 1704713674
|
2053 |
+
dataset_size: 4633213433
|
2054 |
+
- config_name: Books_v1_00
|
2055 |
+
features:
|
2056 |
+
- name: marketplace
|
2057 |
+
dtype: string
|
2058 |
+
- name: customer_id
|
2059 |
+
dtype: string
|
2060 |
+
- name: review_id
|
2061 |
+
dtype: string
|
2062 |
+
- name: product_id
|
2063 |
+
dtype: string
|
2064 |
+
- name: product_parent
|
2065 |
+
dtype: string
|
2066 |
+
- name: product_title
|
2067 |
+
dtype: string
|
2068 |
+
- name: product_category
|
2069 |
+
dtype: string
|
2070 |
+
- name: star_rating
|
2071 |
+
dtype: int32
|
2072 |
+
- name: helpful_votes
|
2073 |
+
dtype: int32
|
2074 |
+
- name: total_votes
|
2075 |
+
dtype: int32
|
2076 |
+
- name: vine
|
2077 |
+
dtype:
|
2078 |
+
class_label:
|
2079 |
+
names:
|
2080 |
+
'0': 'N'
|
2081 |
+
'1': 'Y'
|
2082 |
+
- name: verified_purchase
|
2083 |
+
dtype:
|
2084 |
+
class_label:
|
2085 |
+
names:
|
2086 |
+
'0': 'N'
|
2087 |
+
'1': 'Y'
|
2088 |
+
- name: review_headline
|
2089 |
+
dtype: string
|
2090 |
+
- name: review_body
|
2091 |
+
dtype: string
|
2092 |
+
- name: review_date
|
2093 |
+
dtype: string
|
2094 |
+
splits:
|
2095 |
+
- name: train
|
2096 |
+
num_bytes: 7197687124
|
2097 |
+
num_examples: 10319090
|
2098 |
+
download_size: 2740337188
|
2099 |
+
dataset_size: 7197687124
|
2100 |
+
- config_name: Digital_Ebook_Purchase_v1_00
|
2101 |
+
features:
|
2102 |
+
- name: marketplace
|
2103 |
+
dtype: string
|
2104 |
+
- name: customer_id
|
2105 |
+
dtype: string
|
2106 |
+
- name: review_id
|
2107 |
+
dtype: string
|
2108 |
+
- name: product_id
|
2109 |
+
dtype: string
|
2110 |
+
- name: product_parent
|
2111 |
+
dtype: string
|
2112 |
+
- name: product_title
|
2113 |
+
dtype: string
|
2114 |
+
- name: product_category
|
2115 |
+
dtype: string
|
2116 |
+
- name: star_rating
|
2117 |
+
dtype: int32
|
2118 |
+
- name: helpful_votes
|
2119 |
+
dtype: int32
|
2120 |
+
- name: total_votes
|
2121 |
+
dtype: int32
|
2122 |
+
- name: vine
|
2123 |
+
dtype:
|
2124 |
+
class_label:
|
2125 |
+
names:
|
2126 |
+
'0': 'N'
|
2127 |
+
'1': 'Y'
|
2128 |
+
- name: verified_purchase
|
2129 |
+
dtype:
|
2130 |
+
class_label:
|
2131 |
+
names:
|
2132 |
+
'0': 'N'
|
2133 |
+
'1': 'Y'
|
2134 |
+
- name: review_headline
|
2135 |
+
dtype: string
|
2136 |
+
- name: review_body
|
2137 |
+
dtype: string
|
2138 |
+
- name: review_date
|
2139 |
+
dtype: string
|
2140 |
+
splits:
|
2141 |
+
- name: train
|
2142 |
+
num_bytes: 7302303804
|
2143 |
+
num_examples: 12520722
|
2144 |
+
download_size: 2689739299
|
2145 |
+
dataset_size: 7302303804
|
2146 |
+
duplicated_from: amazon_us_reviews
|
2147 |
+
---
|
2148 |
+
|
2149 |
+
# Dataset Card for "amazon_us_reviews"
|
2150 |
+
|
2151 |
+
## Table of Contents
|
2152 |
+
- [Dataset Description](#dataset-description)
|
2153 |
+
- [Dataset Summary](#dataset-summary)
|
2154 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
2155 |
+
- [Languages](#languages)
|
2156 |
+
- [Dataset Structure](#dataset-structure)
|
2157 |
+
- [Data Instances](#data-instances)
|
2158 |
+
- [Data Fields](#data-fields)
|
2159 |
+
- [Data Splits](#data-splits)
|
2160 |
+
- [Dataset Creation](#dataset-creation)
|
2161 |
+
- [Curation Rationale](#curation-rationale)
|
2162 |
+
- [Source Data](#source-data)
|
2163 |
+
- [Annotations](#annotations)
|
2164 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
2165 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
2166 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
2167 |
+
- [Discussion of Biases](#discussion-of-biases)
|
2168 |
+
- [Other Known Limitations](#other-known-limitations)
|
2169 |
+
- [Additional Information](#additional-information)
|
2170 |
+
- [Dataset Curators](#dataset-curators)
|
2171 |
+
- [Licensing Information](#licensing-information)
|
2172 |
+
- [Citation Information](#citation-information)
|
2173 |
+
- [Contributions](#contributions)
|
2174 |
+
|
2175 |
+
## Dataset Description
|
2176 |
+
|
2177 |
+
- **Homepage:** [https://s3.amazonaws.com/amazon-reviews-pds/readme.html](https://s3.amazonaws.com/amazon-reviews-pds/readme.html)
|
2178 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2179 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2180 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2181 |
+
- **Size of downloaded dataset files:** 32377.29 MB
|
2182 |
+
- **Size of the generated dataset:** 82820.19 MB
|
2183 |
+
- **Total amount of disk used:** 115197.49 MB
|
2184 |
+
|
2185 |
+
### Dataset Summary
|
2186 |
+
|
2187 |
+
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.
|
2188 |
+
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).
|
2189 |
+
Each Dataset contains the following columns :
|
2190 |
+
marketplace - 2 letter country code of the marketplace where the review was written.
|
2191 |
+
customer_id - Random identifier that can be used to aggregate reviews written by a single author.
|
2192 |
+
review_id - The unique ID of the review.
|
2193 |
+
product_id - The unique Product ID the review pertains to. In the multilingual dataset the reviews
|
2194 |
+
for the same product in different countries can be grouped by the same product_id.
|
2195 |
+
product_parent - Random identifier that can be used to aggregate reviews for the same product.
|
2196 |
+
product_title - Title of the product.
|
2197 |
+
product_category - Broad product category that can be used to group reviews
|
2198 |
+
(also used to group the dataset into coherent parts).
|
2199 |
+
star_rating - The 1-5 star rating of the review.
|
2200 |
+
helpful_votes - Number of helpful votes.
|
2201 |
+
total_votes - Number of total votes the review received.
|
2202 |
+
vine - Review was written as part of the Vine program.
|
2203 |
+
verified_purchase - The review is on a verified purchase.
|
2204 |
+
review_headline - The title of the review.
|
2205 |
+
review_body - The review text.
|
2206 |
+
review_date - The date the review was written.
|
2207 |
+
|
2208 |
+
### Supported Tasks and Leaderboards
|
2209 |
+
|
2210 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2211 |
+
|
2212 |
+
### Languages
|
2213 |
+
|
2214 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2215 |
+
|
2216 |
+
## Dataset Structure
|
2217 |
+
|
2218 |
+
### Data Instances
|
2219 |
+
|
2220 |
+
#### Apparel_v1_00
|
2221 |
+
|
2222 |
+
- **Size of downloaded dataset files:** 648.64 MB
|
2223 |
+
- **Size of the generated dataset:** 2254.36 MB
|
2224 |
+
- **Total amount of disk used:** 2903.00 MB
|
2225 |
+
|
2226 |
+
An example of 'train' looks as follows.
|
2227 |
+
```
|
2228 |
+
{
|
2229 |
+
"customer_id": "45223824",
|
2230 |
+
"helpful_votes": 0,
|
2231 |
+
"marketplace": "US",
|
2232 |
+
"product_category": "Apparel",
|
2233 |
+
"product_id": "B016PUU3VO",
|
2234 |
+
"product_parent": "893588059",
|
2235 |
+
"product_title": "Fruit of the Loom Boys' A-Shirt (Pack of 4)",
|
2236 |
+
"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...",
|
2237 |
+
"review_date": "2015-01-01",
|
2238 |
+
"review_headline": "Sizes not correct, too big overall and WAY too long",
|
2239 |
+
"review_id": "R1N3Z13931J3O9",
|
2240 |
+
"star_rating": 2,
|
2241 |
+
"total_votes": 0,
|
2242 |
+
"verified_purchase": 1,
|
2243 |
+
"vine": 0
|
2244 |
+
}
|
2245 |
+
```
|
2246 |
+
|
2247 |
+
#### Automotive_v1_00
|
2248 |
+
|
2249 |
+
- **Size of downloaded dataset files:** 582.15 MB
|
2250 |
+
- **Size of the generated dataset:** 1518.88 MB
|
2251 |
+
- **Total amount of disk used:** 2101.03 MB
|
2252 |
+
|
2253 |
+
An example of 'train' looks as follows.
|
2254 |
+
```
|
2255 |
+
{
|
2256 |
+
"customer_id": "16825098",
|
2257 |
+
"helpful_votes": 0,
|
2258 |
+
"marketplace": "US",
|
2259 |
+
"product_category": "Automotive",
|
2260 |
+
"product_id": "B000E4PCGE",
|
2261 |
+
"product_parent": "694793259",
|
2262 |
+
"product_title": "00-03 NISSAN SENTRA MIRROR RH (PASSENGER SIDE), Power, Non-Heated (2000 00 2001 01 2002 02 2003 03) NS35ER 963015M000",
|
2263 |
+
"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.",
|
2264 |
+
"review_date": "2015-08-31",
|
2265 |
+
"review_headline": "new and a great look. Only bad thing is that one of ...",
|
2266 |
+
"review_id": "R2RUIDUMDKG7P",
|
2267 |
+
"star_rating": 3,
|
2268 |
+
"total_votes": 0,
|
2269 |
+
"verified_purchase": 1,
|
2270 |
+
"vine": 0
|
2271 |
+
}
|
2272 |
+
```
|
2273 |
+
|
2274 |
+
#### Baby_v1_00
|
2275 |
+
|
2276 |
+
- **Size of downloaded dataset files:** 357.40 MB
|
2277 |
+
- **Size of the generated dataset:** 956.30 MB
|
2278 |
+
- **Total amount of disk used:** 1313.70 MB
|
2279 |
+
|
2280 |
+
An example of 'train' looks as follows.
|
2281 |
+
```
|
2282 |
+
This example was too long and was cropped:
|
2283 |
+
|
2284 |
+
{
|
2285 |
+
"customer_id": "23299101",
|
2286 |
+
"helpful_votes": 2,
|
2287 |
+
"marketplace": "US",
|
2288 |
+
"product_category": "Baby",
|
2289 |
+
"product_id": "B00SN6F9NG",
|
2290 |
+
"product_parent": "3470998",
|
2291 |
+
"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",
|
2292 |
+
"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...",
|
2293 |
+
"review_date": "2015-08-31",
|
2294 |
+
"review_headline": "If fits so comfortably in my hand and I feel like I have ...",
|
2295 |
+
"review_id": "R2DRL5NRODVQ3Z",
|
2296 |
+
"star_rating": 5,
|
2297 |
+
"total_votes": 2,
|
2298 |
+
"verified_purchase": 1,
|
2299 |
+
"vine": 0
|
2300 |
+
}
|
2301 |
+
```
|
2302 |
+
|
2303 |
+
#### Beauty_v1_00
|
2304 |
+
|
2305 |
+
- **Size of downloaded dataset files:** 914.08 MB
|
2306 |
+
- **Size of the generated dataset:** 2397.39 MB
|
2307 |
+
- **Total amount of disk used:** 3311.47 MB
|
2308 |
+
|
2309 |
+
An example of 'train' looks as follows.
|
2310 |
+
```
|
2311 |
+
{
|
2312 |
+
"customer_id": "24655453",
|
2313 |
+
"helpful_votes": 1,
|
2314 |
+
"marketplace": "US",
|
2315 |
+
"product_category": "Beauty",
|
2316 |
+
"product_id": "B00SAQ9DZY",
|
2317 |
+
"product_parent": "292127037",
|
2318 |
+
"product_title": "12 New, High Quality, Amber 2 ml (5/8 Dram) Glass Bottles, with Orifice Reducer and Black Cap.",
|
2319 |
+
"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.",
|
2320 |
+
"review_date": "2015-08-31",
|
2321 |
+
"review_headline": "Good Product",
|
2322 |
+
"review_id": "R2A30ALEGLMCGN",
|
2323 |
+
"star_rating": 4,
|
2324 |
+
"total_votes": 1,
|
2325 |
+
"verified_purchase": 1,
|
2326 |
+
"vine": 0
|
2327 |
+
}
|
2328 |
+
```
|
2329 |
+
|
2330 |
+
#### Books_v1_00
|
2331 |
+
|
2332 |
+
- **Size of downloaded dataset files:** 2740.34 MB
|
2333 |
+
- **Size of the generated dataset:** 7193.86 MB
|
2334 |
+
- **Total amount of disk used:** 9934.20 MB
|
2335 |
+
|
2336 |
+
An example of 'train' looks as follows.
|
2337 |
+
```
|
2338 |
+
This example was too long and was cropped:
|
2339 |
+
|
2340 |
+
{
|
2341 |
+
"customer_id": "49735028",
|
2342 |
+
"helpful_votes": 0,
|
2343 |
+
"marketplace": "US",
|
2344 |
+
"product_category": "Books",
|
2345 |
+
"product_id": "0664254969",
|
2346 |
+
"product_parent": "248307276",
|
2347 |
+
"product_title": "Presbyterian Creeds: A Guide to the Book of Confessions",
|
2348 |
+
"review_body": "\"The Presbyterian Book of Confessions contains multiple Creeds for use by the denomination. This guidebook helps he lay person t...",
|
2349 |
+
"review_date": "2015-08-31",
|
2350 |
+
"review_headline": "The Presbyterian Book of Confessions contains multiple Creeds for use ...",
|
2351 |
+
"review_id": "R2G519UREHRO8M",
|
2352 |
+
"star_rating": 3,
|
2353 |
+
"total_votes": 1,
|
2354 |
+
"verified_purchase": 1,
|
2355 |
+
"vine": 0
|
2356 |
+
}
|
2357 |
+
```
|
2358 |
+
|
2359 |
+
### Data Fields
|
2360 |
+
|
2361 |
+
The data fields are the same among all splits.
|
2362 |
+
|
2363 |
+
#### Apparel_v1_00
|
2364 |
+
- `marketplace`: a `string` feature.
|
2365 |
+
- `customer_id`: a `string` feature.
|
2366 |
+
- `review_id`: a `string` feature.
|
2367 |
+
- `product_id`: a `string` feature.
|
2368 |
+
- `product_parent`: a `string` feature.
|
2369 |
+
- `product_title`: a `string` feature.
|
2370 |
+
- `product_category`: a `string` feature.
|
2371 |
+
- `star_rating`: a `int32` feature.
|
2372 |
+
- `helpful_votes`: a `int32` feature.
|
2373 |
+
- `total_votes`: a `int32` feature.
|
2374 |
+
- `vine`: a classification label, with possible values including `Y` (0), `N` (1).
|
2375 |
+
- `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
|
2376 |
+
- `review_headline`: a `string` feature.
|
2377 |
+
- `review_body`: a `string` feature.
|
2378 |
+
- `review_date`: a `string` feature.
|
2379 |
+
|
2380 |
+
#### Automotive_v1_00
|
2381 |
+
- `marketplace`: a `string` feature.
|
2382 |
+
- `customer_id`: a `string` feature.
|
2383 |
+
- `review_id`: a `string` feature.
|
2384 |
+
- `product_id`: a `string` feature.
|
2385 |
+
- `product_parent`: a `string` feature.
|
2386 |
+
- `product_title`: a `string` feature.
|
2387 |
+
- `product_category`: a `string` feature.
|
2388 |
+
- `star_rating`: a `int32` feature.
|
2389 |
+
- `helpful_votes`: a `int32` feature.
|
2390 |
+
- `total_votes`: a `int32` feature.
|
2391 |
+
- `vine`: a classification label, with possible values including `Y` (0), `N` (1).
|
2392 |
+
- `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
|
2393 |
+
- `review_headline`: a `string` feature.
|
2394 |
+
- `review_body`: a `string` feature.
|
2395 |
+
- `review_date`: a `string` feature.
|
2396 |
+
|
2397 |
+
#### Baby_v1_00
|
2398 |
+
- `marketplace`: a `string` feature.
|
2399 |
+
- `customer_id`: a `string` feature.
|
2400 |
+
- `review_id`: a `string` feature.
|
2401 |
+
- `product_id`: a `string` feature.
|
2402 |
+
- `product_parent`: a `string` feature.
|
2403 |
+
- `product_title`: a `string` feature.
|
2404 |
+
- `product_category`: a `string` feature.
|
2405 |
+
- `star_rating`: a `int32` feature.
|
2406 |
+
- `helpful_votes`: a `int32` feature.
|
2407 |
+
- `total_votes`: a `int32` feature.
|
2408 |
+
- `vine`: a classification label, with possible values including `Y` (0), `N` (1).
|
2409 |
+
- `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
|
2410 |
+
- `review_headline`: a `string` feature.
|
2411 |
+
- `review_body`: a `string` feature.
|
2412 |
+
- `review_date`: a `string` feature.
|
2413 |
+
|
2414 |
+
#### Beauty_v1_00
|
2415 |
+
- `marketplace`: a `string` feature.
|
2416 |
+
- `customer_id`: a `string` feature.
|
2417 |
+
- `review_id`: a `string` feature.
|
2418 |
+
- `product_id`: a `string` feature.
|
2419 |
+
- `product_parent`: a `string` feature.
|
2420 |
+
- `product_title`: a `string` feature.
|
2421 |
+
- `product_category`: a `string` feature.
|
2422 |
+
- `star_rating`: a `int32` feature.
|
2423 |
+
- `helpful_votes`: a `int32` feature.
|
2424 |
+
- `total_votes`: a `int32` feature.
|
2425 |
+
- `vine`: a classification label, with possible values including `Y` (0), `N` (1).
|
2426 |
+
- `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
|
2427 |
+
- `review_headline`: a `string` feature.
|
2428 |
+
- `review_body`: a `string` feature.
|
2429 |
+
- `review_date`: a `string` feature.
|
2430 |
+
|
2431 |
+
#### Books_v1_00
|
2432 |
+
- `marketplace`: a `string` feature.
|
2433 |
+
- `customer_id`: a `string` feature.
|
2434 |
+
- `review_id`: a `string` feature.
|
2435 |
+
- `product_id`: a `string` feature.
|
2436 |
+
- `product_parent`: a `string` feature.
|
2437 |
+
- `product_title`: a `string` feature.
|
2438 |
+
- `product_category`: a `string` feature.
|
2439 |
+
- `star_rating`: a `int32` feature.
|
2440 |
+
- `helpful_votes`: a `int32` feature.
|
2441 |
+
- `total_votes`: a `int32` feature.
|
2442 |
+
- `vine`: a classification label, with possible values including `Y` (0), `N` (1).
|
2443 |
+
- `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1).
|
2444 |
+
- `review_headline`: a `string` feature.
|
2445 |
+
- `review_body`: a `string` feature.
|
2446 |
+
- `review_date`: a `string` feature.
|
2447 |
+
|
2448 |
+
### Data Splits
|
2449 |
+
|
2450 |
+
| name | train |
|
2451 |
+
|----------------|-------:|
|
2452 |
+
|Apparel_v1_00 | 5906333|
|
2453 |
+
|Automotive_v1_00 | 3514942|
|
2454 |
+
|Baby_v1_00 | 1752932|
|
2455 |
+
|Beauty_v1_00 | 5115666|
|
2456 |
+
|Books_v1_00 | 10319090|
|
2457 |
+
|Books_v1_01 | 6106719|
|
2458 |
+
|Books_v1_02 | 3105520|
|
2459 |
+
|Camera_v1_00 | 1801974|
|
2460 |
+
|Digital_Ebook_Purchase_v1_00 | 12520722|
|
2461 |
+
|Digital_Ebook_Purchase_v1_01 | 5101693|
|
2462 |
+
|Digital_Music_Purchase_v1_00 | 1688884|
|
2463 |
+
|Digital_Software_v1_00 | 102084|
|
2464 |
+
|Digital_Video_Download_v1_00 | 4057147|
|
2465 |
+
|Digital_Video_Games_v1_00 | 145431|
|
2466 |
+
|Electronics_v1_00 | 3093869|
|
2467 |
+
|Furniture_v1_00 | 792113|
|
2468 |
+
|Gift_Card_v1_00 | 149086|
|
2469 |
+
|Grocery_v1_00 | 2402458|
|
2470 |
+
|Health_Personal_Care_v1_00 | 5331449|
|
2471 |
+
|Home_Entertainment_v1_00 | 705889|
|
2472 |
+
|Home_Improvement_v1_00 | 2634781|
|
2473 |
+
|Home_v1_00 | 6221559|
|
2474 |
+
|Jewelry_v1_00 | 1767753|
|
2475 |
+
|Kitchen_v1_00 | 4880466|
|
2476 |
+
|Lawn_and_Garden_v1_00 | 2557288|
|
2477 |
+
|Luggage_v1_00 | 348657|
|
2478 |
+
|Major_Appliances_v1_00 | 96901|
|
2479 |
+
|Mobile_Apps_v1_00 | 5033376|
|
2480 |
+
|Mobile_Electronics_v1_00 | 104975|
|
2481 |
+
|Music_v1_00 | 4751577|
|
2482 |
+
|Musical_Instruments_v1_00 | 904765|
|
2483 |
+
|Office_Products_v1_00 | 2642434|
|
2484 |
+
|Outdoors_v1_00 | 2302401|
|
2485 |
+
|PC_v1_00 | 6908554|
|
2486 |
+
|Personal_Care_Appliances_v1_00 | 85981|
|
2487 |
+
|Pet_Products_v1_00 | 2643619|
|
2488 |
+
|Shoes_v1_00 | 4366916|
|
2489 |
+
|Software_v1_00 | 341931|
|
2490 |
+
|Sports_v1_00 | 4850360|
|
2491 |
+
|Tools_v1_00 | 1741100|
|
2492 |
+
|Toys_v1_00 | 4864249|
|
2493 |
+
|Video_DVD_v1_00 | 5069140|
|
2494 |
+
|Video_Games_v1_00 | 1785997|
|
2495 |
+
|Video_v1_00 | 380604|
|
2496 |
+
|Watches_v1_00 | 960872|
|
2497 |
+
|Wireless_v1_00 | 9002021|
|
2498 |
+
|
2499 |
+
## Dataset Creation
|
2500 |
+
|
2501 |
+
### Curation Rationale
|
2502 |
+
|
2503 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2504 |
+
|
2505 |
+
### Source Data
|
2506 |
+
|
2507 |
+
#### Initial Data Collection and Normalization
|
2508 |
+
|
2509 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2510 |
+
|
2511 |
+
#### Who are the source language producers?
|
2512 |
+
|
2513 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2514 |
+
|
2515 |
+
### Annotations
|
2516 |
+
|
2517 |
+
#### Annotation process
|
2518 |
+
|
2519 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2520 |
+
|
2521 |
+
#### Who are the annotators?
|
2522 |
+
|
2523 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2524 |
+
|
2525 |
+
### Personal and Sensitive Information
|
2526 |
+
|
2527 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2528 |
+
|
2529 |
+
## Considerations for Using the Data
|
2530 |
+
|
2531 |
+
### Social Impact of Dataset
|
2532 |
+
|
2533 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2534 |
+
|
2535 |
+
### Discussion of Biases
|
2536 |
+
|
2537 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2538 |
+
|
2539 |
+
### Other Known Limitations
|
2540 |
+
|
2541 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2542 |
+
|
2543 |
+
## Additional Information
|
2544 |
+
|
2545 |
+
### Dataset Curators
|
2546 |
+
|
2547 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
2548 |
+
|
2549 |
+
### Licensing Information
|
2550 |
+
|
2551 |
+
https://s3.amazonaws.com/amazon-reviews-pds/LICENSE.txt
|
2552 |
+
|
2553 |
+
By accessing the Amazon Customer Reviews Library ("Reviews Library"), you agree that the
|
2554 |
+
Reviews Library 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)
|
2555 |
+
and you agree to be bound by them, with the following additional conditions:
|
2556 |
+
|
2557 |
+
In addition to the license rights granted under the Conditions of Use,
|
2558 |
+
Amazon or its content providers grant you a limited, non-exclusive, non-transferable,
|
2559 |
+
non-sublicensable, revocable license to access and use the Reviews Library
|
2560 |
+
for purposes of academic research.
|
2561 |
+
You may not resell, republish, or make any commercial use of the Reviews Library
|
2562 |
+
or its contents, including use of the Reviews Library for commercial research,
|
2563 |
+
such as research related to a funding or consultancy contract, internship, or
|
2564 |
+
other relationship in which the results are provided for a fee or delivered
|
2565 |
+
to a for-profit organization. You may not (a) link or associate content
|
2566 |
+
in the Reviews Library with any personal information (including Amazon customer accounts),
|
2567 |
+
or (b) attempt to determine the identity of the author of any content in the
|
2568 |
+
Reviews Library.
|
2569 |
+
If you violate any of the foregoing conditions, your license to access and use the
|
2570 |
+
Reviews Library will automatically terminate without prejudice to any of the
|
2571 |
+
other rights or remedies Amazon may have.
|
2572 |
+
|
2573 |
+
### Citation Information
|
2574 |
+
|
2575 |
+
No citation information.
|
2576 |
+
|
2577 |
+
### Contributions
|
2578 |
+
|
2579 |
+
Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
|
amazon_us_reviews.py
ADDED
@@ -0,0 +1,180 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
|
16 |
+
"""Amazon Customer Reviews Dataset --- US REVIEWS DATASET."""
|
17 |
+
|
18 |
+
|
19 |
+
import csv
|
20 |
+
|
21 |
+
import datasets
|
22 |
+
|
23 |
+
|
24 |
+
_CITATION = """\
|
25 |
+
"""
|
26 |
+
|
27 |
+
_DESCRIPTION = """\
|
28 |
+
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.
|
29 |
+
|
30 |
+
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).
|
31 |
+
|
32 |
+
Each Dataset contains the following columns:
|
33 |
+
|
34 |
+
- marketplace: 2 letter country code of the marketplace where the review was written.
|
35 |
+
- customer_id: Random identifier that can be used to aggregate reviews written by a single author.
|
36 |
+
- review_id: The unique ID of the review.
|
37 |
+
- product_id: The unique Product ID the review pertains to. In the multilingual dataset the reviews for the same product in different countries can be grouped by the same product_id.
|
38 |
+
- product_parent: Random identifier that can be used to aggregate reviews for the same product.
|
39 |
+
- product_title: Title of the product.
|
40 |
+
- product_category: Broad product category that can be used to group reviews (also used to group the dataset into coherent parts).
|
41 |
+
- star_rating: The 1-5 star rating of the review.
|
42 |
+
- helpful_votes: Number of helpful votes.
|
43 |
+
- total_votes: Number of total votes the review received.
|
44 |
+
- vine: Review was written as part of the Vine program.
|
45 |
+
- verified_purchase: The review is on a verified purchase.
|
46 |
+
- review_headline: The title of the review.
|
47 |
+
- review_body: The review text.
|
48 |
+
- review_date: The date the review was written.
|
49 |
+
"""
|
50 |
+
|
51 |
+
_DATA_OPTIONS = [
|
52 |
+
"Wireless_v1_00",
|
53 |
+
"Watches_v1_00",
|
54 |
+
"Video_Games_v1_00",
|
55 |
+
"Video_DVD_v1_00",
|
56 |
+
"Video_v1_00",
|
57 |
+
"Toys_v1_00",
|
58 |
+
"Tools_v1_00",
|
59 |
+
"Sports_v1_00",
|
60 |
+
"Software_v1_00",
|
61 |
+
"Shoes_v1_00",
|
62 |
+
"Pet_Products_v1_00",
|
63 |
+
"Personal_Care_Appliances_v1_00",
|
64 |
+
"PC_v1_00",
|
65 |
+
"Outdoors_v1_00",
|
66 |
+
"Office_Products_v1_00",
|
67 |
+
"Musical_Instruments_v1_00",
|
68 |
+
"Music_v1_00",
|
69 |
+
"Mobile_Electronics_v1_00",
|
70 |
+
"Mobile_Apps_v1_00",
|
71 |
+
"Major_Appliances_v1_00",
|
72 |
+
"Luggage_v1_00",
|
73 |
+
"Lawn_and_Garden_v1_00",
|
74 |
+
"Kitchen_v1_00",
|
75 |
+
"Jewelry_v1_00",
|
76 |
+
"Home_Improvement_v1_00",
|
77 |
+
"Home_Entertainment_v1_00",
|
78 |
+
"Home_v1_00",
|
79 |
+
"Health_Personal_Care_v1_00",
|
80 |
+
"Grocery_v1_00",
|
81 |
+
"Gift_Card_v1_00",
|
82 |
+
"Furniture_v1_00",
|
83 |
+
"Electronics_v1_00",
|
84 |
+
"Digital_Video_Games_v1_00",
|
85 |
+
"Digital_Video_Download_v1_00",
|
86 |
+
"Digital_Software_v1_00",
|
87 |
+
"Digital_Music_Purchase_v1_00",
|
88 |
+
"Digital_Ebook_Purchase_v1_00",
|
89 |
+
"Camera_v1_00",
|
90 |
+
"Books_v1_00",
|
91 |
+
"Beauty_v1_00",
|
92 |
+
"Baby_v1_00",
|
93 |
+
"Automotive_v1_00",
|
94 |
+
"Apparel_v1_00",
|
95 |
+
"Digital_Ebook_Purchase_v1_01",
|
96 |
+
"Books_v1_01",
|
97 |
+
"Books_v1_02",
|
98 |
+
]
|
99 |
+
|
100 |
+
_DL_URLS = {
|
101 |
+
name: "https://s3.amazonaws.com/amazon-reviews-pds/tsv/amazon_reviews_us_" + name + ".tsv.gz"
|
102 |
+
for name in _DATA_OPTIONS
|
103 |
+
}
|
104 |
+
|
105 |
+
|
106 |
+
class AmazonUSReviewsConfig(datasets.BuilderConfig):
|
107 |
+
"""BuilderConfig for AmazonUSReviews."""
|
108 |
+
|
109 |
+
def __init__(self, **kwargs):
|
110 |
+
"""Constructs a AmazonUSReviewsConfig.
|
111 |
+
Args:
|
112 |
+
**kwargs: keyword arguments forwarded to super.
|
113 |
+
"""
|
114 |
+
super(AmazonUSReviewsConfig, self).__init__(version=datasets.Version("0.1.0", ""), **kwargs),
|
115 |
+
|
116 |
+
|
117 |
+
class AmazonUSReviews(datasets.GeneratorBasedBuilder):
|
118 |
+
"""AmazonUSReviews dataset."""
|
119 |
+
|
120 |
+
BUILDER_CONFIGS = [
|
121 |
+
AmazonUSReviewsConfig( # pylint: disable=g-complex-comprehension
|
122 |
+
name=config_name,
|
123 |
+
description=(
|
124 |
+
f"A dataset consisting of reviews of Amazon {config_name} products in US marketplace. Each product "
|
125 |
+
"has its own version as specified with it."
|
126 |
+
),
|
127 |
+
)
|
128 |
+
for config_name in _DATA_OPTIONS
|
129 |
+
]
|
130 |
+
|
131 |
+
def _info(self):
|
132 |
+
return datasets.DatasetInfo(
|
133 |
+
description=_DESCRIPTION,
|
134 |
+
features=datasets.Features(
|
135 |
+
{
|
136 |
+
"marketplace": datasets.Value("string"),
|
137 |
+
"customer_id": datasets.Value("string"),
|
138 |
+
"review_id": datasets.Value("string"),
|
139 |
+
"product_id": datasets.Value("string"),
|
140 |
+
"product_parent": datasets.Value("string"),
|
141 |
+
"product_title": datasets.Value("string"),
|
142 |
+
"product_category": datasets.Value("string"),
|
143 |
+
"star_rating": datasets.Value("int32"),
|
144 |
+
"helpful_votes": datasets.Value("int32"),
|
145 |
+
"total_votes": datasets.Value("int32"),
|
146 |
+
"vine": datasets.features.ClassLabel(names=["N", "Y"]),
|
147 |
+
"verified_purchase": datasets.features.ClassLabel(names=["N", "Y"]),
|
148 |
+
"review_headline": datasets.Value("string"),
|
149 |
+
"review_body": datasets.Value("string"),
|
150 |
+
"review_date": datasets.Value("string"),
|
151 |
+
}
|
152 |
+
),
|
153 |
+
supervised_keys=None,
|
154 |
+
homepage="https://s3.amazonaws.com/amazon-reviews-pds/readme.html",
|
155 |
+
citation=_CITATION,
|
156 |
+
)
|
157 |
+
|
158 |
+
def _split_generators(self, dl_manager):
|
159 |
+
url = _DL_URLS[self.config.name]
|
160 |
+
path = dl_manager.download_and_extract(url)
|
161 |
+
|
162 |
+
# There is no predefined train/val/test split for this dataset.
|
163 |
+
return [
|
164 |
+
datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"file_path": path}),
|
165 |
+
]
|
166 |
+
|
167 |
+
def _generate_examples(self, file_path):
|
168 |
+
"""Generate features given the directory path.
|
169 |
+
|
170 |
+
Args:
|
171 |
+
file_path: path where the tsv file is stored
|
172 |
+
Yields:
|
173 |
+
The features.
|
174 |
+
"""
|
175 |
+
|
176 |
+
with open(file_path, "r", encoding="utf-8") as tsvfile:
|
177 |
+
# Need to disable quoting - as dataset contains invalid double quotes.
|
178 |
+
reader = csv.DictReader(tsvfile, dialect="excel-tab", quoting=csv.QUOTE_NONE)
|
179 |
+
for i, row in enumerate(reader):
|
180 |
+
yield i, row
|
dataset_infos.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|