HKUDS / MMSSL

[WWW'2023] "MMSSL: Multi-Modal Self-Supervised Learning for Recommendation"
https://arxiv.org/abs/2302.10632
155 stars 20 forks source link

Question about no acoustic modal #8

Closed laohanlin closed 1 year ago

laohanlin commented 1 year ago

Hi, Weiwei, I noticed that the performance of MMSSL on Tiktok dataset using the acoustic modal in the paper. Hoever, the code only contains the text and image modal. Is the code not yet released on TikTok dataset?

weiwei1206 commented 1 year ago

The code version on the Tiktok dataset has not been released yet. An alternative approach is to directly copy the code blocks of image and text to achieve more modular versions. Another more flexible approach is to maintain a dictionary for modalities, and then use a 'for' loop in the parts that involve multiple modalities.

We apologize for any inconvenience caused. Following the solutions provided above is one way to resolve the issue. After well organizing the code properly, we will upload the TikTok version.

Best Regards.