{
  "id": 5213640,
  "title": "What I Learned Evaluating LLMs Across Four Languages",
  "url": "https://urgent.news/2026/09/03/what-i-learned-evaluating-llms-across-four-languages",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-03T00:39:04.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/zahid23saim/what-i-learned-evaluating-llms-across-four-languages-956"
  },
  "original_language": "en",
  "account": "Many discussions about large language models (LLMs) assume that English is the baseline, and their performance in other languages can be considered slightly worse. However, after evaluating LLMs across English, Hindi, Tamil, and Marathi, this assumption proved to be wrong in significant ways that are crucial for understanding how these models function.\n\nThe quality gap among languages is not consistent or where one might expect it to be. While it is tempting to think that English would be the best, and other languages would be consistently worse, the reality is far more complex. A model may excel at conversational Hindi but fail to grasp Tamil's technical vocabulary. Additionally, a model can create fluent Marathi with subtle factual inaccuracies, while producing slightly awkward English that is factually correct.\n\nThe issue lies in the interaction between the language and the task rather than the language itself. By evaluating the same task across multiple languages, one can observe these differences that single-language tests often fail to reveal. In English, reviewers have become accustomed to the quirks of model output, making them more discerning even when a confidently wrong answer is presented. In contrast, a language where fluent model output is less common may lead to a higher acceptance of a confident-but-wrong answer.\n\nErrors in multilingual outputs, such as dropping or mangling diacritics, mixing scripts, or incorrectly transliterating, are more apparent in languages with complex scripts like Tamil and Marathi. These errors are often overlooked by monolingual English reviewers and can easily be mistaken for accurate answers by automated exact-match checks. For building evaluation tools for multilingual outputs, it is essential to pay as much attention to script handling and normalization as to semantic correctness.\n\nCode-switching, where speakers frequently mix languages, poses another challenge. While some models handle this naturally, gracefully incorporating English terms within a non-English sentence, others struggle. A single English word can disrupt the grammar of the entire sentence or the model may overcorrect by translating a term that should remain in English. These edge cases are rarely encountered in single-language benchmarks, and they often separate what sounds fluent from what is actually correct.\n\nWhile the models are improving rapidly, single-language evaluation still provides only a limited understanding of the model's performance across different languages and tasks. The real-world implications of these findings extend beyond Hindi, Tamil, and Marathi. For any product targeting multiple languages, evaluating a single language is insufficient—it measures something different from what is ultimately shipped. The habit of testing the same task across several languages, and maintaining a skeptical view towards fluency as a proxy for correctness, can significantly improve the evaluation process.",
  "summary": "Most writing about large language models assumes English. The benchmarks are in English, the failure examples are in English, and the quiet implication is that whatever is true in English is true everywhere else, just a little worse. After spending a long stretch evaluating model output across English, Hindi, Tamil, and Marathi, I can say that assumption is wrong in ways that actually matter —…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}