Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -284,6 +284,32 @@ dataset_info:
|
|
284 |
num_examples: 500
|
285 |
download_size: 558073
|
286 |
dataset_size: 2998266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
- config_name: two-arg-relations
|
288 |
features:
|
289 |
- name: premise
|
@@ -443,6 +469,14 @@ configs:
|
|
443 |
path: three-supporting-facts/validation-*
|
444 |
- split: test
|
445 |
path: three-supporting-facts/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
446 |
- config_name: two-arg-relations
|
447 |
data_files:
|
448 |
- split: train
|
|
|
284 |
num_examples: 500
|
285 |
download_size: 558073
|
286 |
dataset_size: 2998266
|
287 |
+
- config_name: time-reasoning
|
288 |
+
features:
|
289 |
+
- name: premise
|
290 |
+
dtype: string
|
291 |
+
- name: hypothesis
|
292 |
+
dtype: string
|
293 |
+
- name: label
|
294 |
+
dtype:
|
295 |
+
class_label:
|
296 |
+
names:
|
297 |
+
'0': not-entailed
|
298 |
+
'1': entailed
|
299 |
+
- name: idx
|
300 |
+
dtype: int32
|
301 |
+
splits:
|
302 |
+
- name: train
|
303 |
+
num_bytes: 379567
|
304 |
+
num_examples: 1000
|
305 |
+
- name: validation
|
306 |
+
num_bytes: 188913
|
307 |
+
num_examples: 500
|
308 |
+
- name: test
|
309 |
+
num_bytes: 187157
|
310 |
+
num_examples: 500
|
311 |
+
download_size: 152925
|
312 |
+
dataset_size: 755637
|
313 |
- config_name: two-arg-relations
|
314 |
features:
|
315 |
- name: premise
|
|
|
469 |
path: three-supporting-facts/validation-*
|
470 |
- split: test
|
471 |
path: three-supporting-facts/test-*
|
472 |
+
- config_name: time-reasoning
|
473 |
+
data_files:
|
474 |
+
- split: train
|
475 |
+
path: time-reasoning/train-*
|
476 |
+
- split: validation
|
477 |
+
path: time-reasoning/validation-*
|
478 |
+
- split: test
|
479 |
+
path: time-reasoning/test-*
|
480 |
- config_name: two-arg-relations
|
481 |
data_files:
|
482 |
- split: train
|