Source code for WWW 2022 paper Regulatory Instruments for Fair Personalized Pricing.
- Linux with Python >= 3.6
pip install -r requirements.txt
Plot the trade-off curve between consumer surplus and producer surplus for common demand distributions
python main.py --distribution DISTRIBUTION
Here DISTRIBUTION takes value from uniform
, exponential
, power-law
, coke
, cake
, vaccine
, or auto-loan
. The figures will be shown in results/figs/
.
If you find this repo useful for your research, please consider citing the paper.
@inproceedings{xu2022regulatory,
title={Regulatory Instruments for Fair Personalized Pricing},
author={Xu, Renzhe and Zhang, Xingxuan and Cui, Peng and Li, Bo and Shen, Zheyan and Xu, Jiazheng},
booktitle={Proceedings of the ACM Web Conference 2022},
pages={4--15},
year={2022}
}