culture etiquette_violation ai_generated true

AI mishandles non-Western name order, patronymics, and naming conventions

ID: culture/asian-naming-conventions

Also available as: JSON · Markdown
88%Fix Rate
86%Confidence
4Evidence
2024-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
any active

Root Cause

Name order, structure, and usage rules differ dramatically across cultures. Assuming Western first-last order causes misidentification, offense, and system errors.

generic

Workarounds

  1. 90% success Use a single 'Full Name' field instead of forced first/last split. If split is needed, label them 'Given name(s)' and 'Family name(s)' — never 'First' and 'Last' (misleading for surname-first cultures).
  2. 88% success Know key name orders: Surname first: China (王小明), Japan (田中太郎), Korea (김철수), Vietnam (Nguyễn Văn Minh), Hungary (Nagy László). Given name first: Western countries, India, most of Africa, Philippines.
  3. 92% success When unsure, ask the person how they prefer to be addressed rather than guessing. Many Asian professionals use Western order in international contexts but original order domestically.

Dead Ends

Common approaches that don't work:

  1. Assume all names follow Western given-name + family-name order 88% fail

    Chinese, Japanese, Korean, Hungarian, and Vietnamese names put surname first. 김철수 is Kim (surname) Cheolsu (given name). Treating 철수 as surname leads to misidentification in databases, emails, and forms.

  2. Split names into exactly 'first name' and 'last name' fields 82% fail

    Icelandic patronymics (Jónsdóttir = daughter of Jón) aren't surnames. Many Indonesians have single names (Suharto, Sukarno). Burmese names have no surnames. Spanish names have two family names (paternal + maternal).

  3. Shorten Asian names to initials following Western conventions 78% fail

    In China, the surname is one character and the given name is often two: 毛泽东 → Mao (surname) Zedong (given). Initializing as 'M. Zedong' is wrong; it should be 'Zedong Mao' or 'Mao Zedong' depending on context.