amirj / unifying_explicit_implicit

Unifying Explicit and Implicit Feedback for Rating Prediction and Ranking Recommendation Tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unifying Explicit and Implicit Feedback for Rating Prediction and Ranking Recommendation Tasks

This is the implementation of the following paper:

@InProceedings{unifying_exp0licit_implicit,
  author    = {Amir H. Jadidinejad and Craig Macdonald and Iadh Ounis},
  title     = {Unifying Explicit and Implicit Feedback for Rating Predictionand Ranking Recommendation Tasks},
  publisher = {ACM},
  booktitle = {International Conference on the Theory of Information Retrieval (ICTIR)},
  year      = {2019},
}

Requirements

Results

The following table summarizes the results of the proposed model ($\Phi_{D_{i}^{*}}$) compared to the baseline explicit ($\Phi_{D_{e}}$) and implicit ($MF_{bpr}$) models: results

See the paper for more details.

How to reproduce?

Use the corresponding Jupyter notebook to reproduce the results of each dataset:

About

Unifying Explicit and Implicit Feedback for Rating Prediction and Ranking Recommendation Tasks

License:Apache License 2.0


Languages

Language:Jupyter Notebook 77.2%Language:Python 22.8%