/BeFA

Primary LanguagePython

BeFA: A General Behavior-driven Feature Adapter for Multimedia Recommendation

Thanks for taking the time to review our paper!

Introduction

This is the Pytorch implementation for our paper.

BeFA: A General Behavior-driven Feature Adapter for Multimedia Recommendation

Enviroment Requirement

  • python 3.8
  • Pytorch 1.12

Dataset

We conducted experiments on three publicly available datasets:

Training

cd ./src
python main.py

Acknowledgement

The structure of this code is based on MMRec. Thank for their work.