Giter Site home page Giter Site logo

irgpr_cikm_2020's Introduction

IRGPR_CIKM_2020

This is a pytorch re-implementation of the paper Personalized Re-ranking with Item Relationships for E-commerce, built upon PyG library.

Citation

@inproceedings{liu2020personalized,
  title={Personalized Re-ranking with Item Relationships for E-commerce},
  author={Liu, Weiwen and Liu, Qing and Tang, Ruiming and Chen, Junyang and He, Xiuqiang and Heng, Pheng Ann},
  booktitle={Proceedings of the 29th ACM International Conference on Information \& Knowledge Management},
  pages={925--934},
  year={2020}
}

Dependecies

  • Python3.7
  • PyTorch
  • PyG
  • networkx
  • pandas
  • gensim

Experiment Data

  • Amazon Review Data
  • To process a dataset from raw files
    • Please get the following files from Amazon Review Data and put them at the raw/ directory.
    meta_Video_Games.json.gz
    ratings_Video_Games.csv
    reviews_Video_Games.json.gz
    
    • Obtain node features from reviews by gensim.models.doc2vec, and put the .d2v file at raw/.
    • As well as the initial ranked lists, examples as data/Amazon/raw/train_ratings_Video_Games.txt and data/Amazon/raw/test_ratings_Video_Games.txt in the format of [uid] [iid] [label] [initial score].
  • We provided a sample processed heterogenous graph Amazon_Video_Games.pt from Amazon Video Games raw data, so that you can directly load the processed data and train the model.

Experiment

  • Before running, please modify the corresponding Amazon data category in amazon_rerank_loader.py.
python run_irgpr.py --lr [lr] --node_emb [node embedding dim]

irgpr_cikm_2020's People

Contributors

wwliu555 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

irgpr_cikm_2020's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.