Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-abstractive-qa
Languages:
English
Size:
100K - 1M
License:
File size: 9,285 Bytes
93d9f7d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 |
---
---
# Dataset Card for "break_data"
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks](#supported-tasks)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits Sample Size](#data-splits-sample-size)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
- [Contributions](#contributions)
## [Dataset Description](#dataset-description)
- **Homepage:** [https://github.com/allenai/Break](https://github.com/allenai/Break)
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
- **Size of downloaded dataset files:** 76.16 MB
- **Size of the generated dataset:** 148.34 MB
- **Total amount of disk used:** 224.49 MB
### [Dataset Summary](#dataset-summary)
Break is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations
(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases.
This repository contains the Break dataset along with information on the exact data format.
### [Supported Tasks](#supported-tasks)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Languages](#languages)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
## [Dataset Structure](#dataset-structure)
We show detailed information for up to 5 configurations of the dataset.
### [Data Instances](#data-instances)
#### QDMR
- **Size of downloaded dataset files:** 15.23 MB
- **Size of the generated dataset:** 15.19 MB
- **Total amount of disk used:** 30.42 MB
An example of 'validation' looks as follows.
```
{
"decomposition": "return flights ;return #1 from denver ;return #2 to philadelphia ;return #3 if available",
"operators": "['select', 'filter', 'filter', 'filter']",
"question_id": "ATIS_dev_0",
"question_text": "what flights are available tomorrow from denver to philadelphia ",
"split": "dev"
}
```
#### QDMR-high-level
- **Size of downloaded dataset files:** 15.23 MB
- **Size of the generated dataset:** 6.24 MB
- **Total amount of disk used:** 21.47 MB
An example of 'train' looks as follows.
```
{
"decomposition": "return ground transportation ;return #1 which is available ;return #2 from the pittsburgh airport ;return #3 to downtown ;return the cost of #4",
"operators": "['select', 'filter', 'filter', 'filter', 'project']",
"question_id": "ATIS_dev_102",
"question_text": "what ground transportation is available from the pittsburgh airport to downtown and how much does it cost ",
"split": "dev"
}
```
#### QDMR-high-level-lexicon
- **Size of downloaded dataset files:** 15.23 MB
- **Size of the generated dataset:** 30.17 MB
- **Total amount of disk used:** 45.40 MB
An example of 'train' looks as follows.
```
This example was too long and was cropped:
{
"allowed_tokens": "\"['higher than', 'same as', 'what ', 'and ', 'than ', 'at most', 'he', 'distinct', 'House', 'two', 'at least', 'or ', 'date', 'o...",
"source": "What office, also held by a member of the Maine House of Representatives, did James K. Polk hold before he was president?"
}
```
#### QDMR-lexicon
- **Size of downloaded dataset files:** 15.23 MB
- **Size of the generated dataset:** 73.61 MB
- **Total amount of disk used:** 88.84 MB
An example of 'validation' looks as follows.
```
This example was too long and was cropped:
{
"allowed_tokens": "\"['higher than', 'same as', 'what ', 'and ', 'than ', 'at most', 'distinct', 'two', 'at least', 'or ', 'date', 'on ', '@@14@@', ...",
"source": "what flights are available tomorrow from denver to philadelphia "
}
```
#### logical-forms
- **Size of downloaded dataset files:** 15.23 MB
- **Size of the generated dataset:** 23.13 MB
- **Total amount of disk used:** 38.36 MB
An example of 'train' looks as follows.
```
{
"decomposition": "return ground transportation ;return #1 which is available ;return #2 from the pittsburgh airport ;return #3 to downtown ;return the cost of #4",
"operators": "['select', 'filter', 'filter', 'filter', 'project']",
"program": "some program",
"question_id": "ATIS_dev_102",
"question_text": "what ground transportation is available from the pittsburgh airport to downtown and how much does it cost ",
"split": "dev"
}
```
### [Data Fields](#data-fields)
The data fields are the same among all splits.
#### QDMR
- `question_id`: a `string` feature.
- `question_text`: a `string` feature.
- `decomposition`: a `string` feature.
- `operators`: a `string` feature.
- `split`: a `string` feature.
#### QDMR-high-level
- `question_id`: a `string` feature.
- `question_text`: a `string` feature.
- `decomposition`: a `string` feature.
- `operators`: a `string` feature.
- `split`: a `string` feature.
#### QDMR-high-level-lexicon
- `source`: a `string` feature.
- `allowed_tokens`: a `string` feature.
#### QDMR-lexicon
- `source`: a `string` feature.
- `allowed_tokens`: a `string` feature.
#### logical-forms
- `question_id`: a `string` feature.
- `question_text`: a `string` feature.
- `decomposition`: a `string` feature.
- `operators`: a `string` feature.
- `split`: a `string` feature.
- `program`: a `string` feature.
### [Data Splits Sample Size](#data-splits-sample-size)
| name |train|validation|test|
|-----------------------|----:|---------:|---:|
|QDMR |44321| 7760|8069|
|QDMR-high-level |17503| 3130|3195|
|QDMR-high-level-lexicon|17503| 3130|3195|
|QDMR-lexicon |44321| 7760|8069|
|logical-forms |44098| 7719|8006|
## [Dataset Creation](#dataset-creation)
### [Curation Rationale](#curation-rationale)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Source Data](#source-data)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Annotations](#annotations)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Personal and Sensitive Information](#personal-and-sensitive-information)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
## [Considerations for Using the Data](#considerations-for-using-the-data)
### [Social Impact of Dataset](#social-impact-of-dataset)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Discussion of Biases](#discussion-of-biases)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Other Known Limitations](#other-known-limitations)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
## [Additional Information](#additional-information)
### [Dataset Curators](#dataset-curators)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Licensing Information](#licensing-information)
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
### [Citation Information](#citation-information)
```
@article{Wolfson2020Break,
title={Break It Down: A Question Understanding Benchmark},
author={Wolfson, Tomer and Geva, Mor and Gupta, Ankit and Gardner, Matt and Goldberg, Yoav and Deutch, Daniel and Berant, Jonathan},
journal={Transactions of the Association for Computational Linguistics},
year={2020},
}
```
### Contributions
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset. |