perplexity-ai/PII-TRACE
PII-TRACE PII-TRACE is a synthetic dataset for privacy-focused named entity recognition (NER) of personally identifiable information (PII), released as a 500-conversation subset of multi-turn dialogues with exact span annotations. Dataset summary This release contains 500 conversations with 2,653 annotated PII spans across nine labels. Among them, 450 conversations contain PII spans and 50 contain none. Data format Each record contains: Field… See the full description on the dataset page: https://huggingface.co/datasets/perplexity-ai/PII-TRACE.
PII-TRACE
PII-TRACE is a synthetic dataset for privacy-focused named entity recognition (NER) of personally identifiable information (PII), released as a 500-conversation subset of multi-turn dialogues with exact span annotations.
Dataset summary
This release contains 500 conversations with 2,653 annotated PII spans across nine labels. Among them, 450 conversations contain PII spans and 50 contain none.
Data format
Each record contains:
Each item in spans contains:
Do not trim or normalize message text before applying offsets.
Labels
Evaluation
Supply turns to the model and keep spans hidden. Report micro and macro exact typed-span precision, recall, and F1 over (turn, source, start, end, label). Untyped exact-span F1 over (turn, source, start, end) may also be reported.
This subset may be used for training, evaluation, and error analysis in PII span detection research.
Limitations
This is a controlled benchmark rather than an estimate of real-world PII prevalence or deployment-level performance. Its English conversations and identifier formats are more regular than production traffic, and current gold spans occur in user messages. The secret label covers credential-like sensitive values but does not assert that every such value is statutory PII.
License
MIT.
Citation
If you use or reference this work, please cite:
@article{zhang2026piitrace,
title = {{PII-TRACE}: A Benchmark for Context-Aware {PII} Detection in Multi-Turn {LLM} Conversations},
author = {Zhang, Kaiyuan and Wang, Chuan and Zhong, Joey and Fryzel, Paul and Polley, Kyle and Ma, Jerry and Li, Ninghui},
journal = {arXiv preprint arXiv:2609.22200},
year = {2026},
url = {https://arxiv.org/abs/2609.22200}
}