Skip to content

Commit

Permalink
Merge pull request #124 from FederatedAI/feature-2.2.0-update_doc
Browse files Browse the repository at this point in the history
update readme to pdss docs
  • Loading branch information
mgqa34 authored Aug 1, 2024
2 parents ce0e2e9 + 9f8e2e5 commit 9e88bb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/tutorial/pdss/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# FATE-LLM: PDSS
The Algorithm is based on paper ["PDSS: A Privacy-Preserving Framework for Step-by-Step Distillation of Large Language Models"](https://arxiv.org/pdf/2406.12403), which introduce a novel framework for privacy preserving federated distillation. We integrate its code into the FATE-LLM framework.

## Citation
If you publish work that uses PDSS, please cite PDSS as follows:
```
@article{fan2024pdss,
title={PDSS: A Privacy-Preserving Framework for Step-by-Step Distillation of Large Language Models},
author={Fan, Tao and Kang, Yan and Chen, Weijing and Gu, Hanlin and Song, Yuanfeng and Fan, Lixin and Chen, Kai and Yang, Qiang},
journal={arXiv preprint arXiv:2406.12403},
year={2024}
}
```

0 comments on commit 9e88bb4

Please sign in to comment.