Datasets:

Modalities:
Text
ArXiv:
Tags:
zhujiem commited on
Commit
45d36a6
1 Parent(s): 643db15

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AmazonBooks_m1
2
+
3
+ + **Data format:**
4
+ user_id item1 item2 ...
5
+
6
+ + **Download:** https://huggingface.co/datasets/reczoo/AmazonBooks_m1/tree/main
7
+ + **Repository:** https://github.com/reczoo/Datasets/tree/main/Amazon
8
+
9
+ + **Used by papers:**
10
+ - Xiangnan He, Kuan Deng, Xiang Wang, Yan Li, Yongdong Zhang, Meng Wang. [LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation](https://arxiv.org/abs/2002.02126). In SIGIR 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
+ 5b1125ef3bf4118a7988f1fd8ce52ef9 item_list.txt
18
+ 30f8ccfea18d25007ba9fb9aba4e174d test.txt
19
+ c916ecac04ca72300a016228258b41ed train.txt
20
+ 132f8a5d6d35d5fdde1e0396488be235 user_list.txt
21
+ ```