SAI990323 / TALLRec

Apache License 2.0
190 stars 31 forks source link

More details about evaluation on traditional methods (e.g., SASRec) #37

Closed mediumboat closed 10 months ago

mediumboat commented 10 months ago

Hi, this is really an interesting work. I have a question about the evaluation settings for traditional methods.

When training and testing TALLRec, the historical interactions are constructed as the input prompt to LLM. I wonder in testing traditional methods, how these historical interactions are used. Do you further fine-tune the SASRec on the historical interactions in the test set or directly predict the test target item?

jizhi-zhang commented 10 months ago

Thank you very much for your attention to our work.

We predicted the target item directly and did not finetune the SASRec with the historical interactions of the test set. The LLM was not trained on the input prompt of the test set, although the historical interaction was built into the input prompt when testing TALLRec. So we also didn't train with the historical interactions of the test set in traditional methods.

mediumboat commented 10 months ago

Thanks for your quick reply, it really helps