Home

Awesome

Behavior-Dependent Linear Recurrent Units for Efficient Sequential Recommendation

Behavior-Dependent Linear Recurrent Units for Efficient Sequential Recommendation (CIKM 2024)
Chengkai Liu, Jianghao Lin, Hanzhou Liu, Jianling Wang, James Caverlee
Paper: https://arxiv.org/abs/2406.12580

Usage

Requirements

Run

python run.py

Please update config.yaml to adjust the hyperparameters and experimental settings.

Citation

@article{liu2024behavior,
  title={Behavior-Dependent Linear Recurrent Units for Efficient Sequential Recommendation},
  author={Liu, Chengkai and Lin, Jianghao and Liu, Hanzhou and Wang, Jianling and Caverlee, James},
  journal={arXiv preprint arXiv:2406.12580},
  year={2024}
}

Acknowledgment

This project references RecBole, Accelerated Scan and Causal-Conv1d. We appreciate their outstanding work and commitment to open source.