Learn about machine translation quality prediction

AI that predicts the quality of a machine translation

AI that predicts if a machine translated segment can skip human post-editing

Hybrid post-editing

1. Machine translation

The TMS gets a machine translation for each new original segment from the machine translation API, as usual.

2. Quality Prediction

The TMS gets a quality prediction for each new machine translated segment from the quality prediction API.

3. High-quality: Skip human post-editing

If a machine translated segment is high-quality, like an exact match, the TMS can now just skip human post-editing.

4. Low-quality: Send to human post-editiing

Else, the low-quality machine translated segment is sent to human post-editing as usual.