Skip to content

Code and real data for "Differentiable Learning Under Triage", arXiv:2103.08902.

Notifications You must be signed in to change notification settings

MPI-SWS/differentiable-learning-under-triage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Differentiable Learning Under Triage

This is a repository containing code and data for the paper:

N. Okati, A. De, and M. Gomez-Rodriguez. Differentiable Learning Under Triage

The paper is available here.

Pre-requisites

This code depends on the following packages:

  1. jupyterlab
  2. Torch
  3. fasttext
  4. matplotlib
  5. numpy

Structure

  • Hatespeech contains the data and code for regenerating the experiments on Hatespeech dataset.
  • Galaxy-zoo contains the data and code for regenerating the experiments on Galaxy-zoo dataset.
  • Synthetic contains the code for regenerating the experiments on Synthetic dataset.

Please refer to section 5 and 6 of our paper for detailed discussion on experiments.

Execution

The details for executing are mentioned inside each folder. Each folder contains a train.ipynb in which our algorithm and baselines are implemented and the results are illustrated.

Citation

Please cite us if you use our work in your research:

@misc{okati2021differentiable,
      title={Differentiable Learning Under Triage}, 
      author={Nastaran Okati and Abir De and Manuel Gomez-Rodriguez},
      year={2021},
      eprint={2103.08902},
      archivePrefix={arXiv},
      primaryClass={stat.ML}
}

About

Code and real data for "Differentiable Learning Under Triage", arXiv:2103.08902.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%