Datasets:
File size: 41,488 Bytes
77eddfa | 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 | [
{
"id": "feta_2206",
"utterance": "What TV shows was Shagun Sharma seen in 2019?",
"target_value": "In 2019, Shagun Sharma played in the roles as Pernia in Laal Ishq, Vikram Betaal Ki Rahasya Gatha as Rukmani/Kashi and Shaadi Ke Siyape as Dua.",
"context": {
"csv": "csv/csv-0/feta_2206.csv",
"html": "csv/html-0/feta_2206.html",
"tsv": "csv/tsv-0/feta_2206.tsv"
}
},
{
"id": "feta_15555",
"utterance": "What were the voting results of the 1975 North Vietnamese legislative election with regards to seats?",
"target_value": "In the 1975 North Vietnamese legislative election, the Vietnamese Fatherland Front won all 424 seats.",
"context": {
"csv": "csv/csv-0/feta_15555.csv",
"html": "csv/html-0/feta_15555.html",
"tsv": "csv/tsv-0/feta_15555.tsv"
}
},
{
"id": "feta_561",
"utterance": "What roles did Christian Cooke play in 2009?",
"target_value": "During 2009, Christian Cooke played the lead role of Luke Rutherford in Demons & Lord Dorian Gaudain in Trinity.",
"context": {
"csv": "csv/csv-0/feta_561.csv",
"html": "csv/html-0/feta_561.html",
"tsv": "csv/tsv-0/feta_561.tsv"
}
},
{
"id": "feta_9835",
"utterance": "Which track has the lowest bpm, and which has the highest on the Speed SFX series?",
"target_value": "The Speed SFX's lowest bpm is 175 on tracks #5–16, and the highest bpm is 195 on #20 in the Speed series.",
"context": {
"csv": "csv/csv-0/feta_9835.csv",
"html": "csv/html-0/feta_9835.html",
"tsv": "csv/tsv-0/feta_9835.tsv"
}
},
{
"id": "feta_21418",
"utterance": "When and in which club and league did Kazunari Okayama start his career?",
"target_value": "Kazunari Okayama joined J1 League club Yokohama Marinos (later Yokohama F. Marinos) in 1997.",
"context": {
"csv": "csv/csv-0/feta_21418.csv",
"html": "csv/html-0/feta_21418.html",
"tsv": "csv/tsv-0/feta_21418.tsv"
}
},
{
"id": "feta_8032",
"utterance": "How much overall damage did the German submarine U-438 cause?",
"target_value": "The U-438 sank three ships, totalling 12,045 gross register tons (GRT) and damaged one ship totalling 5,496 GRT.",
"context": {
"csv": "csv/csv-0/feta_8032.csv",
"html": "csv/html-0/feta_8032.html",
"tsv": "csv/tsv-0/feta_8032.tsv"
}
},
{
"id": "feta_431",
"utterance": "Who set the fastest average in Megaminx?",
"target_value": "The 32.03 seconds average of five solves is set by Yu Da-Hyun (유다현) at CWR Winter 2018.",
"context": {
"csv": "csv/csv-0/feta_431.csv",
"html": "csv/html-0/feta_431.html",
"tsv": "csv/tsv-0/feta_431.tsv"
}
},
{
"id": "feta_20853",
"utterance": "What seasons did Faye appear for Hull City?",
"target_value": "Faye appeared for Hull City in the 2012–13 and 2013–14 seasons.",
"context": {
"csv": "csv/csv-0/feta_20853.csv",
"html": "csv/html-0/feta_20853.html",
"tsv": "csv/tsv-0/feta_20853.tsv"
}
},
{
"id": "feta_767",
"utterance": "Which isotope has been reported?",
"target_value": "Sixteen different isotopes have been reported with atomic masses from 253 to 270 (with the exceptions of 264 and 269).",
"context": {
"csv": "csv/csv-0/feta_767.csv",
"html": "csv/html-0/feta_767.html",
"tsv": "csv/tsv-0/feta_767.tsv"
}
},
{
"id": "feta_1812",
"utterance": "Who's the winner of the championship and who is in the second place?",
"target_value": "Walter Hagen was the leader at 149, two strokes ahead of Jim Barnes, George Duncan and J.H. Taylor.",
"context": {
"csv": "csv/csv-0/feta_1812.csv",
"html": "csv/html-0/feta_1812.html",
"tsv": "csv/tsv-0/feta_1812.tsv"
}
},
{
"id": "feta_15064",
"utterance": "What significant career achievement did Yu make in 2011?",
"target_value": "In 2011 Yu was noted for Palace, which earned him a Best Screenwriter award at the 16th Asian Television Awards.",
"context": {
"csv": "csv/csv-0/feta_15064.csv",
"html": "csv/html-0/feta_15064.html",
"tsv": "csv/tsv-0/feta_15064.tsv"
}
},
{
"id": "feta_1834",
"utterance": "How's Huang Yu-ting doing in the 2009 World Games?",
"target_value": "As an inline speed skater, Huang won three gold medals at the 2009 World Games in Chinese Taipei: 300 m time trial, 500 m sprint, and 1000 m sprint.",
"context": {
"csv": "csv/csv-0/feta_1834.csv",
"html": "csv/html-0/feta_1834.html",
"tsv": "csv/tsv-0/feta_1834.tsv"
}
},
{
"id": "feta_21624",
"utterance": "When did Art Howe coach the Yale Bulldogs, and what was his overall record with the team?",
"target_value": "Howe led the Yale football team as head coach for one year (1912) and compiled a 7–1–1 record.",
"context": {
"csv": "csv/csv-0/feta_21624.csv",
"html": "csv/html-0/feta_21624.html",
"tsv": "csv/tsv-0/feta_21624.tsv"
}
},
{
"id": "feta_16730",
"utterance": "What shows did Marisol Nichols appear in during 1996?",
"target_value": "In 1996, Marisol Nichols appeared in My Guys, Due South, and Beverly Hills, 90210.",
"context": {
"csv": "csv/csv-0/feta_16730.csv",
"html": "csv/html-0/feta_16730.html",
"tsv": "csv/tsv-0/feta_16730.tsv"
}
},
{
"id": "feta_10064",
"utterance": "How did the last two finishers perform in the Women's 800 metre freestyle?",
"target_value": "Denmark's Lotte Friis recorded a time of 8:24.50 and Germany's Sarah Köhler recorded a time of 8:27.75 at the Olympics.",
"context": {
"csv": "csv/csv-0/feta_10064.csv",
"html": "csv/html-0/feta_10064.html",
"tsv": "csv/tsv-0/feta_10064.tsv"
}
},
{
"id": "feta_21159",
"utterance": "How did the Unionist Candidate perform in the East Antrim election in the 1910's?",
"target_value": "The Unionist candidate had a victory by 15,206 votes to Sinn Féin's 861 votes.",
"context": {
"csv": "csv/csv-0/feta_21159.csv",
"html": "csv/html-0/feta_21159.html",
"tsv": "csv/tsv-0/feta_21159.tsv"
}
},
{
"id": "feta_12617",
"utterance": "Who finished 2nd at the 2014 Commonwealth games and what time did they achieve?",
"target_value": "In the 2014 Commonwealth Games, Gemili finished the 100m in second position with a time of 10.10 seconds.",
"context": {
"csv": "csv/csv-0/feta_12617.csv",
"html": "csv/html-0/feta_12617.html",
"tsv": "csv/tsv-0/feta_12617.tsv"
}
},
{
"id": "feta_21070",
"utterance": "When was \"I've Got a Feeling\" released?",
"target_value": "\"I've Got a Feeling\" was released, through Atlantic, in the United States on October 7, 1997 and in Australia in 1998.",
"context": {
"csv": "csv/csv-0/feta_21070.csv",
"html": "csv/html-0/feta_21070.html",
"tsv": "csv/tsv-0/feta_21070.tsv"
}
},
{
"id": "feta_13839",
"utterance": "What and when were Tom Felton's first two roles?",
"target_value": "Tom Felton made his debut in the role of Peagreen Clock in The Borrowers in 1997 and portrayed Louis T. Leonowens in Anna and the King in 1999.",
"context": {
"csv": "csv/csv-0/feta_13839.csv",
"html": "csv/html-0/feta_13839.html",
"tsv": "csv/tsv-0/feta_13839.tsv"
}
},
{
"id": "feta_20930",
"utterance": "How many votes did Labour beat the National British Party by?",
"target_value": "Labour defeated the British National Party by 192 votes.",
"context": {
"csv": "csv/csv-0/feta_20930.csv",
"html": "csv/html-0/feta_20930.html",
"tsv": "csv/tsv-0/feta_20930.tsv"
}
},
{
"id": "feta_12516",
"utterance": "What were the results of the 1990 Colorado gubernatorial election?",
"target_value": "Democrat Roy Romer defeated Republican nominee, John Andrews with 61.89% of the vote.",
"context": {
"csv": "csv/csv-0/feta_12516.csv",
"html": "csv/html-0/feta_12516.html",
"tsv": "csv/tsv-0/feta_12516.tsv"
}
},
{
"id": "feta_17544",
"utterance": "Which player had the lowest individual score and by how much was it lower than any other player?",
"target_value": "Hal Sutton had the lowest individual score of 12-under-par 276, six strokes better than any other player.",
"context": {
"csv": "csv/csv-0/feta_17544.csv",
"html": "csv/html-0/feta_17544.html",
"tsv": "csv/tsv-0/feta_17544.tsv"
}
},
{
"id": "feta_21045",
"utterance": "In the 86th United States Congress, What date was the end of Richard M. Simpson's service, and who was his successor?",
"target_value": "In the 86th United States Congress, Richard M. Simpson (R) served until January 7, 1960 and was succeeded by Douglas H. Elliott (R) on April 26, 1960, who served until June 19, 1960.",
"context": {
"csv": "csv/csv-0/feta_21045.csv",
"html": "csv/html-0/feta_21045.html",
"tsv": "csv/tsv-0/feta_21045.tsv"
}
},
{
"id": "feta_10083",
"utterance": "What roles did Sandra Peabody play in Tarot and Annie Get Your Gun, respectively?",
"target_value": "Peabody appeared as The Sun in an Off-Broadway production of Tarot (1970), which she followed with the role as Minnie in Annie Get Your Gun (1973-1974).",
"context": {
"csv": "csv/csv-0/feta_10083.csv",
"html": "csv/html-0/feta_10083.html",
"tsv": "csv/tsv-0/feta_10083.tsv"
}
},
{
"id": "feta_1789",
"utterance": "How close was Texas' 21st congressional district election?",
"target_value": "In the Texas's 21st congressional district election, Lamar Smith defeated Lainey Melnick with 68.9 percent of the vote, with a majority of 96929 votes.",
"context": {
"csv": "csv/csv-0/feta_1789.csv",
"html": "csv/html-0/feta_1789.html",
"tsv": "csv/tsv-0/feta_1789.tsv"
}
},
{
"id": "feta_17067",
"utterance": "What are all the non-Leo awards for which Rickards received a solo nomination?",
"target_value": "Rickards has been nominated for five Teen Choice Awards: four for Choice TV Actress in Fantasy, Sci-Fi, or Action, and one for Female Breakout Star in 2014.",
"context": {
"csv": "csv/csv-0/feta_17067.csv",
"html": "csv/html-0/feta_17067.html",
"tsv": "csv/tsv-0/feta_17067.tsv"
}
},
{
"id": "feta_11595",
"utterance": "What films did Aaron Taylor-Johnson appear in in 2017 and 2018?",
"target_value": "In 2017, Aaron Taylor-Johnson appeared in Doug Liman's The Wall and, in 2018, appeared in Outlaw King as well as A milliom Little Pieces.",
"context": {
"csv": "csv/csv-0/feta_11595.csv",
"html": "csv/html-0/feta_11595.html",
"tsv": "csv/tsv-0/feta_11595.tsv"
}
},
{
"id": "feta_10549",
"utterance": "What awards did Aksoy win for Love in Another Language?",
"target_value": "Saadet Aksoy's 2009 Love in Another Language brought her Best Actress awards at Ankara International Film Festival and Bursa Silk Road Film Festival.",
"context": {
"csv": "csv/csv-0/feta_10549.csv",
"html": "csv/html-0/feta_10549.html",
"tsv": "csv/tsv-0/feta_10549.tsv"
}
},
{
"id": "feta_2034",
"utterance": "How many Best Actress Awards did Choi win in 1994 and where were they from?",
"target_value": "Choi received 2 Best Actress awards for Rosy Life, one at the 16th Three Continents Festival and the other in the 15th Blue Dragon Film Awards.",
"context": {
"csv": "csv/csv-0/feta_2034.csv",
"html": "csv/html-0/feta_2034.html",
"tsv": "csv/tsv-0/feta_2034.tsv"
}
},
{
"id": "feta_1770",
"utterance": "What year was Rosie Huntington-Whiteley most successful?",
"target_value": "In 2011 Rosie Huntington-Whiteley won 3 awards and was nominated for the Teen Choice Awards Choice Movie Actress: Summer award.",
"context": {
"csv": "csv/csv-0/feta_1770.csv",
"html": "csv/html-0/feta_1770.html",
"tsv": "csv/tsv-0/feta_1770.tsv"
}
},
{
"id": "feta_8524",
"utterance": "Who were the top 2 finishers in the 1952 Summer Olympics – Men's 110 metres hurdles?",
"target_value": "Automatic timing showed Dillard had a time of 13.91 and Davis recorded a time of 14.00.",
"context": {
"csv": "csv/csv-0/feta_8524.csv",
"html": "csv/html-0/feta_8524.html",
"tsv": "csv/tsv-0/feta_8524.tsv"
}
},
{
"id": "feta_33",
"utterance": "What movies and roles did Morris play in 1997?",
"target_value": "Morris played Korben Dallas's mother in The Fifth Element and Karen Pruitt in Home Alone 3 in 1997.",
"context": {
"csv": "csv/csv-0/feta_33.csv",
"html": "csv/html-0/feta_33.html",
"tsv": "csv/tsv-0/feta_33.tsv"
}
},
{
"id": "feta_7783",
"utterance": "Who received the silver and bronze medals for the women's 400 metres hurdles at the 1992 Summer Olympics?",
"target_value": "Farmer-Patrick was in second, winning silver in 53.69 secs, while Vickers narrowly held on for the bronze medal from Ledovskaya, both being timed at 54.31 secs.",
"context": {
"csv": "csv/csv-0/feta_7783.csv",
"html": "csv/html-0/feta_7783.html",
"tsv": "csv/tsv-0/feta_7783.tsv"
}
},
{
"id": "feta_9853",
"utterance": "What is the population breakdown of Nurpur Jattan by gender, and how many houses does it have?",
"target_value": "Nurpur Jattan has total number of 157 houses and population of 763, of which include 401 males and 362 females.",
"context": {
"csv": "csv/csv-0/feta_9853.csv",
"html": "csv/html-0/feta_9853.html",
"tsv": "csv/tsv-0/feta_9853.tsv"
}
},
{
"id": "feta_1262",
"utterance": "What did Kathryn Beaumont star in 1953?",
"target_value": "Kathryn Beaumont starred in the voice role of Wendy Darling in Peter Pan (1953).",
"context": {
"csv": "csv/csv-0/feta_1262.csv",
"html": "csv/html-0/feta_1262.html",
"tsv": "csv/tsv-0/feta_1262.tsv"
}
},
{
"id": "feta_8567",
"utterance": "What are the total statistics of Talwandi Mehma?",
"target_value": "Talwandi Mehma has total number of 258 houses and a population of 1,396 of which include 715 males and 681 females.",
"context": {
"csv": "csv/csv-0/feta_8567.csv",
"html": "csv/html-0/feta_8567.html",
"tsv": "csv/tsv-0/feta_8567.tsv"
}
},
{
"id": "feta_1804",
"utterance": "Which competitions did Fabrizio Donato win gold medal?",
"target_value": "Fabrizio Donato won gold medals at the 2001 Mediterranean Games with a record of 17.05 metres and the 2009 European Indoor Championships, a championship record of 17.59 metres.",
"context": {
"csv": "csv/csv-0/feta_1804.csv",
"html": "csv/html-0/feta_1804.html",
"tsv": "csv/tsv-0/feta_1804.tsv"
}
},
{
"id": "feta_12122",
"utterance": "Who did Wayne Kerrins play for in the third division, and what seasons did he play for them?",
"target_value": "Wayne Kerrins played for Fulham in the Third Division in 1986–87, 1987–88, and 1988–89.",
"context": {
"csv": "csv/csv-0/feta_12122.csv",
"html": "csv/html-0/feta_12122.html",
"tsv": "csv/tsv-0/feta_12122.tsv"
}
},
{
"id": "feta_8270",
"utterance": "Which albums did Maylee Todd release on the Do Right Music label and in which years?",
"target_value": "Maylee Todd released her first album Choose Your Own Adventure in 2010 and Escapology in 2013 on the Do Right Music label.",
"context": {
"csv": "csv/csv-0/feta_8270.csv",
"html": "csv/html-0/feta_8270.html",
"tsv": "csv/tsv-0/feta_8270.tsv"
}
},
{
"id": "feta_10502",
"utterance": "How many males and females are there in Mithra households?",
"target_value": "Mithra has a total number of 80 houses and a population of 350 which includes 185 males and 165 females.",
"context": {
"csv": "csv/csv-0/feta_10502.csv",
"html": "csv/html-0/feta_10502.html",
"tsv": "csv/tsv-0/feta_10502.tsv"
}
},
{
"id": "feta_9243",
"utterance": "What did Daniela Ramirez do in 2012?",
"target_value": "In 2012, Ramirez appeared in two roles: Selena in American Reunion and Vanessa in Premium Rush.",
"context": {
"csv": "csv/csv-0/feta_9243.csv",
"html": "csv/html-0/feta_9243.html",
"tsv": "csv/tsv-0/feta_9243.tsv"
}
},
{
"id": "feta_2255",
"utterance": "What marathons did Feyisa Lilesa run in 2010?",
"target_value": "Feyisa Lilesa ran at the 2010 Chicago Marathon, at the 2010 Rotterdam Marathon, and at the Xiamen International Marathon.",
"context": {
"csv": "csv/csv-0/feta_2255.csv",
"html": "csv/html-0/feta_2255.html",
"tsv": "csv/tsv-0/feta_2255.tsv"
}
},
{
"id": "feta_11703",
"utterance": "Which of Smacksoft's albums were nominated for Best Modern Rock Album at the Korean Music Awards, and when were they nominated?",
"target_value": "Two of Smacksoft's albums were nominated for Best Modern Rock Album at the Korean Music Awards: Shines in the Dark in 2010 and Follow Your Heart in 2013.",
"context": {
"csv": "csv/csv-0/feta_11703.csv",
"html": "csv/html-0/feta_11703.html",
"tsv": "csv/tsv-0/feta_11703.tsv"
}
},
{
"id": "feta_21257",
"utterance": "When did Anthony Alonzo win Metro Manila Film Festival awards and for which works, respectively?",
"target_value": "Anthony Alonzo won the Best Actor awards from the Metro Manila Film Festival for Bago Kumalat Ang Kamandag in 1983 and for Anak Badjao in 1987.",
"context": {
"csv": "csv/csv-0/feta_21257.csv",
"html": "csv/html-0/feta_21257.html",
"tsv": "csv/tsv-0/feta_21257.tsv"
}
},
{
"id": "feta_9053",
"utterance": "What were the lead roles played by Minal Khan in 2017?",
"target_value": "Khan's first lead role was in Urdu 1's Beti To Main Bhi Hun (2017) as Haya and followed with another lead role in Hum TV's Parchayee as Pari.",
"context": {
"csv": "csv/csv-0/feta_9053.csv",
"html": "csv/html-0/feta_9053.html",
"tsv": "csv/tsv-0/feta_9053.tsv"
}
},
{
"id": "feta_17677",
"utterance": "What were the Peak Positions on the Mainstream chart of three New Medicine's singles in 2010 and 2011?",
"target_value": "\"Laid\" hit number 32, \"Race You to the Bottom\" hit number 19 and Rich Kids\" hit number 31 on the Mainstream chart.",
"context": {
"csv": "csv/csv-0/feta_17677.csv",
"html": "csv/html-0/feta_17677.html",
"tsv": "csv/tsv-0/feta_17677.tsv"
}
},
{
"id": "feta_2127",
"utterance": "What were the results of the 1956 United States presidential election in Wyoming?",
"target_value": "Wyoming was won by Dwight D. Eisenhower with 60.08% of the vote, against Adlai Stevenson with 39.92% of the vote.",
"context": {
"csv": "csv/csv-0/feta_2127.csv",
"html": "csv/html-0/feta_2127.html",
"tsv": "csv/tsv-0/feta_2127.tsv"
}
},
{
"id": "feta_15547",
"utterance": "How was Hawkins doing in the 2014 Commonwealth Games?",
"target_value": "Hawkins competed at the 2014 Commonwealth Games held in Glasgow in the 10,000 metres, finishing 20th.",
"context": {
"csv": "csv/csv-0/feta_15547.csv",
"html": "csv/html-0/feta_15547.html",
"tsv": "csv/tsv-0/feta_15547.tsv"
}
},
{
"id": "feta_320",
"utterance": "Did Joshua Jackson ever star in the Simpsons?",
"target_value": "In 2000, Joshua Jackson starred in The Simpsons, voicing the character of Jesse Grass in the episode \"Lisa the Tree Hugger\".",
"context": {
"csv": "csv/csv-0/feta_320.csv",
"html": "csv/html-0/feta_320.html",
"tsv": "csv/tsv-0/feta_320.tsv"
}
},
{
"id": "feta_20746",
"utterance": "What year did Allkja play for Elbasani in the Albanian Second Division?",
"target_value": "Allkja played for Elbasani in the 2017–18 Albanian Second Division.",
"context": {
"csv": "csv/csv-0/feta_20746.csv",
"html": "csv/html-0/feta_20746.html",
"tsv": "csv/tsv-0/feta_20746.tsv"
}
},
{
"id": "feta_21526",
"utterance": "Where did Marcos Acuña have the most matches, goals, and assists totals and assists and how many of each did he have.?",
"target_value": "At Ferro, Acuña played a total of 117 matches, with 5 goals and 23 assists.",
"context": {
"csv": "csv/csv-0/feta_21526.csv",
"html": "csv/html-0/feta_21526.html",
"tsv": "csv/tsv-0/feta_21526.tsv"
}
},
{
"id": "feta_1431",
"utterance": "Do any cities have more than one museum?",
"target_value": "The Living Museum of Bujumbura and the Geological Museum of Burundi are located in Bujumbura.",
"context": {
"csv": "csv/csv-0/feta_1431.csv",
"html": "csv/html-0/feta_1431.html",
"tsv": "csv/tsv-0/feta_1431.tsv"
}
},
{
"id": "feta_1516",
"utterance": "What was Owen McDonnell's first role for something made by RTE?",
"target_value": "Owen McDonnell played Sergeant Jack Driscoll in RTÉ's Single-Handed (2007-10).",
"context": {
"csv": "csv/csv-0/feta_1516.csv",
"html": "csv/html-0/feta_1516.html",
"tsv": "csv/tsv-0/feta_1516.tsv"
}
},
{
"id": "feta_16773",
"utterance": "What were Fofana's times, events, and venues in 2015 and 2016?",
"target_value": "Hassane Fofana finished in 13.52 in the 110 meters hurdles (Amsterdam 2016) and in 7.75 in the 60 meters hurdles (Prague 2015).",
"context": {
"csv": "csv/csv-0/feta_16773.csv",
"html": "csv/html-0/feta_16773.html",
"tsv": "csv/tsv-0/feta_16773.tsv"
}
},
{
"id": "feta_12510",
"utterance": "What are the populations of the three largest ethnic groups?",
"target_value": "The three largest ethnic groups are Chinese (36%), European (31.7%) and Filipino (12.5%).",
"context": {
"csv": "csv/csv-0/feta_12510.csv",
"html": "csv/html-0/feta_12510.html",
"tsv": "csv/tsv-0/feta_12510.tsv"
}
},
{
"id": "feta_9796",
"utterance": "What were the minimum and maximum prizes earned, and who won the least?",
"target_value": "The final table's minimum prize was $730,725 which was earned by Mark Newhouse and the maximum was $10,000,000.",
"context": {
"csv": "csv/csv-0/feta_9796.csv",
"html": "csv/html-0/feta_9796.html",
"tsv": "csv/tsv-0/feta_9796.tsv"
}
},
{
"id": "feta_20887",
"utterance": "What club and league did Giourkas Seitaridis appear in for the 2003–04 season?",
"target_value": "In the 2003–04 season, Giourkas Seitaridis appeared in Alpha Ethniki with Panathinaikos.",
"context": {
"csv": "csv/csv-0/feta_20887.csv",
"html": "csv/html-0/feta_20887.html",
"tsv": "csv/tsv-0/feta_20887.tsv"
}
},
{
"id": "feta_9080",
"utterance": "How many workers in Main work were engaged as cultivators and Agricultural Labourers?",
"target_value": "Workers engaged in Main Work were 124 cultivators and 90 Agricultural labourers.",
"context": {
"csv": "csv/csv-0/feta_9080.csv",
"html": "csv/html-0/feta_9080.html",
"tsv": "csv/tsv-0/feta_9080.tsv"
}
},
{
"id": "feta_717",
"utterance": "When and where did Sampson star as “Ozzy”?",
"target_value": "In 2019, Sampson starred as “Ozzy” in the series The Walking Dead.",
"context": {
"csv": "csv/csv-0/feta_717.csv",
"html": "csv/html-0/feta_717.html",
"tsv": "csv/tsv-0/feta_717.tsv"
}
},
{
"id": "feta_21182",
"utterance": "Who were the winner and runner up in the 2016 presidential election in New Jersey?",
"target_value": "The 2016 United States presidential election in New Jersey was won by Hillary Clinton with 55.5% of the vote over Donald Trump's 41.35%.",
"context": {
"csv": "csv/csv-0/feta_21182.csv",
"html": "csv/html-0/feta_21182.html",
"tsv": "csv/tsv-0/feta_21182.tsv"
}
},
{
"id": "feta_7921",
"utterance": "What kind of voice work did Shelly Blond do in 2007 and 2014, and in which productions?",
"target_value": "Shelley Blond is the voice of Cinderella in Snow White: The Sequel, and Audrey Glamour in the 2014 film Moomins on the Riviera.",
"context": {
"csv": "csv/csv-0/feta_7921.csv",
"html": "csv/html-0/feta_7921.html",
"tsv": "csv/tsv-0/feta_7921.tsv"
}
},
{
"id": "feta_10226",
"utterance": "Who won the election and by how many seats?",
"target_value": "The result was a victory for the Democratic Party of Côte d'Ivoire – African Democratic Rally, which won 148 of the 175 seats.",
"context": {
"csv": "csv/csv-0/feta_10226.csv",
"html": "csv/html-0/feta_10226.html",
"tsv": "csv/tsv-0/feta_10226.tsv"
}
},
{
"id": "feta_17674",
"utterance": "What was Thunder doing in the 2011 movie Padam Padam?",
"target_value": "In 2011, Thunder had a cameo role in Padam Padam, where he played the role of Yang Kang-woo.",
"context": {
"csv": "csv/csv-0/feta_17674.csv",
"html": "csv/html-0/feta_17674.html",
"tsv": "csv/tsv-0/feta_17674.tsv"
}
},
{
"id": "feta_11222",
"utterance": "What was the total number of houses and the male and female population of Bhandal Bet?",
"target_value": "Bhandal Bet has a total number of 585 houses and a population of 2,884 of which include 1,486 males and 1,398 females.",
"context": {
"csv": "csv/csv-0/feta_11222.csv",
"html": "csv/html-0/feta_11222.html",
"tsv": "csv/tsv-0/feta_11222.tsv"
}
},
{
"id": "feta_1811",
"utterance": "Which categories of Tony Awards did \"A View from the Bridge\" win?",
"target_value": "A View from the Bridge won the Tony Award for Best Revival of a Play and Ivo van Hove won the Tony Award for Best Direction of a Play.",
"context": {
"csv": "csv/csv-0/feta_1811.csv",
"html": "csv/html-0/feta_1811.html",
"tsv": "csv/tsv-0/feta_1811.tsv"
}
},
{
"id": "feta_21241",
"utterance": "What ratio of total votes did Pierre Bertho earn during the 1946 Dahomey and Togo by-election?",
"target_value": "Pierre Bertho of the Popular Republican Movement was the candidate elected with 644 of the 818 votes casted.",
"context": {
"csv": "csv/csv-0/feta_21241.csv",
"html": "csv/html-0/feta_21241.html",
"tsv": "csv/tsv-0/feta_21241.tsv"
}
},
{
"id": "feta_14571",
"utterance": "How many stations does Koumi Line have altogether and what are they?",
"target_value": "Koumi Line has 31 stations including Kobuchizawa Station in Hokuto, Yamanashi and Komoro Station in Komoro, Nagano.",
"context": {
"csv": "csv/csv-0/feta_14571.csv",
"html": "csv/html-0/feta_14571.html",
"tsv": "csv/tsv-0/feta_14571.tsv"
}
},
{
"id": "feta_21603",
"utterance": "When did Alessandra Negrini comprise the role of Clara in what movie?",
"target_value": "Alessandra Negrini played the role of Clara in Olho no Olho (1993).",
"context": {
"csv": "csv/csv-0/feta_21603.csv",
"html": "csv/html-0/feta_21603.html",
"tsv": "csv/tsv-0/feta_21603.tsv"
}
},
{
"id": "feta_1507",
"utterance": "Was is the latest IETF standards documentation and when was it released?",
"target_value": "The TFTP Windowsize Option (RFC 7440) was published in January 2015.",
"context": {
"csv": "csv/csv-0/feta_1507.csv",
"html": "csv/html-0/feta_1507.html",
"tsv": "csv/tsv-0/feta_1507.tsv"
}
},
{
"id": "feta_12107",
"utterance": "What percentage of votes held the 1940 Bow and Bromley election seat for labour?",
"target_value": "On a reduced turnout, Key held the 1940 Bow and Bromley by-election seat for Labour with 95.8% of the votes.",
"context": {
"csv": "csv/csv-0/feta_12107.csv",
"html": "csv/html-0/feta_12107.html",
"tsv": "csv/tsv-0/feta_12107.tsv"
}
},
{
"id": "feta_21092",
"utterance": "How many votes did Judith Flanagan Kennedy defeat Clancy with in 2009?",
"target_value": "In 2009, Clancy was defeated by Judith Flanagan Kennedy by a total of 8,043 votes to 8,016.",
"context": {
"csv": "csv/csv-0/feta_21092.csv",
"html": "csv/html-0/feta_21092.html",
"tsv": "csv/tsv-0/feta_21092.tsv"
}
},
{
"id": "feta_14990",
"utterance": "In which locations did Keila Costa compete in late May and early June, and how did she perform in late May?",
"target_value": "On 20 May 2007, Keila Costa jumped 6.88 metres in Belém, and also participated in São Paulo on 7 June 2013.",
"context": {
"csv": "csv/csv-0/feta_14990.csv",
"html": "csv/html-0/feta_14990.html",
"tsv": "csv/tsv-0/feta_14990.tsv"
}
},
{
"id": "feta_11319",
"utterance": "Which television series did Morgan simultaneously appear in 2005 and 2006?",
"target_value": "In 2005 and 2006, Morgan simultaneously appeared in three television series: in the series Supernatural as John Winchester, in a recurring role in Grey's Anatomy as Denny Duquette, and as Judah Botwin in two episodes of the series Weeds.",
"context": {
"csv": "csv/csv-0/feta_11319.csv",
"html": "csv/html-0/feta_11319.html",
"tsv": "csv/tsv-0/feta_11319.tsv"
}
},
{
"id": "feta_8404",
"utterance": "Has Alexandria Daddario reprised any of her roles for multiple films?",
"target_value": "In 2013, Daddario reprised her role as Annabeth Chase in the film Percy Jackson: Sea of Monsters, which is the sequel to Percy Jackson & the Olympians: The Lightning Thief.",
"context": {
"csv": "csv/csv-0/feta_8404.csv",
"html": "csv/html-0/feta_8404.html",
"tsv": "csv/tsv-0/feta_8404.tsv"
}
},
{
"id": "feta_20761",
"utterance": "What percentage of the vote did each candidate receive?",
"target_value": "O'Scanlon, Casagrande, Panter and Mallet received 25.6%, 25.5%, 25.0% and 23.9% of the vote.",
"context": {
"csv": "csv/csv-0/feta_20761.csv",
"html": "csv/html-0/feta_20761.html",
"tsv": "csv/tsv-0/feta_20761.tsv"
}
},
{
"id": "feta_11374",
"utterance": "Which films did Raghava Lawrence act in 2000?",
"target_value": "Raghava Lawrence acted in Unnai Kodu Ennai Tharuven (2000) and in Parthen Rasithen (2000).",
"context": {
"csv": "csv/csv-0/feta_11374.csv",
"html": "csv/html-0/feta_11374.html",
"tsv": "csv/tsv-0/feta_11374.tsv"
}
},
{
"id": "feta_21057",
"utterance": "What channel and definition did The U Too began broadcasting on?",
"target_value": "The U Too began broadcasting on WMEU-CD simulcast channel 26.2 in 16:9 standard definition.",
"context": {
"csv": "csv/csv-0/feta_21057.csv",
"html": "csv/html-0/feta_21057.html",
"tsv": "csv/tsv-0/feta_21057.tsv"
}
},
{
"id": "feta_10055",
"utterance": "What happened to the two heaviest ships Gerhard Bigalk attacked?",
"target_value": "Gerhard Bigalk damaged one ship of 8,096 GRT, and sunk one warship of 11,000 tons.",
"context": {
"csv": "csv/csv-0/feta_10055.csv",
"html": "csv/html-0/feta_10055.html",
"tsv": "csv/tsv-0/feta_10055.tsv"
}
},
{
"id": "feta_13051",
"utterance": "What singles did Baby D release in 1995 and 1996, and which album were they from?",
"target_value": "Baby D's single \"(Everybody's Got to Learn Sometime) I Need Your Loving\" was released in 1995 and \"So Pure\" and \"Take Me to Heaven\" in 1996, all from the album Deliverance.",
"context": {
"csv": "csv/csv-0/feta_13051.csv",
"html": "csv/html-0/feta_13051.html",
"tsv": "csv/tsv-0/feta_13051.tsv"
}
},
{
"id": "feta_1870",
"utterance": "What awards did Patricia Routledge win for producing \"Keeping Up Appearances\"?",
"target_value": "For Keeping Up Appearances, Patricia Routledge was nominated for the BAFTA TV Award for Best Light Entertainment Performance in 1992 and 1993.",
"context": {
"csv": "csv/csv-0/feta_1870.csv",
"html": "csv/html-0/feta_1870.html",
"tsv": "csv/tsv-0/feta_1870.tsv"
}
},
{
"id": "feta_1775",
"utterance": "Did George Rose win any awards for Featured Actor?",
"target_value": "In 1979, George Rose won the Drama Desk Award for Outstanding Featured Actor in a Play for The Kingfisher.",
"context": {
"csv": "csv/csv-0/feta_1775.csv",
"html": "csv/html-0/feta_1775.html",
"tsv": "csv/tsv-0/feta_1775.tsv"
}
},
{
"id": "feta_2289",
"utterance": "What awards did Amber Kuo receive for starring in the film The Year of Happiness and Love?",
"target_value": "Amber Kuo was nominated in 2010 for Best Actress at the 45th Golden Bell Awards for her role in The Happy Times of That Year.",
"context": {
"csv": "csv/csv-0/feta_2289.csv",
"html": "csv/html-0/feta_2289.html",
"tsv": "csv/tsv-0/feta_2289.tsv"
}
},
{
"id": "feta_706",
"utterance": "When did ANA fly its last flight of Airbus A321-100?",
"target_value": "ANA flew its last flight of an Airbus A321-100, in 2008.",
"context": {
"csv": "csv/csv-0/feta_706.csv",
"html": "csv/html-0/feta_706.html",
"tsv": "csv/tsv-0/feta_706.tsv"
}
},
{
"id": "feta_20704",
"utterance": "Who played in Johnson's of Native Son?",
"target_value": "In 2019, Qualley played Mary Dalton in Rashid Johnson's of Native Son.",
"context": {
"csv": "csv/csv-0/feta_20704.csv",
"html": "csv/html-0/feta_20704.html",
"tsv": "csv/tsv-0/feta_20704.tsv"
}
},
{
"id": "feta_7867",
"utterance": "What are some television series that Andy Gross appeared as a ventriloquist?",
"target_value": "Andy Gross acted as ventriloquist in television series such as Beverly Hills, 90210, Las Vegas and After Judgment.",
"context": {
"csv": "csv/csv-0/feta_7867.csv",
"html": "csv/html-0/feta_7867.html",
"tsv": "csv/tsv-0/feta_7867.tsv"
}
},
{
"id": "feta_8564",
"utterance": "Which roles did Olivia Cooke star in?",
"target_value": "Olivia Cooke played the role of Emma Decody in Bates Motel from 2013 to 2017, and in 2018 starred as Becky Sharp in Vanity Fair.",
"context": {
"csv": "csv/csv-0/feta_8564.csv",
"html": "csv/html-0/feta_8564.html",
"tsv": "csv/tsv-0/feta_8564.tsv"
}
},
{
"id": "feta_11699",
"utterance": "In which Marathi language shows did Hattangad act?",
"target_value": "Hattangadi acted in the Marathi Char Divas Sasuche on ETV Marathi, Vahinisaheb and Honar Sun Me Hya Gharchi on Zee Marathi",
"context": {
"csv": "csv/csv-0/feta_11699.csv",
"html": "csv/html-0/feta_11699.html",
"tsv": "csv/tsv-0/feta_11699.tsv"
}
},
{
"id": "feta_1792",
"utterance": "What Off-Broadway roles did Patti Murin play?",
"target_value": "Patti Murin played the Off-Broadway roles of Ensemble in Mirette at the York Theatre Company and Daphne in Fly By Night at Playwrightd Horizons.",
"context": {
"csv": "csv/csv-0/feta_1792.csv",
"html": "csv/html-0/feta_1792.html",
"tsv": "csv/tsv-0/feta_1792.tsv"
}
},
{
"id": "feta_21407",
"utterance": "What television roles did Talitha Bateman play in 2014 and 2015?",
"target_value": "Talitha Bateman appeared in the pilot episode of Maker Shack Agency in 2014 and played as Scarlett Kincaid in three episodes of Hart of Dixie in 2015.",
"context": {
"csv": "csv/csv-0/feta_21407.csv",
"html": "csv/html-0/feta_21407.html",
"tsv": "csv/tsv-0/feta_21407.tsv"
}
},
{
"id": "feta_945",
"utterance": "Which single-episode role did Julie Warner play in 2009?",
"target_value": "In 2009, Julie Warner played Rose Pinchbinder in the TV show True Jackson, VP in the episode \"Keeping Tabs\".",
"context": {
"csv": "csv/csv-0/feta_945.csv",
"html": "csv/html-0/feta_945.html",
"tsv": "csv/tsv-0/feta_945.tsv"
}
},
{
"id": "feta_7932",
"utterance": "Who was Speakers of the House of Representatives of Yemen until 1993, and who replaced him?",
"target_value": "In Yemen, Numan was the Speaker of Parliament, until the election of 1993 when he was replaced by Abdullah ibn Husayn al-Ahmar.",
"context": {
"csv": "csv/csv-0/feta_7932.csv",
"html": "csv/html-0/feta_7932.html",
"tsv": "csv/tsv-0/feta_7932.tsv"
}
},
{
"id": "feta_8302",
"utterance": "Who was God's Army 2: States of Grace (2005) directed by and which two films were also directed by the same director?",
"target_value": "God's Army 2: States of Grace (2005) – A sequel to God's Army by Richard Dutcher and Brigham City (2001) was also directed by Dutcher.",
"context": {
"csv": "csv/csv-0/feta_8302.csv",
"html": "csv/html-0/feta_8302.html",
"tsv": "csv/tsv-0/feta_8302.tsv"
}
},
{
"id": "feta_12409",
"utterance": "When and in what play did Brooks Ashmanskas appear as Alan?",
"target_value": "Brooks Ashmanskas appeared in God of Carnage in 2012 as Alan.",
"context": {
"csv": "csv/csv-0/feta_12409.csv",
"html": "csv/html-0/feta_12409.html",
"tsv": "csv/tsv-0/feta_12409.tsv"
}
},
{
"id": "feta_9726",
"utterance": "Which roles did Brandt play in 2011?",
"target_value": "In 2011, Lesley-Ann Brandt appeared in A Beautiful Soul as Angela Barry.",
"context": {
"csv": "csv/csv-0/feta_9726.csv",
"html": "csv/html-0/feta_9726.html",
"tsv": "csv/tsv-0/feta_9726.tsv"
}
},
{
"id": "feta_21213",
"utterance": "Which Grammy Award did Aguilera win in 2004 and what song was it for?",
"target_value": "In 2004, Aguilera won a Grammy Award for the Best Female Pop Vocal Performance for \"Beautiful\".",
"context": {
"csv": "csv/csv-0/feta_21213.csv",
"html": "csv/html-0/feta_21213.html",
"tsv": "csv/tsv-0/feta_21213.tsv"
}
},
{
"id": "feta_7979",
"utterance": "What songs did CJ Baran produce for Carly Rae Jepsen and for what album?",
"target_value": "CJ Baran wrote and produced the songs \"Emotion\" and \"Let's Get Lost\" of Carly Rae Jepsen's album E-MO-TION.",
"context": {
"csv": "csv/csv-0/feta_7979.csv",
"html": "csv/html-0/feta_7979.html",
"tsv": "csv/tsv-0/feta_7979.tsv"
}
},
{
"id": "feta_12360",
"utterance": "What awards did Kapoor & Sons win and was nominated for?",
"target_value": "Kapoor & Sons earned Khan the Diversity Award at the Indian Film Festival of Melbourne and a nomination for Best Supporting Actor at the Filmfare Awards.",
"context": {
"csv": "csv/csv-0/feta_12360.csv",
"html": "csv/html-0/feta_12360.html",
"tsv": "csv/tsv-0/feta_12360.tsv"
}
},
{
"id": "feta_21594",
"utterance": "In 2005 and 2006, which Telugu language films did Santhoshi appear in?",
"target_value": "Santhoshi appeared in Telugu films such as Nuvvostanante Nenoddantana (2005), Okkade (2005), and Bangaram (2006).",
"context": {
"csv": "csv/csv-0/feta_21594.csv",
"html": "csv/html-0/feta_21594.html",
"tsv": "csv/tsv-0/feta_21594.tsv"
}
},
{
"id": "feta_1488",
"utterance": "Does Oklahoma have any indoor football teams?",
"target_value": "The Oklahoma Defenders are an indoor football team that plays in the CPIFL in Tulsa.",
"context": {
"csv": "csv/csv-0/feta_1488.csv",
"html": "csv/html-0/feta_1488.html",
"tsv": "csv/tsv-0/feta_1488.tsv"
}
},
{
"id": "feta_11646",
"utterance": "What were the results of Conor Dwyer and Connor Jaeger?",
"target_value": "Conor Dwyer (3:44.01) and fellow American Connor Jaeger (3:44.16) finished off the podium in fourth and fifth respectively, separated by a 0.15-second margin.",
"context": {
"csv": "csv/csv-0/feta_11646.csv",
"html": "csv/html-0/feta_11646.html",
"tsv": "csv/tsv-0/feta_11646.tsv"
}
}
] |