system HF staff commited on
Commit
f353e91
1 Parent(s): 647eb8f

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://leaderboard.allenai.org/quoref/submissions/get-started](https://leaderboard.allenai.org/quoref/submissions/get-started)
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:** 47.51 MB
38
  - **Total amount of disk used:** 52.36 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Quoref is a QA dataset which tests the coreferential reasoning capability of reading comprehension systems. In this
43
  span-selection benchmark containing 24K questions over 4.7K paragraphs from Wikipedia, a system must resolve hard
44
  coreferences before selecting the appropriate span(s) in the paragraphs for answering questions.
45
 
46
- ### [Supported Tasks](#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](#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](#dataset-structure)
55
 
56
  We show detailed information for up to 5 configurations of the dataset.
57
 
58
- ### [Data Instances](#data-instances)
59
 
60
  #### default
61
 
@@ -80,7 +80,7 @@ This example was too long and was cropped:
80
  }
81
  ```
82
 
83
- ### [Data Fields](#data-fields)
84
 
85
  The data fields are the same among all splits.
86
 
@@ -94,55 +94,55 @@ The data fields are the same among all splits.
94
  - `answer_start`: a `int32` feature.
95
  - `text`: a `string` feature.
96
 
97
- ### [Data Splits Sample Size](#data-splits-sample-size)
98
 
99
  | name |train|validation|
100
  |-------|----:|---------:|
101
  |default|19399| 2418|
102
 
103
- ## [Dataset Creation](#dataset-creation)
104
 
105
- ### [Curation Rationale](#curation-rationale)
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
- ### [Source Data](#source-data)
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
- ### [Annotations](#annotations)
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
122
 
123
- ### [Social Impact of Dataset](#social-impact-of-dataset)
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
- ### [Discussion of Biases](#discussion-of-biases)
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
- ### [Other Known Limitations](#other-known-limitations)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ## [Additional Information](#additional-information)
136
 
137
- ### [Dataset Curators](#dataset-curators)
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
- ### [Licensing Information](#licensing-information)
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
- ### [Citation Information](#citation-information)
146
 
147
  ```
148
  @article{allenai:quoref,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://leaderboard.allenai.org/quoref/submissions/get-started](https://leaderboard.allenai.org/quoref/submissions/get-started)
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:** 47.51 MB
38
  - **Total amount of disk used:** 52.36 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Quoref is a QA dataset which tests the coreferential reasoning capability of reading comprehension systems. In this
43
  span-selection benchmark containing 24K questions over 4.7K paragraphs from Wikipedia, a system must resolve hard
44
  coreferences before selecting the appropriate span(s) in the paragraphs for answering questions.
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
  #### default
61
 
 
80
  }
81
  ```
82
 
83
+ ### Data Fields
84
 
85
  The data fields are the same among all splits.
86
 
 
94
  - `answer_start`: a `int32` feature.
95
  - `text`: a `string` feature.
96
 
97
+ ### Data Splits Sample Size
98
 
99
  | name |train|validation|
100
  |-------|----:|---------:|
101
  |default|19399| 2418|
102
 
103
+ ## Dataset Creation
104
 
105
+ ### Curation Rationale
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
+ ### Source Data
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
+ ### Annotations
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
+ ### Personal and Sensitive Information
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
+ ## Considerations for Using the Data
122
 
123
+ ### Social Impact of Dataset
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
+ ### Discussion of Biases
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
+ ### Other Known Limitations
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ## Additional Information
136
 
137
+ ### Dataset Curators
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
+ ### Licensing Information
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
+ ### Citation Information
146
 
147
  ```
148
  @article{allenai:quoref,