AIAny
Icon for item

SQuAD

Provides about 100,000 crowd‑written question–answer pairs from Wikipedia where each answer is a text span in the passage, used to train and evaluate extractive question‑answering models. Includes train/validation splits, span offsets, Parquet format, CC BY‑SA 4.0.

Introduction

SQuAD established a practical, repeatable benchmark for extractive reading comprehension by supplying a large set of crowd‑written questions whose answers are explicit spans in Wikipedia passages. That span constraint makes automatic evaluation straightforward and helped drive rapid progress from feature‑based models (logistic regression ~51 F1) to neural models (70%+), while human agreement remains substantially higher (~86.8 F1). The dataset remains a go‑to shared task for measuring extractive QA performance and for analysis of syntactic/lexical divergence between question and answer sentences.

What Sets It Apart
  • Large span‑annotated corpus (train: 87,599 examples; validation: 10,570 in the Hugging Face plain_text split) — so what: gives models ample supervised examples for end‑to‑end neural training and fine‑tuning.
  • Span answers instead of free‑form responses — so what: enables exact F1/EM evaluation and simpler alignment between predictions and references.
  • Crowdsourced, natural language questions grounded in Wikipedia — so what: yields diverse, realistic question formulations that expose syntactic and lexical gaps between question and evidence.
  • Widely redistributed (Parquet format on Hugging Face) under CC BY‑SA 4.0 — so what: easy to load in common ML stacks and reuse for benchmarks and downstream tasks.
Who it's for and trade-offs

Great fit if you need a standardized, extractive QA benchmark for training or comparing models, studying question‑answer lexical divergence, or building retrieval+reader pipelines. Look elsewhere if you need generative answers, multi‑document reasoning, or large multilingual coverage — SQuAD is monolingual English and focuses on single‑passage span extraction.

Where it fits

Compared with smaller manually labeled RC datasets, SQuAD is orders of magnitude larger and intentionally span‑constrained to simplify evaluation; compared with later multi‑answer or unanswerable variants, the original SQuAD emphasizes extractive span detection rather than free‑form or multi‑document QA.

Information

  • Websitehuggingface.co
  • AuthorsPranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, Percy Liang
  • Published date2016/06/16

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

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.