CoolFace
Datasetpublic

Umkho-AI/South_African_Popular_Surnames

SA Popular Surnames Dataset Authors: Minah Mojela (@minahmojela) and Tadiwa Tine, Umkho-AI Dataset Summary This dataset contains 651 structured records documenting popular South African surnames — their linguistic/cultural group, clan or lineage context, meaning and etymology, and notable historical bearers — across 10 South African population groups. It is a companion release to the South African History Dataset and the SA Tribal & Cultural Practices Dataset… See the full description on the dataset page: https://huggingface.co/datasets/Umkho-AI/South_African_Popular_Surnames.

sourceHugging Facecc-by-sa-4.0updated 3d agoView on Hugging Face
0likes25downloads
Dataset Card

SA Popular Surnames Dataset

Authors: Minah Mojela (@minahmojela) and Tadiwa Tine, Umkho-AI

Dataset Summary

This dataset contains 651 structured records documenting popular South African surnames — their linguistic/cultural group, clan or lineage context, meaning and etymology, and notable historical bearers — across 10 South African population groups. It is a companion release to the South African History Dataset and the SA Tribal & Cultural Practices Dataset, built for the same underlying reason: AI models tend to answer questions about South African surnames using informal "baby name meaning" sites and generic genealogy pages, presenting a single confident etymology or origin story where South African naming conventions (e.g. Nguni isibongo/clan names) are often contested, shared across multiple ethnic groups, or documented only as popular community consensus rather than settled linguistic scholarship. This dataset records that nuance directly, rather than flattening it.

Groups covered:

  • —Zulu
  • —Xhosa
  • —Setswana
  • —Sepedi
  • —Tsonga
  • —Venda
  • —Swati
  • —Ndebele
  • —Coloured South Africans
  • —White South Africans (Afrikaner & English)

Dataset Structure

Data Instances

json
{
  "record_id": "ZS-001",
  "surname": "Dlamini",
  "language_group": "Zulu (Nguni)",
  "lineage_context": "A pan-Nguni royal clan present across Zulu, Xhosa, Swazi and Sotho branches; not unique to one ethnic group",
  "meaning_etymology": "Dlamini is South Africa's single most common surname. Among Zulu speakers it is treated as an isibongo (clan name) rather than a European-style inherited surname...",
  "key_facts": ["...", "...", "..."],
  "perspective_notes": "An AI should not assume every Dlamini is Zulu or that all Dlaminis share ancestry; the clan crosses Zulu, Xhosa, Swazi and Sotho lines. Treat 'Dlamini' as a clan/praise identity first and a surname second.",
  "is_sa_authored": true,
  "source_group": "Zulu"
}

Data Fields

FieldTypeDescription
record_idstringUnique identifier, prefixed by group (e.g. ZS-001, WS-001)
surnamestringThe surname documented in this record
language_groupstringThe linguistic/cultural or origin group associated with the surname
lineage_contextstringClan, lineage, or community context for the surname
meaning_etymologystringDocumented meaning and etymology, including notes on how certain/contested that etymology is
key_factslist[string]Discrete, citable facts about the surname (notable bearers, historical significance, etc.)
perspective_notesstringGuidance on how an AI system should represent the surname responsibly — e.g. flagging where a "confident" popular etymology is actually informal consensus, or where a surname spans multiple ethnic groups
is_sa_authoredboolWhether the underlying sources are authored by South African historians/institutions
source_groupstringSource file / group grouping for the record

Data Splits

Single train split — this is a reference/knowledge dataset, not a predictive-modeling dataset.

SplitRecords
train651

Dataset Creation

Motivation

Two recurring patterns are documented throughout this dataset:

  1. 1.Cross-group clan names — surnames like "Dlamini" are royal/clan names shared across several Nguni-speaking peoples (Zulu, Xhosa, Swazi, Sotho), so two people sharing a surname are not necessarily from the same ethnic group or lineage.
  2. 2.Popular vs. scholarly etymology — many isibongo (clan name) etymologies circulated on naming-guide and "baby name meaning" websites are informal community glosses rather than linguistically verified etymologies. Where this is the case, the record says so explicitly in perspective_notes rather than presenting the popular gloss as settled fact.

Source Data

Compiled by Minah Mojela and Tadiwa Tine at Umkho-AI from South African surname-reference sources, genealogical records, and — where noted in individual records — general reference sources (e.g. Wikipedia) cross-checked against South African context.

Known Limitations

  • —Coverage is a curated selection of well-known surnames per group, not an exhaustive surname registry.
  • —This release does not include a source_urls field; specific source links were not captured in the original spreadsheets for this dataset (unlike the companion history and tribal-practices datasets).
  • —is_sa_authored is true for all 651 records as compiled, but several individual records' meaning_etymology or key_facts fields explicitly note where a specific claim traces to a general-reference source (e.g. Wikipedia) rather than a South African specialist source — read the field text itself for that level of detail.
  • —Etymologies for isibongo (clan names) are, per many records in this dataset, contested or only loosely documented — this is intentionally preserved in perspective_notes rather than smoothed into a single confident etymology.

Licensing

Released under CC BY-SA 4.0. Please retain attribution to Minah Mojela, Tadiwa Tine, and Umkho-AI when reusing this dataset, and share adapted versions under the same license.

Citation

@dataset{umkhoai_sa_surnames_2026,
  title = {SA Popular Surnames Dataset},
  author = {Minah Mojela and Tadiwa Tine and Umkho-AI},
  year = {2026},
  note = {https://huggingface.co/datasets/Umkho-AI/SA_Popular_Surnames}
}