dengyang17 / unicorn

The implementation of Unified Conversational Recommendation Policy Learning via Graph-based Reinforcement Learning (SIGIR 2021).
45 stars 8 forks source link

Question about data #9

Closed houghtonweihu closed 2 years ago

houghtonweihu commented 2 years ago

I was reading the file entity2id.txt in transE_data/lastfm. The name item_0 appeared two times in the file: "item_0 1801" and "item_0 9233". Could you help me to know the reason for this?

Thanks!

dengyang17 commented 2 years ago

Sorry about the mistake. The second item_0 is supposed to be feature0 and so do other item* after 9233 id. However, this will not affect the pretraining.

Thanks.

houghtonweihu commented 2 years ago

Thanks @dengyang17 for this help!