zhujiem commited on
Commit
d3a792d
1 Parent(s): e78ab8f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AmazonMovies_m1
2
+
3
+ + **Data format:**
4
+ user_id item1 item2 ...
5
+
6
+ + **Source:** https://cseweb.ucsd.edu/~jmcauley/datasets.html
7
+ + **Download:** https://huggingface.co/datasets/reczoo/AmazonMovies_m1/tree/main
8
+ + **RecZoo Datasets:** https://github.com/reczoo/Datasets
9
+
10
+ + **Used by papers:**
11
+ - 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.
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
+ c02e5f6579aa51950aa875c462a0204b test.txt
18
+ 3e9d30eacd30330a9feaa0fdb17760ba train.txt
19
+ ```