AISTATS.
This commit is contained in:
parent
a062156ffe
commit
02ef453eb8
|
@ -407,6 +407,11 @@
|
|||
@STRING{tcc16a = tcc # ", Tel Aviv, Israel"}
|
||||
@STRING{tcc16b = tcc # ", Beijing, China"}
|
||||
|
||||
% ----
|
||||
@STRING{aistats = "International Conference on {A}rtificial {I}ntelligence
|
||||
and {S}tatistics ({AISTATS})"}
|
||||
@STRING{aistats20 = aistats # ", Palermo, Italy"}
|
||||
|
||||
% ----
|
||||
@STRING{kdd = "{ACM} {SIGKDD} {C}onference on {K}nowledge {D}iscovery
|
||||
and {D}ata {M}ining (KDD)"}
|
||||
|
@ -417,7 +422,7 @@
|
|||
|
||||
% ----
|
||||
@STRING{nips = "{C}onference on {N}eural {I}nformation {P}rocessing
|
||||
{S}ystems (NIPS)"}
|
||||
{S}ystems ({NIPS})"}
|
||||
@STRING{nips08 = nips # ", Vancouver, British Colombia" }
|
||||
@STRING{nips12 = nips # ", Lake Tahoe, California" }
|
||||
@STRING{nips13 = nips # ", Lake Tahoe, California" }
|
||||
|
|
|
@ -1,19 +1,4 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@unpublished{BBGHS19,
|
||||
title = {Hypothesis Testing Interpretations and {R}\'enyi Differential Privacy},
|
||||
author = {Balle, Borja and
|
||||
Barthe, Gilles and
|
||||
Gaboardi, Marco and
|
||||
Hsu, Justin and
|
||||
Sato, Tetsuya},
|
||||
year = 2019,
|
||||
url = {https://arxiv.org/abs/1905.09982},
|
||||
eprint = {1905.09982},
|
||||
archivePrefix = {arXiv},
|
||||
primaryClass = {cs.LG},
|
||||
jh = yes,
|
||||
}
|
||||
|
||||
@unpublished{ABHKKM19,
|
||||
title = {A Pre-Expectation Calculus for Probabilistic Sensitivity},
|
||||
author = {Aguirre, Alejandro and
|
||||
|
@ -109,6 +94,22 @@
|
|||
}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@inproceedings{BBGHS19,
|
||||
title = {Hypothesis Testing Interpretations and {R}\'enyi Differential Privacy},
|
||||
author = {Balle, Borja and
|
||||
Barthe, Gilles and
|
||||
Gaboardi, Marco and
|
||||
Hsu, Justin and
|
||||
Sato, Tetsuya},
|
||||
booktitle = aistats20,
|
||||
year = 2020,
|
||||
url = {https://arxiv.org/abs/1905.09982},
|
||||
eprint = {1905.09982},
|
||||
archivePrefix = {arXiv},
|
||||
primaryClass = {cs.LG},
|
||||
jh = yes,
|
||||
}
|
||||
|
||||
@article{BHL19,
|
||||
title = {A Probabilistic Separation Logic},
|
||||
author = {Barthe, Gilles and
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
+ **10/2019** **Hypothesis Testing Interpretations and Rényi Differential
|
||||
Privacy** to appear at **AISTATS 2020**!
|
||||
+ **01/2020** **Guarded Kleene Algebra with Tests** has been selected as a
|
||||
**Distingiushed Paper** at **POPL 2020**.
|
||||
+ **10/2019** **A Probabilistic Separation Logic**, **Guarded Kleene Algebra
|
||||
|
|
Loading…
Reference in New Issue