Giter Site home page Giter Site logo

dr-gnn's Introduction

Distributionally Robust Graph-based Recommendation System (DR-GNN)

Static Badge

This is the PyTorch implementation for our WWW 2024 paper (oral).

Bohao Wang, Jiawei Chen, Changdong Li, Sheng Zhou, Qihao Shi, Yang Gao, Yan Feng, Chun Chen, Can Wang 2024. Distributionally Robust Graph-based Recommendation System. arXiv link

Requirements

To install requirements:

pip install -r requirements.txt

Training & Evaluation

You can get the results in the paper by running the following code.

Gowalla

python main.py --model=lgn --enable_DRO=1 --aug_on --full_batch --ood popularity_shift --dataset='gowalla' --weight_decay 0.0001 --alpha 0.04 --tau 1  --aug_coefficient 0.1 --aug_ratio 0.2

Douban

python main.py --model=lgn --enable_DRO=1 --aug_on --full_batch --ood popularity_shift --dataset='douban' --weight_decay 1e-7 --alpha 0.005 --tau 0.1 --aug_coefficient 0.04 --aug_ratio 0.05

Amazon Book

python main.py --model=lgn --enable_DRO=1 --aug_on --full_batch --ood popularity_shift --dataset='amazon-book' --weight_decay 0.0001 --alpha 0.03 --tau 0.8 --aug_coefficient 0.1 --aug_ratio 0.1

Yelp2018

python main.py --model=lgn --enable_DRO=1 --aug_on --full_batch --ood popularity_shift --dataset='yelp2018' --weight_decay 0.0001 --alpha 0.07 --tau 1 --aug_coefficient 0.25 --aug_ratio 0.05

Citation

If you find the paper useful in your research, please consider citing:

@inproceedings{wang2024distributionally,
  title={Distributionally Robust Graph-based Recommendation System},
  author={Wang, Bohao and Chen, Jiawei and Li, Changdong and Zhou, Sheng and Shi, Qihao and Gao, Yang and Feng, Yan and Chen, Chun and Wang, Can},
  booktitle={Proceedings of the ACM on Web Conference 2024},
  pages={3777--3788},
  year={2024}
}

Acknowledgments

This project makes use of the following open source projects:

  • LightGCN-PyTorch: Some of the functionalities are inspired by this project. Thanks for their great work.

dr-gnn's People

Contributors

wangbohao-jpg avatar

Stargazers

Sky_miner avatar SY Tan avatar xiaoyu xu avatar  avatar  avatar  avatar 万思昊 avatar LAOMOU avatar  avatar  avatar Zhenyu Zhou avatar  avatar Rongyao Cai avatar Wang Junhang(王俊杭) avatar Keli Deng avatar  avatar  avatar Desmond avatar  avatar Yilun Xu avatar QIU Tian avatar Stanley avatar Jiaqi Wu avatar JingyangXiang avatar

Watchers

 avatar

dr-gnn'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.