|
--- |
|
license: apache-2.0 |
|
language: |
|
- en |
|
tags: |
|
- recommendation |
|
--- |
|
|
|
# RecGPT-Dataset |
|
## Overview |
|
|
|
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)**. |
|
|
|
The github repo is at [https://github.com/HKUDS/RecGPT](https://github.com/HKUDS/RecGPT). |
|
|
|
 |
|
|
|
If you use this dataset in your research, please kindly consider citing our paper. |
|
|
|
``` |
|
@article{jiang2025recgpt, |
|
title={RecGPT: A Foundation Model for Sequential Recommendation}, |
|
author={Jiang, Yangqin and Ren, Xubin and Xia, Lianghao and Luo, Da and Lin, Kangyi and Huang, Chao}, |
|
journal={arXiv preprint arXiv:2506.06270}, |
|
year={2025} |
|
} |
|
``` |
|
|