Papers › Measuring Massive Multitask Language Understanding

Measuring Massive Multitask Language Understanding

7 Sep 2020arXiv:2009.03300archive 2025-07-28

Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, Jacob Steinhardt

We propose a new test to measure a text model's multitask accuracy. The test covers 57 tasks including elementary mathematics, US history, computer science, law, and more. To attain high accuracy on this test, models must possess extensive world knowledge and problem solving ability. We find that while most recent models have near random-chance accuracy, the very largest GPT-3 model improves over random chance by almost 20 percentage points on average. However, on every one of the 57 tasks, the best models still need substantial improvements before they can reach expert-level accuracy. Models also have lopsided performance and frequently do not know when they are wrong. Worse, they still have near-random accuracy on some socially important subjects such as morality and law. By comprehensively evaluating the breadth and depth of a model's academic and professional understanding, our test can be used to analyze models across many tasks and to identify important shortcomings.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2009.03300")

Code

Syntology Ran 5 of 26 code samples harvested from 3 repositories linked to this paper; 21 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: community (archive-listed): 26 samples from 3 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

18 repositories listed; official and paper-mentioned ones first.

hendrycks/test officialmentioned in papermentioned on GitHub report
8023looker/med-rr mentioned on GitHubpytorch report
aryopg/mmlu-redux mentioned on GitHubpytorch report
baichuan-inc/baichuan-13b mentioned on GitHubpytorchApache-2.0 report
baichuan-inc/baichuan-7b mentioned on GitHubpytorch report
baichuan-inc/baichuan2 mentioned on GitHubpytorchApache-2.0 report
bunsenfeng/knowledge_card mentioned on GitHubpytorchMIT report
duxiaoman-di/xuanyuan mentioned on GitHubpytorch report
instructlab/instructlab mentioned on GitHubpytorchApache-2.0 report
lm-sys/routellm mentioned on GitHubpytorchApache-2.0 report
nlp-uoregon/mlmm-evaluation mentioned on GitHubApache-2.0 report
ollmer/mmlu mentioned on GitHubMIT report
opennlplab/transnormerllm mentioned on GitHubpytorchApache-2.0 report
petezh/ChatGPT-Advice mentioned on GitHubMIT report
sanjass/MultiTaskLearning mentioned on GitHubpytorchMIT report
vivo-ai-lab/bluelm mentioned on GitHubpytorch report
xverse-ai/xverse-13b mentioned on GitHubpytorch report
xverse-ai/xverse-7b mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 5 ran; 0 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
1ran
21unverified

Licence: 1 of the 26 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

softmax ollmer/mmlu/evaluate.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 19f01570b0a18e2b · report
create_model_path aryopg/mmlu-redux/sft/sft_full.py community (archive-listed) ran · our draft was wrong CC-BY-4.0 · pointer only · 7d2a2984ad40114e · report
format_example ollmer/mmlu/evaluate.py community (archive-listed) ran · our draft was wrong MIT (permissive) · cd763eaf1ac287e7 · report
format_subject ollmer/mmlu/evaluate.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 6ab745408cb8648b · report
gen_prompt ollmer/mmlu/evaluate_flan.py community (archive-listed) ran MIT (permissive) · 3383488ea82b6c15 · report
check_contains_num sanjass/MultiTaskLearning/ex2_data_parsing/data_parse.py community (archive-listed) unverified MIT (permissive) · 3a55bded83f59394 · report
check_numeric sanjass/MultiTaskLearning/ex2_data_parsing/data_parse.py community (archive-listed) unverified MIT (permissive) · e52cf9ef3b07a19c · report
format_exp sanjass/MultiTaskLearning/036questions/utils.py community (archive-listed) unverified MIT (permissive) · 0a261ea0770f9244 · report
format_num sanjass/MultiTaskLearning/036questions/utils.py community (archive-listed) unverified MIT (permissive) · 4839a2077dc13fca · report
gen_quant_cells sanjass/MultiTaskLearning/ex2_data_parsing/data_parse.py community (archive-listed) unverified MIT (permissive) · 29d8c9d894d5cb2e · report
get_adaptive_bins ollmer/mmlu/calib_tools.py community (archive-listed) unverified MIT (permissive) · 432838d3c5f2ab75 · report
get_and_update sanjass/MultiTaskLearning/036questions/writedata.py community (archive-listed) unverified MIT (permissive) · 0ae544dd79bf6e53 · report
get_encoder ollmer/mmlu/crop.py community (archive-listed) unverified MIT (permissive) · 3c57d0ee2854879f · report
get_pairs ollmer/mmlu/crop.py community (archive-listed) unverified MIT (permissive) · 4f76173dfe4b0c11 · report
get_quant_cells sanjass/MultiTaskLearning/036questions/utils.py community (archive-listed) unverified MIT (permissive) · 0e51b6d0af943f39 · report
infix_to_prefix sanjass/MultiTaskLearning/exercise2/util.py community (archive-listed) unverified MIT (permissive) · 87d40f0c0a1ce3ac · report
mean ollmer/mmlu/calib_tools.py community (archive-listed) unverified MIT (permissive) · 0af29c87aa4bd6a8 · report
one_hot_encode ollmer/mmlu/calib_tools.py community (archive-listed) unverified MIT (permissive) · 77933604fbca56e7 · report
return_data sanjass/MultiTaskLearning/036questions/filtering.py community (archive-listed) unverified MIT (permissive) · 69e44b454bef1c76 · report
return_data sanjass/MultiTaskLearning/036questions/filtering2.py community (archive-listed) unverified MIT (permissive) · b441fdbef0a06567 · report
return_data sanjass/MultiTaskLearning/036questions/gradientdescent.py community (archive-listed) unverified MIT (permissive) · bddd1344d4501303 · report
return_data sanjass/MultiTaskLearning/036questions/gradientdescent2.py community (archive-listed) unverified MIT (permissive) · 5dfa113ed2d4f658 · report
return_data sanjass/MultiTaskLearning/036questions/logisticregression.py community (archive-listed) unverified MIT (permissive) · de6faacbeb0eb06d · report
return_data sanjass/MultiTaskLearning/036questions/rnn.py community (archive-listed) unverified MIT (permissive) · 69930c08eceb6a88 · report
setup sanjass/MultiTaskLearning/exercise2/util.py community (archive-listed) unverified MIT (permissive) · 26f49fbc83128412 · report
tokenize_and_separate_quants sanjass/MultiTaskLearning/exercise2/util.py community (archive-listed) unverified MIT (permissive) · 4e014ec57f85bafe · report

Tasks

Elementary MathematicsMulti-Task LearningMulti-task Language UnderstandingWorld Knowledge

Datasets

Introduced by this paper, per the archive.

MMLMMLU

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDropoutGPT-3Layer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections