CLCRMay 10, 2023

Privacy-Preserving Parameter-Efficient Fine-Tuning for Large Language Model Services

arXiv:2305.06212v373 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of LLM services, though it is incremental as it builds on existing PEFT methods.

The paper tackles the problem of customizing large language models with private data while preserving privacy, proposing a framework called RAPT that achieves competitive performance across tasks with privacy guarantees.

Parameter-Efficient Fine-Tuning (PEFT) provides a practical way for users to customize Large Language Models (LLMs) with their private data in LLM service scenarios. However, the inherently sensitive nature of private data demands robust privacy preservation measures during the customization of LLM services to ensure data security, maintain user trust, and comply with stringent regulatory standards. Based on PEFT, we propose Privacy-Preserving Parameter-Efficient Fine-Tuning (RAPT), a framework that offers privacy protection for LLM services. RAPT adopts a local privacy approach, enabling users to privatize their data locally using a text-to-text local differential privacy mechanism. Since PEFT performs poorly when directly trained on privatized data, we introduce a novel privatized token reconstruction task that is trained jointly with the downstream task, allowing LLMs to learn better task-dependent representations. Despite the simplicity of our framework, experiments show that RAPT achieves competitive performance across tasks while providing privacy guarantees against adversaries.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes