CT Quality Control & Accuracy in Transliteration 3 — Questions and Answers
Question 1: A transliterator working on Russian names for US immigration documents uses 'iy' to render 'ий' throughout. A QC reviewer should evaluate this by:
- Rejecting it immediately as non-standard
- Checking whether the assigned style guide or agency standard specifies the preferred rendering (Correct answer)
- Requiring IPA notation instead
- Accepting it only if the client is Russian-speaking
Correct answer: Checking whether the assigned style guide or agency standard specifies the preferred rendering
Multiple romanization conventions exist for Russian endings; QC must first determine which standard the project is bound to before judging the rendering.
Question 2: Which tool is most appropriate for automated pre-screening of transliteration errors before human QC review?
- A grammar checker for the target language
- A script-specific regex or rule-based transliteration validator (Correct answer)
- A spell checker in the source language
- A readability analyzer
Correct answer: A script-specific regex or rule-based transliteration validator
Rule-based validators can flag deviations from expected character mappings at scale, allowing human reviewers to focus on edge cases and ambiguous segments.
Question 3: A QC report assigns error severity levels. Which of the following is most appropriately rated 'critical' in a transliteration context?
- A minor spacing inconsistency between name segments
- A character substitution that changes the identity of a person in a legal document (Correct answer)
- Use of an older but still recognizable romanization variant
- A missing hyphen in a compound place name
Correct answer: A character substitution that changes the identity of a person in a legal document
Any error that alters the identity-matching function of a name in a legal document is critical because it can cause misidentification with serious legal consequences.
Question 4: Sampling-based QC reviews 10% of a transliteration batch and finds a 4% error rate. The QC lead should:
- Approve the batch since 4% is below the 5% threshold
- Review the full batch if the project's error tolerance is lower than 4% (Correct answer)
- Re-sample only from files reviewed by the weakest translator
- Automatically reject the batch regardless of the threshold
Correct answer: Review the full batch if the project's error tolerance is lower than 4%
The action depends on the project's defined acceptable quality level (AQL); if 4% exceeds the threshold, a full review or rejection is warranted.
Question 5: Homograph ambiguity in transliteration QC refers to:
- Two source words that sound identical but differ in meaning
- A single romanized form that could represent multiple distinct source forms (Correct answer)
- Inconsistent spacing in romanized output
- Diacritics that look similar to each other
Correct answer: A single romanized form that could represent multiple distinct source forms
Homograph ambiguity arises when the same Roman spelling can map back to more than one source word or name, reducing the transliteration's reversibility and precision.
Question 6: A QC specialist reviews transliterated Korean names for a US university admissions database and notices '박' is sometimes romanized 'Park' and sometimes 'Bak.' The specialist should:
- Accept both since both are phonetically defensible
- Enforce one convention throughout based on the project style guide (Correct answer)
- Choose whichever the applicant prefers in each case
- Convert all entries to Revised Romanization automatically
Correct answer: Enforce one convention throughout based on the project style guide
Consistency within a database is essential; whichever convention is chosen must be applied uniformly so name-matching algorithms function correctly.
Question 7: A 'round-trip test' in transliteration QC involves:
- Sending the file to the client and back for approval
- Transliterating source text, then back-transliterating to evaluate information preservation (Correct answer)
- Having two transliterators swap files and review each other's work
- Testing the transliteration on both mobile and desktop platforms
Correct answer: Transliterating source text, then back-transliterating to evaluate information preservation
A round-trip test converts source → romanized → source again to assess how much phonemic information is preserved or lost by the chosen scheme.
A transliterator working on Russian names for US immigration documents uses 'iy' to render 'ий' throughout.
A QC reviewer should evaluate this by: