Update README.md
Browse files
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
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+

|
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 |
+
```
|