Exposure Matrix Factorization: modeling user exposure in recommendation
Last updated Jun 22, 2025
96
Stars
39
Forks
3
Issues
0
Stars/day
Attention Score
17
Language breakdown
Jupyter Notebook 83.0%
Python 17.0%
โธ Files
click to expand
README
ExpoMF
This repository contains the source code to reproduce all the experimental results as described in the paper "Modeling User Exposure in Recommendation" (WWW'16).Dependencies
The python module dependencies are:- numpy/scipy
- scikit.learn
- joblib
- bottleneck
- pandas (needed to run the example for data preprocessing)
Datasets
- Taste Profile Subset
- Gowalla: the pre-processed data that we used in the paper can be downloaded here.
We used the weighted matrix factorization (WMF) implementation in content_wmf repository.
Examples
See example notebooks insrc/.๐ More in this category