GithubHelp home page GithubHelp logo

coheat's Introduction

CoHeat

This project is a PyTorch implementation of "Cold-start Bundle Recommendation via Popularity-based Coalescence and Curriculum Heating", which is published at The Web Conference 2024.

Prerequisties

The implementation is based on Python 3.10 and PyTorch 2.0.1 A complete list of required packages can be found in the requirements.txt file. Please install the necessary packages before running the code.

Datasets

We use 3 datasets in our work: Youshu, NetEase, and iFashion. The preprocessed dataset is included in the repository: ./data. We separate the dataset into three scenarios: cold, warm, and all.

Configuration

To customize the configuration, please edit the ./src/config.yaml file. For guidance on setting the hyperparameters, please refer to our paper.

Running the code

To execute the code, use the command python main.py with the arguments --data and --seed. For convenience, we provide a demo.sh script that reproduces the experiments presented in our work.

Citation

Please cite this paper when you use our code.

@inproceedings{conf/www/JeonLYK24,
  author    = {Hyunsik Jeon and
               Jong-eun Lee and
               Jeongin Yun and
               U Kang},
  title     = {Cold-start Bundle Recommendation via Popularity-based Coalescence and Curriculum Heating},
  booktitle = {WWW},
  year      = {2024},
}

coheat's People

Contributors

coldbundle avatar snudatalab avatar

Stargazers

 avatar

Watchers

 avatar

coheat's Issues

Code for Data Partitioning

How can data be divided into 'warm' and 'cold'? Could you provide the code if possible? Thank you very much.

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.