Hi, I tried to add the convert_item() function to get the text data officially provided in the MIND dataset. Therefore, we could use not only the interaction data but also the text data as input to train the recommendation model in RecBole. At last, we could get .item and .inter atomic files at the same time.
@vic4code Thanks very much for your contributions to RecSysDatasets! We have reviewed your code and merged it into our library. Thanks again for your attention to our work.
Hi, I tried to add the
convert_item()
function to get the text data officially provided in the MIND dataset. Therefore, we could use not only the interaction data but also the text data as input to train the recommendation model in RecBole. At last, we could get.item
and.inter
atomic files at the same time.