Skip to content

collwe/Review-Based-Explainable-Recommendations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review-Based Explainable Recommendations: A Transparency Perspective

Installation

Install PyTorch following the instructions on the (https://pytorch.org/). The code has been tested over PyTorch 1.8.1 versions.

Then install the other dependencies.

conda env create -f environment.yml

Dataset

The dataset preprocessing code is in data/Sentires-preprocessing.py with randomized train|validation|test split in 80|10|10 ratios.

Train & Evaluation

The training and evaluation code can be executed with:

python src/run.py

Default parameters are not the best performing-hyper-parameters. Hyper-parameter selection on the validation set has been specified in Subsection 5.1.4 in our paper and needs to be done through the command line arguments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages