Benchmarks · Language & multilingual

MGSM

also: Multilingual Grade School Math

Whether a model can carry out the same grade-school arithmetic word-problem reasoning in languages other than English, not just answer general-knowledge questions in translation.

Google ResearchReleased 6 October 2022Live

MGSM tests something narrower than general multilingual knowledge: can a model do the same step-by-step arithmetic reasoning in Swahili or Telugu that it can in English? Researchers at Google built it by manually translating 250 problems from the English grade-school math set GSM8K into 10 typologically diverse languages, so the underlying reasoning task stays fixed while only the language changes.

The original paper’s headline finding was that chain-of-thought reasoning transferred across languages more readily than expected, even into languages with very little representation in training data — PaLM-540B reached 55.0% average accuracy in its best configuration, and scored over 40% on Swahili and Bengali despite each making up under 0.01% of its training corpus. That result helped establish that large models’ reasoning ability was not simply an artefact of English-language training, and MGSM became a standard line in frontier model reports alongside general-knowledge benchmarks like MMLU.

MGSM’s limitation is the one built into its design: because the underlying problems started in English and were translated outward, a model that reasons well only after implicitly translating into English can still score well. OpenAI’s IndQA, released three years later, was explicitly framed as testing knowledge that depends on cultural context rather than translated general reasoning — a distinction its authors drew directly against MGSM and MMMLU.

The set

250 grade-school math word problems from the English GSM8K set, manually translated into 10 typologically diverse languages including Bengali, Chinese, French, German, Japanese, Russian, Spanish, Swahili, Telugu and Thai; scored on exact-match numeric accuracy, usually averaged across languages.

Example

'Janet's ducks lay 16 eggs per day. She eats three for breakfast and bakes muffins for her friends with four. She sells the remainder at the farmers' market for $2 per egg. How much does she make every day?' (answer: 18), translated into all 10 languages, including Swahili.github.com

Where it stands

Widely reported alongside MMLU-style scores in frontier model cards as a multilingual reasoning check, though OpenAI's IndQA (2025) argued MGSM still tests reasoning translated from English rather than reasoning embedded in local context.

How the top score changed hands

  1. October 2022PaLM-540B55.0% average accuracyBest configuration in the original paper: 6-shot native-language exemplars with English chain-of-thought prompting.

In the timeline · 1 entry

More language & multilingual benchmarks