SAVRN
Search Contact SAVRN

Independent publisher

Pranav R

rajpurkar

Models in Library0
Datasets in Library2
Models on Hugging Face6
Followers35

Datasets

Dataset · Question answering

squad

Pranav R

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. Question Answering. English (en). An example of 'train' looks as follows. The data fields are the same among all splits. - id: a string feature. - title: a string feature. - context: a string feature. - question: a string feature. - answers: a dictionary feature containing: - text: a string feature. - answerstart: a int32…

Publicly accessible cc-by-sa-4.0 10K<n<100K

Dataset · Question answering

squad_v2

Pranav R

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 to look similar to answerable ones. To do well on SQuAD2.0, systems must not only answer questions when possible, but also determine when no answer is supported by the paragraph and abstain from answering. Question Answering. English (en). An example of…

Publicly accessible cc-by-sa-4.0 100K<n<1M