Datasets:
Update GLUE evaluation metadata (#4909)
Browse files* Update GLUE evaluation metadata
Commit from https://github.com/huggingface/datasets/commit/53854155e61f0820e5d823fb951f40bac7b576e7
README.md
CHANGED
@@ -27,34 +27,114 @@ task_ids:
|
|
27 |
paperswithcode_id: glue
|
28 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
29 |
train-eval-index:
|
30 |
-
- config:
|
31 |
task: text-classification
|
32 |
-
task_id:
|
33 |
splits:
|
34 |
train_split: train
|
35 |
-
eval_split:
|
36 |
col_mapping:
|
37 |
sentence: text
|
38 |
label: target
|
39 |
-
|
40 |
-
- type: glue
|
41 |
-
name: GLUE
|
42 |
-
config:
|
43 |
-
sst2
|
44 |
-
- config: cola
|
45 |
task: text-classification
|
46 |
-
task_id:
|
47 |
splits:
|
48 |
train_split: train
|
49 |
-
eval_split:
|
50 |
col_mapping:
|
51 |
sentence: text
|
52 |
label: target
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
configs:
|
59 |
- ax
|
60 |
- cola
|
@@ -73,28 +153,82 @@ configs:
|
|
73 |
# Dataset Card for GLUE
|
74 |
|
75 |
## Table of Contents
|
76 |
-
- [Dataset
|
77 |
-
- [
|
78 |
-
- [
|
79 |
-
|
80 |
-
- [
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
- [
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
- [
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
- [
|
94 |
-
- [Dataset
|
95 |
-
|
96 |
-
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
## Dataset Description
|
100 |
|
|
|
27 |
paperswithcode_id: glue
|
28 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
29 |
train-eval-index:
|
30 |
+
- config: cola
|
31 |
task: text-classification
|
32 |
+
task_id: binary_classification
|
33 |
splits:
|
34 |
train_split: train
|
35 |
+
eval_split: validation
|
36 |
col_mapping:
|
37 |
sentence: text
|
38 |
label: target
|
39 |
+
- config: sst2
|
|
|
|
|
|
|
|
|
|
|
40 |
task: text-classification
|
41 |
+
task_id: binary_classification
|
42 |
splits:
|
43 |
train_split: train
|
44 |
+
eval_split: validation
|
45 |
col_mapping:
|
46 |
sentence: text
|
47 |
label: target
|
48 |
+
- config: mrpc
|
49 |
+
task: text-classification
|
50 |
+
task_id: natural_language_inference
|
51 |
+
splits:
|
52 |
+
train_split: train
|
53 |
+
eval_split: validation
|
54 |
+
col_mapping:
|
55 |
+
sentence1: text1
|
56 |
+
sentence2: text2
|
57 |
+
label: target
|
58 |
+
- config: qqp
|
59 |
+
task: text-classification
|
60 |
+
task_id: natural_language_inference
|
61 |
+
splits:
|
62 |
+
train_split: train
|
63 |
+
eval_split: validation
|
64 |
+
col_mapping:
|
65 |
+
question1: text1
|
66 |
+
question2: text2
|
67 |
+
label: target
|
68 |
+
- config: stsb
|
69 |
+
task: text-classification
|
70 |
+
task_id: natural_language_inference
|
71 |
+
splits:
|
72 |
+
train_split: train
|
73 |
+
eval_split: validation
|
74 |
+
col_mapping:
|
75 |
+
sentence1: text1
|
76 |
+
sentence2: text2
|
77 |
+
label: target
|
78 |
+
- config: mnli
|
79 |
+
task: text-classification
|
80 |
+
task_id: natural_language_inference
|
81 |
+
splits:
|
82 |
+
train_split: train
|
83 |
+
eval_split: validation_matched
|
84 |
+
col_mapping:
|
85 |
+
premise: text1
|
86 |
+
hypothesis: text2
|
87 |
+
label: target
|
88 |
+
- config: mnli_mismatched
|
89 |
+
task: text-classification
|
90 |
+
task_id: natural_language_inference
|
91 |
+
splits:
|
92 |
+
train_split: train
|
93 |
+
eval_split: validation
|
94 |
+
col_mapping:
|
95 |
+
premise: text1
|
96 |
+
hypothesis: text2
|
97 |
+
label: target
|
98 |
+
- config: mnli_matched
|
99 |
+
task: text-classification
|
100 |
+
task_id: natural_language_inference
|
101 |
+
splits:
|
102 |
+
train_split: train
|
103 |
+
eval_split: validation
|
104 |
+
col_mapping:
|
105 |
+
premise: text1
|
106 |
+
hypothesis: text2
|
107 |
+
label: target
|
108 |
+
- config: qnli
|
109 |
+
task: text-classification
|
110 |
+
task_id: natural_language_inference
|
111 |
+
splits:
|
112 |
+
train_split: train
|
113 |
+
eval_split: validation
|
114 |
+
col_mapping:
|
115 |
+
question: text1
|
116 |
+
sentence: text2
|
117 |
+
label: target
|
118 |
+
- config: rte
|
119 |
+
task: text-classification
|
120 |
+
task_id: natural_language_inference
|
121 |
+
splits:
|
122 |
+
train_split: train
|
123 |
+
eval_split: validation
|
124 |
+
col_mapping:
|
125 |
+
sentence1: text1
|
126 |
+
sentence2: text2
|
127 |
+
label: target
|
128 |
+
- config: wnli
|
129 |
+
task: text-classification
|
130 |
+
task_id: natural_language_inference
|
131 |
+
splits:
|
132 |
+
train_split: train
|
133 |
+
eval_split: validation
|
134 |
+
col_mapping:
|
135 |
+
sentence1: text1
|
136 |
+
sentence2: text2
|
137 |
+
label: target
|
138 |
configs:
|
139 |
- ax
|
140 |
- cola
|
|
|
153 |
# Dataset Card for GLUE
|
154 |
|
155 |
## Table of Contents
|
156 |
+
- [Dataset Card for GLUE](#dataset-card-for-glue)
|
157 |
+
- [Table of Contents](#table-of-contents)
|
158 |
+
- [Dataset Description](#dataset-description)
|
159 |
+
- [Dataset Summary](#dataset-summary)
|
160 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
161 |
+
- [ax](#ax)
|
162 |
+
- [cola](#cola)
|
163 |
+
- [mnli](#mnli)
|
164 |
+
- [mnli_matched](#mnli_matched)
|
165 |
+
- [mnli_mismatched](#mnli_mismatched)
|
166 |
+
- [mrpc](#mrpc)
|
167 |
+
- [qnli](#qnli)
|
168 |
+
- [qqp](#qqp)
|
169 |
+
- [rte](#rte)
|
170 |
+
- [sst2](#sst2)
|
171 |
+
- [stsb](#stsb)
|
172 |
+
- [wnli](#wnli)
|
173 |
+
- [Languages](#languages)
|
174 |
+
- [Dataset Structure](#dataset-structure)
|
175 |
+
- [Data Instances](#data-instances)
|
176 |
+
- [ax](#ax-1)
|
177 |
+
- [cola](#cola-1)
|
178 |
+
- [mnli](#mnli-1)
|
179 |
+
- [mnli_matched](#mnli_matched-1)
|
180 |
+
- [mnli_mismatched](#mnli_mismatched-1)
|
181 |
+
- [mrpc](#mrpc-1)
|
182 |
+
- [qnli](#qnli-1)
|
183 |
+
- [qqp](#qqp-1)
|
184 |
+
- [rte](#rte-1)
|
185 |
+
- [sst2](#sst2-1)
|
186 |
+
- [stsb](#stsb-1)
|
187 |
+
- [wnli](#wnli-1)
|
188 |
+
- [Data Fields](#data-fields)
|
189 |
+
- [ax](#ax-2)
|
190 |
+
- [cola](#cola-2)
|
191 |
+
- [mnli](#mnli-2)
|
192 |
+
- [mnli_matched](#mnli_matched-2)
|
193 |
+
- [mnli_mismatched](#mnli_mismatched-2)
|
194 |
+
- [mrpc](#mrpc-2)
|
195 |
+
- [qnli](#qnli-2)
|
196 |
+
- [qqp](#qqp-2)
|
197 |
+
- [rte](#rte-2)
|
198 |
+
- [sst2](#sst2-2)
|
199 |
+
- [stsb](#stsb-2)
|
200 |
+
- [wnli](#wnli-2)
|
201 |
+
- [Data Splits](#data-splits)
|
202 |
+
- [ax](#ax-3)
|
203 |
+
- [cola](#cola-3)
|
204 |
+
- [mnli](#mnli-3)
|
205 |
+
- [mnli_matched](#mnli_matched-3)
|
206 |
+
- [mnli_mismatched](#mnli_mismatched-3)
|
207 |
+
- [mrpc](#mrpc-3)
|
208 |
+
- [qnli](#qnli-3)
|
209 |
+
- [qqp](#qqp-3)
|
210 |
+
- [rte](#rte-3)
|
211 |
+
- [sst2](#sst2-3)
|
212 |
+
- [stsb](#stsb-3)
|
213 |
+
- [wnli](#wnli-3)
|
214 |
+
- [Dataset Creation](#dataset-creation)
|
215 |
+
- [Curation Rationale](#curation-rationale)
|
216 |
+
- [Source Data](#source-data)
|
217 |
+
- [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
|
218 |
+
- [Who are the source language producers?](#who-are-the-source-language-producers)
|
219 |
+
- [Annotations](#annotations)
|
220 |
+
- [Annotation process](#annotation-process)
|
221 |
+
- [Who are the annotators?](#who-are-the-annotators)
|
222 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
223 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
224 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
225 |
+
- [Discussion of Biases](#discussion-of-biases)
|
226 |
+
- [Other Known Limitations](#other-known-limitations)
|
227 |
+
- [Additional Information](#additional-information)
|
228 |
+
- [Dataset Curators](#dataset-curators)
|
229 |
+
- [Licensing Information](#licensing-information)
|
230 |
+
- [Citation Information](#citation-information)
|
231 |
+
- [Contributions](#contributions)
|
232 |
|
233 |
## Dataset Description
|
234 |
|