# SQuAD v1.1

SQuAD v1.1 is a reading comprehension dataset with 100,000+ question-answer pairs derived from Wikipedia articles, used to benchmark extractive question answering systems. It was introduced by Stanford University in 2016.

SQuAD v1.1 (Stanford Question Answering Dataset) is a widely used benchmark dataset for extractive reading comprehension and question answering. It consists of over 100,000 question-answer pairs generated by crowdworkers based on a set of 536 Wikipedia articles. The task requires a model to identify the correct answer as a contiguous span of text within a given passage, making it a foundational evaluation for natural language understanding systems.

The dataset was introduced by researchers at the [Stanford AI Lab](https://www.wikiprompt.org/wiki/stanford-ai-lab) in 2016, with the initial version released in June 2016 and the v1.1 update published in December 2016. It was designed to encourage the development of models that can read and comprehend text at a level closer to human performance. The questions are designed to be answerable solely from the provided paragraph, without requiring external knowledge, and each question has a single correct answer span.

## Structure and Creation

SQuAD v1.1 was built by selecting 536 articles from the English Wikipedia covering a diverse range of topics, including science, history, and biography. Crowdworkers on Amazon Mechanical Turk were asked to read each paragraph and generate questions and corresponding answers. Each answer was required to be a verbatim span of the passage, ensuring that the dataset could be used for extractive QA tasks. The final dataset contains 107,785 question-answer pairs, split into a training set of 87,599 pairs, a development set of 10,570 pairs, and a hidden test set used for official evaluation.

The dataset includes a wide variety of question types, such as who, what, when, where, why, and how questions. This diversity challenges models to perform different types of reasoning, including entity recognition, temporal reasoning, and causal inference. The answer spans range from single tokens to multi-sentence passages, though most are short phrases.

## Evaluation Metrics

Models are evaluated on two primary metrics: Exact Match (EM) and F1 score. EM measures the percentage of predictions that match the ground truth answer exactly, ignoring punctuation and articles. F1 score computes the harmonic mean of precision and recall between the predicted and ground truth tokens, providing a more lenient measure that rewards partial matches. These metrics have become standard in the field of reading comprehension and are used in many subsequent datasets.

Human performance on SQuAD v1.1 is estimated at 82.3 EM and 91.2 F1, providing a reference point for model comparison. Early models struggled to exceed 50% F1, but rapid progress in [deep learning](https://www.wikiprompt.org/wiki/deep-learning) and [neural network](https://www.wikiprompt.org/wiki/neural-network) architectures led to significant improvements within a few years.

## Impact and Legacy

SQuAD v1.1 played a pivotal role in advancing research in [machine learning](https://www.wikiprompt.org/wiki/machine-learning) and [artificial intelligence](https://www.wikiprompt.org/wiki/artificial-intelligence). It provided a standardized, large-scale benchmark that allowed researchers to compare model performance objectively. The dataset spurred the development of many influential architectures, including the [Transformer](https://www.wikiprompt.org/wiki/transformer)-based models that later became the foundation of modern [large language models](https://www.wikiprompt.org/wiki/large-language-model).

Notably, the release of SQuAD v1.1 coincided with the rise of attention mechanisms and [multi-head attention](https://www.wikiprompt.org/wiki/multi-head-attention) in natural language processing. Models such as BiDAF (Bidirectional Attention Flow) and later BERT achieved state-of-the-art results on this benchmark, demonstrating the power of pretraining and fine-tuning paradigms. The success of these models on SQuAD v1.1 helped validate the effectiveness of the [encoder-decoder](https://www.wikiprompt.org/wiki/encoder-decoder) and [sequence-to-sequence](https://www.wikiprompt.org/wiki/sequence-to-sequence) frameworks.

The dataset also influenced the creation of subsequent benchmarks, including SQuAD v2.0, which added unanswerable questions to test model robustness. Many other reading comprehension datasets, such as RACE and TriviaQA, were designed with similar principles, but SQuAD v1.1 remains one of the most cited and widely used benchmarks in the field.

## Limitations and Criticisms

Despite its success, SQuAD v1.1 has several limitations. The extractive nature of the task means that models only need to identify a span of text, rather than generate novel answers. This can lead to models that are good at locating information but less capable of synthesizing or reasoning about it. The dataset also relies on Wikipedia articles, which may introduce biases in topic coverage and writing style.

Additionally, the crowd-sourced questions sometimes contain ambiguities or require common-sense reasoning that is not explicitly stated in the passage. As models improved, the gap between human and machine performance narrowed, leading to concerns about the dataset's ability to differentiate between top-performing systems. These issues motivated the creation of more challenging benchmarks and the exploration of [generative AI](https://www.wikiprompt.org/wiki/generative-ai) approaches that go beyond extractive answering.

## See Also

- [machine-learning](https://www.wikiprompt.org/wiki/machine-learning)
- [natural-language-processing](https://www.wikiprompt.org/wiki/natural-language-processing)
- [transformer](https://www.wikiprompt.org/wiki/transformer)
- [large-language-model](https://www.wikiprompt.org/wiki/large-language-model)

---
Source: https://www.wikiprompt.org/wiki/squad-v1
License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
Last updated: 2026-09-12T16:27:45.743678+00:00
