Table of Contents
Fetching ...

PANORAMA: A synthetic PII-laced dataset for studying sensitive data memorization in LLMs

Sriram Selvam, Anneswa Ghosh

TL;DR

PANORAMA introduces a large-scale synthetic PII dataset built from 9,674 multi-attribute profiles to mirror real-world online data across six content modalities. The pipeline combines constraint-based profile generation, Wikipedia-inspired narrative scaffolds, and diverse content generation to embed realistic PII while enabling controlled memorization experiments. Evaluation using a Mistral-7B model with repetition-based training demonstrates monotonic increases in memorization with data exposure, with substantial variation by content type. The work provides openly accessible data and code to enable privacy risk assessment, model auditing, and the development of privacy-preserving LLMs in real-world, multi-domain contexts.

Abstract

The memorization of sensitive and personally identifiable information (PII) by large language models (LLMs) poses growing privacy risks as models scale and are increasingly deployed in real-world applications. Existing efforts to study sensitive and PII data memorization and develop mitigation strategies are hampered by the absence of comprehensive, realistic, and ethically sourced datasets reflecting the diversity of sensitive information found on the web. We introduce PANORAMA - Profile-based Assemblage for Naturalistic Online Representation and Attribute Memorization Analysis, a large-scale synthetic corpus of 384,789 samples derived from 9,674 synthetic profiles designed to closely emulate the distribution, variety, and context of PII and sensitive data as it naturally occurs in online environments. Our data generation pipeline begins with the construction of internally consistent, multi-attribute human profiles using constrained selection to reflect real-world demographics such as education, health attributes, financial status, etc. Using a combination of zero-shot prompting and OpenAI o3-mini, we generate diverse content types - including wiki-style articles, social media posts, forum discussions, online reviews, comments, and marketplace listings - each embedding realistic, contextually appropriate PII and other sensitive information. We validate the utility of PANORAMA by fine-tuning the Mistral-7B model on 1x, 5x, 10x, and 25x data replication rates with a subset of data and measure PII memorization rates - revealing not only consistent increases with repetition but also variation across content types, highlighting PANORAMA's ability to model how memorization risks differ by context. Our dataset and code are publicly available, providing a much-needed resource for privacy risk assessment, model auditing, and the development of privacy-preserving LLMs.

PANORAMA: A synthetic PII-laced dataset for studying sensitive data memorization in LLMs

TL;DR

PANORAMA introduces a large-scale synthetic PII dataset built from 9,674 multi-attribute profiles to mirror real-world online data across six content modalities. The pipeline combines constraint-based profile generation, Wikipedia-inspired narrative scaffolds, and diverse content generation to embed realistic PII while enabling controlled memorization experiments. Evaluation using a Mistral-7B model with repetition-based training demonstrates monotonic increases in memorization with data exposure, with substantial variation by content type. The work provides openly accessible data and code to enable privacy risk assessment, model auditing, and the development of privacy-preserving LLMs in real-world, multi-domain contexts.

Abstract

The memorization of sensitive and personally identifiable information (PII) by large language models (LLMs) poses growing privacy risks as models scale and are increasingly deployed in real-world applications. Existing efforts to study sensitive and PII data memorization and develop mitigation strategies are hampered by the absence of comprehensive, realistic, and ethically sourced datasets reflecting the diversity of sensitive information found on the web. We introduce PANORAMA - Profile-based Assemblage for Naturalistic Online Representation and Attribute Memorization Analysis, a large-scale synthetic corpus of 384,789 samples derived from 9,674 synthetic profiles designed to closely emulate the distribution, variety, and context of PII and sensitive data as it naturally occurs in online environments. Our data generation pipeline begins with the construction of internally consistent, multi-attribute human profiles using constrained selection to reflect real-world demographics such as education, health attributes, financial status, etc. Using a combination of zero-shot prompting and OpenAI o3-mini, we generate diverse content types - including wiki-style articles, social media posts, forum discussions, online reviews, comments, and marketplace listings - each embedding realistic, contextually appropriate PII and other sensitive information. We validate the utility of PANORAMA by fine-tuning the Mistral-7B model on 1x, 5x, 10x, and 25x data replication rates with a subset of data and measure PII memorization rates - revealing not only consistent increases with repetition but also variation across content types, highlighting PANORAMA's ability to model how memorization risks differ by context. Our dataset and code are publicly available, providing a much-needed resource for privacy risk assessment, model auditing, and the development of privacy-preserving LLMs.
Paper Structure (28 sections, 4 equations, 26 figures, 1 table)

This paper contains 28 sections, 4 equations, 26 figures, 1 table.

Figures (26)

  • Figure 1: Examples from one profile
  • Figure 2: Overview of the data generation pipeline.
  • Figure 3: List of generated attributes
  • Figure 4: Mapping of education to job tiers to an example job
  • Figure 5: Different content types are target attributes
  • ...and 21 more figures