Skip to content
forked from enoche/FREEDOM

A Tale of Two Graphs: Freezing and Denoising Graph Structures for Multimodal Recommendation

Notifications You must be signed in to change notification settings

styx29-0/FREEDOM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FREEDOM

Pytorch implementation for "A Tale of Two Graphs: Freezing and Denoising Graph Structures for Multimodal Recommendation" arxiv.

  • 🔀 This model is integrated into the MMRec framework.

Overview of FREEDOM

Data

Download from Google Drive: Baby/Sports/Clothing/etc.
The data already contains text and image features extracted from Sentence-Transformers and CNN.

How to run

  1. Put your downloaded data (e.g. baby) under data dir.
  2. Enter src folder and run with
    python main.py -m FREEDOM -d baby
    You may specify other parameters in CMD or config with configs/model/*.yaml and configs/dataset/*.yaml.

No commercial use. License reserved by authors.

About

A Tale of Two Graphs: Freezing and Denoising Graph Structures for Multimodal Recommendation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%