justarter / E2URec

Official Code for paper "Towards Efficient and Effective Unlearning of Large Language Models for Recommendation" (Frontiers of Computer Science 2024)
33 stars 0 forks source link

Question about split_ml-1m #2

Open XinGao18 opened 1 month ago

XinGao18 commented 1 month ago

作者您好。非常感谢您提供遗忘学习的一个新颖的贡献。我这里有个疑问就是在您split_ml-1m这个文件中,有一些文件似乎是不存在的。比如下列这些代码行: with open(data_dir+' rella_valid/valid_10_simple.json','r') as f: rella_train_data = json. load(f) with open(data_dir+'rella_test/test_10_simple.json','r') as f: rella_test_data = json. load(f) 您可以提供这些文件么?期待您热情的答复。非常感谢!

XinGao18 commented 1 month ago

我在运行train_e2urec.sh时,同样遇到一些不存在的路径模型,比如checkpoint,pretrained_models的T5模型。

justarter commented 1 month ago

您好,感谢对我们工作的关注。

  1. 我更新了一版最新处理ml-1m数据的代码,在data_preprocess目录下,根据README中的操作步骤是可以跑通的。
  2. T5-base原模型文件需要从huggingface上自行下载