Improving Machine Translation Quality Evaluation

Tuesday 04 March 2025


The pursuit of quality in machine translation has long been a holy grail for researchers and developers alike. As language models continue to improve, the gap between human-annotated scores and predicted quality scores is still significant. A recent study delves into the challenges of evaluating machine translation quality and proposes new approaches to bridge this divide.


The authors focus on low-resource languages, where data scarcity can hinder model performance. By analyzing the errors that occur during evaluation, they identify key areas for improvement. One such issue is tokenization, where models struggle to correctly segment text into individual words or parts of speech. This can lead to inaccuracies in translation quality scores.


To address this challenge, the researchers propose a novel prompt-based approach. They create three different prompts – GEMBA, TE, and AG – each designed to elicit specific information from the model. These prompts are used in conjunction with large language models (LLMs) like Gemma-7B, Llama-2-7b, and Llama-2-13b.


The results show that prompt-based approaches significantly outperform traditional encoder-based fine-tuning methods. In fact, the AG prompt yields the highest correlation coefficient between human-annotated scores and predicted quality scores. This suggests that the AG prompt effectively captures the nuances of translation quality.


However, the study also highlights the limitations of LLMs in low-resource languages. While these models excel in high-resource languages like English, they struggle to generalize to less-resourced tongues. To overcome this hurdle, the authors propose two fine-tuning approaches: Independent Language-Pair (ILT) training and Unified Multilingual Training (UMT).


The ILT approach involves training separate models for each language pair, while UMT leverages a single model trained on multiple languages simultaneously. The results indicate that UMT outperforms ILT in most cases, suggesting that multilinguality can indeed improve translation quality.


In addition to these findings, the study provides valuable insights into error analysis. By examining specific examples of mispredicted scores, researchers can better understand where models go wrong and how to improve them.


The implications of this research are far-reaching. As machine translation continues to play a vital role in global communication, developing more accurate evaluation methods is crucial. The proposed prompt-based approach and fine-tuning strategies offer promising solutions for bridging the gap between human-annotated scores and predicted quality scores.


Cite this article: “Improving Machine Translation Quality Evaluation”, The Science Archive, 2025.


Machine Translation, Language Models, Low-Resource Languages, Tokenization, Prompts, Fine-Tuning, Large Language Models, Encoder-Based Methods, Correlation Coefficient, Multilinguality


Reference: Archchana Sindhujan, Diptesh Kanojia, Constantin Orasan, Shenbin Qian, “When LLMs Struggle: Reference-less Translation Evaluation for Low-resource Languages” (2025).


Leave a Reply