AIAny
Icon for item

GLUE (General Language Understanding Evaluation benchmark)

A multi-task English NLU benchmark for evaluating models across nine tasks (acceptability, sentiment, paraphrase, similarity, and various NLI setups), with a diagnostic evaluation set and an online leaderboard to compare generalization and transfer learning.

Introduction

Most NLU benchmarks measure on a single task or domain; GLUE forces models to generalize across diverse sentence-level tasks and limited-data regimes, exposing gaps in transfer and robustness.

What Sets It Apart
  • Broad coverage: aggregates nine established tasks (CoLA, SST-2, MRPC, STS-B, QQP, MNLI, QNLI, RTE, WNLI) plus the AX diagnostic suite, so evaluation spans acceptability, sentiment, paraphrase, semantic similarity, and multiple NLI flavors.
  • Multi-task emphasis: designed to reward models that share linguistic knowledge across tasks and learn sample-efficiently rather than overfit a single dataset. MNLI alone provides ~393k training examples, while other tasks purposely have limited data to test transfer.
  • Diagnostic analysis and leaderboard: includes a hand-crafted diagnostic set for fine-grained linguistic evaluation and an online leaderboard that standardizes comparisons across submissions.
  • Practical baseline framing: GLUE encouraged transfer-learning baselines (ELMo, later Transformers) and highlighted that strong single-task performance doesn’t imply broad NLU competence.
Who It's For and Tradeoffs

Great fit if you need a compact, standardized suite to compare sentence-level English NLU models, measure transfer learning, or perform linguistic error analysis. Researchers benchmarking model generalization, pretraining/finetuning strategies, or multi-task architectures will find it most useful. Look elsewhere if your focus is on token-level tasks (e.g., NER), large-scale multilingual evaluation, or multimodal problems—GLUE is English-only and concentrates on sentence/sentence-pair classification and STS regression.

Where It Fits

GLUE is an early, widely adopted benchmark for evaluating progress in NLU and transfer learning. It sits between single-task leaderboards and larger, more recent benchmarks (e.g., SuperGLUE, XTREME) as a diagnostic and comparative tool that is still useful for low-resource transfer studies and baseline comparisons.

Information

  • Websitehuggingface.co
  • OrganizationsNew York University, Paul G. Allen School of Computer Science & Engineering, University of Washington, DeepMind
  • AuthorsAlex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, Samuel R. Bowman
  • Published date2018/04/20

Categories

More Items

Hugging Face

Provides 315,000 pairwise human-preference votes comparing 15 English TTS models over 300 operational prompts, with 4,500 high‑quality audio renders and structured vote/pair/prompt records for training or evaluating preference/reward models. Metadata under CC-BY-4.0; audio use governed by model providers' terms.

Hugging Face

A 10‑billion‑document retrieval benchmark with per‑document 768‑dim unit‑norm dense embeddings and mGTE sparse embeddings, FineWeb text/metadata, and exact top‑1000 MS MARCO ground truth for ~120k queries. Built for large‑scale evaluation of dense/sparse/hybrid retrieval, filtered search, indexing, ANNS algorithms, and embedding compression.

Hugging Face

Provides 4.5 billion TikTok video records with captions, timestamps, music IDs and engagement counts for research; split across 27 zstd-compressed Parquet files (~289 GB) and sampled via TikTok's mobile API; released for research-use only with privacy and ToS caveats.