LGCRNov 2, 2024

Open LLMs are Necessary for Current Private Adaptations and Outperform their Closed Alternatives

arXiv:2411.05818v220 citationsh-index: 12NIPS
Originality Synthesis-oriented
AI Analysis

This work addresses privacy risks in adapting LLMs for sensitive data, showing current closed LLM methods are inadequate, which is crucial for users in healthcare or finance, though it is incremental as it builds on existing adaptation techniques.

The paper analyzes four recent methods for privately adapting closed LLMs to sensitive data, finding that they leak query and training data to providers, perform worse than local open LLM methods, and incur higher costs, concluding that open LLMs are currently necessary for effective privacy-preserving adaptations.

While open Large Language Models (LLMs) have made significant progress, they still fall short of matching the performance of their closed, proprietary counterparts, making the latter attractive even for the use on highly private data. Recently, various new methods have been proposed to adapt closed LLMs to private data without leaking private information to third parties and/or the LLM provider. In this work, we analyze the privacy protection and performance of the four most recent methods for private adaptation of closed LLMs. By examining their threat models and thoroughly comparing their performance under different privacy levels according to differential privacy (DP), various LLM architectures, and multiple datasets for classification and generation tasks, we find that: (1) all the methods leak query data, i.e., the (potentially sensitive) user data that is queried at inference time, to the LLM provider, (2) three out of four methods also leak large fractions of private training data to the LLM provider while the method that protects private data requires a local open LLM, (3) all the methods exhibit lower performance compared to three private gradient-based adaptation methods for local open LLMs, and (4) the private adaptation methods for closed LLMs incur higher monetary training and query costs than running the alternative methods on local open LLMs. This yields the conclusion that, to achieve truly privacy-preserving LLM adaptations that yield high performance and more privacy at lower costs, taking into account current methods and models, one should use open LLMs.

Foundations

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

Your Notes