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
@@ -24,6 +24,32 @@ tags:
|
|
24 |
- reasoning
|
25 |
- logic
|
26 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- config_name: basic-coreference
|
28 |
features:
|
29 |
- name: premise
|
@@ -519,6 +545,14 @@ dataset_info:
|
|
519 |
download_size: 94399
|
520 |
dataset_size: 459516
|
521 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
522 |
- config_name: basic-coreference
|
523 |
data_files:
|
524 |
- split: train
|
|
|
24 |
- reasoning
|
25 |
- logic
|
26 |
dataset_info:
|
27 |
+
- config_name: agents-motivations
|
28 |
+
features:
|
29 |
+
- name: premise
|
30 |
+
dtype: string
|
31 |
+
- name: hypothesis
|
32 |
+
dtype: string
|
33 |
+
- name: label
|
34 |
+
dtype:
|
35 |
+
class_label:
|
36 |
+
names:
|
37 |
+
'0': not-entailed
|
38 |
+
'1': entailed
|
39 |
+
- name: idx
|
40 |
+
dtype: int32
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 194721
|
44 |
+
num_examples: 1000
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 97602
|
47 |
+
num_examples: 500
|
48 |
+
- name: test
|
49 |
+
num_bytes: 101683
|
50 |
+
num_examples: 500
|
51 |
+
download_size: 79703
|
52 |
+
dataset_size: 394006
|
53 |
- config_name: basic-coreference
|
54 |
features:
|
55 |
- name: premise
|
|
|
545 |
download_size: 94399
|
546 |
dataset_size: 459516
|
547 |
configs:
|
548 |
+
- config_name: agents-motivations
|
549 |
+
data_files:
|
550 |
+
- split: train
|
551 |
+
path: agents-motivations/train-*
|
552 |
+
- split: validation
|
553 |
+
path: agents-motivations/validation-*
|
554 |
+
- split: test
|
555 |
+
path: agents-motivations/test-*
|
556 |
- config_name: basic-coreference
|
557 |
data_files:
|
558 |
- split: train
|