File size: 31,902 Bytes
c84c4d2 |
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 |
[
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_60.jpg"
],
"doc_id": "visual_probe_hard_60",
"problem": "<image>\nWhat is the color of the lampshade on the left side of the piano?",
"solution": "White.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_20.jpg"
],
"doc_id": "visual_probe_hard_20",
"problem": "<image>\nWhat is the line of English where the dark yellow \"YE\" is located?",
"solution": "YE OLDE.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_65.jpg"
],
"doc_id": "visual_probe_hard_65",
"problem": "<image>\nWhat color is the body of the butterfly with black wings?",
"solution": "brown",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_48.jpg"
],
"doc_id": "visual_probe_hard_48",
"problem": "<image>\nWhat is the English word to the left of the number 50?",
"solution": "FOR",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_45.jpg"
],
"doc_id": "visual_probe_hard_45",
"problem": "<image>\nWhich direction is the person in the yellow and blue shirt facing?",
"solution": "right",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_10.jpg"
],
"doc_id": "visual_probe_hard_10",
"problem": "<image>\nWhat color is the tie of the man wearing a bowler hat?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_6.jpg"
],
"doc_id": "visual_probe_hard_6",
"problem": "<image>\nWhat color is the text \"PROUD\" ?",
"solution": "blue",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_57.jpg"
],
"doc_id": "visual_probe_hard_57",
"problem": "<image>\nWhat's the number under the arrow pointing to the left?",
"solution": "20",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_68.jpg"
],
"doc_id": "visual_probe_hard_68",
"problem": "<image>\nWhat is the text on the ground in front of the white truck?",
"solution": "0-20.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_21.jpg"
],
"doc_id": "visual_probe_hard_21",
"problem": "<image>\nWhat is the number to the right of the number 948?",
"solution": "6570",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_33.jpg"
],
"doc_id": "visual_probe_hard_33",
"problem": "<image>\nWhat color is the hat worn by the child in the yellow shirt?",
"solution": "white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_62.jpg"
],
"doc_id": "visual_probe_hard_62",
"problem": "<image>\nWhat is the text color behind the person in an yellow top?",
"solution": "white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_39.jpg"
],
"doc_id": "visual_probe_hard_39",
"problem": "<image>\nHow many letters are there under the number 10831?",
"solution": "eight",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_31.jpg"
],
"doc_id": "visual_probe_hard_31",
"problem": "<image>\nWhat's written on the roof of the car to the left of the little girl making the V sign?",
"solution": "6C71",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_59.jpg"
],
"doc_id": "visual_probe_hard_59",
"problem": "<image>\nwhat is the word before \"as\"?",
"solution": "published",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_58.jpg"
],
"doc_id": "visual_probe_hard_58",
"problem": "<image>\nWhat is the text before \"Vision\"?",
"solution": "World",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_81.jpg"
],
"doc_id": "visual_probe_hard_81",
"problem": "<image>\nWhat color are the shorts on the person in a black vest?",
"solution": "white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_1.jpg"
],
"doc_id": "visual_probe_hard_1",
"problem": "<image>\nWhat color is the number 27?",
"solution": "white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_54.jpg"
],
"doc_id": "visual_probe_hard_54",
"problem": "<image>\nWhat is the text to the right of the text BEER?",
"solution": "PARK",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_5.jpg"
],
"doc_id": "visual_probe_hard_5",
"problem": "<image>\nWhat color hat does the woman wearing the mask wear?1",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_88.jpg"
],
"doc_id": "visual_probe_hard_88",
"problem": "<image>\nWhat is the page number where the text \"zweite Option\" is located?",
"solution": "225",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_41.jpg"
],
"doc_id": "visual_probe_hard_41",
"problem": "<image>\nWhat is the black text on the tent?",
"solution": "EDRIS",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_34.jpg"
],
"doc_id": "visual_probe_hard_34",
"problem": "<image>\nWhat color are the trousers worn by the person wearing the light yellow top?",
"solution": "Black.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_71.jpg"
],
"doc_id": "visual_probe_hard_71",
"problem": "<image>\nWhich direction do the double arrows pointing?",
"solution": "up",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_80.jpg"
],
"doc_id": "visual_probe_hard_80",
"problem": "<image>\nWhat color are the clothes of the shaded person with sunglasses?",
"solution": "Black and white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_82.jpg"
],
"doc_id": "visual_probe_hard_82",
"problem": "<image>\nWhat is the number to the right of the text \"UGL\"?",
"solution": "641",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_99.jpg"
],
"doc_id": "visual_probe_hard_99",
"problem": "<image>\nWhat two colors make up the object held by the person wearing a black mask?",
"solution": "White and red",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_42.jpg"
],
"doc_id": "visual_probe_hard_42",
"problem": "<image>\nWhat color is the handle of the closed umbrella?",
"solution": "White",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_52.jpg"
],
"doc_id": "visual_probe_hard_52",
"problem": "<image>\nWhat word follows 109?",
"solution": "CTEPEO",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_36.jpg"
],
"doc_id": "visual_probe_hard_36",
"problem": "<image>\nWhat style of trousers is the woman holding the door wearing?",
"solution": "jeans",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_79.jpg"
],
"doc_id": "visual_probe_hard_79",
"problem": "<image>\nWhat is the text under 'MSKU 803 157 5'?",
"solution": "45G1",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_16.jpg"
],
"doc_id": "visual_probe_hard_16",
"problem": "<image>\nWhat color is the backpack of the person with black hair?",
"solution": "Black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_14.jpg"
],
"doc_id": "visual_probe_hard_14",
"problem": "<image>\nWhat color is the hair of a woman carrying a backpack?",
"solution": "blond",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_51.jpg"
],
"doc_id": "visual_probe_hard_51",
"problem": "<image>\nWhat is the text written above \"EW\"?",
"solution": "INTERIOR",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_38.jpg"
],
"doc_id": "visual_probe_hard_38",
"problem": "<image>\nWhat color are the pants of the person wearing a hat?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_98.jpg"
],
"doc_id": "visual_probe_hard_98",
"problem": "<image>\nWhat color is the straw on the red drinks can?",
"solution": "green",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_66.jpg"
],
"doc_id": "visual_probe_hard_66",
"problem": "<image>\nWhat color are the pants of the person standing with his hands behind his back?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_19.jpg"
],
"doc_id": "visual_probe_hard_19",
"problem": "<image>\nWhat colors are shown on the traffic lights in the picture?",
"solution": "green",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_55.jpg"
],
"doc_id": "visual_probe_hard_55",
"problem": "<image>\nWhat color are the shoes of the person carrying a white shoulder bag?",
"solution": "white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_61.jpg"
],
"doc_id": "visual_probe_hard_61",
"problem": "<image>\nWhat is the number below 18?",
"solution": "10",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_91.jpg"
],
"doc_id": "visual_probe_hard_91",
"problem": "<image>\nWhat is written following \"LIFE- \"?",
"solution": "SAFE TM",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_103.jpg"
],
"doc_id": "visual_probe_hard_103",
"problem": "<image>\nWhich direction is the person wearing the plaid shirt facing?",
"solution": "right",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_44.jpg"
],
"doc_id": "visual_probe_hard_44",
"problem": "<image>\nWhat color are the pants of the person wearing the wide-brimmed round hat?",
"solution": "blue",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_46.jpg"
],
"doc_id": "visual_probe_hard_46",
"problem": "<image>\nWhat color is the vest of the person in a wheelchair?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_18.jpg"
],
"doc_id": "visual_probe_hard_18",
"problem": "<image>\nWhat is the number at the lower left of the balloons?",
"solution": "43",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_100.jpg"
],
"doc_id": "visual_probe_hard_100",
"problem": "<image>\nWhat color is the pattern inside the rounded square?",
"solution": "blue and white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_2.jpg"
],
"doc_id": "visual_probe_hard_2",
"problem": "<image>\nWhat color is \"10M\"?",
"solution": "Black.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_76.jpg"
],
"doc_id": "visual_probe_hard_76",
"problem": "<image>\nWhat is the word below \u201cDO NOT\u201d?",
"solution": "BLOCK",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_69.jpg"
],
"doc_id": "visual_probe_hard_69",
"problem": "<image>\nHow many people are sitting on the wooden chairs?",
"solution": "two",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_86.jpg"
],
"doc_id": "visual_probe_hard_86",
"problem": "<image>\nWhat are the letters before the number \"243\"?",
"solution": "CE",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_94.jpg"
],
"doc_id": "visual_probe_hard_94",
"problem": "<image>\nWhat is the word above \"TURECH\"",
"solution": "KEBA",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_89.jpg"
],
"doc_id": "visual_probe_hard_89",
"problem": "<image>\nWhat are the numbers after the text \"UR\"?",
"solution": "3830",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_9.jpg"
],
"doc_id": "visual_probe_hard_9",
"problem": "<image>\nOn which hand does the woman wearing sunglasses wear a watch?",
"solution": "left.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_85.jpg"
],
"doc_id": "visual_probe_hard_85",
"problem": "<image>\nWhat is the line of text below \"30.480 KGS\"?",
"solution": "67.200 LBS",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_47.jpg"
],
"doc_id": "visual_probe_hard_47",
"problem": "<image>\nWhat is the text under 'HYDROC'?",
"solution": "CARR",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_96.jpg"
],
"doc_id": "visual_probe_hard_96",
"problem": "<image>\nWhat color are the shorts of the person wearing the blue cap?",
"solution": "blue",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_64.jpg"
],
"doc_id": "visual_probe_hard_64",
"problem": "<image>\nWhat is the number in the row below 9196 2373?",
"solution": "9415 8773",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_25.jpg"
],
"doc_id": "visual_probe_hard_25",
"problem": "<image>\nHow many people are under the tree?",
"solution": "one",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_40.jpg"
],
"doc_id": "visual_probe_hard_40",
"problem": "<image>\nWhat color is the shirt of the child to the left of the person in the purple skirt?",
"solution": "red",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_27.jpg"
],
"doc_id": "visual_probe_hard_27",
"problem": "<image>\nWhat color is the top the woman in the white coat is wearing?",
"solution": "red",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_29.jpg"
],
"doc_id": "visual_probe_hard_29",
"problem": "<image>\nWhat color are the boots of the person wearing the light pink coat?",
"solution": "brown",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_50.jpg"
],
"doc_id": "visual_probe_hard_50",
"problem": "<image>\nWhat color is the vehicle carrying goods?",
"solution": "White.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_101.jpg"
],
"doc_id": "visual_probe_hard_101",
"problem": "<image>\nWhich direction is the red arrow pointing?",
"solution": "Left.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_3.jpg"
],
"doc_id": "visual_probe_hard_3",
"problem": "<image>\nWhat color is the number \"14\"?",
"solution": "White.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_8.jpg"
],
"doc_id": "visual_probe_hard_8",
"problem": "<image>\nWhat is the number below \"67.200\"?",
"solution": "2.22",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_67.jpg"
],
"doc_id": "visual_probe_hard_67",
"problem": "<image>\nWhat's on the face of the person with the red shoulder bag?",
"solution": "Sunglasses.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_73.jpg"
],
"doc_id": "visual_probe_hard_73",
"problem": "<image>\nWhat is written below \"OLU56130\"?",
"solution": "2G1.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_43.jpg"
],
"doc_id": "visual_probe_hard_43",
"problem": "<image>\nWhat color is the text \"OMAN\"?",
"solution": "Black.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_74.jpg"
],
"doc_id": "visual_probe_hard_74",
"problem": "<image>\nWhat is the number below\u201c 7\u201d?",
"solution": "8",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_70.jpg"
],
"doc_id": "visual_probe_hard_70",
"problem": "<image>\nWhich letter does the red pattern below the \"2\" look like?",
"solution": "T",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_28.jpg"
],
"doc_id": "visual_probe_hard_28",
"problem": "<image>\nWhat color is the font of \"RAMENTO \"?",
"solution": "black.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_77.jpg"
],
"doc_id": "visual_probe_hard_77",
"problem": "<image>\nWhat is written on the left of \"7-chome\"?",
"solution": "Ginza.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_53.jpg"
],
"doc_id": "visual_probe_hard_53",
"problem": "<image>\nWhat is the color of the number \"7\"?",
"solution": "Black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_104.jpg"
],
"doc_id": "visual_probe_hard_104",
"problem": "<image>\nWhat are the numbers above the no smoking sign?",
"solution": "5241",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_4.jpg"
],
"doc_id": "visual_probe_hard_4",
"problem": "<image>\nWhat color are the shoes of the person wearing a brown backpack?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_30.jpg"
],
"doc_id": "visual_probe_hard_30",
"problem": "<image>\nWhich direction does the arrow on the sign point to?",
"solution": "right",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_15.jpg"
],
"doc_id": "visual_probe_hard_15",
"problem": "<image>\nHow many bottles with blue caps are there?",
"solution": " One.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_72.jpg"
],
"doc_id": "visual_probe_hard_72",
"problem": "<image>\nWhat are the letters to the right of NA?",
"solution": "KD",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_0.jpg"
],
"doc_id": "visual_probe_hard_0",
"problem": "<image>\nWhat color is \u201cMindpearl\u201d?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_7.jpg"
],
"doc_id": "visual_probe_hard_7",
"problem": "<image>\nWhat is the direction the arrow below text \"PRAKING\" point?",
"solution": "right",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_35.jpg"
],
"doc_id": "visual_probe_hard_35",
"problem": "<image>\nWhat are the numbers after PRINCESS",
"solution": "64",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_84.jpg"
],
"doc_id": "visual_probe_hard_84",
"problem": "<image>\nHow many bottles with blue caps are there?",
"solution": "one",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_49.jpg"
],
"doc_id": "visual_probe_hard_49",
"problem": "<image>\nWhat is the first line of text on the right side of white \"Miji\"?",
"solution": "Design",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_26.jpg"
],
"doc_id": "visual_probe_hard_26",
"problem": "<image>\nWhat color is the text \"19\"?",
"solution": "White.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_24.jpg"
],
"doc_id": "visual_probe_hard_24",
"problem": "<image>\nWhere is the shirtless man in black swimming trunks standing?",
"solution": "On the reef.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_32.jpg"
],
"doc_id": "visual_probe_hard_32",
"problem": "<image>\nWhat color shoes does the person wearing a scarf wear?",
"solution": "White",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_75.jpg"
],
"doc_id": "visual_probe_hard_75",
"problem": "<image>\nWhat color is the T-shirt of the man wearing the blue and white shoes?",
"solution": "black and white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_78.jpg"
],
"doc_id": "visual_probe_hard_78",
"problem": "<image>\nWhat text is above \"VENEZIA\" on the building\uff1f",
"solution": "The",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_90.jpg"
],
"doc_id": "visual_probe_hard_90",
"problem": "<image>\nWhich arm is the person in a blue hat raising?",
"solution": "right arm",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_83.jpg"
],
"doc_id": "visual_probe_hard_83",
"problem": "<image>\nWhat type of statue is this?",
"solution": "Character statue",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_97.jpg"
],
"doc_id": "visual_probe_hard_97",
"problem": "<image>\nWhat color is the number \u201c759\u201d?",
"solution": "white",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_95.jpg"
],
"doc_id": "visual_probe_hard_95",
"problem": "<image>\nWhat is written on the bow of the red-bottomed boat",
"solution": "S",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_102.jpg"
],
"doc_id": "visual_probe_hard_102",
"problem": "<image>\nWhat is the number below \"SINCE\"?",
"solution": "1934",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_17.jpg"
],
"doc_id": "visual_probe_hard_17",
"problem": "<image>\nWhat is the number to the left of 1000?",
"solution": "2563",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_87.jpg"
],
"doc_id": "visual_probe_hard_87",
"problem": "<image>\nWhat color is the number \"63\"?",
"solution": "White.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_92.jpg"
],
"doc_id": "visual_probe_hard_92",
"problem": "<image>\nWhat is the color of '2017'?",
"solution": "White.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_13.jpg"
],
"doc_id": "visual_probe_hard_13",
"problem": "<image>\nWhat color is \"0.5\"?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_12.jpg"
],
"doc_id": "visual_probe_hard_12",
"problem": "<image>\nWhat are the numbers on the circular road sign above the triangular road sign?",
"solution": "30",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_23.jpg"
],
"doc_id": "visual_probe_hard_23",
"problem": "<image>\nWhat color is the number 10 on the price tag?",
"solution": "black",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_105.jpg"
],
"doc_id": "visual_probe_hard_105",
"problem": "<image>\nWhat is the weight of the item priced at 58 yuan?",
"solution": "350g.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_56.jpg"
],
"doc_id": "visual_probe_hard_56",
"problem": "<image>\nWhat color is the hair tie on the lady in the blue top?",
"solution": "green",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_93.jpg"
],
"doc_id": "visual_probe_hard_93",
"problem": "<image>\nWhat color are the shoes of the person in the purple T-shirt?",
"solution": "White.",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_37.jpg"
],
"doc_id": "visual_probe_hard_37",
"problem": "<image>\nWhat is the text below \"CINKER PICTURES\"?",
"solution": "SHANGHAI",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_11.jpg"
],
"doc_id": "visual_probe_hard_11",
"problem": "<image>\nWhat is the line of text just above \"Year in Review\"?",
"solution": "Pyrotechnics",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_22.jpg"
],
"doc_id": "visual_probe_hard_22",
"problem": "<image>\nWhat is the text to the left of \"DESSERT\"?",
"solution": "KOREA",
"data_source": "visual_probe_hard"
},
{
"images": [
"VisualProbe_Hard/data/visual_probe_hard_63.jpg"
],
"doc_id": "visual_probe_hard_63",
"problem": "<image>\nWhat is the English on the white pattern between the two \"COOK\"?",
"solution": "HOW",
"data_source": "visual_probe_hard"
}
] |