Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,19 @@ tags:
|
|
11 |
# RecGPT-Model
|
12 |
## Overview
|
13 |
|
14 |
-
This Model is the pre-trained weight file for RecGPT
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# RecGPT-Model
|
12 |
## Overview
|
13 |
|
14 |
+
This Model is the pre-trained weight file for the paper **[RecGPT: A Foundation Model for Sequential Recommendation](https://arxiv.org/abs/2506.06270)**.
|
15 |
|
16 |
+
The github repo is at [https://github.com/HKUDS/RecGPT](https://github.com/HKUDS/RecGPT)
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
If you find this work helpful to your research, please kindly consider citing our paper.
|
21 |
+
|
22 |
+
```
|
23 |
+
@article{jiang2025recgpt,
|
24 |
+
title={RecGPT: A Foundation Model for Sequential Recommendation},
|
25 |
+
author={Jiang, Yangqin and Ren, Xubin and Xia, Lianghao and Luo, Da and Lin, Kangyi and Huang, Chao},
|
26 |
+
journal={arXiv preprint arXiv:2506.06270},
|
27 |
+
year={2025}
|
28 |
+
}
|
29 |
+
```
|