Datasets:

Modalities:
Text
ArXiv:
Tags:
zhujiem commited on
Commit
8c6e8b5
1 Parent(s): 1540a6f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Yelp18_m1
2
+
3
+ + **Dataset description:**
4
+
5
+ The data statistics are summarized as follows:
6
+
7
+ | Dataset ID | #Users | #Items | #Interactions | #Train | #Test | Density |
8
+ | :-------: | :----: | :----: | :-----------: | :-------: | :-----: | :-----: |
9
+ | Yelp18_m1 | 31,668 | 38,048 | 1,561,406 | 1,237,259 | 324,147 | 0.00130 |
10
+
11
+
12
+ + **Data format:**
13
+ user_id item1 item2 ...
14
+
15
+ + **Source:** https://www.yelp.com/dataset
16
+ + **Download:** https://huggingface.co/datasets/reczoo/Yelp18_m1/tree/main
17
+ + **RecZoo Datasets:** https://github.com/reczoo/Datasets
18
+
19
+ + **Used by papers:**
20
+ - 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.
21
+ - 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.
22
+ - 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.
23
+
24
+ + **Check the md5sum for data integrity:**
25
+ ```bash
26
+ $ md5sum *.txt
27
+ 520fe559761ff2c654629201c807f353 item_list.txt
28
+ 0d57d7399862c32152b045ec5d2698e7 test.txt
29
+ 1b8b5d22a227e01d6de002c53d32b4c4 train.txt
30
+ ae4f810cd6e827f10fc418753c7d92f9 user_list.txt
31
+ ```