Search papers, labs, and topics across Lattice.
This paper introduces M-GATE, a comprehensive benchmark designed to assess multilingual language models' linguistic proficiency across 30 diverse languages, focusing on grammatical accuracy, translation quality, and tokenizer efficiency. The evaluation reveals a significant disconnect between fluency and proficiency, with top models achieving only a Matthews correlation coefficient of 0.36 on grammatical error detection, indicating a tendency to overlook ungrammatical text. Additionally, the study finds that translation quality correlates strongly with the amount of pretraining data, highlighting a persistent low-resource penalty that is gradually improving with newer model iterations.
Fluency in translation does not equate to grammatical proficiency, with top models struggling to flag errors effectively.
Multilingual language models are deployed across a hundred or more languages, yet most benchmarks test whether a model can perform a task _in_ a language rather than whether it commands the language itself, conflating fluency with proficiency. We introduce M-GATE (Multilingual Grammar, Accuracy in Translation, and Efficiency), a benchmark of linguistic proficiency spanning 30 typologically diverse languages from high- to low-resource. M-GATE comprises three tasks: grammatical error detection on linguist-crafted, adversarially selected sentences that turn on hard, language-specific phenomena; round-trip translation of shared English sources across 29 target languages, scored by a three-provider LLM judge panel validated against professional annotators; and a supplementary tokenizer-efficiency measure. We evaluate over 50 models in more than 80 configurations. Fluency and proficiency come apart sharply: models that translate competently sit near chance on the adversarial grammar items, the best reaching a Matthews correlation coefficient (MCC) of only 0.36, and their errors lean systematically toward under-flagging, accepting ungrammatical text rather than raising false alarms. Translation quality closely tracks a language's share of pretraining data (r = 0.86 against log Common Crawl share), producing a steep low-resource penalty that is nonetheless narrowing with successive model releases. Enabling reasoning reliably improves translation, while its effect on error detection is smaller and for some models negative, so the best configuration is task-dependent. To resist contamination, test items are kept private behind a continuously updated public leaderboard, with illustrative examples released (https://m-gate.ai).