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

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.

Hugging Face

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.