Skip to content

Commit edc9b2a

Browse files
Add Science Advances citation.
1 parent acfeb74 commit edc9b2a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Source code for "Correlations inference attacks against machine learning models"
22

3-
Source code for pre-processing datasets, running experiments, and generating the figures of the "Correlations inference attacks against machine learning models" [paper](https://arxiv.org/abs/2112.08806) by Ana-Maria Cretu*, Florent Guépin*, and Yves-Alexandre de Montjoye (* denotes equal contribution). If you re-use this code please cite our paper.
3+
Source code for pre-processing datasets, running experiments, and generating the figures of the Science Advances paper [Correlations inference attacks against machine learning models](https://www.science.org/doi/10.1126/sciadv.adj9260) by Ana-Maria Cretu*, Florent Guépin*, and Yves-Alexandre de Montjoye (* denotes equal contribution).
44

55
## Requirements
66

@@ -222,3 +222,19 @@ To generate Figure S6, run the corresponding cell in the following notebook: ```
222222
## Figures S7, S8 and S9
223223

224224
The results of Figures S7, S8 and S9 are already computed as a result of the experiment used to generate results for Figure 3 - S2. To generate the figures, run the corresponding cells in the following notebook: ```notebooks/results/figures_synthetic_evaluation.ipynb```.
225+
226+
# How to cite
227+
If you re-use this code, please cite our paper as:
228+
229+
```
230+
@article{crectu2024correlation,
231+
title={Correlation inference attacks against machine learning models},
232+
author={Cre{\c{t}}u, Ana-Maria and Gu{\'e}pin, Florent and de Montjoye, Yves-Alexandre},
233+
journal={Science Advances},
234+
volume={10},
235+
number={28},
236+
pages={eadj9260},
237+
year={2024},
238+
publisher={American Association for the Advancement of Science}
239+
}
240+
```

0 commit comments

Comments
 (0)