• Stars
    star
    149
  • Rank 247,131 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 6 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code for our KDD 2018 Paper "Multi-Pointer Co-Attention Networks for Recommendation"

Code for KDD 2018

This repository contains a reference implementation of our Multi-Pointer Co-Attention Networks (MPCN) proposed in KDD 2018.

Preprint is available here: https://arxiv.org/abs/1801.09251

Note: This is a preliminary rough sketch of the MPCN implementation. The main functions are already in this repository. The next update will including running instructions and dataset prep. Since this is mainly copied from another repository, some dependencies might be broken (for now). This codebase is not actively maintained. If you do find an issue (missing dependencies), I will try to fix it at my free time.

Environment Setup

  1. Tensorflow 1.7
  2. Python 2.7

Reference

If you find our source code useful, please consider citing our work.

@article{DBLP:journals/corr/abs-1801-09251,
  author    = {Yi Tay and
               Luu Anh Tuan and
               Siu Cheung Hui},
  title     = {Multi-Pointer Co-Attention Networks for Recommendation},
  journal   = {CoRR},
  volume    = {abs/1801.09251},
  year      = {2018},
  url       = {http://arxiv.org/abs/1801.09251},
  archivePrefix = {arXiv},
  eprint    = {1801.09251},
  timestamp = {Fri, 02 Feb 2018 14:20:25 +0100},
  biburl    = {https://dblp.org/rec/bib/journals/corr/abs-1801-09251},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}