summmeer / session-based-news-recommendation

source code of paper "Positive, Negative and Neutral: Modeling Implicit Feedback in Session-based News Recommendation", which is accepted at SIGIR 2022.
31 stars 8 forks source link

No such file or directory: './data/globo/TCAR-mid/Normal-2/item_freq_dict_norm_1.txt' #5

Closed vingovan closed 1 year ago

vingovan commented 2 years ago

Hi, I try to experiment with your code but i got error No such file or directory: './data/globo/TCAR-mid/Normal-2/item_freq_dict_norm_1.txt' I read your code but i could not see how to generate item_freq_dict_norm_1.txt how to generate this file? Thank you.

summmeer commented 2 years ago

Thanks for your attention. This file is used to compute ESIR score, which we didn't use at last, so this line can be removed. I think I already update this in my code, you can pull and try again.