← Latest papers
💬 NLP

LLM Evaluators are Biased across Languages

This paper demonstrates that multilingual LLM evaluators exhibit a consistent, statistically significant bias where lower-resource languages receive higher scores and pass safety filters more easily than higher-resource languages, a critical flaw that remains undetected by standard pairwise accuracy metrics despite the evaluators' high agreement on relative rankings.

Original authors: Ej Zhou, Lucas Resck, Zheng Hui, Anna Korhonen

Published 2026-07-17
📖 5 min read🧠 Deep dive

Original authors: Ej Zhou, Lucas Resck, Zheng Hui, Anna Korhonen

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 a world where every time you ask a question to a super-smart robot, it answers you in your own language. These robots, called Large Language Models (LLMs), are like digital encyclopedias that can write stories, solve math problems, and chat about anything. But how do we know if they are doing a good job? We need a referee. In the world of AI, these referees are called "evaluators." They are either other robots trained to give scores or human-like prompts that ask the AI to grade itself. Usually, we check if these referees are fair by seeing if they can correctly pick the "better" answer between two options, kind of like a judge deciding which of two paintings is prettier. This is called "pairwise accuracy." If the referee picks the right winner 90% of the time, we assume they are doing a great job and that their scoring is fair no matter what language is being spoken.

However, there's a hidden problem with this assumption. Just because a referee can tell you which of two paintings is better doesn't mean they are using the same ruler to measure them. In the real world, a 4-star restaurant in Tokyo might be considered a culinary masterpiece, while a 4-star restaurant in New York might be seen as just "okay." The stars mean different things depending on where you are. This paper, titled "LLM Evaluators are Biased across Languages," dives into whether our AI referees suffer from the same cultural confusion. The researchers wanted to know: if an AI gives a perfect answer in English, does it give that same answer the exact same score if the answer is translated into Hindi, Farsi, or Ukrainian? Or does the language itself change the score, even if the meaning stays exactly the same?

The team set up a massive experiment to find out. They took the exact same set of instructions and responses and translated them into 23 different languages, ranging from widely spoken ones like English and Spanish to others like Hebrew and Hindi. They then asked eight different types of AI evaluators—some that are just prompted to give a score, and others that are specially trained to give a "reward" number—to grade these identical answers.

The results were a shock. The evaluators were not using the same ruler. Even though the content was semantically identical (meaning it meant the exact same thing), the scores shifted wildly depending on the language. The bias was huge: on a scale of 1 to 5, the difference between the highest-scoring languages and the lowest-scoring ones was about 0.5 points. That's a massive gap in the world of grading.

Here is the twist that makes this so tricky: the evaluators still looked perfect on paper. When the researchers checked the "pairwise accuracy" (did the referee pick the better answer?), the scores were incredibly high, often above 90%. The referees were consistently good at saying "Answer A is better than Answer B." But they were terrible at being consistent about how good Answer A actually was. It's like a judge who always correctly picks the winner of a race but gives the winner 100 points if they run in French and only 50 points if they run in German.

The paper discovered a clear pattern: the evaluators were being surprisingly generous to lower-resource languages (languages with less data available online, like Hindi or Hebrew) and stricter with high-resource languages like English. It's as if the AI judges think, "I'm not 100% sure what a perfect answer looks like in this language, so I'll just give it a high score to be safe." Conversely, for English, they felt very confident and strict, holding the answers to a higher standard.

This isn't just a numbers game; it has real-world consequences. Many AI systems use a "global threshold" to decide what is safe to show to users. For example, if a safety filter is set to block anything with a score below a certain number, the bias means that harmful content in lower-resource languages is much more likely to slip through the cracks. The paper found that under a single global rule, the acceptance rate for content could vary by up to 43 percentage points between languages. In one specific example, a harmful question in English was correctly blocked, but the exact same question in Ukrainian was allowed to pass because the evaluator gave it a higher score.

The researchers also investigated why this happens. They suspected it might be because the AI is less certain about lower-resource languages. They found that when the AI was less confident (measured by how surprised it was by the text), it did tend to give higher scores. However, they proved that uncertainty wasn't the whole story. Even after accounting for how confused the AI was, the language itself still predicted the score. This means the bias is a deep, structural issue in how these models are built, not just a simple case of "I don't know this language well."

The paper concludes that we cannot simply trust raw scores from these AI evaluators across different languages. While we can fix some of the problem by adjusting the scores for each language, this creates a new vulnerability: if someone mixes languages in a single prompt (code-switching), the system might get confused about which language rule to apply and let harmful content slip through. The authors suggest that instead of just checking if evaluators can pick the "winner," we need to build systems that are calibrated to be fair and consistent across all languages, ensuring that a 5-star answer in Hindi is truly as valuable as a 5-star answer in English.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →