enoche / BM3

Pytorch implementation for "Bootstrap Latent Representations for Multi-modal Recommendation"-WWW'23
GNU General Public License v3.0
50 stars 9 forks source link

Could you please share the data processing steps for the datasets in the data folder? #1

Closed yinpu closed 1 year ago

yinpu commented 1 year ago

Hello, enoche, thank you for sharing your code and datasets. I am very interested in your bm3 experiment and I would like to ask you if you could share the code for the data processing methods for the datasets in the data folder, namely baby, sports, and elec. I am not sure how you transformed the raw data into the format that your code can read. If you provide the code for the data processing methods,I would appreciate it very much. Thank you for your time and help!

enoche commented 1 year ago

Hello, enoche, thank you for sharing your code and datasets. I am very interested in your bm3 experiment and I would like to ask you if you could share the code for the data processing methods for the datasets in the data folder, namely baby, sports, and elec. I am not sure how you transformed the raw data into the format that your code can read. If you provide the code for the data processing methods,I would appreciate it very much. Thank you for your time and help!

Hi, yinpu, thanks for your nice suggestion. I've updated the README file in data dir, describing how to preprocess the raw data step by step.

All scripts will be cleaned and released soon.

enoche commented 1 year ago

Hi, @yinpu I've updated all the preprocessing scripts in the preprocessing dir for your reference. Thanks.