Skip to content

Official Code Framework of the paper "Latent Linear Critiquing for Conversational Recommender Systems"

Notifications You must be signed in to change notification settings

k9luo/LatentLinearCritiquingforConvRecSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatentLinearCritiquingforConvRecSys

If you are interested in building up your research on this work, please cite:

@inproceedings{sanner:www20,
  author = {Kai Luo and Scott Sanner and Ga Wu and Hanze Li and Hojin Yang},
  title = {Latent Linear Critiquing for Conversational Recommender Systems},
  year = {2020},
  booktitle = {Proceedings of the 29th International Conference on the World Wide Web (WWW-20)},
  address = {Taipei, Taiwan},
  url_paper = {https://ssanner.github.io/papers/www20_llc.pdf}
}

Author Affiliate

| |

Algorithm Implemented

  1. LP Option1
  2. LP Option2
  3. LP Option3

Dataset

  1. Amazon CDs&Vinyl,
  2. Beer Advocate,

We don't have rights to release the datasets. Please ask permission from Professor Julian McAuley.

Please refer to the preprocess folder for preprocessing raw datasets steps.

Keyphrase

Keyphrases we used are not necessarily the best. If you are interested in how we extracted those keyphrases, please refer to the preprocess folder. If you are interested in what keyphrases we extracted, please refer to the data folder.

Example Commands

Reproduce Critiquing

python reproduce_critiquing.py --data_dir "data/beer/" --dataset_name beer/ --save_path beer/critiquing_results.csv --num_users_sampled 10 --critiquing_model_name LP1Simplified

About

Official Code Framework of the paper "Latent Linear Critiquing for Conversational Recommender Systems"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages