Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AmazonElectronics_x1
|
2 |
+
|
3 |
+
+ **Data format:**
|
4 |
+
label, user_id, item_id, cate_id, item_history, cate_history
|
5 |
+
|
6 |
+
+ **Source:** https://cseweb.ucsd.edu/~jmcauley/datasets.html
|
7 |
+
+ **Download:** https://huggingface.co/datasets/reczoo/AmazonElectronics_x1/tree/main
|
8 |
+
+ **Repository:** https://github.com/reczoo/Datasets
|
9 |
+
|
10 |
+
+ **Used by papers:**
|
11 |
+
- Guorui Zhou, Chengru Song, Xiaoqiang Zhu, Ying Fan, Han Zhu, Xiao Ma, Yanghui Yan, Junqi Jin, Han Li, Kun Gai. [Deep Interest Network for Click-Through Rate Prediction](https://arxiv.org/abs/1706.06978). In KDD 2018.
|
12 |
+
- Jieming Zhu, Guohao Cai, Junjie Huang, Zhenhua Dong, Ruiming Tang, Weinan Zhang. [ReLoop2: Building Self-Adaptive Recommendation Models via Responsive Error Compensation Loop](https://arxiv.org/abs/2306.08808). In KDD 2023.
|
13 |
+
|
14 |
+
|
15 |
+
+ **Check the md5sum for data integrity:**
|
16 |
+
```bash
|
17 |
+
$ md5sum *.csv
|
18 |
+
57a20e82fe736dd495f2eaf0669bf6d0 test.csv
|
19 |
+
e9bf80b92985e463db18fdc753d347b5 train.csv
|
20 |
+
```
|