SAI990323 / BIGRec

42 stars 5 forks source link

How are the movie_embedding and item_embedding generated? #1

Closed zcfinal closed 1 year ago

zcfinal commented 1 year ago

Thanks for your great work. I have a question: How are the movie_embedding and item_embedding generated? Do they come from one specific algorithm?

SAI990323 commented 1 year ago

We utilized the straightforward approach of using LLaMA itself for extracting embeddings, without employing any specific techniques. While we acknowledge that there may exist numerous sophisticated methods to enhance performance, that is not the focal point of our discussion.

zcfinal commented 1 year ago

Thanks. I see.