Back to Partners
Guide

Quality Frameworks for AI Translation: MQM, Risk, and HIL

Quality frameworks for AI translation done right: MQM error typologies, risk-tiered content handling, and human-in-the-loop review design that concentrates expert attention where mistakes are most costly.

Quality Frameworks for AI Translation: MQM, Risk, and HIL

Most enterprises stall on AI translation not because the technology underperforms, but because they lack a structured way to prove it performs well enough. Without a quality framework tuned to AI-specific failure modes, hallucinations, terminology drift, bias leakage, teams either over-review everything (eroding speed gains) or under-review everything (inviting brand and compliance risk). This article lays out how to build a risk-based quality assurance program for AI translation that maps error taxonomies to business impact, places human reviewers where they matter most, and creates feedback loops that make the system smarter over time. Whether you're localizing marketing campaigns, software UI strings, or regulated legal documents, the frameworks here give you a concrete rubric, monitoring strategy, and escalation playbook.

Why Traditional QA Breaks Down for AI Translation

Traditional translation QA was designed for a world where a human linguist produced a first draft and a second linguist reviewed it. Error rates were relatively stable across projects because the same translators worked on the same accounts. Sampling plans assumed consistent, predictable output.

AI translation upends every one of those assumptions. Output quality can vary dramatically between language pairs, content types, and even individual sentences within the same batch. A neural model might render a marketing tagline brilliantly in French and hallucinate a nonexistent product claim in Japanese, within the same job. Models update silently, meaning last month's validated quality baseline may no longer hold.

The consequence: flat-rate sampling (review 10% of every job) wastes reviewer hours on low-risk content while missing critical errors in high-stakes material. Word-level error counting without severity weighting treats a misplaced comma the same as a mistranslated dosage instruction. And review workflows that sit at the end of the pipeline catch problems too late, after content has already been staged for deployment.

A modern QA framework for AI translation must be risk-aware, metric-driven, and designed for continuous feedback, not periodic audits.

MQM Taxonomy: Mapping Errors to Business Impact

What Is MQM and How Does It Apply to AI Outputs?

The Multidimensional Quality Metrics (MQM) framework, developed through the QT21 research project, provides a hierarchical taxonomy of translation error types. Rather than a single pass/fail score, MQM categorizes errors across dimensions like accuracy, fluency, terminology, style, and locale conventions, each with granular subtypes.

For AI translation, MQM is especially valuable because it lets you diagnose why a model fails, not just how often. A model that consistently produces accuracy errors (additions, omissions, mistranslations) needs different remediation than one that struggles with fluency (grammar, register) or terminology (unapproved terms, inconsistent glossary usage). MQM gives you the diagnostic resolution to route problems to the right fix, whether that's prompt engineering, glossary enforcement, model switching, or human post-editing.

Customizing MQM for Content Risk Tiers

Not every error matters equally, and not every content type carries the same risk. A practical QA program defines content risk tiers and maps MQM severity weights accordingly.

Content Risk TierExamplesCritical Error TypesAcceptable Quality Threshold
Tier 1, Regulated / LegalContracts, consent forms, safety labels, pharmaceutical contentAccuracy (mistranslation, omission), terminology, locale-specific legal phrasingNear-zero critical errors; full human review required
Tier 2, Brand-FacingMarketing copy, website landing pages, customer communicationsStyle, register, brand voice, cultural adaptationLow error density; targeted human review of flagged segments
Tier 3, Functional UISoftware strings, tooltips, error messages, metadataTerminology consistency, truncation, placeholder integrity, grammatical accuracyModerate tolerance; automated checks plus spot review
Tier 4, Internal / EphemeralKnowledge base drafts, internal comms, support ticket summariesFluency, basic accuracyHigher tolerance; automated QE with exception-based human review

The key insight is that severity multipliers should shift by tier. A terminology error in a legal contract (Tier 1) might carry a 10× severity weight, while the same error in an internal knowledge base article (Tier 4) carries 1×. This weighting ensures your composite quality score reflects actual business risk, not just linguistic perfectionism.

Automated Quality Estimation vs. Reference-Based Metrics

