This is the code for the paper:
Hypergraph with Attention on Reviews for Explainable Recommendation
Theis E. Jendal, Trung-Hoang Le,
Hady W. Lauw, Matteo Lissandrini,
Peter Dolog, and Katja Hose
Presented at ECIR 2024.
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
Questions and discussion are welcome: [email protected]