Skip to content

Commit abbec12

Browse files
sunxd3penelopeysm
andauthored
Replace 2018 AISTATS conference paper with the latest 2025 ACM paper (#2608)
* Replace 2018 AISTATS conference paper with the latest 2025 journal publication * add back old citation * unify with turing.jl readme --------- Co-authored-by: Penelope Yong <penelopeysm@gmail.com>
1 parent af3d143 commit abbec12

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

CITATION.bib

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1-
@inproceedings{ge2018t,
2-
author = {Hong Ge and
3-
Kai Xu and
4-
Zoubin Ghahramani},
5-
title = {Turing: a language for flexible probabilistic inference},
6-
booktitle = {International Conference on Artificial Intelligence and Statistics,
7-
{AISTATS} 2018, 9-11 April 2018, Playa Blanca, Lanzarote, Canary Islands,
8-
Spain},
9-
pages = {1682--1690},
10-
year = {2018},
11-
url = {http://proceedings.mlr.press/v84/ge18b.html},
12-
biburl = {https://dblp.org/rec/bib/conf/aistats/GeXG18},
1+
@article{10.1145/3711897,
2+
author = {Fjelde, Tor Erlend and Xu, Kai and Widmann, David and Tarek, Mohamed and Pfiffer, Cameron and Trapp, Martin and Axen, Seth D. and Sun, Xianda and Hauru, Markus and Yong, Penelope and Tebbutt, Will and Ghahramani, Zoubin and Ge, Hong},
3+
title = {Turing.jl: a general-purpose probabilistic programming language},
4+
year = {2025},
5+
publisher = {Association for Computing Machinery},
6+
address = {New York, NY, USA},
7+
url = {https://doi.org/10.1145/3711897},
8+
doi = {10.1145/3711897},
9+
note = {Just Accepted},
10+
journal = {ACM Trans. Probab. Mach. Learn.},
11+
month = feb,
12+
}
13+
14+
@InProceedings{pmlr-v84-ge18b,
15+
title = {Turing: A Language for Flexible Probabilistic Inference},
16+
author = {Ge, Hong and Xu, Kai and Ghahramani, Zoubin},
17+
booktitle = {Proceedings of the Twenty-First International Conference on Artificial Intelligence and Statistics},
18+
pages = {1682--1690},
19+
year = {2018},
20+
editor = {Storkey, Amos and Perez-Cruz, Fernando},
21+
volume = {84},
22+
series = {Proceedings of Machine Learning Research},
23+
month = {09--11 Apr},
24+
publisher = {PMLR},
25+
pdf = {http://proceedings.mlr.press/v84/ge18b/ge18b.pdf},
26+
url = {https://proceedings.mlr.press/v84/ge18b.html},
1327
}

0 commit comments

Comments
 (0)