Giter Club home page Giter Club logo

mars's Introduction

MARS

This repository contains a implementation of our "Multi-Facet Recommender Networks with Spherical Optimization" accepted by ICDE 2021.

Contact

Please contact us if you have problems with the code, and also if you think your work is relevant but missing from the survey.

Yanchao Tan ([email protected]), Xiangyu Wei ([email protected])

Environment Setup

  1. Pytorch 1.2+
  2. Python 3.6+

Guideline

data

We provide a dataset ciao , which contains:

  • All interactions of the dataset(ratings.dat);
  • Train set, validation set, and test set devided by drop the last two items of each user from ratings.dat(LOOTrain.dat, LOOTest.dat, LOOVal.dat);
  • 100 unordered items for each user for testing(LOONegatives.dat);
  • 200 pre-sampled data to accelerate the speed of training in 200 epochs(samples/sampling_*.dat);

model

The implementation of MARS(model.py);

utils

Data input and model evaluation

  • Dataset.py For Data preprocessing;

  • Recommender.py The base class of models, including functions of getting training and testing instances and evaluating performances;

  • evaluation.py Functions of calculating NDCG and HR;

Example to run the codes

python main.py --dataset ciao --numEpoch 100 --lRate 0.01

Citation

If you find the code useful, please consider citing the following paper:

@inproceedings{tan2021multi,
  title={Multi-Facet Recommender Networks with Spherical Optimization},
  author={Tan, Yanchao and Yang, Carl and Wei, Xiangyu and Ma, Yun and Zheng, Xiaolin},
  booktitle={2021 IEEE 37th International Conference on Data Engineering (ICDE)},
  pages={1524--1535},
  year={2021},
  organization={IEEE}
}

mars's People

Contributors

melinda315 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

molimomo

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.