English

NoEsis: Differentially Private Knowledge Transfer in Modular LLM Adaptation

Cryptography and Security 2025-04-28 v1 Machine Learning

Abstract

Large Language Models (LLM) are typically trained on vast amounts of data from various sources. Even when designed modularly (e.g., Mixture-of-Experts), LLMs can leak privacy on their sources. Conversely, training such models in isolation arguably prohibits generalization. To this end, we propose a framework, NoEsis, which builds upon the desired properties of modularity, privacy, and knowledge transfer. NoEsis integrates differential privacy with a hybrid two-staged parameter-efficient fine-tuning that combines domain-specific low-rank adapters, acting as experts, with common prompt tokens, acting as a knowledge-sharing backbone. Results from our evaluation on CodeXGLUE showcase that NoEsis can achieve provable privacy guarantees with tangible knowledge transfer across domains, and empirically show protection against Membership Inference Attacks. Finally, on code completion tasks, NoEsis bridges at least 77% of the accuracy gap between the non-shared and the non-private baseline.

Keywords

Cite

@article{arxiv.2504.18147,
  title  = {NoEsis: Differentially Private Knowledge Transfer in Modular LLM Adaptation},
  author = {Rob Romijnders and Stefanos Laskaridis and Ali Shahin Shamsabadi and Hamed Haddadi},
  journal= {arXiv preprint arXiv:2504.18147},
  year   = {2025}
}

Comments

ICLR 2025 MCDC workshop

R2 v1 2026-06-28T23:10:57.229Z