The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code: ClientConnectionError
Subsets and Splits
SQUAD: Context+Question Length 1
Finds entries where the combined length of context and question is exactly 1000 characters, useful for analyzing specific text length cases.
SQUAD Data to Chat Format
Generates a JSON object for each row containing a user question and assistant context, limited to 3000 entries, which provides basic structured data retrieval.
SQUAD Q&A JSON Output
Generates a JSON structure for the first 3000 rows, pairing questions with their corresponding contexts, which is useful for data preparation but does not provide deep insights.
Top Titles in SQuAD
Counts the occurrences of each title in the dataset, ordered by frequency, which provides basic insight into the most common titles.
SQuAD Train Data Sample
The query returns a large number of raw entries (10,000) with titles, contexts, and questions, providing minimal analytical insight without summarization or filtering.