CoolFace
Datasetpublic

islomov/rubai-NER-150K-Personal

Rubai NER Dataset - Personal Information Detection (Synthetic) A dataset for training Named Entity Recognition (NER) models to detect personal information in Uzbek and Russian text. All Data Synthetic, no contains real personal information! Dataset Description This dataset contains 142,704 annotated examples for detecting personal information entities in informal Uzbek and Russian text (Latin and Cyrillic scripts). Supported Entity Types… See the full description on the dataset page: https://huggingface.co/datasets/islomov/rubai-NER-150K-Personal.

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
2likes58downloads
Dataset Card

Rubai NER Dataset - Personal Information Detection (Synthetic)

A dataset for training Named Entity Recognition (NER) models to detect personal information in Uzbek and Russian text. All Data Synthetic, no contains real personal information!

Dataset Description

This dataset contains 142,704 annotated examples for detecting personal information entities in informal Uzbek and Russian text (Latin and Cyrillic scripts).

Supported Entity Types

EntityDescriptionExample
NAMEPersonal namesAlisher, Мухаммад
PHONEPhone numbers+998 90 123 45 67
DATEDates and times15-yanvar 2024, 15 января
DOCUMENT_IDDocument IDs, passport numbersAA1234567
ADDRESSPhysical addressesChilonzor 5-kvartal 12-uy
CARD_NUMBERBank card numbers8600 1234 5678 9012

Label Distribution

LabelCountPercentage
TEXT142,704100.0%
ADDRESS60,76642.6%
DATE46,80332.8%
PHONE45,04631.6%
NAME36,12625.3%
CARD_NUMBER32,74822.9%
DOCUMENT_ID30,98421.7%

Data Format

Each entry contains:

  • id: Unique identifier
  • original: The original text with entities
  • domain: Text domain/category
  • labels: List of entity types present
  • types: Token-level entity annotations

Example

json
{
  "id": 92721,
  "original": "Hujjatlar ro'yxatga olindi. Sizning shaxsiy raqamingiz 59-chi bo'ldi. Bog'lanish uchun telefon raqami 930 24 49 37. Yetkazib berish manzili quyidagicha: sergelida yigirma to'rtinchi uy 10-kvartira. Номер kartani yangilash talab etiladi: 5249 61 80 21 56 0603.",
  "domain": "general",
  "labels": ["TEXT", "DOCUMENT_ID", "PHONE", "ADDRESS", "CARD_NUMBER"],
  "types": ["TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "DOCUMENT_ID", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "PHONE", "PHONE", "PHONE", "PHONE", "TEXT", "TEXT", "TEXT", "TEXT", "ADDRESS", "ADDRESS", "ADDRESS", "ADDRESS", "ADDRESS", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "CARD_NUMBER", "CARD_NUMBER", "CARD_NUMBER", "CARD_NUMBER", "CARD_NUMBER", "CARD_NUMBER"]
}

Languages

  • Uzbek (Latin script): Primary language (~70%)
  • Russian (Cyrillic script): Secondary language (~30%)
  • Mixed: Some examples contain both languages

Use Cases

  • PII (Personal Identifiable Information) detection
  • Data anonymization
  • Privacy protection systems
  • Text classification

Citation

bibtex
@dataset{rubai_ner_2026,
  title={Rubai NER Dataset for Personal Information Detection},
  author={Islomov},
  year={2026},
  url={https://huggingface.co/datasets/islomov/rubai-NER-150K-Personal}
}

License

Apache 2.0