Datasets:
feat(dataset): upload dataset files of some shortlisted categories for 15_min_15_core
Browse files- README.md +18 -1
- data/15_min_15_core_shortlisted/direct/shortlisted.test.parquet +3 -0
- data/15_min_15_core_shortlisted/direct/shortlisted.train.parquet +3 -0
- data/15_min_15_core_shortlisted/direct/shortlisted.valid.parquet +3 -0
- data/15_min_15_core_shortlisted/info.md +33 -0
- data/15_min_15_core_shortlisted/seq/shortlisted.test.parquet +3 -0
- data/15_min_15_core_shortlisted/seq/shortlisted.train.parquet +3 -0
- data/15_min_15_core_shortlisted/seq/shortlisted.valid.parquet +3 -0
README.md
CHANGED
|
@@ -4,12 +4,29 @@ configs:
|
|
| 4 |
data_files:
|
| 5 |
- path: data/15_min_0_core/train-*.parquet
|
| 6 |
split: train
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
license: apache-2.0
|
| 10 |
task_categories:
|
| 11 |
- text-classification
|
| 12 |
-
-
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Amazon Reviews 2023 Filtered
|
|
|
|
| 4 |
data_files:
|
| 5 |
- path: data/15_min_0_core/train-*.parquet
|
| 6 |
split: train
|
| 7 |
+
- config_name: 15_min_15_core_shortlisted_direct
|
| 8 |
+
data_files:
|
| 9 |
+
- path: data/15_min_15_core_shortlisted/direct/shortlisted.train.parquet
|
| 10 |
+
split: train
|
| 11 |
+
- path: data/15_min_15_core_shortlisted/direct/shortlisted.valid.parquet
|
| 12 |
+
split: validation
|
| 13 |
+
- path: data/15_min_15_core_shortlisted/direct/shortlisted.test.parquet
|
| 14 |
+
split: test
|
| 15 |
+
- config_name: 15_min_15_core_shortlisted_seq
|
| 16 |
+
data_files:
|
| 17 |
+
- path: data/15_min_15_core_shortlisted/seq/shortlisted.train.parquet
|
| 18 |
+
split: train
|
| 19 |
+
- path: data/15_min_15_core_shortlisted/seq/shortlisted.valid.parquet
|
| 20 |
+
split: validation
|
| 21 |
+
- path: data/15_min_15_core_shortlisted/seq/shortlisted.test.parquet
|
| 22 |
+
split: test
|
| 23 |
language:
|
| 24 |
- en
|
| 25 |
license: apache-2.0
|
| 26 |
task_categories:
|
| 27 |
- text-classification
|
| 28 |
+
- feature-extraction
|
| 29 |
+
- sentence-similarity
|
| 30 |
---
|
| 31 |
|
| 32 |
# Amazon Reviews 2023 Filtered
|
data/15_min_15_core_shortlisted/direct/shortlisted.test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff02cba7b9cde00a5fc14ea29d5f14eca81c2f3e01499ac805422cb266416208
|
| 3 |
+
size 22822044
|
data/15_min_15_core_shortlisted/direct/shortlisted.train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4941580e07c3df40ae5ec8e1a7f6e8db2a663c15d36817611eea6ba27a4a7ef0
|
| 3 |
+
size 406696587
|
data/15_min_15_core_shortlisted/direct/shortlisted.valid.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9afeb6fdef3de6643a03e917c90d06588b0064a8ae81e14d0d9c124019a70c66
|
| 3 |
+
size 25020511
|
data/15_min_15_core_shortlisted/info.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 15-Core Filtered Dataset
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
|
| 5 |
+
This dataset is derived from the Amazon Reviews 2023 Dataset and has been processed through multiple filtering stages to ensure data quality and relevance:
|
| 6 |
+
|
| 7 |
+
1. **Quality Filter**: Removed reviews shorter than 15 characters
|
| 8 |
+
2. **15-Core Algorithm**: Retained only products with ≥15 reviews and users with ≥15 reviews
|
| 9 |
+
3. **Category Selection**: Filtered to a curated shortlist of high-quality categories
|
| 10 |
+
4. **Train/Validation/Test Split**: Divided into standard machine learning partitions
|
| 11 |
+
|
| 12 |
+
## Dataset Variants
|
| 13 |
+
|
| 14 |
+
- **Standard**: Original filtered data
|
| 15 |
+
- **Enhanced**: Enriched version with user review history
|
| 16 |
+
|
| 17 |
+
## Categories
|
| 18 |
+
|
| 19 |
+
- All_Beauty
|
| 20 |
+
- Appliances
|
| 21 |
+
- Arts_Crafts_and_Sewing
|
| 22 |
+
- Baby_Products
|
| 23 |
+
- CDs_and_Vinyl
|
| 24 |
+
- Digital_Music
|
| 25 |
+
- Gift_Cards
|
| 26 |
+
- Grocery_and_Gourmet_Food
|
| 27 |
+
- Handmade_Products
|
| 28 |
+
- Health_and_Personal_Care
|
| 29 |
+
- Industrial_and_Scientific
|
| 30 |
+
- Magazine_Subscriptions
|
| 31 |
+
- Musical_Instruments
|
| 32 |
+
- Software
|
| 33 |
+
- Video_Games
|
data/15_min_15_core_shortlisted/seq/shortlisted.test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c52a1574ebf22a354a950132e72c6e3a171dbad6007ac974200817edaca8e0c8
|
| 3 |
+
size 26318688
|
data/15_min_15_core_shortlisted/seq/shortlisted.train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33647fc720dc24aa8204b6e0fc6b3ecd5b6018c463ee74fd9c2e0634dacf4c9c
|
| 3 |
+
size 423655465
|
data/15_min_15_core_shortlisted/seq/shortlisted.valid.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a07ea7019c82bea5adfc1fdf7e720a0ca09d89450f6cc7d7b2e029116c4601e
|
| 3 |
+
size 29010537
|