Datasets:
File size: 27,228 Bytes
f4c0c44 2399cdd f4c0c44 2399cdd f4c0c44 2399cdd f4c0c44 2399cdd f4c0c44 2399cdd f4c0c44 2399cdd f4c0c44 |
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 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 |
[
{
"id": "nu-1",
"utterance": "how many people were murdered in 1940/41?",
"target_value": "100000",
"context": {
"csv": "csv/204-csv/149.csv",
"html": "csv/204-csv/149.html",
"tsv": "csv/204-csv/149.tsv"
}
},
{
"id": "nu-2",
"utterance": "how long did it take for the new york americans to win the national cup after 1936?",
"target_value": "17 years",
"context": {
"csv": "csv/203-csv/435.csv",
"html": "csv/203-csv/435.html",
"tsv": "csv/203-csv/435.tsv"
}
},
{
"id": "nu-3",
"utterance": "alfie's birthday party aired on january 19. what was the airdate of the next episode?",
"target_value": "January 26, 1995",
"context": {
"csv": "csv/204-csv/803.csv",
"html": "csv/204-csv/803.html",
"tsv": "csv/204-csv/803.tsv"
}
},
{
"id": "nu-4",
"utterance": "what is the number of 1st place finishes across all events?",
"target_value": "17",
"context": {
"csv": "csv/204-csv/272.csv",
"html": "csv/204-csv/272.html",
"tsv": "csv/204-csv/272.tsv"
}
},
{
"id": "nu-5",
"utterance": "in which competition did hopley finish fist?",
"target_value": "World Junior Championships",
"context": {
"csv": "csv/204-csv/483.csv",
"html": "csv/204-csv/483.html",
"tsv": "csv/204-csv/483.tsv"
}
},
{
"id": "nu-6",
"utterance": "what is the total number of films with the language of kannada listed?",
"target_value": "15",
"context": {
"csv": "csv/203-csv/463.csv",
"html": "csv/203-csv/463.html",
"tsv": "csv/203-csv/463.tsv"
}
},
{
"id": "nu-7",
"utterance": "what was the number of people attending the toros mexico vs. monterrey flash game?",
"target_value": "363",
"context": {
"csv": "csv/204-csv/875.csv",
"html": "csv/204-csv/875.html",
"tsv": "csv/204-csv/875.tsv"
}
},
{
"id": "nu-8",
"utterance": "what time period had no shirt sponsor?",
"target_value": "1982-1985",
"context": {
"csv": "csv/203-csv/329.csv",
"html": "csv/203-csv/329.html",
"tsv": "csv/203-csv/329.tsv"
}
},
{
"id": "nu-9",
"utterance": "when was his first 1st place record?",
"target_value": "2000",
"context": {
"csv": "csv/203-csv/395.csv",
"html": "csv/203-csv/395.html",
"tsv": "csv/203-csv/395.tsv"
}
},
{
"id": "nu-10",
"utterance": "in which three consecutive years was the record the same?",
"target_value": "2004|2005|2006",
"context": {
"csv": "csv/204-csv/645.csv",
"html": "csv/204-csv/645.html",
"tsv": "csv/204-csv/645.tsv"
}
},
{
"id": "nu-11",
"utterance": "does pat or john have the highest total?",
"target_value": "John",
"context": {
"csv": "csv/204-csv/925.csv",
"html": "csv/204-csv/925.html",
"tsv": "csv/204-csv/925.tsv"
}
},
{
"id": "nu-12",
"utterance": "what is the combined score of year end rankings before 2009?",
"target_value": "440",
"context": {
"csv": "csv/203-csv/381.csv",
"html": "csv/203-csv/381.html",
"tsv": "csv/203-csv/381.tsv"
}
},
{
"id": "nu-13",
"utterance": "how many more ships were wrecked in lake huron than in erie?",
"target_value": "7",
"context": {
"csv": "csv/204-csv/797.csv",
"html": "csv/204-csv/797.html",
"tsv": "csv/204-csv/797.tsv"
}
},
{
"id": "nu-16",
"utterance": "who came immediately after sebastian porto in the race?",
"target_value": "Tomomi Manako",
"context": {
"csv": "csv/204-csv/892.csv",
"html": "csv/204-csv/892.html",
"tsv": "csv/204-csv/892.tsv"
}
},
{
"id": "nu-17",
"utterance": "what's the total number of festivals that occurred in october?",
"target_value": "5",
"context": {
"csv": "csv/203-csv/402.csv",
"html": "csv/203-csv/402.html",
"tsv": "csv/203-csv/402.tsv"
}
},
{
"id": "nu-18",
"utterance": "what is the only hospital to have 6 hospital beds?",
"target_value": "Vidant Bertie Hospital",
"context": {
"csv": "csv/203-csv/319.csv",
"html": "csv/203-csv/319.html",
"tsv": "csv/203-csv/319.tsv"
}
},
{
"id": "nu-19",
"utterance": "what is the total number of skoda cars sold in the year 2005?",
"target_value": "492111",
"context": {
"csv": "csv/204-csv/21.csv",
"html": "csv/204-csv/21.html",
"tsv": "csv/204-csv/21.tsv"
}
},
{
"id": "nu-20",
"utterance": "what was the number of times won on grass?",
"target_value": "1",
"context": {
"csv": "csv/204-csv/758.csv",
"html": "csv/204-csv/758.html",
"tsv": "csv/204-csv/758.tsv"
}
},
{
"id": "nu-21",
"utterance": "who won the most gold medals?",
"target_value": "Brazil",
"context": {
"csv": "csv/204-csv/76.csv",
"html": "csv/204-csv/76.html",
"tsv": "csv/204-csv/76.tsv"
}
},
{
"id": "nu-22",
"utterance": "total wins by belgian riders",
"target_value": "7",
"context": {
"csv": "csv/204-csv/417.csv",
"html": "csv/204-csv/417.html",
"tsv": "csv/204-csv/417.tsv"
}
},
{
"id": "nu-23",
"utterance": "what yacht had the next best time (smaller time is better) than ausmaid?",
"target_value": "Brindabella",
"context": {
"csv": "csv/203-csv/286.csv",
"html": "csv/203-csv/286.html",
"tsv": "csv/203-csv/286.tsv"
}
},
{
"id": "nu-24",
"utterance": "what match comes after gl-b-5?",
"target_value": "GL-B-6",
"context": {
"csv": "csv/204-csv/896.csv",
"html": "csv/204-csv/896.html",
"tsv": "csv/204-csv/896.tsv"
}
},
{
"id": "nu-27",
"utterance": "who was the top scorer in the last season?",
"target_value": "Simon Makienok Christoffersen",
"context": {
"csv": "csv/203-csv/307.csv",
"html": "csv/203-csv/307.html",
"tsv": "csv/203-csv/307.tsv"
}
},
{
"id": "nu-28",
"utterance": "how many jury members were there?",
"target_value": "9",
"context": {
"csv": "csv/204-csv/827.csv",
"html": "csv/204-csv/827.html",
"tsv": "csv/204-csv/827.tsv"
}
},
{
"id": "nu-29",
"utterance": "how many times was the val d'lsere, france location used?",
"target_value": "1",
"context": {
"csv": "csv/203-csv/779.csv",
"html": "csv/203-csv/779.html",
"tsv": "csv/203-csv/779.tsv"
}
},
{
"id": "nu-30",
"utterance": "what is the name listed before mount pleasant line?",
"target_value": "Pennsylvania Avenue Metro Extra Line",
"context": {
"csv": "csv/204-csv/50.csv",
"html": "csv/204-csv/50.html",
"tsv": "csv/204-csv/50.tsv"
}
},
{
"id": "nu-33",
"utterance": "which year did illinois not have any losses during the conference?",
"target_value": "1914-15",
"context": {
"csv": "csv/204-csv/640.csv",
"html": "csv/204-csv/640.html",
"tsv": "csv/204-csv/640.tsv"
}
},
{
"id": "nu-35",
"utterance": "how many candidates belong to a party other than republican or democrat?",
"target_value": "0",
"context": {
"csv": "csv/203-csv/432.csv",
"html": "csv/203-csv/432.html",
"tsv": "csv/203-csv/432.tsv"
}
},
{
"id": "nu-36",
"utterance": "how many competitions were not in the united kingdom?",
"target_value": "4",
"context": {
"csv": "csv/204-csv/272.csv",
"html": "csv/204-csv/272.html",
"tsv": "csv/204-csv/272.tsv"
}
},
{
"id": "nu-37",
"utterance": "how many domestic routes out of houston intercontinental have united as a carrier?",
"target_value": "10",
"context": {
"csv": "csv/201-csv/47.csv",
"html": "csv/201-csv/47.html",
"tsv": "csv/201-csv/47.tsv"
}
},
{
"id": "nu-38",
"utterance": "in total, how many germans are listed?",
"target_value": "2",
"context": {
"csv": "csv/204-csv/417.csv",
"html": "csv/204-csv/417.html",
"tsv": "csv/204-csv/417.tsv"
}
},
{
"id": "nu-39",
"utterance": "in what year are there the first results for giant slalom?",
"target_value": "2005",
"context": {
"csv": "csv/203-csv/170.csv",
"html": "csv/203-csv/170.html",
"tsv": "csv/203-csv/170.tsv"
}
},
{
"id": "nu-41",
"utterance": "who scored more goals: clint dempsey or eric wynalda?",
"target_value": "Clint Dempsey",
"context": {
"csv": "csv/204-csv/410.csv",
"html": "csv/204-csv/410.html",
"tsv": "csv/204-csv/410.tsv"
}
},
{
"id": "nu-42",
"utterance": "what building had the least height in germany?",
"target_value": "St. Mary's Church",
"context": {
"csv": "csv/203-csv/39.csv",
"html": "csv/203-csv/39.html",
"tsv": "csv/203-csv/39.tsv"
}
},
{
"id": "nu-43",
"utterance": "besides republican (r) and democrat (d), what other party was represented in the maine election?",
"target_value": "Independent",
"context": {
"csv": "csv/204-csv/943.csv",
"html": "csv/204-csv/943.html",
"tsv": "csv/204-csv/943.tsv"
}
},
{
"id": "nu-44",
"utterance": "which year did the team have their most total wins?",
"target_value": "1992",
"context": {
"csv": "csv/204-csv/8.csv",
"html": "csv/204-csv/8.html",
"tsv": "csv/204-csv/8.tsv"
}
},
{
"id": "nu-45",
"utterance": "what's the total of deaths that happened in 1939/1940?",
"target_value": "504000",
"context": {
"csv": "csv/204-csv/149.csv",
"html": "csv/204-csv/149.html",
"tsv": "csv/204-csv/149.tsv"
}
},
{
"id": "nu-47",
"utterance": "what is the number of wins by jaguar xjs?",
"target_value": "7",
"context": {
"csv": "csv/204-csv/458.csv",
"html": "csv/204-csv/458.html",
"tsv": "csv/204-csv/458.tsv"
}
},
{
"id": "nu-48",
"utterance": "other nations besides peru to earn 2 bronze medals",
"target_value": "Chile|Ecuador",
"context": {
"csv": "csv/204-csv/76.csv",
"html": "csv/204-csv/76.html",
"tsv": "csv/204-csv/76.tsv"
}
},
{
"id": "nu-49",
"utterance": "how many times were consecutive games played against millwall?",
"target_value": "1",
"context": {
"csv": "csv/204-csv/857.csv",
"html": "csv/204-csv/857.html",
"tsv": "csv/204-csv/857.tsv"
}
},
{
"id": "nu-50",
"utterance": "besides angola racing team, what other team is listed in the 23rd position?",
"target_value": "Carlin",
"context": {
"csv": "csv/204-csv/424.csv",
"html": "csv/204-csv/424.html",
"tsv": "csv/204-csv/424.tsv"
}
},
{
"id": "nu-51",
"utterance": "how many countries had at least $1 billion in box office?",
"target_value": "10",
"context": {
"csv": "csv/203-csv/448.csv",
"html": "csv/203-csv/448.html",
"tsv": "csv/203-csv/448.tsv"
}
},
{
"id": "nu-52",
"utterance": "what city has a radio station called the wolf?",
"target_value": "Yankton",
"context": {
"csv": "csv/200-csv/18.csv",
"html": "csv/200-csv/18.html",
"tsv": "csv/200-csv/18.tsv"
}
},
{
"id": "nu-53",
"utterance": "what is the earliest date kodak made 16mm film?",
"target_value": "1935",
"context": {
"csv": "csv/200-csv/24.csv",
"html": "csv/200-csv/24.html",
"tsv": "csv/200-csv/24.tsv"
}
},
{
"id": "nu-54",
"utterance": "who was the first to win during the 2009 fujitsu v8 supercar season?",
"target_value": "David Russell",
"context": {
"csv": "csv/204-csv/714.csv",
"html": "csv/204-csv/714.html",
"tsv": "csv/204-csv/714.tsv"
}
},
{
"id": "nu-55",
"utterance": "which competition was held in berlin and daegu?",
"target_value": "World Championships",
"context": {
"csv": "csv/203-csv/556.csv",
"html": "csv/203-csv/556.html",
"tsv": "csv/203-csv/556.tsv"
}
},
{
"id": "nu-56",
"utterance": "total number of cars sold in 2001?",
"target_value": "460252",
"context": {
"csv": "csv/204-csv/21.csv",
"html": "csv/204-csv/21.html",
"tsv": "csv/204-csv/21.tsv"
}
},
{
"id": "nu-57",
"utterance": "what type of plane was encountered the least?",
"target_value": "Mig-15",
"context": {
"csv": "csv/204-csv/434.csv",
"html": "csv/204-csv/434.html",
"tsv": "csv/204-csv/434.tsv"
}
},
{
"id": "nu-58",
"utterance": "who was the top placing competitor?",
"target_value": "Esther Shahamorov",
"context": {
"csv": "csv/203-csv/0.csv",
"html": "csv/203-csv/0.html",
"tsv": "csv/203-csv/0.tsv"
}
},
{
"id": "nu-59",
"utterance": "is the price money for 23 january 1984 more than that of 23 april 1984?",
"target_value": "no",
"context": {
"csv": "csv/203-csv/596.csv",
"html": "csv/203-csv/596.html",
"tsv": "csv/203-csv/596.tsv"
}
},
{
"id": "nu-60",
"utterance": "what was the only race in 2011?",
"target_value": "Giant Slalom",
"context": {
"csv": "csv/203-csv/779.csv",
"html": "csv/203-csv/779.html",
"tsv": "csv/203-csv/779.tsv"
}
},
{
"id": "nu-61",
"utterance": "which position was listed the most on this chart?",
"target_value": "S",
"context": {
"csv": "csv/203-csv/544.csv",
"html": "csv/203-csv/544.html",
"tsv": "csv/203-csv/544.tsv"
}
},
{
"id": "nu-62",
"utterance": "m. shafi ahmad and absdul majid both had what type of degree?",
"target_value": "Ph.D",
"context": {
"csv": "csv/204-csv/720.csv",
"html": "csv/204-csv/720.html",
"tsv": "csv/204-csv/720.tsv"
}
},
{
"id": "nu-63",
"utterance": "how many photos total are listed?",
"target_value": "18",
"context": {
"csv": "csv/204-csv/559.csv",
"html": "csv/204-csv/559.html",
"tsv": "csv/204-csv/559.tsv"
}
},
{
"id": "nu-64",
"utterance": "how many times was first listed as the position according to this chart?",
"target_value": "5",
"context": {
"csv": "csv/203-csv/395.csv",
"html": "csv/203-csv/395.html",
"tsv": "csv/203-csv/395.tsv"
}
},
{
"id": "nu-65",
"utterance": "who was the the candidate before anastasija nindova?",
"target_value": "Alissa Joanndova",
"context": {
"csv": "csv/203-csv/825.csv",
"html": "csv/203-csv/825.html",
"tsv": "csv/203-csv/825.tsv"
}
},
{
"id": "nu-66",
"utterance": "what date is next listed after june 14, 2010.",
"target_value": "December 6, 2010",
"context": {
"csv": "csv/203-csv/714.csv",
"html": "csv/203-csv/714.html",
"tsv": "csv/203-csv/714.tsv"
}
},
{
"id": "nu-67",
"utterance": "how many times was a tournament held in the united states?",
"target_value": "1",
"context": {
"csv": "csv/204-csv/331.csv",
"html": "csv/204-csv/331.html",
"tsv": "csv/204-csv/331.tsv"
}
},
{
"id": "nu-68",
"utterance": "how many drivers have no laps led?",
"target_value": "18",
"context": {
"csv": "csv/204-csv/578.csv",
"html": "csv/204-csv/578.html",
"tsv": "csv/204-csv/578.tsv"
}
},
{
"id": "nu-69",
"utterance": "who superceded lord high steward?",
"target_value": "Justiciar",
"context": {
"csv": "csv/204-csv/368.csv",
"html": "csv/204-csv/368.html",
"tsv": "csv/204-csv/368.tsv"
}
},
{
"id": "nu-71",
"utterance": "how many fullback positions were picked?",
"target_value": "2",
"context": {
"csv": "csv/204-csv/519.csv",
"html": "csv/204-csv/519.html",
"tsv": "csv/204-csv/519.tsv"
}
},
{
"id": "nu-72",
"utterance": "which year had the least amount of toy sales?",
"target_value": "2003",
"context": {
"csv": "csv/203-csv/66.csv",
"html": "csv/203-csv/66.html",
"tsv": "csv/203-csv/66.tsv"
}
},
{
"id": "nu-73",
"utterance": "how many affiliates does tv azteca have all together?",
"target_value": "9",
"context": {
"csv": "csv/204-csv/181.csv",
"html": "csv/204-csv/181.html",
"tsv": "csv/204-csv/181.tsv"
}
},
{
"id": "nu-74",
"utterance": "what was the number of times that the team placed 5th?",
"target_value": "3",
"context": {
"csv": "csv/203-csv/428.csv",
"html": "csv/203-csv/428.html",
"tsv": "csv/203-csv/428.tsv"
}
},
{
"id": "nu-76",
"utterance": "did he race more laps in 1926 or 1938?",
"target_value": "1926",
"context": {
"csv": "csv/203-csv/647.csv",
"html": "csv/203-csv/647.html",
"tsv": "csv/203-csv/647.tsv"
}
},
{
"id": "nu-77",
"utterance": "what's the total attendance for gamestorm 11?",
"target_value": "736",
"context": {
"csv": "csv/203-csv/575.csv",
"html": "csv/203-csv/575.html",
"tsv": "csv/203-csv/575.tsv"
}
},
{
"id": "nu-78",
"utterance": "who is the next driver listed after scott dixon?",
"target_value": "Mike Conway",
"context": {
"csv": "csv/204-csv/366.csv",
"html": "csv/204-csv/366.html",
"tsv": "csv/204-csv/366.tsv"
}
},
{
"id": "nu-79",
"utterance": "which venue did melissa morrison compete at in 2004?",
"target_value": "Athens, Greece",
"context": {
"csv": "csv/203-csv/259.csv",
"html": "csv/203-csv/259.html",
"tsv": "csv/203-csv/259.tsv"
}
},
{
"id": "nu-80",
"utterance": "how many times is professional writer listed as the profession according to this chart?",
"target_value": "3",
"context": {
"csv": "csv/203-csv/458.csv",
"html": "csv/203-csv/458.html",
"tsv": "csv/203-csv/458.tsv"
}
},
{
"id": "nu-81",
"utterance": "what is the number of listings from barrington, farmington, and rochester combined?",
"target_value": "5",
"context": {
"csv": "csv/203-csv/422.csv",
"html": "csv/203-csv/422.html",
"tsv": "csv/203-csv/422.tsv"
}
},
{
"id": "nu-82",
"utterance": "how many teams did not score any goals in the 2006 season?",
"target_value": "1",
"context": {
"csv": "csv/203-csv/483.csv",
"html": "csv/203-csv/483.html",
"tsv": "csv/203-csv/483.tsv"
}
},
{
"id": "nu-83",
"utterance": "who came in first?",
"target_value": "Doriano Romboni",
"context": {
"csv": "csv/204-csv/303.csv",
"html": "csv/204-csv/303.html",
"tsv": "csv/204-csv/303.tsv"
}
},
{
"id": "nu-84",
"utterance": "what is the next team listed after widnes vikings?",
"target_value": "Wigan Warriors",
"context": {
"csv": "csv/204-csv/440.csv",
"html": "csv/204-csv/440.html",
"tsv": "csv/204-csv/440.tsv"
}
},
{
"id": "nu-85",
"utterance": "how many festivals was the film shown at?",
"target_value": "14",
"context": {
"csv": "csv/203-csv/402.csv",
"html": "csv/203-csv/402.html",
"tsv": "csv/203-csv/402.tsv"
}
},
{
"id": "nu-86",
"utterance": "how many drivers completed 80 laps?",
"target_value": "4",
"context": {
"csv": "csv/204-csv/953.csv",
"html": "csv/204-csv/953.html",
"tsv": "csv/204-csv/953.tsv"
}
},
{
"id": "nu-87",
"utterance": "what was the first interval of five years to have more than 100,000 deaths?",
"target_value": "1965-1970",
"context": {
"csv": "csv/203-csv/588.csv",
"html": "csv/203-csv/588.html",
"tsv": "csv/203-csv/588.tsv"
}
},
{
"id": "nu-88",
"utterance": "kremlin cup and st petersburg open are in what country?",
"target_value": "Russia",
"context": {
"csv": "csv/203-csv/388.csv",
"html": "csv/203-csv/388.html",
"tsv": "csv/203-csv/388.tsv"
}
},
{
"id": "nu-89",
"utterance": "how many gold medals did australia and switzerland total?",
"target_value": "2",
"context": {
"csv": "csv/203-csv/351.csv",
"html": "csv/203-csv/351.html",
"tsv": "csv/203-csv/351.tsv"
}
},
{
"id": "nu-90",
"utterance": "what is the number of sizes that has an inner diameter above 50 mm?",
"target_value": "2",
"context": {
"csv": "csv/204-csv/142.csv",
"html": "csv/204-csv/142.html",
"tsv": "csv/204-csv/142.tsv"
}
},
{
"id": "nu-92",
"utterance": "did brazil and the united states have the highest gold count?",
"target_value": "yes",
"context": {
"csv": "csv/204-csv/509.csv",
"html": "csv/204-csv/509.html",
"tsv": "csv/204-csv/509.tsv"
}
},
{
"id": "nu-93",
"utterance": "in what year did he lead the most laps in?",
"target_value": "1928",
"context": {
"csv": "csv/203-csv/647.csv",
"html": "csv/203-csv/647.html",
"tsv": "csv/203-csv/647.tsv"
}
},
{
"id": "nu-94",
"utterance": "how many games were played after october 1st?",
"target_value": "11",
"context": {
"csv": "csv/203-csv/582.csv",
"html": "csv/203-csv/582.html",
"tsv": "csv/203-csv/582.tsv"
}
},
{
"id": "nu-95",
"utterance": "what is the total number of wins listed for the united states?",
"target_value": "22",
"context": {
"csv": "csv/204-csv/369.csv",
"html": "csv/204-csv/369.html",
"tsv": "csv/204-csv/369.tsv"
}
},
{
"id": "nu-96",
"utterance": "if italy and brazil combined box office revenues, what would be their new total?",
"target_value": "1.56 billion",
"context": {
"csv": "csv/203-csv/448.csv",
"html": "csv/203-csv/448.html",
"tsv": "csv/203-csv/448.tsv"
}
},
{
"id": "nu-97",
"utterance": "when did the restaurant \"verre\" at the hilton dubai creek close?",
"target_value": "October 2011",
"context": {
"csv": "csv/202-csv/93.csv",
"html": "csv/202-csv/93.html",
"tsv": "csv/202-csv/93.tsv"
}
},
{
"id": "nu-98",
"utterance": "who finished immediately after danny osborne?",
"target_value": "Mike Imrie",
"context": {
"csv": "csv/204-csv/955.csv",
"html": "csv/204-csv/955.html",
"tsv": "csv/204-csv/955.tsv"
}
},
{
"id": "nu-99",
"utterance": "where is saint anslem school located?",
"target_value": "Chester Township, Ohio",
"context": {
"csv": "csv/200-csv/8.csv",
"html": "csv/200-csv/8.html",
"tsv": "csv/200-csv/8.tsv"
}
},
{
"id": "nu-100",
"utterance": "who has the same number as greg foster?",
"target_value": "Kyrylo Fesenko",
"context": {
"csv": "csv/203-csv/820.csv",
"html": "csv/203-csv/820.html",
"tsv": "csv/203-csv/820.tsv"
}
},
{
"id": "nu-101",
"utterance": "besides \"th' wife\", what other single came out in 1964?",
"target_value": "Blue Train (Of the Heartbreak Line)",
"context": {
"csv": "csv/203-csv/619.csv",
"html": "csv/203-csv/619.html",
"tsv": "csv/203-csv/619.tsv"
}
},
{
"id": "nu-103",
"utterance": "what is the name of the circuit listed before portland?",
"target_value": "Westwood",
"context": {
"csv": "csv/204-csv/458.csv",
"html": "csv/204-csv/458.html",
"tsv": "csv/204-csv/458.tsv"
}
},
{
"id": "nu-104",
"utterance": "how long does the swiss open series run for?",
"target_value": "6 days",
"context": {
"csv": "csv/204-csv/46.csv",
"html": "csv/204-csv/46.html",
"tsv": "csv/204-csv/46.tsv"
}
},
{
"id": "nu-105",
"utterance": "which racer was the only one not to finish on the final lap?",
"target_value": "Henk Van De Lagemaat",
"context": {
"csv": "csv/204-csv/892.csv",
"html": "csv/204-csv/892.html",
"tsv": "csv/204-csv/892.tsv"
}
},
{
"id": "nu-106",
"utterance": "when did leonor piuza last compete in a race?",
"target_value": "2011",
"context": {
"csv": "csv/204-csv/315.csv",
"html": "csv/204-csv/315.html",
"tsv": "csv/204-csv/315.tsv"
}
},
{
"id": "nu-107",
"utterance": "what continent is listed at the top of the table?",
"target_value": "Africa",
"context": {
"csv": "csv/203-csv/666.csv",
"html": "csv/203-csv/666.html",
"tsv": "csv/203-csv/666.tsv"
}
},
{
"id": "nu-108",
"utterance": "what year was the only year in which the team won the co-championship title?",
"target_value": "1939/40",
"context": {
"csv": "csv/203-csv/284.csv",
"html": "csv/203-csv/284.html",
"tsv": "csv/203-csv/284.tsv"
}
},
{
"id": "nu-109",
"utterance": "what were the total number of deaths in 2003?",
"target_value": "11",
"context": {
"csv": "csv/203-csv/66.csv",
"html": "csv/203-csv/66.html",
"tsv": "csv/203-csv/66.tsv"
}
},
{
"id": "nu-110",
"utterance": "how many hard surface courts are there?",
"target_value": "3",
"context": {
"csv": "csv/204-csv/285.csv",
"html": "csv/204-csv/285.html",
"tsv": "csv/204-csv/285.tsv"
}
},
{
"id": "nu-111",
"utterance": "what was the least amount of points scored in a season?",
"target_value": "0",
"context": {
"csv": "csv/203-csv/508.csv",
"html": "csv/203-csv/508.html",
"tsv": "csv/203-csv/508.tsv"
}
},
{
"id": "nu-113",
"utterance": "how many total major races has melissa morrison-howard placed first in?",
"target_value": "3",
"context": {
"csv": "csv/203-csv/259.csv",
"html": "csv/203-csv/259.html",
"tsv": "csv/203-csv/259.tsv"
}
},
{
"id": "nu-114",
"utterance": "how many distributions support the x86 architecture?",
"target_value": "29",
"context": {
"csv": "csv/203-csv/477.csv",
"html": "csv/203-csv/477.html",
"tsv": "csv/203-csv/477.tsv"
}
},
{
"id": "nu-116",
"utterance": "are the dates in a consecutive order?",
"target_value": "yes",
"context": {
"csv": "csv/204-csv/818.csv",
"html": "csv/204-csv/818.html",
"tsv": "csv/204-csv/818.tsv"
}
},
{
"id": "nu-117",
"utterance": "what is the first name on the chart?",
"target_value": "Joel Smith",
"context": {
"csv": "csv/204-csv/83.csv",
"html": "csv/204-csv/83.html",
"tsv": "csv/204-csv/83.tsv"
}
},
{
"id": "nu-118",
"utterance": "which date had the most attendance?",
"target_value": "October 17",
"context": {
"csv": "csv/203-csv/708.csv",
"html": "csv/203-csv/708.html",
"tsv": "csv/203-csv/708.tsv"
}
}
] |