tsinghua-fib-lab / CLSR

The official implementation of "Disentangling Long and Short-Term Interests for Recommendation" (WWW '22)
MIT License
71 stars 19 forks source link

模型相关问题 #18

Closed lypla closed 1 year ago

lypla commented 1 year ago

请问CLSR模型是如何解决冷启动问题,当用户是全新的/没有历史记录时,该模型是如何进展的?另外,需要的当前会话的最短长度是多少呢?

DavyMorgan commented 1 year ago

我们对数据做了10-core过滤,保证每个用户至少有10次交互。