---
title: "BIG-bench (benchmark)"
source: "https://systems-analysis.info/eng/BIG-bench_(benchmark)"
wiki: "systems-analysis.info/eng"
article: "BIG-bench_(benchmark)"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 73
wiki_created_at: 2026-09-06T22:17:04Z
wiki_modified_at: 2026-09-06T22:17:04Z
downloaded_at: 2026-09-07T22:20:49Z
---

# BIG-bench (benchmark)

**BIG-bench** (an acronym for **Beyond the Imitation Game benchmark**) is a large-scale collection of tasks ([benchmark](https://systems-analysis.info/eng/LLM_benchmarks "LLM benchmarks")) created to evaluate the capabilities and limitations of [large language models](https://systems-analysis.info/eng/Large_language_model "Large language model") (LLMs). The project was developed in 2021–2022 through a collaborative effort of over 450 researchers from 132 organizations under the aegis of **Google**<sup>[\[1\]](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_note-srivastava2022-1)</sup>.

The benchmark includes **204 diverse tasks** covering a wide range of fields: linguistics, mathematics, programming, common sense reasoning, biology, physics, and the evaluation of social biases. The primary goal of BIG-bench is to go beyond the "imitation game" (the Turing test) and test models on tasks considered difficult or unsolvable for existing architectures. The benchmark is designed not only to measure current abilities but also to extrapolate their future capabilities as scale increases<sup>[\[2\]](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_note-deepgram_summary-2)</sup>.

## Development and Structure

BIG-bench was initiated by a group of researchers from Google, who organized an open call for task submissions from the scientific community. As a result, the final set includes 204 tasks from dozens of independent teams. Each task was designed to be a challenge for LLMs and has its own format and evaluation metric (e.g., multiple-choice accuracy, scoring of freely generated responses).

The tasks range from standard academic questions to unconventional puzzles, such as:

- Solving mathematical and logical problems.
- Understanding emoji sequences.
- Solving chess problems from a text description.
- Identifying social stereotypes in model responses.

The entire benchmark and its code are publicly available on **GitHub**, allowing researchers to test new models and propose additional tasks<sup>[\[3\]](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_note-github_repo-3)</sup>.

## Model Evaluation and Human Baseline

In the original 2022 paper, large-scale testing was conducted on models including the **[GPT](https://systems-analysis.info/eng/GPT_(OpenAI) "GPT (OpenAI)")** family from OpenAI, as well as dense and sparse models from Google, such as **[PaLM](https://systems-analysis.info/eng/PaLM_(Pathways_Language_Model) "PaLM (Pathways Language Model)")** and **Switch Transformers**.

To compare the results, a **human baseline** was established. Expert raters performed all tasks using the resources available to them. Two metrics were defined:

- **Average expert score**: approximately 45/100 on a conditional normalized scale.
- **Best expert score**: approximately 80/100 (when at least one expert solved the task optimally).

Even the largest models of that time performed significantly worse than humans. For example, the best of them (including GPT-3) scored only around 15/100, highlighting the difficulty of the tasks and the significant potential for future progress<sup>[\[1\]](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_note-srivastava2022-1)</sup>.

## Key Results and Findings

Analysis of the results on BIG-bench revealed several key patterns:

1.  **The effect of scale**. Model accuracy increases with the number of parameters across almost all task categories.
2.  **Emergent abilities**. On many tasks, model performance remains at the level of random guessing for a long time, but after reaching a certain "critical" scale, there is a sharp jump in quality. This phenomenon is known as **emergent behavior**.
3.  **Social biases**. As the size of the model increases, the level of social stereotypes learned from the training data can also increase. However, it was shown that proper prompt formulation (prompting) can mitigate this effect.

## Evolution of the Benchmark

As models became more powerful, some BIG-bench tasks ceased to be challenging. This led to the creation of more difficult subsets.

### Big-bench Hard (BBH)

In 2022, researchers identified the **23 most difficult tasks** on which all models initially performed below the average human level. This set was named **BIG-bench Hard (BBH)**. Experiments showed that using the **[Chain-of-Thought](https://systems-analysis.info/eng/Chain-of-Thought_Prompting "Chain-of-Thought Prompting")** (CoT) technique—where the model generates a chain of reasoning before giving an answer—dramatically improves performance. With CoT, the **[PaLM](https://systems-analysis.info/eng/PaLM_(Pathways_Language_Model) "PaLM (Pathways Language Model)")** model (540 billion parameters) was able to surpass the average human score on 10 of the 23 tasks, and **Codex** (a version of GPT-3) did so on 17 of the 23<sup>[\[4\]](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_note-suzgun2022-4)</sup>.

### Big-bench Extra Hard (BBEH)

By 2024, when even the tasks in BBH were being solved by state-of-the-art models, the next stage was proposed: **BIG-bench Extra Hard (BBEH)**. The authors from DeepMind replaced each of the 23 BBH tasks with a new one, similar in reasoning type but significantly more difficult<sup>[\[5\]](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_note-arora2025-5)</sup>. Initial tests on BBEH showed that even the most powerful contemporary LLMs are far from solving them, providing a long-term challenge for future models.

### Big-bench Lite (BBL)

For faster and less resource-intensive testing, a lightweight version was created: **BIG-bench Lite (BBL)**. It consists of a sample of **24 tasks** that reflect the diversity of the full set. BBL allows developers to quickly evaluate their models and compare them on a public leaderboard.

## External links

- <a href="https://github.com/google/BIG-bench" class="external text" rel="nofollow">Official BIG-bench repository on GitHub</a>
- <a href="https://paperswithcode.com/benchmark/big-bench" class="external text" rel="nofollow">BIG-bench page on Papers With Code</a>
- <a href="https://en.wikipedia.org/wiki/Language_model_benchmark" class="external text" rel="nofollow">Language model benchmark — Wikipedia</a>

## Literature

- Liang, P. et al. (2022). *Holistic Evaluation of Language Models (HELM)*. <a href="https://arxiv.org/abs/2211.09110" class="external text" rel="nofollow">arXiv:2211.09110</a>.
- Chang, Y. et al. (2023). *A Survey on Evaluation of Large Language Models*. <a href="https://arxiv.org/abs/2307.03109" class="external text" rel="nofollow">arXiv:2307.03109</a>.
- Ni, S. et al. (2025). *A Survey on Large Language Model Benchmarks*. <a href="https://arxiv.org/abs/2508.15361" class="external text" rel="nofollow">arXiv:2508.15361</a>.
- Biderman, S. et al. (2024). *The Language Model Evaluation Harness (lm-eval): Guidance and Lessons Learned*. <a href="https://arxiv.org/abs/2405.14782" class="external text" rel="nofollow">arXiv:2405.14782</a>.
- Kiela, D. et al. (2021). *Dynabench: Rethinking Benchmarking in NLP*. <a href="https://arxiv.org/abs/2104.14337" class="external text" rel="nofollow">arXiv:2104.14337</a>.
- Ma, Z. et al. (2021). *Dynaboard: An Evaluation‑As‑A‑Service Platform for Holistic Next‑Generation Benchmarking*. <a href="https://arxiv.org/abs/2106.06052" class="external text" rel="nofollow">arXiv:2106.06052</a>.
- Goel, K. et al. (2021). *Robustness Gym: Unifying the NLP Evaluation Landscape*. <a href="https://arxiv.org/abs/2101.04840" class="external text" rel="nofollow">arXiv:2101.04840</a>.
- Xu, C. et al. (2024). *Benchmark Data Contamination of Large Language Models: A Survey*. <a href="https://arxiv.org/abs/2406.04244" class="external text" rel="nofollow">arXiv:2406.04244</a>.
- Liu, S. et al. (2025). *A Comprehensive Survey on Safety Evaluation of LLMs*. <a href="https://arxiv.org/abs/2506.11094" class="external text" rel="nofollow">arXiv:2506.11094</a>.
- Chiang, W.-L. et al. (2024). *Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference*. <a href="https://arxiv.org/abs/2403.04132" class="external text" rel="nofollow">arXiv:2403.04132</a>.
- Boubdir, M. et al. (2023). *Elo Uncovered: Robustness and Best Practices in Language Model Evaluation*. <a href="https://arxiv.org/abs/2311.17295" class="external text" rel="nofollow">arXiv:2311.17295</a>.
- Huang, L. et al. (2023). *A Survey on Hallucination in Large Language Models*. <a href="https://arxiv.org/abs/2311.05232" class="external text" rel="nofollow">arXiv:2311.05232</a>.

## References

1.  <span id="cite_note-srivastava2022-1">↑ <sup>[1.0](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_ref-srivastava2022_1-0)</sup> <sup>[1.1](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_ref-srivastava2022_1-1)</sup> Srivastava, A., et al. "Beyond the Imitation Game: Quantifying and extrapolating the capabilities of language models." *arXiv:2206.04615*. <a href="https://arxiv.org/abs/2206.04615" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-deepgram_summary-2">[↑](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_ref-deepgram_summary_2-0) "BIG-Bench: The New Benchmark for Language Models." *Deepgram*. <a href="https://deepgram.com/learn/big-bench-llm-benchmark-guide" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-github_repo-3">[↑](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_ref-github_repo_3-0) "google/BIG-bench". *GitHub*. <a href="https://github.com/google/BIG-bench" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-suzgun2022-4">[↑](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_ref-suzgun2022_4-0) Suzgun, M., et al. "Challenging BIG-Bench Tasks and Whether Chain-of-Thought Can Solve Them." *arXiv:2210.09261*. <a href="https://arxiv.org/abs/2210.09261" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-arora2025-5">[↑](https://systems-analysis.info/eng/BIG-bench_(benchmark)#cite_ref-arora2025_5-0) Arora, S., et al. "BIG-Bench Extra Hard." *arXiv:2502.19187*. <a href="https://arxiv.org/abs/2502.19187" class="external autonumber" rel="nofollow">[5]</a></span>
