RUCAIBox / RecSysDatasets

This is a repository of public data sources for Recommender Systems (RS).
https://recbole.io/
844 stars 132 forks source link

Add convert_item function to utilize the text data from the MIND dataset #104

Closed vic4code closed 2 years ago

vic4code commented 2 years ago

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.

Sherry-XLL commented 2 years ago

@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.