Fluency and Faithfulness in Human and Machine Literary Translation
Summary
A study analyzing 130,486 translated paragraphs from 106 novels across 16 languages investigates the balance between fluency and faithfulness in literary translation. Researchers measured fluency as "original-likeness" using a translationese classifier based on part-of-speech n-grams, and faithfulness with the COMET-KIWI metric. The analysis included human, Google Translate, and TranslateGemma outputs, controlling for paragraph length. A consistent negative correlation was found between fluency and faithfulness for both human and Google Translate translations. This tradeoff was weaker and often non-significant for TranslateGemma. These results highlight that segment length influences automatic evaluation and confirm an inherent tension between producing fluent literary text and preserving its original semantic content.
Key takeaway
For NLP Engineers developing or evaluating literary translation systems, recognize the inherent negative correlation between translation fluency and faithfulness. When optimizing models like TranslateGemma, prioritize explicit metrics for both aspects, as segment length significantly impacts automatic evaluation. You should consider whether your application demands higher fluency for readability or greater faithfulness for semantic preservation, and tune your evaluation strategies accordingly to avoid unintended compromises.
Key insights
Literary translation often presents a tradeoff where increased fluency correlates negatively with faithfulness.
Principles
- Fluency and faithfulness negatively correlate.
- Segment length impacts evaluation.
- LLM performance varies in this tradeoff.
Method
Fluency was measured via a translationese classifier on POS n-grams, while faithfulness used COMET-KIWI, controlling for paragraph length.
In practice
- Evaluate literary MT with both metrics.
- Consider segment length in MT evaluation.
- Compare LLM outputs to human baselines.
Topics
- Literary Translation
- Machine Translation
- Translation Evaluation
- Fluency-Faithfulness Tradeoff
- Large Language Models
- COMET-KIWI
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.