arxiv-2110-14168 · paperTraining Verifiers to Solve Math Word Problems
Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, et al.
Created: 2021 · Ingested: 2026-09-02
This source: Training Verifiers to Solve Math Word ProblemsHow much the field cites it — very heavily cited in the last 12 months1000+ in the last 12 months · 10385 totalpublished 2021checked 2026-09-04count capped at 1000 by the fetchclick for Semantic Scholar1000+ citations in the last 12 months · 10385 total · checked 2026-09-04
https://arxiv.org/abs/2110.14168(opens in a new tab)In brief
Sampling 100 solutions and picking the one a learned verifier ranks highest beats trying to get 1 correct answer from a much larger model. On the full GSM8K training set, a 6B model with verification slightly outperforms a finetuned 175B model, a gain roughly equivalent to a 30x model size increase.
GSM8K is 8.5K human-written grade school word problems with natural language solutions, split 7.5K train and 1K test, each needing 2 to 8 steps, with under 2 percent estimated to contain breaking errors. Generators are GPT-3 models (6B and 175B) finetuned for 2 epochs, with calculator annotations injected; the verifier is a separate model scoring correctness at every token, trained on 100 labeled samples per training problem.
Verification loses to finetuning at small dataset sizes and only takes off past a threshold, earlier for 175B than 6B. Test-time gains keep rising up to 400 completions then decline, suggesting adversarial solutions that fool the verifier. Removing intermediate steps so a 6B model outputs only the final answer drops performance from 20.6% to 5.2%.
Effects are measured against a matched finetuning baseline with 3 runs (175B verification is a single run), and ablations isolate token-level vs solution-level scoring, the auxiliary language modeling objective, generator vs verifier size, and 20% residual dropout. Large-generator/small-verifier beats the reverse, hinting the verifier uses coarse heuristics.
Only GPT-3 models and grade school arithmetic were tested; labels come from final answers, so flawed reasoning that lands correct counts as positive. Treat verifier-guided sampling as a data-hungry substitute for scale, not a free one.
Written from the abstract by claude-opus-5 on 2026-09-05, with every figure checked against it. Not a substitute for the paper.
Referenced by
Claims in this catalog that draw on this source, and whether as support or counterpoint.