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

Missing 'item_attribute.csv file #18

Open yueming-zhang opened 3 months ago

yueming-zhang commented 3 months ago

I got a failure on below line in gpt_ui_aug.py. Could you advise where is item_attribute.csv?

toy_item_attribute = pd.read_csv(file_path + 'item_attribute.csv', names=['id','title', 'genre'])