bytedance / HLLM

HLLM: Enhancing Sequential Recommendations via Hierarchical Large Language Models for Item and User Modeling
Apache License 2.0
172 stars 21 forks source link

The implementation of "Discriminative Recommendation" #7

Closed LeiShenVictoria closed 4 weeks ago

LeiShenVictoria commented 1 month ago

Hi, the code posted seems to be mainly for "Generative Recommendation" and only contains nce loss. Are you going to post the code for the "Discriminative Recommendation" part? Thanks a lot!

ssyzeChen commented 4 weeks ago

Hi. This code repo focuses on Generative Recommendation to maintain consistency with prior works. We apologize that the Discriminative Recommendation, mainly based on real industrial data, is not convenient to release at this time. In case we find a suitable public dataset, we will add this later.