Skip to content

Commit 53115f4

Browse files
authored
add citations
1 parent 91ccad6 commit 53115f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ Please refer to the [documentation](https://microsoft.github.io/DPSDA/) for more
2323
* `1/8/2025`: **Text generation with foundation model APIs** based on the paper [`Differentially Private Synthetic Data via Foundation Model APIs 2: Text`](https://arxiv.org/abs/2403.01749) has been integrated into the library! If you want to reproduce the results in the [paper](https://arxiv.org/abs/2403.01749), please refer to [our original codebase](https://github.com/AI-secure/aug-pe).
2424
* `11/21/2024`: The refactored codebase for **image generation with foundation model APIs** based on the paper [`Differentially Private Synthetic Data via Foundation Model APIs 1: Images`](https://arxiv.org/abs/2305.15560) has been released! It is completely refactored to be more modular and easier to use and extend. The code originally published with the [paper](https://arxiv.org/abs/2305.15560) has been moved to the [deprecated](https://github.com/microsoft/DPSDA/tree/deprecated) branch in this repository, which is no longer maintained.
2525

26+
## Citations
27+
28+
If you use this library in your research or work, please cite the following papers:
29+
30+
https://github.com/microsoft/DPSDA/blob/91ccad6e65febd12c84448e3f79d498a20eda7b3/doc/source/getting_started/pe1.bib#L1-L6
31+
32+
https://github.com/microsoft/DPSDA/blob/91ccad6e65febd12c84448e3f79d498a20eda7b3/doc/source/getting_started/pe2.bib#L1-L6
33+
34+
https://github.com/microsoft/DPSDA/blob/91ccad6e65febd12c84448e3f79d498a20eda7b3/doc/source/getting_started/pe3.bib#L1-L6
35+
36+
37+
2638
## Contributing
2739

2840
This project welcomes contributions and suggestions. Most contributions require you to agree to a

0 commit comments

Comments
 (0)