paper-with-me

홈 › Papers

Privacy Evaluation Benchmarks for NLP Models

2024-09-24 · Wei Huang, Yinggui Wang, Cen Chen

By inducing privacy attacks on NLP models, attackers can obtain sensitive information such as training data and model parameters, etc. Although researchers have studied, in-depth, several kinds of attacks in NLP models, they are non-systematic analyses. It lacks a comprehensive understanding of the impact caused by the attacks. For example, we must consider which scenarios can apply to which attacks, what the common factors are that affect the performance of different attacks, the nature of the relationships between different attacks, and the influence of various datasets and models on the effectiveness of the attacks, etc. Therefore, we need a benchmark to holistically assess the privacy risks faced by NLP models. In this paper, we present a privacy attack and defense evaluation benchmark in the field of NLP, which includes the conventional/small models and large language models (LLMs). This benchmark supports a variety of models, datasets, and protocols, along with standardized modules for comprehensive evaluation of attacks and defense strategies. Based on the above framework, we present a study on the association between auxiliary data from different domains and the strength of privacy attacks. And we provide an improved attack method in this scenario with the help of Knowledge Distillation (KD). Furthermore, we propose a chained framework for privacy attacks. Allowing a practitioner to chain multiple attacks to achieve a higher-level attack objective. Based on this, we provide some defense and enhanced attack strategies. The code for reproducing the results can be found at https://github.com/user2311717757/nlp_doctor.

📄 PDF Abstract BibTeX arXiv:2409.15868

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Generating Synthetic Data with Formal Privacy Guarantees: State of the Art and the Road Ahead

2025-03-26 · Viktor Schlegel, Anil A Bharath, Zilong Zhao, Kevin Yee

Privacy-preserving synthetic data offers a promising solution to harness segregated data in high-stakes domains where information is compartmentalized for regulatory, privacy, or institutional reasons. This survey provid…

Privacy Preserving

ToolPrivacyBench: Benchmarking Purpose-Bound Privacy in Tool-Using LLM Agents

2026-06-26 · Shijing Hu, Liang Liu, Zhu Meng, Zhicheng Zhao arxiv

Large language models (LLMs) have increasingly moved from standalone text generation systems to agents that invoke external tools, access environments, and execute multi-step tasks. However, conventional function-calling…

Text Generation

Privacy in Action: Towards Realistic Privacy Mitigation and Evaluation for LLM-Powered Agents

2025-09-22 · Shouju Wang, Fenglin Yu, Xirui Liu, Xiaoting Qin 외 arxiv

The increasing autonomy of LLM agents in handling sensitive communications, accelerated by Model Context Protocol (MCP) and Agent-to-Agent (A2A) frameworks, creates urgent privacy challenges. While recent work reveals si…

PrivaCI-Bench: Evaluating Privacy with Contextual Integrity and Legal Compliance

2025-02-24 · Haoran Li, Wenbin Hu, Huihao Jing, Yulin Chen 외

Recent advancements in generative large language models (LLMs) have enabled wider applicability, accessibility, and flexibility. However, their reliability and trustworthiness are still in doubt, especially for concerns …

VoxPrivacy: A Benchmark for Evaluating Interactional Privacy of Speech Language Models

2026-01-27 · Yuxiang Wang, Hongyu Liu, Dekun Chen, Xueyao Zhang 외 arxiv

As Speech Language Models (SLMs) transition from personal devices to shared, multi-user environments such as smart homes, a new challenge emerges: the model is expected to distinguish between users to manage information …