Squad
Hugging FaceDataset Card for SQuAD Dataset Summary Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage, or the question might be unanswerable. SQuAD 1.1 contains 100,000+ question-answer pairs on 500+ articles. Supported Tasks and Leaderboards Question Answering.… See the full description on the dataset page: https://huggingface.co/datasets/rajpurkar/squad.
Ask a question about this data
Type any question in plain English — Helix builds the chart with AI. Sign in to run it and save your charts.
Data preview
500 rows · 5 columns · showing first 12| # | id text | title text | context text | question text | answers text |
|---|---|---|---|---|---|
| 1 | 5733be284776f41900661182 | University_of_Notre_Dame | Architecturally, the school has a Catholic character. Atop the Main Building's gold dome is a golden statue of the Virgin Mary. Immediately… | To whom did the Virgin Mary allegedly appear in 1858 in Lourdes France? | {'answer_start': array([515]), 'text': array(['Saint Bernadette Soubirous'], dtype=object)} |
| 2 | 5733be284776f4190066117f | University_of_Notre_Dame | Architecturally, the school has a Catholic character. Atop the Main Building's gold dome is a golden statue of the Virgin Mary. Immediately… | What is in front of the Notre Dame Main Building? | {'answer_start': array([188]), 'text': array(['a copper statue of Christ'], dtype=object)} |
| 3 | 5733be284776f41900661180 | University_of_Notre_Dame | Architecturally, the school has a Catholic character. Atop the Main Building's gold dome is a golden statue of the Virgin Mary. Immediately… | The Basilica of the Sacred heart at Notre Dame is beside to which structure? | {'answer_start': array([279]), 'text': array(['the Main Building'], dtype=object)} |
| 4 | 5733be284776f41900661181 | University_of_Notre_Dame | Architecturally, the school has a Catholic character. Atop the Main Building's gold dome is a golden statue of the Virgin Mary. Immediately… | What is the Grotto at Notre Dame? | {'answer_start': array([381]), 'text': array(['a Marian place of prayer and reflection'], dtype=object)} |
| 5 | 5733be284776f4190066117e | University_of_Notre_Dame | Architecturally, the school has a Catholic character. Atop the Main Building's gold dome is a golden statue of the Virgin Mary. Immediately… | What sits on top of the Main Building at Notre Dame? | {'answer_start': array([92]), 'text': array(['a golden statue of the Virgin Mary'], dtype=object)} |
| 6 | 5733bf84d058e614000b61be | University_of_Notre_Dame | As at most other universities, Notre Dame's students run a number of news media outlets. The nine student-run outlets include three newspap… | When did the Scholastic Magazine of Notre dame begin publishing? | {'answer_start': array([248]), 'text': array(['September 1876'], dtype=object)} |
| 7 | 5733bf84d058e614000b61bf | University_of_Notre_Dame | As at most other universities, Notre Dame's students run a number of news media outlets. The nine student-run outlets include three newspap… | How often is Notre Dame's the Juggler published? | {'answer_start': array([441]), 'text': array(['twice'], dtype=object)} |
| 8 | 5733bf84d058e614000b61c0 | University_of_Notre_Dame | As at most other universities, Notre Dame's students run a number of news media outlets. The nine student-run outlets include three newspap… | What is the daily student paper at Notre Dame called? | {'answer_start': array([598]), 'text': array(['The Observer'], dtype=object)} |
| 9 | 5733bf84d058e614000b61bd | University_of_Notre_Dame | As at most other universities, Notre Dame's students run a number of news media outlets. The nine student-run outlets include three newspap… | How many student news papers are found at Notre Dame? | {'answer_start': array([126]), 'text': array(['three'], dtype=object)} |
| 10 | 5733bf84d058e614000b61c1 | University_of_Notre_Dame | As at most other universities, Notre Dame's students run a number of news media outlets. The nine student-run outlets include three newspap… | In what year did the student paper Common Sense begin publication at Notre Dame? | {'answer_start': array([908]), 'text': array(['1987'], dtype=object)} |
| 11 | 5733bed24776f41900661188 | University_of_Notre_Dame | The university is the major seat of the Congregation of Holy Cross (albeit not its official headquarters, which are in Rome). Its main semi… | Where is the headquarters of the Congregation of the Holy Cross? | {'answer_start': array([119]), 'text': array(['Rome'], dtype=object)} |
| 12 | 5733bed24776f41900661189 | University_of_Notre_Dame | The university is the major seat of the Congregation of Holy Cross (albeit not its official headquarters, which are in Rome). Its main semi… | What is the primary seminary of the Congregation of the Holy Cross? | {'answer_start': array([145]), 'text': array(['Moreau Seminary'], dtype=object)} |
Auto-generated charts
Squad: 500 rows by 5 columns. These exploratory charts are generated automatically from the data - open the dataset in Helix to ask your own questions.
Charts
title by record count
Most common title values across records.
Interesting queries to try
Columns
- id text
- title categorical
- context categorical
- question text
- answers mixed