Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# CiteUlikeA_m1
|
2 |
+
|
3 |
+
+ **Data format:**
|
4 |
+
user_id item1 item2 ...
|
5 |
+
|
6 |
+
+ **Source:** http://www.citeulike.org
|
7 |
+
+ **Download:** https://huggingface.co/datasets/reczoo/CiteUlikeA_m1/tree/main
|
8 |
+
+ **RecZoo Datasets:** https://github.com/reczoo/Datasets
|
9 |
+
|
10 |
+
+ **Used by papers:**
|
11 |
+
- Shuyi Ji, Yifan Feng, Rongrong Ji, Xibin Zhao, Wanwan Tang, Yue Gao. [Dual Channel Hypergraph Collaborative Filtering](https://dl.acm.org/doi/10.1145/3394486.3403253). In KDD 2020.
|
12 |
+
- Kelong Mao, Jieming Zhu, Jinpeng Wang, Quanyu Dai, Zhenhua Dong, Xi Xiao, Xiuqiang He. [SimpleX: A Simple and Strong Baseline for Collaborative Filterin](https://arxiv.org/abs/2109.12613). In CIKM 2021.
|
13 |
+
|
14 |
+
+ **Check the md5sum for data integrity:**
|
15 |
+
```bash
|
16 |
+
$ md5sum *.txt
|
17 |
+
c9d2de139ac69d480264b6221a567324 test.txt
|
18 |
+
f037c7ac8f9d8142bb5fd137ff61ad0c train.txt
|
19 |
+
```
|