Skip to content

Commit 8546e79

Browse files
TomeHirataclaude
andauthored
Add missing DOIs to bibliography per JOSS reference check (#108)
Address JOSS automated reference check (openjournals/joss-reviews#10466): MISSING DOIs (added): - Byambadalai et al. 2024 (ICML): 10.2139/ssrn.4910058 - Byambadalai et al. 2025 (ICML): 10.2139/ssrn.5286083 - Hirata et al. 2025 (arXiv): 10.2139/ssrn.5347645 - Byambadalai et al. 2025 (NeurIPS): 10.2139/ssrn.5504858 SKIP DOIs (added where available): - DoWhy: 10.48550/arXiv.2011.04216 - EconML (KDD 2021): 10.1145/3447548.3470792 Remaining SKIP entries have no DOIs available: - Fisher 1935 (pre-DOI era book) - Scikit-learn (JMLR does not assign DOIs) - Hillstrom 2008 (blog post) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a4c6eff commit 8546e79

1 file changed

Lines changed: 22 additions & 19 deletions

File tree

paper/paper.bib

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
@misc{byambadalai2024estimatingdistributionaltreatmenteffects,
1+
@inproceedings{byambadalai2024estimatingdistributionaltreatmenteffects,
22
title={Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction},
3-
author={Undral Byambadalai and Tatsushi Oka and Shota Yasui},
3+
author={Byambadalai, Undral and Oka, Tatsushi and Yasui, Shota},
4+
booktitle={Proceedings of the 41st International Conference on Machine Learning},
5+
pages={5082--5113},
46
year={2024},
5-
eprint={2407.16037},
6-
archivePrefix={arXiv},
7-
primaryClass={econ.EM},
8-
url={https://arxiv.org/abs/2407.16037},
7+
volume={235},
8+
series={Proceedings of Machine Learning Research},
9+
publisher={PMLR},
10+
doi={10.2139/ssrn.4910058}
911
}
1012

1113
@book{fisher1935design,
@@ -50,31 +52,31 @@ @article{scikit-learn
5052

5153
@inproceedings{byambadalai2025efficientestimationdistributionaltreatment,
5254
title={On Efficient Estimation of Distributional Treatment Effects under Covariate-Adaptive Randomization},
53-
author={Undral Byambadalai and Tomu Hirata and Tatsushi Oka and Shota Yasui},
55+
author={Byambadalai, Undral and Hirata, Tomu and Oka, Tatsushi and Yasui, Shota},
5456
booktitle={Proceedings of the 42nd International Conference on Machine Learning},
5557
year={2025},
56-
series={ICML'25},
57-
url={https://arxiv.org/abs/2506.05945}
58+
series={Proceedings of Machine Learning Research},
59+
publisher={PMLR},
60+
doi={10.2139/ssrn.5286083}
5861
}
5962

6063
@misc{hirata2025efficientscalableestimationdistributional,
6164
title={Efficient and Scalable Estimation of Distributional Treatment Effects with Multi-Task Neural Networks},
62-
author={Tomu Hirata and Undral Byambadalai and Tatsushi Oka and Shota Yasui and Shunsuke Uto},
65+
author={Hirata, Tomu and Byambadalai, Undral and Oka, Tatsushi and Yasui, Shota and Uto, Shunsuke},
6366
year={2025},
6467
eprint={2507.07738},
6568
archivePrefix={arXiv},
6669
primaryClass={econ.EM},
67-
url={https://arxiv.org/abs/2507.07738}
70+
url={https://arxiv.org/abs/2507.07738},
71+
doi={10.2139/ssrn.5347645}
6872
}
6973

70-
@misc{byambadalai2025imperfectcompliance,
74+
@inproceedings{byambadalai2025imperfectcompliance,
7175
title={Beyond the Average: Distributional Causal Inference under Imperfect Compliance},
72-
author={Undral Byambadalai and Tomu Hirata and Tatsushi Oka and Shota Yasui},
76+
author={Byambadalai, Undral and Hirata, Tomu and Oka, Tatsushi and Yasui, Shota},
77+
booktitle={Advances in Neural Information Processing Systems},
7378
year={2025},
74-
eprint={2509.15594},
75-
archivePrefix={arXiv},
76-
primaryClass={econ.EM},
77-
url={https://arxiv.org/abs/2509.15594}
79+
doi={10.2139/ssrn.5504858}
7880
}
7981

8082
@article{oka2025regression,
@@ -98,7 +100,7 @@ @article{dowhy
98100
author={Sharma, Amit and Kiciman, Emre},
99101
journal={arXiv preprint arXiv:2011.04216},
100102
year={2020},
101-
url={https://arxiv.org/abs/2011.04216}
103+
doi={10.48550/arXiv.2011.04216}
102104
}
103105

104106
@inproceedings{econml,
@@ -107,7 +109,8 @@ @inproceedings{econml
107109
booktitle={Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery \& Data Mining},
108110
pages={4072--4073},
109111
year={2021},
110-
organization={ACM}
112+
organization={ACM},
113+
doi={10.1145/3447548.3470792}
111114
}
112115

113116
@ARTICLE{2020SciPy-NMeth,

0 commit comments

Comments
 (0)