Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AmazonElectronics_m1
|
2 |
+
|
3 |
+
+ **Data format:**
|
4 |
+
user_id item1 item2 ...
|
5 |
+
|
6 |
+
+ **Source:** https://cseweb.ucsd.edu/~jmcauley/datasets.html
|
7 |
+
+ **Download:** https://huggingface.co/datasets/reczoo/AmazonElectronics_m1/tree/main
|
8 |
+
+ **RecZoo Datasets:** https://github.com/reczoo/Datasets
|
9 |
+
|
10 |
+
+ **Used by papers:**
|
11 |
+
- Wenhui Yu, Zheng Qin. [Sampler Design for Implicit Feedback Data by Noisy-label Robust Learning](https://arxiv.org/abs/2007.07204). In SIGIR 2020.
|
12 |
+
- Kelong Mao, Jieming Zhu, Xi Xiao, Biao Lu, Zhaowei Wang, Xiuqiang He. [UltraGCN: Ultra Simplification of Graph Convolutional Networks for Recommendation](https://arxiv.org/abs/2110.15114). In CIKM 2021.
|
13 |
+
|
14 |
+
+ **Check the md5sum for data integrity:**
|
15 |
+
```bash
|
16 |
+
$ md5sum *.json
|
17 |
+
7a0fa5d0da5dc5d5008da02b554ef688 test_data.json
|
18 |
+
ca71f3f5b9ada393ffd5490eba84c7db train_data.json
|
19 |
+
7f2db9b5b0de91c7d757ed6ed6095a5a validation_data.json
|
20 |
+
```
|