File size: 4,891 Bytes
7ad3b02
edcc47e
 
7ad3b02
a95fa24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53acf3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e39cb83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2684732
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c0fcbbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a95fa24
7ad3b02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a95fa24
 
 
 
 
 
 
 
 
 
53acf3d
 
 
 
 
 
e39cb83
 
 
 
 
 
2684732
 
 
 
 
 
c0fcbbd
 
 
 
 
 
7ad3b02
 
 
 
 
 
 
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
---
language:
- ja
dataset_info:
- config_name: JCoLA
  features:
  - name: uid
    dtype: int64
  - name: source
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': unacceptable
          '1': acceptable
  - name: diacritic
    dtype: string
  - name: sentence
    dtype: string
  - name: original
    dtype: string
  - name: translation
    dtype: string
  - name: gloss
    dtype: bool
  - name: linguistic_phenomenon
    struct:
    - name: argument_structure
      dtype: bool
    - name: binding
      dtype: bool
    - name: control_raising
      dtype: bool
    - name: ellipsis
      dtype: bool
    - name: filler_gap
      dtype: bool
    - name: island_effects
      dtype: bool
    - name: morphology
      dtype: bool
    - name: nominal_structure
      dtype: bool
    - name: negative_polarity_concord_items
      dtype: bool
    - name: quantifier
      dtype: bool
    - name: verbal_agreement
      dtype: bool
    - name: simple
      dtype: bool
  splits:
  - name: train
    num_bytes: 1056540
    num_examples: 6919
  - name: validation
    num_bytes: 131791
    num_examples: 865
  - name: validation_out_of_domain
    num_bytes: 104486
    num_examples: 685
  - name: validation_out_of_domain_annotated
    num_bytes: 133174
    num_examples: 685
  download_size: 669712
  dataset_size: 1425991
- config_name: JCommonsenseQA
  features:
  - name: q_id
    dtype: int64
  - name: question
    dtype: string
  - name: choice0
    dtype: string
  - name: choice1
    dtype: string
  - name: choice2
    dtype: string
  - name: choice3
    dtype: string
  - name: choice4
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': choice0
          '1': choice1
          '2': choice2
          '3': choice3
          '4': choice4
  splits:
  - name: train
    num_bytes: 1183829
    num_examples: 8939
  - name: validation
    num_bytes: 148293
    num_examples: 1119
  download_size: 888128
  dataset_size: 1332122
- config_name: JNLI
  features:
  - name: sentence_pair_id
    dtype: string
  - name: yjcaptions_id
    dtype: string
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': contradiction
          '2': neutral
  splits:
  - name: train
    num_bytes: 3663848
    num_examples: 20073
  - name: validation
    num_bytes: 442005
    num_examples: 2434
  download_size: 1662238
  dataset_size: 4105853
- config_name: JSQuAD
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int32
  - name: is_impossible
    dtype: bool
  splits:
  - name: train
    num_bytes: 42987388
    num_examples: 62859
  - name: validation
    num_bytes: 3182031
    num_examples: 4442
  download_size: 9401026
  dataset_size: 46169419
- config_name: JSTS
  features:
  - name: sentence_pair_id
    dtype: string
  - name: yjcaptions_id
    dtype: string
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype: float32
  splits:
  - name: train
    num_bytes: 2243442
    num_examples: 12451
  - name: validation
    num_bytes: 264435
    num_examples: 1457
  download_size: 1238128
  dataset_size: 2507877
- config_name: MARC-ja
  features:
  - name: sentence
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': positive
          '1': negative
          '2': neutral
  - name: review_id
    dtype: string
  splits:
  - name: train
    num_bytes: 104295173
    num_examples: 187528
  - name: validation
    num_bytes: 3105789
    num_examples: 5654
  download_size: 66965045
  dataset_size: 107400962
configs:
- config_name: JCoLA
  data_files:
  - split: train
    path: JCoLA/train-*
  - split: validation
    path: JCoLA/validation-*
  - split: validation_out_of_domain
    path: JCoLA/validation_out_of_domain-*
  - split: validation_out_of_domain_annotated
    path: JCoLA/validation_out_of_domain_annotated-*
- config_name: JCommonsenseQA
  data_files:
  - split: train
    path: JCommonsenseQA/train-*
  - split: validation
    path: JCommonsenseQA/validation-*
- config_name: JNLI
  data_files:
  - split: train
    path: JNLI/train-*
  - split: validation
    path: JNLI/validation-*
- config_name: JSQuAD
  data_files:
  - split: train
    path: JSQuAD/train-*
  - split: validation
    path: JSQuAD/validation-*
- config_name: JSTS
  data_files:
  - split: train
    path: JSTS/train-*
  - split: validation
    path: JSTS/validation-*
- config_name: MARC-ja
  data_files:
  - split: train
    path: MARC-ja/train-*
  - split: validation
    path: MARC-ja/validation-*
---