Datasets:

Modalities:
Text
ArXiv:
Tags:
zhujiem commited on
Commit
ff4ac58
1 Parent(s): f7e80e1

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AmazonCDs_m1
2
+
3
+ + **Data format:**
4
+ user_id item1 item2 ...
5
+
6
+ + **Download:** https://huggingface.co/datasets/reczoo/AmazonCDs_m1/tree/main
7
+ + **Repository:** https://github.com/reczoo/Datasets
8
+
9
+ + **Used by papers:**
10
+ - Jianing Sun, Wei Guo, Dengcheng Zhang, Yingxue Zhang, Florence Regol, Yaochen Hu, Huifeng Guo, Ruiming Tang, Han Yuan, Xiuqiang He, Mark Coates. [A Framework for Recommending Accurate and Diverse Items Using Bayesian Graph Convolutional Neural Networks](https://hyclex.github.io/papers/paper_sun2019BGCN.pdf). In KDD 2020.
11
+ - Kelong Mao, Jieming Zhu, Jinpeng Wang, Quanyu Dai, Zhenhua Dong, Xi Xiao, Xiuqiang He. [SimpleX: A Simple and Strong Baseline for Collaborative Filtering](https://arxiv.org/abs/2109.12613). In CIKM 2021.
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 *.txt
17
+ d29acb66d0fb74bc3bc0791cbbce5cf2 test.txt
18
+ 2df6a35cac4373cf3eef95f75568da0a train.txt
19
+ ```