Dataset Viewer
Auto-converted to Parquet Duplicate
id
string
title
string
context
string
question
string
answers
dict
56be85543aeaaa14008c9063
Beyoncé
Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and actress. Born and raised in Houston, Texas, she performed in various singing and dancing competitions as a child, and rose to fame in the late 1990s as lead singer of R&B girl-group ...
When did Beyonce start becoming popular?
{ "answer_start": [ 269 ], "text": [ "in the late 1990s" ] }
56be85543aeaaa14008c9065
Beyoncé
Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and actress. Born and raised in Houston, Texas, she performed in various singing and dancing competitions as a child, and rose to fame in the late 1990s as lead singer of R&B girl-group ...
What areas did Beyonce compete in when she was growing up?
{ "answer_start": [ 207 ], "text": [ "singing and dancing" ] }
56be85543aeaaa14008c9066
Beyoncé
Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and actress. Born and raised in Houston, Texas, she performed in various singing and dancing competitions as a child, and rose to fame in the late 1990s as lead singer of R&B girl-group ...
When did Beyonce leave Destiny's Child and become a solo singer?
{ "answer_start": [ 526 ], "text": [ "2003" ] }
56bf6b0f3aeaaa14008c9601
Beyoncé
Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and actress. Born and raised in Houston, Texas, she performed in various singing and dancing competitions as a child, and rose to fame in the late 1990s as lead singer of R&B girl-group ...
In what city and state did Beyonce grow up?
{ "answer_start": [ 166 ], "text": [ "Houston, Texas" ] }
56bf6b0f3aeaaa14008c9602
Beyoncé
"Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an Ameri(...TRUNCATED)
In which decade did Beyonce become famous?
{ "answer_start": [ 276 ], "text": [ "late 1990s" ] }
56bf6b0f3aeaaa14008c9603
Beyoncé
"Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an Ameri(...TRUNCATED)
In what R&B group was she the lead singer?
{ "answer_start": [ 320 ], "text": [ "Destiny's Child" ] }
56bf6b0f3aeaaa14008c9604
Beyoncé
"Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an Ameri(...TRUNCATED)
What album made her a worldwide known artist?
{ "answer_start": [ 505 ], "text": [ "Dangerously in Love" ] }
56bf6b0f3aeaaa14008c9605
Beyoncé
"Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an Ameri(...TRUNCATED)
Who managed the Destiny's Child group?
{ "answer_start": [ 360 ], "text": [ "Mathew Knowles" ] }
56d43c5f2ccc5a1400d830a9
Beyoncé
"Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an Ameri(...TRUNCATED)
When did Beyoncé rise to fame?
{ "answer_start": [ 276 ], "text": [ "late 1990s" ] }
56d43c5f2ccc5a1400d830aa
Beyoncé
"Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an Ameri(...TRUNCATED)
What role did Beyoncé have in Destiny's Child?
{ "answer_start": [ 290 ], "text": [ "lead singer" ] }
End of preview. Expand in Data Studio

Dataset Card for long_squad_v2

long_squad_v2 is a long-context question answering dataset based on the SQuAD v2 format. It was constructed by concatenating multiple SQuAD v2 contexts to significantly increase the average document length, enabling training and evaluation of models on long-range understanding and sparse answer retrieval tasks.

Dataset Details

Uses

To load the dataset using the 🤗 Datasets library:

from datasets import load_dataset

dataset = load_dataset("huutuan/long_squad_v2")

Direct Use

This dataset is ideal for:

  • Training and benchmarking long-context QA models such as Longformer, BigBird, and Claude
  • Evaluating retrieval-augmented generation systems
  • Research in sparse answer extraction and long-range attention

Out-of-Scope Use

  • Not suitable for short-context QA tasks without adaptation
  • Not a real-world long document corpus (contexts are concatenated artificially)

Dataset Structure

Each sample is structured as:

  • id: Unique identifier
  • title: Document title
  • context: A long paragraph composed of multiple original SQuAD v2 contexts
  • question: A natural language question
  • answers: Dictionary with answer_start (char index) and text (list of answers)

Split statistics:

Train Validation
Total samples 130,319 11,873
Samples with answers 86,821 5,928
Samples without answers 43,498 5,945
Avg. context length (words) 5,918.43 6,330.12
Median context length 6,112 6,178
Std. context length 995.41 1,407.92
Min context length 2,908 4,190
Max context length 8,390 12,024
Avg. question length 9.89 10.02
Median question length 9 10
Std. question length 3.42 3.49
Avg. answer length 3.16 3.04
Median answer length 2 2
Std. answer length 3.39 2.62

Dataset Creation

Curation Rationale

To enable evaluation of models on extremely long contexts, which better reflect real-world documents (e.g., research papers, manuals, legal documents).

Source Data

Data Collection and Processing

  • Based on original SQuAD v2 dataset
  • Contexts are concatenated across articles while preserving original question-answer mappings
  • Ensured no overlap between train and validation

Who are the source data producers?

Original data comes from Wikipedia articles curated by the Stanford NLP group (SQuAD v2).

Bias, Risks, and Limitations

  • Dataset is synthetic in structure due to context concatenation
  • Models trained on this data may not generalize to real-world long documents without further tuning
  • Some questions may become harder to answer due to diluted relevance in longer contexts

Recommendations

Users should evaluate models carefully, especially on real-world long-context QA settings. Consider supplementing this dataset with actual long document datasets.

Downloads last month
63