Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
natural-language-inference
Languages:
English
Size:
1K - 10K
File size: 212,511 Bytes
045c274 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
{"sentence1": "There is a man not wearing a hat staring at people on a subway.", "sentence2": "There is a man not wearing a sunhat staring at people on a subway.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "sunhat"} {"sentence1": "There is a man not wearing a sunhat staring at people on a subway.", "sentence2": "There is a man not wearing a hat staring at people on a subway.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sunhat", "sentence2_lex": "hat"} {"sentence1": "There is a man not wearing a hat staring at people on a subway.", "sentence2": "There is a man not wearing a sombrero staring at people on a subway.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "sombrero"} {"sentence1": "There is a man not wearing a sombrero staring at people on a subway.", "sentence2": "There is a man not wearing a hat staring at people on a subway.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sombrero", "sentence2_lex": "hat"} {"sentence1": "There is a man not wearing a hat staring at people on a subway.", "sentence2": "There is a man not wearing a fedora staring at people on a subway.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "fedora"} {"sentence1": "There is a man not wearing a fedora staring at people on a subway.", "sentence2": "There is a man not wearing a hat staring at people on a subway.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "fedora", "sentence2_lex": "hat"} {"sentence1": "Some dishes do not have rice.", "sentence2": "Some dishes do not have food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "rice", "sentence2_lex": "food"} {"sentence1": "Some dishes do not have food.", "sentence2": "Some dishes do not have rice.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "rice"} {"sentence1": "A man, not wearing a shirt, is sitting on a rock", "sentence2": "A man, not wearing a work-shirt, is sitting on a rock", "gold_label": "entailment", "depth": -1, "sentence1_lex": "shirt", "sentence2_lex": "work-shirt"} {"sentence1": "A man, not wearing a work-shirt, is sitting on a rock", "sentence2": "A man, not wearing a shirt, is sitting on a rock", "gold_label": "neutral", "depth": 1, "sentence1_lex": "work-shirt", "sentence2_lex": "shirt"} {"sentence1": "A man, not wearing a shirt, is sitting on a rock", "sentence2": "A man, not wearing a T-shirt, is sitting on a rock", "gold_label": "entailment", "depth": -1, "sentence1_lex": "shirt", "sentence2_lex": "t-shirt"} {"sentence1": "A man, not wearing a T-shirt, is sitting on a rock", "sentence2": "A man, not wearing a shirt, is sitting on a rock", "gold_label": "neutral", "depth": 1, "sentence1_lex": "t-shirt", "sentence2_lex": "shirt"} {"sentence1": "A boy not wearing a shirt is walking holding a tree branch near the park.", "sentence2": "A boy not wearing a work-shirt is walking holding a tree branch near the park.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "shirt", "sentence2_lex": "work-shirt"} {"sentence1": "A boy not wearing a work-shirt is walking holding a tree branch near the park.", "sentence2": "A boy not wearing a shirt is walking holding a tree branch near the park.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "work-shirt", "sentence2_lex": "shirt"} {"sentence1": "A boy not wearing a shirt is walking holding a tree branch near the park.", "sentence2": "A boy not wearing a T-shirt is walking holding a tree branch near the park.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "shirt", "sentence2_lex": "t-shirt"} {"sentence1": "A boy not wearing a T-shirt is walking holding a tree branch near the park.", "sentence2": "A boy not wearing a shirt is walking holding a tree branch near the park.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "t-shirt", "sentence2_lex": "shirt"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding daisies.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "plants", "sentence2_lex": "daisies"} {"sentence1": "The three children are not holding daisies.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "daisies", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding herbs.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "plants", "sentence2_lex": "herbs"} {"sentence1": "The three children are not holding herbs.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "herbs", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding lilies.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "plants", "sentence2_lex": "lilies"} {"sentence1": "The three children are not holding lilies.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "lilies", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding flowers.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "plants", "sentence2_lex": "flowers"} {"sentence1": "The three children are not holding flowers.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "flowers", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding poppies.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "plants", "sentence2_lex": "poppies"} {"sentence1": "The three children are not holding poppies.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "poppies", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding saplings.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "plants", "sentence2_lex": "saplings"} {"sentence1": "The three children are not holding saplings.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "saplings", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding clovers.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "plants", "sentence2_lex": "clovers"} {"sentence1": "The three children are not holding clovers.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "clovers", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding shrubs.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "plants", "sentence2_lex": "shrubs"} {"sentence1": "The three children are not holding shrubs.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "shrubs", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding weeds.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "plants", "sentence2_lex": "weeds"} {"sentence1": "The three children are not holding weeds.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "weeds", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding lilacs.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "plants", "sentence2_lex": "lilacs"} {"sentence1": "The three children are not holding lilacs.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "lilacs", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding sunflowers.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "plants", "sentence2_lex": "sunflowers"} {"sentence1": "The three children are not holding sunflowers.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "sunflowers", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding vines.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "plants", "sentence2_lex": "vines"} {"sentence1": "The three children are not holding vines.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "vines", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding reeds.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "plants", "sentence2_lex": "reeds"} {"sentence1": "The three children are not holding reeds.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "reeds", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding tulips.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "plants", "sentence2_lex": "tulips"} {"sentence1": "The three children are not holding tulips.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "tulips", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding roses.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "plants", "sentence2_lex": "roses"} {"sentence1": "The three children are not holding roses.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "roses", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding houseplants.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "plants", "sentence2_lex": "houseplants"} {"sentence1": "The three children are not holding houseplants.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "houseplants", "sentence2_lex": "plants"} {"sentence1": "The three children are not holding plants.", "sentence2": "The three children are not holding ferns.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "plants", "sentence2_lex": "ferns"} {"sentence1": "The three children are not holding ferns.", "sentence2": "The three children are not holding plants.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "ferns", "sentence2_lex": "plants"} {"sentence1": "The girl does not wear a hat.", "sentence2": "The girl does not wear a sunhat.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "sunhat"} {"sentence1": "The girl does not wear a sunhat.", "sentence2": "The girl does not wear a hat.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sunhat", "sentence2_lex": "hat"} {"sentence1": "The girl does not wear a hat.", "sentence2": "The girl does not wear a fedora.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "fedora"} {"sentence1": "The girl does not wear a fedora.", "sentence2": "The girl does not wear a hat.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "fedora", "sentence2_lex": "hat"} {"sentence1": "The girl does not wear a hat.", "sentence2": "The girl does not wear a sombrero.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "sombrero"} {"sentence1": "The girl does not wear a sombrero.", "sentence2": "The girl does not wear a hat.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sombrero", "sentence2_lex": "hat"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping food", "gold_label": "neutral", "depth": 1, "sentence1_lex": "produce", "sentence2_lex": "food"} {"sentence1": "a man walks confidently not dropping food", "sentence2": "a man walks confidently not dropping produce", "gold_label": "entailment", "depth": -1, "sentence1_lex": "food", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping bananas", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "bananas"} {"sentence1": "a man walks confidently not dropping bananas", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "bananas", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping eggplants", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "eggplants"} {"sentence1": "a man walks confidently not dropping eggplants", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "eggplants", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping papayas", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "papayas"} {"sentence1": "a man walks confidently not dropping papayas", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "papayas", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping cauliflower", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "cauliflower"} {"sentence1": "a man walks confidently not dropping cauliflowers", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cauliflowers", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping watermelons", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "watermelons"} {"sentence1": "a man walks confidently not dropping watermelons", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "watermelons", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping mangos", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "mangos"} {"sentence1": "a man walks confidently not dropping mangos", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "mangos", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping pears", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "pears"} {"sentence1": "a man walks confidently not dropping pears", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "pears", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping carrots", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "carrots"} {"sentence1": "a man walks confidently not dropping carrots", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "carrots", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping celery", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "celery"} {"sentence1": "a man walks confidently not dropping celery", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "celery", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping onions", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "onions"} {"sentence1": "a man walks confidently not dropping onions", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "onions", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping spinach", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "spinach"} {"sentence1": "a man walks confidently not dropping spinach", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "spinach", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping kale", "gold_label": "entailment", "depth": -4, "sentence1_lex": "produce", "sentence2_lex": "kale"} {"sentence1": "a man walks confidently not dropping kale", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 4, "sentence1_lex": "kale", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping apples", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "apples"} {"sentence1": "a man walks confidently not dropping apples", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "apples", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping lettuce", "gold_label": "entailment", "depth": -4, "sentence1_lex": "produce", "sentence2_lex": "lettuce"} {"sentence1": "a man walks confidently not dropping lettuce", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 4, "sentence1_lex": "lettuce", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping lemons", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "lemons"} {"sentence1": "a man walks confidently not dropping lemons", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "lemons", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping plums", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "plums"} {"sentence1": "a man walks confidently not dropping plums", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "plums", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping tomatoes", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "tomatoes"} {"sentence1": "a man walks confidently not dropping tomatoes", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "tomatoes", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping cucumbers", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "cucumbers"} {"sentence1": "a man walks confidently not dropping cucumbers", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "cucumbers", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping grapes", "gold_label": "entailment", "depth": -2, "sentence1_lex": "produce", "sentence2_lex": "grapes"} {"sentence1": "a man walks confidently not dropping grapes", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 2, "sentence1_lex": "grapes", "sentence2_lex": "produce"} {"sentence1": "a man walks confidently not dropping produce", "sentence2": "a man walks confidently not dropping cabbage", "gold_label": "entailment", "depth": -3, "sentence1_lex": "produce", "sentence2_lex": "cabbage"} {"sentence1": "a man walks confidently not dropping cabbage", "sentence2": "a man walks confidently not dropping produce", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cabbage", "sentence2_lex": "produce"} {"sentence1": "The restaurant does not let oriental people in", "sentence2": "The restaurant does not let oriental women in", "gold_label": "entailment", "depth": -2, "sentence1_lex": "people", "sentence2_lex": "women"} {"sentence1": "The restaurant does not let oriental women in", "sentence2": "The restaurant does not let oriental people in", "gold_label": "neutral", "depth": 2, "sentence1_lex": "women", "sentence2_lex": "people"} {"sentence1": "The restaurant does not let oriental people in", "sentence2": "The restaurant does not let oriental youths in", "gold_label": "entailment", "depth": -2, "sentence1_lex": "people", "sentence2_lex": "youths"} {"sentence1": "The restaurant does not let oriental youths in", "sentence2": "The restaurant does not let oriental people in", "gold_label": "neutral", "depth": 2, "sentence1_lex": "youths", "sentence2_lex": "people"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like guacamole.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "food", "sentence2_lex": "guacamole"} {"sentence1": "A woman did not like guacamole.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "guacamole", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like omelet.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "omelet"} {"sentence1": "A woman did not like omelet.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "omelet", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like breakfast.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "breakfast"} {"sentence1": "A woman did not like breakfast.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "breakfast", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like soup.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "soup"} {"sentence1": "A woman did not like soup.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "soup", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like meatball.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "meatball"} {"sentence1": "A woman did not like meatball.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "meatball", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like cake.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "cake"} {"sentence1": "A woman did not like cake.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cake", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like ratatouille.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "ratatouille"} {"sentence1": "A woman did not like ratatouille.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "ratatouille", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like hummus.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "food", "sentence2_lex": "hummus"} {"sentence1": "A woman did not like hummus.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "hummus", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like fondue.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "fondue"} {"sentence1": "A woman did not like fondue.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "fondue", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like rice.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "rice"} {"sentence1": "A woman did not like rice.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "rice", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like pasta.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "pasta"} {"sentence1": "A woman did not like pasta.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "pasta", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like spaghetti.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "spaghetti"} {"sentence1": "A woman did not like spaghetti.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "spaghetti", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like lasagna.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "lasagna"} {"sentence1": "A woman did not like lasagna.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "lasagna", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like eggs.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "food", "sentence2_lex": "eggs"} {"sentence1": "A woman did not like eggs.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "eggs", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like risotto.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "risotto"} {"sentence1": "A woman did not like risotto.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "risotto", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like fries.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "fries"} {"sentence1": "A woman did not like fries.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "fries", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like naan.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "naan"} {"sentence1": "A woman did not like naan.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "naan", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like cereal.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "food", "sentence2_lex": "cereal"} {"sentence1": "A woman did not like cereal.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "cereal", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like kebab.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "kebab"} {"sentence1": "A woman did not like kebab.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "kebab", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like pastry.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "pastry"} {"sentence1": "A woman did not like pastry.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "pastry", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like pretzel.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "pretzel"} {"sentence1": "A woman did not like pretzel.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "pretzel", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like corn.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "corn"} {"sentence1": "A woman did not like corn.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "corn", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like oatmeal.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "oatmeal"} {"sentence1": "A woman did not like oatmeal.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "oatmeal", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like stew.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "stew"} {"sentence1": "A woman did not like stew.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "stew", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like muffin.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "muffin"} {"sentence1": "A woman did not like muffin.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "muffin", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like tofu.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "tofu"} {"sentence1": "A woman did not like tofu.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "tofu", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like cheese.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "cheese"} {"sentence1": "A woman did not like cheese.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cheese", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like gyro.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "gyro"} {"sentence1": "A woman did not like gyro.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "gyro", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like meatloaf.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "meatloaf"} {"sentence1": "A woman did not like meatloaf.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "meatloaf", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like sandwich.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "sandwich"} {"sentence1": "A woman did not like sandwich.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "sandwich", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like bread.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "bread"} {"sentence1": "A woman did not like bread.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "bread", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like bagel.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "bagel"} {"sentence1": "A woman did not like bagel.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "bagel", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like hotdog.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "hotdog"} {"sentence1": "A woman did not like hotdog.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "hotdog", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like burrito.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "burrito"} {"sentence1": "A woman did not like burrito.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "burrito", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like sushi.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "sushi"} {"sentence1": "A woman did not like sushi.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "sushi", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like popcorn.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "popcorn"} {"sentence1": "A woman did not like popcorn.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "popcorn", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like cheeseburger.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "food", "sentence2_lex": "cheeseburger"} {"sentence1": "A woman did not like cheeseburger.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "cheeseburger", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like pizza.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "pizza"} {"sentence1": "A woman did not like pizza.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "pizza", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like curry.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "curry"} {"sentence1": "A woman did not like curry.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "curry", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like meatloaf.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "meatloaf"} {"sentence1": "A woman did not like meatloaf.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "meatloaf", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like yogurt.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "yogurt"} {"sentence1": "A woman did not like yogurt.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "yogurt", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like pudding.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "food", "sentence2_lex": "pudding"} {"sentence1": "A woman did not like pudding.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "pudding", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like falafel.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "food", "sentence2_lex": "falafel"} {"sentence1": "A woman did not like falafel.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "falafel", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like pita.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "pita"} {"sentence1": "A woman did not like pita.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "pita", "sentence2_lex": "food"} {"sentence1": "A woman did not like food.", "sentence2": "A woman did not like hamburger.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "food", "sentence2_lex": "hamburger"} {"sentence1": "A woman did not like hamburger.", "sentence2": "A woman did not like food.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "hamburger", "sentence2_lex": "food"} {"sentence1": "The man is not wearing jewelry.", "sentence2": "The man is not wearing bracelets.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "bracelets"} {"sentence1": "The man is not wearing bracelets.", "sentence2": "The man is not wearing jewelry.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bracelets", "sentence2_lex": "jewelry"} {"sentence1": "The man is not wearing jewelry.", "sentence2": "The man is not wearing rings.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "rings"} {"sentence1": "The man is not wearing rings.", "sentence2": "The man is not wearing jewelry.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "rings", "sentence2_lex": "jewelry"} {"sentence1": "The man is not wearing jewelry.", "sentence2": "The man is not wearing necklaces.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "necklaces"} {"sentence1": "The man is not wearing necklaces.", "sentence2": "The man is not wearing jewelry.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "necklaces", "sentence2_lex": "jewelry"} {"sentence1": "The man is not wearing jewelry.", "sentence2": "The man is not wearing earrings.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "earrings"} {"sentence1": "The man is not wearing earrings.", "sentence2": "The man is not wearing jewelry.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "earrings", "sentence2_lex": "jewelry"} {"sentence1": "The little boy is not wearing any clothes.", "sentence2": "The little boy is not wearing any jeans.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "clothes", "sentence2_lex": "jeans"} {"sentence1": "The little boy is not wearing any jeans.", "sentence2": "The little boy is not wearing any clothes.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "jeans", "sentence2_lex": "clothes"} {"sentence1": "The woman is not wearing shoes.", "sentence2": "The woman is not wearing sneakers.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "shoes", "sentence2_lex": "sneakers"} {"sentence1": "The woman is not wearing sneakers.", "sentence2": "The woman is not wearing shoes.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sneakers", "sentence2_lex": "shoes"} {"sentence1": "The woman is not wearing shoes.", "sentence2": "The woman is not wearing pumps.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "shoes", "sentence2_lex": "pumps"} {"sentence1": "The woman is not wearing pumps.", "sentence2": "The woman is not wearing shoes.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "pumps", "sentence2_lex": "shoes"} {"sentence1": "The woman is not wearing shoes.", "sentence2": "The woman is not wearing sandals.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "shoes", "sentence2_lex": "sandals"} {"sentence1": "The woman is not wearing sandals.", "sentence2": "The woman is not wearing shoes.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sandals", "sentence2_lex": "shoes"} {"sentence1": "The woman is not cutting a cake.", "sentence2": "The woman is not cutting a cheesecake.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "cake", "sentence2_lex": "cheesecake"} {"sentence1": "The woman is not cutting a cheesecake.", "sentence2": "The woman is not cutting a cake.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "cheesecake", "sentence2_lex": "cake"} {"sentence1": "The woman is not cutting a cake.", "sentence2": "The woman is not cutting a fruitcake.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "cake", "sentence2_lex": "fruitcake"} {"sentence1": "The woman is not cutting a fruitcake.", "sentence2": "The woman is not cutting a cake.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "fruitcake", "sentence2_lex": "cake"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing tubas.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instruments", "sentence2_lex": "tubas"} {"sentence1": "The people are not playing tubas.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "tubas", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing drums.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instruments", "sentence2_lex": "drums"} {"sentence1": "The people are not playing drums.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "drums", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing organs.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "organs"} {"sentence1": "The people are not playing organs.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "organs", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing violins.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "violins"} {"sentence1": "The people are not playing violins.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "violins", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing flutes.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "flutes"} {"sentence1": "The people are not playing flutes.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "flutes", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing snares.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "snares"} {"sentence1": "The people are not playing snares.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "snares", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing xylophones.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instruments", "sentence2_lex": "xylophones"} {"sentence1": "The people are not playing xylophones.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "xylophones", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing trombones.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "trombones"} {"sentence1": "The people are not playing trombones.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "trombones", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing oboes.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "instruments", "sentence2_lex": "oboes"} {"sentence1": "The people are not playing oboes.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "oboes", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing sitars.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instruments", "sentence2_lex": "sitars"} {"sentence1": "The people are not playing sitars.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "sitars", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing clarinets.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "instruments", "sentence2_lex": "clarinets"} {"sentence1": "The people are not playing clarinets.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "clarinets", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing tambourines.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "tambourines"} {"sentence1": "The people are not playing tambourines.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "tambourines", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing accordions.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "accordions"} {"sentence1": "The people are not playing accordions.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "accordions", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing bagpipes.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "bagpipes"} {"sentence1": "The people are not playing bagpipes.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "bagpipes", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing trumpets.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "trumpets"} {"sentence1": "The people are not playing trumpets.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "trumpets", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing horns.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instruments", "sentence2_lex": "horns"} {"sentence1": "The people are not playing horns.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "horns", "sentence2_lex": "instruments"} {"sentence1": "The people are not playing instruments.", "sentence2": "The people are not playing guitars.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instruments", "sentence2_lex": "guitars"} {"sentence1": "The people are not playing guitars.", "sentence2": "The people are not playing instruments.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "guitars", "sentence2_lex": "instruments"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to jazz.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "jazz"} {"sentence1": "The man is not listening to jazz.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "jazz", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to blues.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "blues"} {"sentence1": "The man is not listening to blues.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "blues", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to Mozart.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "music", "sentence2_lex": "mozart"} {"sentence1": "The man is not listening to Mozart.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "mozart", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to disco.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "disco"} {"sentence1": "The man is not listening to disco.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "disco", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to rap.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "rap"} {"sentence1": "The man is not listening to rap.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "rap", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to boogie.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "music", "sentence2_lex": "boogie"} {"sentence1": "The man is not listening to boogie.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "boogie", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to reggae.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "reggae"} {"sentence1": "The man is not listening to reggae.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "reggae", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to Bach.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "music", "sentence2_lex": "bach"} {"sentence1": "The man is not listening to Bach.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bach", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to gospel.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "music", "sentence2_lex": "gospel"} {"sentence1": "The man is not listening to gospel.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "gospel", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to punk.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "music", "sentence2_lex": "punk"} {"sentence1": "The man is not listening to punk.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "punk", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to classical.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "music", "sentence2_lex": "classical"} {"sentence1": "The man is not listening to classical.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "classical", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to polka.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "music", "sentence2_lex": "polka"} {"sentence1": "The man is not listening to polka.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "polka", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to bluegrass.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "music", "sentence2_lex": "bluegrass"} {"sentence1": "The man is not listening to bluegrass.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "bluegrass", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to hip-hop.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "hip-hop"} {"sentence1": "The man is not listening to hip-hop.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "hip-hop", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to folk.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "folk"} {"sentence1": "The man is not listening to folk.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "folk", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to samba.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "music", "sentence2_lex": "samba"} {"sentence1": "The man is not listening to samba.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "samba", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to ragtime.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "music", "sentence2_lex": "ragtime"} {"sentence1": "The man is not listening to ragtime.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "ragtime", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to opera.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "opera"} {"sentence1": "The man is not listening to opera.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "opera", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to Chopin.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "music", "sentence2_lex": "chopin"} {"sentence1": "The man is not listening to Chopin.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "chopin", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to techno.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "music", "sentence2_lex": "techno"} {"sentence1": "The man is not listening to techno.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "techno", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to Wagner.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "music", "sentence2_lex": "wagner"} {"sentence1": "The man is not listening to Wagner.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "wagner", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to rockabilly.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "rockabilly"} {"sentence1": "The man is not listening to rockabilly.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "rockabilly", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to Beethoven.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "music", "sentence2_lex": "beethoven"} {"sentence1": "The man is not listening to Beethoven.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "beethoven", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to rock.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "rock"} {"sentence1": "The man is not listening to rock.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "rock", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to soul.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "music", "sentence2_lex": "soul"} {"sentence1": "The man is not listening to soul.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "soul", "sentence2_lex": "music"} {"sentence1": "The man is not listening to music.", "sentence2": "The man is not listening to swing.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "music", "sentence2_lex": "swing"} {"sentence1": "The man is not listening to swing.", "sentence2": "The man is not listening to music.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "swing", "sentence2_lex": "music"} {"sentence1": "A man is not wearing a hat.", "sentence2": "A man is not wearing a sombrero.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "sombrero"} {"sentence1": "A man is not wearing a sombrero.", "sentence2": "A man is not wearing a hat.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sombrero", "sentence2_lex": "hat"} {"sentence1": "A man is not wearing a hat.", "sentence2": "A man is not wearing a bowler.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "bowler"} {"sentence1": "A man is not wearing a bowler.", "sentence2": "A man is not wearing a hat.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bowler", "sentence2_lex": "hat"} {"sentence1": "A man is not wearing a hat.", "sentence2": "A man is not wearing a fedora.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "fedora"} {"sentence1": "A man is not wearing a fedora.", "sentence2": "A man is not wearing a hat.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "fedora", "sentence2_lex": "hat"} {"sentence1": "A man is not wearing a hat.", "sentence2": "A man is not wearing a sunhat.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "hat", "sentence2_lex": "sunhat"} {"sentence1": "A man is not wearing a sunhat.", "sentence2": "A man is not wearing a hat.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sunhat", "sentence2_lex": "hat"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single sculptor walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "sculptor"} {"sentence1": "There is not a single sculptor walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "sculptor", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single mover walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "mover"} {"sentence1": "There is not a single mover walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "mover", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single matriarch walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "matriarch"} {"sentence1": "There is not a single matriarch walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "matriarch", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single landscaper walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "landscaper"} {"sentence1": "There is not a single landscaper walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "landscaper", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single nanny walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "nanny"} {"sentence1": "There is not a single nanny walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "nanny", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single ambassador walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "ambassador"} {"sentence1": "There is not a single ambassador walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "ambassador", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single rescuer walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "rescuer"} {"sentence1": "There is not a single rescuer walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "rescuer", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Persian walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "persian"} {"sentence1": "There is not a single Persian walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "persian", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single volunteer walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "volunteer"} {"sentence1": "There is not a single volunteer walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "volunteer", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Greek walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "greek"} {"sentence1": "There is not a single Greek walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "greek", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single gambler walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "gambler"} {"sentence1": "There is not a single gambler walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "gambler", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single debutante walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "debutante"} {"sentence1": "There is not a single debutante walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "debutante", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single girl walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "girl"} {"sentence1": "There is not a single girl walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "girl", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single painter walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "painter"} {"sentence1": "There is not a single painter walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "painter", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single politician walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "politician"} {"sentence1": "There is not a single politician walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "politician", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single woman walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "woman"} {"sentence1": "There is not a single woman walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "woman", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single prince walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "prince"} {"sentence1": "There is not a single prince walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "prince", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single butcher walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "butcher"} {"sentence1": "There is not a single butcher walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "butcher", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single juvenile walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "juvenile"} {"sentence1": "There is not a single juvenile walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "juvenile", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single pagan walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "pagan"} {"sentence1": "There is not a single pagan walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "pagan", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single craftsman walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "craftsman"} {"sentence1": "There is not a single craftsman walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "craftsman", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single nerd walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "nerd"} {"sentence1": "There is not a single nerd walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "nerd", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single psychic walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "psychic"} {"sentence1": "There is not a single psychic walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "psychic", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Indonesian walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "indonesian"} {"sentence1": "There is not a single Indonesian walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "indonesian", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single smith walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "smith"} {"sentence1": "There is not a single smith walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "smith", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single skier walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "skier"} {"sentence1": "There is not a single skier walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "skier", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single conservative walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "conservative"} {"sentence1": "There is not a single conservative walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "conservative", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single addict walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "addict"} {"sentence1": "There is not a single addict walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "addict", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single gymnast walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "gymnast"} {"sentence1": "There is not a single gymnast walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "gymnast", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single convict walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "convict"} {"sentence1": "There is not a single convict walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "convict", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single serviceman walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "serviceman"} {"sentence1": "There is not a single serviceman walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "serviceman", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single African walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "african"} {"sentence1": "There is not a single African walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "african", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single adventurer walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "adventurer"} {"sentence1": "There is not a single adventurer walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "adventurer", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single groupie walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "groupie"} {"sentence1": "There is not a single groupie walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "groupie", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single survivalist walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "survivalist"} {"sentence1": "There is not a single survivalist walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "survivalist", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single merchant walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "merchant"} {"sentence1": "There is not a single merchant walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "merchant", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single hacker walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "hacker"} {"sentence1": "There is not a single hacker walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "hacker", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single philosopher walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "philosopher"} {"sentence1": "There is not a single philosopher walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "philosopher", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single aviator walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "aviator"} {"sentence1": "There is not a single aviator walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "aviator", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single immigrant walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "immigrant"} {"sentence1": "There is not a single immigrant walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "immigrant", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single king walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "king"} {"sentence1": "There is not a single king walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "king", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single worshiper walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "worshiper"} {"sentence1": "There is not a single worshiper walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "worshiper", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single skydiver walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "skydiver"} {"sentence1": "There is not a single skydiver walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "skydiver", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single official walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "official"} {"sentence1": "There is not a single official walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "official", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Romanian walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "romanian"} {"sentence1": "There is not a single Romanian walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "romanian", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single photographer walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "photographer"} {"sentence1": "There is not a single photographer walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "photographer", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Belgian walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "belgian"} {"sentence1": "There is not a single Belgian walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "belgian", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single athlete walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "athlete"} {"sentence1": "There is not a single athlete walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "athlete", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Democrat walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "democrat"} {"sentence1": "There is not a single Democrat walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "democrat", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Jew walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "jew"} {"sentence1": "There is not a single Jew walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "jew", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single adult walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "adult"} {"sentence1": "There is not a single adult walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "adult", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single ninja walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "ninja"} {"sentence1": "There is not a single ninja walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "ninja", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single billionaire walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "billionaire"} {"sentence1": "There is not a single billionaire walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "billionaire", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single child walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "child"} {"sentence1": "There is not a single child walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "child", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single amputee walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "amputee"} {"sentence1": "There is not a single amputee walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "amputee", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single geologist walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "geologist"} {"sentence1": "There is not a single geologist walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "geologist", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single comedian walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "comedian"} {"sentence1": "There is not a single comedian walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "comedian", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single stagehand walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "stagehand"} {"sentence1": "There is not a single stagehand walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "stagehand", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single cashier walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "cashier"} {"sentence1": "There is not a single cashier walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "cashier", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single firefighter walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "firefighter"} {"sentence1": "There is not a single firefighter walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "firefighter", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single hunchback walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "hunchback"} {"sentence1": "There is not a single hunchback walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "hunchback", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single programmer walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "programmer"} {"sentence1": "There is not a single programmer walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "programmer", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single waiter walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "waiter"} {"sentence1": "There is not a single waiter walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "waiter", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single bachelor walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "bachelor"} {"sentence1": "There is not a single bachelor walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "bachelor", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single hippie walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "hippie"} {"sentence1": "There is not a single hippie walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "hippie", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single detective walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "detective"} {"sentence1": "There is not a single detective walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "detective", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single cheerleader walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "cheerleader"} {"sentence1": "There is not a single cheerleader walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "cheerleader", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single uncle walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "uncle"} {"sentence1": "There is not a single uncle walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "uncle", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single homeowner walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "homeowner"} {"sentence1": "There is not a single homeowner walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "homeowner", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single stylist walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "stylist"} {"sentence1": "There is not a single stylist walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "stylist", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single rabbi walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "rabbi"} {"sentence1": "There is not a single rabbi walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "rabbi", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single musher walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "musher"} {"sentence1": "There is not a single musher walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "musher", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single veteran walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "veteran"} {"sentence1": "There is not a single veteran walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "veteran", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single queen walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "queen"} {"sentence1": "There is not a single queen walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "queen", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single missionary walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "missionary"} {"sentence1": "There is not a single missionary walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "missionary", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single historian walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "historian"} {"sentence1": "There is not a single historian walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "historian", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single parachuter walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "parachuter"} {"sentence1": "There is not a single parachuter walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "parachuter", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single prostitute walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "prostitute"} {"sentence1": "There is not a single prostitute walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "prostitute", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single cannibal walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "cannibal"} {"sentence1": "There is not a single cannibal walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cannibal", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single swimmer walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "swimmer"} {"sentence1": "There is not a single swimmer walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "swimmer", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single hunter walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "hunter"} {"sentence1": "There is not a single hunter walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "hunter", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single monk walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "monk"} {"sentence1": "There is not a single monk walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "monk", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single banker walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "banker"} {"sentence1": "There is not a single banker walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "banker", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single courier walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "courier"} {"sentence1": "There is not a single courier walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "courier", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Scotsman walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "scotsman"} {"sentence1": "There is not a single Scotsman walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "scotsman", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single slaver walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "slaver"} {"sentence1": "There is not a single slaver walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "slaver", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Frenchman walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "frenchman"} {"sentence1": "There is not a single Frenchman walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "frenchman", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single Republican walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "republican"} {"sentence1": "There is not a single Republican walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "republican", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single millionaire walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "millionaire"} {"sentence1": "There is not a single millionaire walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "millionaire", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single atheist walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "atheist"} {"sentence1": "There is not a single atheist walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "atheist", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single barkeep walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "barkeep"} {"sentence1": "There is not a single barkeep walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "barkeep", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single celebrity walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "celebrity"} {"sentence1": "There is not a single celebrity walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "celebrity", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single agnostic walking in the city.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "person", "sentence2_lex": "agnostic"} {"sentence1": "There is not a single agnostic walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "agnostic", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single lesbian walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "lesbian"} {"sentence1": "There is not a single lesbian walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "lesbian", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single pilgrim walking in the city.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "person", "sentence2_lex": "pilgrim"} {"sentence1": "There is not a single pilgrim walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "pilgrim", "sentence2_lex": "person"} {"sentence1": "There is not a single person walking in the city.", "sentence2": "There is not a single liberal walking in the city.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "liberal"} {"sentence1": "There is not a single liberal walking in the city.", "sentence2": "There is not a single person walking in the city.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "liberal", "sentence2_lex": "person"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like citrus.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "citrus"} {"sentence1": "The person did not like citrus.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "citrus", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like raspberries.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "raspberries"} {"sentence1": "The person did not like raspberries.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "raspberries", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like limes.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "limes"} {"sentence1": "The person did not like limes.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "limes", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like mangos.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "mangos"} {"sentence1": "The person did not like mangos.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "mangos", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like melons.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "melons"} {"sentence1": "The person did not like melons.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "melons", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like pears.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "pears"} {"sentence1": "The person did not like pears.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "pears", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like peaches.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "peaches"} {"sentence1": "The person did not like peaches.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "peaches", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like grapes.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "grapes"} {"sentence1": "The person did not like grapes.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "grapes", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like plums.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "plums"} {"sentence1": "The person did not like plums.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "plums", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like cherries.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "cherries"} {"sentence1": "The person did not like cherries.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "cherries", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like oranges.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "oranges"} {"sentence1": "The person did not like oranges.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "oranges", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like bananas.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "bananas"} {"sentence1": "The person did not like bananas.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "bananas", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like strawberries.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "strawberries"} {"sentence1": "The person did not like strawberries.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "strawberries", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like huckleberries.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "huckleberries"} {"sentence1": "The person did not like huckleberries.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "huckleberries", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like blueberries.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "blueberries"} {"sentence1": "The person did not like blueberries.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "blueberries", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like pineapples.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "pineapples"} {"sentence1": "The person did not like pineapples.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "pineapples", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like cantaloupes.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "fruit", "sentence2_lex": "cantaloupes"} {"sentence1": "The person did not like cantaloupes.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "cantaloupes", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like cranberries.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "cranberries"} {"sentence1": "The person did not like cranberries.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cranberries", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like watermelons.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "watermelons"} {"sentence1": "The person did not like watermelons.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "watermelons", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like apples.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fruit", "sentence2_lex": "apples"} {"sentence1": "The person did not like apples.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "apples", "sentence2_lex": "fruit"} {"sentence1": "The person did not like fruit.", "sentence2": "The person did not like lemons.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "fruit", "sentence2_lex": "lemons"} {"sentence1": "The person did not like lemons.", "sentence2": "The person did not like fruit.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "lemons", "sentence2_lex": "fruit"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any computers", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machines", "sentence2_lex": "computers"} {"sentence1": "People do not have any computers", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 1, "sentence1_lex": "computers", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any PCs", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machines", "sentence2_lex": "pcs"} {"sentence1": "People do not have any PCs", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 3, "sentence1_lex": "pcs", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any ATMs", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machines", "sentence2_lex": "atms"} {"sentence1": "People do not have any ATMs", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 1, "sentence1_lex": "atms", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any laptops", "gold_label": "entailment", "depth": -5, "sentence1_lex": "machines", "sentence2_lex": "laptops"} {"sentence1": "People do not have any laptops", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 5, "sentence1_lex": "laptops", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any calculators", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machines", "sentence2_lex": "calculators"} {"sentence1": "People do not have any calculators", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 1, "sentence1_lex": "calculators", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any turbines", "gold_label": "entailment", "depth": -6, "sentence1_lex": "machines", "sentence2_lex": "turbines"} {"sentence1": "People do not have any turbines", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 6, "sentence1_lex": "turbines", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any jackhammers", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machines", "sentence2_lex": "jackhammers"} {"sentence1": "People do not have any jackhammers", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 3, "sentence1_lex": "jackhammers", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any jukeboxes", "gold_label": "entailment", "depth": -2, "sentence1_lex": "machines", "sentence2_lex": "jukeboxes"} {"sentence1": "People do not have any jukeboxes", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 2, "sentence1_lex": "jukeboxes", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any generators", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machines", "sentence2_lex": "generators"} {"sentence1": "People do not have any generators", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 3, "sentence1_lex": "generators", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any motors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machines", "sentence2_lex": "motors"} {"sentence1": "People do not have any motors", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 1, "sentence1_lex": "motors", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any printers", "gold_label": "entailment", "depth": -2, "sentence1_lex": "machines", "sentence2_lex": "printers"} {"sentence1": "People do not have any printers", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 2, "sentence1_lex": "printers", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any treadmills", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machines", "sentence2_lex": "treadmills"} {"sentence1": "People do not have any treadmills", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 3, "sentence1_lex": "treadmills", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any engines", "gold_label": "entailment", "depth": -2, "sentence1_lex": "machines", "sentence2_lex": "engines"} {"sentence1": "People do not have any engines", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 2, "sentence1_lex": "engines", "sentence2_lex": "machines"} {"sentence1": "People do not have any machines", "sentence2": "People do not have any typewriters", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machines", "sentence2_lex": "typewriters"} {"sentence1": "People do not have any typewriters", "sentence2": "People do not have any machines", "gold_label": "neutral", "depth": 3, "sentence1_lex": "typewriters", "sentence2_lex": "machines"} {"sentence1": "A male is not tossing anything", "sentence2": "A male is not tossing socks", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "socks"} {"sentence1": "A male is not tossing socks", "sentence2": "A male is not tossing anything", "gold_label": "neutral", "depth": 5, "sentence1_lex": "socks", "sentence2_lex": "anything"} {"sentence1": "A male is not tossing anything", "sentence2": "A male is not tossing packets", "gold_label": "entailment", "depth": -4, "sentence1_lex": "anything", "sentence2_lex": "packets"} {"sentence1": "A male is not tossing packets", "sentence2": "A male is not tossing anything", "gold_label": "neutral", "depth": 4, "sentence1_lex": "packets", "sentence2_lex": "anything"} {"sentence1": "A male is not tossing anything", "sentence2": "A male is not tossing pictures", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "pictures"} {"sentence1": "A male is not tossing pictures", "sentence2": "A male is not tossing anything", "gold_label": "neutral", "depth": 5, "sentence1_lex": "pictures", "sentence2_lex": "anything"} {"sentence1": "A male is not tossing anything", "sentence2": "A male is not tossing blocks", "gold_label": "entailment", "depth": -4, "sentence1_lex": "anything", "sentence2_lex": "blocks"} {"sentence1": "A male is not tossing blocks", "sentence2": "A male is not tossing anything", "gold_label": "neutral", "depth": 4, "sentence1_lex": "blocks", "sentence2_lex": "anything"} {"sentence1": "A male is not tossing anything", "sentence2": "A male is not tossing bulbs", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "bulbs"} {"sentence1": "A male is not tossing bulbs", "sentence2": "A male is not tossing anything", "gold_label": "neutral", "depth": 5, "sentence1_lex": "bulbs", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding tongues in his hands.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "anything", "sentence2_lex": "tongues"} {"sentence1": "A man is not holding tongues in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "tongues", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding goods in his hands.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "goods"} {"sentence1": "A man is not holding goods in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "goods", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding beverages in his hands.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "beverages"} {"sentence1": "A man is not holding beverages in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "beverages", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding rats in his hands.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "rats"} {"sentence1": "A man is not holding rats in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "rats", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding machines in his hands.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "anything", "sentence2_lex": "machines"} {"sentence1": "A man is not holding machines in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "machines", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding files in his hands.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "anything", "sentence2_lex": "files"} {"sentence1": "A man is not holding files in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "files", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding records in his hands.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "records"} {"sentence1": "A man is not holding records in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "records", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding stamps in his hands.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "stamps"} {"sentence1": "A man is not holding stamps in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "stamps", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding glasses in his hands.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "glasses"} {"sentence1": "A man is not holding glasses in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "glasses", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding snakes in his hands.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "anything", "sentence2_lex": "snakes"} {"sentence1": "A man is not holding snakes in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "snakes", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding trophies in his hands.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "anything", "sentence2_lex": "trophies"} {"sentence1": "A man is not holding trophies in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "trophies", "sentence2_lex": "anything"} {"sentence1": "A man is not holding anything in his hands.", "sentence2": "A man is not holding reports in his hands.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "anything", "sentence2_lex": "reports"} {"sentence1": "A man is not holding reports in his hands.", "sentence2": "A man is not holding anything in his hands.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "reports", "sentence2_lex": "anything"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large plant dragging behind him.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "tree", "sentence2_lex": "plant"} {"sentence1": "The skier did not notice a large plant dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "plant", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large fir dragging behind him.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "fir"} {"sentence1": "The skier did not notice a large fir dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "fir", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large dogwood dragging behind him.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "tree", "sentence2_lex": "dogwood"} {"sentence1": "The skier did not notice a large dogwood dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "dogwood", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large cedar dragging behind him.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "cedar"} {"sentence1": "The skier did not notice a large cedar dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cedar", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large magnolia dragging behind him.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "tree", "sentence2_lex": "magnolia"} {"sentence1": "The skier did not notice a large magnolia dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "magnolia", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large sycamore dragging behind him.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "tree", "sentence2_lex": "sycamore"} {"sentence1": "The skier did not notice a large sycamore dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "sycamore", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large willow dragging behind him.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "willow"} {"sentence1": "The skier did not notice a large willow dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "willow", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large ash dragging behind him.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "ash"} {"sentence1": "The skier did not notice a large ash dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "ash", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large birch dragging behind him.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "birch"} {"sentence1": "The skier did not notice a large birch dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "birch", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large pine dragging behind him.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "pine"} {"sentence1": "The skier did not notice a large pine dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "pine", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large palm dragging behind him.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "palm"} {"sentence1": "The skier did not notice a large palm dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "palm", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large oak dragging behind him.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "oak"} {"sentence1": "The skier did not notice a large oak dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "oak", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large maple dragging behind him.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "tree", "sentence2_lex": "maple"} {"sentence1": "The skier did not notice a large maple dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "maple", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large cypress dragging behind him.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "cypress"} {"sentence1": "The skier did not notice a large cypress dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cypress", "sentence2_lex": "tree"} {"sentence1": "The skier did not notice a large tree dragging behind him.", "sentence2": "The skier did not notice a large elm dragging behind him.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "elm"} {"sentence1": "The skier did not notice a large elm dragging behind him.", "sentence2": "The skier did not notice a large tree dragging behind him.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "elm", "sentence2_lex": "tree"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not an adult cutting hair in the background.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "man", "sentence2_lex": "adult"} {"sentence1": "There is not an adult cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "adult", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not a person cutting hair in the background.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "man", "sentence2_lex": "person"} {"sentence1": "There is not a person cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "person", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not a boyfriend cutting hair in the background.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "boyfriend"} {"sentence1": "There is not a boyfriend cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "boyfriend", "sentence2_lex": "man"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the tuna", "gold_label": "entailment", "depth": -5, "sentence1_lex": "fish", "sentence2_lex": "tuna"} {"sentence1": "the man is not cutting the tuna", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 5, "sentence1_lex": "tuna", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the trout", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fish", "sentence2_lex": "trout"} {"sentence1": "the man is not cutting the trout", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 2, "sentence1_lex": "trout", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the catfish", "gold_label": "entailment", "depth": -6, "sentence1_lex": "fish", "sentence2_lex": "catfish"} {"sentence1": "the man is not cutting the catfish", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 6, "sentence1_lex": "catfish", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the salmon", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fish", "sentence2_lex": "salmon"} {"sentence1": "the man is not cutting the salmon", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 2, "sentence1_lex": "salmon", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the goldfish", "gold_label": "entailment", "depth": -6, "sentence1_lex": "fish", "sentence2_lex": "goldfish"} {"sentence1": "the man is not cutting the goldfish", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 6, "sentence1_lex": "goldfish", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the bass", "gold_label": "entailment", "depth": -5, "sentence1_lex": "fish", "sentence2_lex": "bass"} {"sentence1": "the man is not cutting the bass", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 5, "sentence1_lex": "bass", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the herring", "gold_label": "entailment", "depth": -5, "sentence1_lex": "fish", "sentence2_lex": "herring"} {"sentence1": "the man is not cutting the herring", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 5, "sentence1_lex": "herring", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the marlin", "gold_label": "entailment", "depth": -7, "sentence1_lex": "fish", "sentence2_lex": "marlin"} {"sentence1": "the man is not cutting the marlin", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 7, "sentence1_lex": "marlin", "sentence2_lex": "fish"} {"sentence1": "the man is not cutting the fish", "sentence2": "the man is not cutting the swordfish", "gold_label": "entailment", "depth": -6, "sentence1_lex": "fish", "sentence2_lex": "swordfish"} {"sentence1": "the man is not cutting the swordfish", "sentence2": "the man is not cutting the fish", "gold_label": "neutral", "depth": 6, "sentence1_lex": "swordfish", "sentence2_lex": "fish"} {"sentence1": "The girls are cutting the cake and not letting any man cut it.", "sentence2": "The girls are cutting the cake and not letting any adult cut it.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "man", "sentence2_lex": "adult"} {"sentence1": "The girls are cutting the cake and not letting any adult cut it.", "sentence2": "The girls are cutting the cake and not letting any man cut it.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "adult", "sentence2_lex": "man"} {"sentence1": "The girls are cutting the cake and not letting any man cut it.", "sentence2": "The girls are cutting the cake and not letting any bachelor cut it.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "bachelor"} {"sentence1": "The girls are cutting the cake and not letting any bachelor cut it.", "sentence2": "The girls are cutting the cake and not letting any man cut it.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bachelor", "sentence2_lex": "man"} {"sentence1": "The girls are cutting the cake and not letting any man cut it.", "sentence2": "The girls are cutting the cake and not letting any boyfriend cut it.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "boyfriend"} {"sentence1": "The girls are cutting the cake and not letting any boyfriend cut it.", "sentence2": "The girls are cutting the cake and not letting any man cut it.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "boyfriend", "sentence2_lex": "man"} {"sentence1": "The girls are cutting the cake and not letting any man cut it.", "sentence2": "The girls are cutting the cake and not letting any gent cut it.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "man", "sentence2_lex": "gent"} {"sentence1": "The girls are cutting the cake and not letting any gent cut it.", "sentence2": "The girls are cutting the cake and not letting any man cut it.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "gent", "sentence2_lex": "man"} {"sentence1": "The girls are cutting the cake and not letting any man cut it.", "sentence2": "The girls are cutting the cake and not letting any gentleman cut it.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "gentleman"} {"sentence1": "The girls are cutting the cake and not letting any gentleman cut it.", "sentence2": "The girls are cutting the cake and not letting any man cut it.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "gentleman", "sentence2_lex": "man"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any adult indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "woman", "sentence2_lex": "adult"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any adult indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "adult", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any widow indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "widow"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any widow indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "widow", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any bridesmaid indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "bridesmaid"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any bridesmaid indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bridesmaid", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any mistress indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "mistress"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any mistress indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "mistress", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any maid indoors", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "maid"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any maid indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 2, "sentence1_lex": "maid", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any bachelorette indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "bachelorette"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any bachelorette indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bachelorette", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any ex-wife indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "ex-wife"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any ex-wife indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "ex-wife", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any housewife indoors", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "housewife"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any housewife indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 2, "sentence1_lex": "housewife", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any matriarch indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "matriarch"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any matriarch indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "matriarch", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any girlfriend indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "girlfriend"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any girlfriend indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "girlfriend", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any dame indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "dame"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any dame indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "dame", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any lass indoors", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "lass"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any lass indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 2, "sentence1_lex": "lass", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any wife indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "wife"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any wife indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "wife", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any sister indoors", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "sister"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any sister indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 2, "sentence1_lex": "sister", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any granny indoors", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "granny"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any granny indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 2, "sentence1_lex": "granny", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any mother indoors", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "mother"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any mother indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 2, "sentence1_lex": "mother", "sentence2_lex": "woman"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any lady indoors", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "lady"} {"sentence1": "The men were outside trying to keep their voices down so as not to waken any lady indoors", "sentence2": "The men were outside trying to keep their voices down so as not to waken any woman indoors", "gold_label": "neutral", "depth": 1, "sentence1_lex": "lady", "sentence2_lex": "woman"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a lifeboat", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "lifeboat"} {"sentence1": "Two people are not fishing from a lifeboat", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 2, "sentence1_lex": "lifeboat", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a skiff", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "skiff"} {"sentence1": "Two people are not fishing from a skiff", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 2, "sentence1_lex": "skiff", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a tugboat", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "tugboat"} {"sentence1": "Two people are not fishing from a tugboat", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 1, "sentence1_lex": "tugboat", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a speedboat", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "speedboat"} {"sentence1": "Two people are not fishing from a speedboat", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 2, "sentence1_lex": "speedboat", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a gondola", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "gondola"} {"sentence1": "Two people are not fishing from a gondola", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 1, "sentence1_lex": "gondola", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a barge", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "barge"} {"sentence1": "Two people are not fishing from a barge", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 1, "sentence1_lex": "barge", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a ferry", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "ferry"} {"sentence1": "Two people are not fishing from a ferry", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 1, "sentence1_lex": "ferry", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a canoe", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "canoe"} {"sentence1": "Two people are not fishing from a canoe", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 2, "sentence1_lex": "canoe", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a motorboat", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "motorboat"} {"sentence1": "Two people are not fishing from a motorboat", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 1, "sentence1_lex": "motorboat", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a rowboat", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "rowboat"} {"sentence1": "Two people are not fishing from a rowboat", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 2, "sentence1_lex": "rowboat", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a houseboat", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "houseboat"} {"sentence1": "Two people are not fishing from a houseboat", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 2, "sentence1_lex": "houseboat", "sentence2_lex": "boat"} {"sentence1": "Two people are not fishing from a boat", "sentence2": "Two people are not fishing from a kayak", "gold_label": "entailment", "depth": -3, "sentence1_lex": "boat", "sentence2_lex": "kayak"} {"sentence1": "Two people are not fishing from a kayak", "sentence2": "Two people are not fishing from a boat", "gold_label": "neutral", "depth": 3, "sentence1_lex": "kayak", "sentence2_lex": "boat"} {"sentence1": "The boy is not holding a gun", "sentence2": "The boy is not holding a weapon", "gold_label": "neutral", "depth": 1, "sentence1_lex": "gun", "sentence2_lex": "weapon"} {"sentence1": "The boy is not holding a weapon", "sentence2": "The boy is not holding a gun", "gold_label": "entailment", "depth": -1, "sentence1_lex": "weapon", "sentence2_lex": "gun"} {"sentence1": "The boy is not holding a gun", "sentence2": "The boy is not holding a twenty-two", "gold_label": "entailment", "depth": -2, "sentence1_lex": "gun", "sentence2_lex": "twenty-two"} {"sentence1": "The boy is not holding a twenty-two", "sentence2": "The boy is not holding a gun", "gold_label": "neutral", "depth": 2, "sentence1_lex": "twenty-two", "sentence2_lex": "gun"} {"sentence1": "The boy is not holding a gun", "sentence2": "The boy is not holding a handgun", "gold_label": "entailment", "depth": -2, "sentence1_lex": "gun", "sentence2_lex": "handgun"} {"sentence1": "The boy is not holding a handgun", "sentence2": "The boy is not holding a gun", "gold_label": "neutral", "depth": 2, "sentence1_lex": "handgun", "sentence2_lex": "gun"} {"sentence1": "The boy is not holding a gun", "sentence2": "The boy is not holding a rifle", "gold_label": "entailment", "depth": -2, "sentence1_lex": "gun", "sentence2_lex": "rifle"} {"sentence1": "The boy is not holding a rifle", "sentence2": "The boy is not holding a gun", "gold_label": "neutral", "depth": 2, "sentence1_lex": "rifle", "sentence2_lex": "gun"} {"sentence1": "The boy is not holding a gun", "sentence2": "The boy is not holding a revolver", "gold_label": "entailment", "depth": -3, "sentence1_lex": "gun", "sentence2_lex": "revolver"} {"sentence1": "The boy is not holding a revolver", "sentence2": "The boy is not holding a gun", "gold_label": "neutral", "depth": 3, "sentence1_lex": "revolver", "sentence2_lex": "gun"} {"sentence1": "The boy is not holding a gun", "sentence2": "The boy is not holding a shotgun", "gold_label": "entailment", "depth": -2, "sentence1_lex": "gun", "sentence2_lex": "shotgun"} {"sentence1": "The boy is not holding a shotgun", "sentence2": "The boy is not holding a gun", "gold_label": "neutral", "depth": 2, "sentence1_lex": "shotgun", "sentence2_lex": "gun"} {"sentence1": "The boy is not holding a gun", "sentence2": "The boy is not holding a pistol", "gold_label": "entailment", "depth": -2, "sentence1_lex": "gun", "sentence2_lex": "pistol"} {"sentence1": "The boy is not holding a pistol", "sentence2": "The boy is not holding a gun", "gold_label": "neutral", "depth": 2, "sentence1_lex": "pistol", "sentence2_lex": "gun"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a racehorse at the competition.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "horse", "sentence2_lex": "racehorse"} {"sentence1": "The cowboy did not fall off a racehorse at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "racehorse", "sentence2_lex": "horse"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a mare at the competition.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "horse", "sentence2_lex": "mare"} {"sentence1": "The cowboy did not fall off a mare at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "mare", "sentence2_lex": "horse"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a bronco at the competition.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "horse", "sentence2_lex": "bronco"} {"sentence1": "The cowboy did not fall off a bronco at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "bronco", "sentence2_lex": "horse"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a stallion at the competition.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "horse", "sentence2_lex": "stallion"} {"sentence1": "The cowboy did not fall off a stallion at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "stallion", "sentence2_lex": "horse"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a mustang at the competition.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "horse", "sentence2_lex": "mustang"} {"sentence1": "The cowboy did not fall off a mustang at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "mustang", "sentence2_lex": "horse"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a palomino at the competition.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "horse", "sentence2_lex": "palomino"} {"sentence1": "The cowboy did not fall off a palomino at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "palomino", "sentence2_lex": "horse"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a pinto at the competition.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "horse", "sentence2_lex": "pinto"} {"sentence1": "The cowboy did not fall off a pinto at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "pinto", "sentence2_lex": "horse"} {"sentence1": "The cowboy did not fall off a horse at the competition.", "sentence2": "The cowboy did not fall off a Clydesdale at the competition.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "horse", "sentence2_lex": "clydesdale"} {"sentence1": "The cowboy did not fall off a Clydesdale at the competition.", "sentence2": "The cowboy did not fall off a horse at the competition.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "clydesdale", "sentence2_lex": "horse"} {"sentence1": "a cashier is not at a store", "sentence2": "a cashier is not at a bookstore", "gold_label": "entailment", "depth": -1, "sentence1_lex": "store", "sentence2_lex": "bookstore"} {"sentence1": "a cashier is not at a bookstore", "sentence2": "a cashier is not at a store", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bookstore", "sentence2_lex": "store"} {"sentence1": "a cashier is not at a store", "sentence2": "a cashier is not at a drugstore", "gold_label": "entailment", "depth": -1, "sentence1_lex": "store", "sentence2_lex": "drugstore"} {"sentence1": "a cashier is not at a drugstore", "sentence2": "a cashier is not at a store", "gold_label": "neutral", "depth": 1, "sentence1_lex": "drugstore", "sentence2_lex": "store"} {"sentence1": "a cashier is not at a store", "sentence2": "a cashier is not at a boutique", "gold_label": "entailment", "depth": -1, "sentence1_lex": "store", "sentence2_lex": "boutique"} {"sentence1": "a cashier is not at a boutique", "sentence2": "a cashier is not at a store", "gold_label": "neutral", "depth": 1, "sentence1_lex": "boutique", "sentence2_lex": "store"} {"sentence1": "The woman is not wearing jewelry", "sentence2": "The woman is not wearing chains", "gold_label": "entailment", "depth": -2, "sentence1_lex": "jewelry", "sentence2_lex": "chains"} {"sentence1": "The woman is not wearing chains", "sentence2": "The woman is not wearing jewelry", "gold_label": "neutral", "depth": 2, "sentence1_lex": "chains", "sentence2_lex": "jewelry"} {"sentence1": "The woman is not wearing jewelry", "sentence2": "The woman is not wearing rings", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "rings"} {"sentence1": "The woman is not wearing rings", "sentence2": "The woman is not wearing jewelry", "gold_label": "neutral", "depth": 1, "sentence1_lex": "rings", "sentence2_lex": "jewelry"} {"sentence1": "The woman is not wearing jewelry", "sentence2": "The woman is not wearing earrings", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "earrings"} {"sentence1": "The woman is not wearing earrings", "sentence2": "The woman is not wearing jewelry", "gold_label": "neutral", "depth": 1, "sentence1_lex": "earrings", "sentence2_lex": "jewelry"} {"sentence1": "The woman is not wearing jewelry", "sentence2": "The woman is not wearing necklaces", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "necklaces"} {"sentence1": "The woman is not wearing necklaces", "sentence2": "The woman is not wearing jewelry", "gold_label": "neutral", "depth": 1, "sentence1_lex": "necklaces", "sentence2_lex": "jewelry"} {"sentence1": "The woman is not wearing jewelry", "sentence2": "The woman is not wearing ringlets", "gold_label": "entailment", "depth": -2, "sentence1_lex": "jewelry", "sentence2_lex": "ringlets"} {"sentence1": "The woman is not wearing ringlets", "sentence2": "The woman is not wearing jewelry", "gold_label": "neutral", "depth": 2, "sentence1_lex": "ringlets", "sentence2_lex": "jewelry"} {"sentence1": "The woman is not wearing jewelry", "sentence2": "The woman is not wearing bracelets", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "bracelets"} {"sentence1": "The woman is not wearing bracelets", "sentence2": "The woman is not wearing jewelry", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bracelets", "sentence2_lex": "jewelry"} {"sentence1": "The woman is not wearing jewelry", "sentence2": "The woman is not wearing bangles", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "bangles"} {"sentence1": "The woman is not wearing bangles", "sentence2": "The woman is not wearing jewelry", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bangles", "sentence2_lex": "jewelry"} {"sentence1": "The girl here is not wearing any jewelry at all.", "sentence2": "The girl here is not wearing any chains at all.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "jewelry", "sentence2_lex": "chains"} {"sentence1": "The girl here is not wearing any chains at all.", "sentence2": "The girl here is not wearing any jewelry at all.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "chains", "sentence2_lex": "jewelry"} {"sentence1": "The girl here is not wearing any jewelry at all.", "sentence2": "The girl here is not wearing any bracelets at all.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "bracelets"} {"sentence1": "The girl here is not wearing any bracelets at all.", "sentence2": "The girl here is not wearing any jewelry at all.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bracelets", "sentence2_lex": "jewelry"} {"sentence1": "The girl here is not wearing any jewelry at all.", "sentence2": "The girl here is not wearing any bangles at all.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "bangles"} {"sentence1": "The girl here is not wearing any bangles at all.", "sentence2": "The girl here is not wearing any jewelry at all.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bangles", "sentence2_lex": "jewelry"} {"sentence1": "The girl here is not wearing any jewelry at all.", "sentence2": "The girl here is not wearing any ringlets at all.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "jewelry", "sentence2_lex": "ringlets"} {"sentence1": "The girl here is not wearing any ringlets at all.", "sentence2": "The girl here is not wearing any jewelry at all.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "ringlets", "sentence2_lex": "jewelry"} {"sentence1": "The girl here is not wearing any jewelry at all.", "sentence2": "The girl here is not wearing any necklaces at all.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "necklaces"} {"sentence1": "The girl here is not wearing any necklaces at all.", "sentence2": "The girl here is not wearing any jewelry at all.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "necklaces", "sentence2_lex": "jewelry"} {"sentence1": "The girl here is not wearing any jewelry at all.", "sentence2": "The girl here is not wearing any earrings at all.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "earrings"} {"sentence1": "The girl here is not wearing any earrings at all.", "sentence2": "The girl here is not wearing any jewelry at all.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "earrings", "sentence2_lex": "jewelry"} {"sentence1": "The girl here is not wearing any jewelry at all.", "sentence2": "The girl here is not wearing any rings at all.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "jewelry", "sentence2_lex": "rings"} {"sentence1": "The girl here is not wearing any rings at all.", "sentence2": "The girl here is not wearing any jewelry at all.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "rings", "sentence2_lex": "jewelry"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a snare", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "snare"} {"sentence1": "the boy does not play a snare", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "snare", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a cymbal", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "cymbal"} {"sentence1": "the boy does not play a cymbal", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "cymbal", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a sitar", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "sitar"} {"sentence1": "the boy does not play a sitar", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "sitar", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a harp", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "harp"} {"sentence1": "the boy does not play a harp", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "harp", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a harpsichord", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "harpsichord"} {"sentence1": "the boy does not play a harpsichord", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "harpsichord", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a bongo", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "bongo"} {"sentence1": "the boy does not play a bongo", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "bongo", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a piano", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "piano"} {"sentence1": "the boy does not play a piano", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "piano", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play an oboe", "gold_label": "entailment", "depth": -5, "sentence1_lex": "instrument", "sentence2_lex": "oboe"} {"sentence1": "the boy does not play an oboe", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 5, "sentence1_lex": "oboe", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a xylophone", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "xylophone"} {"sentence1": "the boy does not play a xylophone", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "xylophone", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a cello", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "cello"} {"sentence1": "the boy does not play a cello", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cello", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a baritone", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "baritone"} {"sentence1": "the boy does not play a baritone", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "baritone", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a bass", "gold_label": "entailment", "depth": -1, "sentence1_lex": "instrument", "sentence2_lex": "bass"} {"sentence1": "the boy does not play a bass", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bass", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a bassoon", "gold_label": "entailment", "depth": -5, "sentence1_lex": "instrument", "sentence2_lex": "bassoon"} {"sentence1": "the boy does not play a bassoon", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 5, "sentence1_lex": "bassoon", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play an organ", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "organ"} {"sentence1": "the boy does not play an organ", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "organ", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a trombone", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "trombone"} {"sentence1": "the boy does not play a trombone", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "trombone", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a viola", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "viola"} {"sentence1": "the boy does not play a viola", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "viola", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a sousaphone", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "sousaphone"} {"sentence1": "the boy does not play a sousaphone", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "sousaphone", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a drum", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "drum"} {"sentence1": "the boy does not play a drum", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "drum", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a mandolin", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "mandolin"} {"sentence1": "the boy does not play a mandolin", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "mandolin", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a saxophone", "gold_label": "entailment", "depth": -5, "sentence1_lex": "instrument", "sentence2_lex": "saxophone"} {"sentence1": "the boy does not play a saxophone", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 5, "sentence1_lex": "saxophone", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play an accordion", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "accordion"} {"sentence1": "the boy does not play an accordion", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "accordion", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a triangle", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "triangle"} {"sentence1": "the boy does not play a triangle", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "triangle", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a horn", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "horn"} {"sentence1": "the boy does not play a horn", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "horn", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a sousaphone", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "sousaphone"} {"sentence1": "the boy does not play a sousaphone", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "sousaphone", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a tambourine", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "tambourine"} {"sentence1": "the boy does not play a tambourine", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "tambourine", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a fiddle", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "fiddle"} {"sentence1": "the boy does not play a fiddle", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "fiddle", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a clarinet", "gold_label": "entailment", "depth": -5, "sentence1_lex": "instrument", "sentence2_lex": "clarinet"} {"sentence1": "the boy does not play a clarinet", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 5, "sentence1_lex": "clarinet", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a flute", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "flute"} {"sentence1": "the boy does not play a flute", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "flute", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play an ukulele", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "ukulele"} {"sentence1": "the boy does not play an ukulele", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "ukulele", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a cornet", "gold_label": "entailment", "depth": -3, "sentence1_lex": "instrument", "sentence2_lex": "cornet"} {"sentence1": "the boy does not play a cornet", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cornet", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a piccolo", "gold_label": "entailment", "depth": -4, "sentence1_lex": "instrument", "sentence2_lex": "piccolo"} {"sentence1": "the boy does not play a piccolo", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 4, "sentence1_lex": "piccolo", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a banjo", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "banjo"} {"sentence1": "the boy does not play a banjo", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "banjo", "sentence2_lex": "instrument"} {"sentence1": "the boy does not play an instrument", "sentence2": "the boy does not play a guitar", "gold_label": "entailment", "depth": -2, "sentence1_lex": "instrument", "sentence2_lex": "guitar"} {"sentence1": "the boy does not play a guitar", "sentence2": "the boy does not play an instrument", "gold_label": "neutral", "depth": 2, "sentence1_lex": "guitar", "sentence2_lex": "instrument"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a plant", "gold_label": "neutral", "depth": 3, "sentence1_lex": "tree", "sentence2_lex": "plant"} {"sentence1": "A man on top of a ladder not next to a plant", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "entailment", "depth": -3, "sentence1_lex": "plant", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a sycamore", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "sycamore"} {"sentence1": "A man on top of a ladder not next to a sycamore", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 1, "sentence1_lex": "sycamore", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to an ash", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "ash"} {"sentence1": "A man on top of a ladder not next to an ash", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 1, "sentence1_lex": "ash", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a magnolia", "gold_label": "entailment", "depth": -2, "sentence1_lex": "tree", "sentence2_lex": "magnolia"} {"sentence1": "A man on top of a ladder not next to a magnolia", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 2, "sentence1_lex": "magnolia", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a willow", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "willow"} {"sentence1": "A man on top of a ladder not next to a willow", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 1, "sentence1_lex": "willow", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a pine", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "pine"} {"sentence1": "A man on top of a ladder not next to a pine", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 3, "sentence1_lex": "pine", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a cedar", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "cedar"} {"sentence1": "A man on top of a ladder not next to a cedar", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 3, "sentence1_lex": "cedar", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to an oak", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "oak"} {"sentence1": "A man on top of a ladder not next to an oak", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 1, "sentence1_lex": "oak", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to an elm", "gold_label": "entailment", "depth": -1, "sentence1_lex": "tree", "sentence2_lex": "elm"} {"sentence1": "A man on top of a ladder not next to an elm", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 1, "sentence1_lex": "elm", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a dogwood", "gold_label": "entailment", "depth": -2, "sentence1_lex": "tree", "sentence2_lex": "dogwood"} {"sentence1": "A man on top of a ladder not next to a dogwood", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 2, "sentence1_lex": "dogwood", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a fir", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "fir"} {"sentence1": "A man on top of a ladder not next to a fir", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 3, "sentence1_lex": "fir", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a palm", "gold_label": "entailment", "depth": -2, "sentence1_lex": "tree", "sentence2_lex": "palm"} {"sentence1": "A man on top of a ladder not next to a palm", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 2, "sentence1_lex": "palm", "sentence2_lex": "tree"} {"sentence1": "A man on top of a ladder not next to a tree", "sentence2": "A man on top of a ladder not next to a birch", "gold_label": "entailment", "depth": -3, "sentence1_lex": "tree", "sentence2_lex": "birch"} {"sentence1": "A man on top of a ladder not next to a birch", "sentence2": "A man on top of a ladder not next to a tree", "gold_label": "neutral", "depth": 3, "sentence1_lex": "birch", "sentence2_lex": "tree"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not an adult cutting hair in the background.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "man", "sentence2_lex": "adult"} {"sentence1": "There is not an adult cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "adult", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not an individual cutting hair in the background.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "man", "sentence2_lex": "individual"} {"sentence1": "There is not an individual cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "individual", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not a bachelor cutting hair in the background.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "bachelor"} {"sentence1": "There is not a bachelor cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bachelor", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not a widower cutting hair in the background.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "widower"} {"sentence1": "There is not a widower cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "widower", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not a gentleman cutting hair in the background.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "gentleman"} {"sentence1": "There is not a gentleman cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "gentleman", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not a gent cutting hair in the background.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "man", "sentence2_lex": "gent"} {"sentence1": "There is not a gent cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "gent", "sentence2_lex": "man"} {"sentence1": "There is not a man cutting hair in the background.", "sentence2": "There is not a boyfriend cutting hair in the background.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "man", "sentence2_lex": "boyfriend"} {"sentence1": "There is not a boyfriend cutting hair in the background.", "sentence2": "There is not a man cutting hair in the background.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "boyfriend", "sentence2_lex": "man"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find an adult", "gold_label": "neutral", "depth": 1, "sentence1_lex": "woman", "sentence2_lex": "adult"} {"sentence1": "A man can not find an adult", "sentence2": "A man can not find a woman", "gold_label": "entailment", "depth": -1, "sentence1_lex": "adult", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find an individual", "gold_label": "neutral", "depth": 2, "sentence1_lex": "woman", "sentence2_lex": "individual"} {"sentence1": "A man can not find an individual", "sentence2": "A man can not find a woman", "gold_label": "entailment", "depth": -2, "sentence1_lex": "individual", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find an ex-wife", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "ex-wife"} {"sentence1": "A man can not find an ex-wife", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "ex-wife", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a lady", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "lady"} {"sentence1": "A man can not find a lady", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "lady", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a sister", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "sister"} {"sentence1": "A man can not find a sister", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 2, "sentence1_lex": "sister", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a widow", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "widow"} {"sentence1": "A man can not find a widow", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "widow", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a mother", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "mother"} {"sentence1": "A man can not find a mother", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 2, "sentence1_lex": "mother", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a matriarch", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "matriarch"} {"sentence1": "A man can not find a matriarch", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "matriarch", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a bridesmaid", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "bridesmaid"} {"sentence1": "A man can not find a bridesmaid", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bridesmaid", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a housewife", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "housewife"} {"sentence1": "A man can not find a housewife", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 2, "sentence1_lex": "housewife", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a wife", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "wife"} {"sentence1": "A man can not find a wife", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "wife", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a granny", "gold_label": "entailment", "depth": -2, "sentence1_lex": "woman", "sentence2_lex": "granny"} {"sentence1": "A man can not find a granny", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 2, "sentence1_lex": "granny", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a bachelorette", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "bachelorette"} {"sentence1": "A man can not find a bachelorette", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "bachelorette", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a mistress", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "mistress"} {"sentence1": "A man can not find a mistress", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "mistress", "sentence2_lex": "woman"} {"sentence1": "A man can not find a woman", "sentence2": "A man can not find a geisha", "gold_label": "entailment", "depth": -1, "sentence1_lex": "woman", "sentence2_lex": "geisha"} {"sentence1": "A man can not find a geisha", "sentence2": "A man can not find a woman", "gold_label": "neutral", "depth": 1, "sentence1_lex": "geisha", "sentence2_lex": "woman"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a dinghy nearby.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "dinghy"} {"sentence1": "There is not a dinghy nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "dinghy", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a motorboat nearby.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "motorboat"} {"sentence1": "There is not a motorboat nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "motorboat", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a ferry nearby.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "ferry"} {"sentence1": "There is not a ferry nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "ferry", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a gondola nearby.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "gondola"} {"sentence1": "There is not a gondola nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "gondola", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a kayak nearby.", "gold_label": "entailment", "depth": -3, "sentence1_lex": "boat", "sentence2_lex": "kayak"} {"sentence1": "There is not a kayak nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 3, "sentence1_lex": "kayak", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a barge nearby.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "barge"} {"sentence1": "There is not a barge nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "barge", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a speedboat nearby.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "speedboat"} {"sentence1": "There is not a speedboat nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "speedboat", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a tugboat nearby.", "gold_label": "entailment", "depth": -1, "sentence1_lex": "boat", "sentence2_lex": "tugboat"} {"sentence1": "There is not a tugboat nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 1, "sentence1_lex": "tugboat", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a lifeboat nearby.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "lifeboat"} {"sentence1": "There is not a lifeboat nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "lifeboat", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a houseboat nearby.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "houseboat"} {"sentence1": "There is not a houseboat nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "houseboat", "sentence2_lex": "boat"} {"sentence1": "There is not a boat nearby.", "sentence2": "There is not a canoe nearby.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "boat", "sentence2_lex": "canoe"} {"sentence1": "There is not a canoe nearby.", "sentence2": "There is not a boat nearby.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "canoe", "sentence2_lex": "boat"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a trimmer", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machine", "sentence2_lex": "trimmer"} {"sentence1": "a boy is not concentrating on a trimmer", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 1, "sentence1_lex": "trimmer", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a calculator", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machine", "sentence2_lex": "calculator"} {"sentence1": "a boy is not concentrating on a calculator", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 1, "sentence1_lex": "calculator", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on an ATM", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machine", "sentence2_lex": "atm"} {"sentence1": "a boy is not concentrating on an ATM", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 1, "sentence1_lex": "atm", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a computer", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machine", "sentence2_lex": "computer"} {"sentence1": "a boy is not concentrating on a computer", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 1, "sentence1_lex": "computer", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a jukebox", "gold_label": "entailment", "depth": -2, "sentence1_lex": "machine", "sentence2_lex": "jukebox"} {"sentence1": "a boy is not concentrating on a jukebox", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 2, "sentence1_lex": "jukebox", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a typewriter", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machine", "sentence2_lex": "typewriter"} {"sentence1": "a boy is not concentrating on a typewriter", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 3, "sentence1_lex": "typewriter", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a turbine", "gold_label": "entailment", "depth": -6, "sentence1_lex": "machine", "sentence2_lex": "turbine"} {"sentence1": "a boy is not concentrating on a turbine", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 6, "sentence1_lex": "turbine", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a printer", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machine", "sentence2_lex": "printer"} {"sentence1": "a boy is not concentrating on a printer", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 1, "sentence1_lex": "printer", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a combine", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machine", "sentence2_lex": "combine"} {"sentence1": "a boy is not concentrating on a combine", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 3, "sentence1_lex": "combine", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a generator", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machine", "sentence2_lex": "generator"} {"sentence1": "a boy is not concentrating on a generator", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 3, "sentence1_lex": "generator", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a laptop", "gold_label": "entailment", "depth": -5, "sentence1_lex": "machine", "sentence2_lex": "laptop"} {"sentence1": "a boy is not concentrating on a laptop", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 5, "sentence1_lex": "laptop", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on an engine", "gold_label": "entailment", "depth": -2, "sentence1_lex": "machine", "sentence2_lex": "engine"} {"sentence1": "a boy is not concentrating on an engine", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 2, "sentence1_lex": "engine", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on an excavator", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machine", "sentence2_lex": "excavator"} {"sentence1": "a boy is not concentrating on an excavator", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 1, "sentence1_lex": "excavator", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a motor", "gold_label": "entailment", "depth": -1, "sentence1_lex": "machine", "sentence2_lex": "motor"} {"sentence1": "a boy is not concentrating on a motor", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 1, "sentence1_lex": "motor", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a treadmill", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machine", "sentence2_lex": "treadmill"} {"sentence1": "a boy is not concentrating on a treadmill", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 3, "sentence1_lex": "treadmill", "sentence2_lex": "machine"} {"sentence1": "a boy is not concentrating on a machine", "sentence2": "a boy is not concentrating on a PC", "gold_label": "entailment", "depth": -3, "sentence1_lex": "machine", "sentence2_lex": "pc"} {"sentence1": "a boy is not concentrating on a PC", "sentence2": "a boy is not concentrating on a machine", "gold_label": "neutral", "depth": 3, "sentence1_lex": "pc", "sentence2_lex": "machine"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any creatures on his dive.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "fish", "sentence2_lex": "creatures"} {"sentence1": "The diver has not seen any creatures on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "creatures", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any goldfish on his dive.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "fish", "sentence2_lex": "goldfish"} {"sentence1": "The diver has not seen any goldfish on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "goldfish", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any catfish on his dive.", "gold_label": "entailment", "depth": -4, "sentence1_lex": "fish", "sentence2_lex": "catfish"} {"sentence1": "The diver has not seen any catfish on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 4, "sentence1_lex": "catfish", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any trout on his dive.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fish", "sentence2_lex": "trout"} {"sentence1": "The diver has not seen any trout on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "trout", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any salmon on his dive.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "fish", "sentence2_lex": "salmon"} {"sentence1": "The diver has not seen any salmon on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "salmon", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any tuna on his dive.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "fish", "sentence2_lex": "tuna"} {"sentence1": "The diver has not seen any tuna on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "tuna", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any swordfish on his dive.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "fish", "sentence2_lex": "swordfish"} {"sentence1": "The diver has not seen any swordfish on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "swordfish", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any marlins on his dive.", "gold_label": "entailment", "depth": -7, "sentence1_lex": "fish", "sentence2_lex": "marlins"} {"sentence1": "The diver has not seen any marlins on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 7, "sentence1_lex": "marlins", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any herrings on his dive.", "gold_label": "entailment", "depth": -2, "sentence1_lex": "fish", "sentence2_lex": "herrings"} {"sentence1": "The diver has not seen any herrings on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 2, "sentence1_lex": "herrings", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any minnows on his dive.", "gold_label": "entailment", "depth": -6, "sentence1_lex": "fish", "sentence2_lex": "minnows"} {"sentence1": "The diver has not seen any minnows on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 6, "sentence1_lex": "minnows", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any bass on his dive.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "fish", "sentence2_lex": "bass"} {"sentence1": "The diver has not seen any bass on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "bass", "sentence2_lex": "fish"} {"sentence1": "The diver has not seen any fish on his dive.", "sentence2": "The diver has not seen any pike on his dive.", "gold_label": "entailment", "depth": -5, "sentence1_lex": "fish", "sentence2_lex": "pike"} {"sentence1": "The diver has not seen any pike on his dive.", "sentence2": "The diver has not seen any fish on his dive.", "gold_label": "neutral", "depth": 5, "sentence1_lex": "pike", "sentence2_lex": "fish"} |