add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -30,6 +30,395 @@ configs:
|
|
30 |
- ledgar
|
31 |
- scotus
|
32 |
- unfair_tos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# Dataset Card for "LexGLUE"
|
@@ -400,4 +789,4 @@ An example of 'test' looks as follows.
|
|
400 |
|
401 |
### Contributions
|
402 |
|
403 |
-
Thanks to [@iliaschalkidis](https://github.com/iliaschalkidis) for adding this dataset.
|
|
|
30 |
- ledgar
|
31 |
- scotus
|
32 |
- unfair_tos
|
33 |
+
dataset_info:
|
34 |
+
- config_name: ecthr_a
|
35 |
+
features:
|
36 |
+
- name: text
|
37 |
+
sequence: string
|
38 |
+
- name: labels
|
39 |
+
sequence:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: '2'
|
43 |
+
1: '3'
|
44 |
+
2: '5'
|
45 |
+
3: '6'
|
46 |
+
4: '8'
|
47 |
+
5: '9'
|
48 |
+
6: '10'
|
49 |
+
7: '11'
|
50 |
+
8: '14'
|
51 |
+
9: P1-1
|
52 |
+
splits:
|
53 |
+
- name: test
|
54 |
+
num_bytes: 11884180
|
55 |
+
num_examples: 1000
|
56 |
+
- name: train
|
57 |
+
num_bytes: 89637461
|
58 |
+
num_examples: 9000
|
59 |
+
- name: validation
|
60 |
+
num_bytes: 10985180
|
61 |
+
num_examples: 1000
|
62 |
+
download_size: 32852475
|
63 |
+
dataset_size: 112506821
|
64 |
+
- config_name: ecthr_b
|
65 |
+
features:
|
66 |
+
- name: text
|
67 |
+
sequence: string
|
68 |
+
- name: labels
|
69 |
+
sequence:
|
70 |
+
class_label:
|
71 |
+
names:
|
72 |
+
0: '2'
|
73 |
+
1: '3'
|
74 |
+
2: '5'
|
75 |
+
3: '6'
|
76 |
+
4: '8'
|
77 |
+
5: '9'
|
78 |
+
6: '10'
|
79 |
+
7: '11'
|
80 |
+
8: '14'
|
81 |
+
9: P1-1
|
82 |
+
splits:
|
83 |
+
- name: test
|
84 |
+
num_bytes: 11886940
|
85 |
+
num_examples: 1000
|
86 |
+
- name: train
|
87 |
+
num_bytes: 89657661
|
88 |
+
num_examples: 9000
|
89 |
+
- name: validation
|
90 |
+
num_bytes: 10987828
|
91 |
+
num_examples: 1000
|
92 |
+
download_size: 32852475
|
93 |
+
dataset_size: 112532429
|
94 |
+
- config_name: eurlex
|
95 |
+
features:
|
96 |
+
- name: text
|
97 |
+
dtype: string
|
98 |
+
- name: labels
|
99 |
+
sequence:
|
100 |
+
class_label:
|
101 |
+
names:
|
102 |
+
0: '100163'
|
103 |
+
1: '100168'
|
104 |
+
2: '100169'
|
105 |
+
3: '100170'
|
106 |
+
4: '100171'
|
107 |
+
5: '100172'
|
108 |
+
6: '100173'
|
109 |
+
7: '100174'
|
110 |
+
8: '100175'
|
111 |
+
9: '100176'
|
112 |
+
10: '100177'
|
113 |
+
11: '100179'
|
114 |
+
12: '100180'
|
115 |
+
13: '100183'
|
116 |
+
14: '100184'
|
117 |
+
15: '100185'
|
118 |
+
16: '100186'
|
119 |
+
17: '100187'
|
120 |
+
18: '100189'
|
121 |
+
19: '100190'
|
122 |
+
20: '100191'
|
123 |
+
21: '100192'
|
124 |
+
22: '100193'
|
125 |
+
23: '100194'
|
126 |
+
24: '100195'
|
127 |
+
25: '100196'
|
128 |
+
26: '100197'
|
129 |
+
27: '100198'
|
130 |
+
28: '100199'
|
131 |
+
29: '100200'
|
132 |
+
30: '100201'
|
133 |
+
31: '100202'
|
134 |
+
32: '100204'
|
135 |
+
33: '100205'
|
136 |
+
34: '100206'
|
137 |
+
35: '100207'
|
138 |
+
36: '100212'
|
139 |
+
37: '100214'
|
140 |
+
38: '100215'
|
141 |
+
39: '100220'
|
142 |
+
40: '100221'
|
143 |
+
41: '100222'
|
144 |
+
42: '100223'
|
145 |
+
43: '100224'
|
146 |
+
44: '100226'
|
147 |
+
45: '100227'
|
148 |
+
46: '100229'
|
149 |
+
47: '100230'
|
150 |
+
48: '100231'
|
151 |
+
49: '100232'
|
152 |
+
50: '100233'
|
153 |
+
51: '100234'
|
154 |
+
52: '100235'
|
155 |
+
53: '100237'
|
156 |
+
54: '100238'
|
157 |
+
55: '100239'
|
158 |
+
56: '100240'
|
159 |
+
57: '100241'
|
160 |
+
58: '100242'
|
161 |
+
59: '100243'
|
162 |
+
60: '100244'
|
163 |
+
61: '100245'
|
164 |
+
62: '100246'
|
165 |
+
63: '100247'
|
166 |
+
64: '100248'
|
167 |
+
65: '100249'
|
168 |
+
66: '100250'
|
169 |
+
67: '100252'
|
170 |
+
68: '100253'
|
171 |
+
69: '100254'
|
172 |
+
70: '100255'
|
173 |
+
71: '100256'
|
174 |
+
72: '100257'
|
175 |
+
73: '100258'
|
176 |
+
74: '100259'
|
177 |
+
75: '100260'
|
178 |
+
76: '100261'
|
179 |
+
77: '100262'
|
180 |
+
78: '100263'
|
181 |
+
79: '100264'
|
182 |
+
80: '100265'
|
183 |
+
81: '100266'
|
184 |
+
82: '100268'
|
185 |
+
83: '100269'
|
186 |
+
84: '100270'
|
187 |
+
85: '100271'
|
188 |
+
86: '100272'
|
189 |
+
87: '100273'
|
190 |
+
88: '100274'
|
191 |
+
89: '100275'
|
192 |
+
90: '100276'
|
193 |
+
91: '100277'
|
194 |
+
92: '100278'
|
195 |
+
93: '100279'
|
196 |
+
94: '100280'
|
197 |
+
95: '100281'
|
198 |
+
96: '100282'
|
199 |
+
97: '100283'
|
200 |
+
98: '100284'
|
201 |
+
99: '100285'
|
202 |
+
splits:
|
203 |
+
- name: test
|
204 |
+
num_bytes: 59739102
|
205 |
+
num_examples: 5000
|
206 |
+
- name: train
|
207 |
+
num_bytes: 390770289
|
208 |
+
num_examples: 55000
|
209 |
+
- name: validation
|
210 |
+
num_bytes: 41544484
|
211 |
+
num_examples: 5000
|
212 |
+
download_size: 125413277
|
213 |
+
dataset_size: 492053875
|
214 |
+
- config_name: scotus
|
215 |
+
features:
|
216 |
+
- name: text
|
217 |
+
dtype: string
|
218 |
+
- name: label
|
219 |
+
dtype:
|
220 |
+
class_label:
|
221 |
+
names:
|
222 |
+
0: '1'
|
223 |
+
1: '2'
|
224 |
+
2: '3'
|
225 |
+
3: '4'
|
226 |
+
4: '5'
|
227 |
+
5: '6'
|
228 |
+
6: '7'
|
229 |
+
7: '8'
|
230 |
+
8: '9'
|
231 |
+
9: '10'
|
232 |
+
10: '11'
|
233 |
+
11: '12'
|
234 |
+
12: '13'
|
235 |
+
splits:
|
236 |
+
- name: test
|
237 |
+
num_bytes: 76213283
|
238 |
+
num_examples: 1400
|
239 |
+
- name: train
|
240 |
+
num_bytes: 178959320
|
241 |
+
num_examples: 5000
|
242 |
+
- name: validation
|
243 |
+
num_bytes: 75600247
|
244 |
+
num_examples: 1400
|
245 |
+
download_size: 104763335
|
246 |
+
dataset_size: 330772850
|
247 |
+
- config_name: ledgar
|
248 |
+
features:
|
249 |
+
- name: text
|
250 |
+
dtype: string
|
251 |
+
- name: label
|
252 |
+
dtype:
|
253 |
+
class_label:
|
254 |
+
names:
|
255 |
+
0: Adjustments
|
256 |
+
1: Agreements
|
257 |
+
2: Amendments
|
258 |
+
3: Anti-Corruption Laws
|
259 |
+
4: Applicable Laws
|
260 |
+
5: Approvals
|
261 |
+
6: Arbitration
|
262 |
+
7: Assignments
|
263 |
+
8: Assigns
|
264 |
+
9: Authority
|
265 |
+
10: Authorizations
|
266 |
+
11: Base Salary
|
267 |
+
12: Benefits
|
268 |
+
13: Binding Effects
|
269 |
+
14: Books
|
270 |
+
15: Brokers
|
271 |
+
16: Capitalization
|
272 |
+
17: Change In Control
|
273 |
+
18: Closings
|
274 |
+
19: Compliance With Laws
|
275 |
+
20: Confidentiality
|
276 |
+
21: Consent To Jurisdiction
|
277 |
+
22: Consents
|
278 |
+
23: Construction
|
279 |
+
24: Cooperation
|
280 |
+
25: Costs
|
281 |
+
26: Counterparts
|
282 |
+
27: Death
|
283 |
+
28: Defined Terms
|
284 |
+
29: Definitions
|
285 |
+
30: Disability
|
286 |
+
31: Disclosures
|
287 |
+
32: Duties
|
288 |
+
33: Effective Dates
|
289 |
+
34: Effectiveness
|
290 |
+
35: Employment
|
291 |
+
36: Enforceability
|
292 |
+
37: Enforcements
|
293 |
+
38: Entire Agreements
|
294 |
+
39: Erisa
|
295 |
+
40: Existence
|
296 |
+
41: Expenses
|
297 |
+
42: Fees
|
298 |
+
43: Financial Statements
|
299 |
+
44: Forfeitures
|
300 |
+
45: Further Assurances
|
301 |
+
46: General
|
302 |
+
47: Governing Laws
|
303 |
+
48: Headings
|
304 |
+
49: Indemnifications
|
305 |
+
50: Indemnity
|
306 |
+
51: Insurances
|
307 |
+
52: Integration
|
308 |
+
53: Intellectual Property
|
309 |
+
54: Interests
|
310 |
+
55: Interpretations
|
311 |
+
56: Jurisdictions
|
312 |
+
57: Liens
|
313 |
+
58: Litigations
|
314 |
+
59: Miscellaneous
|
315 |
+
60: Modifications
|
316 |
+
61: No Conflicts
|
317 |
+
62: No Defaults
|
318 |
+
63: No Waivers
|
319 |
+
64: Non-Disparagement
|
320 |
+
65: Notices
|
321 |
+
66: Organizations
|
322 |
+
67: Participations
|
323 |
+
68: Payments
|
324 |
+
69: Positions
|
325 |
+
70: Powers
|
326 |
+
71: Publicity
|
327 |
+
72: Qualifications
|
328 |
+
73: Records
|
329 |
+
74: Releases
|
330 |
+
75: Remedies
|
331 |
+
76: Representations
|
332 |
+
77: Sales
|
333 |
+
78: Sanctions
|
334 |
+
79: Severability
|
335 |
+
80: Solvency
|
336 |
+
81: Specific Performance
|
337 |
+
82: Submission To Jurisdiction
|
338 |
+
83: Subsidiaries
|
339 |
+
84: Successors
|
340 |
+
85: Survival
|
341 |
+
86: Tax Withholdings
|
342 |
+
87: Taxes
|
343 |
+
88: Terminations
|
344 |
+
89: Terms
|
345 |
+
90: Titles
|
346 |
+
91: Transactions With Affiliates
|
347 |
+
92: Use Of Proceeds
|
348 |
+
93: Vacations
|
349 |
+
94: Venues
|
350 |
+
95: Vesting
|
351 |
+
96: Waiver Of Jury Trials
|
352 |
+
97: Waivers
|
353 |
+
98: Warranties
|
354 |
+
99: Withholdings
|
355 |
+
splits:
|
356 |
+
- name: test
|
357 |
+
num_bytes: 6845585
|
358 |
+
num_examples: 10000
|
359 |
+
- name: train
|
360 |
+
num_bytes: 43358315
|
361 |
+
num_examples: 60000
|
362 |
+
- name: validation
|
363 |
+
num_bytes: 7143592
|
364 |
+
num_examples: 10000
|
365 |
+
download_size: 16255623
|
366 |
+
dataset_size: 57347492
|
367 |
+
- config_name: unfair_tos
|
368 |
+
features:
|
369 |
+
- name: text
|
370 |
+
dtype: string
|
371 |
+
- name: labels
|
372 |
+
sequence:
|
373 |
+
class_label:
|
374 |
+
names:
|
375 |
+
0: Limitation of liability
|
376 |
+
1: Unilateral termination
|
377 |
+
2: Unilateral change
|
378 |
+
3: Content removal
|
379 |
+
4: Contract by using
|
380 |
+
5: Choice of law
|
381 |
+
6: Jurisdiction
|
382 |
+
7: Arbitration
|
383 |
+
splits:
|
384 |
+
- name: test
|
385 |
+
num_bytes: 303107
|
386 |
+
num_examples: 1607
|
387 |
+
- name: train
|
388 |
+
num_bytes: 1041790
|
389 |
+
num_examples: 5532
|
390 |
+
- name: validation
|
391 |
+
num_bytes: 452119
|
392 |
+
num_examples: 2275
|
393 |
+
download_size: 511342
|
394 |
+
dataset_size: 1797016
|
395 |
+
- config_name: case_hold
|
396 |
+
features:
|
397 |
+
- name: context
|
398 |
+
dtype: string
|
399 |
+
- name: endings
|
400 |
+
sequence: string
|
401 |
+
- name: label
|
402 |
+
dtype:
|
403 |
+
class_label:
|
404 |
+
names:
|
405 |
+
0: '0'
|
406 |
+
1: '1'
|
407 |
+
2: '2'
|
408 |
+
3: '3'
|
409 |
+
4: '4'
|
410 |
+
splits:
|
411 |
+
- name: test
|
412 |
+
num_bytes: 5989964
|
413 |
+
num_examples: 3600
|
414 |
+
- name: train
|
415 |
+
num_bytes: 74781766
|
416 |
+
num_examples: 45000
|
417 |
+
- name: validation
|
418 |
+
num_bytes: 6474615
|
419 |
+
num_examples: 3900
|
420 |
+
download_size: 30422703
|
421 |
+
dataset_size: 87246345
|
422 |
---
|
423 |
|
424 |
# Dataset Card for "LexGLUE"
|
|
|
789 |
|
790 |
### Contributions
|
791 |
|
792 |
+
Thanks to [@iliaschalkidis](https://github.com/iliaschalkidis) for adding this dataset.
|