Skip to content

Commit

Permalink
Add BibTeX citation (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Jun 13, 2024
1 parent 97adcce commit c888777
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Bayesian quantification with black-box estimators

*Quantification* is the problem of estimating the label prevalence from an unlabeled data set. In this repository we provide the code associated with our manuscript, which can be used to reproduce the experiments.
*Quantification* is the problem of estimating the label prevalence from an unlabeled data set. In this repository we provide the code associated with our [manuscript](https://openreview.net/forum?id=Ft4kHrOawZ), which can be used to reproduce the experiments.

## Installation

Expand All @@ -28,3 +28,20 @@ The experiments can be reproduced by running:
$ snakemake -c4 -s workflows/WORKFLOW_NAME.smk
```


## Citation

In order to cite this code, please use:

```
@article{
Ziegler-Czyz-2024-Bayesian-Quantification,
title={Bayesian Quantification with Black-Box Estimators},
author={Albert Ziegler and Pawe{\l} Czy{\.z}},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2024},
url={https://openreview.net/forum?id=Ft4kHrOawZ}
}
```

0 comments on commit c888777

Please sign in to comment.