sudaada / FEARec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEARec

Code for SIGIR 2023 paper, Frequency Enhanced Hybrid Attention Network for Sequential Recommendation

Usage

Download datasets from RecSysDatasets or their Google Drive. And put the files in ./dataset/ like the following.

$ tree
.
├── Amazon_Beauty
│   ├── Amazon_Beauty.inter
│   └── Amazon_Beauty.item
├── Amazon_Clothing_Shoes_and_Jewelry
│   ├── Amazon_Clothing_Shoes_and_Jewelry.inter
│   └── Amazon_Clothing_Shoes_and_Jewelry.item
├── Amazon_Sports_and_Outdoors
│   ├── Amazon_Sports_and_Outdoors.inter
│   └── Amazon_Sports_and_Outdoors.item
└── ml-1m
    ├── ml-1m.inter
    ├── ml-1m.item
    ├── ml-1m.user
    └── README.md

Run fearec.sh.

Credit

This repo is based on RecBole.

About

License:MIT License


Languages

Language:Python 100.0%Language:Shell 0.0%