Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
ArXiv:
Tags:
conversational-qa
License:
system HF staff commited on
Commit
51ab127
1 Parent(s): 82e540b

Update files from the datasets library (from 1.4.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.4.0

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://stanfordnlp.github.io/coqa/](https://stanfordnlp.github.io/coqa/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,23 +37,23 @@
37
  - **Size of the generated dataset:** 18.35 MB
38
  - **Total amount of disk used:** 73.75 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  CoQA: A Conversational Question Answering Challenge
43
 
44
- ### [Supported Tasks](#supported-tasks)
45
 
46
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
 
48
- ### [Languages](#languages)
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
- ## [Dataset Structure](#dataset-structure)
53
 
54
  We show detailed information for up to 5 configurations of the dataset.
55
 
56
- ### [Data Instances](#data-instances)
57
 
58
  #### default
59
 
@@ -73,7 +73,7 @@ This example was too long and was cropped:
73
  }
74
  ```
75
 
76
- ### [Data Fields](#data-fields)
77
 
78
  The data fields are the same among all splits.
79
 
@@ -86,55 +86,55 @@ The data fields are the same among all splits.
86
  - `answer_start`: a `int32` feature.
87
  - `answer_end`: a `int32` feature.
88
 
89
- ### [Data Splits Sample Size](#data-splits-sample-size)
90
 
91
  | name |train|validation|
92
  |-------|----:|---------:|
93
  |default| 7199| 500|
94
 
95
- ## [Dataset Creation](#dataset-creation)
96
 
97
- ### [Curation Rationale](#curation-rationale)
98
 
99
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
 
101
- ### [Source Data](#source-data)
102
 
103
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
 
105
- ### [Annotations](#annotations)
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
114
 
115
- ### [Social Impact of Dataset](#social-impact-of-dataset)
116
 
117
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
 
119
- ### [Discussion of Biases](#discussion-of-biases)
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
- ### [Other Known Limitations](#other-known-limitations)
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
- ## [Additional Information](#additional-information)
128
 
129
- ### [Dataset Curators](#dataset-curators)
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
- ### [Licensing Information](#licensing-information)
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
- ### [Citation Information](#citation-information)
138
 
139
  ```
140
  @InProceedings{SivaAndAl:Coca,
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://stanfordnlp.github.io/coqa/](https://stanfordnlp.github.io/coqa/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
37
  - **Size of the generated dataset:** 18.35 MB
38
  - **Total amount of disk used:** 73.75 MB
39
 
40
+ ### Dataset Summary
41
 
42
  CoQA: A Conversational Question Answering Challenge
43
 
44
+ ### Supported Tasks
45
 
46
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
 
48
+ ### Languages
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
+ ## Dataset Structure
53
 
54
  We show detailed information for up to 5 configurations of the dataset.
55
 
56
+ ### Data Instances
57
 
58
  #### default
59
 
73
  }
74
  ```
75
 
76
+ ### Data Fields
77
 
78
  The data fields are the same among all splits.
79
 
86
  - `answer_start`: a `int32` feature.
87
  - `answer_end`: a `int32` feature.
88
 
89
+ ### Data Splits Sample Size
90
 
91
  | name |train|validation|
92
  |-------|----:|---------:|
93
  |default| 7199| 500|
94
 
95
+ ## Dataset Creation
96
 
97
+ ### Curation Rationale
98
 
99
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
 
101
+ ### Source Data
102
 
103
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
 
105
+ ### Annotations
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
+ ### Personal and Sensitive Information
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
+ ## Considerations for Using the Data
114
 
115
+ ### Social Impact of Dataset
116
 
117
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
 
119
+ ### Discussion of Biases
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
+ ### Other Known Limitations
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
+ ## Additional Information
128
 
129
+ ### Dataset Curators
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
+ ### Licensing Information
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
+ ### Citation Information
138
 
139
  ```
140
  @InProceedings{SivaAndAl:Coca,