Coder Social home page Coder Social logo

zealscott / sgdl Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 8.0 887 KB

Source code for Self-Guided Learning to Denoise for Robust Recommendation. SIGIR 2022.

Home Page: https://arxiv.org/abs/2204.06832

License: Apache License 2.0

Python 100.00%
robust-learning implicit-feedback denoising graph-neural-networks recommender-system sigir2022 deep-learning pytorch

sgdl's Introduction

SGDL

This repository is the Pytorch implementation of the paper:

Yunjun Gao, Yuntao Du, Yujia Hu, Lu Chen, Xinjun Zhu, Ziquan Fang and Baihua Zheng. (2022). Self-Guided Learning to Denoise for Robust Recommendation. Paper in ACM DL or Paper in arXiv. In SIGIR'22, Madrid, Spain, July 11-15, 2022.

Introduction

Self-Guided Denoising Learning (SGDL) is a new denoising paradigm which is able to collect memorized interactions at the early stage of the training, and leverage those data as denoising signals to guide the following training of the model in a meta-learning manner. Besides, SGDL can automatically switch its learning phase at the memorization point from memorization to self-guided learning, and select clean and informative memorized data via an adaptive denoising scheduler to further improve the robustness.

Citation

If you want to use our codes and datasets in your research, please cite:

@inproceedings{SGDL22,
  title		= {Self-Guided Learning to Denoise for Robust Recommendation},
  author	= {Yunjun Gao and 
  	           Yuntao Du and 
  	           Yujia Hu and 
  	           Lu Chen and 
  		   Xinjun Zhu and 
  		   Ziquan Fang and 
  		   Baihua Zheng},
  pages         = {1412--1422},
  booktitle	= {{SIGIR}},
  year		= {2022}
}

Environment Requirements

  • Ubuntu OS
  • Python >= 3.7.9
  • torch 1.4.0+
  • Nvidia GPU with cuda 10.1+

Datasets

Three popular public datasets for recommendation are used in our research:

Reproducibility & Training

To demonstrate the reproducibility of the best performance reported in our paper and facilitate researchers to track whether the model status is consistent with ours, we provide the best parameter settings (might be different for the customized datasets) in the scripts, and provide the log for our trainings.

  • MovieLens-100k with LightGCN
python main.py --batch_size 128 --lr 0.0005 --meta_lr 0.0005 --model lgn --eval_freq 5 --stop_step 8 --dataset ml100k
  • Adressa with LightGCN
python main.py --batch_size 1024 --lr 0.0005 --meta_lr 0.0005 --model lgn --eval_freq 10 --stop_step 4 --dataset adressa
  • Yelp with LightGCN
python main.py --batch_size 2048 --lr 0.0005 --meta_lr 0.0005 --model lgn --eval_freq 10 --stop_step 4 --dataset yelp
  • For other parameters and baselines, please refer to the settings in Section 4.1.4 of our paper.

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.