Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 713 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 713 Bytes

E2ImgRec - Spectral and Geometric Spaces Representation Regularization for Multi-Modal Sequential Recommendation (CIKM'24)

Requirements

pip install -r requirements.txt

Reproducing

cd src
python main.py

Citation

If you use the models in your research, please cite our paper via:

@inproceedings{li2024spectral,
  title={Spectral and Geometric Spaces Representation Regularization for Multi-Modal Sequential Recommendation},
  author={Li, Zihao and Xu, Xuekong and Tang, Zuoli and Zou, Lixin and Wang, Qian and Li, Chenliang},
  booktitle={Proceedings of the 33rd ACM International Conference on Information and Knowledge Management},
  pages={1336--1345},
  year={2024}
}