Awesome
HypAR: Hypergraph with Attention on Reviews for Explainable Recommendation
This is the code for the paper:
Hypergraph with Attention on Reviews for Explainable Recommendation <br> Theis E. Jendal, Trung-Hoang Le, Hady W. Lauw, Matteo Lissandrini, Peter Dolog, and Katja Hose <br> Presented at ECIR 2024.
How to run
Install requirements. To use cuda, use 'requirements_cu116txt' instead.
pip install -r requirements.txt
HypAR uses https://github.com/evison/Sentires to preprocess the data. The processed data can be downloaded from: https://github.com/PreferredAI/seer.
After downloading file, simply run
python hypar_example.py
Contanct
Questions and discussion are welcome: tjendal@cs.aau.dk