COMET, BLEU, and chrF: Strengths and Limits

Reference-based metrics compare AI output against a pre-existing human translation. They remain useful for regression testing and model benchmarking, but each has well-documented limitations.

BLEU (Bilingual Evaluation Understudy) measures n-gram overlap between the MT output and a reference translation. It's fast, widely understood, and useful for tracking broad model performance over time. However, BLEU correlates poorly with human judgments at the segment level, penalizes valid paraphrases, and is insensitive to critical single-word errors like negation flips. Research published in the ACL Anthology has repeatedly shown that BLEU scores can remain stable even as meaning-altering errors increase.

chrF (character n-gram F-score) operates at the character level, making it more robust for morphologically rich languages like Finnish, Turkish, or German. It captures partial matches that BLEU misses, but still relies on surface-form similarity rather than semantic equivalence.

COMET (Crosslingual Optimized Metric for Evaluation of Translation) uses a trained neural model to estimate quality, incorporating source text, MT output, and reference translation. COMET correlates significantly better with human judgments than BLEU or chrF, according to findings from the Conference on Machine Translation (WMT). Its downside: it requires a reference translation, and its scores can be less interpretable to non-technical stakeholders.

When to Use Quality Estimation Without References

Reference-free quality estimation (QE) models predict translation quality using only the source text and the MT output, no human reference needed. This makes QE indispensable for production workflows where you're translating net-new content at scale and don't have reference translations available.

Modern QE models, including those built on architectures similar to COMET-QE, can flag segments likely to contain critical errors, estimate confidence scores per segment, and trigger routing decisions (auto-approve, send to post-editor, escalate to specialist).

A practical approach combines both paradigms:

  • Reference-based metrics (COMET, BLEU, chrF): Use for regression testing against curated test sets when you update models, prompts, or engines.
  • Reference-free QE: Use in production pipelines to score every segment in real time, driving automated triage.

The combination gives you both a controlled benchmark and a live quality signal.

Sampling Strategies That Balance Speed and Coverage

