textpiiprivacymultilingualnlptext-anonymization

OpenPII — 1.4M Multilingual PII Masking Examples

Category
Text
Records
1,428,143 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~3373.83 MB
Downloads
0

About this data

1,428,143 synthetic text examples with fine-grained PII annotations spanning 23 European languages. Each example pairs source and masked text with privacy masks and token-level labels, designed for training privacy-redaction and anonymization models.

Schema

NameTypeDescription
source_textVARCHAR
masked_textVARCHAR
privacy_maskSTRUCT("label" VARCHAR, "start" BIGINT, "end" BIGINT, "value" VARCHAR, label_index BIGINT)[]
splitVARCHAR
uidBIGINT
languageVARCHAR
regionVARCHAR
scriptVARCHAR
mbert_tokensVARCHAR[]
mbert_token_classesVARCHAR[]

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "OpenPII — 1.4M Multilingual PI" })
// Found: 340322cb-2ff0-4668-b0e9-9c2d6ca5f666
get_download_url({ dataset_id: "340322cb-2ff0-4668-b0e9-9c2d6ca5f666" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/340322cb-2ff0-4668-b0e9-9c2d6ca5f666/download-url