MTQE.en-he: Machine Translation Quality Estimation for English-Hebrew
This paper introduces MTQE.en-he, the first publicly available English-Hebrew benchmark for Machine Translation Quality Estimation, and demonstrates that ensembling multiple models and using parameter-efficient fine-tuning significantly improves performance on this under-resourced language pair.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you have a robot translator that speaks English and Hebrew. Sometimes, it does a great job; other times, it sounds like a confused parrot. The big question is: How do we know if the robot is lying about its own work without hiring a human to read every single sentence?
This paper introduces a new tool and a new "report card" to answer that question. Here is the breakdown in simple terms:
1. The New Report Card (The Dataset)
The authors created the first-ever public "report card" specifically for English-to-Hebrew translations.
- The Test: They took 959 English sentences and had a robot translate them into Hebrew.
- The Graders: They hired three human experts who are fluent in both languages to grade these translations on a scale of 0 to 100 (0 is nonsense, 100 is perfect).
- The Result: This collection of sentences, robot translations, and human grades is now a public benchmark called MTQE.en-he. It's like a standardized test that future researchers can use to see if their new translation-checking tools are actually getting smarter.
2. The Contenders (The Models)
The authors tested three different "AI judges" to see which one could best predict what the human experts would score. Think of these as three different students taking the test:
- ChatGPT: A famous AI that was asked to grade the translations. The researchers tried two ways of asking: one where they just said "Grade this," and another where they gave ChatGPT a detailed rulebook. Surprisingly, both methods gave almost the same results.
- TransQuest: A specialized AI model built specifically for checking translation quality.
- CometKiwi: Another specialized model, which turned out to be the strongest "student" on its own.
The Problem: Even the best student (CometKiwi) wasn't perfect. It tended to be a bit conservative, rarely giving scores higher than 90, even when the translation was actually perfect. It also struggled to catch the very worst errors.
3. The Winning Strategy (Ensembling)
The researchers discovered that the best way to get a high score wasn't to pick the single smartest student, but to hold a committee meeting.
- They took the scores from ChatGPT, TransQuest, and CometKiwi, averaged them together, and called it an "Ensemble."
- The Result: This committee approach beat the best single student by a significant margin. It's like how a group of doctors diagnosing a patient is often more accurate than just one doctor, even if that one doctor is very skilled.
4. The Fine-Tuning Experiment (Teaching the Models)
The researchers tried to "teach" the models using a small subset of their data (300 sentences) to see if they could improve. They tried four different teaching methods:
- Full Retraining (FullFT): This is like telling the student to forget everything they learned in school and relearn the entire curriculum from scratch using only the new notes.
- Result: Disaster. The students got confused, memorized the specific practice questions, and failed the actual test. They "overfitted," meaning they learned the answers to the practice test but couldn't handle new questions.
- Lightweight Tuning (LoRA, BitFit, FTHead): These methods are like giving the student a few sticky notes with specific tips, or just tweaking their final exam strategy, without forcing them to rewrite their entire brain.
- Result: Success. These methods improved the scores by 2–3 points. The models learned just enough to get better without getting confused.
The Bottom Line
- Hebrew is tricky: Because Hebrew is a "mid-resource" language (not as well-studied as English), building tools to check its translation quality is hard.
- Teamwork wins: Combining different AI models works better than relying on just one.
- Less is more: When trying to improve these models, making tiny, targeted adjustments works much better than trying to overhaul the whole system.
The authors hope this new "report card" and their findings will help researchers build better tools for Hebrew and other languages that don't have as much data available, making translation technology more reliable for everyone.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.