Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lpworld/PURS


https://github.com/lpworld/PURS

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# PURS

This is our implementation for the paper:

**Pan Li, Maofei Que, Zhichao Jiang, Yao Hu and Alexander Tuzhilin. "PURS: Personalized Unexpected Recommender System for Improving User Satisfaction." Proceedings of the 14th ACM Conference on Recommender Systems. 2020.** [[Paper]](https://lpworld.github.io/files/recsys20.pdf)

**Dataset:** [[Yelp dataset]](https://www.yelp.com/dataset) [[MovieLens Dataset]](https://grouplens.org/datasets/movielens/)
Due to the confidential agreement with the Youku company, we are not allowed to make the Youku dataset publicly available. Nevertheless, you are always welcome to use our codes for the two public datasets and your own dataset.

**Please cite our RecSys'20 paper if you use our codes. Thanks!**

Author: Pan Li (https://lpworld.github.io/)

## Environment Settings
We use Tensorflow as the backend.
- Tensorflow version: '1.4.0'

## Example to run the codes.
The instruction of commands has been clearly stated in the codes (see the parse_args function).

Run PURS:
```
python train.py
```

## Acknowledgement
This implementation is inspired from [Deep Interest Network](https://github.com/zhougr1993/DeepInterestNetwork).

Last Update: 2020/07/27