Benchmarks · Reasoning & problem-solving

BIG-Bench

also: BIG-bench, Beyond the Imitation Game Benchmark, BIG-Bench Hard, BBH

How language-model performance and calibration change with scale across a deliberately broad, crowd-sourced set of tasks existing benchmarks did not cover — and, in the Hard subset, on the specific tasks where models still trailed average human raters.

450+ contributors across 132 institutions (Google-led collaboration)Released 9 June 2022Retired

BIG-Bench was assembled the way few benchmarks are: rather than one lab designing every task, more than 450 authors from 132 institutions each proposed their own, producing 204 tasks spanning linguistics, mathematics, common-sense reasoning, biology, social bias and more. The resulting 2022 paper’s central finding was about scale — performance and calibration both improved as models grew, but stayed well behind human raters even at hundreds of billions of parameters, and most tasks improved gradually in ways consistent with better memorisation rather than a qualitative shift.

A minority of tasks didn’t behave that way. On those, models scored near chance until a size threshold, then jumped sharply — the pattern that became central to the “emergent abilities” argument published days later, which used BIG-Bench tasks as some of its clearest examples of discontinuous scaling. That same year, a separate team extracted the 23 tasks where language models had never beaten the average human rater into BIG-Bench Hard, and found that chain-of-thought prompting — reasoning step by step before answering — let PaLM clear the human baseline on 10 of the 23 and Codex on 17, far outperforming the standard prompting used in the original evaluation.

BIG-Bench’s scale made it valuable as an infrastructure project as much as a single result: it demonstrated that broad, crowd-sourced evaluation could surface capabilities narrower benchmarks missed. But that same breadth left it without the focus that let sharper successors like MMLU and later GPQA dominate model release announcements, and by the time frontier labs were routinely citing harder science and reasoning tests, BIG-Bench and BBH had settled into the reference literature rather than the leaderboard.

The set

BIG-Bench: 204 tasks spanning linguistics, mathematics, common-sense reasoning, biology, physics, social bias and software development, contributed by researchers who could each propose their own task. BIG-Bench Hard (BBH), published four months later, extracted the 23 hardest tasks — those where prior language models had not beaten the average human rater — to test whether chain-of-thought prompting could close the gap.

Example

checkmate_in_one task — Input: '1. d4 d5 2. Nf3 Nf6 3. e3 a6 4. Nc3 e6 5. Bd3 h6 6. e4 dxe4 7. Bxe4 Nxe4 8. Nxe4 Bb4+ 9. c3 Ba5 10. Qa4+ Nc6 11. Ne5 Qd5 12. f3 O-O 13. Nxc6 bxc6 14. Bf4 Ra7 15. Qb3 Qb5 16. Qxb5 cxb5 17. a4 bxa4 18. Rxa4 Bb6 19. Kf2 Bd7 20. Ke3 Bxa4 21. Ra1 Bc2 22. c4 Bxe4 23. fxe4 c5 24. d5 exd5 25. exd5 Re8+ 26. Kf3 Rae7 27. Rxa6 Bc7 28. Bd2 Re2 29. Bc3 R8e3+ 30. Kg4 Rxg2+ 31. Kf5' — Target: 'Rg5#'github.com

Where it stands

Largely superseded in frontier model reporting by MMLU, GPQA and their successors from 2023 onward, though BBH's chain-of-thought tasks remain a common citation in academic evaluation suites.

How the top score changed hands

  1. June 2022Largest models tested (BIG-Bench, 2022)improved with scale but well behind human ratersMost tasks improved gradually with scale; a smaller number showed sharp 'breakthrough' jumps the authors linked to multi-step reasoning.
  2. October 2022PaLM / Codex (BIG-Bench Hard, with chain-of-thought)PaLM beat humans on 10/23 tasks; Codex on 17/23Chain-of-thought prompting substantially outperformed the standard few-shot prompting used in the original BIG-Bench evaluation on the same 23 hardest tasks.

In the timeline · 2 entries

More reasoning & problem-solving benchmarks