wonecall / MAGCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAGCL

This is our Tensorflow implementation for the paper "Multi-aspect Graph Contrastive Learning for Review-enhanced Recommendation". The code has been tested running under Python 3.6.5. The required packages are as follows:

  • tensorflow == 1.10.0
  • numpy == 1.19.5
  • scipy == 1.5.2
  • sentence-transformers == 0.4.1.2

Data

python data/data_preprocessing.py

Run MAGCL

python model/MAGCL.py

  • model type: MAGCL-dec-5

About


Languages

Language:Python 100.0%