Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Gowalla_m1
|
2 |
+
|
3 |
+
+ **Dataset description:**
|
4 |
+
|
5 |
+
The dataset statistics are summarized as follows:
|
6 |
+
|
7 |
+
| Dataset ID | #Users | #Items | #Interactions | #Train | #Test | Density |
|
8 |
+
|:--------------:|:------:|:------:|:-------------:|:---------:|:-------:|:-------:|
|
9 |
+
| Gowalla_m1 | 29,858 | 40,981 | 1,027,370 | 810,128 | 217,242 | 0.00084 |
|
10 |
+
|
11 |
+
+ **Source:** https://snap.stanford.edu/data/loc-gowalla.html
|
12 |
+
+ **Download:** https://huggingface.co/datasets/reczoo/Gowalla_m1/tree/main
|
13 |
+
+ **RecZoo Datasets:** https://github.com/reczoo/Datasets
|
14 |
+
|
15 |
+
+ **Used by papers:**
|
16 |
+
- 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.
|
17 |
+
- 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.
|
18 |
+
- 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.
|
19 |
+
|
20 |
+
+ **Check the md5sum for data integrity:**
|
21 |
+
```bash
|
22 |
+
$ md5sum *.txt
|
23 |
+
13b1c0d75b07b8cea9413f40042f476f item_list.txt
|
24 |
+
c04e2c4bcd2389f53ed8281816166149 test.txt
|
25 |
+
5eec1eb2edb8dd648377d348b8e136cf train.txt
|
26 |
+
f83ec6f2cd974ba6470e8808830cc144 user_list.txt
|
27 |
+
```
|