Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,34 +1,49 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- `amazon_beauty/raw/`
|
| 9 |
-
- `Beauty_and_Personal_Care.jsonl(.gz)`: review/interaction records (
|
| 10 |
-
- `meta_Beauty_and_Personal_Care.jsonl(.gz)`: item metadata (
|
| 11 |
- `amazon_beauty/recbole/`
|
| 12 |
-
- `Amazon_Beauty_and_Personal_Care.inter`: RecBole-style interaction file (TSV).
|
| 13 |
- `Amazon_Beauty_and_Personal_Care.item`: RecBole-style item feature file (TSV).
|
| 14 |
|
| 15 |
-
|
| 16 |
- `amazon_baby/raw/`
|
| 17 |
-
- `Baby_Products.jsonl(.gz)
|
| 18 |
-
- `meta_Baby_Products.jsonl(.gz)
|
| 19 |
- `amazon_baby/recbole/`
|
| 20 |
-
- `Amazon_Baby_Products.inter
|
| 21 |
-
- `Amazon_Baby_Products.item
|
| 22 |
-
|
| 23 |
-
### About Hugging Face “visualization”
|
| 24 |
-
|
| 25 |
-
Hugging Face’s dataset viewer renders **tabular splits** best (Parquet/CSV/JSON arrays). Large `.jsonl` files and RecBole `.inter/.item` TSVs may not preview well.
|
| 26 |
-
|
| 27 |
-
Recommended: add small, tabular **preview** files under `preview/`:
|
| 28 |
-
- `preview/amazon_beauty_interactions.parquet`
|
| 29 |
-
- `preview/amazon_beauty_items.parquet`
|
| 30 |
-
- `preview/amazon_baby_interactions.parquet`
|
| 31 |
-
- `preview/amazon_baby_items.parquet`
|
| 32 |
-
|
| 33 |
-
These can be small samples (e.g., first 5k–50k rows) with clean columns. The full raw files can still live under `raw/` for reproducibility.
|
| 34 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_name: UniRec-Amazon
|
| 3 |
+
pretty_name: UniRec Amazon Sequential Recommendation Datasets
|
| 4 |
+
tags:
|
| 5 |
+
- recommendation
|
| 6 |
+
- recsys
|
| 7 |
+
- amazon
|
| 8 |
+
- sequential-recommendation
|
| 9 |
+
- clickstream
|
| 10 |
+
- ranking
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
license: other # Original data subject to Amazon / source terms
|
| 14 |
+
task_categories:
|
| 15 |
+
- recommendation
|
| 16 |
+
task_ids:
|
| 17 |
+
- next-item-prediction
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: amazon_beauty
|
| 20 |
+
data_files:
|
| 21 |
+
- amazon_beauty/**
|
| 22 |
+
- config_name: amazon_baby
|
| 23 |
+
data_files:
|
| 24 |
+
- amazon_baby/**
|
| 25 |
+
notes:
|
| 26 |
+
- "Raw data derived from Amazon product and interaction datasets; redistributed here in processed form."
|
| 27 |
+
- "Yelp data is NOT included due to its license; users should obtain Yelp data separately and process it locally."
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
## UniRec datasets
|
| 31 |
+
|
| 32 |
+
This dataset repo contains pre-processed Amazon recommendation data used in the UniRec project.
|
| 33 |
+
|
| 34 |
+
### Amazon Beauty & Personal Care
|
| 35 |
- `amazon_beauty/raw/`
|
| 36 |
+
- `Beauty_and_Personal_Care.jsonl(.gz)`: raw review / interaction records (JSON Lines).
|
| 37 |
+
- `meta_Beauty_and_Personal_Care.jsonl(.gz)`: item metadata (JSON Lines).
|
| 38 |
- `amazon_beauty/recbole/`
|
| 39 |
+
- `Amazon_Beauty_and_Personal_Care.inter`: RecBole-style interaction file (TSV; user–item–rating–timestamp).
|
| 40 |
- `Amazon_Beauty_and_Personal_Care.item`: RecBole-style item feature file (TSV).
|
| 41 |
|
| 42 |
+
### Amazon Baby Products
|
| 43 |
- `amazon_baby/raw/`
|
| 44 |
+
- `Baby_Products.jsonl(.gz)`: raw review / interaction records (JSON Lines).
|
| 45 |
+
- `meta_Baby_Products.jsonl(.gz)`: item metadata (JSON Lines).
|
| 46 |
- `amazon_baby/recbole/`
|
| 47 |
+
- `Amazon_Baby_Products.inter`: RecBole-style interaction file (TSV).
|
| 48 |
+
- `Amazon_Baby_Products.item`: RecBole-style item feature file (TSV).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|