From dc250e1edbfff956be1c0f0bfba7c252c1b1edc0 Mon Sep 17 00:00:00 2001 From: Zhanke Zhou Date: Fri, 3 Apr 2026 11:14:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)