|
129 | 129 | " def __hash__(self):\n",
|
130 | 130 | " return hash(frozenset(self))\n",
|
131 | 131 | "\n",
|
132 |
| - "with open('q_projectivity.json') as f:\n", |
| 132 | + "with open('tutorial_data/mqnli_q_projectivity.json') as f:\n", |
133 | 133 | " determiner_signatures = json.load(f)\n",
|
134 | 134 | " determiner_signatures = Hashabledict({\n",
|
135 | 135 | " q1: Hashabledict({\n",
|
|
145 | 145 | " for q1 in determiner_signatures\n",
|
146 | 146 | " })\n",
|
147 | 147 | "\n",
|
148 |
| - "with open('neg_signature.json') as f:\n", |
| 148 | + "with open('tutorial_data/mqnli_neg_signature.json') as f:\n", |
149 | 149 | " negation_signature = Hashabledict(json.load(f))\n",
|
150 | 150 | "\n",
|
151 |
| - "with open('empty_signature.json') as f:\n", |
| 151 | + "with open('tutorial_data/mqnli_empty_signature.json') as f:\n", |
152 | 152 | " emptystring_signature = Hashabledict(json.load(f))\n",
|
153 | 153 | "\n",
|
154 |
| - "with open('cont_signature.json') as f:\n", |
| 154 | + "with open('tutorial_data/mqnli_cont_signature.json') as f:\n", |
155 | 155 | " compose_contradiction_signature = Hashabledict(json.load(f))\n",
|
156 | 156 | "\n",
|
157 |
| - "with open('neg_cont_signature.json') as f:\n", |
| 157 | + "with open('tutorial_data/mqnli_neg_cont_signature.json') as f:\n", |
158 | 158 | " compose_neg_contradiction_signature = Hashabledict(json.load(f))"
|
159 | 159 | ]
|
160 | 160 | },
|
|
0 commit comments