system HF staff commited on
Commit
91c45e6
1 Parent(s): d047249

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/quarel](https://allenai.org/data/quarel)
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:** 1.46 MB
38
  - **Total amount of disk used:** 2.07 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  QuaRel is a crowdsourced dataset of 2771 multiple-choice story questions, including their logical forms.
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
 
@@ -76,7 +76,7 @@ An example of 'train' looks as follows.
76
  }
77
  ```
78
 
79
- ### [Data Fields](#data-fields)
80
 
81
  The data fields are the same among all splits.
82
 
@@ -90,55 +90,55 @@ The data fields are the same among all splits.
90
  - `world2`: a `string` feature.
91
  - `question`: a `string` feature.
92
 
93
- ### [Data Splits Sample Size](#data-splits-sample-size)
94
 
95
  | name |train|validation|test|
96
  |-------|----:|---------:|---:|
97
  |default| 1941| 278| 552|
98
 
99
- ## [Dataset Creation](#dataset-creation)
100
 
101
- ### [Curation Rationale](#curation-rationale)
102
 
103
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
 
105
- ### [Source Data](#source-data)
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
- ### [Annotations](#annotations)
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
118
 
119
- ### [Social Impact of Dataset](#social-impact-of-dataset)
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
- ### [Discussion of Biases](#discussion-of-biases)
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
- ### [Other Known Limitations](#other-known-limitations)
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
- ## [Additional Information](#additional-information)
132
 
133
- ### [Dataset Curators](#dataset-curators)
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
- ### [Licensing Information](#licensing-information)
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
- ### [Citation Information](#citation-information)
142
 
143
  ```
144
  @inproceedings{quarel_v1,
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://allenai.org/data/quarel](https://allenai.org/data/quarel)
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.46 MB
38
  - **Total amount of disk used:** 2.07 MB
39
 
40
+ ### Dataset Summary
41
 
42
  QuaRel is a crowdsourced dataset of 2771 multiple-choice story questions, including their logical forms.
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
 
76
  }
77
  ```
78
 
79
+ ### Data Fields
80
 
81
  The data fields are the same among all splits.
82
 
90
  - `world2`: a `string` feature.
91
  - `question`: a `string` feature.
92
 
93
+ ### Data Splits Sample Size
94
 
95
  | name |train|validation|test|
96
  |-------|----:|---------:|---:|
97
  |default| 1941| 278| 552|
98
 
99
+ ## Dataset Creation
100
 
101
+ ### Curation Rationale
102
 
103
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
 
105
+ ### Source Data
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
+ ### Annotations
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
+ ### Personal and Sensitive Information
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
+ ## Considerations for Using the Data
118
 
119
+ ### Social Impact of Dataset
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
+ ### Discussion of Biases
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
+ ### Other Known Limitations
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
+ ## Additional Information
132
 
133
+ ### Dataset Curators
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
+ ### Licensing Information
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
+ ### Citation Information
142
 
143
  ```
144
  @inproceedings{quarel_v1,