Datasets:

Languages:
English
ArXiv:
License:
File size: 844 Bytes
30a6bd2
 
 
 
 
 
 
 
 
 
 
ab628e5
7f3b7a6
ab628e5
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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).

![dataset.png](https://cdn-uploads.huggingface.co/production/uploads/6538c5f7e872d130c05e7e43/JUBmAaxGTtSUOqK1R3g1x.png)

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