Datasets:
Sagnik Ray Choudhury
commited on
Commit
•
316d87e
1
Parent(s):
0dd536e
chore: up
Browse files- README.md +11 -11
- test.jsonl +2 -2
- train.jsonl +2 -2
- validation.jsonl +2 -2
README.md
CHANGED
@@ -72,44 +72,44 @@ For each instance, there is:
|
|
72 |
- a string for the premise,
|
73 |
- a string for the hypothesis,
|
74 |
- a label: (entailment, contradiction, neutral)
|
75 |
-
- a
|
76 |
-
- an
|
77 |
|
78 |
```json lines
|
79 |
{
|
80 |
-
"
|
81 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is lying down on the street.",
|
82 |
"hypothesis": "A man is prone on the street while another man stands next to him.",
|
83 |
"label": "entailment",
|
84 |
-
"
|
85 |
}
|
86 |
{
|
87 |
-
"
|
88 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is lying down on the street.",
|
89 |
"hypothesis": "A man is talking to his wife on the cellphone.",
|
90 |
"label": "neutral",
|
91 |
-
"
|
92 |
}
|
93 |
{
|
94 |
-
"
|
95 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is on the street.",
|
96 |
"hypothesis": "A man is prone on the street while another man stands next to him.",
|
97 |
"label": "neutral",
|
98 |
-
"
|
99 |
}
|
100 |
{
|
101 |
-
"
|
102 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is sitting on the street.",
|
103 |
"hypothesis": "A man is prone on the street while another man stands next to him.",
|
104 |
"label": "contradiction",
|
105 |
"_type": "cf"
|
106 |
}
|
107 |
{
|
108 |
-
"
|
109 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is lying down on the street.",
|
110 |
"hypothesis": "A man is alone on the street.",
|
111 |
"label": "contradiction",
|
112 |
-
"
|
113 |
}
|
114 |
```
|
115 |
|
|
|
72 |
- a string for the premise,
|
73 |
- a string for the hypothesis,
|
74 |
- a label: (entailment, contradiction, neutral)
|
75 |
+
- a type: this tells whether the data point is the original SNLI data point or a counterfactual perturbation.
|
76 |
+
- an idx. The ids correspond to the original id in the SNLI data. For example, if the original SNLI instance was `4626192243.jpg#3r1e`, there wil be 5 data points as follows:
|
77 |
|
78 |
```json lines
|
79 |
{
|
80 |
+
"idx": "4626192243.jpg#3r1e-orig",
|
81 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is lying down on the street.",
|
82 |
"hypothesis": "A man is prone on the street while another man stands next to him.",
|
83 |
"label": "entailment",
|
84 |
+
"type": "original"
|
85 |
}
|
86 |
{
|
87 |
+
"idx": "4626192243.jpg#3r1e-cf-0",
|
88 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is lying down on the street.",
|
89 |
"hypothesis": "A man is talking to his wife on the cellphone.",
|
90 |
"label": "neutral",
|
91 |
+
"type": "cf"
|
92 |
}
|
93 |
{
|
94 |
+
"idx": "4626192243.jpg#3r1e-cf-1",
|
95 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is on the street.",
|
96 |
"hypothesis": "A man is prone on the street while another man stands next to him.",
|
97 |
"label": "neutral",
|
98 |
+
"type": "cf"
|
99 |
}
|
100 |
{
|
101 |
+
"idx": "4626192243.jpg#3r1e-cf-2",
|
102 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is sitting on the street.",
|
103 |
"hypothesis": "A man is prone on the street while another man stands next to him.",
|
104 |
"label": "contradiction",
|
105 |
"_type": "cf"
|
106 |
}
|
107 |
{
|
108 |
+
"idx": "4626192243.jpg#3r1e-cf-3",
|
109 |
"premise": "A man with a beard is talking on the cellphone and standing next to someone who is lying down on the street.",
|
110 |
"hypothesis": "A man is alone on the street.",
|
111 |
"label": "contradiction",
|
112 |
+
"type": "cf"
|
113 |
}
|
114 |
```
|
115 |
|
test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37e92283a52e2e803d93f2c4597ac13e730ef0146e1fb10b7d4bf0f98a0a7470
|
3 |
+
size 391492
|
train.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aca567c735dcd66caf238795041a7ae291a85efbad87ba4560388239a2507a1e
|
3 |
+
size 1580110
|
validation.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b2f69e7f56de912488baa62cf2b1ffdaf2b1ba008ec808bf0b14dd99ef2dd28
|
3 |
+
size 194407
|