Datasets:

Languages:
English
ArXiv:
License:
ZzMeei commited on
Commit
ab628e5
·
verified ·
1 Parent(s): 7f3b7a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -9,6 +9,19 @@ tags:
9
  # RecGPT-Dataset
10
  ## Overview
11
 
12
- This dataset contains the pre-training, evaluation, and test data used in the RecGPT work.
13
 
14
- ![dataset.png](https://cdn-uploads.huggingface.co/production/uploads/6538c5f7e872d130c05e7e43/JUBmAaxGTtSUOqK1R3g1x.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  # RecGPT-Dataset
10
  ## Overview
11
 
12
+ This dataset contains the pre-training, evaluation, and test data used in the paper **[RecGPT: A Foundation Model for Sequential Recommendation](https://arxiv.org/abs/2506.06270)**.
13
 
14
+ The github repo is at [https://github.com/HKUDS/RecGPT](https://github.com/HKUDS/RecGPT).
15
+
16
+ ![dataset.png](https://cdn-uploads.huggingface.co/production/uploads/6538c5f7e872d130c05e7e43/JUBmAaxGTtSUOqK1R3g1x.png)
17
+
18
+ If you use this dataset in your research, please kindly consider citing our paper.
19
+
20
+ ```
21
+ @article{jiang2025recgpt,
22
+ title={RecGPT: A Foundation Model for Sequential Recommendation},
23
+ author={Jiang, Yangqin and Ren, Xubin and Xia, Lianghao and Luo, Da and Lin, Kangyi and Huang, Chao},
24
+ journal={arXiv preprint arXiv:2506.06270},
25
+ year={2025}
26
+ }
27
+ ```