Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-abstractive-qa
Languages:
English
Size:
100K - 1M
License:
Update files from the datasets library (from 1.4.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.4.0
README.md
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
-
##
|
31 |
|
32 |
- **Homepage:** [https://github.com/allenai/Break](https://github.com/allenai/Break)
|
33 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
@@ -37,25 +37,25 @@
|
|
37 |
- **Size of the generated dataset:** 148.34 MB
|
38 |
- **Total amount of disk used:** 224.49 MB
|
39 |
|
40 |
-
###
|
41 |
|
42 |
Break is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations
|
43 |
(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases.
|
44 |
This repository contains the Break dataset along with information on the exact data format.
|
45 |
|
46 |
-
###
|
47 |
|
48 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
|
50 |
-
###
|
51 |
|
52 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
|
54 |
-
##
|
55 |
|
56 |
We show detailed information for up to 5 configurations of the dataset.
|
57 |
|
58 |
-
###
|
59 |
|
60 |
#### QDMR
|
61 |
|
@@ -141,7 +141,7 @@ An example of 'train' looks as follows.
|
|
141 |
}
|
142 |
```
|
143 |
|
144 |
-
###
|
145 |
|
146 |
The data fields are the same among all splits.
|
147 |
|
@@ -175,7 +175,7 @@ The data fields are the same among all splits.
|
|
175 |
- `split`: a `string` feature.
|
176 |
- `program`: a `string` feature.
|
177 |
|
178 |
-
###
|
179 |
|
180 |
| name |train|validation|test|
|
181 |
|-----------------------|----:|---------:|---:|
|
@@ -185,49 +185,49 @@ The data fields are the same among all splits.
|
|
185 |
|QDMR-lexicon |44321| 7760|8069|
|
186 |
|logical-forms |44098| 7719|8006|
|
187 |
|
188 |
-
##
|
189 |
|
190 |
-
###
|
191 |
|
192 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
193 |
|
194 |
-
###
|
195 |
|
196 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
197 |
|
198 |
-
###
|
199 |
|
200 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
201 |
|
202 |
-
###
|
203 |
|
204 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
205 |
|
206 |
-
##
|
207 |
|
208 |
-
###
|
209 |
|
210 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
211 |
|
212 |
-
###
|
213 |
|
214 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
215 |
|
216 |
-
###
|
217 |
|
218 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
219 |
|
220 |
-
##
|
221 |
|
222 |
-
###
|
223 |
|
224 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
225 |
|
226 |
-
###
|
227 |
|
228 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
229 |
|
230 |
-
###
|
231 |
|
232 |
```
|
233 |
@article{Wolfson2020Break,
|
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
+
## Dataset Description
|
31 |
|
32 |
- **Homepage:** [https://github.com/allenai/Break](https://github.com/allenai/Break)
|
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:** 148.34 MB
|
38 |
- **Total amount of disk used:** 224.49 MB
|
39 |
|
40 |
+
### Dataset Summary
|
41 |
|
42 |
Break is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations
|
43 |
(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases.
|
44 |
This repository contains the Break dataset along with information on the exact data format.
|
45 |
|
46 |
+
### Supported Tasks
|
47 |
|
48 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
|
50 |
+
### Languages
|
51 |
|
52 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
|
54 |
+
## Dataset Structure
|
55 |
|
56 |
We show detailed information for up to 5 configurations of the dataset.
|
57 |
|
58 |
+
### Data Instances
|
59 |
|
60 |
#### QDMR
|
61 |
|
|
|
141 |
}
|
142 |
```
|
143 |
|
144 |
+
### Data Fields
|
145 |
|
146 |
The data fields are the same among all splits.
|
147 |
|
|
|
175 |
- `split`: a `string` feature.
|
176 |
- `program`: a `string` feature.
|
177 |
|
178 |
+
### Data Splits Sample Size
|
179 |
|
180 |
| name |train|validation|test|
|
181 |
|-----------------------|----:|---------:|---:|
|
|
|
185 |
|QDMR-lexicon |44321| 7760|8069|
|
186 |
|logical-forms |44098| 7719|8006|
|
187 |
|
188 |
+
## Dataset Creation
|
189 |
|
190 |
+
### Curation Rationale
|
191 |
|
192 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
193 |
|
194 |
+
### Source Data
|
195 |
|
196 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
197 |
|
198 |
+
### Annotations
|
199 |
|
200 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
201 |
|
202 |
+
### Personal and Sensitive Information
|
203 |
|
204 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
205 |
|
206 |
+
## Considerations for Using the Data
|
207 |
|
208 |
+
### Social Impact of Dataset
|
209 |
|
210 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
211 |
|
212 |
+
### Discussion of Biases
|
213 |
|
214 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
215 |
|
216 |
+
### Other Known Limitations
|
217 |
|
218 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
219 |
|
220 |
+
## Additional Information
|
221 |
|
222 |
+
### Dataset Curators
|
223 |
|
224 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
225 |
|
226 |
+
### Licensing Information
|
227 |
|
228 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
229 |
|
230 |
+
### Citation Information
|
231 |
|
232 |
```
|
233 |
@article{Wolfson2020Break,
|