pietrolesci
commited on
Commit
·
a3923be
1
Parent(s):
6c9d73b
Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,15 @@ where the premise differs from the hypothesis by conjuncts removed, added, or re
|
|
7 |
|
8 |
|
9 |
## Dataset curation
|
10 |
-
|
11 |
used in NLI datasets. Note that labels for `test` split are not available.
|
12 |
Also, the `train` split is originally named `adversarial_train_15k`.
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
## Code to create the dataset
|
|
|
7 |
|
8 |
|
9 |
## Dataset curation
|
10 |
+
The label mapping is the usual `{"entailment": 0, "neutral": 1, "contradiction": 2}`
|
11 |
used in NLI datasets. Note that labels for `test` split are not available.
|
12 |
Also, the `train` split is originally named `adversarial_train_15k`.
|
13 |
|
14 |
+
There are 2 instances (join on "premise", "hypothesis", "label") present both in `train` and `dev`.
|
15 |
+
|
16 |
+
The `test` split does not have labels.
|
17 |
+
|
18 |
+
Finally, in the `train` set there are a few instances without a label, they are removed.
|
19 |
|
20 |
|
21 |
## Code to create the dataset
|