UI microcopy has a higher error rate than long-form text
Aliases: short-text machine translation · UI string ambiguity · short-text MT
What it is
Context-poor UI machine translation occurs when buttons, menus, field labels, and status words are short and sent to a model one at a time, without the screen and task information needed to choose sense, part of speech, gender, number, or tone. The title's higher error rate is a risk observed for particular short-text and isolated-translation conditions, not a universal rule that fewer words must mean worse output. A fixed short term with rich metadata can be more stable than long but disorderly prose.
Why it happens
Strings such as “Open,” “Charge,” or “Order” can have several parts of speech and domain meanings; an object, subject, or neighboring sentence in full prose would often eliminate a wrong parse. UI strings also reach translation without visual position, control role, or preceding state, even though identical source wording may require different target forms by use. Missing these cues increases sense-selection errors. Long text is not inherently correct; it simply tends to supply more co-occurrence evidence and discourse-consistency constraints.
Studying it
- Stratify samples by control role, source length, context supplied, and language pair so a short-text effect is not confounded with domain or model version.
- Compare isolated strings with developer notes, screenshots or neighboring strings, and complete task context. Have bilingual reviewers label sense, grammar, terminology, and task-consequence errors.
- Report both per-string error rates and severity-weighted task errors. One mistranslated destructive control can matter more than several stylistic defects.
- Fix model version and decoding settings for replication and retain input order, since punctuation, batching, and context position can alter output.
Where it stops holding
Automatic metrics favor surface agreement with references and may miss a wrong action, tone, or contextual fit in an interface; one average score cannot establish release readiness. Concatenating unrelated strings can invent false context and cross-string contamination. A context-aware model may reduce some ambiguity but does not automatically know product state, visual referents, or terminology decisions. Any finding must remain scoped to the tested model, language pair, domain, and context-supply method.
Applying it
- Attach control role, screen, trigger, referent, length constraint, terminology, and a screenshot to each short string; do not make the model infer these from file position or a key name.
- Prioritize human review for homonyms, single-word controls, subjectless states, negation, and irreversible actions, and reuse a string only when its semantic role matches.
- Run target-language task walkthroughs in addition to pseudolocalization, checking whether users choose the intended action rather than whether the wording merely sounds fluent.
Related
- Same group: S1.08.1 Machine translation suits high-volume, low-risk content · S1.08.3 Legal, safety, and medical copy must not rely on machine translation alone · S1.08.4 Post-editing cost must be included
- Adjacent: S1.05 Translation context and string reuse · S1.06 Word-order problems in concatenated strings
- Search terms:
short-text machine translation·UI string disambiguation·document-context MT