justarter / E2URec

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

doubts in relation to embedding #1

Closed unknown007007007 closed 4 months ago

unknown007007007 commented 4 months ago

Thanks for your contribution. I notice that you mention the embedding file in your code. But I can find neither the code nor the data after embedding. Can you provide some information about that? Thanks very much.

justarter commented 4 months ago

Hi, what "embedding" are you referring to? Do you mean the T5 checkpoint?

unknown007007007 commented 4 months ago

in /data_preprocess /load_prompt_ml1m.py line 143 indice_dir="./embeddings",

justarter commented 4 months ago

"zero_shot_ret_get_prompt" function in load_prompt_ml1m.py will not be used. Just ignore it

unknown007007007 commented 4 months ago

Ok, thanks for your timely reply !