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
@@ -8,7 +8,6 @@ language:
|
|
8 |
license: bsd
|
9 |
multilinguality:
|
10 |
- monolingual
|
11 |
-
pretty_name: babi_nli
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
source_datasets:
|
@@ -17,12 +16,49 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- natural-language-inference
|
|
|
20 |
tags:
|
21 |
- logical reasoning
|
22 |
- nli
|
23 |
- natural-language-inference
|
24 |
- reasoning
|
25 |
- logic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# bAbi_nli
|
|
|
8 |
license: bsd
|
9 |
multilinguality:
|
10 |
- monolingual
|
|
|
11 |
size_categories:
|
12 |
- 1K<n<10K
|
13 |
source_datasets:
|
|
|
16 |
- text-classification
|
17 |
task_ids:
|
18 |
- natural-language-inference
|
19 |
+
pretty_name: babi_nli
|
20 |
tags:
|
21 |
- logical reasoning
|
22 |
- nli
|
23 |
- natural-language-inference
|
24 |
- reasoning
|
25 |
- logic
|
26 |
+
dataset_info:
|
27 |
+
config_name: single-supporting-fact
|
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: 223761
|
44 |
+
num_examples: 1000
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 112784
|
47 |
+
num_examples: 500
|
48 |
+
- name: test
|
49 |
+
num_bytes: 111569
|
50 |
+
num_examples: 500
|
51 |
+
download_size: 91968
|
52 |
+
dataset_size: 448114
|
53 |
+
configs:
|
54 |
+
- config_name: single-supporting-fact
|
55 |
+
data_files:
|
56 |
+
- split: train
|
57 |
+
path: single-supporting-fact/train-*
|
58 |
+
- split: validation
|
59 |
+
path: single-supporting-fact/validation-*
|
60 |
+
- split: test
|
61 |
+
path: single-supporting-fact/test-*
|
62 |
---
|
63 |
|
64 |
# bAbi_nli
|