English
Recommendation
ZzMeei commited on
Commit
823da74
·
verified ·
1 Parent(s): 6f3dd48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
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 work.
15
 
16
- ![model.png](https://cdn-uploads.huggingface.co/production/uploads/6538c5f7e872d130c05e7e43/ME0bCAQGLraL5xfc1SCzH.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ![model.png](https://cdn-uploads.huggingface.co/production/uploads/6538c5f7e872d130c05e7e43/ME0bCAQGLraL5xfc1SCzH.png)
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
+ ```