The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

Dataset Card for "privy-english"

Dataset Summary

A synthetic PII dataset generated using Privy, a tool which parses OpenAPI specifications and generates synthetic request payloads, searching for keywords in API schema definitions to select appropriate data providers. Generated API payloads are converted to various protocol trace formats like JSON and SQL to approximate the data developers might encounter while debugging applications.

This labelled PII dataset consists of protocol traces (JSON, SQL (PostgreSQL, MySQL), HTML, and XML) generated from OpenAPI specifications and includes 60+ PII types.

Supported Tasks and Leaderboards

Named Entity Recognition (NER) and PII classification.

Label Scheme

View label scheme (26 labels for 60 PII data providers)
Component Labels
ner PERSON, LOCATION, NRP, DATE_TIME, CREDIT_CARD, URL, IBAN_CODE, US_BANK_NUMBER, PHONE_NUMBER, US_SSN, US_PASSPORT, US_DRIVER_LICENSE, IP_ADDRESS, US_ITIN, EMAIL_ADDRESS, ORGANIZATION, TITLE, COORDINATE, IMEI, PASSWORD, LICENSE_PLATE, CURRENCY, ROUTING_NUMBER, SWIFT_CODE, MAC_ADDRESS, AGE

Languages

English

Dataset Structure

Data Instances

A sample:

{
    "full_text": "{\"full_name_female\": \"Bethany Williams\", \"NewServerCertificateName\": \"\", \"NewPath\": \"\", \"ServerCertificateName\": \"dCwMNqR\", \"Action\": \"\", \"Version\": \"u zNS zNS\"}",
        "masked": "{\"full_name_female\": \"{{name_female}}\", \"NewServerCertificateName\": \"{{string}}\", \"NewPath\": \"{{string}}\", \"ServerCertificateName\": \"{{string}}\", \"Action\": \"{{string}}\", \"Version\": \"{{string}}\"}",
        "spans": [
            {
                "entity_type": "PERSON",
                "entity_value": "Bethany Williams",
                "start_position": 22,
                "end_position": 38
            }
        ],
        "template_id": 51889,
        "metadata": null
}

Dataset Creation

Curation Rationale

More Information Needed

Source Data

Initial Data Collection and Normalization

More Information Needed

Who are the source language producers?

More Information Needed

Annotations

Annotation process

More Information Needed

Who are the annotators?

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

More Information Needed

Dataset Curators

More Information Needed

Licensing Information

More Information Needed

Citation Information

@online{WinNT,
  author = {Benjamin Kilimnik},
  title = {{Privy} Synthetic PII Protocol Trace Dataset},
  year = 2022,
  url = {https://huggingface.co/datasets/beki/privy},
}

Contributions

More Information Needed

Downloads last month
70

Models trained or fine-tuned on beki/privy