Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
License:
parquet-converter
commited on
Commit
•
e0dd990
1
Parent(s):
c88e0f8
Update parquet files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +0 -3
- agents-motivations/babi_nli-test.parquet +3 -0
- agents-motivations/babi_nli-train.parquet +3 -0
- agents-motivations/babi_nli-validation.parquet +3 -0
- babi_nli.py +0 -211
- basic-coreference/babi_nli-test.parquet +3 -0
- basic-coreference/babi_nli-train.parquet +3 -0
- basic-coreference/babi_nli-validation.parquet +3 -0
- basic-deduction/babi_nli-test.parquet +3 -0
- basic-deduction/babi_nli-train.parquet +3 -0
- basic-deduction/babi_nli-validation.parquet +3 -0
- basic-induction/babi_nli-test.parquet +3 -0
- basic-induction/babi_nli-train.parquet +3 -0
- basic-induction/babi_nli-validation.parquet +3 -0
- compound-coreference/babi_nli-test.parquet +3 -0
- compound-coreference/babi_nli-train.parquet +3 -0
- compound-coreference/babi_nli-validation.parquet +3 -0
- conjunction/babi_nli-test.parquet +3 -0
- conjunction/babi_nli-train.parquet +3 -0
- conjunction/babi_nli-validation.parquet +3 -0
- counting/babi_nli-test.parquet +3 -0
- counting/babi_nli-train.parquet +3 -0
- counting/babi_nli-validation.parquet +3 -0
- indefinite-knowledge/babi_nli-test.parquet +3 -0
- indefinite-knowledge/babi_nli-train.parquet +3 -0
- indefinite-knowledge/babi_nli-validation.parquet +3 -0
- lists-sets/babi_nli-test.parquet +3 -0
- lists-sets/babi_nli-train.parquet +3 -0
- lists-sets/babi_nli-validation.parquet +3 -0
- path-finding/babi_nli-test.parquet +3 -0
- path-finding/babi_nli-train.parquet +3 -0
- path-finding/babi_nli-validation.parquet +3 -0
- positional-reasoning/babi_nli-test.parquet +3 -0
- positional-reasoning/babi_nli-train.parquet +3 -0
- positional-reasoning/babi_nli-validation.parquet +3 -0
- simple-negation/babi_nli-test.parquet +3 -0
- simple-negation/babi_nli-train.parquet +3 -0
- simple-negation/babi_nli-validation.parquet +3 -0
- single-supporting-fact/babi_nli-test.parquet +3 -0
- single-supporting-fact/babi_nli-train.parquet +3 -0
- single-supporting-fact/babi_nli-validation.parquet +3 -0
- size-reasoning/babi_nli-test.parquet +3 -0
- size-reasoning/babi_nli-train.parquet +3 -0
- size-reasoning/babi_nli-validation.parquet +3 -0
- three-arg-relations/babi_nli-test.parquet +3 -0
- three-arg-relations/babi_nli-train.parquet +3 -0
- three-arg-relations/babi_nli-validation.parquet +3 -0
- three-supporting-facts/babi_nli-test.parquet +3 -0
- three-supporting-facts/babi_nli-train.parquet +3 -0
- three-supporting-facts/babi_nli-validation.parquet +3 -0
README.md
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
agents-motivations/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10f3a30db75dd91389d18a262db46a57e4645a2a6b022bbf487ecf608d4914d3
|
3 |
+
size 11315
|
agents-motivations/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab0e9713aa984e1ac167f96fad02af1f7d97999544890b02817c199f378c569e
|
3 |
+
size 10148
|
agents-motivations/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:957afac9b7e639daca9e27f1bddf459ae03705d2e0f8aefe33fcb59581eb90f5
|
3 |
+
size 5614
|
babi_nli.py
DELETED
@@ -1,211 +0,0 @@
|
|
1 |
-
|
2 |
-
# coding=utf-8
|
3 |
-
# Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
|
4 |
-
#
|
5 |
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
6 |
-
# you may not use this file except in compliance with the License.
|
7 |
-
# You may obtain a copy of the License at
|
8 |
-
#
|
9 |
-
# http://www.apache.org/licenses/LICENSE-2.0
|
10 |
-
#
|
11 |
-
# Unless required by applicable law or agreed to in writing, software
|
12 |
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
13 |
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14 |
-
# See the License for the specific language governing permissions and
|
15 |
-
# limitations under the License.
|
16 |
-
|
17 |
-
# Lint as: python3
|
18 |
-
"""bAbI_nli datasets"""
|
19 |
-
|
20 |
-
from __future__ import absolute_import, division, print_function
|
21 |
-
|
22 |
-
import csv
|
23 |
-
import os
|
24 |
-
import textwrap
|
25 |
-
|
26 |
-
import six
|
27 |
-
|
28 |
-
import datasets
|
29 |
-
|
30 |
-
|
31 |
-
bAbI_nli_CITATION = r"""@article{weston2015towards,
|
32 |
-
title={Towards ai-complete question answering: A set of prerequisite toy tasks},
|
33 |
-
author={Weston, Jason and Bordes, Antoine and Chopra, Sumit and Rush, Alexander M and Van Merri{\"e}nboer, Bart and Joulin, Armand and Mikolov, Tomas},
|
34 |
-
journal={arXiv preprint arXiv:1502.05698},
|
35 |
-
year={2015}
|
36 |
-
}
|
37 |
-
|
38 |
-
@inproceedings{sileo-moens-2022-analysis,
|
39 |
-
title = "Analysis and Prediction of {NLP} Models via Task Embeddings",
|
40 |
-
author = "Sileo, Damien and
|
41 |
-
Moens, Marie-Francine",
|
42 |
-
booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
|
43 |
-
month = jun,
|
44 |
-
year = "2022",
|
45 |
-
address = "Marseille, France",
|
46 |
-
publisher = "European Language Resources Association",
|
47 |
-
url = "https://aclanthology.org/2022.lrec-1.67",
|
48 |
-
pages = "633--647",
|
49 |
-
abstract = "Task embeddings are low-dimensional representations that are trained to capture task properties. In this paper, we propose MetaEval, a collection of 101 NLP tasks. We fit a single transformer to all MetaEval tasks jointly while conditioning it on learned embeddings. The resulting task embeddings enable a novel analysis of the space of tasks. We then show that task aspects can be mapped to task embeddings for new tasks without using any annotated examples. Predicted embeddings can modulate the encoder for zero-shot inference and outperform a zero-shot baseline on GLUE tasks. The provided multitask setup can function as a benchmark for future transfer learning research.",
|
50 |
-
}
|
51 |
-
|
52 |
-
|
53 |
-
"""
|
54 |
-
|
55 |
-
_babi_nli_DESCRIPTION = """\
|
56 |
-
bAbi tasks recasted as natural language inference"""
|
57 |
-
|
58 |
-
DATA_URL = "https://www.dropbox.com/s/0b98tbrv2mej3cu/babi_nli.zip?dl=1"
|
59 |
-
|
60 |
-
LABELS=["not-entailed", "entailed"]
|
61 |
-
|
62 |
-
CONFIGS=['single-supporting-fact',
|
63 |
-
'two-supporting-facts',
|
64 |
-
'three-supporting-facts',
|
65 |
-
'two-arg-relations',
|
66 |
-
'three-arg-relations',
|
67 |
-
'yes-no-questions',
|
68 |
-
'counting',
|
69 |
-
'lists-sets',
|
70 |
-
'simple-negation',
|
71 |
-
'indefinite-knowledge',
|
72 |
-
'basic-coreference',
|
73 |
-
'conjunction',
|
74 |
-
'compound-coreference',
|
75 |
-
'time-reasoning',
|
76 |
-
'basic-deduction',
|
77 |
-
'basic-induction',
|
78 |
-
'positional-reasoning',
|
79 |
-
'size-reasoning',
|
80 |
-
'path-finding',
|
81 |
-
'agents-motivations']
|
82 |
-
|
83 |
-
class bAbI_nli_Config(datasets.BuilderConfig):
|
84 |
-
"""BuilderConfig for bAbI_nli."""
|
85 |
-
|
86 |
-
def __init__(
|
87 |
-
self,
|
88 |
-
text_features,
|
89 |
-
label_classes=None,
|
90 |
-
process_label=lambda x: x,
|
91 |
-
**kwargs,
|
92 |
-
):
|
93 |
-
"""BuilderConfig for bAbI_nli.
|
94 |
-
Args:
|
95 |
-
text_features: `dict[string, string]`, map from the name of the feature
|
96 |
-
dict for each text field to the name of the column in the tsv file
|
97 |
-
label_column: `string`, name of the column in the tsv file corresponding
|
98 |
-
to the label
|
99 |
-
data_url: `string`, url to download the zip file from
|
100 |
-
data_dir: `string`, the path to the folder containing the tsv files in the
|
101 |
-
downloaded zip
|
102 |
-
citation: `string`, citation for the data set
|
103 |
-
url: `string`, url for information about the data set
|
104 |
-
label_classes: `list[string]`, the list of classes if the label is
|
105 |
-
categorical. If not provided, then the label will be of type
|
106 |
-
`datasets.Value('float32')`.
|
107 |
-
process_label: `Function[string, any]`, function taking in the raw value
|
108 |
-
of the label and processing it to the form required by the label feature
|
109 |
-
**kwargs: keyword arguments forwarded to super.
|
110 |
-
"""
|
111 |
-
|
112 |
-
super(bAbI_nli_Config, self).__init__(
|
113 |
-
version=datasets.Version("1.0.0", ""), **kwargs
|
114 |
-
)
|
115 |
-
|
116 |
-
self.text_features = text_features
|
117 |
-
self.label_column = "label"
|
118 |
-
self.label_classes = LABELS
|
119 |
-
self.data_url = DATA_URL
|
120 |
-
self.data_dir = self.name #os.path.join("babi_nli", self.name)
|
121 |
-
self.citation = textwrap.dedent(bAbI_nli_CITATION)
|
122 |
-
self.process_label = lambda x: str(x)
|
123 |
-
self.description = ""
|
124 |
-
self.url = ""
|
125 |
-
|
126 |
-
|
127 |
-
class bAbI_nli(datasets.GeneratorBasedBuilder):
|
128 |
-
|
129 |
-
"""The General Language Understanding Evaluation (bAbI_nli) benchmark."""
|
130 |
-
|
131 |
-
BUILDER_CONFIG_CLASS = bAbI_nli_Config
|
132 |
-
|
133 |
-
BUILDER_CONFIGS = [
|
134 |
-
bAbI_nli_Config(
|
135 |
-
name=name,
|
136 |
-
text_features={"premise": "premise", "hypothesis": "hypothesis"},
|
137 |
-
) for name in CONFIGS
|
138 |
-
]
|
139 |
-
|
140 |
-
def _info(self):
|
141 |
-
features = {
|
142 |
-
text_feature: datasets.Value("string")
|
143 |
-
for text_feature in six.iterkeys(self.config.text_features)
|
144 |
-
}
|
145 |
-
if self.config.label_classes:
|
146 |
-
features["label"] = datasets.features.ClassLabel(
|
147 |
-
names=self.config.label_classes
|
148 |
-
)
|
149 |
-
else:
|
150 |
-
features["label"] = datasets.Value("float32")
|
151 |
-
features["idx"] = datasets.Value("int32")
|
152 |
-
return datasets.DatasetInfo(
|
153 |
-
description=_babi_nli_DESCRIPTION,
|
154 |
-
features=datasets.Features(features),
|
155 |
-
homepage=self.config.url,
|
156 |
-
citation=self.config.citation + "\n" + bAbI_nli_CITATION,
|
157 |
-
)
|
158 |
-
|
159 |
-
def _split_generators(self, dl_manager):
|
160 |
-
dl_dir = dl_manager.download_and_extract(self.config.data_url)
|
161 |
-
data_dir = os.path.join(dl_dir, self.config.data_dir)
|
162 |
-
|
163 |
-
return [
|
164 |
-
datasets.SplitGenerator(
|
165 |
-
name=datasets.Split.TRAIN,
|
166 |
-
gen_kwargs={
|
167 |
-
"data_file": os.path.join(data_dir or "", "train.tsv"),
|
168 |
-
"split": "train",
|
169 |
-
},
|
170 |
-
),
|
171 |
-
datasets.SplitGenerator(
|
172 |
-
name=datasets.Split.VALIDATION,
|
173 |
-
gen_kwargs={
|
174 |
-
"data_file": os.path.join(data_dir or "", "validation.tsv"),
|
175 |
-
"split": "validation",
|
176 |
-
},
|
177 |
-
),
|
178 |
-
datasets.SplitGenerator(
|
179 |
-
name=datasets.Split.TEST,
|
180 |
-
gen_kwargs={
|
181 |
-
"data_file": os.path.join(data_dir or "", "test.tsv"),
|
182 |
-
"split": "test",
|
183 |
-
},
|
184 |
-
),
|
185 |
-
]
|
186 |
-
|
187 |
-
def _generate_examples(self, data_file, split):
|
188 |
-
|
189 |
-
process_label = self.config.process_label
|
190 |
-
label_classes = self.config.label_classes
|
191 |
-
|
192 |
-
with open(data_file, encoding="utf8") as f:
|
193 |
-
reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
|
194 |
-
|
195 |
-
for n, row in enumerate(reader):
|
196 |
-
|
197 |
-
example = {
|
198 |
-
feat: row[col]
|
199 |
-
for feat, col in six.iteritems(self.config.text_features)
|
200 |
-
}
|
201 |
-
example["idx"] = n
|
202 |
-
|
203 |
-
if self.config.label_column in row:
|
204 |
-
label = row[self.config.label_column]
|
205 |
-
if label_classes and label not in label_classes:
|
206 |
-
label = int(label) if label else None
|
207 |
-
example["label"] = process_label(label)
|
208 |
-
else:
|
209 |
-
example["label"] = process_label(-1)
|
210 |
-
yield example["idx"], example
|
211 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
basic-coreference/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83e6ab063912bf800d4ac7e964d5ed6e75bf9ffc8639459939f2af04f24edfd1
|
3 |
+
size 12969
|
basic-coreference/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9150ebde0dbe874d9aa165faec7be6017ccbe3a695a7f1f514401e44c671fd0
|
3 |
+
size 10245
|
basic-coreference/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bf03a0c6379078dbdbffa1ba2b6b4e21e0aedd38a58d7e83646adf9da754635
|
3 |
+
size 6254
|
basic-deduction/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1051402fb4f1b0619303b358fd91f1cb25be4a909ba3d5ef0e25ef94a235a32
|
3 |
+
size 9989
|
basic-deduction/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4cca26fa54879ac2c9eec23ce0cabd029d71291721a71b4fd24271ac8297e1b
|
3 |
+
size 8758
|
basic-deduction/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d68c80d02036651dfdd0eee412d630e878fd3747d206e04a99f9883f30143d9c
|
3 |
+
size 5617
|
basic-induction/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a288672860ff22984a286b30cfc4bfd99be0856753186731708b89d13afbd664
|
3 |
+
size 11818
|
basic-induction/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e04e7a723db41c3e3af4c928857638f0fb50926eac99a92a51be20a591d80180
|
3 |
+
size 9691
|
basic-induction/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feda04b04a3ba6446aa7b0f01f8d161dfe6cfcd867cdfcfec94b16c769a6ed1d
|
3 |
+
size 5541
|
compound-coreference/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:805167089ae8832623e470df6fe9d51beabbe48ac6eeed7693ddf045ef236a0c
|
3 |
+
size 14416
|
compound-coreference/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81a4e34fcc36f2dc7fefc3d075641a8793e8c669d652815edc63421dd2942874
|
3 |
+
size 12370
|
compound-coreference/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28fa4fa127a47ac8936712728c6852b011c6ca29d2100e44fbc30b5d1e74a13f
|
3 |
+
size 7050
|
conjunction/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:871d45ac6598fd26c311c49188f15dbe670b7257d3686405f62b5205c06abfbd
|
3 |
+
size 15775
|
conjunction/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8d2750d7b5cfd8b20310454bd9d8939cd0299f816926aeada4c3b9549782ecf
|
3 |
+
size 12115
|
conjunction/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:903ecb4c23b409e6c876606e57b6d773de6a29c448e46f625429fc6ee28ee2f9
|
3 |
+
size 6517
|
counting/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1e18f35b53db35f42e73743bf7d01532af6cae19661f7c3088b49791cff670d
|
3 |
+
size 16313
|
counting/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbe6542f955e4966357b93a0084585aaf02537a733e5bf28fb10a51a8d562800
|
3 |
+
size 13957
|
counting/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:136164ee55214ddf8c8bd8bb381b13112d2ed3671e98928eed4628401b479cb8
|
3 |
+
size 6996
|
indefinite-knowledge/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44678f6ffec844f6d86b0a7062495c293b241ee38b28846aa61504e263ad1a93
|
3 |
+
size 13651
|
indefinite-knowledge/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ac08d6658794be285f30fb04132edf5797938476f1ec4571cbd6e73ec4f4572
|
3 |
+
size 11200
|
indefinite-knowledge/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5678aa638b36de56e9dd37ff6f89f8eea2962a0e5979fc2c8e517f3798406d26
|
3 |
+
size 6747
|
lists-sets/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5644e4dc9423d9633439c3ceb2895554679570e3c5814316e7199d1ec67c3d58
|
3 |
+
size 16061
|
lists-sets/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2a5d8feacf66f31dacdea8916f6c8d46b46bf6a4e631d55cbd47b9a16dd5dbd
|
3 |
+
size 12238
|
lists-sets/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd9cb67090cbf05d88f6fc5204a51d028ad98eca36cc1ed73ab1fbf43b7760cc
|
3 |
+
size 7088
|
path-finding/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de006e631ea9a323e36021706971042001c44a3c841258fa484b4678aab1fd15
|
3 |
+
size 14751
|
path-finding/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed6df72d7c512446795873fded4f58bad1a4e10f2101d1dfd2bbeba7a3d1cb51
|
3 |
+
size 12136
|
path-finding/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c283ecc8e664302b2da5fe58b304b85883c7ccdcbf916728e3423e57f2e04b93
|
3 |
+
size 6674
|
positional-reasoning/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b55d57e0c3bf2e2cee0329c64d880983aefa3876e269ff9dfafb6aa8604ae33c
|
3 |
+
size 7508
|
positional-reasoning/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce3294678d2a53ef829945ed50feae51471283191fe9c80709b514e01c3e7f9
|
3 |
+
size 6841
|
positional-reasoning/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cb697b30a76b51b32ceb2a0c7a279fc5d06b3ca38cd7f137d77cea3aac36b97
|
3 |
+
size 4837
|
simple-negation/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cec0717832d000a07cb555a64043bb667df48707eb4c26346efd19cb12b2531
|
3 |
+
size 12074
|
simple-negation/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11a4ab11b1aa82fd45b84d518aad221ae12b7845cab836df3b43ddcebef42c2c
|
3 |
+
size 10637
|
simple-negation/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:197a186fe2ff568cd0fc5ca9cc4ab33688a31a9d39c43a857d5fa037430f9953
|
3 |
+
size 6313
|
single-supporting-fact/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57aaa089939118d33336cccceff6c16a8504912bb0bf2e48981aeefd800699b9
|
3 |
+
size 12177
|
single-supporting-fact/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d3782929d1d1f40524f9acada16d42074309df8aacc4ef8c1cb0f592662c8b0
|
3 |
+
size 10553
|
single-supporting-fact/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b6a5298033e57c956ff732ddd6b3694bf8e431515c1dc3967172668591a5086
|
3 |
+
size 6023
|
size-reasoning/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:270495f1201ddd883e63190486ed471645e4e2b36a00903870e94c2435724f94
|
3 |
+
size 11791
|
size-reasoning/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a017c47d2f29d7cfec08934d079845c6e4445157889f499e2ffca591b5b215fd
|
3 |
+
size 10099
|
size-reasoning/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c9624b409650f3c51b6e75bc27f6560f55fc350b17361f73d493db4c0f73107
|
3 |
+
size 6302
|
three-arg-relations/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cf3debadbd92459c11c484a8ef7e8df6d151444936d50ef27489c3d8385a7fe
|
3 |
+
size 32247
|
three-arg-relations/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6b32b27d3d880a5e38d7b91c1c6f9d12cecfb644d1ecb6b2f5f04d131ea7ffb
|
3 |
+
size 25564
|
three-arg-relations/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8474f8d5dbcef81dd620a96a150dd468ce76449858ec326afbea46662d036a0
|
3 |
+
size 12201
|
three-supporting-facts/babi_nli-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73ea23274e5894f2727c6b96f7e7759d5d7df1d8792b11241bfb5374d671e06c
|
3 |
+
size 70188
|
three-supporting-facts/babi_nli-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87cfcd5de09cd77b2bf5b0ed9c8f7e8cdb774c932f461036ab130cea80099b71
|
3 |
+
size 63066
|
three-supporting-facts/babi_nli-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3081a906c1e95e2fb6023b570ead689da09446d0c9c3a68812b725cb44f6634b
|
3 |
+
size 29160
|