Papers › GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding

GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding

20 Apr 2018WS 2018 11arXiv:1804.07461archive 2025-07-28

Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, Samuel R. Bowman

For natural language understanding (NLU) technology to be maximally useful, both practically and as a scientific object of study, it must be general: it must be able to process language in a way that is not exclusively tailored to any one specific task or dataset. In pursuit of this objective, we introduce the General Language Understanding Evaluation benchmark (GLUE), a tool for evaluating and analyzing the performance of models across a diverse range of existing NLU tasks. GLUE is model-agnostic, but it incentivizes sharing knowledge across tasks because certain tasks have very limited training data. We further provide a hand-crafted diagnostic test suite that enables detailed linguistic analysis of NLU models. We evaluate baselines based on current methods for multi-task and transfer learning and find that they do not immediately give substantial improvements over the aggregate performance of training a separate model per task, indicating room for improvement in developing general and robust NLU systems.

PaperPDFConference PDFCodeCode 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="1804.07461")

Code

Syntology Ran 5 of 14 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: named in the paper: 14 samples from 2 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.

jsalt18-sentence-repl/jiant mentioned in paperpytorchMIT report
nyu-mll/GLUE-baselines mentioned in paperpytorch report
ashi-ta/speechglue mentioned on GitHubNOASSERTION report
benzakenelad/BitFit mentioned on GitHubpytorchMIT report
nvshrao/Pytorch-GLUE mentioned on GitHubpytorch report
smallbenchnlp/benchmark mentioned on GitHub report
alibaba/EasyNLP jaxApache-2.0 report
ofa-sys/ofa pytorchApache-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

14 samples harvested; 5 ran; 1 honoured the contract we drafted; 9 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.

1ran · honoured contract
2ran · our draft was wrong
2ran
9unverified

Licence: 1 of the 14 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 2 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.

flat_collate_fn jsalt18-sentence-repl/jiant/jiant/tasks/core.py named in the paper ran · honoured contract fingerprinted MIT (permissive) · 8f7619b2828926ea · report
get_tasks nyu-mll/GLUE-baselines/download_glue_data.py named in the paper ran · our draft was wrong no licence file found · pointer only · 3caf26b311c98658 · report
metadata_collate_fn jsalt18-sentence-repl/jiant/jiant/tasks/core.py named in the paper ran · our draft was wrong MIT (permissive) · 61ffc5549a75fe3c · report
resolve_is_lower_case jsalt18-sentence-repl/jiant/jiant/shared/model_resolution.py named in the paper ran MIT (permissive) · e17e83a5650fd73c · report
resolve_warmup_steps jsalt18-sentence-repl/jiant/jiant/shared/model_setup.py named in the paper ran MIT (permissive) · 36c8a80131f2e20a · report
batched_index_select jsalt18-sentence-repl/jiant/jiant/ext/allennlp.py named in the paper unverified MIT (permissive) · e445a3b7d6a58154 · report
compare_dataset_with_metadata jsalt18-sentence-repl/jiant/jiant/shared/caching.py named in the paper unverified MIT (permissive) · eaa6b3cef2ce9444 · report
compare_tensor_tuples jsalt18-sentence-repl/jiant/jiant/shared/caching.py named in the paper unverified MIT (permissive) · 0f5c37217af75b26 · report
complex_backpropagate jsalt18-sentence-repl/jiant/jiant/shared/runner.py named in the paper unverified MIT (permissive) · 9b5f1ac1298e3440 · report
convert_to_chunks jsalt18-sentence-repl/jiant/jiant/shared/caching.py named in the paper unverified MIT (permissive) · b91635f00cdc7b71 · report
init_cuda_from_args jsalt18-sentence-repl/jiant/jiant/shared/initialization.py named in the paper unverified MIT (permissive) · fa0fcf05318dae3d · report
init_seed jsalt18-sentence-repl/jiant/jiant/shared/initialization.py named in the paper unverified MIT (permissive) · 540028e9d806d8a8 · report
masked_softmax jsalt18-sentence-repl/jiant/jiant/ext/allennlp.py named in the paper unverified MIT (permissive) · 16cde5ff8ae0a586 · report
weighted_sum jsalt18-sentence-repl/jiant/jiant/ext/allennlp.py named in the paper unverified MIT (permissive) · 2f417d486bcad523 · report

Tasks

DiagnosticNatural Language InferenceNatural Language UnderstandingQQPTransfer Learning

Datasets

Introduced by this paper, per the archive.

GLUEQNLI

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Natural Language Inference MultiNLI Multi-task BiLSTM + Attn Matched 72.2 #49 of 67 Archive leaderboard report
Natural Language Inference MultiNLI Multi-task BiLSTM + Attn Mismatched 72.1 #49 of 67 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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