This is the Pytorch implementation for our LOBSTER paper:
LOBSTER: Bilateral Global Semantic Enhancement for Multimedia Recommendation
- python 3.9
- Pytorch 2.1.0
We provide three processed datasets: Baby, Sports.
Download from Google Drive: Baby/Sports
cd ./src
python main.py
If you find LOBSTER useful in your research, please consider citing our paper.
The code is released for academic research use only. For commercial use, please contact Jinfeng Xu.
The structure of this code is based on MMRec. Thank for their work.