Gradient Transformer: Learning to Generate Updates for LLMs
Abstract
Lay Summary
Many organizations handle sensitive data, such as patient records or private business information, that they cannot share with outside parties. This makes it difficult for them to benefit from the most powerful AI language models, which require expensive computing resources and access to the data itself to be fine-tuned for specific tasks. We developed a framework called Grad-Transformer that lets organizations improve large AI models without ever sharing their data. The key idea is that an organization first trains a much smaller, cheaper AI model on their private data locally. They then send only a compact summary of what the model learned, a "difference vector" capturing how training changed the model's parameters, to a third-party service provider. Our Grad-Transformer, a trained translator model, converts this small-model summary into an equivalent update for a much larger, more capable AI model. Crucially, the private data never leaves the organization. Multiple organizations can even collaborate this way, pooling their updates to jointly improve a shared large model. Our experiments show that this approach substantially closes the performance gap between small and large models, even when strict mathematical privacy guarantees are applied to the local training process.