Skip to content
View RE-SORT's full-sized avatar
Block or Report

Block or report RE-SORT

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RE-SORT/README.md

RE-SORT

This is an official implementation of RE-SORT for CTR prediction task, as described in our paper:

RE-SORT: Removing Spurious Correlation in Multilevel Interaction for CTR Prediction. arXiv preprint:2309.14891, 2024.

Overview Framework

Introduction

RE-SORT: A CTR prediction framework that removes spurious correlations in multilevel feature interactions, which leverages critical causal relationships between items and users in diverse nonlinear feature spaces to enhance the CTR prediction.

Dependencies

RE-SORT has the following dependencies:

  • python 3.6+
  • pytorch 1.10+

Quick Start

python run_expid.py --config {config_dir} --expid {experiment_id} --gpu {gpu_device_id}

🔥 Citation

If you find our RE-SORT helpful for your research, please consider citing the following paper:

@article{song2024resort,
  Title={RE-SORT: Removing Spurious Correlation in Multilevel Interaction for CTR Prediction},
  journal={arXiv preprint:2309.14891},
  year={2024}
}

Popular repositories

  1. RE-SORT RE-SORT Public

    Python 2