HKUDS / LLMRec

[WSDM'2024 Oral] "LLMRec: Large Language Models with Graph Augmentation for Recommendation"
https://arxiv.org/abs/2311.00423
Apache License 2.0
345 stars 41 forks source link

Movielens dataset #8

Closed fangyyyyy closed 9 months ago

fangyyyyy commented 9 months ago

Hi! Your code was using the movielens dataset. And it failed when using the netflix dataset😭. Could you please share the processed movielens data? Thanks in advance! 🙏🙏

weiwei1206 commented 9 months ago

We appreciate your interest in our work🙏🙏. The Netflix dataset we've released is compatible with running LLMRec and other current baselines such as LATTICE, MICRO, and MMSSL. We processed the dataset ourselves based on the Netflix Prize Data released on the Kaggle website. This processing included organizing the textual data and scraping visual images. Because Netflix is the dataset we processed for the first time, we have released its resources. For MovieLens, we utilized the ml-10m dataset. For more details, please refer to: https://files.grouplens.org/datasets/movielens/ml-10m-README.html