Datasets:
metadata
license: apache-2.0
language:
- en
- ga
task_categories:
- token-classification
tags:
- pii
- ireland
- ppsn
- eircode
- synthetic
- token-classification
pretty_name: OpenMed Irish PPSN Eircode Spec v1
configs:
- config_name: default
data_files:
- split: train
path: train.jsonl
- split: validation
path: validation.jsonl
- split: test
path: test.jsonl
OpenMed Irish PPSN Eircode Spec v1
Focused synthetic token-classification dataset for Irish PPSN and Eircode detection.
This repo contains synthetic training rows, not a fine-tuned model.
What A Row Looks Like
Each row uses a fixed schema:
id: row id inside the splittext: rendered text stringtokens: tokenized textlabels: BIO labels aligned totokenslanguage:enorgasource_dataset: generator identifiersource_domain: optional domain tag, empty in this releasesource_type: optional subtype tag, empty in this releasefile_name: optional source file identifier, empty in this releasesentence_number: optional source sentence index,-1in this release
Coverage
This dataset focuses on:
- checksum-valid or format-valid
PPSNpositives - spec-valid
Eircodepositives - near-miss negatives around both formats
- English and Irish Gaelic contexts
Released labels:
B-PPSN, B-first_name, B-last_name, B-postcode, I-PPSN, I-last_name, I-postcode, O
Splits
train:12000validation:1200test:1200
Language Mix
Rows by language:
en:7212ga:7188
Sources Used For Generation
- PPSN:
- Eircode:
Intended Use
- bootstrap or harden Irish
PPSNandEircodetoken classifiers - inspect format-driven synthetic coverage separately from broader mixed training sets
- reproduce the spec-driven component used in the public Irish CorePII training mix
Limitations
- synthetic data only
- narrow label scope; this is not a full Irish PII dataset
- public rules around PPSN suffix handling are imperfect, so the generator is conservative and operationally focused
License
This dataset is synthetic and released under Apache-2.0.