deem-data commited on
Commit
235826c
·
verified ·
1 Parent(s): e635af0

Upload dataset/DATASET_README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset/DATASET_README.md +10 -10
dataset/DATASET_README.md CHANGED
@@ -9,7 +9,7 @@ This document lists the datasets under `RecBole/dataset/` used in this project:
9
  | Dataset (folder) | Task | Main file | Raw source |
10
  |------------------|------|-----------|------------|
11
  | 30music | SBR | `30music.inter` | ReMAP Lab (link below) |
12
- | nowp | SBR | `nowp.inter` | Zenodo |
13
  | amazon_reviews_books | SBR | `amazon_reviews_books.inter` | Amazon Reviews (Books) |
14
  | amazon_reviews_grocery_and_gourmet_food | CF | `amazon_reviews_grocery_and_gourmet_food.inter` | Amazon Reviews (Grocery) |
15
  | movielens | CF | `movielens.inter` | MovieLens (Kaggle/GroupLens) |
@@ -41,7 +41,7 @@ This document lists the datasets under `RecBole/dataset/` used in this project:
41
 
42
  ---
43
 
44
- ## 2. nowp (Nowplaying)
45
 
46
  - **Folder:** `dataset/nowp/`
47
  - **Task:** SBR
@@ -50,7 +50,7 @@ This document lists the datasets under `RecBole/dataset/` used in this project:
50
 
51
  **Download**
52
 
53
- - **Source:** [NOWP (Zenodo)](https://zenodo.org/records/2594483) — music listening dataset.
54
  - Place the CSV that contains session-level data in `dataset/nowp/`. The script expects **`sessions_2018.csv`** with columns including `user_id`, `session_id`, `timestamp`, and an item identifier (e.g. `musicbrainz_id`).
55
 
56
  **Building from raw (this repo)**
@@ -79,7 +79,7 @@ Both **amazon_reviews_books** and **amazon_reviews_grocery_and_gourmet_food** us
79
 
80
  ---
81
 
82
- ## 3. amazon_reviews_books
83
 
84
  - **Folder:** `dataset/amazon_reviews_books/`
85
  - **Task:** SBR (with sessions and rating)
@@ -115,7 +115,7 @@ Both **amazon_reviews_books** and **amazon_reviews_grocery_and_gourmet_food** us
115
 
116
  ---
117
 
118
- ## 4. amazon_reviews_grocery_and_gourmet_food
119
 
120
  - **Folder:** `dataset/amazon_reviews_grocery_and_gourmet_food/`
121
  - **Task:** CF (no sessions)
@@ -142,7 +142,7 @@ Both **amazon_reviews_books** and **amazon_reviews_grocery_and_gourmet_food** us
142
 
143
  ---
144
 
145
- ## 5. movielens
146
 
147
  - **Folder:** `dataset/movielens/`
148
  - **Task:** CF
@@ -173,7 +173,7 @@ Both **amazon_reviews_books** and **amazon_reviews_grocery_and_gourmet_food** us
173
 
174
  ---
175
 
176
- ## 6. rsc15 (RecSys Challenge 2015)
177
 
178
  - **Folder:** `dataset/rsc15/`
179
  - **Task:** SBR (session-based; session = user_id in some configs)
@@ -202,7 +202,7 @@ Both **amazon_reviews_books** and **amazon_reviews_grocery_and_gourmet_food** us
202
 
203
  ---
204
 
205
- ## 7. tafeng (NBR)
206
 
207
  - **Folder:** `dataset/tafeng/`
208
  - **Task:** Next-basket recommendation (NBR)
@@ -223,7 +223,7 @@ Both **amazon_reviews_books** and **amazon_reviews_grocery_and_gourmet_food** us
223
 
224
  ---
225
 
226
- ## 8. dunnhumby (NBR)
227
 
228
  - **Folder:** `dataset/dunnhumby/`
229
  - **Task:** NBR
@@ -248,7 +248,7 @@ Both **amazon_reviews_books** and **amazon_reviews_grocery_and_gourmet_food** us
248
 
249
  ---
250
 
251
- ## 9. instacart (NBR)
252
 
253
  - **Folder:** `dataset/instacart/`
254
  - **Task:** NBR
 
9
  | Dataset (folder) | Task | Main file | Raw source |
10
  |------------------|------|-----------|------------|
11
  | 30music | SBR | `30music.inter` | ReMAP Lab (link below) |
12
+ | NowP | SBR | `nowp.inter` | Zenodo |
13
  | amazon_reviews_books | SBR | `amazon_reviews_books.inter` | Amazon Reviews (Books) |
14
  | amazon_reviews_grocery_and_gourmet_food | CF | `amazon_reviews_grocery_and_gourmet_food.inter` | Amazon Reviews (Grocery) |
15
  | movielens | CF | `movielens.inter` | MovieLens (Kaggle/GroupLens) |
 
41
 
42
  ---
43
 
44
+ ## 2. NowP (NowPlaying)
45
 
46
  - **Folder:** `dataset/nowp/`
47
  - **Task:** SBR
 
50
 
51
  **Download**
52
 
53
+ - **Source:** [NowP (Zenodo)](https://zenodo.org/records/2594483) — music listening dataset.
54
  - Place the CSV that contains session-level data in `dataset/nowp/`. The script expects **`sessions_2018.csv`** with columns including `user_id`, `session_id`, `timestamp`, and an item identifier (e.g. `musicbrainz_id`).
55
 
56
  **Building from raw (this repo)**
 
79
 
80
  ---
81
 
82
+ ## 3. Books
83
 
84
  - **Folder:** `dataset/amazon_reviews_books/`
85
  - **Task:** SBR (with sessions and rating)
 
115
 
116
  ---
117
 
118
+ ## 4. Food
119
 
120
  - **Folder:** `dataset/amazon_reviews_grocery_and_gourmet_food/`
121
  - **Task:** CF (no sessions)
 
142
 
143
  ---
144
 
145
+ ## 5. MovieLens
146
 
147
  - **Folder:** `dataset/movielens/`
148
  - **Task:** CF
 
173
 
174
  ---
175
 
176
+ ## 6. RSC15 (RecSys Challenge 2015)
177
 
178
  - **Folder:** `dataset/rsc15/`
179
  - **Task:** SBR (session-based; session = user_id in some configs)
 
202
 
203
  ---
204
 
205
+ ## 7. TaFeng (NBR)
206
 
207
  - **Folder:** `dataset/tafeng/`
208
  - **Task:** Next-basket recommendation (NBR)
 
223
 
224
  ---
225
 
226
+ ## 8. Dunnhumby (NBR)
227
 
228
  - **Folder:** `dataset/dunnhumby/`
229
  - **Task:** NBR
 
248
 
249
  ---
250
 
251
+ ## 9. Instacart (NBR)
252
 
253
  - **Folder:** `dataset/instacart/`
254
  - **Task:** NBR