Modality-Aware Identity Construction and Counterfactual Structure Learning for ID-Free Multimodal Recommendation
This is the Pytorch implementation for our paper: Modality-Aware Identity Construction and Counterfactual Structure Learning for ID-Free Multimodal Recommendation
The structure of our model is available for viewing in the following:
Python==3.8,
Pytorch==2.0.0,
Install all requirements with pip install -r requirements.txt.
Put the Baby, Clothing, Sports, Pet and Beauty datasets and other required data into the folder MAIL/data by downloading from this link Google Drive.
Run MAIL by python main.py with the default dataset as Baby. Specific dataset selection can be modified in main.py.
You may specify other parameters in CMD or config with configs/model/*.yaml and configs/dataset/*.yaml.
The structure of this code is based on MMRec and IDFREE. Thank for their work.
