system HF staff commited on
Commit
4b7e470
1 Parent(s): cb4c7cf

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://allenai.org/data/quartz](https://allenai.org/data/quartz)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 1.64 MB
38
  - **Total amount of disk used:** 2.12 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  QuaRTz is a crowdsourced dataset of 3864 multiple-choice questions about open domain qualitative relationships. Each
43
  question is paired with one of 405 different background sentences (sometimes short paragraphs).
@@ -46,19 +46,19 @@ one of 405 different background sentences (sometimes short paragraphs).
46
 
47
  The dataset is split into train (2696), dev (384) and test (784). A background sentence will only appear in a single split.
48
 
49
- ### [Supported Tasks](#supported-tasks)
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
- ### [Languages](#languages)
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
- ## [Dataset Structure](#dataset-structure)
58
 
59
  We show detailed information for up to 5 configurations of the dataset.
60
 
61
- ### [Data Instances](#data-instances)
62
 
63
  #### default
64
 
@@ -97,7 +97,7 @@ An example of 'train' looks as follows.
97
  }
98
  ```
99
 
100
- ### [Data Fields](#data-fields)
101
 
102
  The data fields are the same among all splits.
103
 
@@ -123,55 +123,55 @@ The data fields are the same among all splits.
123
  - `less_effect_prop`: a `string` feature.
124
  - `less_cause_dir`: a `string` feature.
125
 
126
- ### [Data Splits Sample Size](#data-splits-sample-size)
127
 
128
  | name |train|validation|test|
129
  |-------|----:|---------:|---:|
130
  |default| 2696| 384| 784|
131
 
132
- ## [Dataset Creation](#dataset-creation)
133
 
134
- ### [Curation Rationale](#curation-rationale)
135
 
136
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
 
138
- ### [Source Data](#source-data)
139
 
140
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
141
 
142
- ### [Annotations](#annotations)
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
147
 
148
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
 
150
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
151
 
152
- ### [Social Impact of Dataset](#social-impact-of-dataset)
153
 
154
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
155
 
156
- ### [Discussion of Biases](#discussion-of-biases)
157
 
158
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
159
 
160
- ### [Other Known Limitations](#other-known-limitations)
161
 
162
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
 
164
- ## [Additional Information](#additional-information)
165
 
166
- ### [Dataset Curators](#dataset-curators)
167
 
168
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
169
 
170
- ### [Licensing Information](#licensing-information)
171
 
172
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
173
 
174
- ### [Citation Information](#citation-information)
175
 
176
  ```
177
  @InProceedings{quartz,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://allenai.org/data/quartz](https://allenai.org/data/quartz)
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:** 1.64 MB
38
  - **Total amount of disk used:** 2.12 MB
39
 
40
+ ### Dataset Summary
41
 
42
  QuaRTz is a crowdsourced dataset of 3864 multiple-choice questions about open domain qualitative relationships. Each
43
  question is paired with one of 405 different background sentences (sometimes short paragraphs).
 
46
 
47
  The dataset is split into train (2696), dev (384) and test (784). A background sentence will only appear in a single split.
48
 
49
+ ### Supported Tasks
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
+ ### Languages
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
+ ## Dataset Structure
58
 
59
  We show detailed information for up to 5 configurations of the dataset.
60
 
61
+ ### Data Instances
62
 
63
  #### default
64
 
 
97
  }
98
  ```
99
 
100
+ ### Data Fields
101
 
102
  The data fields are the same among all splits.
103
 
 
123
  - `less_effect_prop`: a `string` feature.
124
  - `less_cause_dir`: a `string` feature.
125
 
126
+ ### Data Splits Sample Size
127
 
128
  | name |train|validation|test|
129
  |-------|----:|---------:|---:|
130
  |default| 2696| 384| 784|
131
 
132
+ ## Dataset Creation
133
 
134
+ ### Curation Rationale
135
 
136
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
 
138
+ ### Source Data
139
 
140
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
141
 
142
+ ### Annotations
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
+ ### Personal and Sensitive Information
147
 
148
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
 
150
+ ## Considerations for Using the Data
151
 
152
+ ### Social Impact of Dataset
153
 
154
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
155
 
156
+ ### Discussion of Biases
157
 
158
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
159
 
160
+ ### Other Known Limitations
161
 
162
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
 
164
+ ## Additional Information
165
 
166
+ ### Dataset Curators
167
 
168
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
169
 
170
+ ### Licensing Information
171
 
172
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
173
 
174
+ ### Citation Information
175
 
176
  ```
177
  @InProceedings{quartz,