Squad V2
Hugging FaceDataset Card for SQuAD 2.0 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 2.0 combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerable questions written adversarially by crowdworkers… See the full description on the dataset page: https://huggingface.co/datasets/rajpurkar/squad_v2.
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 | 56be85543aeaaa14008c9063 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | When did Beyonce start becoming popular? | {'answer_start': array([269]), 'text': array(['in the late 1990s'], dtype=object)} |
| 2 | 56be85543aeaaa14008c9065 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | What areas did Beyonce compete in when she was growing up? | {'answer_start': array([207]), 'text': array(['singing and dancing'], dtype=object)} |
| 3 | 56be85543aeaaa14008c9066 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | When did Beyonce leave Destiny's Child and become a solo singer? | {'answer_start': array([526]), 'text': array(['2003'], dtype=object)} |
| 4 | 56bf6b0f3aeaaa14008c9601 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | In what city and state did Beyonce grow up? | {'answer_start': array([166]), 'text': array(['Houston, Texas'], dtype=object)} |
| 5 | 56bf6b0f3aeaaa14008c9602 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | In which decade did Beyonce become famous? | {'answer_start': array([276]), 'text': array(['late 1990s'], dtype=object)} |
| 6 | 56bf6b0f3aeaaa14008c9603 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | In what R&B group was she the lead singer? | {'answer_start': array([320]), 'text': array(["Destiny's Child"], dtype=object)} |
| 7 | 56bf6b0f3aeaaa14008c9604 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | What album made her a worldwide known artist? | {'answer_start': array([505]), 'text': array(['Dangerously in Love'], dtype=object)} |
| 8 | 56bf6b0f3aeaaa14008c9605 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | Who managed the Destiny's Child group? | {'answer_start': array([360]), 'text': array(['Mathew Knowles'], dtype=object)} |
| 9 | 56d43c5f2ccc5a1400d830a9 | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | When did Beyoncé rise to fame? | {'answer_start': array([276]), 'text': array(['late 1990s'], dtype=object)} |
| 10 | 56d43c5f2ccc5a1400d830aa | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | What role did Beyoncé have in Destiny's Child? | {'answer_start': array([290]), 'text': array(['lead singer'], dtype=object)} |
| 11 | 56d43c5f2ccc5a1400d830ab | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | What was the first album Beyoncé released as a solo artist? | {'answer_start': array([505]), 'text': array(['Dangerously in Love'], dtype=object)} |
| 12 | 56d43c5f2ccc5a1400d830ac | Beyoncé | Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and a… | When did Beyoncé release Dangerously in Love? | {'answer_start': array([526]), 'text': array(['2003'], dtype=object)} |
Auto-generated charts
Squad V2: 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
context by record count
Most common context values across records.
Interesting queries to try
Columns
- id text
- title categorical
- context categorical
- question text
- answers mixed