SecureLLM: Using Compositionality to Build Provably Secure Language Models for Private, Sensitive, and Secret Data
Abdulrahman Alabdulkareem, Christian M Arnold, Yerim Lee and, Pieter M Feenstra, Boris Katz, Andrei Barbu

TL;DR
SecureLLM introduces a compositional approach to building provably secure language models that ensure data privacy by combining access control with fine-tuning, enabling secure handling of sensitive information in tasks like natural-language-to-SQL translation.
Contribution
The paper presents a novel compositional security framework for LLMs, integrating access control with fine-tuning to enhance security for sensitive data tasks.
Findings
SecureLLM achieves provable security guarantees.
It effectively handles compositional natural-language-to-SQL tasks.
The approach is applicable to secure deployment environments.
Abstract
Traditional security mechanisms isolate resources from users who should not access them. We reflect the compositional nature of such security mechanisms back into the structure of LLMs to build a provably secure LLM; that we term SecureLLM. Other approaches to LLM safety attempt to protect against bad actors or bad outcomes, but can only do so to an extent making them inappropriate for sensitive data. SecureLLM blends access security with fine-tuning methods. Each data silo has associated with it a separate fine-tuning and a user has access only to the collection of fine-tunings that they have permission for. The model must then perform on compositional tasks at the intersection of those data silos with the combination of those individual fine-tunings. While applicable to any task like document QA or making API calls, in this work we concern ourselves with models that learn the layouts…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security
