Skip to content

rjagerman/sigir2020

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 5, 2019 15:40
May 19, 2020 15:41
December 5, 2019 15:40

Accelerated Convergence for Counterfactual Learning to Rank

ℹ️ This software uses PyTorchLTR. Check it out here!

Source code with our SIGIR2020 paper. To run all experiments, build the plots and create the tables that appear in the paper run the following:

export YAHOO_DIR=/path/to/yahoo/set1/
export ISTELLA_DIR=/path/to/istella/sample/
make -j$(nproc)

Or, if you are on macOS:

export YAHOO_DIR=/path/to/yahoo/set1/
export ISTELLA_DIR=/path/to/istella/sample/
make -j$(sysctl -n hw.logicalcpu)

This can take significant amount of time depending on the number of CPU cores available.

About

Accelerated Confergence for Counterfactual Learning to Rank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published