Privasis: Synthesizing the Largest "Public" Private Dataset from Scratch
Abstract
Lay Summary
AI assistants now handle our personal documents—medical records, emails, bank statements—but research on protecting privacy in these systems has lagged for years. Real private data can't legally be shared, leaving researchers stuck with tiny datasets while AI elsewhere surges ahead on massive ones. To break this bottleneck, we built Privasis ("privacy oasis"), the first million-scale collection of realistic private documents that contains no real people's information. Its 1.4 million records—spanning medical visits, legal filings, bank statements, calendars, and text messages—were generated by AI entirely from scratch, without using any real document. We then trained small, lightweight models that read a document and selectively remove or blur sensitive details on request, for example turning "March 3rd" into "early spring." Despite being a fraction of their size, our models outperform today's largest systems like GPT-5 at this task. Privasis removes a long-standing roadblock for privacy research. Because our models are small enough to run on a personal device, sensitive text never needs to leave the user's machine, which is an important step in the age of AI assistants. We release all data, models, and code openly so the community can build AI that respects privacy by design.