upload files
Browse files- all_results.json +15 -15
- config.json +6 -6
- eval_results.json +6 -6
- predict_results.json +5 -5
- predictions.txt +487 -487
- pytorch_model.bin +1 -1
- train_results.json +5 -5
- trainer_state.json +766 -43
- training_args.bin +2 -2
all_results.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
"eval_samples": 2490,
|
7 |
-
"eval_samples_per_second":
|
8 |
-
"eval_steps_per_second":
|
9 |
-
"predict_accuracy": 0.
|
10 |
-
"predict_loss": 0.
|
11 |
-
"predict_runtime":
|
12 |
"predict_samples": 5010,
|
13 |
-
"predict_samples_per_second":
|
14 |
-
"predict_steps_per_second":
|
15 |
-
"train_loss": 0.
|
16 |
-
"train_runtime":
|
17 |
"train_samples": 392702,
|
18 |
-
"train_samples_per_second":
|
19 |
-
"train_steps_per_second":
|
20 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_accuracy": 0.791566265060241,
|
4 |
+
"eval_loss": 0.5889994502067566,
|
5 |
+
"eval_runtime": 4.9018,
|
6 |
"eval_samples": 2490,
|
7 |
+
"eval_samples_per_second": 507.973,
|
8 |
+
"eval_steps_per_second": 63.65,
|
9 |
+
"predict_accuracy": 0.7802395209580838,
|
10 |
+
"predict_loss": 0.6009576320648193,
|
11 |
+
"predict_runtime": 9.85,
|
12 |
"predict_samples": 5010,
|
13 |
+
"predict_samples_per_second": 508.63,
|
14 |
+
"predict_steps_per_second": 63.655,
|
15 |
+
"train_loss": 0.4496388073539485,
|
16 |
+
"train_runtime": 12296.6458,
|
17 |
"train_samples": 392702,
|
18 |
+
"train_samples_per_second": 159.679,
|
19 |
+
"train_steps_per_second": 4.99
|
20 |
}
|
config.json
CHANGED
@@ -13,16 +13,16 @@
|
|
13 |
"hidden_dropout_prob": 0.1,
|
14 |
"hidden_size": 768,
|
15 |
"id2label": {
|
16 |
-
"0": "
|
17 |
-
"1": "
|
18 |
-
"2": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 514,
|
|
|
13 |
"hidden_dropout_prob": 0.1,
|
14 |
"hidden_size": 768,
|
15 |
"id2label": {
|
16 |
+
"0": "LABEL_0",
|
17 |
+
"1": "LABEL_1",
|
18 |
+
"2": "LABEL_2"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"LABEL_0": 0,
|
24 |
+
"LABEL_1": 1,
|
25 |
+
"LABEL_2": 2
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 514,
|
eval_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
"eval_samples": 2490,
|
7 |
-
"eval_samples_per_second":
|
8 |
-
"eval_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_accuracy": 0.791566265060241,
|
4 |
+
"eval_loss": 0.5889994502067566,
|
5 |
+
"eval_runtime": 4.9018,
|
6 |
"eval_samples": 2490,
|
7 |
+
"eval_samples_per_second": 507.973,
|
8 |
+
"eval_steps_per_second": 63.65
|
9 |
}
|
predict_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"predict_accuracy": 0.
|
3 |
-
"predict_loss": 0.
|
4 |
-
"predict_runtime":
|
5 |
"predict_samples": 5010,
|
6 |
-
"predict_samples_per_second":
|
7 |
-
"predict_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"predict_accuracy": 0.7802395209580838,
|
3 |
+
"predict_loss": 0.6009576320648193,
|
4 |
+
"predict_runtime": 9.85,
|
5 |
"predict_samples": 5010,
|
6 |
+
"predict_samples_per_second": 508.63,
|
7 |
+
"predict_steps_per_second": 63.655
|
8 |
}
|
predictions.txt
CHANGED
@@ -11,8 +11,8 @@ index prediction
|
|
11 |
9 contradiction
|
12 |
10 contradiction
|
13 |
11 neutral
|
14 |
-
12
|
15 |
-
13
|
16 |
14 neutral
|
17 |
15 contradiction
|
18 |
16 neutral
|
@@ -25,15 +25,15 @@ index prediction
|
|
25 |
23 neutral
|
26 |
24 neutral
|
27 |
25 entailment
|
28 |
-
26
|
29 |
27 contradiction
|
30 |
28 neutral
|
31 |
29 entailment
|
32 |
30 neutral
|
33 |
31 entailment
|
34 |
32 contradiction
|
35 |
-
33
|
36 |
-
34
|
37 |
35 contradiction
|
38 |
36 contradiction
|
39 |
37 entailment
|
@@ -49,7 +49,7 @@ index prediction
|
|
49 |
47 contradiction
|
50 |
48 entailment
|
51 |
49 neutral
|
52 |
-
50
|
53 |
51 neutral
|
54 |
52 entailment
|
55 |
53 contradiction
|
@@ -63,14 +63,14 @@ index prediction
|
|
63 |
61 entailment
|
64 |
62 neutral
|
65 |
63 neutral
|
66 |
-
64
|
67 |
65 contradiction
|
68 |
66 contradiction
|
69 |
67 entailment
|
70 |
68 neutral
|
71 |
69 neutral
|
72 |
-
70
|
73 |
-
71
|
74 |
72 contradiction
|
75 |
73 contradiction
|
76 |
74 neutral
|
@@ -81,14 +81,14 @@ index prediction
|
|
81 |
79 neutral
|
82 |
80 entailment
|
83 |
81 entailment
|
84 |
-
82
|
85 |
83 contradiction
|
86 |
84 neutral
|
87 |
85 neutral
|
88 |
86 contradiction
|
89 |
87 contradiction
|
90 |
88 neutral
|
91 |
-
89
|
92 |
90 neutral
|
93 |
91 contradiction
|
94 |
92 neutral
|
@@ -121,13 +121,13 @@ index prediction
|
|
121 |
119 entailment
|
122 |
120 contradiction
|
123 |
121 entailment
|
124 |
-
122
|
125 |
-
123
|
126 |
124 neutral
|
127 |
125 contradiction
|
128 |
126 contradiction
|
129 |
127 neutral
|
130 |
-
128
|
131 |
129 contradiction
|
132 |
130 entailment
|
133 |
131 neutral
|
@@ -139,12 +139,12 @@ index prediction
|
|
139 |
137 contradiction
|
140 |
138 contradiction
|
141 |
139 neutral
|
142 |
-
140
|
143 |
141 contradiction
|
144 |
142 neutral
|
145 |
143 entailment
|
146 |
-
144
|
147 |
-
145
|
148 |
146 neutral
|
149 |
147 neutral
|
150 |
148 entailment
|
@@ -160,7 +160,7 @@ index prediction
|
|
160 |
158 neutral
|
161 |
159 contradiction
|
162 |
160 neutral
|
163 |
-
161
|
164 |
162 neutral
|
165 |
163 entailment
|
166 |
164 neutral
|
@@ -171,13 +171,13 @@ index prediction
|
|
171 |
169 entailment
|
172 |
170 contradiction
|
173 |
171 contradiction
|
174 |
-
172
|
175 |
173 neutral
|
176 |
174 entailment
|
177 |
175 neutral
|
178 |
176 contradiction
|
179 |
-
177
|
180 |
-
178
|
181 |
179 contradiction
|
182 |
180 entailment
|
183 |
181 contradiction
|
@@ -186,7 +186,7 @@ index prediction
|
|
186 |
184 contradiction
|
187 |
185 neutral
|
188 |
186 neutral
|
189 |
-
187
|
190 |
188 contradiction
|
191 |
189 contradiction
|
192 |
190 neutral
|
@@ -211,20 +211,20 @@ index prediction
|
|
211 |
209 neutral
|
212 |
210 contradiction
|
213 |
211 contradiction
|
214 |
-
212
|
215 |
213 entailment
|
216 |
214 neutral
|
217 |
215 contradiction
|
218 |
216 contradiction
|
219 |
217 entailment
|
220 |
-
218
|
221 |
219 contradiction
|
222 |
-
220
|
223 |
221 neutral
|
224 |
222 contradiction
|
225 |
223 entailment
|
226 |
224 neutral
|
227 |
-
225
|
228 |
226 contradiction
|
229 |
227 neutral
|
230 |
228 contradiction
|
@@ -242,33 +242,33 @@ index prediction
|
|
242 |
240 neutral
|
243 |
241 entailment
|
244 |
242 contradiction
|
245 |
-
243
|
246 |
244 contradiction
|
247 |
245 neutral
|
248 |
246 neutral
|
249 |
-
247
|
250 |
248 contradiction
|
251 |
249 contradiction
|
252 |
250 neutral
|
253 |
251 entailment
|
254 |
252 entailment
|
255 |
-
253
|
256 |
254 contradiction
|
257 |
255 neutral
|
258 |
-
256
|
259 |
257 contradiction
|
260 |
-
258
|
261 |
259 neutral
|
262 |
260 contradiction
|
263 |
261 contradiction
|
264 |
262 neutral
|
265 |
-
263
|
266 |
-
264
|
267 |
-
265
|
268 |
266 entailment
|
269 |
267 neutral
|
270 |
268 contradiction
|
271 |
-
269
|
272 |
270 entailment
|
273 |
271 contradiction
|
274 |
272 neutral
|
@@ -277,7 +277,7 @@ index prediction
|
|
277 |
275 contradiction
|
278 |
276 neutral
|
279 |
277 contradiction
|
280 |
-
278
|
281 |
279 neutral
|
282 |
280 entailment
|
283 |
281 contradiction
|
@@ -290,9 +290,9 @@ index prediction
|
|
290 |
288 contradiction
|
291 |
289 entailment
|
292 |
290 entailment
|
293 |
-
291
|
294 |
292 entailment
|
295 |
-
293
|
296 |
294 neutral
|
297 |
295 neutral
|
298 |
296 contradiction
|
@@ -306,11 +306,11 @@ index prediction
|
|
306 |
304 contradiction
|
307 |
305 neutral
|
308 |
306 contradiction
|
309 |
-
307
|
310 |
308 entailment
|
311 |
309 contradiction
|
312 |
310 entailment
|
313 |
-
311
|
314 |
312 contradiction
|
315 |
313 neutral
|
316 |
314 entailment
|
@@ -320,19 +320,19 @@ index prediction
|
|
320 |
318 neutral
|
321 |
319 contradiction
|
322 |
320 entailment
|
323 |
-
321
|
324 |
322 entailment
|
325 |
323 contradiction
|
326 |
324 contradiction
|
327 |
-
325
|
328 |
326 contradiction
|
329 |
-
327
|
330 |
328 entailment
|
331 |
329 contradiction
|
332 |
330 contradiction
|
333 |
331 entailment
|
334 |
332 neutral
|
335 |
-
333
|
336 |
334 contradiction
|
337 |
335 entailment
|
338 |
336 contradiction
|
@@ -350,16 +350,16 @@ index prediction
|
|
350 |
348 contradiction
|
351 |
349 neutral
|
352 |
350 neutral
|
353 |
-
351
|
354 |
352 entailment
|
355 |
353 contradiction
|
356 |
-
354
|
357 |
355 neutral
|
358 |
356 entailment
|
359 |
357 contradiction
|
360 |
358 neutral
|
361 |
359 entailment
|
362 |
-
360
|
363 |
361 neutral
|
364 |
362 entailment
|
365 |
363 neutral
|
@@ -401,11 +401,11 @@ index prediction
|
|
401 |
399 neutral
|
402 |
400 contradiction
|
403 |
401 contradiction
|
404 |
-
402
|
405 |
403 neutral
|
406 |
404 contradiction
|
407 |
405 entailment
|
408 |
-
406
|
409 |
407 contradiction
|
410 |
408 contradiction
|
411 |
409 entailment
|
@@ -421,7 +421,7 @@ index prediction
|
|
421 |
419 contradiction
|
422 |
420 neutral
|
423 |
421 contradiction
|
424 |
-
422
|
425 |
423 neutral
|
426 |
424 contradiction
|
427 |
425 contradiction
|
@@ -431,41 +431,41 @@ index prediction
|
|
431 |
429 contradiction
|
432 |
430 contradiction
|
433 |
431 neutral
|
434 |
-
432
|
435 |
433 neutral
|
436 |
434 contradiction
|
437 |
435 neutral
|
438 |
436 entailment
|
439 |
437 contradiction
|
440 |
-
438
|
441 |
439 neutral
|
442 |
440 contradiction
|
443 |
441 entailment
|
444 |
442 contradiction
|
445 |
443 neutral
|
446 |
-
444
|
447 |
445 contradiction
|
448 |
446 neutral
|
449 |
-
447
|
450 |
448 neutral
|
451 |
449 entailment
|
452 |
450 neutral
|
453 |
451 entailment
|
454 |
452 contradiction
|
455 |
-
453
|
456 |
454 contradiction
|
457 |
455 neutral
|
458 |
456 neutral
|
459 |
-
457
|
460 |
458 contradiction
|
461 |
459 neutral
|
462 |
460 contradiction
|
463 |
461 entailment
|
464 |
462 neutral
|
465 |
-
463
|
466 |
464 neutral
|
467 |
465 neutral
|
468 |
-
466
|
469 |
467 contradiction
|
470 |
468 neutral
|
471 |
469 entailment
|
@@ -483,19 +483,19 @@ index prediction
|
|
483 |
481 neutral
|
484 |
482 contradiction
|
485 |
483 entailment
|
486 |
-
484
|
487 |
485 neutral
|
488 |
-
486
|
489 |
-
487
|
490 |
-
488
|
491 |
489 entailment
|
492 |
490 neutral
|
493 |
491 contradiction
|
494 |
492 neutral
|
495 |
493 contradiction
|
496 |
-
494
|
497 |
495 entailment
|
498 |
-
496
|
499 |
497 contradiction
|
500 |
498 contradiction
|
501 |
499 neutral
|
@@ -506,7 +506,7 @@ index prediction
|
|
506 |
504 neutral
|
507 |
505 entailment
|
508 |
506 contradiction
|
509 |
-
507
|
510 |
508 contradiction
|
511 |
509 contradiction
|
512 |
510 neutral
|
@@ -514,7 +514,7 @@ index prediction
|
|
514 |
512 neutral
|
515 |
513 contradiction
|
516 |
514 neutral
|
517 |
-
515
|
518 |
516 neutral
|
519 |
517 neutral
|
520 |
518 neutral
|
@@ -544,7 +544,7 @@ index prediction
|
|
544 |
542 entailment
|
545 |
543 neutral
|
546 |
544 contradiction
|
547 |
-
545
|
548 |
546 neutral
|
549 |
547 neutral
|
550 |
548 contradiction
|
@@ -556,7 +556,7 @@ index prediction
|
|
556 |
554 entailment
|
557 |
555 contradiction
|
558 |
556 entailment
|
559 |
-
557
|
560 |
558 contradiction
|
561 |
559 neutral
|
562 |
560 entailment
|
@@ -567,13 +567,13 @@ index prediction
|
|
567 |
565 neutral
|
568 |
566 contradiction
|
569 |
567 neutral
|
570 |
-
568
|
571 |
569 neutral
|
572 |
570 entailment
|
573 |
571 contradiction
|
574 |
572 entailment
|
575 |
573 entailment
|
576 |
-
574
|
577 |
575 contradiction
|
578 |
576 neutral
|
579 |
577 neutral
|
@@ -618,10 +618,10 @@ index prediction
|
|
618 |
616 neutral
|
619 |
617 entailment
|
620 |
618 contradiction
|
621 |
-
619
|
622 |
620 contradiction
|
623 |
621 entailment
|
624 |
-
622
|
625 |
623 contradiction
|
626 |
624 entailment
|
627 |
625 neutral
|
@@ -648,8 +648,8 @@ index prediction
|
|
648 |
646 contradiction
|
649 |
647 entailment
|
650 |
648 neutral
|
651 |
-
649
|
652 |
-
650
|
653 |
651 neutral
|
654 |
652 entailment
|
655 |
653 neutral
|
@@ -661,7 +661,7 @@ index prediction
|
|
661 |
659 contradiction
|
662 |
660 entailment
|
663 |
661 contradiction
|
664 |
-
662
|
665 |
663 entailment
|
666 |
664 neutral
|
667 |
665 contradiction
|
@@ -677,7 +677,7 @@ index prediction
|
|
677 |
675 neutral
|
678 |
676 entailment
|
679 |
677 contradiction
|
680 |
-
678
|
681 |
679 neutral
|
682 |
680 entailment
|
683 |
681 entailment
|
@@ -693,7 +693,7 @@ index prediction
|
|
693 |
691 neutral
|
694 |
692 contradiction
|
695 |
693 entailment
|
696 |
-
694
|
697 |
695 contradiction
|
698 |
696 entailment
|
699 |
697 contradiction
|
@@ -710,22 +710,22 @@ index prediction
|
|
710 |
708 neutral
|
711 |
709 contradiction
|
712 |
710 neutral
|
713 |
-
711
|
714 |
712 neutral
|
715 |
-
713
|
716 |
-
714
|
717 |
715 entailment
|
718 |
-
716
|
719 |
717 neutral
|
720 |
718 entailment
|
721 |
719 contradiction
|
722 |
720 contradiction
|
723 |
721 contradiction
|
724 |
722 entailment
|
725 |
-
723
|
726 |
724 neutral
|
727 |
-
725
|
728 |
-
726
|
729 |
727 neutral
|
730 |
728 neutral
|
731 |
729 neutral
|
@@ -736,21 +736,21 @@ index prediction
|
|
736 |
734 contradiction
|
737 |
735 neutral
|
738 |
736 contradiction
|
739 |
-
737
|
740 |
738 contradiction
|
741 |
739 entailment
|
742 |
740 neutral
|
743 |
741 entailment
|
744 |
742 contradiction
|
745 |
-
743
|
746 |
744 contradiction
|
747 |
745 entailment
|
748 |
746 neutral
|
749 |
747 entailment
|
750 |
-
748
|
751 |
749 neutral
|
752 |
750 neutral
|
753 |
-
751
|
754 |
752 neutral
|
755 |
753 neutral
|
756 |
754 entailment
|
@@ -763,19 +763,19 @@ index prediction
|
|
763 |
761 contradiction
|
764 |
762 neutral
|
765 |
763 neutral
|
766 |
-
764
|
767 |
765 entailment
|
768 |
766 neutral
|
769 |
767 neutral
|
770 |
768 entailment
|
771 |
769 neutral
|
772 |
770 contradiction
|
773 |
-
771
|
774 |
772 contradiction
|
775 |
773 contradiction
|
776 |
774 entailment
|
777 |
775 contradiction
|
778 |
-
776
|
779 |
777 entailment
|
780 |
778 contradiction
|
781 |
779 neutral
|
@@ -811,7 +811,7 @@ index prediction
|
|
811 |
809 neutral
|
812 |
810 contradiction
|
813 |
811 neutral
|
814 |
-
812
|
815 |
813 neutral
|
816 |
814 entailment
|
817 |
815 contradiction
|
@@ -829,34 +829,34 @@ index prediction
|
|
829 |
827 contradiction
|
830 |
828 entailment
|
831 |
829 neutral
|
832 |
-
830
|
833 |
831 contradiction
|
834 |
832 neutral
|
835 |
833 neutral
|
836 |
834 contradiction
|
837 |
835 entailment
|
838 |
-
836
|
839 |
837 neutral
|
840 |
838 contradiction
|
841 |
-
839
|
842 |
840 entailment
|
843 |
841 neutral
|
844 |
842 contradiction
|
845 |
843 neutral
|
846 |
-
844
|
847 |
845 contradiction
|
848 |
846 entailment
|
849 |
847 contradiction
|
850 |
848 contradiction
|
851 |
849 contradiction
|
852 |
-
850
|
853 |
851 contradiction
|
854 |
852 entailment
|
855 |
853 contradiction
|
856 |
854 neutral
|
857 |
855 neutral
|
858 |
856 entailment
|
859 |
-
857
|
860 |
858 neutral
|
861 |
859 neutral
|
862 |
860 entailment
|
@@ -868,7 +868,7 @@ index prediction
|
|
868 |
866 neutral
|
869 |
867 entailment
|
870 |
868 contradiction
|
871 |
-
869
|
872 |
870 contradiction
|
873 |
871 neutral
|
874 |
872 entailment
|
@@ -893,9 +893,9 @@ index prediction
|
|
893 |
891 contradiction
|
894 |
892 entailment
|
895 |
893 neutral
|
896 |
-
894
|
897 |
895 entailment
|
898 |
-
896
|
899 |
897 contradiction
|
900 |
898 entailment
|
901 |
899 neutral
|
@@ -938,24 +938,24 @@ index prediction
|
|
938 |
936 contradiction
|
939 |
937 neutral
|
940 |
938 entailment
|
941 |
-
939
|
942 |
940 neutral
|
943 |
941 neutral
|
944 |
-
942
|
945 |
943 entailment
|
946 |
-
944
|
947 |
945 entailment
|
948 |
946 neutral
|
949 |
947 contradiction
|
950 |
-
948
|
951 |
949 neutral
|
952 |
950 contradiction
|
953 |
-
951
|
954 |
-
952
|
955 |
953 contradiction
|
956 |
954 contradiction
|
957 |
955 neutral
|
958 |
-
956
|
959 |
957 entailment
|
960 |
958 contradiction
|
961 |
959 neutral
|
@@ -963,12 +963,12 @@ index prediction
|
|
963 |
961 contradiction
|
964 |
962 entailment
|
965 |
963 entailment
|
966 |
-
964
|
967 |
965 neutral
|
968 |
966 contradiction
|
969 |
967 contradiction
|
970 |
968 neutral
|
971 |
-
969
|
972 |
970 neutral
|
973 |
971 contradiction
|
974 |
972 contradiction
|
@@ -981,7 +981,7 @@ index prediction
|
|
981 |
979 contradiction
|
982 |
980 neutral
|
983 |
981 neutral
|
984 |
-
982
|
985 |
983 entailment
|
986 |
984 neutral
|
987 |
985 contradiction
|
@@ -989,7 +989,7 @@ index prediction
|
|
989 |
987 entailment
|
990 |
988 neutral
|
991 |
989 contradiction
|
992 |
-
990
|
993 |
991 contradiction
|
994 |
992 neutral
|
995 |
993 neutral
|
@@ -999,8 +999,8 @@ index prediction
|
|
999 |
997 neutral
|
1000 |
998 entailment
|
1001 |
999 contradiction
|
1002 |
-
1000
|
1003 |
-
1001
|
1004 |
1002 entailment
|
1005 |
1003 neutral
|
1006 |
1004 contradiction
|
@@ -1008,16 +1008,16 @@ index prediction
|
|
1008 |
1006 entailment
|
1009 |
1007 neutral
|
1010 |
1008 entailment
|
1011 |
-
1009
|
1012 |
1010 contradiction
|
1013 |
1011 contradiction
|
1014 |
1012 neutral
|
1015 |
-
1013
|
1016 |
1014 neutral
|
1017 |
1015 neutral
|
1018 |
1016 contradiction
|
1019 |
1017 contradiction
|
1020 |
-
1018
|
1021 |
1019 neutral
|
1022 |
1020 neutral
|
1023 |
1021 entailment
|
@@ -1026,10 +1026,10 @@ index prediction
|
|
1026 |
1024 entailment
|
1027 |
1025 neutral
|
1028 |
1026 neutral
|
1029 |
-
1027
|
1030 |
1028 contradiction
|
1031 |
1029 neutral
|
1032 |
-
1030
|
1033 |
1031 neutral
|
1034 |
1032 neutral
|
1035 |
1033 entailment
|
@@ -1040,13 +1040,13 @@ index prediction
|
|
1040 |
1038 entailment
|
1041 |
1039 neutral
|
1042 |
1040 neutral
|
1043 |
-
1041
|
1044 |
1042 contradiction
|
1045 |
1043 neutral
|
1046 |
1044 contradiction
|
1047 |
1045 neutral
|
1048 |
1046 entailment
|
1049 |
-
1047
|
1050 |
1048 neutral
|
1051 |
1049 neutral
|
1052 |
1050 entailment
|
@@ -1068,13 +1068,13 @@ index prediction
|
|
1068 |
1066 contradiction
|
1069 |
1067 neutral
|
1070 |
1068 entailment
|
1071 |
-
1069
|
1072 |
1070 contradiction
|
1073 |
1071 contradiction
|
1074 |
1072 neutral
|
1075 |
1073 entailment
|
1076 |
-
1074
|
1077 |
-
1075
|
1078 |
1076 neutral
|
1079 |
1077 neutral
|
1080 |
1078 neutral
|
@@ -1088,17 +1088,17 @@ index prediction
|
|
1088 |
1086 entailment
|
1089 |
1087 neutral
|
1090 |
1088 neutral
|
1091 |
-
1089
|
1092 |
1090 entailment
|
1093 |
1091 entailment
|
1094 |
1092 contradiction
|
1095 |
1093 contradiction
|
1096 |
-
1094
|
1097 |
1095 neutral
|
1098 |
1096 contradiction
|
1099 |
1097 entailment
|
1100 |
1098 contradiction
|
1101 |
-
1099
|
1102 |
1100 neutral
|
1103 |
1101 neutral
|
1104 |
1102 contradiction
|
@@ -1112,7 +1112,7 @@ index prediction
|
|
1112 |
1110 neutral
|
1113 |
1111 contradiction
|
1114 |
1112 neutral
|
1115 |
-
1113
|
1116 |
1114 entailment
|
1117 |
1115 contradiction
|
1118 |
1116 entailment
|
@@ -1121,7 +1121,7 @@ index prediction
|
|
1121 |
1119 neutral
|
1122 |
1120 entailment
|
1123 |
1121 contradiction
|
1124 |
-
1122
|
1125 |
1123 entailment
|
1126 |
1124 neutral
|
1127 |
1125 neutral
|
@@ -1134,7 +1134,7 @@ index prediction
|
|
1134 |
1132 neutral
|
1135 |
1133 contradiction
|
1136 |
1134 neutral
|
1137 |
-
1135
|
1138 |
1136 entailment
|
1139 |
1137 entailment
|
1140 |
1138 contradiction
|
@@ -1146,7 +1146,7 @@ index prediction
|
|
1146 |
1144 entailment
|
1147 |
1145 neutral
|
1148 |
1146 neutral
|
1149 |
-
1147
|
1150 |
1148 neutral
|
1151 |
1149 entailment
|
1152 |
1150 entailment
|
@@ -1156,12 +1156,12 @@ index prediction
|
|
1156 |
1154 entailment
|
1157 |
1155 neutral
|
1158 |
1156 contradiction
|
1159 |
-
1157
|
1160 |
-
1158
|
1161 |
1159 contradiction
|
1162 |
-
1160
|
1163 |
1161 contradiction
|
1164 |
-
1162
|
1165 |
1163 entailment
|
1166 |
1164 neutral
|
1167 |
1165 neutral
|
@@ -1172,17 +1172,17 @@ index prediction
|
|
1172 |
1170 neutral
|
1173 |
1171 entailment
|
1174 |
1172 contradiction
|
1175 |
-
1173
|
1176 |
1174 contradiction
|
1177 |
1175 contradiction
|
1178 |
1176 neutral
|
1179 |
1177 entailment
|
1180 |
1178 contradiction
|
1181 |
-
1179
|
1182 |
1180 contradiction
|
1183 |
1181 neutral
|
1184 |
1182 entailment
|
1185 |
-
1183
|
1186 |
1184 neutral
|
1187 |
1185 neutral
|
1188 |
1186 contradiction
|
@@ -1202,7 +1202,7 @@ index prediction
|
|
1202 |
1200 neutral
|
1203 |
1201 contradiction
|
1204 |
1202 entailment
|
1205 |
-
1203
|
1206 |
1204 entailment
|
1207 |
1205 contradiction
|
1208 |
1206 entailment
|
@@ -1214,13 +1214,13 @@ index prediction
|
|
1214 |
1212 contradiction
|
1215 |
1213 entailment
|
1216 |
1214 neutral
|
1217 |
-
1215
|
1218 |
1216 neutral
|
1219 |
1217 neutral
|
1220 |
1218 contradiction
|
1221 |
1219 neutral
|
1222 |
1220 entailment
|
1223 |
-
1221
|
1224 |
1222 contradiction
|
1225 |
1223 contradiction
|
1226 |
1224 neutral
|
@@ -1246,7 +1246,7 @@ index prediction
|
|
1246 |
1244 contradiction
|
1247 |
1245 neutral
|
1248 |
1246 entailment
|
1249 |
-
1247
|
1250 |
1248 neutral
|
1251 |
1249 contradiction
|
1252 |
1250 neutral
|
@@ -1256,7 +1256,7 @@ index prediction
|
|
1256 |
1254 contradiction
|
1257 |
1255 neutral
|
1258 |
1256 entailment
|
1259 |
-
1257
|
1260 |
1258 contradiction
|
1261 |
1259 entailment
|
1262 |
1260 contradiction
|
@@ -1280,16 +1280,16 @@ index prediction
|
|
1280 |
1278 contradiction
|
1281 |
1279 contradiction
|
1282 |
1280 contradiction
|
1283 |
-
1281
|
1284 |
1282 entailment
|
1285 |
-
1283
|
1286 |
1284 entailment
|
1287 |
1285 contradiction
|
1288 |
-
1286
|
1289 |
-
1287
|
1290 |
1288 neutral
|
1291 |
1289 entailment
|
1292 |
-
1290
|
1293 |
1291 neutral
|
1294 |
1292 contradiction
|
1295 |
1293 entailment
|
@@ -1311,7 +1311,7 @@ index prediction
|
|
1311 |
1309 neutral
|
1312 |
1310 contradiction
|
1313 |
1311 contradiction
|
1314 |
-
1312
|
1315 |
1313 entailment
|
1316 |
1314 contradiction
|
1317 |
1315 entailment
|
@@ -1321,15 +1321,15 @@ index prediction
|
|
1321 |
1319 neutral
|
1322 |
1320 entailment
|
1323 |
1321 contradiction
|
1324 |
-
1322
|
1325 |
1323 contradiction
|
1326 |
1324 neutral
|
1327 |
-
1325
|
1328 |
1326 neutral
|
1329 |
1327 contradiction
|
1330 |
1328 contradiction
|
1331 |
1329 contradiction
|
1332 |
-
1330
|
1333 |
1331 entailment
|
1334 |
1332 contradiction
|
1335 |
1333 entailment
|
@@ -1376,7 +1376,7 @@ index prediction
|
|
1376 |
1374 entailment
|
1377 |
1375 contradiction
|
1378 |
1376 neutral
|
1379 |
-
1377
|
1380 |
1378 entailment
|
1381 |
1379 neutral
|
1382 |
1380 contradiction
|
@@ -1400,32 +1400,32 @@ index prediction
|
|
1400 |
1398 neutral
|
1401 |
1399 entailment
|
1402 |
1400 contradiction
|
1403 |
-
1401
|
1404 |
1402 entailment
|
1405 |
1403 contradiction
|
1406 |
1404 contradiction
|
1407 |
1405 neutral
|
1408 |
-
1406
|
1409 |
1407 neutral
|
1410 |
1408 entailment
|
1411 |
1409 entailment
|
1412 |
1410 neutral
|
1413 |
1411 contradiction
|
1414 |
-
1412
|
1415 |
1413 entailment
|
1416 |
-
1414
|
1417 |
1415 neutral
|
1418 |
1416 neutral
|
1419 |
1417 contradiction
|
1420 |
1418 contradiction
|
1421 |
1419 contradiction
|
1422 |
1420 neutral
|
1423 |
-
1421
|
1424 |
-
1422
|
1425 |
1423 entailment
|
1426 |
1424 contradiction
|
1427 |
1425 entailment
|
1428 |
-
1426
|
1429 |
1427 entailment
|
1430 |
1428 neutral
|
1431 |
1429 entailment
|
@@ -1433,7 +1433,7 @@ index prediction
|
|
1433 |
1431 contradiction
|
1434 |
1432 neutral
|
1435 |
1433 neutral
|
1436 |
-
1434
|
1437 |
1435 neutral
|
1438 |
1436 entailment
|
1439 |
1437 contradiction
|
@@ -1448,7 +1448,7 @@ index prediction
|
|
1448 |
1446 entailment
|
1449 |
1447 neutral
|
1450 |
1448 contradiction
|
1451 |
-
1449
|
1452 |
1450 entailment
|
1453 |
1451 contradiction
|
1454 |
1452 neutral
|
@@ -1480,10 +1480,10 @@ index prediction
|
|
1480 |
1478 entailment
|
1481 |
1479 neutral
|
1482 |
1480 contradiction
|
1483 |
-
1481
|
1484 |
1482 neutral
|
1485 |
1483 entailment
|
1486 |
-
1484
|
1487 |
1485 neutral
|
1488 |
1486 neutral
|
1489 |
1487 neutral
|
@@ -1494,7 +1494,7 @@ index prediction
|
|
1494 |
1492 contradiction
|
1495 |
1493 entailment
|
1496 |
1494 neutral
|
1497 |
-
1495
|
1498 |
1496 contradiction
|
1499 |
1497 entailment
|
1500 |
1498 contradiction
|
@@ -1504,7 +1504,7 @@ index prediction
|
|
1504 |
1502 entailment
|
1505 |
1503 entailment
|
1506 |
1504 neutral
|
1507 |
-
1505
|
1508 |
1506 neutral
|
1509 |
1507 entailment
|
1510 |
1508 contradiction
|
@@ -1512,7 +1512,7 @@ index prediction
|
|
1512 |
1510 contradiction
|
1513 |
1511 neutral
|
1514 |
1512 neutral
|
1515 |
-
1513
|
1516 |
1514 neutral
|
1517 |
1515 entailment
|
1518 |
1516 neutral
|
@@ -1525,23 +1525,23 @@ index prediction
|
|
1525 |
1523 entailment
|
1526 |
1524 neutral
|
1527 |
1525 neutral
|
1528 |
-
1526
|
1529 |
1527 contradiction
|
1530 |
1528 contradiction
|
1531 |
-
1529
|
1532 |
1530 contradiction
|
1533 |
1531 neutral
|
1534 |
1532 entailment
|
1535 |
1533 entailment
|
1536 |
1534 contradiction
|
1537 |
-
1535
|
1538 |
1536 entailment
|
1539 |
1537 neutral
|
1540 |
1538 neutral
|
1541 |
-
1539
|
1542 |
1540 neutral
|
1543 |
1541 neutral
|
1544 |
-
1542
|
1545 |
1543 contradiction
|
1546 |
1544 neutral
|
1547 |
1545 neutral
|
@@ -1554,15 +1554,15 @@ index prediction
|
|
1554 |
1552 neutral
|
1555 |
1553 contradiction
|
1556 |
1554 entailment
|
1557 |
-
1555
|
1558 |
1556 neutral
|
1559 |
1557 neutral
|
1560 |
-
1558
|
1561 |
1559 neutral
|
1562 |
1560 neutral
|
1563 |
-
1561
|
1564 |
1562 contradiction
|
1565 |
-
1563
|
1566 |
1564 entailment
|
1567 |
1565 neutral
|
1568 |
1566 contradiction
|
@@ -1596,30 +1596,30 @@ index prediction
|
|
1596 |
1594 contradiction
|
1597 |
1595 neutral
|
1598 |
1596 entailment
|
1599 |
-
1597
|
1600 |
1598 contradiction
|
1601 |
1599 neutral
|
1602 |
1600 contradiction
|
1603 |
1601 neutral
|
1604 |
1602 neutral
|
1605 |
-
1603
|
1606 |
-
1604
|
1607 |
1605 entailment
|
1608 |
1606 neutral
|
1609 |
1607 contradiction
|
1610 |
1608 entailment
|
1611 |
1609 neutral
|
1612 |
1610 contradiction
|
1613 |
-
1611
|
1614 |
1612 contradiction
|
1615 |
-
1613
|
1616 |
1614 contradiction
|
1617 |
1615 neutral
|
1618 |
1616 entailment
|
1619 |
1617 contradiction
|
1620 |
1618 entailment
|
1621 |
1619 contradiction
|
1622 |
-
1620
|
1623 |
1621 contradiction
|
1624 |
1622 neutral
|
1625 |
1623 contradiction
|
@@ -1638,12 +1638,12 @@ index prediction
|
|
1638 |
1636 contradiction
|
1639 |
1637 neutral
|
1640 |
1638 entailment
|
1641 |
-
1639
|
1642 |
1640 entailment
|
1643 |
1641 neutral
|
1644 |
1642 entailment
|
1645 |
1643 contradiction
|
1646 |
-
1644
|
1647 |
1645 entailment
|
1648 |
1646 neutral
|
1649 |
1647 neutral
|
@@ -1663,7 +1663,7 @@ index prediction
|
|
1663 |
1661 neutral
|
1664 |
1662 neutral
|
1665 |
1663 entailment
|
1666 |
-
1664
|
1667 |
1665 contradiction
|
1668 |
1666 entailment
|
1669 |
1667 entailment
|
@@ -1702,11 +1702,11 @@ index prediction
|
|
1702 |
1700 entailment
|
1703 |
1701 contradiction
|
1704 |
1702 entailment
|
1705 |
-
1703
|
1706 |
1704 contradiction
|
1707 |
1705 entailment
|
1708 |
1706 neutral
|
1709 |
-
1707
|
1710 |
1708 neutral
|
1711 |
1709 neutral
|
1712 |
1710 neutral
|
@@ -1725,15 +1725,15 @@ index prediction
|
|
1725 |
1723 contradiction
|
1726 |
1724 entailment
|
1727 |
1725 contradiction
|
1728 |
-
1726
|
1729 |
1727 neutral
|
1730 |
-
1728
|
1731 |
1729 neutral
|
1732 |
1730 entailment
|
1733 |
1731 contradiction
|
1734 |
-
1732
|
1735 |
1733 neutral
|
1736 |
-
1734
|
1737 |
1735 neutral
|
1738 |
1736 contradiction
|
1739 |
1737 neutral
|
@@ -1745,13 +1745,13 @@ index prediction
|
|
1745 |
1743 contradiction
|
1746 |
1744 neutral
|
1747 |
1745 neutral
|
1748 |
-
1746
|
1749 |
-
1747
|
1750 |
1748 neutral
|
1751 |
1749 neutral
|
1752 |
1750 contradiction
|
1753 |
-
1751
|
1754 |
-
1752
|
1755 |
1753 contradiction
|
1756 |
1754 neutral
|
1757 |
1755 contradiction
|
@@ -1795,11 +1795,11 @@ index prediction
|
|
1795 |
1793 neutral
|
1796 |
1794 contradiction
|
1797 |
1795 contradiction
|
1798 |
-
1796
|
1799 |
-
1797
|
1800 |
1798 neutral
|
1801 |
1799 contradiction
|
1802 |
-
1800
|
1803 |
1801 contradiction
|
1804 |
1802 neutral
|
1805 |
1803 contradiction
|
@@ -1827,7 +1827,7 @@ index prediction
|
|
1827 |
1825 contradiction
|
1828 |
1826 neutral
|
1829 |
1827 contradiction
|
1830 |
-
1828
|
1831 |
1829 entailment
|
1832 |
1830 neutral
|
1833 |
1831 contradiction
|
@@ -1844,13 +1844,13 @@ index prediction
|
|
1844 |
1842 contradiction
|
1845 |
1843 entailment
|
1846 |
1844 neutral
|
1847 |
-
1845
|
1848 |
-
1846
|
1849 |
1847 neutral
|
1850 |
1848 contradiction
|
1851 |
1849 neutral
|
1852 |
1850 entailment
|
1853 |
-
1851
|
1854 |
1852 neutral
|
1855 |
1853 neutral
|
1856 |
1854 neutral
|
@@ -1882,18 +1882,18 @@ index prediction
|
|
1882 |
1880 entailment
|
1883 |
1881 neutral
|
1884 |
1882 entailment
|
1885 |
-
1883
|
1886 |
1884 entailment
|
1887 |
1885 neutral
|
1888 |
-
1886
|
1889 |
1887 neutral
|
1890 |
-
1888
|
1891 |
1889 contradiction
|
1892 |
1890 neutral
|
1893 |
1891 contradiction
|
1894 |
1892 entailment
|
1895 |
1893 neutral
|
1896 |
-
1894
|
1897 |
1895 entailment
|
1898 |
1896 neutral
|
1899 |
1897 entailment
|
@@ -1908,13 +1908,13 @@ index prediction
|
|
1908 |
1906 entailment
|
1909 |
1907 neutral
|
1910 |
1908 entailment
|
1911 |
-
1909
|
1912 |
1910 neutral
|
1913 |
1911 contradiction
|
1914 |
1912 entailment
|
1915 |
1913 neutral
|
1916 |
1914 contradiction
|
1917 |
-
1915
|
1918 |
1916 contradiction
|
1919 |
1917 contradiction
|
1920 |
1918 entailment
|
@@ -1948,7 +1948,7 @@ index prediction
|
|
1948 |
1946 neutral
|
1949 |
1947 contradiction
|
1950 |
1948 neutral
|
1951 |
-
1949
|
1952 |
1950 neutral
|
1953 |
1951 neutral
|
1954 |
1952 neutral
|
@@ -1956,9 +1956,9 @@ index prediction
|
|
1956 |
1954 entailment
|
1957 |
1955 contradiction
|
1958 |
1956 neutral
|
1959 |
-
1957
|
1960 |
1958 entailment
|
1961 |
-
1959
|
1962 |
1960 entailment
|
1963 |
1961 contradiction
|
1964 |
1962 entailment
|
@@ -1967,15 +1967,15 @@ index prediction
|
|
1967 |
1965 contradiction
|
1968 |
1966 neutral
|
1969 |
1967 entailment
|
1970 |
-
1968
|
1971 |
1969 entailment
|
1972 |
1970 contradiction
|
1973 |
1971 entailment
|
1974 |
1972 entailment
|
1975 |
-
1973
|
1976 |
1974 entailment
|
1977 |
1975 contradiction
|
1978 |
-
1976
|
1979 |
1977 entailment
|
1980 |
1978 neutral
|
1981 |
1979 neutral
|
@@ -1986,11 +1986,11 @@ index prediction
|
|
1986 |
1984 contradiction
|
1987 |
1985 entailment
|
1988 |
1986 contradiction
|
1989 |
-
1987
|
1990 |
1988 neutral
|
1991 |
1989 neutral
|
1992 |
1990 neutral
|
1993 |
-
1991
|
1994 |
1992 contradiction
|
1995 |
1993 entailment
|
1996 |
1994 neutral
|
@@ -2005,7 +2005,7 @@ index prediction
|
|
2005 |
2003 entailment
|
2006 |
2004 neutral
|
2007 |
2005 entailment
|
2008 |
-
2006
|
2009 |
2007 contradiction
|
2010 |
2008 entailment
|
2011 |
2009 contradiction
|
@@ -2046,13 +2046,13 @@ index prediction
|
|
2046 |
2044 contradiction
|
2047 |
2045 neutral
|
2048 |
2046 entailment
|
2049 |
-
2047
|
2050 |
2048 entailment
|
2051 |
2049 contradiction
|
2052 |
2050 neutral
|
2053 |
2051 entailment
|
2054 |
2052 contradiction
|
2055 |
-
2053
|
2056 |
2054 neutral
|
2057 |
2055 entailment
|
2058 |
2056 neutral
|
@@ -2063,9 +2063,9 @@ index prediction
|
|
2063 |
2061 entailment
|
2064 |
2062 neutral
|
2065 |
2063 contradiction
|
2066 |
-
2064
|
2067 |
2065 entailment
|
2068 |
-
2066
|
2069 |
2067 neutral
|
2070 |
2068 contradiction
|
2071 |
2069 entailment
|
@@ -2085,7 +2085,7 @@ index prediction
|
|
2085 |
2083 neutral
|
2086 |
2084 entailment
|
2087 |
2085 contradiction
|
2088 |
-
2086
|
2089 |
2087 entailment
|
2090 |
2088 neutral
|
2091 |
2089 contradiction
|
@@ -2096,14 +2096,14 @@ index prediction
|
|
2096 |
2094 neutral
|
2097 |
2095 contradiction
|
2098 |
2096 entailment
|
2099 |
-
2097
|
2100 |
2098 entailment
|
2101 |
2099 neutral
|
2102 |
2100 entailment
|
2103 |
2101 contradiction
|
2104 |
2102 entailment
|
2105 |
2103 neutral
|
2106 |
-
2104
|
2107 |
2105 contradiction
|
2108 |
2106 entailment
|
2109 |
2107 entailment
|
@@ -2122,13 +2122,13 @@ index prediction
|
|
2122 |
2120 contradiction
|
2123 |
2121 contradiction
|
2124 |
2122 neutral
|
2125 |
-
2123
|
2126 |
2124 neutral
|
2127 |
2125 contradiction
|
2128 |
2126 entailment
|
2129 |
2127 contradiction
|
2130 |
2128 entailment
|
2131 |
-
2129
|
2132 |
2130 entailment
|
2133 |
2131 contradiction
|
2134 |
2132 contradiction
|
@@ -2160,7 +2160,7 @@ index prediction
|
|
2160 |
2158 contradiction
|
2161 |
2159 neutral
|
2162 |
2160 entailment
|
2163 |
-
2161
|
2164 |
2162 contradiction
|
2165 |
2163 neutral
|
2166 |
2164 contradiction
|
@@ -2181,7 +2181,7 @@ index prediction
|
|
2181 |
2179 entailment
|
2182 |
2180 contradiction
|
2183 |
2181 contradiction
|
2184 |
-
2182
|
2185 |
2183 neutral
|
2186 |
2184 contradiction
|
2187 |
2185 entailment
|
@@ -2217,7 +2217,7 @@ index prediction
|
|
2217 |
2215 entailment
|
2218 |
2216 neutral
|
2219 |
2217 entailment
|
2220 |
-
2218
|
2221 |
2219 neutral
|
2222 |
2220 neutral
|
2223 |
2221 contradiction
|
@@ -2232,7 +2232,7 @@ index prediction
|
|
2232 |
2230 contradiction
|
2233 |
2231 neutral
|
2234 |
2232 contradiction
|
2235 |
-
2233
|
2236 |
2234 entailment
|
2237 |
2235 contradiction
|
2238 |
2236 neutral
|
@@ -2249,9 +2249,9 @@ index prediction
|
|
2249 |
2247 contradiction
|
2250 |
2248 neutral
|
2251 |
2249 entailment
|
2252 |
-
2250
|
2253 |
2251 neutral
|
2254 |
-
2252
|
2255 |
2253 neutral
|
2256 |
2254 entailment
|
2257 |
2255 neutral
|
@@ -2260,7 +2260,7 @@ index prediction
|
|
2260 |
2258 neutral
|
2261 |
2259 contradiction
|
2262 |
2260 entailment
|
2263 |
-
2261
|
2264 |
2262 neutral
|
2265 |
2263 neutral
|
2266 |
2264 entailment
|
@@ -2270,9 +2270,9 @@ index prediction
|
|
2270 |
2268 contradiction
|
2271 |
2269 entailment
|
2272 |
2270 contradiction
|
2273 |
-
2271
|
2274 |
2272 contradiction
|
2275 |
-
2273
|
2276 |
2274 entailment
|
2277 |
2275 neutral
|
2278 |
2276 entailment
|
@@ -2297,7 +2297,7 @@ index prediction
|
|
2297 |
2295 neutral
|
2298 |
2296 entailment
|
2299 |
2297 contradiction
|
2300 |
-
2298
|
2301 |
2299 contradiction
|
2302 |
2300 neutral
|
2303 |
2301 contradiction
|
@@ -2316,29 +2316,29 @@ index prediction
|
|
2316 |
2314 contradiction
|
2317 |
2315 entailment
|
2318 |
2316 contradiction
|
2319 |
-
2317
|
2320 |
2318 contradiction
|
2321 |
2319 neutral
|
2322 |
2320 neutral
|
2323 |
2321 contradiction
|
2324 |
2322 contradiction
|
2325 |
-
2323
|
2326 |
2324 neutral
|
2327 |
2325 neutral
|
2328 |
2326 neutral
|
2329 |
-
2327
|
2330 |
2328 contradiction
|
2331 |
2329 neutral
|
2332 |
-
2330
|
2333 |
2331 neutral
|
2334 |
2332 entailment
|
2335 |
-
2333
|
2336 |
2334 neutral
|
2337 |
2335 entailment
|
2338 |
2336 entailment
|
2339 |
2337 contradiction
|
2340 |
2338 neutral
|
2341 |
-
2339
|
2342 |
2340 entailment
|
2343 |
2341 neutral
|
2344 |
2342 contradiction
|
@@ -2346,8 +2346,8 @@ index prediction
|
|
2346 |
2344 contradiction
|
2347 |
2345 neutral
|
2348 |
2346 neutral
|
2349 |
-
2347
|
2350 |
-
2348
|
2351 |
2349 neutral
|
2352 |
2350 contradiction
|
2353 |
2351 entailment
|
@@ -2362,18 +2362,18 @@ index prediction
|
|
2362 |
2360 contradiction
|
2363 |
2361 contradiction
|
2364 |
2362 entailment
|
2365 |
-
2363
|
2366 |
2364 contradiction
|
2367 |
2365 neutral
|
2368 |
2366 entailment
|
2369 |
2367 entailment
|
2370 |
2368 neutral
|
2371 |
2369 contradiction
|
2372 |
-
2370
|
2373 |
2371 contradiction
|
2374 |
2372 entailment
|
2375 |
2373 neutral
|
2376 |
-
2374
|
2377 |
2375 contradiction
|
2378 |
2376 neutral
|
2379 |
2377 contradiction
|
@@ -2384,26 +2384,26 @@ index prediction
|
|
2384 |
2382 contradiction
|
2385 |
2383 entailment
|
2386 |
2384 neutral
|
2387 |
-
2385
|
2388 |
-
2386
|
2389 |
2387 contradiction
|
2390 |
2388 contradiction
|
2391 |
-
2389
|
2392 |
2390 entailment
|
2393 |
2391 neutral
|
2394 |
2392 entailment
|
2395 |
-
2393
|
2396 |
2394 neutral
|
2397 |
-
2395
|
2398 |
2396 contradiction
|
2399 |
2397 contradiction
|
2400 |
2398 neutral
|
2401 |
2399 entailment
|
2402 |
2400 neutral
|
2403 |
2401 entailment
|
2404 |
-
2402
|
2405 |
2403 neutral
|
2406 |
-
2404
|
2407 |
2405 entailment
|
2408 |
2406 neutral
|
2409 |
2407 contradiction
|
@@ -2434,7 +2434,7 @@ index prediction
|
|
2434 |
2432 contradiction
|
2435 |
2433 contradiction
|
2436 |
2434 neutral
|
2437 |
-
2435
|
2438 |
2436 entailment
|
2439 |
2437 contradiction
|
2440 |
2438 entailment
|
@@ -2443,7 +2443,7 @@ index prediction
|
|
2443 |
2441 neutral
|
2444 |
2442 contradiction
|
2445 |
2443 neutral
|
2446 |
-
2444
|
2447 |
2445 neutral
|
2448 |
2446 entailment
|
2449 |
2447 contradiction
|
@@ -2456,9 +2456,9 @@ index prediction
|
|
2456 |
2454 entailment
|
2457 |
2455 contradiction
|
2458 |
2456 neutral
|
2459 |
-
2457
|
2460 |
2458 contradiction
|
2461 |
-
2459
|
2462 |
2460 entailment
|
2463 |
2461 contradiction
|
2464 |
2462 neutral
|
@@ -2476,18 +2476,18 @@ index prediction
|
|
2476 |
2474 neutral
|
2477 |
2475 neutral
|
2478 |
2476 contradiction
|
2479 |
-
2477
|
2480 |
2478 neutral
|
2481 |
2479 entailment
|
2482 |
2480 contradiction
|
2483 |
-
2481
|
2484 |
2482 contradiction
|
2485 |
-
2483
|
2486 |
2484 neutral
|
2487 |
2485 neutral
|
2488 |
2486 neutral
|
2489 |
2487 contradiction
|
2490 |
-
2488
|
2491 |
2489 neutral
|
2492 |
2490 contradiction
|
2493 |
2491 neutral
|
@@ -2535,11 +2535,11 @@ index prediction
|
|
2535 |
2533 contradiction
|
2536 |
2534 contradiction
|
2537 |
2535 neutral
|
2538 |
-
2536
|
2539 |
2537 contradiction
|
2540 |
2538 neutral
|
2541 |
2539 contradiction
|
2542 |
-
2540
|
2543 |
2541 neutral
|
2544 |
2542 entailment
|
2545 |
2543 contradiction
|
@@ -2589,7 +2589,7 @@ index prediction
|
|
2589 |
2587 contradiction
|
2590 |
2588 contradiction
|
2591 |
2589 neutral
|
2592 |
-
2590
|
2593 |
2591 contradiction
|
2594 |
2592 contradiction
|
2595 |
2593 neutral
|
@@ -2610,8 +2610,8 @@ index prediction
|
|
2610 |
2608 neutral
|
2611 |
2609 contradiction
|
2612 |
2610 neutral
|
2613 |
-
2611
|
2614 |
-
2612
|
2615 |
2613 neutral
|
2616 |
2614 contradiction
|
2617 |
2615 neutral
|
@@ -2621,7 +2621,7 @@ index prediction
|
|
2621 |
2619 neutral
|
2622 |
2620 neutral
|
2623 |
2621 contradiction
|
2624 |
-
2622
|
2625 |
2623 neutral
|
2626 |
2624 entailment
|
2627 |
2625 neutral
|
@@ -2641,11 +2641,11 @@ index prediction
|
|
2641 |
2639 contradiction
|
2642 |
2640 neutral
|
2643 |
2641 neutral
|
2644 |
-
2642
|
2645 |
2643 contradiction
|
2646 |
2644 entailment
|
2647 |
2645 neutral
|
2648 |
-
2646
|
2649 |
2647 contradiction
|
2650 |
2648 contradiction
|
2651 |
2649 entailment
|
@@ -2662,7 +2662,7 @@ index prediction
|
|
2662 |
2660 entailment
|
2663 |
2661 neutral
|
2664 |
2662 neutral
|
2665 |
-
2663
|
2666 |
2664 contradiction
|
2667 |
2665 entailment
|
2668 |
2666 neutral
|
@@ -2686,20 +2686,20 @@ index prediction
|
|
2686 |
2684 neutral
|
2687 |
2685 neutral
|
2688 |
2686 neutral
|
2689 |
-
2687
|
2690 |
2688 contradiction
|
2691 |
2689 neutral
|
2692 |
2690 neutral
|
2693 |
2691 contradiction
|
2694 |
2692 neutral
|
2695 |
-
2693
|
2696 |
2694 entailment
|
2697 |
2695 neutral
|
2698 |
2696 contradiction
|
2699 |
2697 neutral
|
2700 |
2698 contradiction
|
2701 |
2699 entailment
|
2702 |
-
2700
|
2703 |
2701 neutral
|
2704 |
2702 entailment
|
2705 |
2703 neutral
|
@@ -2727,7 +2727,7 @@ index prediction
|
|
2727 |
2725 entailment
|
2728 |
2726 neutral
|
2729 |
2727 entailment
|
2730 |
-
2728
|
2731 |
2729 neutral
|
2732 |
2730 entailment
|
2733 |
2731 neutral
|
@@ -2747,7 +2747,7 @@ index prediction
|
|
2747 |
2745 entailment
|
2748 |
2746 contradiction
|
2749 |
2747 neutral
|
2750 |
-
2748
|
2751 |
2749 neutral
|
2752 |
2750 contradiction
|
2753 |
2751 neutral
|
@@ -2760,7 +2760,7 @@ index prediction
|
|
2760 |
2758 entailment
|
2761 |
2759 contradiction
|
2762 |
2760 contradiction
|
2763 |
-
2761
|
2764 |
2762 neutral
|
2765 |
2763 neutral
|
2766 |
2764 entailment
|
@@ -2774,13 +2774,13 @@ index prediction
|
|
2774 |
2772 entailment
|
2775 |
2773 contradiction
|
2776 |
2774 neutral
|
2777 |
-
2775
|
2778 |
2776 neutral
|
2779 |
2777 entailment
|
2780 |
2778 neutral
|
2781 |
2779 neutral
|
2782 |
2780 contradiction
|
2783 |
-
2781
|
2784 |
2782 contradiction
|
2785 |
2783 entailment
|
2786 |
2784 neutral
|
@@ -2788,7 +2788,7 @@ index prediction
|
|
2788 |
2786 contradiction
|
2789 |
2787 entailment
|
2790 |
2788 contradiction
|
2791 |
-
2789
|
2792 |
2790 neutral
|
2793 |
2791 entailment
|
2794 |
2792 entailment
|
@@ -2807,12 +2807,12 @@ index prediction
|
|
2807 |
2805 neutral
|
2808 |
2806 contradiction
|
2809 |
2807 entailment
|
2810 |
-
2808
|
2811 |
2809 contradiction
|
2812 |
2810 entailment
|
2813 |
2811 contradiction
|
2814 |
2812 entailment
|
2815 |
-
2813
|
2816 |
2814 entailment
|
2817 |
2815 neutral
|
2818 |
2816 contradiction
|
@@ -2826,7 +2826,7 @@ index prediction
|
|
2826 |
2824 contradiction
|
2827 |
2825 neutral
|
2828 |
2826 entailment
|
2829 |
-
2827
|
2830 |
2828 contradiction
|
2831 |
2829 contradiction
|
2832 |
2830 entailment
|
@@ -2843,7 +2843,7 @@ index prediction
|
|
2843 |
2841 neutral
|
2844 |
2842 neutral
|
2845 |
2843 neutral
|
2846 |
-
2844
|
2847 |
2845 neutral
|
2848 |
2846 entailment
|
2849 |
2847 entailment
|
@@ -2860,20 +2860,20 @@ index prediction
|
|
2860 |
2858 neutral
|
2861 |
2859 neutral
|
2862 |
2860 entailment
|
2863 |
-
2861
|
2864 |
2862 entailment
|
2865 |
2863 contradiction
|
2866 |
2864 neutral
|
2867 |
2865 neutral
|
2868 |
2866 entailment
|
2869 |
-
2867
|
2870 |
2868 neutral
|
2871 |
2869 entailment
|
2872 |
2870 contradiction
|
2873 |
2871 contradiction
|
2874 |
2872 neutral
|
2875 |
2873 entailment
|
2876 |
-
2874
|
2877 |
2875 entailment
|
2878 |
2876 neutral
|
2879 |
2877 contradiction
|
@@ -2885,18 +2885,18 @@ index prediction
|
|
2885 |
2883 entailment
|
2886 |
2884 neutral
|
2887 |
2885 contradiction
|
2888 |
-
2886
|
2889 |
2887 contradiction
|
2890 |
2888 entailment
|
2891 |
2889 neutral
|
2892 |
-
2890
|
2893 |
2891 contradiction
|
2894 |
2892 entailment
|
2895 |
2893 contradiction
|
2896 |
2894 neutral
|
2897 |
2895 contradiction
|
2898 |
2896 neutral
|
2899 |
-
2897
|
2900 |
2898 entailment
|
2901 |
2899 neutral
|
2902 |
2900 contradiction
|
@@ -2904,7 +2904,7 @@ index prediction
|
|
2904 |
2902 entailment
|
2905 |
2903 neutral
|
2906 |
2904 entailment
|
2907 |
-
2905
|
2908 |
2906 neutral
|
2909 |
2907 contradiction
|
2910 |
2908 neutral
|
@@ -2914,11 +2914,11 @@ index prediction
|
|
2914 |
2912 neutral
|
2915 |
2913 entailment
|
2916 |
2914 neutral
|
2917 |
-
2915
|
2918 |
-
2916
|
2919 |
-
2917
|
2920 |
2918 neutral
|
2921 |
-
2919
|
2922 |
2920 contradiction
|
2923 |
2921 neutral
|
2924 |
2922 entailment
|
@@ -2960,16 +2960,16 @@ index prediction
|
|
2960 |
2958 entailment
|
2961 |
2959 contradiction
|
2962 |
2960 entailment
|
2963 |
-
2961
|
2964 |
2962 neutral
|
2965 |
2963 contradiction
|
2966 |
2964 neutral
|
2967 |
-
2965
|
2968 |
-
2966
|
2969 |
2967 entailment
|
2970 |
2968 neutral
|
2971 |
2969 contradiction
|
2972 |
-
2970
|
2973 |
2971 entailment
|
2974 |
2972 contradiction
|
2975 |
2973 neutral
|
@@ -2981,7 +2981,7 @@ index prediction
|
|
2981 |
2979 neutral
|
2982 |
2980 contradiction
|
2983 |
2981 contradiction
|
2984 |
-
2982
|
2985 |
2983 contradiction
|
2986 |
2984 entailment
|
2987 |
2985 contradiction
|
@@ -2999,13 +2999,13 @@ index prediction
|
|
2999 |
2997 neutral
|
3000 |
2998 entailment
|
3001 |
2999 contradiction
|
3002 |
-
3000
|
3003 |
3001 neutral
|
3004 |
3002 contradiction
|
3005 |
3003 entailment
|
3006 |
3004 contradiction
|
3007 |
3005 neutral
|
3008 |
-
3006
|
3009 |
3007 neutral
|
3010 |
3008 neutral
|
3011 |
3009 contradiction
|
@@ -3014,7 +3014,7 @@ index prediction
|
|
3014 |
3012 neutral
|
3015 |
3013 entailment
|
3016 |
3014 contradiction
|
3017 |
-
3015
|
3018 |
3016 entailment
|
3019 |
3017 contradiction
|
3020 |
3018 contradiction
|
@@ -3066,12 +3066,12 @@ index prediction
|
|
3066 |
3064 entailment
|
3067 |
3065 contradiction
|
3068 |
3066 contradiction
|
3069 |
-
3067
|
3070 |
3068 neutral
|
3071 |
3069 neutral
|
3072 |
3070 entailment
|
3073 |
3071 contradiction
|
3074 |
-
3072
|
3075 |
3073 entailment
|
3076 |
3074 contradiction
|
3077 |
3075 contradiction
|
@@ -3101,7 +3101,7 @@ index prediction
|
|
3101 |
3099 neutral
|
3102 |
3100 entailment
|
3103 |
3101 contradiction
|
3104 |
-
3102
|
3105 |
3103 entailment
|
3106 |
3104 neutral
|
3107 |
3105 contradiction
|
@@ -3114,7 +3114,7 @@ index prediction
|
|
3114 |
3112 neutral
|
3115 |
3113 entailment
|
3116 |
3114 contradiction
|
3117 |
-
3115
|
3118 |
3116 entailment
|
3119 |
3117 neutral
|
3120 |
3118 neutral
|
@@ -3125,7 +3125,7 @@ index prediction
|
|
3125 |
3123 neutral
|
3126 |
3124 neutral
|
3127 |
3125 contradiction
|
3128 |
-
3126
|
3129 |
3127 neutral
|
3130 |
3128 contradiction
|
3131 |
3129 neutral
|
@@ -3137,7 +3137,7 @@ index prediction
|
|
3137 |
3135 neutral
|
3138 |
3136 entailment
|
3139 |
3137 contradiction
|
3140 |
-
3138
|
3141 |
3139 neutral
|
3142 |
3140 neutral
|
3143 |
3141 neutral
|
@@ -3151,7 +3151,7 @@ index prediction
|
|
3151 |
3149 contradiction
|
3152 |
3150 neutral
|
3153 |
3151 neutral
|
3154 |
-
3152
|
3155 |
3153 contradiction
|
3156 |
3154 neutral
|
3157 |
3155 entailment
|
@@ -3161,12 +3161,12 @@ index prediction
|
|
3161 |
3159 contradiction
|
3162 |
3160 entailment
|
3163 |
3161 neutral
|
3164 |
-
3162
|
3165 |
-
3163
|
3166 |
3164 contradiction
|
3167 |
3165 entailment
|
3168 |
3166 neutral
|
3169 |
-
3167
|
3170 |
3168 neutral
|
3171 |
3169 neutral
|
3172 |
3170 entailment
|
@@ -3177,8 +3177,8 @@ index prediction
|
|
3177 |
3175 neutral
|
3178 |
3176 neutral
|
3179 |
3177 neutral
|
3180 |
-
3178
|
3181 |
-
3179
|
3182 |
3180 contradiction
|
3183 |
3181 neutral
|
3184 |
3182 entailment
|
@@ -3186,37 +3186,37 @@ index prediction
|
|
3186 |
3184 contradiction
|
3187 |
3185 neutral
|
3188 |
3186 entailment
|
3189 |
-
3187
|
3190 |
-
3188
|
3191 |
3189 neutral
|
3192 |
3190 contradiction
|
3193 |
-
3191
|
3194 |
3192 entailment
|
3195 |
-
3193
|
3196 |
3194 contradiction
|
3197 |
3195 contradiction
|
3198 |
3196 neutral
|
3199 |
3197 contradiction
|
3200 |
3198 contradiction
|
3201 |
-
3199
|
3202 |
3200 neutral
|
3203 |
3201 neutral
|
3204 |
-
3202
|
3205 |
3203 contradiction
|
3206 |
3204 entailment
|
3207 |
3205 contradiction
|
3208 |
3206 neutral
|
3209 |
3207 neutral
|
3210 |
-
3208
|
3211 |
3209 neutral
|
3212 |
3210 neutral
|
3213 |
3211 contradiction
|
3214 |
3212 entailment
|
3215 |
-
3213
|
3216 |
3214 neutral
|
3217 |
3215 contradiction
|
3218 |
3216 neutral
|
3219 |
-
3217
|
3220 |
3218 contradiction
|
3221 |
3219 neutral
|
3222 |
3220 contradiction
|
@@ -3238,10 +3238,10 @@ index prediction
|
|
3238 |
3236 neutral
|
3239 |
3237 entailment
|
3240 |
3238 contradiction
|
3241 |
-
3239
|
3242 |
3240 entailment
|
3243 |
3241 contradiction
|
3244 |
-
3242
|
3245 |
3243 entailment
|
3246 |
3244 contradiction
|
3247 |
3245 neutral
|
@@ -3249,7 +3249,7 @@ index prediction
|
|
3249 |
3247 neutral
|
3250 |
3248 entailment
|
3251 |
3249 neutral
|
3252 |
-
3250
|
3253 |
3251 neutral
|
3254 |
3252 neutral
|
3255 |
3253 contradiction
|
@@ -3262,7 +3262,7 @@ index prediction
|
|
3262 |
3260 neutral
|
3263 |
3261 contradiction
|
3264 |
3262 neutral
|
3265 |
-
3263
|
3266 |
3264 neutral
|
3267 |
3265 neutral
|
3268 |
3266 contradiction
|
@@ -3301,7 +3301,7 @@ index prediction
|
|
3301 |
3299 contradiction
|
3302 |
3300 contradiction
|
3303 |
3301 entailment
|
3304 |
-
3302
|
3305 |
3303 neutral
|
3306 |
3304 entailment
|
3307 |
3305 contradiction
|
@@ -3312,7 +3312,7 @@ index prediction
|
|
3312 |
3310 entailment
|
3313 |
3311 neutral
|
3314 |
3312 contradiction
|
3315 |
-
3313
|
3316 |
3314 neutral
|
3317 |
3315 entailment
|
3318 |
3316 contradiction
|
@@ -3326,16 +3326,16 @@ index prediction
|
|
3326 |
3324 contradiction
|
3327 |
3325 contradiction
|
3328 |
3326 neutral
|
3329 |
-
3327
|
3330 |
-
3328
|
3331 |
-
3329
|
3332 |
3330 entailment
|
3333 |
3331 neutral
|
3334 |
3332 contradiction
|
3335 |
3333 entailment
|
3336 |
3334 neutral
|
3337 |
3335 contradiction
|
3338 |
-
3336
|
3339 |
3337 neutral
|
3340 |
3338 entailment
|
3341 |
3339 neutral
|
@@ -3369,14 +3369,14 @@ index prediction
|
|
3369 |
3367 entailment
|
3370 |
3368 neutral
|
3371 |
3369 entailment
|
3372 |
-
3370
|
3373 |
3371 neutral
|
3374 |
3372 contradiction
|
3375 |
3373 entailment
|
3376 |
3374 contradiction
|
3377 |
3375 neutral
|
3378 |
3376 entailment
|
3379 |
-
3377
|
3380 |
3378 neutral
|
3381 |
3379 neutral
|
3382 |
3380 neutral
|
@@ -3392,7 +3392,7 @@ index prediction
|
|
3392 |
3390 neutral
|
3393 |
3391 contradiction
|
3394 |
3392 contradiction
|
3395 |
-
3393
|
3396 |
3394 neutral
|
3397 |
3395 entailment
|
3398 |
3396 contradiction
|
@@ -3403,7 +3403,7 @@ index prediction
|
|
3403 |
3401 entailment
|
3404 |
3402 neutral
|
3405 |
3403 entailment
|
3406 |
-
3404
|
3407 |
3405 neutral
|
3408 |
3406 neutral
|
3409 |
3407 entailment
|
@@ -3417,7 +3417,7 @@ index prediction
|
|
3417 |
3415 contradiction
|
3418 |
3416 neutral
|
3419 |
3417 contradiction
|
3420 |
-
3418
|
3421 |
3419 neutral
|
3422 |
3420 neutral
|
3423 |
3421 contradiction
|
@@ -3428,12 +3428,12 @@ index prediction
|
|
3428 |
3426 contradiction
|
3429 |
3427 entailment
|
3430 |
3428 neutral
|
3431 |
-
3429
|
3432 |
-
3430
|
3433 |
3431 contradiction
|
3434 |
3432 neutral
|
3435 |
3433 contradiction
|
3436 |
-
3434
|
3437 |
3435 neutral
|
3438 |
3436 contradiction
|
3439 |
3437 entailment
|
@@ -3441,7 +3441,7 @@ index prediction
|
|
3441 |
3439 neutral
|
3442 |
3440 contradiction
|
3443 |
3441 entailment
|
3444 |
-
3442
|
3445 |
3443 neutral
|
3446 |
3444 neutral
|
3447 |
3445 neutral
|
@@ -3463,7 +3463,7 @@ index prediction
|
|
3463 |
3461 neutral
|
3464 |
3462 neutral
|
3465 |
3463 entailment
|
3466 |
-
3464
|
3467 |
3465 contradiction
|
3468 |
3466 neutral
|
3469 |
3467 entailment
|
@@ -3471,23 +3471,23 @@ index prediction
|
|
3471 |
3469 entailment
|
3472 |
3470 neutral
|
3473 |
3471 neutral
|
3474 |
-
3472
|
3475 |
3473 contradiction
|
3476 |
3474 neutral
|
3477 |
3475 neutral
|
3478 |
-
3476
|
3479 |
3477 neutral
|
3480 |
-
3478
|
3481 |
-
3479
|
3482 |
3480 neutral
|
3483 |
3481 neutral
|
3484 |
3482 contradiction
|
3485 |
3483 contradiction
|
3486 |
3484 neutral
|
3487 |
3485 entailment
|
3488 |
-
3486
|
3489 |
3487 contradiction
|
3490 |
-
3488
|
3491 |
3489 neutral
|
3492 |
3490 contradiction
|
3493 |
3491 entailment
|
@@ -3513,7 +3513,7 @@ index prediction
|
|
3513 |
3511 entailment
|
3514 |
3512 neutral
|
3515 |
3513 neutral
|
3516 |
-
3514
|
3517 |
3515 entailment
|
3518 |
3516 neutral
|
3519 |
3517 neutral
|
@@ -3521,27 +3521,27 @@ index prediction
|
|
3521 |
3519 neutral
|
3522 |
3520 contradiction
|
3523 |
3521 entailment
|
3524 |
-
3522
|
3525 |
-
3523
|
3526 |
3524 neutral
|
3527 |
3525 entailment
|
3528 |
3526 contradiction
|
3529 |
3527 neutral
|
3530 |
3528 neutral
|
3531 |
3529 contradiction
|
3532 |
-
3530
|
3533 |
-
3531
|
3534 |
3532 entailment
|
3535 |
-
3533
|
3536 |
3534 contradiction
|
3537 |
-
3535
|
3538 |
3536 neutral
|
3539 |
3537 contradiction
|
3540 |
3538 neutral
|
3541 |
3539 neutral
|
3542 |
3540 contradiction
|
3543 |
3541 neutral
|
3544 |
-
3542
|
3545 |
3543 neutral
|
3546 |
3544 contradiction
|
3547 |
3545 entailment
|
@@ -3550,11 +3550,11 @@ index prediction
|
|
3550 |
3548 entailment
|
3551 |
3549 entailment
|
3552 |
3550 contradiction
|
3553 |
-
3551
|
3554 |
3552 neutral
|
3555 |
3553 neutral
|
3556 |
3554 neutral
|
3557 |
-
3555
|
3558 |
3556 neutral
|
3559 |
3557 neutral
|
3560 |
3558 contradiction
|
@@ -3581,26 +3581,26 @@ index prediction
|
|
3581 |
3579 entailment
|
3582 |
3580 neutral
|
3583 |
3581 contradiction
|
3584 |
-
3582
|
3585 |
-
3583
|
3586 |
3584 contradiction
|
3587 |
3585 entailment
|
3588 |
3586 neutral
|
3589 |
3587 contradiction
|
3590 |
3588 contradiction
|
3591 |
-
3589
|
3592 |
3590 entailment
|
3593 |
3591 contradiction
|
3594 |
3592 entailment
|
3595 |
3593 neutral
|
3596 |
3594 contradiction
|
3597 |
-
3595
|
3598 |
-
3596
|
3599 |
3597 contradiction
|
3600 |
3598 entailment
|
3601 |
-
3599
|
3602 |
3600 contradiction
|
3603 |
-
3601
|
3604 |
3602 neutral
|
3605 |
3603 contradiction
|
3606 |
3604 neutral
|
@@ -3611,21 +3611,21 @@ index prediction
|
|
3611 |
3609 neutral
|
3612 |
3610 contradiction
|
3613 |
3611 entailment
|
3614 |
-
3612
|
3615 |
3613 neutral
|
3616 |
3614 entailment
|
3617 |
-
3615
|
3618 |
3616 entailment
|
3619 |
3617 contradiction
|
3620 |
-
3618
|
3621 |
-
3619
|
3622 |
3620 neutral
|
3623 |
3621 contradiction
|
3624 |
3622 entailment
|
3625 |
3623 neutral
|
3626 |
3624 neutral
|
3627 |
3625 entailment
|
3628 |
-
3626
|
3629 |
3627 contradiction
|
3630 |
3628 entailment
|
3631 |
3629 neutral
|
@@ -3633,13 +3633,13 @@ index prediction
|
|
3633 |
3631 neutral
|
3634 |
3632 contradiction
|
3635 |
3633 contradiction
|
3636 |
-
3634
|
3637 |
3635 neutral
|
3638 |
3636 contradiction
|
3639 |
3637 entailment
|
3640 |
3638 neutral
|
3641 |
3639 entailment
|
3642 |
-
3640
|
3643 |
3641 contradiction
|
3644 |
3642 neutral
|
3645 |
3643 entailment
|
@@ -3689,7 +3689,7 @@ index prediction
|
|
3689 |
3687 entailment
|
3690 |
3688 neutral
|
3691 |
3689 contradiction
|
3692 |
-
3690
|
3693 |
3691 neutral
|
3694 |
3692 contradiction
|
3695 |
3693 neutral
|
@@ -3706,13 +3706,13 @@ index prediction
|
|
3706 |
3704 neutral
|
3707 |
3705 contradiction
|
3708 |
3706 entailment
|
3709 |
-
3707
|
3710 |
3708 entailment
|
3711 |
3709 entailment
|
3712 |
3710 contradiction
|
3713 |
3711 neutral
|
3714 |
3712 neutral
|
3715 |
-
3713
|
3716 |
3714 entailment
|
3717 |
3715 entailment
|
3718 |
3716 contradiction
|
@@ -3740,7 +3740,7 @@ index prediction
|
|
3740 |
3738 entailment
|
3741 |
3739 neutral
|
3742 |
3740 contradiction
|
3743 |
-
3741
|
3744 |
3742 contradiction
|
3745 |
3743 contradiction
|
3746 |
3744 contradiction
|
@@ -3755,7 +3755,7 @@ index prediction
|
|
3755 |
3753 contradiction
|
3756 |
3754 neutral
|
3757 |
3755 entailment
|
3758 |
-
3756
|
3759 |
3757 neutral
|
3760 |
3758 contradiction
|
3761 |
3759 neutral
|
@@ -3786,7 +3786,7 @@ index prediction
|
|
3786 |
3784 neutral
|
3787 |
3785 contradiction
|
3788 |
3786 neutral
|
3789 |
-
3787
|
3790 |
3788 neutral
|
3791 |
3789 neutral
|
3792 |
3790 neutral
|
@@ -3796,7 +3796,7 @@ index prediction
|
|
3796 |
3794 neutral
|
3797 |
3795 contradiction
|
3798 |
3796 neutral
|
3799 |
-
3797
|
3800 |
3798 neutral
|
3801 |
3799 entailment
|
3802 |
3800 contradiction
|
@@ -3808,7 +3808,7 @@ index prediction
|
|
3808 |
3806 neutral
|
3809 |
3807 contradiction
|
3810 |
3808 neutral
|
3811 |
-
3809
|
3812 |
3810 neutral
|
3813 |
3811 neutral
|
3814 |
3812 entailment
|
@@ -3823,7 +3823,7 @@ index prediction
|
|
3823 |
3821 contradiction
|
3824 |
3822 neutral
|
3825 |
3823 neutral
|
3826 |
-
3824
|
3827 |
3825 entailment
|
3828 |
3826 neutral
|
3829 |
3827 contradiction
|
@@ -3854,7 +3854,7 @@ index prediction
|
|
3854 |
3852 entailment
|
3855 |
3853 contradiction
|
3856 |
3854 neutral
|
3857 |
-
3855
|
3858 |
3856 entailment
|
3859 |
3857 neutral
|
3860 |
3858 neutral
|
@@ -3880,11 +3880,11 @@ index prediction
|
|
3880 |
3878 contradiction
|
3881 |
3879 neutral
|
3882 |
3880 neutral
|
3883 |
-
3881
|
3884 |
-
3882
|
3885 |
3883 contradiction
|
3886 |
3884 neutral
|
3887 |
-
3885
|
3888 |
3886 neutral
|
3889 |
3887 entailment
|
3890 |
3888 neutral
|
@@ -3894,7 +3894,7 @@ index prediction
|
|
3894 |
3892 entailment
|
3895 |
3893 contradiction
|
3896 |
3894 contradiction
|
3897 |
-
3895
|
3898 |
3896 neutral
|
3899 |
3897 contradiction
|
3900 |
3898 neutral
|
@@ -3911,14 +3911,14 @@ index prediction
|
|
3911 |
3909 contradiction
|
3912 |
3910 neutral
|
3913 |
3911 entailment
|
3914 |
-
3912
|
3915 |
3913 entailment
|
3916 |
3914 neutral
|
3917 |
3915 contradiction
|
3918 |
3916 entailment
|
3919 |
3917 neutral
|
3920 |
3918 contradiction
|
3921 |
-
3919
|
3922 |
3920 neutral
|
3923 |
3921 neutral
|
3924 |
3922 contradiction
|
@@ -3926,7 +3926,7 @@ index prediction
|
|
3926 |
3924 neutral
|
3927 |
3925 neutral
|
3928 |
3926 contradiction
|
3929 |
-
3927
|
3930 |
3928 entailment
|
3931 |
3929 contradiction
|
3932 |
3930 entailment
|
@@ -3996,7 +3996,7 @@ index prediction
|
|
3996 |
3994 neutral
|
3997 |
3995 neutral
|
3998 |
3996 contradiction
|
3999 |
-
3997
|
4000 |
3998 neutral
|
4001 |
3999 neutral
|
4002 |
4000 contradiction
|
@@ -4009,7 +4009,7 @@ index prediction
|
|
4009 |
4007 contradiction
|
4010 |
4008 neutral
|
4011 |
4009 contradiction
|
4012 |
-
4010
|
4013 |
4011 contradiction
|
4014 |
4012 entailment
|
4015 |
4013 contradiction
|
@@ -4043,7 +4043,7 @@ index prediction
|
|
4043 |
4041 entailment
|
4044 |
4042 neutral
|
4045 |
4043 contradiction
|
4046 |
-
4044
|
4047 |
4045 neutral
|
4048 |
4046 contradiction
|
4049 |
4047 neutral
|
@@ -4056,7 +4056,7 @@ index prediction
|
|
4056 |
4054 contradiction
|
4057 |
4055 contradiction
|
4058 |
4056 neutral
|
4059 |
-
4057
|
4060 |
4058 neutral
|
4061 |
4059 neutral
|
4062 |
4060 contradiction
|
@@ -4078,13 +4078,13 @@ index prediction
|
|
4078 |
4076 entailment
|
4079 |
4077 entailment
|
4080 |
4078 neutral
|
4081 |
-
4079
|
4082 |
4080 neutral
|
4083 |
4081 entailment
|
4084 |
4082 contradiction
|
4085 |
4083 contradiction
|
4086 |
4084 neutral
|
4087 |
-
4085
|
4088 |
4086 entailment
|
4089 |
4087 entailment
|
4090 |
4088 neutral
|
@@ -4105,16 +4105,16 @@ index prediction
|
|
4105 |
4103 contradiction
|
4106 |
4104 contradiction
|
4107 |
4105 entailment
|
4108 |
-
4106
|
4109 |
4107 contradiction
|
4110 |
4108 entailment
|
4111 |
4109 neutral
|
4112 |
4110 entailment
|
4113 |
4111 neutral
|
4114 |
4112 contradiction
|
4115 |
-
4113
|
4116 |
4114 neutral
|
4117 |
-
4115
|
4118 |
4116 contradiction
|
4119 |
4117 neutral
|
4120 |
4118 neutral
|
@@ -4138,7 +4138,7 @@ index prediction
|
|
4138 |
4136 neutral
|
4139 |
4137 contradiction
|
4140 |
4138 contradiction
|
4141 |
-
4139
|
4142 |
4140 contradiction
|
4143 |
4141 neutral
|
4144 |
4142 entailment
|
@@ -4157,11 +4157,11 @@ index prediction
|
|
4157 |
4155 neutral
|
4158 |
4156 entailment
|
4159 |
4157 entailment
|
4160 |
-
4158
|
4161 |
-
4159
|
4162 |
4160 neutral
|
4163 |
4161 neutral
|
4164 |
-
4162
|
4165 |
4163 contradiction
|
4166 |
4164 contradiction
|
4167 |
4165 entailment
|
@@ -4188,7 +4188,7 @@ index prediction
|
|
4188 |
4186 neutral
|
4189 |
4187 entailment
|
4190 |
4188 neutral
|
4191 |
-
4189
|
4192 |
4190 contradiction
|
4193 |
4191 entailment
|
4194 |
4192 contradiction
|
@@ -4203,15 +4203,15 @@ index prediction
|
|
4203 |
4201 neutral
|
4204 |
4202 contradiction
|
4205 |
4203 entailment
|
4206 |
-
4204
|
4207 |
-
4205
|
4208 |
4206 neutral
|
4209 |
4207 entailment
|
4210 |
4208 contradiction
|
4211 |
-
4209
|
4212 |
4210 contradiction
|
4213 |
4211 contradiction
|
4214 |
-
4212
|
4215 |
4213 entailment
|
4216 |
4214 contradiction
|
4217 |
4215 entailment
|
@@ -4223,12 +4223,12 @@ index prediction
|
|
4223 |
4221 neutral
|
4224 |
4222 entailment
|
4225 |
4223 contradiction
|
4226 |
-
4224
|
4227 |
4225 neutral
|
4228 |
4226 contradiction
|
4229 |
4227 contradiction
|
4230 |
4228 contradiction
|
4231 |
-
4229
|
4232 |
4230 contradiction
|
4233 |
4231 contradiction
|
4234 |
4232 entailment
|
@@ -4261,7 +4261,7 @@ index prediction
|
|
4261 |
4259 contradiction
|
4262 |
4260 neutral
|
4263 |
4261 neutral
|
4264 |
-
4262
|
4265 |
4263 contradiction
|
4266 |
4264 contradiction
|
4267 |
4265 entailment
|
@@ -4279,16 +4279,16 @@ index prediction
|
|
4279 |
4277 neutral
|
4280 |
4278 contradiction
|
4281 |
4279 neutral
|
4282 |
-
4280
|
4283 |
4281 contradiction
|
4284 |
-
4282
|
4285 |
4283 entailment
|
4286 |
-
4284
|
4287 |
4285 contradiction
|
4288 |
4286 entailment
|
4289 |
4287 neutral
|
4290 |
4288 entailment
|
4291 |
-
4289
|
4292 |
4290 neutral
|
4293 |
4291 neutral
|
4294 |
4292 neutral
|
@@ -4301,11 +4301,11 @@ index prediction
|
|
4301 |
4299 neutral
|
4302 |
4300 neutral
|
4303 |
4301 contradiction
|
4304 |
-
4302
|
4305 |
4303 entailment
|
4306 |
4304 entailment
|
4307 |
4305 entailment
|
4308 |
-
4306
|
4309 |
4307 contradiction
|
4310 |
4308 neutral
|
4311 |
4309 contradiction
|
@@ -4313,7 +4313,7 @@ index prediction
|
|
4313 |
4311 entailment
|
4314 |
4312 entailment
|
4315 |
4313 contradiction
|
4316 |
-
4314
|
4317 |
4315 contradiction
|
4318 |
4316 entailment
|
4319 |
4317 contradiction
|
@@ -4331,7 +4331,7 @@ index prediction
|
|
4331 |
4329 entailment
|
4332 |
4330 contradiction
|
4333 |
4331 entailment
|
4334 |
-
4332
|
4335 |
4333 entailment
|
4336 |
4334 contradiction
|
4337 |
4335 contradiction
|
@@ -4364,7 +4364,7 @@ index prediction
|
|
4364 |
4362 contradiction
|
4365 |
4363 contradiction
|
4366 |
4364 neutral
|
4367 |
-
4365
|
4368 |
4366 entailment
|
4369 |
4367 contradiction
|
4370 |
4368 entailment
|
@@ -4381,7 +4381,7 @@ index prediction
|
|
4381 |
4379 neutral
|
4382 |
4380 contradiction
|
4383 |
4381 entailment
|
4384 |
-
4382
|
4385 |
4383 neutral
|
4386 |
4384 entailment
|
4387 |
4385 contradiction
|
@@ -4415,7 +4415,7 @@ index prediction
|
|
4415 |
4413 contradiction
|
4416 |
4414 contradiction
|
4417 |
4415 contradiction
|
4418 |
-
4416
|
4419 |
4417 contradiction
|
4420 |
4418 contradiction
|
4421 |
4419 contradiction
|
@@ -4448,7 +4448,7 @@ index prediction
|
|
4448 |
4446 neutral
|
4449 |
4447 neutral
|
4450 |
4448 contradiction
|
4451 |
-
4449
|
4452 |
4450 contradiction
|
4453 |
4451 entailment
|
4454 |
4452 neutral
|
@@ -4463,10 +4463,10 @@ index prediction
|
|
4463 |
4461 neutral
|
4464 |
4462 contradiction
|
4465 |
4463 entailment
|
4466 |
-
4464
|
4467 |
-
4465
|
4468 |
4466 neutral
|
4469 |
-
4467
|
4470 |
4468 contradiction
|
4471 |
4469 neutral
|
4472 |
4470 neutral
|
@@ -4477,20 +4477,20 @@ index prediction
|
|
4477 |
4475 contradiction
|
4478 |
4476 neutral
|
4479 |
4477 contradiction
|
4480 |
-
4478
|
4481 |
-
4479
|
4482 |
4480 entailment
|
4483 |
4481 contradiction
|
4484 |
4482 contradiction
|
4485 |
-
4483
|
4486 |
4484 neutral
|
4487 |
-
4485
|
4488 |
4486 entailment
|
4489 |
4487 entailment
|
4490 |
4488 entailment
|
4491 |
4489 neutral
|
4492 |
4490 neutral
|
4493 |
-
4491
|
4494 |
4492 neutral
|
4495 |
4493 entailment
|
4496 |
4494 contradiction
|
@@ -4506,7 +4506,7 @@ index prediction
|
|
4506 |
4504 entailment
|
4507 |
4505 contradiction
|
4508 |
4506 contradiction
|
4509 |
-
4507
|
4510 |
4508 neutral
|
4511 |
4509 neutral
|
4512 |
4510 neutral
|
@@ -4515,7 +4515,7 @@ index prediction
|
|
4515 |
4513 entailment
|
4516 |
4514 contradiction
|
4517 |
4515 neutral
|
4518 |
-
4516
|
4519 |
4517 contradiction
|
4520 |
4518 neutral
|
4521 |
4519 entailment
|
@@ -4549,7 +4549,7 @@ index prediction
|
|
4549 |
4547 entailment
|
4550 |
4548 contradiction
|
4551 |
4549 neutral
|
4552 |
-
4550
|
4553 |
4551 entailment
|
4554 |
4552 contradiction
|
4555 |
4553 contradiction
|
@@ -4584,16 +4584,16 @@ index prediction
|
|
4584 |
4582 neutral
|
4585 |
4583 neutral
|
4586 |
4584 contradiction
|
4587 |
-
4585
|
4588 |
4586 neutral
|
4589 |
4587 contradiction
|
4590 |
4588 neutral
|
4591 |
4589 neutral
|
4592 |
4590 neutral
|
4593 |
-
4591
|
4594 |
-
4592
|
4595 |
4593 neutral
|
4596 |
-
4594
|
4597 |
4595 contradiction
|
4598 |
4596 neutral
|
4599 |
4597 contradiction
|
@@ -4605,10 +4605,10 @@ index prediction
|
|
4605 |
4603 neutral
|
4606 |
4604 neutral
|
4607 |
4605 contradiction
|
4608 |
-
4606
|
4609 |
-
4607
|
4610 |
4608 contradiction
|
4611 |
-
4609
|
4612 |
4610 contradiction
|
4613 |
4611 contradiction
|
4614 |
4612 neutral
|
@@ -4621,8 +4621,8 @@ index prediction
|
|
4621 |
4619 neutral
|
4622 |
4620 entailment
|
4623 |
4621 entailment
|
4624 |
-
4622
|
4625 |
-
4623
|
4626 |
4624 entailment
|
4627 |
4625 entailment
|
4628 |
4626 contradiction
|
@@ -4632,7 +4632,7 @@ index prediction
|
|
4632 |
4630 contradiction
|
4633 |
4631 entailment
|
4634 |
4632 contradiction
|
4635 |
-
4633
|
4636 |
4634 neutral
|
4637 |
4635 entailment
|
4638 |
4636 contradiction
|
@@ -4640,7 +4640,7 @@ index prediction
|
|
4640 |
4638 neutral
|
4641 |
4639 neutral
|
4642 |
4640 neutral
|
4643 |
-
4641
|
4644 |
4642 neutral
|
4645 |
4643 contradiction
|
4646 |
4644 contradiction
|
@@ -4652,7 +4652,7 @@ index prediction
|
|
4652 |
4650 entailment
|
4653 |
4651 contradiction
|
4654 |
4652 contradiction
|
4655 |
-
4653
|
4656 |
4654 entailment
|
4657 |
4655 neutral
|
4658 |
4656 entailment
|
@@ -4673,7 +4673,7 @@ index prediction
|
|
4673 |
4671 contradiction
|
4674 |
4672 contradiction
|
4675 |
4673 entailment
|
4676 |
-
4674
|
4677 |
4675 neutral
|
4678 |
4676 contradiction
|
4679 |
4677 contradiction
|
@@ -4688,10 +4688,10 @@ index prediction
|
|
4688 |
4686 neutral
|
4689 |
4687 neutral
|
4690 |
4688 neutral
|
4691 |
-
4689
|
4692 |
-
4690
|
4693 |
4691 neutral
|
4694 |
-
4692
|
4695 |
4693 neutral
|
4696 |
4694 contradiction
|
4697 |
4695 entailment
|
@@ -4699,14 +4699,14 @@ index prediction
|
|
4699 |
4697 entailment
|
4700 |
4698 entailment
|
4701 |
4699 neutral
|
4702 |
-
4700
|
4703 |
4701 contradiction
|
4704 |
-
4702
|
4705 |
4703 contradiction
|
4706 |
4704 neutral
|
4707 |
4705 contradiction
|
4708 |
4706 neutral
|
4709 |
-
4707
|
4710 |
4708 contradiction
|
4711 |
4709 neutral
|
4712 |
4710 contradiction
|
@@ -4730,17 +4730,17 @@ index prediction
|
|
4730 |
4728 neutral
|
4731 |
4729 entailment
|
4732 |
4730 contradiction
|
4733 |
-
4731
|
4734 |
4732 neutral
|
4735 |
4733 contradiction
|
4736 |
4734 entailment
|
4737 |
-
4735
|
4738 |
4736 contradiction
|
4739 |
4737 entailment
|
4740 |
4738 contradiction
|
4741 |
4739 neutral
|
4742 |
4740 neutral
|
4743 |
-
4741
|
4744 |
4742 neutral
|
4745 |
4743 neutral
|
4746 |
4744 contradiction
|
@@ -4759,7 +4759,7 @@ index prediction
|
|
4759 |
4757 neutral
|
4760 |
4758 neutral
|
4761 |
4759 entailment
|
4762 |
-
4760
|
4763 |
4761 entailment
|
4764 |
4762 entailment
|
4765 |
4763 contradiction
|
@@ -4770,7 +4770,7 @@ index prediction
|
|
4770 |
4768 neutral
|
4771 |
4769 entailment
|
4772 |
4770 entailment
|
4773 |
-
4771
|
4774 |
4772 entailment
|
4775 |
4773 neutral
|
4776 |
4774 neutral
|
@@ -4808,12 +4808,12 @@ index prediction
|
|
4808 |
4806 neutral
|
4809 |
4807 entailment
|
4810 |
4808 neutral
|
4811 |
-
4809
|
4812 |
4810 neutral
|
4813 |
-
4811
|
4814 |
4812 contradiction
|
4815 |
4813 neutral
|
4816 |
-
4814
|
4817 |
4815 entailment
|
4818 |
4816 entailment
|
4819 |
4817 neutral
|
@@ -4836,9 +4836,9 @@ index prediction
|
|
4836 |
4834 entailment
|
4837 |
4835 neutral
|
4838 |
4836 contradiction
|
4839 |
-
4837
|
4840 |
4838 entailment
|
4841 |
-
4839
|
4842 |
4840 contradiction
|
4843 |
4841 entailment
|
4844 |
4842 neutral
|
@@ -4852,7 +4852,7 @@ index prediction
|
|
4852 |
4850 contradiction
|
4853 |
4851 neutral
|
4854 |
4852 entailment
|
4855 |
-
4853
|
4856 |
4854 entailment
|
4857 |
4855 neutral
|
4858 |
4856 neutral
|
@@ -4862,10 +4862,10 @@ index prediction
|
|
4862 |
4860 neutral
|
4863 |
4861 neutral
|
4864 |
4862 neutral
|
4865 |
-
4863
|
4866 |
4864 neutral
|
4867 |
4865 contradiction
|
4868 |
-
4866
|
4869 |
4867 entailment
|
4870 |
4868 contradiction
|
4871 |
4869 neutral
|
@@ -4884,10 +4884,10 @@ index prediction
|
|
4884 |
4882 entailment
|
4885 |
4883 contradiction
|
4886 |
4884 neutral
|
4887 |
-
4885
|
4888 |
4886 contradiction
|
4889 |
4887 entailment
|
4890 |
-
4888
|
4891 |
4889 neutral
|
4892 |
4890 entailment
|
4893 |
4891 contradiction
|
@@ -4901,27 +4901,27 @@ index prediction
|
|
4901 |
4899 contradiction
|
4902 |
4900 entailment
|
4903 |
4901 neutral
|
4904 |
-
4902
|
4905 |
4903 contradiction
|
4906 |
4904 entailment
|
4907 |
4905 contradiction
|
4908 |
4906 neutral
|
4909 |
4907 entailment
|
4910 |
-
4908
|
4911 |
4909 entailment
|
4912 |
4910 contradiction
|
4913 |
-
4911
|
4914 |
4912 neutral
|
4915 |
4913 neutral
|
4916 |
-
4914
|
4917 |
4915 neutral
|
4918 |
-
4916
|
4919 |
4917 contradiction
|
4920 |
4918 entailment
|
4921 |
4919 entailment
|
4922 |
4920 entailment
|
4923 |
-
4921
|
4924 |
-
4922
|
4925 |
4923 neutral
|
4926 |
4924 contradiction
|
4927 |
4925 entailment
|
@@ -4933,15 +4933,15 @@ index prediction
|
|
4933 |
4931 neutral
|
4934 |
4932 contradiction
|
4935 |
4933 neutral
|
4936 |
-
4934
|
4937 |
4935 neutral
|
4938 |
4936 contradiction
|
4939 |
-
4937
|
4940 |
4938 entailment
|
4941 |
4939 entailment
|
4942 |
4940 contradiction
|
4943 |
4941 entailment
|
4944 |
-
4942
|
4945 |
4943 contradiction
|
4946 |
4944 neutral
|
4947 |
4945 entailment
|
@@ -4953,18 +4953,18 @@ index prediction
|
|
4953 |
4951 entailment
|
4954 |
4952 neutral
|
4955 |
4953 neutral
|
4956 |
-
4954
|
4957 |
4955 entailment
|
4958 |
-
4956
|
4959 |
4957 entailment
|
4960 |
4958 contradiction
|
4961 |
4959 contradiction
|
4962 |
4960 entailment
|
4963 |
-
4961
|
4964 |
-
4962
|
4965 |
4963 contradiction
|
4966 |
4964 neutral
|
4967 |
-
4965
|
4968 |
4966 entailment
|
4969 |
4967 contradiction
|
4970 |
4968 entailment
|
@@ -4993,9 +4993,9 @@ index prediction
|
|
4993 |
4991 entailment
|
4994 |
4992 contradiction
|
4995 |
4993 entailment
|
4996 |
-
4994
|
4997 |
-
4995
|
4998 |
-
4996
|
4999 |
4997 contradiction
|
5000 |
4998 entailment
|
5001 |
4999 neutral
|
|
|
11 |
9 contradiction
|
12 |
10 contradiction
|
13 |
11 neutral
|
14 |
+
12 contradiction
|
15 |
+
13 contradiction
|
16 |
14 neutral
|
17 |
15 contradiction
|
18 |
16 neutral
|
|
|
25 |
23 neutral
|
26 |
24 neutral
|
27 |
25 entailment
|
28 |
+
26 entailment
|
29 |
27 contradiction
|
30 |
28 neutral
|
31 |
29 entailment
|
32 |
30 neutral
|
33 |
31 entailment
|
34 |
32 contradiction
|
35 |
+
33 neutral
|
36 |
+
34 neutral
|
37 |
35 contradiction
|
38 |
36 contradiction
|
39 |
37 entailment
|
|
|
49 |
47 contradiction
|
50 |
48 entailment
|
51 |
49 neutral
|
52 |
+
50 neutral
|
53 |
51 neutral
|
54 |
52 entailment
|
55 |
53 contradiction
|
|
|
63 |
61 entailment
|
64 |
62 neutral
|
65 |
63 neutral
|
66 |
+
64 contradiction
|
67 |
65 contradiction
|
68 |
66 contradiction
|
69 |
67 entailment
|
70 |
68 neutral
|
71 |
69 neutral
|
72 |
+
70 entailment
|
73 |
+
71 neutral
|
74 |
72 contradiction
|
75 |
73 contradiction
|
76 |
74 neutral
|
|
|
81 |
79 neutral
|
82 |
80 entailment
|
83 |
81 entailment
|
84 |
+
82 contradiction
|
85 |
83 contradiction
|
86 |
84 neutral
|
87 |
85 neutral
|
88 |
86 contradiction
|
89 |
87 contradiction
|
90 |
88 neutral
|
91 |
+
89 contradiction
|
92 |
90 neutral
|
93 |
91 contradiction
|
94 |
92 neutral
|
|
|
121 |
119 entailment
|
122 |
120 contradiction
|
123 |
121 entailment
|
124 |
+
122 neutral
|
125 |
+
123 neutral
|
126 |
124 neutral
|
127 |
125 contradiction
|
128 |
126 contradiction
|
129 |
127 neutral
|
130 |
+
128 entailment
|
131 |
129 contradiction
|
132 |
130 entailment
|
133 |
131 neutral
|
|
|
139 |
137 contradiction
|
140 |
138 contradiction
|
141 |
139 neutral
|
142 |
+
140 contradiction
|
143 |
141 contradiction
|
144 |
142 neutral
|
145 |
143 entailment
|
146 |
+
144 contradiction
|
147 |
+
145 entailment
|
148 |
146 neutral
|
149 |
147 neutral
|
150 |
148 entailment
|
|
|
160 |
158 neutral
|
161 |
159 contradiction
|
162 |
160 neutral
|
163 |
+
161 neutral
|
164 |
162 neutral
|
165 |
163 entailment
|
166 |
164 neutral
|
|
|
171 |
169 entailment
|
172 |
170 contradiction
|
173 |
171 contradiction
|
174 |
+
172 entailment
|
175 |
173 neutral
|
176 |
174 entailment
|
177 |
175 neutral
|
178 |
176 contradiction
|
179 |
+
177 entailment
|
180 |
+
178 neutral
|
181 |
179 contradiction
|
182 |
180 entailment
|
183 |
181 contradiction
|
|
|
186 |
184 contradiction
|
187 |
185 neutral
|
188 |
186 neutral
|
189 |
+
187 entailment
|
190 |
188 contradiction
|
191 |
189 contradiction
|
192 |
190 neutral
|
|
|
211 |
209 neutral
|
212 |
210 contradiction
|
213 |
211 contradiction
|
214 |
+
212 entailment
|
215 |
213 entailment
|
216 |
214 neutral
|
217 |
215 contradiction
|
218 |
216 contradiction
|
219 |
217 entailment
|
220 |
+
218 entailment
|
221 |
219 contradiction
|
222 |
+
220 contradiction
|
223 |
221 neutral
|
224 |
222 contradiction
|
225 |
223 entailment
|
226 |
224 neutral
|
227 |
+
225 contradiction
|
228 |
226 contradiction
|
229 |
227 neutral
|
230 |
228 contradiction
|
|
|
242 |
240 neutral
|
243 |
241 entailment
|
244 |
242 contradiction
|
245 |
+
243 contradiction
|
246 |
244 contradiction
|
247 |
245 neutral
|
248 |
246 neutral
|
249 |
+
247 entailment
|
250 |
248 contradiction
|
251 |
249 contradiction
|
252 |
250 neutral
|
253 |
251 entailment
|
254 |
252 entailment
|
255 |
+
253 entailment
|
256 |
254 contradiction
|
257 |
255 neutral
|
258 |
+
256 entailment
|
259 |
257 contradiction
|
260 |
+
258 entailment
|
261 |
259 neutral
|
262 |
260 contradiction
|
263 |
261 contradiction
|
264 |
262 neutral
|
265 |
+
263 entailment
|
266 |
+
264 neutral
|
267 |
+
265 entailment
|
268 |
266 entailment
|
269 |
267 neutral
|
270 |
268 contradiction
|
271 |
+
269 neutral
|
272 |
270 entailment
|
273 |
271 contradiction
|
274 |
272 neutral
|
|
|
277 |
275 contradiction
|
278 |
276 neutral
|
279 |
277 contradiction
|
280 |
+
278 entailment
|
281 |
279 neutral
|
282 |
280 entailment
|
283 |
281 contradiction
|
|
|
290 |
288 contradiction
|
291 |
289 entailment
|
292 |
290 entailment
|
293 |
+
291 neutral
|
294 |
292 entailment
|
295 |
+
293 neutral
|
296 |
294 neutral
|
297 |
295 neutral
|
298 |
296 contradiction
|
|
|
306 |
304 contradiction
|
307 |
305 neutral
|
308 |
306 contradiction
|
309 |
+
307 neutral
|
310 |
308 entailment
|
311 |
309 contradiction
|
312 |
310 entailment
|
313 |
+
311 neutral
|
314 |
312 contradiction
|
315 |
313 neutral
|
316 |
314 entailment
|
|
|
320 |
318 neutral
|
321 |
319 contradiction
|
322 |
320 entailment
|
323 |
+
321 contradiction
|
324 |
322 entailment
|
325 |
323 contradiction
|
326 |
324 contradiction
|
327 |
+
325 contradiction
|
328 |
326 contradiction
|
329 |
+
327 neutral
|
330 |
328 entailment
|
331 |
329 contradiction
|
332 |
330 contradiction
|
333 |
331 entailment
|
334 |
332 neutral
|
335 |
+
333 neutral
|
336 |
334 contradiction
|
337 |
335 entailment
|
338 |
336 contradiction
|
|
|
350 |
348 contradiction
|
351 |
349 neutral
|
352 |
350 neutral
|
353 |
+
351 entailment
|
354 |
352 entailment
|
355 |
353 contradiction
|
356 |
+
354 contradiction
|
357 |
355 neutral
|
358 |
356 entailment
|
359 |
357 contradiction
|
360 |
358 neutral
|
361 |
359 entailment
|
362 |
+
360 neutral
|
363 |
361 neutral
|
364 |
362 entailment
|
365 |
363 neutral
|
|
|
401 |
399 neutral
|
402 |
400 contradiction
|
403 |
401 contradiction
|
404 |
+
402 entailment
|
405 |
403 neutral
|
406 |
404 contradiction
|
407 |
405 entailment
|
408 |
+
406 contradiction
|
409 |
407 contradiction
|
410 |
408 contradiction
|
411 |
409 entailment
|
|
|
421 |
419 contradiction
|
422 |
420 neutral
|
423 |
421 contradiction
|
424 |
+
422 entailment
|
425 |
423 neutral
|
426 |
424 contradiction
|
427 |
425 contradiction
|
|
|
431 |
429 contradiction
|
432 |
430 contradiction
|
433 |
431 neutral
|
434 |
+
432 neutral
|
435 |
433 neutral
|
436 |
434 contradiction
|
437 |
435 neutral
|
438 |
436 entailment
|
439 |
437 contradiction
|
440 |
+
438 entailment
|
441 |
439 neutral
|
442 |
440 contradiction
|
443 |
441 entailment
|
444 |
442 contradiction
|
445 |
443 neutral
|
446 |
+
444 neutral
|
447 |
445 contradiction
|
448 |
446 neutral
|
449 |
+
447 neutral
|
450 |
448 neutral
|
451 |
449 entailment
|
452 |
450 neutral
|
453 |
451 entailment
|
454 |
452 contradiction
|
455 |
+
453 neutral
|
456 |
454 contradiction
|
457 |
455 neutral
|
458 |
456 neutral
|
459 |
+
457 contradiction
|
460 |
458 contradiction
|
461 |
459 neutral
|
462 |
460 contradiction
|
463 |
461 entailment
|
464 |
462 neutral
|
465 |
+
463 contradiction
|
466 |
464 neutral
|
467 |
465 neutral
|
468 |
+
466 entailment
|
469 |
467 contradiction
|
470 |
468 neutral
|
471 |
469 entailment
|
|
|
483 |
481 neutral
|
484 |
482 contradiction
|
485 |
483 entailment
|
486 |
+
484 neutral
|
487 |
485 neutral
|
488 |
+
486 neutral
|
489 |
+
487 neutral
|
490 |
+
488 neutral
|
491 |
489 entailment
|
492 |
490 neutral
|
493 |
491 contradiction
|
494 |
492 neutral
|
495 |
493 contradiction
|
496 |
+
494 neutral
|
497 |
495 entailment
|
498 |
+
496 neutral
|
499 |
497 contradiction
|
500 |
498 contradiction
|
501 |
499 neutral
|
|
|
506 |
504 neutral
|
507 |
505 entailment
|
508 |
506 contradiction
|
509 |
+
507 contradiction
|
510 |
508 contradiction
|
511 |
509 contradiction
|
512 |
510 neutral
|
|
|
514 |
512 neutral
|
515 |
513 contradiction
|
516 |
514 neutral
|
517 |
+
515 entailment
|
518 |
516 neutral
|
519 |
517 neutral
|
520 |
518 neutral
|
|
|
544 |
542 entailment
|
545 |
543 neutral
|
546 |
544 contradiction
|
547 |
+
545 neutral
|
548 |
546 neutral
|
549 |
547 neutral
|
550 |
548 contradiction
|
|
|
556 |
554 entailment
|
557 |
555 contradiction
|
558 |
556 entailment
|
559 |
+
557 neutral
|
560 |
558 contradiction
|
561 |
559 neutral
|
562 |
560 entailment
|
|
|
567 |
565 neutral
|
568 |
566 contradiction
|
569 |
567 neutral
|
570 |
+
568 entailment
|
571 |
569 neutral
|
572 |
570 entailment
|
573 |
571 contradiction
|
574 |
572 entailment
|
575 |
573 entailment
|
576 |
+
574 contradiction
|
577 |
575 contradiction
|
578 |
576 neutral
|
579 |
577 neutral
|
|
|
618 |
616 neutral
|
619 |
617 entailment
|
620 |
618 contradiction
|
621 |
+
619 neutral
|
622 |
620 contradiction
|
623 |
621 entailment
|
624 |
+
622 neutral
|
625 |
623 contradiction
|
626 |
624 entailment
|
627 |
625 neutral
|
|
|
648 |
646 contradiction
|
649 |
647 entailment
|
650 |
648 neutral
|
651 |
+
649 contradiction
|
652 |
+
650 neutral
|
653 |
651 neutral
|
654 |
652 entailment
|
655 |
653 neutral
|
|
|
661 |
659 contradiction
|
662 |
660 entailment
|
663 |
661 contradiction
|
664 |
+
662 entailment
|
665 |
663 entailment
|
666 |
664 neutral
|
667 |
665 contradiction
|
|
|
677 |
675 neutral
|
678 |
676 entailment
|
679 |
677 contradiction
|
680 |
+
678 neutral
|
681 |
679 neutral
|
682 |
680 entailment
|
683 |
681 entailment
|
|
|
693 |
691 neutral
|
694 |
692 contradiction
|
695 |
693 entailment
|
696 |
+
694 neutral
|
697 |
695 contradiction
|
698 |
696 entailment
|
699 |
697 contradiction
|
|
|
710 |
708 neutral
|
711 |
709 contradiction
|
712 |
710 neutral
|
713 |
+
711 entailment
|
714 |
712 neutral
|
715 |
+
713 neutral
|
716 |
+
714 neutral
|
717 |
715 entailment
|
718 |
+
716 entailment
|
719 |
717 neutral
|
720 |
718 entailment
|
721 |
719 contradiction
|
722 |
720 contradiction
|
723 |
721 contradiction
|
724 |
722 entailment
|
725 |
+
723 neutral
|
726 |
724 neutral
|
727 |
+
725 contradiction
|
728 |
+
726 contradiction
|
729 |
727 neutral
|
730 |
728 neutral
|
731 |
729 neutral
|
|
|
736 |
734 contradiction
|
737 |
735 neutral
|
738 |
736 contradiction
|
739 |
+
737 contradiction
|
740 |
738 contradiction
|
741 |
739 entailment
|
742 |
740 neutral
|
743 |
741 entailment
|
744 |
742 contradiction
|
745 |
+
743 contradiction
|
746 |
744 contradiction
|
747 |
745 entailment
|
748 |
746 neutral
|
749 |
747 entailment
|
750 |
+
748 neutral
|
751 |
749 neutral
|
752 |
750 neutral
|
753 |
+
751 neutral
|
754 |
752 neutral
|
755 |
753 neutral
|
756 |
754 entailment
|
|
|
763 |
761 contradiction
|
764 |
762 neutral
|
765 |
763 neutral
|
766 |
+
764 contradiction
|
767 |
765 entailment
|
768 |
766 neutral
|
769 |
767 neutral
|
770 |
768 entailment
|
771 |
769 neutral
|
772 |
770 contradiction
|
773 |
+
771 contradiction
|
774 |
772 contradiction
|
775 |
773 contradiction
|
776 |
774 entailment
|
777 |
775 contradiction
|
778 |
+
776 contradiction
|
779 |
777 entailment
|
780 |
778 contradiction
|
781 |
779 neutral
|
|
|
811 |
809 neutral
|
812 |
810 contradiction
|
813 |
811 neutral
|
814 |
+
812 neutral
|
815 |
813 neutral
|
816 |
814 entailment
|
817 |
815 contradiction
|
|
|
829 |
827 contradiction
|
830 |
828 entailment
|
831 |
829 neutral
|
832 |
+
830 neutral
|
833 |
831 contradiction
|
834 |
832 neutral
|
835 |
833 neutral
|
836 |
834 contradiction
|
837 |
835 entailment
|
838 |
+
836 contradiction
|
839 |
837 neutral
|
840 |
838 contradiction
|
841 |
+
839 neutral
|
842 |
840 entailment
|
843 |
841 neutral
|
844 |
842 contradiction
|
845 |
843 neutral
|
846 |
+
844 neutral
|
847 |
845 contradiction
|
848 |
846 entailment
|
849 |
847 contradiction
|
850 |
848 contradiction
|
851 |
849 contradiction
|
852 |
+
850 contradiction
|
853 |
851 contradiction
|
854 |
852 entailment
|
855 |
853 contradiction
|
856 |
854 neutral
|
857 |
855 neutral
|
858 |
856 entailment
|
859 |
+
857 neutral
|
860 |
858 neutral
|
861 |
859 neutral
|
862 |
860 entailment
|
|
|
868 |
866 neutral
|
869 |
867 entailment
|
870 |
868 contradiction
|
871 |
+
869 neutral
|
872 |
870 contradiction
|
873 |
871 neutral
|
874 |
872 entailment
|
|
|
893 |
891 contradiction
|
894 |
892 entailment
|
895 |
893 neutral
|
896 |
+
894 entailment
|
897 |
895 entailment
|
898 |
+
896 entailment
|
899 |
897 contradiction
|
900 |
898 entailment
|
901 |
899 neutral
|
|
|
938 |
936 contradiction
|
939 |
937 neutral
|
940 |
938 entailment
|
941 |
+
939 contradiction
|
942 |
940 neutral
|
943 |
941 neutral
|
944 |
+
942 neutral
|
945 |
943 entailment
|
946 |
+
944 neutral
|
947 |
945 entailment
|
948 |
946 neutral
|
949 |
947 contradiction
|
950 |
+
948 contradiction
|
951 |
949 neutral
|
952 |
950 contradiction
|
953 |
+
951 contradiction
|
954 |
+
952 contradiction
|
955 |
953 contradiction
|
956 |
954 contradiction
|
957 |
955 neutral
|
958 |
+
956 entailment
|
959 |
957 entailment
|
960 |
958 contradiction
|
961 |
959 neutral
|
|
|
963 |
961 contradiction
|
964 |
962 entailment
|
965 |
963 entailment
|
966 |
+
964 contradiction
|
967 |
965 neutral
|
968 |
966 contradiction
|
969 |
967 contradiction
|
970 |
968 neutral
|
971 |
+
969 neutral
|
972 |
970 neutral
|
973 |
971 contradiction
|
974 |
972 contradiction
|
|
|
981 |
979 contradiction
|
982 |
980 neutral
|
983 |
981 neutral
|
984 |
+
982 neutral
|
985 |
983 entailment
|
986 |
984 neutral
|
987 |
985 contradiction
|
|
|
989 |
987 entailment
|
990 |
988 neutral
|
991 |
989 contradiction
|
992 |
+
990 entailment
|
993 |
991 contradiction
|
994 |
992 neutral
|
995 |
993 neutral
|
|
|
999 |
997 neutral
|
1000 |
998 entailment
|
1001 |
999 contradiction
|
1002 |
+
1000 neutral
|
1003 |
+
1001 entailment
|
1004 |
1002 entailment
|
1005 |
1003 neutral
|
1006 |
1004 contradiction
|
|
|
1008 |
1006 entailment
|
1009 |
1007 neutral
|
1010 |
1008 entailment
|
1011 |
+
1009 neutral
|
1012 |
1010 contradiction
|
1013 |
1011 contradiction
|
1014 |
1012 neutral
|
1015 |
+
1013 entailment
|
1016 |
1014 neutral
|
1017 |
1015 neutral
|
1018 |
1016 contradiction
|
1019 |
1017 contradiction
|
1020 |
+
1018 neutral
|
1021 |
1019 neutral
|
1022 |
1020 neutral
|
1023 |
1021 entailment
|
|
|
1026 |
1024 entailment
|
1027 |
1025 neutral
|
1028 |
1026 neutral
|
1029 |
+
1027 neutral
|
1030 |
1028 contradiction
|
1031 |
1029 neutral
|
1032 |
+
1030 contradiction
|
1033 |
1031 neutral
|
1034 |
1032 neutral
|
1035 |
1033 entailment
|
|
|
1040 |
1038 entailment
|
1041 |
1039 neutral
|
1042 |
1040 neutral
|
1043 |
+
1041 entailment
|
1044 |
1042 contradiction
|
1045 |
1043 neutral
|
1046 |
1044 contradiction
|
1047 |
1045 neutral
|
1048 |
1046 entailment
|
1049 |
+
1047 neutral
|
1050 |
1048 neutral
|
1051 |
1049 neutral
|
1052 |
1050 entailment
|
|
|
1068 |
1066 contradiction
|
1069 |
1067 neutral
|
1070 |
1068 entailment
|
1071 |
+
1069 contradiction
|
1072 |
1070 contradiction
|
1073 |
1071 contradiction
|
1074 |
1072 neutral
|
1075 |
1073 entailment
|
1076 |
+
1074 contradiction
|
1077 |
+
1075 neutral
|
1078 |
1076 neutral
|
1079 |
1077 neutral
|
1080 |
1078 neutral
|
|
|
1088 |
1086 entailment
|
1089 |
1087 neutral
|
1090 |
1088 neutral
|
1091 |
+
1089 entailment
|
1092 |
1090 entailment
|
1093 |
1091 entailment
|
1094 |
1092 contradiction
|
1095 |
1093 contradiction
|
1096 |
+
1094 neutral
|
1097 |
1095 neutral
|
1098 |
1096 contradiction
|
1099 |
1097 entailment
|
1100 |
1098 contradiction
|
1101 |
+
1099 contradiction
|
1102 |
1100 neutral
|
1103 |
1101 neutral
|
1104 |
1102 contradiction
|
|
|
1112 |
1110 neutral
|
1113 |
1111 contradiction
|
1114 |
1112 neutral
|
1115 |
+
1113 entailment
|
1116 |
1114 entailment
|
1117 |
1115 contradiction
|
1118 |
1116 entailment
|
|
|
1121 |
1119 neutral
|
1122 |
1120 entailment
|
1123 |
1121 contradiction
|
1124 |
+
1122 neutral
|
1125 |
1123 entailment
|
1126 |
1124 neutral
|
1127 |
1125 neutral
|
|
|
1134 |
1132 neutral
|
1135 |
1133 contradiction
|
1136 |
1134 neutral
|
1137 |
+
1135 neutral
|
1138 |
1136 entailment
|
1139 |
1137 entailment
|
1140 |
1138 contradiction
|
|
|
1146 |
1144 entailment
|
1147 |
1145 neutral
|
1148 |
1146 neutral
|
1149 |
+
1147 neutral
|
1150 |
1148 neutral
|
1151 |
1149 entailment
|
1152 |
1150 entailment
|
|
|
1156 |
1154 entailment
|
1157 |
1155 neutral
|
1158 |
1156 contradiction
|
1159 |
+
1157 neutral
|
1160 |
+
1158 contradiction
|
1161 |
1159 contradiction
|
1162 |
+
1160 contradiction
|
1163 |
1161 contradiction
|
1164 |
+
1162 contradiction
|
1165 |
1163 entailment
|
1166 |
1164 neutral
|
1167 |
1165 neutral
|
|
|
1172 |
1170 neutral
|
1173 |
1171 entailment
|
1174 |
1172 contradiction
|
1175 |
+
1173 contradiction
|
1176 |
1174 contradiction
|
1177 |
1175 contradiction
|
1178 |
1176 neutral
|
1179 |
1177 entailment
|
1180 |
1178 contradiction
|
1181 |
+
1179 contradiction
|
1182 |
1180 contradiction
|
1183 |
1181 neutral
|
1184 |
1182 entailment
|
1185 |
+
1183 contradiction
|
1186 |
1184 neutral
|
1187 |
1185 neutral
|
1188 |
1186 contradiction
|
|
|
1202 |
1200 neutral
|
1203 |
1201 contradiction
|
1204 |
1202 entailment
|
1205 |
+
1203 neutral
|
1206 |
1204 entailment
|
1207 |
1205 contradiction
|
1208 |
1206 entailment
|
|
|
1214 |
1212 contradiction
|
1215 |
1213 entailment
|
1216 |
1214 neutral
|
1217 |
+
1215 neutral
|
1218 |
1216 neutral
|
1219 |
1217 neutral
|
1220 |
1218 contradiction
|
1221 |
1219 neutral
|
1222 |
1220 entailment
|
1223 |
+
1221 neutral
|
1224 |
1222 contradiction
|
1225 |
1223 contradiction
|
1226 |
1224 neutral
|
|
|
1246 |
1244 contradiction
|
1247 |
1245 neutral
|
1248 |
1246 entailment
|
1249 |
+
1247 contradiction
|
1250 |
1248 neutral
|
1251 |
1249 contradiction
|
1252 |
1250 neutral
|
|
|
1256 |
1254 contradiction
|
1257 |
1255 neutral
|
1258 |
1256 entailment
|
1259 |
+
1257 contradiction
|
1260 |
1258 contradiction
|
1261 |
1259 entailment
|
1262 |
1260 contradiction
|
|
|
1280 |
1278 contradiction
|
1281 |
1279 contradiction
|
1282 |
1280 contradiction
|
1283 |
+
1281 contradiction
|
1284 |
1282 entailment
|
1285 |
+
1283 entailment
|
1286 |
1284 entailment
|
1287 |
1285 contradiction
|
1288 |
+
1286 entailment
|
1289 |
+
1287 contradiction
|
1290 |
1288 neutral
|
1291 |
1289 entailment
|
1292 |
+
1290 neutral
|
1293 |
1291 neutral
|
1294 |
1292 contradiction
|
1295 |
1293 entailment
|
|
|
1311 |
1309 neutral
|
1312 |
1310 contradiction
|
1313 |
1311 contradiction
|
1314 |
+
1312 entailment
|
1315 |
1313 entailment
|
1316 |
1314 contradiction
|
1317 |
1315 entailment
|
|
|
1321 |
1319 neutral
|
1322 |
1320 entailment
|
1323 |
1321 contradiction
|
1324 |
+
1322 contradiction
|
1325 |
1323 contradiction
|
1326 |
1324 neutral
|
1327 |
+
1325 neutral
|
1328 |
1326 neutral
|
1329 |
1327 contradiction
|
1330 |
1328 contradiction
|
1331 |
1329 contradiction
|
1332 |
+
1330 neutral
|
1333 |
1331 entailment
|
1334 |
1332 contradiction
|
1335 |
1333 entailment
|
|
|
1376 |
1374 entailment
|
1377 |
1375 contradiction
|
1378 |
1376 neutral
|
1379 |
+
1377 neutral
|
1380 |
1378 entailment
|
1381 |
1379 neutral
|
1382 |
1380 contradiction
|
|
|
1400 |
1398 neutral
|
1401 |
1399 entailment
|
1402 |
1400 contradiction
|
1403 |
+
1401 neutral
|
1404 |
1402 entailment
|
1405 |
1403 contradiction
|
1406 |
1404 contradiction
|
1407 |
1405 neutral
|
1408 |
+
1406 neutral
|
1409 |
1407 neutral
|
1410 |
1408 entailment
|
1411 |
1409 entailment
|
1412 |
1410 neutral
|
1413 |
1411 contradiction
|
1414 |
+
1412 entailment
|
1415 |
1413 entailment
|
1416 |
+
1414 contradiction
|
1417 |
1415 neutral
|
1418 |
1416 neutral
|
1419 |
1417 contradiction
|
1420 |
1418 contradiction
|
1421 |
1419 contradiction
|
1422 |
1420 neutral
|
1423 |
+
1421 entailment
|
1424 |
+
1422 contradiction
|
1425 |
1423 entailment
|
1426 |
1424 contradiction
|
1427 |
1425 entailment
|
1428 |
+
1426 contradiction
|
1429 |
1427 entailment
|
1430 |
1428 neutral
|
1431 |
1429 entailment
|
|
|
1433 |
1431 contradiction
|
1434 |
1432 neutral
|
1435 |
1433 neutral
|
1436 |
+
1434 contradiction
|
1437 |
1435 neutral
|
1438 |
1436 entailment
|
1439 |
1437 contradiction
|
|
|
1448 |
1446 entailment
|
1449 |
1447 neutral
|
1450 |
1448 contradiction
|
1451 |
+
1449 neutral
|
1452 |
1450 entailment
|
1453 |
1451 contradiction
|
1454 |
1452 neutral
|
|
|
1480 |
1478 entailment
|
1481 |
1479 neutral
|
1482 |
1480 contradiction
|
1483 |
+
1481 neutral
|
1484 |
1482 neutral
|
1485 |
1483 entailment
|
1486 |
+
1484 neutral
|
1487 |
1485 neutral
|
1488 |
1486 neutral
|
1489 |
1487 neutral
|
|
|
1494 |
1492 contradiction
|
1495 |
1493 entailment
|
1496 |
1494 neutral
|
1497 |
+
1495 neutral
|
1498 |
1496 contradiction
|
1499 |
1497 entailment
|
1500 |
1498 contradiction
|
|
|
1504 |
1502 entailment
|
1505 |
1503 entailment
|
1506 |
1504 neutral
|
1507 |
+
1505 contradiction
|
1508 |
1506 neutral
|
1509 |
1507 entailment
|
1510 |
1508 contradiction
|
|
|
1512 |
1510 contradiction
|
1513 |
1511 neutral
|
1514 |
1512 neutral
|
1515 |
+
1513 contradiction
|
1516 |
1514 neutral
|
1517 |
1515 entailment
|
1518 |
1516 neutral
|
|
|
1525 |
1523 entailment
|
1526 |
1524 neutral
|
1527 |
1525 neutral
|
1528 |
+
1526 contradiction
|
1529 |
1527 contradiction
|
1530 |
1528 contradiction
|
1531 |
+
1529 contradiction
|
1532 |
1530 contradiction
|
1533 |
1531 neutral
|
1534 |
1532 entailment
|
1535 |
1533 entailment
|
1536 |
1534 contradiction
|
1537 |
+
1535 neutral
|
1538 |
1536 entailment
|
1539 |
1537 neutral
|
1540 |
1538 neutral
|
1541 |
+
1539 neutral
|
1542 |
1540 neutral
|
1543 |
1541 neutral
|
1544 |
+
1542 contradiction
|
1545 |
1543 contradiction
|
1546 |
1544 neutral
|
1547 |
1545 neutral
|
|
|
1554 |
1552 neutral
|
1555 |
1553 contradiction
|
1556 |
1554 entailment
|
1557 |
+
1555 neutral
|
1558 |
1556 neutral
|
1559 |
1557 neutral
|
1560 |
+
1558 neutral
|
1561 |
1559 neutral
|
1562 |
1560 neutral
|
1563 |
+
1561 neutral
|
1564 |
1562 contradiction
|
1565 |
+
1563 neutral
|
1566 |
1564 entailment
|
1567 |
1565 neutral
|
1568 |
1566 contradiction
|
|
|
1596 |
1594 contradiction
|
1597 |
1595 neutral
|
1598 |
1596 entailment
|
1599 |
+
1597 entailment
|
1600 |
1598 contradiction
|
1601 |
1599 neutral
|
1602 |
1600 contradiction
|
1603 |
1601 neutral
|
1604 |
1602 neutral
|
1605 |
+
1603 neutral
|
1606 |
+
1604 neutral
|
1607 |
1605 entailment
|
1608 |
1606 neutral
|
1609 |
1607 contradiction
|
1610 |
1608 entailment
|
1611 |
1609 neutral
|
1612 |
1610 contradiction
|
1613 |
+
1611 entailment
|
1614 |
1612 contradiction
|
1615 |
+
1613 entailment
|
1616 |
1614 contradiction
|
1617 |
1615 neutral
|
1618 |
1616 entailment
|
1619 |
1617 contradiction
|
1620 |
1618 entailment
|
1621 |
1619 contradiction
|
1622 |
+
1620 contradiction
|
1623 |
1621 contradiction
|
1624 |
1622 neutral
|
1625 |
1623 contradiction
|
|
|
1638 |
1636 contradiction
|
1639 |
1637 neutral
|
1640 |
1638 entailment
|
1641 |
+
1639 neutral
|
1642 |
1640 entailment
|
1643 |
1641 neutral
|
1644 |
1642 entailment
|
1645 |
1643 contradiction
|
1646 |
+
1644 contradiction
|
1647 |
1645 entailment
|
1648 |
1646 neutral
|
1649 |
1647 neutral
|
|
|
1663 |
1661 neutral
|
1664 |
1662 neutral
|
1665 |
1663 entailment
|
1666 |
+
1664 contradiction
|
1667 |
1665 contradiction
|
1668 |
1666 entailment
|
1669 |
1667 entailment
|
|
|
1702 |
1700 entailment
|
1703 |
1701 contradiction
|
1704 |
1702 entailment
|
1705 |
+
1703 neutral
|
1706 |
1704 contradiction
|
1707 |
1705 entailment
|
1708 |
1706 neutral
|
1709 |
+
1707 contradiction
|
1710 |
1708 neutral
|
1711 |
1709 neutral
|
1712 |
1710 neutral
|
|
|
1725 |
1723 contradiction
|
1726 |
1724 entailment
|
1727 |
1725 contradiction
|
1728 |
+
1726 entailment
|
1729 |
1727 neutral
|
1730 |
+
1728 contradiction
|
1731 |
1729 neutral
|
1732 |
1730 entailment
|
1733 |
1731 contradiction
|
1734 |
+
1732 contradiction
|
1735 |
1733 neutral
|
1736 |
+
1734 neutral
|
1737 |
1735 neutral
|
1738 |
1736 contradiction
|
1739 |
1737 neutral
|
|
|
1745 |
1743 contradiction
|
1746 |
1744 neutral
|
1747 |
1745 neutral
|
1748 |
+
1746 contradiction
|
1749 |
+
1747 entailment
|
1750 |
1748 neutral
|
1751 |
1749 neutral
|
1752 |
1750 contradiction
|
1753 |
+
1751 entailment
|
1754 |
+
1752 contradiction
|
1755 |
1753 contradiction
|
1756 |
1754 neutral
|
1757 |
1755 contradiction
|
|
|
1795 |
1793 neutral
|
1796 |
1794 contradiction
|
1797 |
1795 contradiction
|
1798 |
+
1796 neutral
|
1799 |
+
1797 entailment
|
1800 |
1798 neutral
|
1801 |
1799 contradiction
|
1802 |
+
1800 neutral
|
1803 |
1801 contradiction
|
1804 |
1802 neutral
|
1805 |
1803 contradiction
|
|
|
1827 |
1825 contradiction
|
1828 |
1826 neutral
|
1829 |
1827 contradiction
|
1830 |
+
1828 entailment
|
1831 |
1829 entailment
|
1832 |
1830 neutral
|
1833 |
1831 contradiction
|
|
|
1844 |
1842 contradiction
|
1845 |
1843 entailment
|
1846 |
1844 neutral
|
1847 |
+
1845 neutral
|
1848 |
+
1846 contradiction
|
1849 |
1847 neutral
|
1850 |
1848 contradiction
|
1851 |
1849 neutral
|
1852 |
1850 entailment
|
1853 |
+
1851 neutral
|
1854 |
1852 neutral
|
1855 |
1853 neutral
|
1856 |
1854 neutral
|
|
|
1882 |
1880 entailment
|
1883 |
1881 neutral
|
1884 |
1882 entailment
|
1885 |
+
1883 neutral
|
1886 |
1884 entailment
|
1887 |
1885 neutral
|
1888 |
+
1886 neutral
|
1889 |
1887 neutral
|
1890 |
+
1888 contradiction
|
1891 |
1889 contradiction
|
1892 |
1890 neutral
|
1893 |
1891 contradiction
|
1894 |
1892 entailment
|
1895 |
1893 neutral
|
1896 |
+
1894 neutral
|
1897 |
1895 entailment
|
1898 |
1896 neutral
|
1899 |
1897 entailment
|
|
|
1908 |
1906 entailment
|
1909 |
1907 neutral
|
1910 |
1908 entailment
|
1911 |
+
1909 neutral
|
1912 |
1910 neutral
|
1913 |
1911 contradiction
|
1914 |
1912 entailment
|
1915 |
1913 neutral
|
1916 |
1914 contradiction
|
1917 |
+
1915 contradiction
|
1918 |
1916 contradiction
|
1919 |
1917 contradiction
|
1920 |
1918 entailment
|
|
|
1948 |
1946 neutral
|
1949 |
1947 contradiction
|
1950 |
1948 neutral
|
1951 |
+
1949 contradiction
|
1952 |
1950 neutral
|
1953 |
1951 neutral
|
1954 |
1952 neutral
|
|
|
1956 |
1954 entailment
|
1957 |
1955 contradiction
|
1958 |
1956 neutral
|
1959 |
+
1957 entailment
|
1960 |
1958 entailment
|
1961 |
+
1959 neutral
|
1962 |
1960 entailment
|
1963 |
1961 contradiction
|
1964 |
1962 entailment
|
|
|
1967 |
1965 contradiction
|
1968 |
1966 neutral
|
1969 |
1967 entailment
|
1970 |
+
1968 contradiction
|
1971 |
1969 entailment
|
1972 |
1970 contradiction
|
1973 |
1971 entailment
|
1974 |
1972 entailment
|
1975 |
+
1973 contradiction
|
1976 |
1974 entailment
|
1977 |
1975 contradiction
|
1978 |
+
1976 neutral
|
1979 |
1977 entailment
|
1980 |
1978 neutral
|
1981 |
1979 neutral
|
|
|
1986 |
1984 contradiction
|
1987 |
1985 entailment
|
1988 |
1986 contradiction
|
1989 |
+
1987 neutral
|
1990 |
1988 neutral
|
1991 |
1989 neutral
|
1992 |
1990 neutral
|
1993 |
+
1991 neutral
|
1994 |
1992 contradiction
|
1995 |
1993 entailment
|
1996 |
1994 neutral
|
|
|
2005 |
2003 entailment
|
2006 |
2004 neutral
|
2007 |
2005 entailment
|
2008 |
+
2006 neutral
|
2009 |
2007 contradiction
|
2010 |
2008 entailment
|
2011 |
2009 contradiction
|
|
|
2046 |
2044 contradiction
|
2047 |
2045 neutral
|
2048 |
2046 entailment
|
2049 |
+
2047 contradiction
|
2050 |
2048 entailment
|
2051 |
2049 contradiction
|
2052 |
2050 neutral
|
2053 |
2051 entailment
|
2054 |
2052 contradiction
|
2055 |
+
2053 entailment
|
2056 |
2054 neutral
|
2057 |
2055 entailment
|
2058 |
2056 neutral
|
|
|
2063 |
2061 entailment
|
2064 |
2062 neutral
|
2065 |
2063 contradiction
|
2066 |
+
2064 contradiction
|
2067 |
2065 entailment
|
2068 |
+
2066 contradiction
|
2069 |
2067 neutral
|
2070 |
2068 contradiction
|
2071 |
2069 entailment
|
|
|
2085 |
2083 neutral
|
2086 |
2084 entailment
|
2087 |
2085 contradiction
|
2088 |
+
2086 entailment
|
2089 |
2087 entailment
|
2090 |
2088 neutral
|
2091 |
2089 contradiction
|
|
|
2096 |
2094 neutral
|
2097 |
2095 contradiction
|
2098 |
2096 entailment
|
2099 |
+
2097 entailment
|
2100 |
2098 entailment
|
2101 |
2099 neutral
|
2102 |
2100 entailment
|
2103 |
2101 contradiction
|
2104 |
2102 entailment
|
2105 |
2103 neutral
|
2106 |
+
2104 neutral
|
2107 |
2105 contradiction
|
2108 |
2106 entailment
|
2109 |
2107 entailment
|
|
|
2122 |
2120 contradiction
|
2123 |
2121 contradiction
|
2124 |
2122 neutral
|
2125 |
+
2123 neutral
|
2126 |
2124 neutral
|
2127 |
2125 contradiction
|
2128 |
2126 entailment
|
2129 |
2127 contradiction
|
2130 |
2128 entailment
|
2131 |
+
2129 contradiction
|
2132 |
2130 entailment
|
2133 |
2131 contradiction
|
2134 |
2132 contradiction
|
|
|
2160 |
2158 contradiction
|
2161 |
2159 neutral
|
2162 |
2160 entailment
|
2163 |
+
2161 neutral
|
2164 |
2162 contradiction
|
2165 |
2163 neutral
|
2166 |
2164 contradiction
|
|
|
2181 |
2179 entailment
|
2182 |
2180 contradiction
|
2183 |
2181 contradiction
|
2184 |
+
2182 contradiction
|
2185 |
2183 neutral
|
2186 |
2184 contradiction
|
2187 |
2185 entailment
|
|
|
2217 |
2215 entailment
|
2218 |
2216 neutral
|
2219 |
2217 entailment
|
2220 |
+
2218 contradiction
|
2221 |
2219 neutral
|
2222 |
2220 neutral
|
2223 |
2221 contradiction
|
|
|
2232 |
2230 contradiction
|
2233 |
2231 neutral
|
2234 |
2232 contradiction
|
2235 |
+
2233 contradiction
|
2236 |
2234 entailment
|
2237 |
2235 contradiction
|
2238 |
2236 neutral
|
|
|
2249 |
2247 contradiction
|
2250 |
2248 neutral
|
2251 |
2249 entailment
|
2252 |
+
2250 contradiction
|
2253 |
2251 neutral
|
2254 |
+
2252 entailment
|
2255 |
2253 neutral
|
2256 |
2254 entailment
|
2257 |
2255 neutral
|
|
|
2260 |
2258 neutral
|
2261 |
2259 contradiction
|
2262 |
2260 entailment
|
2263 |
+
2261 entailment
|
2264 |
2262 neutral
|
2265 |
2263 neutral
|
2266 |
2264 entailment
|
|
|
2270 |
2268 contradiction
|
2271 |
2269 entailment
|
2272 |
2270 contradiction
|
2273 |
+
2271 neutral
|
2274 |
2272 contradiction
|
2275 |
+
2273 neutral
|
2276 |
2274 entailment
|
2277 |
2275 neutral
|
2278 |
2276 entailment
|
|
|
2297 |
2295 neutral
|
2298 |
2296 entailment
|
2299 |
2297 contradiction
|
2300 |
+
2298 entailment
|
2301 |
2299 contradiction
|
2302 |
2300 neutral
|
2303 |
2301 contradiction
|
|
|
2316 |
2314 contradiction
|
2317 |
2315 entailment
|
2318 |
2316 contradiction
|
2319 |
+
2317 neutral
|
2320 |
2318 contradiction
|
2321 |
2319 neutral
|
2322 |
2320 neutral
|
2323 |
2321 contradiction
|
2324 |
2322 contradiction
|
2325 |
+
2323 contradiction
|
2326 |
2324 neutral
|
2327 |
2325 neutral
|
2328 |
2326 neutral
|
2329 |
+
2327 contradiction
|
2330 |
2328 contradiction
|
2331 |
2329 neutral
|
2332 |
+
2330 entailment
|
2333 |
2331 neutral
|
2334 |
2332 entailment
|
2335 |
+
2333 contradiction
|
2336 |
2334 neutral
|
2337 |
2335 entailment
|
2338 |
2336 entailment
|
2339 |
2337 contradiction
|
2340 |
2338 neutral
|
2341 |
+
2339 entailment
|
2342 |
2340 entailment
|
2343 |
2341 neutral
|
2344 |
2342 contradiction
|
|
|
2346 |
2344 contradiction
|
2347 |
2345 neutral
|
2348 |
2346 neutral
|
2349 |
+
2347 neutral
|
2350 |
+
2348 entailment
|
2351 |
2349 neutral
|
2352 |
2350 contradiction
|
2353 |
2351 entailment
|
|
|
2362 |
2360 contradiction
|
2363 |
2361 contradiction
|
2364 |
2362 entailment
|
2365 |
+
2363 neutral
|
2366 |
2364 contradiction
|
2367 |
2365 neutral
|
2368 |
2366 entailment
|
2369 |
2367 entailment
|
2370 |
2368 neutral
|
2371 |
2369 contradiction
|
2372 |
+
2370 neutral
|
2373 |
2371 contradiction
|
2374 |
2372 entailment
|
2375 |
2373 neutral
|
2376 |
+
2374 neutral
|
2377 |
2375 contradiction
|
2378 |
2376 neutral
|
2379 |
2377 contradiction
|
|
|
2384 |
2382 contradiction
|
2385 |
2383 entailment
|
2386 |
2384 neutral
|
2387 |
+
2385 contradiction
|
2388 |
+
2386 contradiction
|
2389 |
2387 contradiction
|
2390 |
2388 contradiction
|
2391 |
+
2389 contradiction
|
2392 |
2390 entailment
|
2393 |
2391 neutral
|
2394 |
2392 entailment
|
2395 |
+
2393 neutral
|
2396 |
2394 neutral
|
2397 |
+
2395 neutral
|
2398 |
2396 contradiction
|
2399 |
2397 contradiction
|
2400 |
2398 neutral
|
2401 |
2399 entailment
|
2402 |
2400 neutral
|
2403 |
2401 entailment
|
2404 |
+
2402 contradiction
|
2405 |
2403 neutral
|
2406 |
+
2404 contradiction
|
2407 |
2405 entailment
|
2408 |
2406 neutral
|
2409 |
2407 contradiction
|
|
|
2434 |
2432 contradiction
|
2435 |
2433 contradiction
|
2436 |
2434 neutral
|
2437 |
+
2435 contradiction
|
2438 |
2436 entailment
|
2439 |
2437 contradiction
|
2440 |
2438 entailment
|
|
|
2443 |
2441 neutral
|
2444 |
2442 contradiction
|
2445 |
2443 neutral
|
2446 |
+
2444 entailment
|
2447 |
2445 neutral
|
2448 |
2446 entailment
|
2449 |
2447 contradiction
|
|
|
2456 |
2454 entailment
|
2457 |
2455 contradiction
|
2458 |
2456 neutral
|
2459 |
+
2457 neutral
|
2460 |
2458 contradiction
|
2461 |
+
2459 entailment
|
2462 |
2460 entailment
|
2463 |
2461 contradiction
|
2464 |
2462 neutral
|
|
|
2476 |
2474 neutral
|
2477 |
2475 neutral
|
2478 |
2476 contradiction
|
2479 |
+
2477 neutral
|
2480 |
2478 neutral
|
2481 |
2479 entailment
|
2482 |
2480 contradiction
|
2483 |
+
2481 contradiction
|
2484 |
2482 contradiction
|
2485 |
+
2483 contradiction
|
2486 |
2484 neutral
|
2487 |
2485 neutral
|
2488 |
2486 neutral
|
2489 |
2487 contradiction
|
2490 |
+
2488 neutral
|
2491 |
2489 neutral
|
2492 |
2490 contradiction
|
2493 |
2491 neutral
|
|
|
2535 |
2533 contradiction
|
2536 |
2534 contradiction
|
2537 |
2535 neutral
|
2538 |
+
2536 entailment
|
2539 |
2537 contradiction
|
2540 |
2538 neutral
|
2541 |
2539 contradiction
|
2542 |
+
2540 entailment
|
2543 |
2541 neutral
|
2544 |
2542 entailment
|
2545 |
2543 contradiction
|
|
|
2589 |
2587 contradiction
|
2590 |
2588 contradiction
|
2591 |
2589 neutral
|
2592 |
+
2590 contradiction
|
2593 |
2591 contradiction
|
2594 |
2592 contradiction
|
2595 |
2593 neutral
|
|
|
2610 |
2608 neutral
|
2611 |
2609 contradiction
|
2612 |
2610 neutral
|
2613 |
+
2611 entailment
|
2614 |
+
2612 neutral
|
2615 |
2613 neutral
|
2616 |
2614 contradiction
|
2617 |
2615 neutral
|
|
|
2621 |
2619 neutral
|
2622 |
2620 neutral
|
2623 |
2621 contradiction
|
2624 |
+
2622 contradiction
|
2625 |
2623 neutral
|
2626 |
2624 entailment
|
2627 |
2625 neutral
|
|
|
2641 |
2639 contradiction
|
2642 |
2640 neutral
|
2643 |
2641 neutral
|
2644 |
+
2642 entailment
|
2645 |
2643 contradiction
|
2646 |
2644 entailment
|
2647 |
2645 neutral
|
2648 |
+
2646 contradiction
|
2649 |
2647 contradiction
|
2650 |
2648 contradiction
|
2651 |
2649 entailment
|
|
|
2662 |
2660 entailment
|
2663 |
2661 neutral
|
2664 |
2662 neutral
|
2665 |
+
2663 neutral
|
2666 |
2664 contradiction
|
2667 |
2665 entailment
|
2668 |
2666 neutral
|
|
|
2686 |
2684 neutral
|
2687 |
2685 neutral
|
2688 |
2686 neutral
|
2689 |
+
2687 neutral
|
2690 |
2688 contradiction
|
2691 |
2689 neutral
|
2692 |
2690 neutral
|
2693 |
2691 contradiction
|
2694 |
2692 neutral
|
2695 |
+
2693 entailment
|
2696 |
2694 entailment
|
2697 |
2695 neutral
|
2698 |
2696 contradiction
|
2699 |
2697 neutral
|
2700 |
2698 contradiction
|
2701 |
2699 entailment
|
2702 |
+
2700 entailment
|
2703 |
2701 neutral
|
2704 |
2702 entailment
|
2705 |
2703 neutral
|
|
|
2727 |
2725 entailment
|
2728 |
2726 neutral
|
2729 |
2727 entailment
|
2730 |
+
2728 contradiction
|
2731 |
2729 neutral
|
2732 |
2730 entailment
|
2733 |
2731 neutral
|
|
|
2747 |
2745 entailment
|
2748 |
2746 contradiction
|
2749 |
2747 neutral
|
2750 |
+
2748 entailment
|
2751 |
2749 neutral
|
2752 |
2750 contradiction
|
2753 |
2751 neutral
|
|
|
2760 |
2758 entailment
|
2761 |
2759 contradiction
|
2762 |
2760 contradiction
|
2763 |
+
2761 contradiction
|
2764 |
2762 neutral
|
2765 |
2763 neutral
|
2766 |
2764 entailment
|
|
|
2774 |
2772 entailment
|
2775 |
2773 contradiction
|
2776 |
2774 neutral
|
2777 |
+
2775 contradiction
|
2778 |
2776 neutral
|
2779 |
2777 entailment
|
2780 |
2778 neutral
|
2781 |
2779 neutral
|
2782 |
2780 contradiction
|
2783 |
+
2781 contradiction
|
2784 |
2782 contradiction
|
2785 |
2783 entailment
|
2786 |
2784 neutral
|
|
|
2788 |
2786 contradiction
|
2789 |
2787 entailment
|
2790 |
2788 contradiction
|
2791 |
+
2789 neutral
|
2792 |
2790 neutral
|
2793 |
2791 entailment
|
2794 |
2792 entailment
|
|
|
2807 |
2805 neutral
|
2808 |
2806 contradiction
|
2809 |
2807 entailment
|
2810 |
+
2808 neutral
|
2811 |
2809 contradiction
|
2812 |
2810 entailment
|
2813 |
2811 contradiction
|
2814 |
2812 entailment
|
2815 |
+
2813 neutral
|
2816 |
2814 entailment
|
2817 |
2815 neutral
|
2818 |
2816 contradiction
|
|
|
2826 |
2824 contradiction
|
2827 |
2825 neutral
|
2828 |
2826 entailment
|
2829 |
+
2827 entailment
|
2830 |
2828 contradiction
|
2831 |
2829 contradiction
|
2832 |
2830 entailment
|
|
|
2843 |
2841 neutral
|
2844 |
2842 neutral
|
2845 |
2843 neutral
|
2846 |
+
2844 contradiction
|
2847 |
2845 neutral
|
2848 |
2846 entailment
|
2849 |
2847 entailment
|
|
|
2860 |
2858 neutral
|
2861 |
2859 neutral
|
2862 |
2860 entailment
|
2863 |
+
2861 contradiction
|
2864 |
2862 entailment
|
2865 |
2863 contradiction
|
2866 |
2864 neutral
|
2867 |
2865 neutral
|
2868 |
2866 entailment
|
2869 |
+
2867 neutral
|
2870 |
2868 neutral
|
2871 |
2869 entailment
|
2872 |
2870 contradiction
|
2873 |
2871 contradiction
|
2874 |
2872 neutral
|
2875 |
2873 entailment
|
2876 |
+
2874 neutral
|
2877 |
2875 entailment
|
2878 |
2876 neutral
|
2879 |
2877 contradiction
|
|
|
2885 |
2883 entailment
|
2886 |
2884 neutral
|
2887 |
2885 contradiction
|
2888 |
+
2886 contradiction
|
2889 |
2887 contradiction
|
2890 |
2888 entailment
|
2891 |
2889 neutral
|
2892 |
+
2890 contradiction
|
2893 |
2891 contradiction
|
2894 |
2892 entailment
|
2895 |
2893 contradiction
|
2896 |
2894 neutral
|
2897 |
2895 contradiction
|
2898 |
2896 neutral
|
2899 |
+
2897 neutral
|
2900 |
2898 entailment
|
2901 |
2899 neutral
|
2902 |
2900 contradiction
|
|
|
2904 |
2902 entailment
|
2905 |
2903 neutral
|
2906 |
2904 entailment
|
2907 |
+
2905 neutral
|
2908 |
2906 neutral
|
2909 |
2907 contradiction
|
2910 |
2908 neutral
|
|
|
2914 |
2912 neutral
|
2915 |
2913 entailment
|
2916 |
2914 neutral
|
2917 |
+
2915 neutral
|
2918 |
+
2916 entailment
|
2919 |
+
2917 entailment
|
2920 |
2918 neutral
|
2921 |
+
2919 neutral
|
2922 |
2920 contradiction
|
2923 |
2921 neutral
|
2924 |
2922 entailment
|
|
|
2960 |
2958 entailment
|
2961 |
2959 contradiction
|
2962 |
2960 entailment
|
2963 |
+
2961 neutral
|
2964 |
2962 neutral
|
2965 |
2963 contradiction
|
2966 |
2964 neutral
|
2967 |
+
2965 contradiction
|
2968 |
+
2966 neutral
|
2969 |
2967 entailment
|
2970 |
2968 neutral
|
2971 |
2969 contradiction
|
2972 |
+
2970 neutral
|
2973 |
2971 entailment
|
2974 |
2972 contradiction
|
2975 |
2973 neutral
|
|
|
2981 |
2979 neutral
|
2982 |
2980 contradiction
|
2983 |
2981 contradiction
|
2984 |
+
2982 entailment
|
2985 |
2983 contradiction
|
2986 |
2984 entailment
|
2987 |
2985 contradiction
|
|
|
2999 |
2997 neutral
|
3000 |
2998 entailment
|
3001 |
2999 contradiction
|
3002 |
+
3000 contradiction
|
3003 |
3001 neutral
|
3004 |
3002 contradiction
|
3005 |
3003 entailment
|
3006 |
3004 contradiction
|
3007 |
3005 neutral
|
3008 |
+
3006 neutral
|
3009 |
3007 neutral
|
3010 |
3008 neutral
|
3011 |
3009 contradiction
|
|
|
3014 |
3012 neutral
|
3015 |
3013 entailment
|
3016 |
3014 contradiction
|
3017 |
+
3015 neutral
|
3018 |
3016 entailment
|
3019 |
3017 contradiction
|
3020 |
3018 contradiction
|
|
|
3066 |
3064 entailment
|
3067 |
3065 contradiction
|
3068 |
3066 contradiction
|
3069 |
+
3067 entailment
|
3070 |
3068 neutral
|
3071 |
3069 neutral
|
3072 |
3070 entailment
|
3073 |
3071 contradiction
|
3074 |
+
3072 neutral
|
3075 |
3073 entailment
|
3076 |
3074 contradiction
|
3077 |
3075 contradiction
|
|
|
3101 |
3099 neutral
|
3102 |
3100 entailment
|
3103 |
3101 contradiction
|
3104 |
+
3102 contradiction
|
3105 |
3103 entailment
|
3106 |
3104 neutral
|
3107 |
3105 contradiction
|
|
|
3114 |
3112 neutral
|
3115 |
3113 entailment
|
3116 |
3114 contradiction
|
3117 |
+
3115 entailment
|
3118 |
3116 entailment
|
3119 |
3117 neutral
|
3120 |
3118 neutral
|
|
|
3125 |
3123 neutral
|
3126 |
3124 neutral
|
3127 |
3125 contradiction
|
3128 |
+
3126 entailment
|
3129 |
3127 neutral
|
3130 |
3128 contradiction
|
3131 |
3129 neutral
|
|
|
3137 |
3135 neutral
|
3138 |
3136 entailment
|
3139 |
3137 contradiction
|
3140 |
+
3138 contradiction
|
3141 |
3139 neutral
|
3142 |
3140 neutral
|
3143 |
3141 neutral
|
|
|
3151 |
3149 contradiction
|
3152 |
3150 neutral
|
3153 |
3151 neutral
|
3154 |
+
3152 neutral
|
3155 |
3153 contradiction
|
3156 |
3154 neutral
|
3157 |
3155 entailment
|
|
|
3161 |
3159 contradiction
|
3162 |
3160 entailment
|
3163 |
3161 neutral
|
3164 |
+
3162 entailment
|
3165 |
+
3163 contradiction
|
3166 |
3164 contradiction
|
3167 |
3165 entailment
|
3168 |
3166 neutral
|
3169 |
+
3167 contradiction
|
3170 |
3168 neutral
|
3171 |
3169 neutral
|
3172 |
3170 entailment
|
|
|
3177 |
3175 neutral
|
3178 |
3176 neutral
|
3179 |
3177 neutral
|
3180 |
+
3178 neutral
|
3181 |
+
3179 neutral
|
3182 |
3180 contradiction
|
3183 |
3181 neutral
|
3184 |
3182 entailment
|
|
|
3186 |
3184 contradiction
|
3187 |
3185 neutral
|
3188 |
3186 entailment
|
3189 |
+
3187 contradiction
|
3190 |
+
3188 neutral
|
3191 |
3189 neutral
|
3192 |
3190 contradiction
|
3193 |
+
3191 entailment
|
3194 |
3192 entailment
|
3195 |
+
3193 contradiction
|
3196 |
3194 contradiction
|
3197 |
3195 contradiction
|
3198 |
3196 neutral
|
3199 |
3197 contradiction
|
3200 |
3198 contradiction
|
3201 |
+
3199 entailment
|
3202 |
3200 neutral
|
3203 |
3201 neutral
|
3204 |
+
3202 contradiction
|
3205 |
3203 contradiction
|
3206 |
3204 entailment
|
3207 |
3205 contradiction
|
3208 |
3206 neutral
|
3209 |
3207 neutral
|
3210 |
+
3208 contradiction
|
3211 |
3209 neutral
|
3212 |
3210 neutral
|
3213 |
3211 contradiction
|
3214 |
3212 entailment
|
3215 |
+
3213 entailment
|
3216 |
3214 neutral
|
3217 |
3215 contradiction
|
3218 |
3216 neutral
|
3219 |
+
3217 entailment
|
3220 |
3218 contradiction
|
3221 |
3219 neutral
|
3222 |
3220 contradiction
|
|
|
3238 |
3236 neutral
|
3239 |
3237 entailment
|
3240 |
3238 contradiction
|
3241 |
+
3239 entailment
|
3242 |
3240 entailment
|
3243 |
3241 contradiction
|
3244 |
+
3242 neutral
|
3245 |
3243 entailment
|
3246 |
3244 contradiction
|
3247 |
3245 neutral
|
|
|
3249 |
3247 neutral
|
3250 |
3248 entailment
|
3251 |
3249 neutral
|
3252 |
+
3250 contradiction
|
3253 |
3251 neutral
|
3254 |
3252 neutral
|
3255 |
3253 contradiction
|
|
|
3262 |
3260 neutral
|
3263 |
3261 contradiction
|
3264 |
3262 neutral
|
3265 |
+
3263 entailment
|
3266 |
3264 neutral
|
3267 |
3265 neutral
|
3268 |
3266 contradiction
|
|
|
3301 |
3299 contradiction
|
3302 |
3300 contradiction
|
3303 |
3301 entailment
|
3304 |
+
3302 neutral
|
3305 |
3303 neutral
|
3306 |
3304 entailment
|
3307 |
3305 contradiction
|
|
|
3312 |
3310 entailment
|
3313 |
3311 neutral
|
3314 |
3312 contradiction
|
3315 |
+
3313 contradiction
|
3316 |
3314 neutral
|
3317 |
3315 entailment
|
3318 |
3316 contradiction
|
|
|
3326 |
3324 contradiction
|
3327 |
3325 contradiction
|
3328 |
3326 neutral
|
3329 |
+
3327 neutral
|
3330 |
+
3328 contradiction
|
3331 |
+
3329 entailment
|
3332 |
3330 entailment
|
3333 |
3331 neutral
|
3334 |
3332 contradiction
|
3335 |
3333 entailment
|
3336 |
3334 neutral
|
3337 |
3335 contradiction
|
3338 |
+
3336 contradiction
|
3339 |
3337 neutral
|
3340 |
3338 entailment
|
3341 |
3339 neutral
|
|
|
3369 |
3367 entailment
|
3370 |
3368 neutral
|
3371 |
3369 entailment
|
3372 |
+
3370 contradiction
|
3373 |
3371 neutral
|
3374 |
3372 contradiction
|
3375 |
3373 entailment
|
3376 |
3374 contradiction
|
3377 |
3375 neutral
|
3378 |
3376 entailment
|
3379 |
+
3377 entailment
|
3380 |
3378 neutral
|
3381 |
3379 neutral
|
3382 |
3380 neutral
|
|
|
3392 |
3390 neutral
|
3393 |
3391 contradiction
|
3394 |
3392 contradiction
|
3395 |
+
3393 neutral
|
3396 |
3394 neutral
|
3397 |
3395 entailment
|
3398 |
3396 contradiction
|
|
|
3403 |
3401 entailment
|
3404 |
3402 neutral
|
3405 |
3403 entailment
|
3406 |
+
3404 contradiction
|
3407 |
3405 neutral
|
3408 |
3406 neutral
|
3409 |
3407 entailment
|
|
|
3417 |
3415 contradiction
|
3418 |
3416 neutral
|
3419 |
3417 contradiction
|
3420 |
+
3418 neutral
|
3421 |
3419 neutral
|
3422 |
3420 neutral
|
3423 |
3421 contradiction
|
|
|
3428 |
3426 contradiction
|
3429 |
3427 entailment
|
3430 |
3428 neutral
|
3431 |
+
3429 entailment
|
3432 |
+
3430 neutral
|
3433 |
3431 contradiction
|
3434 |
3432 neutral
|
3435 |
3433 contradiction
|
3436 |
+
3434 contradiction
|
3437 |
3435 neutral
|
3438 |
3436 contradiction
|
3439 |
3437 entailment
|
|
|
3441 |
3439 neutral
|
3442 |
3440 contradiction
|
3443 |
3441 entailment
|
3444 |
+
3442 contradiction
|
3445 |
3443 neutral
|
3446 |
3444 neutral
|
3447 |
3445 neutral
|
|
|
3463 |
3461 neutral
|
3464 |
3462 neutral
|
3465 |
3463 entailment
|
3466 |
+
3464 contradiction
|
3467 |
3465 contradiction
|
3468 |
3466 neutral
|
3469 |
3467 entailment
|
|
|
3471 |
3469 entailment
|
3472 |
3470 neutral
|
3473 |
3471 neutral
|
3474 |
+
3472 neutral
|
3475 |
3473 contradiction
|
3476 |
3474 neutral
|
3477 |
3475 neutral
|
3478 |
+
3476 contradiction
|
3479 |
3477 neutral
|
3480 |
+
3478 contradiction
|
3481 |
+
3479 neutral
|
3482 |
3480 neutral
|
3483 |
3481 neutral
|
3484 |
3482 contradiction
|
3485 |
3483 contradiction
|
3486 |
3484 neutral
|
3487 |
3485 entailment
|
3488 |
+
3486 entailment
|
3489 |
3487 contradiction
|
3490 |
+
3488 neutral
|
3491 |
3489 neutral
|
3492 |
3490 contradiction
|
3493 |
3491 entailment
|
|
|
3513 |
3511 entailment
|
3514 |
3512 neutral
|
3515 |
3513 neutral
|
3516 |
+
3514 contradiction
|
3517 |
3515 entailment
|
3518 |
3516 neutral
|
3519 |
3517 neutral
|
|
|
3521 |
3519 neutral
|
3522 |
3520 contradiction
|
3523 |
3521 entailment
|
3524 |
+
3522 neutral
|
3525 |
+
3523 neutral
|
3526 |
3524 neutral
|
3527 |
3525 entailment
|
3528 |
3526 contradiction
|
3529 |
3527 neutral
|
3530 |
3528 neutral
|
3531 |
3529 contradiction
|
3532 |
+
3530 entailment
|
3533 |
+
3531 entailment
|
3534 |
3532 entailment
|
3535 |
+
3533 contradiction
|
3536 |
3534 contradiction
|
3537 |
+
3535 neutral
|
3538 |
3536 neutral
|
3539 |
3537 contradiction
|
3540 |
3538 neutral
|
3541 |
3539 neutral
|
3542 |
3540 contradiction
|
3543 |
3541 neutral
|
3544 |
+
3542 neutral
|
3545 |
3543 neutral
|
3546 |
3544 contradiction
|
3547 |
3545 entailment
|
|
|
3550 |
3548 entailment
|
3551 |
3549 entailment
|
3552 |
3550 contradiction
|
3553 |
+
3551 contradiction
|
3554 |
3552 neutral
|
3555 |
3553 neutral
|
3556 |
3554 neutral
|
3557 |
+
3555 neutral
|
3558 |
3556 neutral
|
3559 |
3557 neutral
|
3560 |
3558 contradiction
|
|
|
3581 |
3579 entailment
|
3582 |
3580 neutral
|
3583 |
3581 contradiction
|
3584 |
+
3582 contradiction
|
3585 |
+
3583 entailment
|
3586 |
3584 contradiction
|
3587 |
3585 entailment
|
3588 |
3586 neutral
|
3589 |
3587 contradiction
|
3590 |
3588 contradiction
|
3591 |
+
3589 contradiction
|
3592 |
3590 entailment
|
3593 |
3591 contradiction
|
3594 |
3592 entailment
|
3595 |
3593 neutral
|
3596 |
3594 contradiction
|
3597 |
+
3595 neutral
|
3598 |
+
3596 entailment
|
3599 |
3597 contradiction
|
3600 |
3598 entailment
|
3601 |
+
3599 contradiction
|
3602 |
3600 contradiction
|
3603 |
+
3601 neutral
|
3604 |
3602 neutral
|
3605 |
3603 contradiction
|
3606 |
3604 neutral
|
|
|
3611 |
3609 neutral
|
3612 |
3610 contradiction
|
3613 |
3611 entailment
|
3614 |
+
3612 contradiction
|
3615 |
3613 neutral
|
3616 |
3614 entailment
|
3617 |
+
3615 contradiction
|
3618 |
3616 entailment
|
3619 |
3617 contradiction
|
3620 |
+
3618 entailment
|
3621 |
+
3619 entailment
|
3622 |
3620 neutral
|
3623 |
3621 contradiction
|
3624 |
3622 entailment
|
3625 |
3623 neutral
|
3626 |
3624 neutral
|
3627 |
3625 entailment
|
3628 |
+
3626 entailment
|
3629 |
3627 contradiction
|
3630 |
3628 entailment
|
3631 |
3629 neutral
|
|
|
3633 |
3631 neutral
|
3634 |
3632 contradiction
|
3635 |
3633 contradiction
|
3636 |
+
3634 neutral
|
3637 |
3635 neutral
|
3638 |
3636 contradiction
|
3639 |
3637 entailment
|
3640 |
3638 neutral
|
3641 |
3639 entailment
|
3642 |
+
3640 entailment
|
3643 |
3641 contradiction
|
3644 |
3642 neutral
|
3645 |
3643 entailment
|
|
|
3689 |
3687 entailment
|
3690 |
3688 neutral
|
3691 |
3689 contradiction
|
3692 |
+
3690 contradiction
|
3693 |
3691 neutral
|
3694 |
3692 contradiction
|
3695 |
3693 neutral
|
|
|
3706 |
3704 neutral
|
3707 |
3705 contradiction
|
3708 |
3706 entailment
|
3709 |
+
3707 neutral
|
3710 |
3708 entailment
|
3711 |
3709 entailment
|
3712 |
3710 contradiction
|
3713 |
3711 neutral
|
3714 |
3712 neutral
|
3715 |
+
3713 contradiction
|
3716 |
3714 entailment
|
3717 |
3715 entailment
|
3718 |
3716 contradiction
|
|
|
3740 |
3738 entailment
|
3741 |
3739 neutral
|
3742 |
3740 contradiction
|
3743 |
+
3741 neutral
|
3744 |
3742 contradiction
|
3745 |
3743 contradiction
|
3746 |
3744 contradiction
|
|
|
3755 |
3753 contradiction
|
3756 |
3754 neutral
|
3757 |
3755 entailment
|
3758 |
+
3756 contradiction
|
3759 |
3757 neutral
|
3760 |
3758 contradiction
|
3761 |
3759 neutral
|
|
|
3786 |
3784 neutral
|
3787 |
3785 contradiction
|
3788 |
3786 neutral
|
3789 |
+
3787 neutral
|
3790 |
3788 neutral
|
3791 |
3789 neutral
|
3792 |
3790 neutral
|
|
|
3796 |
3794 neutral
|
3797 |
3795 contradiction
|
3798 |
3796 neutral
|
3799 |
+
3797 entailment
|
3800 |
3798 neutral
|
3801 |
3799 entailment
|
3802 |
3800 contradiction
|
|
|
3808 |
3806 neutral
|
3809 |
3807 contradiction
|
3810 |
3808 neutral
|
3811 |
+
3809 contradiction
|
3812 |
3810 neutral
|
3813 |
3811 neutral
|
3814 |
3812 entailment
|
|
|
3823 |
3821 contradiction
|
3824 |
3822 neutral
|
3825 |
3823 neutral
|
3826 |
+
3824 entailment
|
3827 |
3825 entailment
|
3828 |
3826 neutral
|
3829 |
3827 contradiction
|
|
|
3854 |
3852 entailment
|
3855 |
3853 contradiction
|
3856 |
3854 neutral
|
3857 |
+
3855 contradiction
|
3858 |
3856 entailment
|
3859 |
3857 neutral
|
3860 |
3858 neutral
|
|
|
3880 |
3878 contradiction
|
3881 |
3879 neutral
|
3882 |
3880 neutral
|
3883 |
+
3881 neutral
|
3884 |
+
3882 contradiction
|
3885 |
3883 contradiction
|
3886 |
3884 neutral
|
3887 |
+
3885 neutral
|
3888 |
3886 neutral
|
3889 |
3887 entailment
|
3890 |
3888 neutral
|
|
|
3894 |
3892 entailment
|
3895 |
3893 contradiction
|
3896 |
3894 contradiction
|
3897 |
+
3895 entailment
|
3898 |
3896 neutral
|
3899 |
3897 contradiction
|
3900 |
3898 neutral
|
|
|
3911 |
3909 contradiction
|
3912 |
3910 neutral
|
3913 |
3911 entailment
|
3914 |
+
3912 neutral
|
3915 |
3913 entailment
|
3916 |
3914 neutral
|
3917 |
3915 contradiction
|
3918 |
3916 entailment
|
3919 |
3917 neutral
|
3920 |
3918 contradiction
|
3921 |
+
3919 entailment
|
3922 |
3920 neutral
|
3923 |
3921 neutral
|
3924 |
3922 contradiction
|
|
|
3926 |
3924 neutral
|
3927 |
3925 neutral
|
3928 |
3926 contradiction
|
3929 |
+
3927 entailment
|
3930 |
3928 entailment
|
3931 |
3929 contradiction
|
3932 |
3930 entailment
|
|
|
3996 |
3994 neutral
|
3997 |
3995 neutral
|
3998 |
3996 contradiction
|
3999 |
+
3997 neutral
|
4000 |
3998 neutral
|
4001 |
3999 neutral
|
4002 |
4000 contradiction
|
|
|
4009 |
4007 contradiction
|
4010 |
4008 neutral
|
4011 |
4009 contradiction
|
4012 |
+
4010 contradiction
|
4013 |
4011 contradiction
|
4014 |
4012 entailment
|
4015 |
4013 contradiction
|
|
|
4043 |
4041 entailment
|
4044 |
4042 neutral
|
4045 |
4043 contradiction
|
4046 |
+
4044 entailment
|
4047 |
4045 neutral
|
4048 |
4046 contradiction
|
4049 |
4047 neutral
|
|
|
4056 |
4054 contradiction
|
4057 |
4055 contradiction
|
4058 |
4056 neutral
|
4059 |
+
4057 contradiction
|
4060 |
4058 neutral
|
4061 |
4059 neutral
|
4062 |
4060 contradiction
|
|
|
4078 |
4076 entailment
|
4079 |
4077 entailment
|
4080 |
4078 neutral
|
4081 |
+
4079 contradiction
|
4082 |
4080 neutral
|
4083 |
4081 entailment
|
4084 |
4082 contradiction
|
4085 |
4083 contradiction
|
4086 |
4084 neutral
|
4087 |
+
4085 neutral
|
4088 |
4086 entailment
|
4089 |
4087 entailment
|
4090 |
4088 neutral
|
|
|
4105 |
4103 contradiction
|
4106 |
4104 contradiction
|
4107 |
4105 entailment
|
4108 |
+
4106 neutral
|
4109 |
4107 contradiction
|
4110 |
4108 entailment
|
4111 |
4109 neutral
|
4112 |
4110 entailment
|
4113 |
4111 neutral
|
4114 |
4112 contradiction
|
4115 |
+
4113 entailment
|
4116 |
4114 neutral
|
4117 |
+
4115 contradiction
|
4118 |
4116 contradiction
|
4119 |
4117 neutral
|
4120 |
4118 neutral
|
|
|
4138 |
4136 neutral
|
4139 |
4137 contradiction
|
4140 |
4138 contradiction
|
4141 |
+
4139 contradiction
|
4142 |
4140 contradiction
|
4143 |
4141 neutral
|
4144 |
4142 entailment
|
|
|
4157 |
4155 neutral
|
4158 |
4156 entailment
|
4159 |
4157 entailment
|
4160 |
+
4158 entailment
|
4161 |
+
4159 contradiction
|
4162 |
4160 neutral
|
4163 |
4161 neutral
|
4164 |
+
4162 entailment
|
4165 |
4163 contradiction
|
4166 |
4164 contradiction
|
4167 |
4165 entailment
|
|
|
4188 |
4186 neutral
|
4189 |
4187 entailment
|
4190 |
4188 neutral
|
4191 |
+
4189 contradiction
|
4192 |
4190 contradiction
|
4193 |
4191 entailment
|
4194 |
4192 contradiction
|
|
|
4203 |
4201 neutral
|
4204 |
4202 contradiction
|
4205 |
4203 entailment
|
4206 |
+
4204 neutral
|
4207 |
+
4205 entailment
|
4208 |
4206 neutral
|
4209 |
4207 entailment
|
4210 |
4208 contradiction
|
4211 |
+
4209 neutral
|
4212 |
4210 contradiction
|
4213 |
4211 contradiction
|
4214 |
+
4212 neutral
|
4215 |
4213 entailment
|
4216 |
4214 contradiction
|
4217 |
4215 entailment
|
|
|
4223 |
4221 neutral
|
4224 |
4222 entailment
|
4225 |
4223 contradiction
|
4226 |
+
4224 entailment
|
4227 |
4225 neutral
|
4228 |
4226 contradiction
|
4229 |
4227 contradiction
|
4230 |
4228 contradiction
|
4231 |
+
4229 contradiction
|
4232 |
4230 contradiction
|
4233 |
4231 contradiction
|
4234 |
4232 entailment
|
|
|
4261 |
4259 contradiction
|
4262 |
4260 neutral
|
4263 |
4261 neutral
|
4264 |
+
4262 contradiction
|
4265 |
4263 contradiction
|
4266 |
4264 contradiction
|
4267 |
4265 entailment
|
|
|
4279 |
4277 neutral
|
4280 |
4278 contradiction
|
4281 |
4279 neutral
|
4282 |
+
4280 neutral
|
4283 |
4281 contradiction
|
4284 |
+
4282 neutral
|
4285 |
4283 entailment
|
4286 |
+
4284 entailment
|
4287 |
4285 contradiction
|
4288 |
4286 entailment
|
4289 |
4287 neutral
|
4290 |
4288 entailment
|
4291 |
+
4289 entailment
|
4292 |
4290 neutral
|
4293 |
4291 neutral
|
4294 |
4292 neutral
|
|
|
4301 |
4299 neutral
|
4302 |
4300 neutral
|
4303 |
4301 contradiction
|
4304 |
+
4302 contradiction
|
4305 |
4303 entailment
|
4306 |
4304 entailment
|
4307 |
4305 entailment
|
4308 |
+
4306 entailment
|
4309 |
4307 contradiction
|
4310 |
4308 neutral
|
4311 |
4309 contradiction
|
|
|
4313 |
4311 entailment
|
4314 |
4312 entailment
|
4315 |
4313 contradiction
|
4316 |
+
4314 contradiction
|
4317 |
4315 contradiction
|
4318 |
4316 entailment
|
4319 |
4317 contradiction
|
|
|
4331 |
4329 entailment
|
4332 |
4330 contradiction
|
4333 |
4331 entailment
|
4334 |
+
4332 neutral
|
4335 |
4333 entailment
|
4336 |
4334 contradiction
|
4337 |
4335 contradiction
|
|
|
4364 |
4362 contradiction
|
4365 |
4363 contradiction
|
4366 |
4364 neutral
|
4367 |
+
4365 entailment
|
4368 |
4366 entailment
|
4369 |
4367 contradiction
|
4370 |
4368 entailment
|
|
|
4381 |
4379 neutral
|
4382 |
4380 contradiction
|
4383 |
4381 entailment
|
4384 |
+
4382 entailment
|
4385 |
4383 neutral
|
4386 |
4384 entailment
|
4387 |
4385 contradiction
|
|
|
4415 |
4413 contradiction
|
4416 |
4414 contradiction
|
4417 |
4415 contradiction
|
4418 |
+
4416 contradiction
|
4419 |
4417 contradiction
|
4420 |
4418 contradiction
|
4421 |
4419 contradiction
|
|
|
4448 |
4446 neutral
|
4449 |
4447 neutral
|
4450 |
4448 contradiction
|
4451 |
+
4449 contradiction
|
4452 |
4450 contradiction
|
4453 |
4451 entailment
|
4454 |
4452 neutral
|
|
|
4463 |
4461 neutral
|
4464 |
4462 contradiction
|
4465 |
4463 entailment
|
4466 |
+
4464 neutral
|
4467 |
+
4465 neutral
|
4468 |
4466 neutral
|
4469 |
+
4467 contradiction
|
4470 |
4468 contradiction
|
4471 |
4469 neutral
|
4472 |
4470 neutral
|
|
|
4477 |
4475 contradiction
|
4478 |
4476 neutral
|
4479 |
4477 contradiction
|
4480 |
+
4478 entailment
|
4481 |
+
4479 neutral
|
4482 |
4480 entailment
|
4483 |
4481 contradiction
|
4484 |
4482 contradiction
|
4485 |
+
4483 entailment
|
4486 |
4484 neutral
|
4487 |
+
4485 neutral
|
4488 |
4486 entailment
|
4489 |
4487 entailment
|
4490 |
4488 entailment
|
4491 |
4489 neutral
|
4492 |
4490 neutral
|
4493 |
+
4491 neutral
|
4494 |
4492 neutral
|
4495 |
4493 entailment
|
4496 |
4494 contradiction
|
|
|
4506 |
4504 entailment
|
4507 |
4505 contradiction
|
4508 |
4506 contradiction
|
4509 |
+
4507 neutral
|
4510 |
4508 neutral
|
4511 |
4509 neutral
|
4512 |
4510 neutral
|
|
|
4515 |
4513 entailment
|
4516 |
4514 contradiction
|
4517 |
4515 neutral
|
4518 |
+
4516 neutral
|
4519 |
4517 contradiction
|
4520 |
4518 neutral
|
4521 |
4519 entailment
|
|
|
4549 |
4547 entailment
|
4550 |
4548 contradiction
|
4551 |
4549 neutral
|
4552 |
+
4550 neutral
|
4553 |
4551 entailment
|
4554 |
4552 contradiction
|
4555 |
4553 contradiction
|
|
|
4584 |
4582 neutral
|
4585 |
4583 neutral
|
4586 |
4584 contradiction
|
4587 |
+
4585 neutral
|
4588 |
4586 neutral
|
4589 |
4587 contradiction
|
4590 |
4588 neutral
|
4591 |
4589 neutral
|
4592 |
4590 neutral
|
4593 |
+
4591 entailment
|
4594 |
+
4592 contradiction
|
4595 |
4593 neutral
|
4596 |
+
4594 contradiction
|
4597 |
4595 contradiction
|
4598 |
4596 neutral
|
4599 |
4597 contradiction
|
|
|
4605 |
4603 neutral
|
4606 |
4604 neutral
|
4607 |
4605 contradiction
|
4608 |
+
4606 entailment
|
4609 |
+
4607 neutral
|
4610 |
4608 contradiction
|
4611 |
+
4609 neutral
|
4612 |
4610 contradiction
|
4613 |
4611 contradiction
|
4614 |
4612 neutral
|
|
|
4621 |
4619 neutral
|
4622 |
4620 entailment
|
4623 |
4621 entailment
|
4624 |
+
4622 contradiction
|
4625 |
+
4623 neutral
|
4626 |
4624 entailment
|
4627 |
4625 entailment
|
4628 |
4626 contradiction
|
|
|
4632 |
4630 contradiction
|
4633 |
4631 entailment
|
4634 |
4632 contradiction
|
4635 |
+
4633 entailment
|
4636 |
4634 neutral
|
4637 |
4635 entailment
|
4638 |
4636 contradiction
|
|
|
4640 |
4638 neutral
|
4641 |
4639 neutral
|
4642 |
4640 neutral
|
4643 |
+
4641 entailment
|
4644 |
4642 neutral
|
4645 |
4643 contradiction
|
4646 |
4644 contradiction
|
|
|
4652 |
4650 entailment
|
4653 |
4651 contradiction
|
4654 |
4652 contradiction
|
4655 |
+
4653 contradiction
|
4656 |
4654 entailment
|
4657 |
4655 neutral
|
4658 |
4656 entailment
|
|
|
4673 |
4671 contradiction
|
4674 |
4672 contradiction
|
4675 |
4673 entailment
|
4676 |
+
4674 neutral
|
4677 |
4675 neutral
|
4678 |
4676 contradiction
|
4679 |
4677 contradiction
|
|
|
4688 |
4686 neutral
|
4689 |
4687 neutral
|
4690 |
4688 neutral
|
4691 |
+
4689 contradiction
|
4692 |
+
4690 neutral
|
4693 |
4691 neutral
|
4694 |
+
4692 neutral
|
4695 |
4693 neutral
|
4696 |
4694 contradiction
|
4697 |
4695 entailment
|
|
|
4699 |
4697 entailment
|
4700 |
4698 entailment
|
4701 |
4699 neutral
|
4702 |
+
4700 neutral
|
4703 |
4701 contradiction
|
4704 |
+
4702 neutral
|
4705 |
4703 contradiction
|
4706 |
4704 neutral
|
4707 |
4705 contradiction
|
4708 |
4706 neutral
|
4709 |
+
4707 entailment
|
4710 |
4708 contradiction
|
4711 |
4709 neutral
|
4712 |
4710 contradiction
|
|
|
4730 |
4728 neutral
|
4731 |
4729 entailment
|
4732 |
4730 contradiction
|
4733 |
+
4731 contradiction
|
4734 |
4732 neutral
|
4735 |
4733 contradiction
|
4736 |
4734 entailment
|
4737 |
+
4735 entailment
|
4738 |
4736 contradiction
|
4739 |
4737 entailment
|
4740 |
4738 contradiction
|
4741 |
4739 neutral
|
4742 |
4740 neutral
|
4743 |
+
4741 neutral
|
4744 |
4742 neutral
|
4745 |
4743 neutral
|
4746 |
4744 contradiction
|
|
|
4759 |
4757 neutral
|
4760 |
4758 neutral
|
4761 |
4759 entailment
|
4762 |
+
4760 entailment
|
4763 |
4761 entailment
|
4764 |
4762 entailment
|
4765 |
4763 contradiction
|
|
|
4770 |
4768 neutral
|
4771 |
4769 entailment
|
4772 |
4770 entailment
|
4773 |
+
4771 neutral
|
4774 |
4772 entailment
|
4775 |
4773 neutral
|
4776 |
4774 neutral
|
|
|
4808 |
4806 neutral
|
4809 |
4807 entailment
|
4810 |
4808 neutral
|
4811 |
+
4809 contradiction
|
4812 |
4810 neutral
|
4813 |
+
4811 neutral
|
4814 |
4812 contradiction
|
4815 |
4813 neutral
|
4816 |
+
4814 contradiction
|
4817 |
4815 entailment
|
4818 |
4816 entailment
|
4819 |
4817 neutral
|
|
|
4836 |
4834 entailment
|
4837 |
4835 neutral
|
4838 |
4836 contradiction
|
4839 |
+
4837 contradiction
|
4840 |
4838 entailment
|
4841 |
+
4839 contradiction
|
4842 |
4840 contradiction
|
4843 |
4841 entailment
|
4844 |
4842 neutral
|
|
|
4852 |
4850 contradiction
|
4853 |
4851 neutral
|
4854 |
4852 entailment
|
4855 |
+
4853 entailment
|
4856 |
4854 entailment
|
4857 |
4855 neutral
|
4858 |
4856 neutral
|
|
|
4862 |
4860 neutral
|
4863 |
4861 neutral
|
4864 |
4862 neutral
|
4865 |
+
4863 neutral
|
4866 |
4864 neutral
|
4867 |
4865 contradiction
|
4868 |
+
4866 neutral
|
4869 |
4867 entailment
|
4870 |
4868 contradiction
|
4871 |
4869 neutral
|
|
|
4884 |
4882 entailment
|
4885 |
4883 contradiction
|
4886 |
4884 neutral
|
4887 |
+
4885 entailment
|
4888 |
4886 contradiction
|
4889 |
4887 entailment
|
4890 |
+
4888 entailment
|
4891 |
4889 neutral
|
4892 |
4890 entailment
|
4893 |
4891 contradiction
|
|
|
4901 |
4899 contradiction
|
4902 |
4900 entailment
|
4903 |
4901 neutral
|
4904 |
+
4902 neutral
|
4905 |
4903 contradiction
|
4906 |
4904 entailment
|
4907 |
4905 contradiction
|
4908 |
4906 neutral
|
4909 |
4907 entailment
|
4910 |
+
4908 neutral
|
4911 |
4909 entailment
|
4912 |
4910 contradiction
|
4913 |
+
4911 contradiction
|
4914 |
4912 neutral
|
4915 |
4913 neutral
|
4916 |
+
4914 contradiction
|
4917 |
4915 neutral
|
4918 |
+
4916 contradiction
|
4919 |
4917 contradiction
|
4920 |
4918 entailment
|
4921 |
4919 entailment
|
4922 |
4920 entailment
|
4923 |
+
4921 neutral
|
4924 |
+
4922 contradiction
|
4925 |
4923 neutral
|
4926 |
4924 contradiction
|
4927 |
4925 entailment
|
|
|
4933 |
4931 neutral
|
4934 |
4932 contradiction
|
4935 |
4933 neutral
|
4936 |
+
4934 entailment
|
4937 |
4935 neutral
|
4938 |
4936 contradiction
|
4939 |
+
4937 contradiction
|
4940 |
4938 entailment
|
4941 |
4939 entailment
|
4942 |
4940 contradiction
|
4943 |
4941 entailment
|
4944 |
+
4942 entailment
|
4945 |
4943 contradiction
|
4946 |
4944 neutral
|
4947 |
4945 entailment
|
|
|
4953 |
4951 entailment
|
4954 |
4952 neutral
|
4955 |
4953 neutral
|
4956 |
+
4954 entailment
|
4957 |
4955 entailment
|
4958 |
+
4956 neutral
|
4959 |
4957 entailment
|
4960 |
4958 contradiction
|
4961 |
4959 contradiction
|
4962 |
4960 entailment
|
4963 |
+
4961 entailment
|
4964 |
+
4962 entailment
|
4965 |
4963 contradiction
|
4966 |
4964 neutral
|
4967 |
+
4965 neutral
|
4968 |
4966 entailment
|
4969 |
4967 contradiction
|
4970 |
4968 entailment
|
|
|
4993 |
4991 entailment
|
4994 |
4992 contradiction
|
4995 |
4993 entailment
|
4996 |
+
4994 entailment
|
4997 |
+
4995 entailment
|
4998 |
+
4996 entailment
|
4999 |
4997 contradiction
|
5000 |
4998 entailment
|
5001 |
4999 neutral
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112257205
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ded281f9c32a5cfc688893695993274b55eca7f3c8c3840a4b26c6efec9b2a6c
|
3 |
size 1112257205
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 392702,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"train_loss": 0.4496388073539485,
|
4 |
+
"train_runtime": 12296.6458,
|
5 |
"train_samples": 392702,
|
6 |
+
"train_samples_per_second": 159.679,
|
7 |
+
"train_steps_per_second": 4.99
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1,79 +1,802 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
-
"best_model_checkpoint": "french_xlm_xnli/checkpoint-
|
4 |
-
"epoch":
|
5 |
-
"global_step":
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
-
"epoch": 0.
|
12 |
-
"learning_rate":
|
13 |
-
"loss": 0.
|
14 |
"step": 500
|
15 |
},
|
16 |
{
|
17 |
-
"epoch": 0.
|
18 |
-
"learning_rate":
|
19 |
-
"loss": 0.
|
20 |
"step": 1000
|
21 |
},
|
22 |
{
|
23 |
-
"epoch": 0.
|
24 |
-
"learning_rate":
|
25 |
-
"loss": 0.
|
26 |
"step": 1500
|
27 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
{
|
29 |
"epoch": 1.0,
|
30 |
-
"eval_accuracy": 0.
|
31 |
-
"eval_loss": 0.
|
32 |
-
"eval_runtime":
|
33 |
-
"eval_samples_per_second":
|
34 |
-
"eval_steps_per_second":
|
35 |
-
"step":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
},
|
37 |
{
|
38 |
"epoch": 1.3,
|
39 |
-
"learning_rate": 1.
|
40 |
-
"loss": 0.
|
41 |
-
"step":
|
42 |
},
|
43 |
{
|
44 |
-
"epoch": 1.
|
45 |
-
"learning_rate":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
"loss": 0.515,
|
47 |
-
"step":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
},
|
49 |
{
|
50 |
"epoch": 1.96,
|
51 |
-
"learning_rate": 1.
|
52 |
-
"loss": 0.
|
53 |
-
"step":
|
54 |
},
|
55 |
{
|
56 |
"epoch": 2.0,
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"eval_samples_per_second": 74.129,
|
61 |
-
"eval_steps_per_second": 1.161,
|
62 |
-
"step": 3068
|
63 |
},
|
64 |
{
|
65 |
"epoch": 2.0,
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
}
|
73 |
],
|
74 |
-
"max_steps":
|
75 |
-
"num_train_epochs":
|
76 |
-
"total_flos":
|
77 |
"trial_name": null,
|
78 |
"trial_params": null
|
79 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.791566265060241,
|
3 |
+
"best_model_checkpoint": "models/french_xlm_xnli/checkpoint-36816",
|
4 |
+
"epoch": 5.0,
|
5 |
+
"global_step": 61360,
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
+
"epoch": 0.04,
|
12 |
+
"learning_rate": 1.983702737940026e-05,
|
13 |
+
"loss": 0.9586,
|
14 |
"step": 500
|
15 |
},
|
16 |
{
|
17 |
+
"epoch": 0.08,
|
18 |
+
"learning_rate": 1.9674054758800523e-05,
|
19 |
+
"loss": 0.8059,
|
20 |
"step": 1000
|
21 |
},
|
22 |
{
|
23 |
+
"epoch": 0.12,
|
24 |
+
"learning_rate": 1.9511082138200782e-05,
|
25 |
+
"loss": 0.758,
|
26 |
"step": 1500
|
27 |
},
|
28 |
+
{
|
29 |
+
"epoch": 0.16,
|
30 |
+
"learning_rate": 1.9348109517601044e-05,
|
31 |
+
"loss": 0.7171,
|
32 |
+
"step": 2000
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.2,
|
36 |
+
"learning_rate": 1.9185136897001307e-05,
|
37 |
+
"loss": 0.7053,
|
38 |
+
"step": 2500
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.24,
|
42 |
+
"learning_rate": 1.9022164276401566e-05,
|
43 |
+
"loss": 0.6926,
|
44 |
+
"step": 3000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.29,
|
48 |
+
"learning_rate": 1.8859191655801828e-05,
|
49 |
+
"loss": 0.6836,
|
50 |
+
"step": 3500
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 0.33,
|
54 |
+
"learning_rate": 1.8696219035202087e-05,
|
55 |
+
"loss": 0.6737,
|
56 |
+
"step": 4000
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 0.37,
|
60 |
+
"learning_rate": 1.853324641460235e-05,
|
61 |
+
"loss": 0.6456,
|
62 |
+
"step": 4500
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 0.41,
|
66 |
+
"learning_rate": 1.837027379400261e-05,
|
67 |
+
"loss": 0.6408,
|
68 |
+
"step": 5000
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 0.45,
|
72 |
+
"learning_rate": 1.820730117340287e-05,
|
73 |
+
"loss": 0.6375,
|
74 |
+
"step": 5500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.49,
|
78 |
+
"learning_rate": 1.804432855280313e-05,
|
79 |
+
"loss": 0.6325,
|
80 |
+
"step": 6000
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.53,
|
84 |
+
"learning_rate": 1.788135593220339e-05,
|
85 |
+
"loss": 0.6341,
|
86 |
+
"step": 6500
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.57,
|
90 |
+
"learning_rate": 1.771838331160365e-05,
|
91 |
+
"loss": 0.6312,
|
92 |
+
"step": 7000
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 0.61,
|
96 |
+
"learning_rate": 1.7555410691003914e-05,
|
97 |
+
"loss": 0.6266,
|
98 |
+
"step": 7500
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 0.65,
|
102 |
+
"learning_rate": 1.7392438070404173e-05,
|
103 |
+
"loss": 0.6125,
|
104 |
+
"step": 8000
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 0.69,
|
108 |
+
"learning_rate": 1.7229465449804435e-05,
|
109 |
+
"loss": 0.6097,
|
110 |
+
"step": 8500
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 0.73,
|
114 |
+
"learning_rate": 1.7066492829204694e-05,
|
115 |
+
"loss": 0.6032,
|
116 |
+
"step": 9000
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 0.77,
|
120 |
+
"learning_rate": 1.6903520208604957e-05,
|
121 |
+
"loss": 0.6015,
|
122 |
+
"step": 9500
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.81,
|
126 |
+
"learning_rate": 1.6740547588005215e-05,
|
127 |
+
"loss": 0.6011,
|
128 |
+
"step": 10000
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.86,
|
132 |
+
"learning_rate": 1.6577574967405478e-05,
|
133 |
+
"loss": 0.6032,
|
134 |
+
"step": 10500
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 0.9,
|
138 |
+
"learning_rate": 1.6414602346805737e-05,
|
139 |
+
"loss": 0.6046,
|
140 |
+
"step": 11000
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.94,
|
144 |
+
"learning_rate": 1.6251629726206e-05,
|
145 |
+
"loss": 0.5928,
|
146 |
+
"step": 11500
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 0.98,
|
150 |
+
"learning_rate": 1.608865710560626e-05,
|
151 |
+
"loss": 0.5957,
|
152 |
+
"step": 12000
|
153 |
+
},
|
154 |
{
|
155 |
"epoch": 1.0,
|
156 |
+
"eval_accuracy": 0.7614457831325301,
|
157 |
+
"eval_loss": 0.5787513256072998,
|
158 |
+
"eval_runtime": 5.1846,
|
159 |
+
"eval_samples_per_second": 480.27,
|
160 |
+
"eval_steps_per_second": 60.178,
|
161 |
+
"step": 12272
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 1.02,
|
165 |
+
"learning_rate": 1.592568448500652e-05,
|
166 |
+
"loss": 0.5592,
|
167 |
+
"step": 12500
|
168 |
+
},
|
169 |
+
{
|
170 |
+
"epoch": 1.06,
|
171 |
+
"learning_rate": 1.576271186440678e-05,
|
172 |
+
"loss": 0.5206,
|
173 |
+
"step": 13000
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 1.1,
|
177 |
+
"learning_rate": 1.5599739243807042e-05,
|
178 |
+
"loss": 0.5311,
|
179 |
+
"step": 13500
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 1.14,
|
183 |
+
"learning_rate": 1.54367666232073e-05,
|
184 |
+
"loss": 0.5194,
|
185 |
+
"step": 14000
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 1.18,
|
189 |
+
"learning_rate": 1.5273794002607563e-05,
|
190 |
+
"loss": 0.5176,
|
191 |
+
"step": 14500
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.22,
|
195 |
+
"learning_rate": 1.5110821382007822e-05,
|
196 |
+
"loss": 0.5138,
|
197 |
+
"step": 15000
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 1.26,
|
201 |
+
"learning_rate": 1.4947848761408083e-05,
|
202 |
+
"loss": 0.5017,
|
203 |
+
"step": 15500
|
204 |
},
|
205 |
{
|
206 |
"epoch": 1.3,
|
207 |
+
"learning_rate": 1.4784876140808346e-05,
|
208 |
+
"loss": 0.5141,
|
209 |
+
"step": 16000
|
210 |
},
|
211 |
{
|
212 |
+
"epoch": 1.34,
|
213 |
+
"learning_rate": 1.4621903520208606e-05,
|
214 |
+
"loss": 0.5195,
|
215 |
+
"step": 16500
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 1.39,
|
219 |
+
"learning_rate": 1.4458930899608867e-05,
|
220 |
+
"loss": 0.5213,
|
221 |
+
"step": 17000
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 1.43,
|
225 |
+
"learning_rate": 1.4295958279009128e-05,
|
226 |
+
"loss": 0.5106,
|
227 |
+
"step": 17500
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 1.47,
|
231 |
+
"learning_rate": 1.4132985658409388e-05,
|
232 |
+
"loss": 0.5178,
|
233 |
+
"step": 18000
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 1.51,
|
237 |
+
"learning_rate": 1.3970013037809649e-05,
|
238 |
+
"loss": 0.5058,
|
239 |
+
"step": 18500
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"epoch": 1.55,
|
243 |
+
"learning_rate": 1.380704041720991e-05,
|
244 |
"loss": 0.515,
|
245 |
+
"step": 19000
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epoch": 1.59,
|
249 |
+
"learning_rate": 1.364406779661017e-05,
|
250 |
+
"loss": 0.517,
|
251 |
+
"step": 19500
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 1.63,
|
255 |
+
"learning_rate": 1.3481095176010431e-05,
|
256 |
+
"loss": 0.5092,
|
257 |
+
"step": 20000
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 1.67,
|
261 |
+
"learning_rate": 1.3318122555410693e-05,
|
262 |
+
"loss": 0.5184,
|
263 |
+
"step": 20500
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 1.71,
|
267 |
+
"learning_rate": 1.3155149934810954e-05,
|
268 |
+
"loss": 0.5191,
|
269 |
+
"step": 21000
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 1.75,
|
273 |
+
"learning_rate": 1.2992177314211213e-05,
|
274 |
+
"loss": 0.5103,
|
275 |
+
"step": 21500
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.79,
|
279 |
+
"learning_rate": 1.2829204693611474e-05,
|
280 |
+
"loss": 0.5081,
|
281 |
+
"step": 22000
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 1.83,
|
285 |
+
"learning_rate": 1.2666232073011735e-05,
|
286 |
+
"loss": 0.5125,
|
287 |
+
"step": 22500
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"epoch": 1.87,
|
291 |
+
"learning_rate": 1.2503259452411995e-05,
|
292 |
+
"loss": 0.5149,
|
293 |
+
"step": 23000
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"epoch": 1.91,
|
297 |
+
"learning_rate": 1.2340286831812256e-05,
|
298 |
+
"loss": 0.5004,
|
299 |
+
"step": 23500
|
300 |
},
|
301 |
{
|
302 |
"epoch": 1.96,
|
303 |
+
"learning_rate": 1.2177314211212517e-05,
|
304 |
+
"loss": 0.5006,
|
305 |
+
"step": 24000
|
306 |
},
|
307 |
{
|
308 |
"epoch": 2.0,
|
309 |
+
"learning_rate": 1.2014341590612777e-05,
|
310 |
+
"loss": 0.5095,
|
311 |
+
"step": 24500
|
|
|
|
|
|
|
312 |
},
|
313 |
{
|
314 |
"epoch": 2.0,
|
315 |
+
"eval_accuracy": 0.7891566265060241,
|
316 |
+
"eval_loss": 0.5477845668792725,
|
317 |
+
"eval_runtime": 5.1219,
|
318 |
+
"eval_samples_per_second": 486.148,
|
319 |
+
"eval_steps_per_second": 60.915,
|
320 |
+
"step": 24544
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 2.04,
|
324 |
+
"learning_rate": 1.185136897001304e-05,
|
325 |
+
"loss": 0.4257,
|
326 |
+
"step": 25000
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 2.08,
|
330 |
+
"learning_rate": 1.16883963494133e-05,
|
331 |
+
"loss": 0.4292,
|
332 |
+
"step": 25500
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 2.12,
|
336 |
+
"learning_rate": 1.1525423728813561e-05,
|
337 |
+
"loss": 0.4257,
|
338 |
+
"step": 26000
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 2.16,
|
342 |
+
"learning_rate": 1.1362451108213822e-05,
|
343 |
+
"loss": 0.4241,
|
344 |
+
"step": 26500
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"epoch": 2.2,
|
348 |
+
"learning_rate": 1.1199478487614082e-05,
|
349 |
+
"loss": 0.4204,
|
350 |
+
"step": 27000
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 2.24,
|
354 |
+
"learning_rate": 1.1036505867014341e-05,
|
355 |
+
"loss": 0.4254,
|
356 |
+
"step": 27500
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 2.28,
|
360 |
+
"learning_rate": 1.0873533246414602e-05,
|
361 |
+
"loss": 0.4326,
|
362 |
+
"step": 28000
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"epoch": 2.32,
|
366 |
+
"learning_rate": 1.0710560625814863e-05,
|
367 |
+
"loss": 0.4225,
|
368 |
+
"step": 28500
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 2.36,
|
372 |
+
"learning_rate": 1.0547588005215125e-05,
|
373 |
+
"loss": 0.4206,
|
374 |
+
"step": 29000
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 2.4,
|
378 |
+
"learning_rate": 1.0384615384615386e-05,
|
379 |
+
"loss": 0.4284,
|
380 |
+
"step": 29500
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 2.44,
|
384 |
+
"learning_rate": 1.0221642764015647e-05,
|
385 |
+
"loss": 0.4312,
|
386 |
+
"step": 30000
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"epoch": 2.49,
|
390 |
+
"learning_rate": 1.0058670143415907e-05,
|
391 |
+
"loss": 0.4356,
|
392 |
+
"step": 30500
|
393 |
+
},
|
394 |
+
{
|
395 |
+
"epoch": 2.53,
|
396 |
+
"learning_rate": 9.895697522816168e-06,
|
397 |
+
"loss": 0.4225,
|
398 |
+
"step": 31000
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"epoch": 2.57,
|
402 |
+
"learning_rate": 9.732724902216429e-06,
|
403 |
+
"loss": 0.4251,
|
404 |
+
"step": 31500
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 2.61,
|
408 |
+
"learning_rate": 9.56975228161669e-06,
|
409 |
+
"loss": 0.4338,
|
410 |
+
"step": 32000
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 2.65,
|
414 |
+
"learning_rate": 9.40677966101695e-06,
|
415 |
+
"loss": 0.4187,
|
416 |
+
"step": 32500
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 2.69,
|
420 |
+
"learning_rate": 9.24380704041721e-06,
|
421 |
+
"loss": 0.425,
|
422 |
+
"step": 33000
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 2.73,
|
426 |
+
"learning_rate": 9.080834419817471e-06,
|
427 |
+
"loss": 0.4114,
|
428 |
+
"step": 33500
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"epoch": 2.77,
|
432 |
+
"learning_rate": 8.917861799217732e-06,
|
433 |
+
"loss": 0.4248,
|
434 |
+
"step": 34000
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 2.81,
|
438 |
+
"learning_rate": 8.754889178617993e-06,
|
439 |
+
"loss": 0.435,
|
440 |
+
"step": 34500
|
441 |
+
},
|
442 |
+
{
|
443 |
+
"epoch": 2.85,
|
444 |
+
"learning_rate": 8.591916558018254e-06,
|
445 |
+
"loss": 0.4199,
|
446 |
+
"step": 35000
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 2.89,
|
450 |
+
"learning_rate": 8.428943937418514e-06,
|
451 |
+
"loss": 0.4281,
|
452 |
+
"step": 35500
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 2.93,
|
456 |
+
"learning_rate": 8.265971316818775e-06,
|
457 |
+
"loss": 0.4327,
|
458 |
+
"step": 36000
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 2.97,
|
462 |
+
"learning_rate": 8.102998696219036e-06,
|
463 |
+
"loss": 0.4267,
|
464 |
+
"step": 36500
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 3.0,
|
468 |
+
"eval_accuracy": 0.791566265060241,
|
469 |
+
"eval_loss": 0.5889994502067566,
|
470 |
+
"eval_runtime": 4.9576,
|
471 |
+
"eval_samples_per_second": 502.257,
|
472 |
+
"eval_steps_per_second": 62.933,
|
473 |
+
"step": 36816
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 3.01,
|
477 |
+
"learning_rate": 7.940026075619296e-06,
|
478 |
+
"loss": 0.3933,
|
479 |
+
"step": 37000
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 3.06,
|
483 |
+
"learning_rate": 7.777053455019557e-06,
|
484 |
+
"loss": 0.3475,
|
485 |
+
"step": 37500
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 3.1,
|
489 |
+
"learning_rate": 7.614080834419818e-06,
|
490 |
+
"loss": 0.349,
|
491 |
+
"step": 38000
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 3.14,
|
495 |
+
"learning_rate": 7.451108213820078e-06,
|
496 |
+
"loss": 0.3564,
|
497 |
+
"step": 38500
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 3.18,
|
501 |
+
"learning_rate": 7.288135593220339e-06,
|
502 |
+
"loss": 0.3504,
|
503 |
+
"step": 39000
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"epoch": 3.22,
|
507 |
+
"learning_rate": 7.125162972620601e-06,
|
508 |
+
"loss": 0.3474,
|
509 |
+
"step": 39500
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 3.26,
|
513 |
+
"learning_rate": 6.962190352020861e-06,
|
514 |
+
"loss": 0.358,
|
515 |
+
"step": 40000
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 3.3,
|
519 |
+
"learning_rate": 6.799217731421122e-06,
|
520 |
+
"loss": 0.3667,
|
521 |
+
"step": 40500
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 3.34,
|
525 |
+
"learning_rate": 6.636245110821382e-06,
|
526 |
+
"loss": 0.3526,
|
527 |
+
"step": 41000
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 3.38,
|
531 |
+
"learning_rate": 6.473272490221643e-06,
|
532 |
+
"loss": 0.3571,
|
533 |
+
"step": 41500
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"epoch": 3.42,
|
537 |
+
"learning_rate": 6.310299869621904e-06,
|
538 |
+
"loss": 0.3602,
|
539 |
+
"step": 42000
|
540 |
+
},
|
541 |
+
{
|
542 |
+
"epoch": 3.46,
|
543 |
+
"learning_rate": 6.147327249022165e-06,
|
544 |
+
"loss": 0.3552,
|
545 |
+
"step": 42500
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 3.5,
|
549 |
+
"learning_rate": 5.9843546284224255e-06,
|
550 |
+
"loss": 0.3618,
|
551 |
+
"step": 43000
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 3.54,
|
555 |
+
"learning_rate": 5.821382007822687e-06,
|
556 |
+
"loss": 0.3497,
|
557 |
+
"step": 43500
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 3.59,
|
561 |
+
"learning_rate": 5.658409387222948e-06,
|
562 |
+
"loss": 0.3507,
|
563 |
+
"step": 44000
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 3.63,
|
567 |
+
"learning_rate": 5.4954367666232076e-06,
|
568 |
+
"loss": 0.3571,
|
569 |
+
"step": 44500
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 3.67,
|
573 |
+
"learning_rate": 5.332464146023468e-06,
|
574 |
+
"loss": 0.3573,
|
575 |
+
"step": 45000
|
576 |
+
},
|
577 |
+
{
|
578 |
+
"epoch": 3.71,
|
579 |
+
"learning_rate": 5.169491525423729e-06,
|
580 |
+
"loss": 0.354,
|
581 |
+
"step": 45500
|
582 |
+
},
|
583 |
+
{
|
584 |
+
"epoch": 3.75,
|
585 |
+
"learning_rate": 5.0065189048239905e-06,
|
586 |
+
"loss": 0.3406,
|
587 |
+
"step": 46000
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 3.79,
|
591 |
+
"learning_rate": 4.843546284224251e-06,
|
592 |
+
"loss": 0.3503,
|
593 |
+
"step": 46500
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"epoch": 3.83,
|
597 |
+
"learning_rate": 4.680573663624511e-06,
|
598 |
+
"loss": 0.365,
|
599 |
+
"step": 47000
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 3.87,
|
603 |
+
"learning_rate": 4.5176010430247726e-06,
|
604 |
+
"loss": 0.3448,
|
605 |
+
"step": 47500
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 3.91,
|
609 |
+
"learning_rate": 4.354628422425033e-06,
|
610 |
+
"loss": 0.3431,
|
611 |
+
"step": 48000
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 3.95,
|
615 |
+
"learning_rate": 4.191655801825294e-06,
|
616 |
+
"loss": 0.3493,
|
617 |
+
"step": 48500
|
618 |
+
},
|
619 |
+
{
|
620 |
+
"epoch": 3.99,
|
621 |
+
"learning_rate": 4.028683181225555e-06,
|
622 |
+
"loss": 0.3459,
|
623 |
+
"step": 49000
|
624 |
+
},
|
625 |
+
{
|
626 |
+
"epoch": 4.0,
|
627 |
+
"eval_accuracy": 0.785140562248996,
|
628 |
+
"eval_loss": 0.6399184465408325,
|
629 |
+
"eval_runtime": 4.9465,
|
630 |
+
"eval_samples_per_second": 503.39,
|
631 |
+
"eval_steps_per_second": 63.075,
|
632 |
+
"step": 49088
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 4.03,
|
636 |
+
"learning_rate": 3.865710560625815e-06,
|
637 |
+
"loss": 0.3005,
|
638 |
+
"step": 49500
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"epoch": 4.07,
|
642 |
+
"learning_rate": 3.702737940026076e-06,
|
643 |
+
"loss": 0.2988,
|
644 |
+
"step": 50000
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"epoch": 4.12,
|
648 |
+
"learning_rate": 3.5397653194263363e-06,
|
649 |
+
"loss": 0.3018,
|
650 |
+
"step": 50500
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 4.16,
|
654 |
+
"learning_rate": 3.3767926988265974e-06,
|
655 |
+
"loss": 0.2948,
|
656 |
+
"step": 51000
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"epoch": 4.2,
|
660 |
+
"learning_rate": 3.213820078226858e-06,
|
661 |
+
"loss": 0.2991,
|
662 |
+
"step": 51500
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 4.24,
|
666 |
+
"learning_rate": 3.0508474576271192e-06,
|
667 |
+
"loss": 0.2943,
|
668 |
+
"step": 52000
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 4.28,
|
672 |
+
"learning_rate": 2.8878748370273795e-06,
|
673 |
+
"loss": 0.3015,
|
674 |
+
"step": 52500
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 4.32,
|
678 |
+
"learning_rate": 2.7249022164276406e-06,
|
679 |
+
"loss": 0.2905,
|
680 |
+
"step": 53000
|
681 |
+
},
|
682 |
+
{
|
683 |
+
"epoch": 4.36,
|
684 |
+
"learning_rate": 2.5619295958279013e-06,
|
685 |
+
"loss": 0.2858,
|
686 |
+
"step": 53500
|
687 |
+
},
|
688 |
+
{
|
689 |
+
"epoch": 4.4,
|
690 |
+
"learning_rate": 2.398956975228162e-06,
|
691 |
+
"loss": 0.302,
|
692 |
+
"step": 54000
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 4.44,
|
696 |
+
"learning_rate": 2.2359843546284227e-06,
|
697 |
+
"loss": 0.2996,
|
698 |
+
"step": 54500
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"epoch": 4.48,
|
702 |
+
"learning_rate": 2.0730117340286834e-06,
|
703 |
+
"loss": 0.3151,
|
704 |
+
"step": 55000
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 4.52,
|
708 |
+
"learning_rate": 1.910039113428944e-06,
|
709 |
+
"loss": 0.2932,
|
710 |
+
"step": 55500
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 4.56,
|
714 |
+
"learning_rate": 1.7470664928292048e-06,
|
715 |
+
"loss": 0.2968,
|
716 |
+
"step": 56000
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 4.6,
|
720 |
+
"learning_rate": 1.5840938722294655e-06,
|
721 |
+
"loss": 0.3056,
|
722 |
+
"step": 56500
|
723 |
+
},
|
724 |
+
{
|
725 |
+
"epoch": 4.64,
|
726 |
+
"learning_rate": 1.4211212516297262e-06,
|
727 |
+
"loss": 0.2992,
|
728 |
+
"step": 57000
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"epoch": 4.69,
|
732 |
+
"learning_rate": 1.258148631029987e-06,
|
733 |
+
"loss": 0.2909,
|
734 |
+
"step": 57500
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 4.73,
|
738 |
+
"learning_rate": 1.0951760104302478e-06,
|
739 |
+
"loss": 0.2902,
|
740 |
+
"step": 58000
|
741 |
+
},
|
742 |
+
{
|
743 |
+
"epoch": 4.77,
|
744 |
+
"learning_rate": 9.322033898305086e-07,
|
745 |
+
"loss": 0.2961,
|
746 |
+
"step": 58500
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"epoch": 4.81,
|
750 |
+
"learning_rate": 7.692307692307694e-07,
|
751 |
+
"loss": 0.2778,
|
752 |
+
"step": 59000
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 4.85,
|
756 |
+
"learning_rate": 6.0625814863103e-07,
|
757 |
+
"loss": 0.2962,
|
758 |
+
"step": 59500
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 4.89,
|
762 |
+
"learning_rate": 4.432855280312908e-07,
|
763 |
+
"loss": 0.2997,
|
764 |
+
"step": 60000
|
765 |
+
},
|
766 |
+
{
|
767 |
+
"epoch": 4.93,
|
768 |
+
"learning_rate": 2.803129074315515e-07,
|
769 |
+
"loss": 0.2934,
|
770 |
+
"step": 60500
|
771 |
+
},
|
772 |
+
{
|
773 |
+
"epoch": 4.97,
|
774 |
+
"learning_rate": 1.1734028683181226e-07,
|
775 |
+
"loss": 0.2932,
|
776 |
+
"step": 61000
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"epoch": 5.0,
|
780 |
+
"eval_accuracy": 0.7835341365461848,
|
781 |
+
"eval_loss": 0.6834658980369568,
|
782 |
+
"eval_runtime": 4.9521,
|
783 |
+
"eval_samples_per_second": 502.821,
|
784 |
+
"eval_steps_per_second": 63.004,
|
785 |
+
"step": 61360
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"epoch": 5.0,
|
789 |
+
"step": 61360,
|
790 |
+
"total_flos": 1.2915645671077632e+17,
|
791 |
+
"train_loss": 0.4496388073539485,
|
792 |
+
"train_runtime": 12296.6458,
|
793 |
+
"train_samples_per_second": 159.679,
|
794 |
+
"train_steps_per_second": 4.99
|
795 |
}
|
796 |
],
|
797 |
+
"max_steps": 61360,
|
798 |
+
"num_train_epochs": 5,
|
799 |
+
"total_flos": 1.2915645671077632e+17,
|
800 |
"trial_name": null,
|
801 |
"trial_params": null
|
802 |
}
|
training_args.bin
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:e059f080d4e91e3a8f0f818ad51757cfee5dfa85b244eaef3db076c8da4f3976
|
3 |
+
size 3451
|