Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 22 additions & 19 deletions paper/paper.bib
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@misc{byambadalai2024estimatingdistributionaltreatmenteffects,
@inproceedings{byambadalai2024estimatingdistributionaltreatmenteffects,
title={Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction},
author={Undral Byambadalai and Tatsushi Oka and Shota Yasui},
author={Byambadalai, Undral and Oka, Tatsushi and Yasui, Shota},
booktitle={Proceedings of the 41st International Conference on Machine Learning},
pages={5082--5113},
year={2024},
eprint={2407.16037},
archivePrefix={arXiv},
primaryClass={econ.EM},
url={https://arxiv.org/abs/2407.16037},
volume={235},
series={Proceedings of Machine Learning Research},
publisher={PMLR},
doi={10.2139/ssrn.4910058}
Comment on lines +1 to +10
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These entries were converted from arXiv-style @misc to @inproceedings and now only include an SSRN DOI (no arXiv eprint fields and no URL). If the intent is just to satisfy the JOSS DOI check, consider keeping a URL (e.g., proceedings/arXiv) as well so the reference remains directly retrievable even if the DOI is to a different landing page.

Copilot uses AI. Check for mistakes.
}

@book{fisher1935design,
Expand Down Expand Up @@ -50,31 +52,31 @@ @article{scikit-learn

@inproceedings{byambadalai2025efficientestimationdistributionaltreatment,
title={On Efficient Estimation of Distributional Treatment Effects under Covariate-Adaptive Randomization},
author={Undral Byambadalai and Tomu Hirata and Tatsushi Oka and Shota Yasui},
author={Byambadalai, Undral and Hirata, Tomu and Oka, Tatsushi and Yasui, Shota},
booktitle={Proceedings of the 42nd International Conference on Machine Learning},
year={2025},
series={ICML'25},
url={https://arxiv.org/abs/2506.05945}
series={Proceedings of Machine Learning Research},
publisher={PMLR},
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ICML 2025 entry drops the URL field compared to the previous version. Since the DOI used here is an SSRN DOI, adding back a stable URL (arXiv/proceedings page) would help readers locate the paper directly and keeps the reference metadata more complete.

Suggested change
publisher={PMLR},
publisher={PMLR},
url={https://doi.org/10.2139/ssrn.5286083},

Copilot uses AI. Check for mistakes.
doi={10.2139/ssrn.5286083}
}

@misc{hirata2025efficientscalableestimationdistributional,
title={Efficient and Scalable Estimation of Distributional Treatment Effects with Multi-Task Neural Networks},
author={Tomu Hirata and Undral Byambadalai and Tatsushi Oka and Shota Yasui and Shunsuke Uto},
author={Hirata, Tomu and Byambadalai, Undral and Oka, Tatsushi and Yasui, Shota and Uto, Shunsuke},
year={2025},
eprint={2507.07738},
archivePrefix={arXiv},
primaryClass={econ.EM},
url={https://arxiv.org/abs/2507.07738}
url={https://arxiv.org/abs/2507.07738},
doi={10.2139/ssrn.5347645}
}

@misc{byambadalai2025imperfectcompliance,
@inproceedings{byambadalai2025imperfectcompliance,
title={Beyond the Average: Distributional Causal Inference under Imperfect Compliance},
author={Undral Byambadalai and Tomu Hirata and Tatsushi Oka and Shota Yasui},
author={Byambadalai, Undral and Hirata, Tomu and Oka, Tatsushi and Yasui, Shota},
booktitle={Advances in Neural Information Processing Systems},
year={2025},
eprint={2509.15594},
archivePrefix={arXiv},
primaryClass={econ.EM},
url={https://arxiv.org/abs/2509.15594}
doi={10.2139/ssrn.5504858}
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This NeurIPS 2025 entry currently has only title/authors/booktitle/year plus an SSRN DOI. If page numbers/venue details (or at least a URL) aren’t available yet, consider keeping the arXiv URL/eprint metadata too so the citation remains usable outside of DOI resolution.

Suggested change
doi={10.2139/ssrn.5504858}
doi={10.2139/ssrn.5504858},
url={https://doi.org/10.2139/ssrn.5504858}

Copilot uses AI. Check for mistakes.
}

@article{oka2025regression,
Expand All @@ -98,7 +100,7 @@ @article{dowhy
author={Sharma, Amit and Kiciman, Emre},
journal={arXiv preprint arXiv:2011.04216},
year={2020},
url={https://arxiv.org/abs/2011.04216}
doi={10.48550/arXiv.2011.04216}
}

@inproceedings{econml,
Expand All @@ -107,7 +109,8 @@ @inproceedings{econml
booktitle={Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery \& Data Mining},
pages={4072--4073},
year={2021},
organization={ACM}
organization={ACM},
doi={10.1145/3447548.3470792}
}

@ARTICLE{2020SciPy-NMeth,
Expand Down
Loading