diff --git a/README.md b/README.md index 02cfc62..4ee9fd9 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,8 @@ In model inversion attacks, a malicious user attempts to recover the private dat ## Natural language processing domain +- [NeurIPS 2025] (black-box) Better Language Model Inversion by Compactly Representing Next-Token Distributions [[paper]](https://arxiv.org/abs/2506.17090) [[code]](https://github.com/dill-lab/PILS) + - [ACL 2024] (black-box) Text Embedding Inversion Security for Multilingual Language Models [[paper]](https://arxiv.org/abs/2401.12192) [[code]](https://github.com/siebeniris/multivec2text) - [ICLR 2024] (black-box) Language Model Inversion [[paper]](https://arxiv.org/abs/2311.13647) [[code]](https://github.com/jxmorris12/vec2text)