Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Refactor column mappings for question answering datasets (#4391)
Browse files* Refactor column mappings for question answering datasets
Commit from https://github.com/huggingface/datasets/commit/4a90b8a738ec705bd2e04cc8a30d4798650623f7
README.md
CHANGED
@@ -30,8 +30,9 @@ train-eval-index:
|
|
30 |
col_mapping:
|
31 |
question: question
|
32 |
context: context
|
33 |
-
|
34 |
-
|
|
|
35 |
metrics:
|
36 |
- type: squad
|
37 |
name: SQuAD
|
@@ -40,28 +41,36 @@ train-eval-index:
|
|
40 |
# Dataset Card for "squad"
|
41 |
|
42 |
## Table of Contents
|
43 |
-
- [Dataset
|
44 |
-
- [
|
45 |
-
- [
|
46 |
-
|
47 |
-
- [
|
48 |
-
|
49 |
-
- [
|
50 |
-
|
51 |
-
- [
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
- [
|
56 |
-
- [
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
- [
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
- [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
## Dataset Description
|
67 |
|
|
|
30 |
col_mapping:
|
31 |
question: question
|
32 |
context: context
|
33 |
+
answers:
|
34 |
+
text: text
|
35 |
+
answer_start: answer_start
|
36 |
metrics:
|
37 |
- type: squad
|
38 |
name: SQuAD
|
|
|
41 |
# Dataset Card for "squad"
|
42 |
|
43 |
## Table of Contents
|
44 |
+
- [Dataset Card for "squad"](#dataset-card-for-squad)
|
45 |
+
- [Table of Contents](#table-of-contents)
|
46 |
+
- [Dataset Description](#dataset-description)
|
47 |
+
- [Dataset Summary](#dataset-summary)
|
48 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
49 |
+
- [Languages](#languages)
|
50 |
+
- [Dataset Structure](#dataset-structure)
|
51 |
+
- [Data Instances](#data-instances)
|
52 |
+
- [plain_text](#plain_text)
|
53 |
+
- [Data Fields](#data-fields)
|
54 |
+
- [plain_text](#plain_text-1)
|
55 |
+
- [Data Splits](#data-splits)
|
56 |
+
- [Dataset Creation](#dataset-creation)
|
57 |
+
- [Curation Rationale](#curation-rationale)
|
58 |
+
- [Source Data](#source-data)
|
59 |
+
- [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
|
60 |
+
- [Who are the source language producers?](#who-are-the-source-language-producers)
|
61 |
+
- [Annotations](#annotations)
|
62 |
+
- [Annotation process](#annotation-process)
|
63 |
+
- [Who are the annotators?](#who-are-the-annotators)
|
64 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
65 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
66 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
67 |
+
- [Discussion of Biases](#discussion-of-biases)
|
68 |
+
- [Other Known Limitations](#other-known-limitations)
|
69 |
+
- [Additional Information](#additional-information)
|
70 |
+
- [Dataset Curators](#dataset-curators)
|
71 |
+
- [Licensing Information](#licensing-information)
|
72 |
+
- [Citation Information](#citation-information)
|
73 |
+
- [Contributions](#contributions)
|
74 |
|
75 |
## Dataset Description
|
76 |
|