Reviewing every translated segment is economically prohibitive at scale. But naive random sampling misses risk concentration. Effective sampling strategies are stratified by risk and guided by automated signals.

  • Risk-stratified sampling allocates review effort proportionally to content tier. Tier 1 content gets 100% human review. Tier 2 gets targeted review of segments flagged by QE below a confidence threshold, plus a random sample of high-confidence segments to catch false negatives. Tiers 3 and 4 rely primarily on automated checks with periodic random audits.
  • QE-guided sampling uses quality estimation scores to direct human attention. Set a confidence threshold, segments scoring below it route to human review; segments above it are auto-approved. Periodically audit auto-approved segments to validate the threshold and recalibrate as models change.
  • Stratified random sampling within each tier ensures you're not only reviewing flagged content. A small random sample of "passed" segments catches systematic blind spots in your automated checks, errors that the QE model consistently misses.
  • New-content vs. repeat-content weighting recognizes that previously validated segment types (e.g., UI strings that haven't changed) carry lower risk than entirely new source content. Allocate more review budget to novel content.

Document your sampling plan in a QA SOP that specifies sample sizes, stratification rules, and review frequency for each content tier and language pair. Revisit quarterly.

Human-in-the-Loop: Where to Place Reviewers

Pre-Editing: Preparing Source for AI

Human involvement before translation, pre-editing, is one of the highest-leverage interventions. Ambiguous, poorly written, or culturally loaded source text is the root cause of many AI translation failures. Pre-editors can:

  • Simplify complex sentence structures that trip up MT engines.
  • Resolve ambiguities (e.g., "table" as furniture vs. data table) before they propagate across languages.
  • Flag content that requires transcreation rather than translation.
  • Ensure source text adheres to controlled language guidelines.

Pre-editing is especially cost-effective for Tier 1 and Tier 2 content, where downstream error costs are highest. For Tier 3 and Tier 4, automated source checks (readability scores, terminology validation) can substitute for manual pre-editing.

Post-Editing: Light vs. Full

Post-editing, human review and correction of AI output, is the most common HIL intervention. The distinction between light post-editing (LPE) and full post-editing (FPE) is critical for cost control.

  • Light post-editing corrects only errors that impede comprehension or accuracy. The reviewer does not polish style, optimize flow, or rewrite for brand voice. LPE is appropriate for Tier 3 and Tier 4 content where functional correctness is the goal.
  • Full post-editing brings the output to publication quality, addressing style, register, brand voice, and cultural nuance in addition to accuracy and fluency. FPE is necessary for Tier 2 content and any Tier 1 content where full retranslation isn't warranted.

Define post-editing guidelines per tier, specifying which MQM error categories reviewers must address and which they should ignore. This prevents scope creep that erodes speed gains.

Targeted Review for High-Risk Segments

Not every segment in a document carries equal risk. Targeted review focuses human attention on specific segment types:

  • Segments containing numbers, dates, currencies, or units of measurement.
  • Segments with named entities (product names, legal entities, drug names).
  • Segments flagged by QE models as low-confidence.
  • Segments containing negation, conditional logic, or safety-critical instructions.
  • Segments where the AI model's output diverges significantly from translation memory matches.

Targeted review can be implemented as an overlay on any post-editing workflow, routing specific segments to specialist reviewers (legal, medical, brand) while general linguists handle the remainder.

For organizations operationalizing layered review workflows at scale, Ollang provides the orchestration layer to route content by risk tier, apply automated quality checks, and integrate human reviewers where they matter. Book an Ollang demo to see how human-in-the-loop placement integrates with AI translation pipelines.

Glossary, Style, and Terminology Enforcement

Terminology consistency is one of the most measurable, and most frequently violated, quality dimensions in AI translation. Unlike human translators who internalize client glossaries over time, AI models must be explicitly constrained.

Glossary enforcement involves injecting approved term pairs into the translation process (via prompt instructions, model fine-tuning, or post-processing validation) and flagging any output that deviates. Effective enforcement requires:

  • A maintained, version-controlled termbase with approved translations per language and per domain.
  • Automated term-check scripts that compare output against the termbase and flag mismatches.
  • Distinction between mandatory terms (must always be used) and preferred terms (should be used unless context demands otherwise).

Style enforcement extends beyond terminology to register, tone, sentence length, and formatting conventions. Style guides should be codified into checkable rules wherever possible, maximum sentence length, prohibited phrases, required capitalization patterns, and validated automatically. For UI strings, protect variables and syntax such as ICU MessageFormat tokens (e.g., {count, plural, one {# item} other {# items}}) and placeholders like %s or {0}; automated validators should reject outputs that alter or drop these tokens.

When glossary or style violations are detected, the corrective action should flow back into the system: update prompt instructions, add the correction to translation memory, and retrain or fine-tune models if violations are systematic.

Ready to see Ollang in action?

Talk to our team about your localization goals and see how the Ollang platform fits your workflow.

Book a Demo

Bias Detection, PII Safeguards, and Red-Team Testing

Identifying and Mitigating Bias in AI Translation

AI translation models inherit biases from their training data. Common manifestations include gender bias (defaulting to masculine forms), cultural bias (imposing source-culture assumptions), and socioeconomic bias (register shifts that alter tone for different audiences).

Bias detection requires both automated and human approaches:

  • Automated probes: Test sets designed to surface gender defaults, honorific handling, and culturally sensitive terms. Run these against every model or prompt update.
  • Diverse reviewer panels: Include native speakers from different demographics and regions for each target language to catch biases that automated tools miss.
  • Bias taxonomies: Extend your MQM customization to include bias-related error categories so they're tracked, scored, and reported alongside traditional quality metrics.

Protecting PII Across Languages

Personally identifiable information (PII) requires special handling in translation workflows. Names, addresses, national ID numbers, health information, and financial data may appear in source content and must be protected throughout the pipeline.

Effective PII safeguards include:

  • Pre-translation PII detection and masking, replacing sensitive data with placeholders before content reaches the translation engine.
  • Post-translation validation to ensure placeholders were correctly restored and no PII leaked into translated output.
  • Audit logging to demonstrate compliance with GDPR, HIPAA, and other data protection regulations.

Red-Team Testing for Edge Cases

Red-team testing applies adversarial thinking to your translation pipeline. A red team deliberately crafts or selects source content designed to trigger known AI failure modes:

  • Ambiguous sentences with multiple valid interpretations.
  • Content containing sarcasm, idioms, or culturally specific humor.
  • Legal or medical text with precise terminology requirements.
  • Inputs designed to trigger hallucinations (e.g., very short segments, code-mixed text, rare language pairs).
  • Content that tests PII handling, injection attacks, or prompt leakage.

Run red-team exercises before launching new language pairs, after model updates, and on a regular cadence (quarterly at minimum). Document findings, classify them using your MQM taxonomy, and feed remediations back into prompts, guardrails, and test sets.

Test Set Construction and Regression Monitoring

Building Representative Test Sets

A test set is only useful if it represents the content your system actually translates. Construct test sets by:

  • Sampling real production content across all content tiers and domains.
  • Including known difficult segments: ambiguities, terminology-dense passages, culturally sensitive material, and previously failed segments.
  • Covering all active language pairs, with additional depth for high-volume or high-risk pairs.
  • Versioning test sets and expanding them as new content types or failure modes emerge.

Aim for a minimum of several hundred segments per language pair, stratified by content tier. Include both "easy" and "hard" segments so your metrics reflect real-world distribution, not just worst-case performance.

Monitoring for Quality Drift Over Time

AI translation quality is not static. Model updates, prompt changes, glossary additions, and shifts in source content can all cause quality drift. Regression monitoring catches degradation before it reaches end users.

Dashboard metrics to track:

MetricPurposeCadence
COMET score on test setDetect model-level quality shiftsAfter every model/prompt change; weekly minimum
QE score distribution (production)Monitor live output qualityDaily
MQM error density by categoryIdentify emerging error patternsWeekly, per language pair
Terminology compliance rateTrack glossary adherencePer job or weekly
Human override rateMeasure how often reviewers reject AI outputWeekly
Escalation volume by tierSpot systemic issuesWeekly

Set alert thresholds for each metric. A drop of more than a defined margin in COMET score on the test set, for example, should trigger an automatic hold on production output for that language pair until the cause is investigated.

Multi-Model Arbitration: Choosing the Best Engine per Segment

No single AI translation model excels across all language pairs, content types, and domains. Multi-model arbitration routes each segment, or each job, to the model most likely to produce the best output, then validates the choice.

Arbitration strategies include:

  • QE-based routing: Score each segment's output from multiple models using a quality estimation model; select the highest-scoring output.
  • Domain-based routing: Assign models to content types based on benchmark performance (e.g., Model A for legal, Model B for marketing, Model C for UI strings).
  • Ensemble voting: Generate outputs from multiple models and select the one that best aligns with glossary, style, and QE criteria.
  • Fallback chains: Define a primary model per language pair with automatic fallback to a secondary model if QE scores drop below threshold.

Multi-model arbitration adds complexity but significantly improves quality consistency, especially for organizations working across many language pairs and content types. The orchestration layer must handle model selection, scoring, and routing transparently, with full auditability.

Escalation Playbook: From Linguists to Legal Reviewers

A QA framework is incomplete without clear escalation paths. When automated checks or human reviewers identify issues beyond their scope, the system must route problems to the right specialist without bottlenecking the pipeline.

Escalation tiers:

  1. Automated resolution: Terminology mismatches corrected by automated post-processing; low-severity fluency issues fixed by light post-editors.
  2. Linguist escalation: Segments with accuracy errors, cultural adaptation needs, or ambiguous source text route to senior linguists with domain expertise.
  3. Subject matter expert (SME) escalation: Medical, legal, financial, or technical content with specialized terminology or regulatory implications routes to qualified SMEs.
  4. Legal/compliance escalation: Content flagged for PII exposure, regulatory risk, misleading claims, or liability concerns routes to legal reviewers with authority to hold publication.

Each escalation tier should have defined SLAs (response time, resolution time) and a feedback mechanism. When a linguist corrects an error, the correction must flow back into the system:

  • Update the translation memory with the approved segment.
  • Add the correction to the glossary or termbase if it involves terminology.
  • Adjust prompt instructions or model guardrails if the error reflects a systematic pattern.
  • Add the failing segment to the regression test set.

This closed-loop process ensures that every human intervention makes the AI system better, compounding quality improvements over time.

Capturing Corrective Actions Into Prompts, TMs, and Guardrails

The most expensive mistake in AI translation QA is correcting the same error twice. Every corrective action should be captured and operationalized:

  • Prompt refinement: If reviewers consistently correct the same error type (e.g., overly formal register in marketing content), update the system prompt or few-shot examples to address it.
  • Translation memory updates: Approved post-edited segments feed back into TMs, improving leverage for future jobs and providing better reference material for QE.
  • Glossary/termbase updates: New approved terms, deprecated terms, and context-specific usage notes get added to the termbase with version tracking.
  • Guardrail rules: Recurring error patterns (e.g., hallucinated URLs, incorrect number formatting for a locale) become automated validation rules that block or flag future occurrences.
  • Test set expansion: Every novel error type discovered in production gets added to the regression test set, ensuring future model or prompt changes are tested against it.

This feedback architecture transforms QA from a cost center into a continuous improvement engine.

FAQ

What is the best quality metric for AI translation?

There is no single best metric. COMET offers the strongest correlation with human quality judgments among reference-based metrics and is the best choice for regression testing against curated test sets. For production scoring without references, quality estimation models provide real-time confidence signals. The most robust approach combines reference-based metrics for benchmarking with reference-free QE for live triage, layered with MQM-based human evaluation for high-risk content.

How do you set acceptable error thresholds for different content types?

Error thresholds should be defined by content risk tier, not applied uniformly. Regulated and legal content (Tier 1) demands near-zero critical errors and typically requires full human review. Brand-facing marketing content (Tier 2) tolerates minimal errors with targeted review of flagged segments. Functional UI content (Tier 3) allows moderate error density with automated checks, and internal or ephemeral content (Tier 4) can accept higher tolerance with exception-based review. Severity weights within your MQM scoring should reflect these tiers, the same error type carries different weight depending on where it appears.

How often should AI translation quality be audited?

Regression tests against curated test sets should run after every model update, prompt change, or glossary modification, and at minimum weekly for active language pairs. Production quality estimation scores should be monitored daily. Full MQM-based human audits should occur monthly for high-volume language pairs and quarterly for lower-volume pairs. Red-team testing should happen quarterly and before any major pipeline change. Quality drift alerts should trigger immediate investigation regardless of schedule.

How does human-in-the-loop review work without slowing down AI translation?

The key is selective placement. Rather than reviewing all output, human reviewers focus on content stratified by risk tier and filtered by automated quality signals. Tier 1 content gets full review because the cost of errors exceeds the cost of review. Tiers 2-4 use QE-guided sampling to route only low-confidence segments to humans. Pre-editing high-risk source content prevents errors upstream, reducing post-editing volume. Targeted review of specific segment types (numbers, named entities, negations) catches high-impact errors without requiring full-text review. Ollang automates routing and triage so reviewers see only high-risk segments, preserving throughput.

Ready to see Ollang in action?

Talk to our team about your localization goals and see how the Ollang platform fits your workflow.

Book a Demo

Building Your QA Program With Ollang

Designing a quality framework is one challenge; operationalizing it across dozens of language pairs, multiple content types, and evolving AI models is another. Ollang provides the execution layer that connects risk-tiered routing, automated quality estimation, human-in-the-loop orchestration, glossary enforcement, and feedback capture into a single workflow, so your QA program scales with your localization volume instead of against it. Ollang centralizes audit trails and automates feedback loops so corrective actions feed back into prompts, TMs, and guardrails.

If you're ready to move from ad hoc review to a structured, risk-based quality program for AI translation, request an Ollang demo to see how these frameworks come to life in production.

Ready to unify your localization workflow?

Talk to Ollang about deploying content across 240+ languages. Contact Us

Published on July 28, 2026