Sagnik Ray Choudhury commited on
Commit
316d87e
1 Parent(s): 0dd536e
Files changed (4) hide show
  1. README.md +11 -11
  2. test.jsonl +2 -2
  3. train.jsonl +2 -2
  4. 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 _type: this tells whether the data point is the original SNLI data point or a counterfactual perturbation.
76
- - an id. 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
- "id": "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
- "id": "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
- "id": "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
- "id": "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
- "id": "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
 
 
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:9ba68ec2d85b7c5e6cd6eea54b4e8f9cb4905b53294eec8791fd7ed6240b62e4
3
- size 437468
 
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:cf6d2012db47a8b9b9199b875420f0aa98f84fd551c9fb36a1be6933a792c7ec
3
- size 1771712
 
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:3d40548635b0d03191dca6329a7944c0b9539f0c8030b1b721154556ec2cf3fe
3
- size 217479
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b2f69e7f56de912488baa62cf2b1ffdaf2b1ba008ec808bf0b14dd99ef2dd28
3
+ size 194407