Datasets:

subset
stringclasses
6 values
context
stringlengths
16
17.7k
context_tokens
sequence
qid
stringlengths
32
32
question
stringlengths
1
717
question_tokens
sequence
detected_answers
sequence
answers
sequencelengths
1
25
NaturalQuestionsShort
<P> Though ostensibly styled as a children 's book , The Little Prince makes several observations about life and human nature . For example , Saint - Exupéry tells of a fox meeting the young prince during his travels on Earth . The story 's essence is contained in the fox saying that `` One sees clearly only with the heart . The essential is invisible to the eye . '' Other key morals articulated by the fox are : `` You become responsible , forever , for what you have tamed , '' and `` It is the time you have lost for your rose that makes your rose so important . '' The fox 's messages are arguably the book 's most famous quotations because they deal with human relationships . </P>
{ "tokens": [ "<P>", "Though", "ostensibly", "styled", "as", "a", "children", "'s", "book", ",", "The", "Little", "Prince", "makes", "several", "observations", "about", "life", "and", "human", "nature", ".", "For", "example", ",", "Saint", "-", "Exupéry", "tells", "of", "a", "fox", "meeting", "the", "young", "prince", "during", "his", "travels", "on", "Earth", ".", "The", "story", "'s", "essence", "is", "contained", "in", "the", "fox", "saying", "that", "``", "One", "sees", "clearly", "only", "with", "the", "heart", ".", "The", "essential", "is", "invisible", "to", "the", "eye", ".", "''", "Other", "key", "morals", "articulated", "by", "the", "fox", "are", ":", "``", "You", "become", "responsible", ",", "forever", ",", "for", "what", "you", "have", "tamed", ",", "''", "and", "``", "It", "is", "the", "time", "you", "have", "lost", "for", "your", "rose", "that", "makes", "your", "rose", "so", "important", ".", "''", "The", "fox", "'s", "messages", "are", "arguably", "the", "book", "'s", "most", "famous", "quotations", "because", "they", "deal", "with", "human", "relationships", ".", "</P>" ], "offsets": [ 0, 4, 11, 22, 29, 32, 34, 43, 46, 51, 53, 57, 64, 71, 77, 85, 98, 104, 109, 113, 119, 126, 128, 132, 140, 142, 148, 150, 158, 164, 167, 169, 173, 181, 185, 191, 198, 205, 209, 217, 220, 226, 228, 232, 238, 241, 249, 252, 262, 265, 269, 273, 280, 285, 288, 292, 297, 305, 310, 315, 319, 325, 327, 331, 341, 344, 354, 357, 361, 365, 367, 370, 376, 380, 387, 399, 402, 406, 410, 414, 416, 419, 423, 430, 442, 444, 452, 454, 458, 463, 467, 472, 478, 480, 483, 487, 490, 493, 496, 500, 505, 509, 514, 519, 523, 528, 533, 538, 544, 549, 554, 557, 567, 569, 572, 576, 580, 583, 592, 596, 605, 609, 614, 617, 622, 629, 640, 648, 653, 658, 663, 669, 683, 685 ] }
322441cbcbbf4ab088d6befde65f3642
who does the little prince meet on earth
{ "tokens": [ "who", "does", "the", "little", "prince", "meet", "on", "earth" ], "offsets": [ 0, 4, 9, 13, 20, 27, 32, 35 ] }
{ "text": [ "a fox" ], "char_spans": [ { "start": [ 167 ], "end": [ 171 ] } ], "token_spans": [ { "start": [ 30 ], "end": [ 31 ] } ] }
[ "a fox" ]
NaturalQuestionsShort
<P> With few exceptions ( e.g. , deoxyribose ) , monosaccharide have this chemical formula : C ( H O ) , where conventionally x ≥ 3 . Monosaccharides can be classified by the number x of carbon atoms they contain : triose ( 3 ) , tetrose ( 4 ) , pentose ( 5 ) , hexose ( 6 ) , heptose ( 7 ) , and so on . </P>
{ "tokens": [ "<P>", "With", "few", "exceptions", "(", "e.g.", ",", "deoxyribose", ")", ",", "monosaccharide", "have", "this", "chemical", "formula", ":", "C", "(", "H", "O", ")", ",", "where", "conventionally", "x", "≥", "3", ".", "Monosaccharides", "can", "be", "classified", "by", "the", "number", "x", "of", "carbon", "atoms", "they", "contain", ":", "triose", "(", "3", ")", ",", "tetrose", "(", "4", ")", ",", "pentose", "(", "5", ")", ",", "hexose", "(", "6", ")", ",", "heptose", "(", "7", ")", ",", "and", "so", "on", ".", "</P>" ], "offsets": [ 0, 4, 9, 13, 24, 26, 31, 33, 45, 47, 49, 64, 69, 74, 83, 91, 93, 95, 97, 99, 101, 103, 105, 111, 126, 128, 130, 132, 134, 150, 154, 157, 168, 171, 175, 182, 184, 187, 194, 200, 205, 213, 215, 222, 224, 226, 228, 230, 238, 240, 242, 244, 246, 254, 256, 258, 260, 262, 269, 271, 273, 275, 277, 285, 287, 289, 291, 293, 297, 300, 303, 305 ] }
966ca5091faa4fde959c4094fc16b30f
the minimum number of carbon in a monosaccharide is
{ "tokens": [ "the", "minimum", "number", "of", "carbon", "in", "a", "monosaccharide", "is" ], "offsets": [ 0, 4, 12, 19, 22, 29, 32, 34, 49 ] }
{ "text": [ "3" ], "char_spans": [ { "start": [ 130 ], "end": [ 130 ] } ], "token_spans": [ { "start": [ 26 ], "end": [ 26 ] } ] }
[ "3" ]
NaturalQuestionsShort
<P> UTF - 8 is a variable width character encoding capable of encoding all 1,112,064 valid code points in Unicode using one to four 8 - bit bytes . The encoding is defined by the Unicode standard , and was originally designed by Ken Thompson and Rob Pike . The name is derived from Unicode ( or Universal Coded Character Set ) Transformation Format -- 8 - bit . </P>
{ "tokens": [ "<P>", "UTF", "-", "8", "is", "a", "variable", "width", "character", "encoding", "capable", "of", "encoding", "all", "1,112,064", "valid", "code", "points", "in", "Unicode", "using", "one", "to", "four", "8", "-", "bit", "bytes", ".", "The", "encoding", "is", "defined", "by", "the", "Unicode", "standard", ",", "and", "was", "originally", "designed", "by", "Ken", "Thompson", "and", "Rob", "Pike", ".", "The", "name", "is", "derived", "from", "Unicode", "(", "or", "Universal", "Coded", "Character", "Set", ")", "Transformation", "Format", "--", "8", "-", "bit", ".", "</P>" ], "offsets": [ 0, 4, 8, 10, 12, 15, 17, 26, 32, 42, 51, 59, 62, 71, 75, 85, 91, 96, 103, 106, 114, 120, 124, 127, 132, 134, 136, 140, 146, 148, 152, 161, 164, 172, 175, 179, 187, 196, 198, 202, 206, 217, 226, 229, 233, 242, 246, 250, 255, 257, 261, 266, 269, 277, 282, 290, 292, 295, 305, 311, 321, 325, 327, 342, 349, 352, 354, 356, 360, 362 ] }
c63c152d35544b84ac93a7327a4f1b11
for characters from english alphabet how many bytes are used per character
{ "tokens": [ "for", "characters", "from", "english", "alphabet", "how", "many", "bytes", "are", "used", "per", "character" ], "offsets": [ 0, 4, 15, 20, 28, 37, 41, 46, 52, 56, 61, 65 ] }
{ "text": [ "one to four 8 - bit bytes" ], "char_spans": [ { "start": [ 120 ], "end": [ 144 ] } ], "token_spans": [ { "start": [ 21 ], "end": [ 27 ] } ] }
[ "one to four 8 - bit bytes" ]
NaturalQuestionsShort
<P> The most commonly cited criticism of Manning 's professional career is that despite great success and gaudy statistics during the regular season , he did not enjoy similar levels of success in the post-season . His career post-season record as a starter was a more modest 14 - 13 , compared to his regular season record through the 2015 season which was 186 - 79 . Manning won two Super Bowls ( Super Bowl XLI and Super Bowl 50 ) and played in two others ( Super Bowl XLIV and Super Bowl XLVIII ) , being named MVP of XLI , while losing XLIV in an upset , and managing just one successful touchdown drive in each of XLVIII and 50 . During the early part of Manning 's career , `` his record - breaking stats were written off because of the Colts ' postseason failures '' ; conversely he posted poor statistics in the 2015 regular season and Super Bowl 50 , which would be his final season , but nonetheless won his second Super Bowl thanks to his team 's defense . Manning is also the only quarterback in NFL history to make the Super Bowl four times with four different head coaches ( Dungy , Caldwell , Fox , and Kubiak ) . </P>
{ "tokens": [ "<P>", "The", "most", "commonly", "cited", "criticism", "of", "Manning", "'s", "professional", "career", "is", "that", "despite", "great", "success", "and", "gaudy", "statistics", "during", "the", "regular", "season", ",", "he", "did", "not", "enjoy", "similar", "levels", "of", "success", "in", "the", "post-season", ".", "His", "career", "post-season", "record", "as", "a", "starter", "was", "a", "more", "modest", "14", "-", "13", ",", "compared", "to", "his", "regular", "season", "record", "through", "the", "2015", "season", "which", "was", "186", "-", "79", ".", "Manning", "won", "two", "Super", "Bowls", "(", "Super", "Bowl", "XLI", "and", "Super", "Bowl", "50", ")", "and", "played", "in", "two", "others", "(", "Super", "Bowl", "XLIV", "and", "Super", "Bowl", "XLVIII", ")", ",", "being", "named", "MVP", "of", "XLI", ",", "while", "losing", "XLIV", "in", "an", "upset", ",", "and", "managing", "just", "one", "successful", "touchdown", "drive", "in", "each", "of", "XLVIII", "and", "50", ".", "During", "the", "early", "part", "of", "Manning", "'s", "career", ",", "``", "his", "record", "-", "breaking", "stats", "were", "written", "off", "because", "of", "the", "Colts", "'", "postseason", "failures", "''", ";", "conversely", "he", "posted", "poor", "statistics", "in", "the", "2015", "regular", "season", "and", "Super", "Bowl", "50", ",", "which", "would", "be", "his", "final", "season", ",", "but", "nonetheless", "won", "his", "second", "Super", "Bowl", "thanks", "to", "his", "team", "'s", "defense", ".", "Manning", "is", "also", "the", "only", "quarterback", "in", "NFL", "history", "to", "make", "the", "Super", "Bowl", "four", "times", "with", "four", "different", "head", "coaches", "(", "Dungy", ",", "Caldwell", ",", "Fox", ",", "and", "Kubiak", ")", ".", "</P>" ], "offsets": [ 0, 4, 8, 13, 22, 28, 38, 41, 49, 52, 65, 72, 75, 80, 88, 94, 102, 106, 112, 123, 130, 134, 142, 149, 151, 154, 158, 162, 168, 176, 183, 186, 194, 197, 201, 213, 215, 219, 226, 238, 245, 248, 250, 258, 262, 264, 269, 276, 279, 281, 284, 286, 295, 298, 302, 310, 317, 324, 332, 336, 341, 348, 354, 358, 362, 364, 367, 369, 377, 381, 385, 391, 397, 399, 405, 410, 414, 418, 424, 429, 432, 434, 438, 445, 448, 452, 459, 461, 467, 472, 477, 481, 487, 492, 499, 501, 503, 509, 515, 519, 522, 526, 528, 534, 541, 546, 549, 552, 558, 560, 564, 573, 578, 582, 593, 603, 609, 612, 617, 620, 627, 631, 634, 636, 643, 647, 653, 658, 661, 669, 672, 679, 681, 684, 688, 695, 697, 706, 712, 717, 725, 729, 737, 740, 744, 750, 752, 763, 772, 775, 777, 788, 791, 798, 803, 814, 817, 821, 826, 834, 841, 845, 851, 856, 859, 861, 867, 873, 876, 880, 886, 893, 895, 899, 911, 915, 919, 926, 932, 937, 944, 947, 951, 956, 959, 967, 969, 977, 980, 985, 989, 994, 1006, 1009, 1013, 1021, 1024, 1029, 1033, 1039, 1044, 1049, 1055, 1060, 1065, 1075, 1080, 1088, 1090, 1096, 1098, 1107, 1109, 1113, 1115, 1119, 1126, 1128, 1130 ] }
25d34c92025449f888122aad7d5df1e6
how many times peyton been to super bowl
{ "tokens": [ "how", "many", "times", "peyton", "been", "to", "super", "bowl" ], "offsets": [ 0, 4, 9, 15, 22, 27, 30, 36 ] }
{ "text": [ "four" ], "char_spans": [ { "start": [ 1044 ], "end": [ 1047 ] } ], "token_spans": [ { "start": [ 200 ], "end": [ 200 ] } ] }
[ "four" ]
NaturalQuestionsShort
<Table> The 200 highest summits of greater North America with at least 500 meters of topographic prominence <Tr> <Th> Rank </Th> <Th> Mountain peak </Th> <Th> Region </Th> <Th> Mountain range </Th> <Th> Elevation </Th> <Th> Prominence </Th> <Th> Isolation </Th> <Th> Location </Th> </Tr> <Tr> <Td> </Td> <Td> Denali ( formerly Mount McKinley ) </Td> <Td> Alaska </Td> <Td> Alaska Range </Td> <Td> 7003619050000000000 ♠ 6190.5 m 20,310 ft </Td> <Td> 7003614050000000000 ♠ 6141 m 20,146 ft </Td> <Td> 7006745024000000000 ♠ 7,450 km 4,629 mi </Td> <Td> 63 ° 04 ′ 08 '' N 151 ° 00 ′ 23 '' W  /  63.0690 ° N 151.0063 ° W  / 63.0690 ; - 151.0063  ( Denali ) </Td> </Tr> <Tr> <Td> </Td> <Td> Mount Logan </Td> <Td> Yukon </Td> <Td> Saint Elias Mountains </Td> <Td> 7003595900000000000 ♠ 5959 m 19,551 ft </Td> <Td> 7003524700000000000 ♠ 5247 m 17,215 ft </Td> <Td> 7005622790000000000 ♠ 623 km 387 mi </Td> <Td> 60 ° 34 ′ 02 '' N 140 ° 24 ′ 20 '' W  /  60.5671 ° N 140.4055 ° W  / 60.5671 ; - 140.4055  ( Mount Logan ) </Td> </Tr> <Tr> <Td> </Td> <Td> Pico de Orizaba ( Citlaltépetl ) </Td> <Td> Puebla Veracruz </Td> <Td> Cordillera Neovolcanica </Td> <Td> 7003563600000000000 ♠ 5636 m 18,491 ft </Td> <Td> 7003492200000000000 ♠ 4922 m 16,148 ft </Td> <Td> 7006269014000000000 ♠ 2,690 km 1,672 mi </Td> <Td> 19 ° 01 ′ 50 '' N 97 ° 16 ′ 11 '' W  /  19.0305 ° N 97.2698 ° W  / 19.0305 ; - 97.2698  ( Pico de Orizaba ) </Td> </Tr> <Tr> <Td> </Td> <Td> Mount Saint Elias </Td> <Td> Alaska Yukon </Td> <Td> Saint Elias Mountains </Td> <Td> 7003548900000000000 ♠ 5489 m 18,009 ft </Td> <Td> 7003342900000000000 ♠ 3429 m 11,250 ft </Td> <Td> 7004412500000000000 ♠ 41.3 km 25.6 mi </Td> <Td> 60 ° 17 ′ 34 '' N 140 ° 55 ′ 51 '' W  /  60.2927 ° N 140.9307 ° W  / 60.2927 ; - 140.9307  ( Mount Saint Elias ) </Td> </Tr> <Tr> <Td> 5 </Td> <Td> Popocatépetl </Td> <Td> México Morelos Puebla </Td> <Td> Cordillera Neovolcanica </Td> <Td> 7003541000000000000 ♠ 5410 m 17,749 ft </Td> <Td> 7003304000000000000 ♠ 3040 m 9,974 ft </Td> <Td> 7005142960000000000 ♠ 143.0 km 88.8 mi </Td> <Td> 19 ° 01 ′ 21 '' N 98 ° 37 ′ 40 '' W  /  19.0225 ° N 98.6278 ° W  / 19.0225 ; - 98.6278  ( Popocatépetl ) </Td> </Tr> <Tr> <Td> 6 </Td> <Td> Mount Foraker </Td> <Td> Alaska </Td> <Td> Alaska Range </Td> <Td> 7003530353100000000 ♠ 5304 m 17,400 ft </Td> <Td> 7003220980400000000 ♠ 2210 m 7,250 ft </Td> <Td> 7004229600000000000 ♠ 23.0 km 14.27 mi </Td> <Td> 62 ° 57 ′ 37 '' N 151 ° 23 ′ 59 '' W  /  62.9604 ° N 151.3998 ° W  / 62.9604 ; - 151.3998  ( Mount Foraker ) </Td> </Tr> <Tr> <Td> 7 </Td> <Td> Mount Lucania </Td> <Td> Yukon </Td> <Td> Saint Elias Mountains </Td> <Td> 7003526000000000000 ♠ 5260 m 17,257 ft </Td> <Td> 7003308000000000000 ♠ 3080 m 10,105 ft </Td> <Td> 7004430000000000000 ♠ 43.0 km 26.7 mi </Td> <Td> 61 ° 01 ′ 17 '' N 140 ° 27 ′ 58 '' W  /  61.0215 ° N 140.4661 ° W  / 61.0215 ; - 140.4661  ( Mount Lucania ) </Td> </Tr> <Tr> <Td> 8 </Td> <Td> Iztaccíhuatl </Td> <Td> México Puebla </Td> <Td> Cordillera Neovolcanica </Td> <Td> 7003523000000000000 ♠ 5230 m 17,159 ft </Td> <Td> 7003156000000000000 ♠ 1560 m 5,118 ft </Td> <Td> 7004175100000000000 ♠ 17.51 km 10.88 mi </Td> <Td> 19 ° 10 ′ 49 '' N 98 ° 38 ′ 29 '' W  /  19.1802 ° N 98.6415 ° W  / 19.1802 ; - 98.6415  ( Iztaccíhuatl ) </Td> </Tr> <Tr> <Td> 9 </Td> <Td> King Peak </Td> <Td> Yukon </Td> <Td> Saint Elias Mountains </Td> <Td> 7003517300000000000 ♠ 5173 m 16,972 ft </Td> <Td> 7003107300000000000 ♠ 1073 m 3,520 ft </Td> <Td> 7003468000000000000 ♠ 4.68 km 2.91 mi </Td> <Td> 60 ° 35 ′ 00 '' N 140 ° 39 ′ 18 '' W  /  60.5833 ° N 140.6549 ° W  / 60.5833 ; - 140.6549  ( King Peak ) </Td> </Tr> <Tr> <Td> 10 </Td> <Td> Mount Bona </Td> <Td> Alaska </Td> <Td> Saint Elias Mountains </Td> <Td> 7003504445000000000 ♠ 5044 m 16,550 ft </Td> <Td> 7003210312399999999 ♠ 2103 m 6,900 ft </Td> <Td> 7004800400000000000 ♠ 80.0 km 49.7 mi </Td> <Td> 61 ° 23 ′ 08 '' N 141 ° 44 ′ 58 '' W  /  61.3856 °
{ "tokens": [ "<Table>", "The", "200", "highest", "summits", "of", "greater", "North", "America", "with", "at", "least", "500", "meters", "of", "topographic", "prominence", "<Tr>", "<Th>", "Rank", "</Th>", "<Th>", "Mountain", "peak", "</Th>", "<Th>", "Region", "</Th>", "<Th>", "Mountain", "range", "</Th>", "<Th>", "Elevation", "</Th>", "<Th>", "Prominence", "</Th>", "<Th>", "Isolation", "</Th>", "<Th>", "Location", "</Th>", "</Tr>", "<Tr>", "<Td>", "</Td>", "<Td>", "Denali", "(", "formerly", "Mount", "McKinley", ")", "</Td>", "<Td>", "Alaska", "</Td>", "<Td>", "Alaska", "Range", "</Td>", "<Td>", "7003619050000000000", "♠", "6190.5", "m", "20,310", "ft", "</Td>", "<Td>", "7003614050000000000", "♠", "6141", "m", "20,146", "ft", "</Td>", "<Td>", "7006745024000000000", "♠", "7,450", "km", "4,629", "mi", "</Td>", "<Td>", "63", "°", "04", "′", "08", "''", "N", "151", "°", "00", "′", "23", "''", "W", "", "/", "", "63.0690", "°", "N", "151.0063", "°", "W", "", "/", "63.0690", ";", "-", "151.0063", "", "(", "Denali", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "</Td>", "<Td>", "Mount", "Logan", "</Td>", "<Td>", "Yukon", "</Td>", "<Td>", "Saint", "Elias", "Mountains", "</Td>", "<Td>", "7003595900000000000", "♠", "5959", "m", "19,551", "ft", "</Td>", "<Td>", "7003524700000000000", "♠", "5247", "m", "17,215", "ft", "</Td>", "<Td>", "7005622790000000000", "♠", "623", "km", "387", "mi", "</Td>", "<Td>", "60", "°", "34", "′", "02", "''", "N", "140", "°", "24", "′", "20", "''", "W", "", "/", "", "60.5671", "°", "N", "140.4055", "°", "W", "", "/", "60.5671", ";", "-", "140.4055", "", "(", "Mount", "Logan", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "</Td>", "<Td>", "Pico", "de", "Orizaba", "(", "Citlaltépetl", ")", "</Td>", "<Td>", "Puebla", "Veracruz", "</Td>", "<Td>", "Cordillera", "Neovolcanica", "</Td>", "<Td>", "7003563600000000000", "♠", "5636", "m", "18,491", "ft", "</Td>", "<Td>", "7003492200000000000", "♠", "4922", "m", "16,148", "ft", "</Td>", "<Td>", "7006269014000000000", "♠", "2,690", "km", "1,672", "mi", "</Td>", "<Td>", "19", "°", "01", "′", "50", "''", "N", "97", "°", "16", "′", "11", "''", "W", "", "/", "", "19.0305", "°", "N", "97.2698", "°", "W", "", "/", "19.0305", ";", "-", "97.2698", "", "(", "Pico", "de", "Orizaba", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "</Td>", "<Td>", "Mount", "Saint", "Elias", "</Td>", "<Td>", "Alaska", "Yukon", "</Td>", "<Td>", "Saint", "Elias", "Mountains", "</Td>", "<Td>", "7003548900000000000", "♠", "5489", "m", "18,009", "ft", "</Td>", "<Td>", "7003342900000000000", "♠", "3429", "m", "11,250", "ft", "</Td>", "<Td>", "7004412500000000000", "♠", "41.3", "km", "25.6", "mi", "</Td>", "<Td>", "60", "°", "17", "′", "34", "''", "N", "140", "°", "55", "′", "51", "''", "W", "", "/", "", "60.2927", "°", "N", "140.9307", "°", "W", "", "/", "60.2927", ";", "-", "140.9307", "", "(", "Mount", "Saint", "Elias", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "5", "</Td>", "<Td>", "Popocatépetl", "</Td>", "<Td>", "México", "Morelos", "Puebla", "</Td>", "<Td>", "Cordillera", "Neovolcanica", "</Td>", "<Td>", "7003541000000000000", "♠", "5410", "m", "17,749", "ft", "</Td>", "<Td>", "7003304000000000000", "♠", "3040", "m", "9,974", "ft", "</Td>", "<Td>", "7005142960000000000", "♠", "143.0", "km", "88.8", "mi", "</Td>", "<Td>", "19", "°", "01", "′", "21", "''", "N", "98", "°", "37", "′", "40", "''", "W", "", "/", "", "19.0225", "°", "N", "98.6278", "°", "W", "", "/", "19.0225", ";", "-", "98.6278", "", "(", "Popocatépetl", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "6", "</Td>", "<Td>", "Mount", "Foraker", "</Td>", "<Td>", "Alaska", "</Td>", "<Td>", "Alaska", "Range", "</Td>", "<Td>", "7003530353100000000", "♠", "5304", "m", "17,400", "ft", "</Td>", "<Td>", "7003220980400000000", "♠", "2210", "m", "7,250", "ft", "</Td>", "<Td>", "7004229600000000000", "♠", "23.0", "km", "14.27", "mi", "</Td>", "<Td>", "62", "°", "57", "′", "37", "''", "N", "151", "°", "23", "′", "59", "''", "W", "", "/", "", "62.9604", "°", "N", "151.3998", "°", "W", "", "/", "62.9604", ";", "-", "151.3998", "", "(", "Mount", "Foraker", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "7", "</Td>", "<Td>", "Mount", "Lucania", "</Td>", "<Td>", "Yukon", "</Td>", "<Td>", "Saint", "Elias", "Mountains", "</Td>", "<Td>", "7003526000000000000", "♠", "5260", "m", "17,257", "ft", "</Td>", "<Td>", "7003308000000000000", "♠", "3080", "m", "10,105", "ft", "</Td>", "<Td>", "7004430000000000000", "♠", "43.0", "km", "26.7", "mi", "</Td>", "<Td>", "61", "°", "01", "′", "17", "''", "N", "140", "°", "27", "′", "58", "''", "W", "", "/", "", "61.0215", "°", "N", "140.4661", "°", "W", "", "/", "61.0215", ";", "-", "140.4661", "", "(", "Mount", "Lucania", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "8", "</Td>", "<Td>", "Iztaccíhuatl", "</Td>", "<Td>", "México", "Puebla", "</Td>", "<Td>", "Cordillera", "Neovolcanica", "</Td>", "<Td>", "7003523000000000000", "♠", "5230", "m", "17,159", "ft", "</Td>", "<Td>", "7003156000000000000", "♠", "1560", "m", "5,118", "ft", "</Td>", "<Td>", "7004175100000000000", "♠", "17.51", "km", "10.88", "mi", "</Td>", "<Td>", "19", "°", "10", "′", "49", "''", "N", "98", "°", "38", "′", "29", "''", "W", "", "/", "", "19.1802", "°", "N", "98.6415", "°", "W", "", "/", "19.1802", ";", "-", "98.6415", "", "(", "Iztaccíhuatl", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "9", "</Td>", "<Td>", "King", "Peak", "</Td>", "<Td>", "Yukon", "</Td>", "<Td>", "Saint", "Elias", "Mountains", "</Td>", "<Td>", "7003517300000000000", "♠", "5173", "m", "16,972", "ft", "</Td>", "<Td>", "7003107300000000000", "♠", "1073", "m", "3,520", "ft", "</Td>", "<Td>", "7003468000000000000", "♠", "4.68", "km", "2.91", "mi", "</Td>", "<Td>", "60", "°", "35", "′", "00", "''", "N", "140", "°", "39", "′", "18", "''", "W", "", "/", "", "60.5833", "°", "N", "140.6549", "°", "W", "", "/", "60.5833", ";", "-", "140.6549", "", "(", "King", "Peak", ")", "</Td>", "</Tr>", "<Tr>", "<Td>", "10", "</Td>", "<Td>", "Mount", "Bona", "</Td>", "<Td>", "Alaska", "</Td>", "<Td>", "Saint", "Elias", "Mountains", "</Td>", "<Td>", "7003504445000000000", "♠", "5044", "m", "16,550", "ft", "</Td>", "<Td>", "7003210312399999999", "♠", "2103", "m", "6,900", "ft", "</Td>", "<Td>", "7004800400000000000", "♠", "80.0", "km", "49.7", "mi", "</Td>", "<Td>", "61", "°", "23", "′", "08", "''", "N", "141", "°", "44", "′", "58", "''", "W", "", "/", "", "61.3856", "°" ], "offsets": [ 0, 8, 12, 16, 24, 32, 35, 43, 49, 57, 62, 65, 71, 75, 82, 85, 97, 108, 113, 118, 123, 129, 134, 143, 148, 154, 159, 166, 172, 177, 186, 192, 198, 203, 213, 219, 224, 235, 241, 246, 256, 262, 267, 276, 282, 288, 293, 298, 304, 309, 316, 318, 327, 333, 342, 344, 350, 355, 362, 368, 373, 380, 386, 392, 397, 417, 419, 426, 428, 435, 438, 444, 449, 469, 471, 476, 478, 485, 488, 494, 499, 519, 521, 527, 530, 536, 539, 545, 550, 553, 555, 558, 560, 563, 566, 568, 572, 574, 577, 579, 582, 585, 587, 589, 591, 593, 601, 603, 605, 614, 616, 618, 620, 622, 630, 632, 634, 643, 645, 647, 654, 656, 662, 668, 673, 678, 684, 689, 695, 701, 707, 712, 718, 724, 729, 735, 741, 751, 757, 762, 782, 784, 789, 791, 798, 801, 807, 812, 832, 834, 839, 841, 848, 851, 857, 862, 882, 884, 888, 891, 895, 898, 904, 909, 912, 914, 917, 919, 922, 925, 927, 931, 933, 936, 938, 941, 944, 946, 948, 950, 952, 960, 962, 964, 973, 975, 977, 979, 981, 989, 991, 993, 1002, 1004, 1006, 1012, 1018, 1020, 1026, 1032, 1037, 1042, 1048, 1053, 1058, 1061, 1069, 1071, 1084, 1086, 1092, 1097, 1104, 1113, 1119, 1124, 1135, 1148, 1154, 1159, 1179, 1181, 1186, 1188, 1195, 1198, 1204, 1209, 1229, 1231, 1236, 1238, 1245, 1248, 1254, 1259, 1279, 1281, 1287, 1290, 1296, 1299, 1305, 1310, 1313, 1315, 1318, 1320, 1323, 1326, 1328, 1331, 1333, 1336, 1338, 1341, 1344, 1346, 1348, 1350, 1352, 1360, 1362, 1364, 1372, 1374, 1376, 1378, 1380, 1388, 1390, 1392, 1400, 1402, 1404, 1409, 1412, 1420, 1422, 1428, 1434, 1439, 1444, 1450, 1455, 1461, 1467, 1473, 1479, 1484, 1491, 1497, 1503, 1508, 1514, 1520, 1530, 1536, 1541, 1561, 1563, 1568, 1570, 1577, 1580, 1586, 1591, 1611, 1613, 1618, 1620, 1627, 1630, 1636, 1641, 1661, 1663, 1668, 1671, 1676, 1679, 1685, 1690, 1693, 1695, 1698, 1700, 1703, 1706, 1708, 1712, 1714, 1717, 1719, 1722, 1725, 1727, 1729, 1731, 1733, 1741, 1743, 1745, 1754, 1756, 1758, 1760, 1762, 1770, 1772, 1774, 1783, 1785, 1787, 1793, 1799, 1805, 1807, 1813, 1819, 1824, 1829, 1831, 1837, 1842, 1855, 1861, 1866, 1873, 1881, 1888, 1894, 1899, 1910, 1923, 1929, 1934, 1954, 1956, 1961, 1963, 1970, 1973, 1979, 1984, 2004, 2006, 2011, 2013, 2019, 2022, 2028, 2033, 2053, 2055, 2061, 2064, 2069, 2072, 2078, 2083, 2086, 2088, 2091, 2093, 2096, 2099, 2101, 2104, 2106, 2109, 2111, 2114, 2117, 2119, 2121, 2123, 2125, 2133, 2135, 2137, 2145, 2147, 2149, 2151, 2153, 2161, 2163, 2165, 2173, 2175, 2177, 2190, 2192, 2198, 2204, 2209, 2214, 2216, 2222, 2227, 2233, 2241, 2247, 2252, 2259, 2265, 2270, 2277, 2283, 2289, 2294, 2314, 2316, 2321, 2323, 2330, 2333, 2339, 2344, 2364, 2366, 2371, 2373, 2379, 2382, 2388, 2393, 2413, 2415, 2420, 2423, 2429, 2432, 2438, 2443, 2446, 2448, 2451, 2453, 2456, 2459, 2461, 2465, 2467, 2470, 2472, 2475, 2478, 2480, 2482, 2484, 2486, 2494, 2496, 2498, 2507, 2509, 2511, 2513, 2515, 2523, 2525, 2527, 2536, 2538, 2540, 2546, 2554, 2556, 2562, 2568, 2573, 2578, 2580, 2586, 2591, 2597, 2605, 2611, 2616, 2622, 2628, 2633, 2639, 2645, 2655, 2661, 2666, 2686, 2688, 2693, 2695, 2702, 2705, 2711, 2716, 2736, 2738, 2743, 2745, 2752, 2755, 2761, 2766, 2786, 2788, 2793, 2796, 2801, 2804, 2810, 2815, 2818, 2820, 2823, 2825, 2828, 2831, 2833, 2837, 2839, 2842, 2844, 2847, 2850, 2852, 2854, 2856, 2858, 2866, 2868, 2870, 2879, 2881, 2883, 2885, 2887, 2895, 2897, 2899, 2908, 2910, 2912, 2918, 2926, 2928, 2934, 2940, 2945, 2950, 2952, 2958, 2963, 2976, 2982, 2987, 2994, 3001, 3007, 3012, 3023, 3036, 3042, 3047, 3067, 3069, 3074, 3076, 3083, 3086, 3092, 3097, 3117, 3119, 3124, 3126, 3132, 3135, 3141, 3146, 3166, 3168, 3174, 3177, 3183, 3186, 3192, 3197, 3200, 3202, 3205, 3207, 3210, 3213, 3215, 3218, 3220, 3223, 3225, 3228, 3231, 3233, 3235, 3237, 3239, 3247, 3249, 3251, 3259, 3261, 3263, 3265, 3267, 3275, 3277, 3279, 3287, 3289, 3291, 3304, 3306, 3312, 3318, 3323, 3328, 3330, 3336, 3341, 3346, 3351, 3357, 3362, 3368, 3374, 3379, 3385, 3391, 3401, 3407, 3412, 3432, 3434, 3439, 3441, 3448, 3451, 3457, 3462, 3482, 3484, 3489, 3491, 3497, 3500, 3506, 3511, 3531, 3533, 3538, 3541, 3546, 3549, 3555, 3560, 3563, 3565, 3568, 3570, 3573, 3576, 3578, 3582, 3584, 3587, 3589, 3592, 3595, 3597, 3599, 3601, 3603, 3611, 3613, 3615, 3624, 3626, 3628, 3630, 3632, 3640, 3642, 3644, 3653, 3655, 3657, 3662, 3667, 3669, 3675, 3681, 3686, 3691, 3694, 3700, 3705, 3711, 3716, 3722, 3727, 3734, 3740, 3745, 3751, 3757, 3767, 3773, 3778, 3798, 3800, 3805, 3807, 3814, 3817, 3823, 3828, 3848, 3850, 3855, 3857, 3863, 3866, 3872, 3877, 3897, 3899, 3904, 3907, 3912, 3915, 3921, 3926, 3929, 3931, 3934, 3936, 3939, 3942, 3944, 3948, 3950, 3953, 3955, 3958, 3961, 3963, 3965, 3967, 3969, 3977 ] }
64df0d5083ef4f0ebfde501899c266c2
mount in alaska the highest in n america
{ "tokens": [ "mount", "in", "alaska", "the", "highest", "in", "n", "america" ], "offsets": [ 0, 6, 9, 16, 20, 28, 31, 33 ] }
{ "text": [ "Denali" ], "char_spans": [ { "start": [ 309 ], "end": [ 314 ] } ], "token_spans": [ { "start": [ 49 ], "end": [ 49 ] } ] }
[ "Denali" ]
NaturalQuestionsShort
<P> An ignition coil ( also called a spark coil ) is an induction coil in an automobile 's ignition system that transforms the battery 's low voltage to the thousands of volts needed to create an electric spark in the spark plugs to ignite the fuel . Some coils have an internal resistor , while others rely on a resistor wire or an external resistor to limit the current flowing into the coil from the car 's 12 - volt supply . The wire that goes from the ignition coil to the distributor and the high voltage wires that go from the distributor to each of the spark plugs are called spark plug wires or high tension leads . Originally , every ignition coil system required mechanical contact breaker points and a capacitor ( condenser ) . More recent electronic ignition systems use a power transistor to provide pulses to the ignition coil . A modern passenger automobile may use one ignition coil for each engine cylinder ( or pair of cylinders ) , eliminating fault - prone spark plug cables and a distributor to route the high voltage pulses . </P>
{ "tokens": [ "<P>", "An", "ignition", "coil", "(", "also", "called", "a", "spark", "coil", ")", "is", "an", "induction", "coil", "in", "an", "automobile", "'s", "ignition", "system", "that", "transforms", "the", "battery", "'s", "low", "voltage", "to", "the", "thousands", "of", "volts", "needed", "to", "create", "an", "electric", "spark", "in", "the", "spark", "plugs", "to", "ignite", "the", "fuel", ".", "Some", "coils", "have", "an", "internal", "resistor", ",", "while", "others", "rely", "on", "a", "resistor", "wire", "or", "an", "external", "resistor", "to", "limit", "the", "current", "flowing", "into", "the", "coil", "from", "the", "car", "'s", "12", "-", "volt", "supply", ".", "The", "wire", "that", "goes", "from", "the", "ignition", "coil", "to", "the", "distributor", "and", "the", "high", "voltage", "wires", "that", "go", "from", "the", "distributor", "to", "each", "of", "the", "spark", "plugs", "are", "called", "spark", "plug", "wires", "or", "high", "tension", "leads", ".", "Originally", ",", "every", "ignition", "coil", "system", "required", "mechanical", "contact", "breaker", "points", "and", "a", "capacitor", "(", "condenser", ")", ".", "More", "recent", "electronic", "ignition", "systems", "use", "a", "power", "transistor", "to", "provide", "pulses", "to", "the", "ignition", "coil", ".", "A", "modern", "passenger", "automobile", "may", "use", "one", "ignition", "coil", "for", "each", "engine", "cylinder", "(", "or", "pair", "of", "cylinders", ")", ",", "eliminating", "fault", "-", "prone", "spark", "plug", "cables", "and", "a", "distributor", "to", "route", "the", "high", "voltage", "pulses", ".", "</P>" ], "offsets": [ 0, 4, 7, 16, 21, 23, 28, 35, 37, 43, 48, 50, 53, 56, 66, 71, 74, 77, 88, 91, 100, 107, 112, 123, 127, 135, 138, 142, 150, 153, 157, 167, 170, 176, 183, 186, 193, 196, 205, 211, 214, 218, 224, 230, 233, 240, 244, 249, 251, 256, 262, 267, 270, 279, 288, 290, 296, 303, 308, 311, 313, 322, 327, 330, 333, 342, 351, 354, 360, 364, 372, 380, 385, 389, 394, 399, 403, 407, 410, 413, 415, 420, 427, 429, 433, 438, 443, 448, 453, 457, 466, 471, 474, 478, 490, 494, 498, 503, 511, 517, 522, 525, 530, 534, 546, 549, 554, 557, 561, 567, 573, 577, 584, 590, 595, 601, 604, 609, 617, 623, 625, 636, 638, 644, 653, 658, 665, 674, 685, 693, 701, 708, 712, 714, 724, 726, 736, 738, 740, 745, 752, 763, 772, 780, 784, 786, 792, 803, 806, 814, 821, 824, 828, 837, 842, 844, 846, 853, 863, 874, 878, 882, 886, 895, 900, 904, 909, 916, 925, 927, 930, 935, 938, 948, 950, 952, 964, 970, 972, 978, 984, 989, 996, 1000, 1002, 1014, 1017, 1023, 1027, 1032, 1040, 1047, 1049 ] }
0d2fb253a3bb412392cd9a517edf6732
how does a coil work in a car
{ "tokens": [ "how", "does", "a", "coil", "work", "in", "a", "car" ], "offsets": [ 0, 4, 9, 11, 16, 21, 24, 26 ] }
{ "text": [ "transforms the battery 's low voltage to the thousands of volts needed to create an electric spark in the spark plugs to ignite the fuel" ], "char_spans": [ { "start": [ 112 ], "end": [ 247 ] } ], "token_spans": [ { "start": [ 22 ], "end": [ 46 ] } ] }
[ "transforms the battery 's low voltage to the thousands of volts needed to create an electric spark in the spark plugs to ignite the fuel" ]
NaturalQuestionsShort
<P> Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input - output pairs . It infers a function from labeled training data consisting of a set of training examples . In supervised learning , each example is a pair consisting of an input object ( typically a vector ) and a desired output value ( also called the supervisory signal ) . A supervised learning algorithm analyzes the training data and produces an inferred function , which can be used for mapping new examples . An optimal scenario will allow for the algorithm to correctly determine the class labels for unseen instances . This requires the learning algorithm to generalize from the training data to unseen situations in a `` reasonable '' way ( see inductive bias ) . </P>
{ "tokens": [ "<P>", "Supervised", "learning", "is", "the", "machine", "learning", "task", "of", "learning", "a", "function", "that", "maps", "an", "input", "to", "an", "output", "based", "on", "example", "input", "-", "output", "pairs", ".", "It", "infers", "a", "function", "from", "labeled", "training", "data", "consisting", "of", "a", "set", "of", "training", "examples", ".", "In", "supervised", "learning", ",", "each", "example", "is", "a", "pair", "consisting", "of", "an", "input", "object", "(", "typically", "a", "vector", ")", "and", "a", "desired", "output", "value", "(", "also", "called", "the", "supervisory", "signal", ")", ".", "A", "supervised", "learning", "algorithm", "analyzes", "the", "training", "data", "and", "produces", "an", "inferred", "function", ",", "which", "can", "be", "used", "for", "mapping", "new", "examples", ".", "An", "optimal", "scenario", "will", "allow", "for", "the", "algorithm", "to", "correctly", "determine", "the", "class", "labels", "for", "unseen", "instances", ".", "This", "requires", "the", "learning", "algorithm", "to", "generalize", "from", "the", "training", "data", "to", "unseen", "situations", "in", "a", "``", "reasonable", "''", "way", "(", "see", "inductive", "bias", ")", ".", "</P>" ], "offsets": [ 0, 4, 15, 24, 27, 31, 39, 48, 53, 56, 65, 67, 76, 81, 86, 89, 95, 98, 101, 108, 114, 117, 125, 131, 133, 140, 146, 148, 151, 158, 160, 169, 174, 182, 191, 196, 207, 210, 212, 216, 219, 228, 237, 239, 242, 253, 262, 264, 269, 277, 280, 282, 287, 298, 301, 304, 310, 317, 319, 329, 331, 338, 340, 344, 346, 354, 361, 367, 369, 374, 381, 385, 397, 404, 406, 408, 410, 421, 430, 440, 449, 453, 462, 467, 471, 480, 483, 492, 501, 503, 509, 513, 516, 521, 525, 533, 537, 546, 548, 551, 559, 568, 573, 579, 583, 587, 597, 600, 610, 620, 624, 630, 637, 641, 648, 658, 660, 665, 674, 678, 687, 697, 700, 711, 716, 720, 729, 734, 737, 744, 755, 758, 760, 763, 774, 777, 781, 783, 787, 797, 802, 804, 806 ] }
fb0d17d668d3436e9dcf939ce8a4a674
machine learning task of inferring a function from labelled training data is known as
{ "tokens": [ "machine", "learning", "task", "of", "inferring", "a", "function", "from", "labelled", "training", "data", "is", "known", "as" ], "offsets": [ 0, 8, 17, 22, 25, 35, 37, 46, 51, 60, 69, 74, 77, 83 ] }
{ "text": [ "Supervised learning" ], "char_spans": [ { "start": [ 4 ], "end": [ 22 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 2 ] } ] }
[ "Supervised learning" ]
NaturalQuestionsShort
<P> The fifth season is set to begin airing in late 2017 , over 22 episodes , after Marvel 's Inhumans has finished airing its episodes . </P>
{ "tokens": [ "<P>", "The", "fifth", "season", "is", "set", "to", "begin", "airing", "in", "late", "2017", ",", "over", "22", "episodes", ",", "after", "Marvel", "'s", "Inhumans", "has", "finished", "airing", "its", "episodes", ".", "</P>" ], "offsets": [ 0, 4, 8, 14, 21, 24, 28, 31, 37, 44, 47, 52, 57, 59, 64, 67, 76, 78, 84, 91, 94, 103, 107, 116, 123, 127, 136, 138 ] }
1a5aa30f5de94070b890e9b31663de13
when is the 5th season of agents of shield
{ "tokens": [ "when", "is", "the", "5th", "season", "of", "agents", "of", "shield" ], "offsets": [ 0, 5, 8, 12, 16, 23, 26, 33, 36 ] }
{ "text": [ "late 2017" ], "char_spans": [ { "start": [ 47 ], "end": [ 55 ] } ], "token_spans": [ { "start": [ 10 ], "end": [ 11 ] } ] }
[ "late 2017" ]
NaturalQuestionsShort
<P> The location of the small , uncharted island in the last shot of the film is Butter Island off North Haven , Maine in the Penobscot Bay . </P>
{ "tokens": [ "<P>", "The", "location", "of", "the", "small", ",", "uncharted", "island", "in", "the", "last", "shot", "of", "the", "film", "is", "Butter", "Island", "off", "North", "Haven", ",", "Maine", "in", "the", "Penobscot", "Bay", ".", "</P>" ], "offsets": [ 0, 4, 8, 17, 20, 24, 30, 32, 42, 49, 52, 56, 61, 66, 69, 73, 78, 81, 88, 95, 99, 105, 111, 113, 119, 122, 126, 136, 140, 142 ] }
c0eac787de524a7389ded0266ae11113
where was the last scene of minority report filmed
{ "tokens": [ "where", "was", "the", "last", "scene", "of", "minority", "report", "filmed" ], "offsets": [ 0, 6, 10, 14, 19, 25, 28, 37, 44 ] }
{ "text": [ "Butter Island off North Haven , Maine in the Penobscot Bay" ], "char_spans": [ { "start": [ 81 ], "end": [ 138 ] } ], "token_spans": [ { "start": [ 17 ], "end": [ 27 ] } ] }
[ "Butter Island off North Haven , Maine in the Penobscot Bay" ]
NaturalQuestionsShort
<Table> <Tr> <Th colspan="2"> Rapid City Mni Lúzahaŋ Otȟúŋwahe </Th> </Tr> <Tr> <Td colspan="2"> City </Td> </Tr> <Tr> <Td colspan="2"> City of Rapid City </Td> </Tr> <Tr> <Td colspan="2"> Downtown Rapid City </Td> </Tr> <Tr> <Td colspan="2"> Nickname ( s ) : Gateway to the Black Hills , City of Presidents </Td> </Tr> <Tr> <Td colspan="2"> Location in Pennington County and the state of South Dakota </Td> </Tr> <Tr> <Td colspan="2"> Rapid City Location in the United States </Td> </Tr> <Tr> <Td colspan="2"> Coordinates : 44 ° 04 ′ 34 '' N 103 ° 13 ′ 41 '' W  /  44.076 ° N 103.228 ° W  / 44.076 ; - 103.228 Coordinates : 44 ° 04 ′ 34 '' N 103 ° 13 ′ 41 '' W  /  44.076 ° N 103.228 ° W  / 44.076 ; - 103.228 </Td> </Tr> <Tr> <Th> Country </Th> <Td> United States </Td> </Tr> <Tr> <Th> State </Th> <Td> South Dakota </Td> </Tr> <Tr> <Th> County </Th> <Td> Pennington </Td> </Tr> <Tr> <Th> Founded </Th> <Td> 1876 </Td> </Tr> <Tr> <Th> Incorporated </Th> <Td> February 1883 </Td> </Tr> <Tr> <Th colspan="2"> Government </Th> </Tr> <Tr> <Th> Mayor </Th> <Td> Steve Allender </Td> </Tr> <Tr> <Th colspan="2"> Area </Th> </Tr> <Tr> <Th> City </Th> <Td> 55.49 sq mi ( 143.72 km ) </Td> </Tr> <Tr> <Th> Land </Th> <Td> 55.41 sq mi ( 143.51 km ) </Td> </Tr> <Tr> <Th> Water </Th> <Td> 0.08 sq mi ( 0.21 km ) </Td> </Tr> <Tr> <Th> Elevation </Th> <Td> 3,202 ft ( 976 m ) </Td> </Tr> <Tr> <Th colspan="2"> Population ( 2010 ) </Th> </Tr> <Tr> <Th> City </Th> <Td> 67,956 </Td> </Tr> <Tr> <Th> Estimate ( 2015 ) </Th> <Td> 73,569 </Td> </Tr> <Tr> <Th> Rank </Th> <Td> US : 471st </Td> </Tr> <Tr> <Th> Density </Th> <Td> 1,226.4 / sq mi ( 473.5 / km ) </Td> </Tr> <Tr> <Th> Metro </Th> <Td> 144,134 ( US : 285th ) </Td> </Tr> <Tr> <Th> Time zone </Th> <Td> Mountain ( UTC − 7 ) </Td> </Tr> <Tr> <Th> Summer ( DST ) </Th> <Td> Mountain ( UTC − 6 ) </Td> </Tr> <Tr> <Th> Zip code </Th> <Td> 57701 , 57702 , 57703 , 57704 , 57709 </Td> </Tr> <Tr> <Th> Area code ( s ) </Th> <Td> 605 </Td> </Tr> <Tr> <Th> FIPS code </Th> <Td> 46 - 52980 </Td> </Tr> <Tr> <Th> GNIS feature ID </Th> <Td> 1265333 </Td> </Tr> <Tr> <Th> Website </Th> <Td> www.rcgov.org </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "<Tr>", "<Th", "colspan=\"2\">", "Rapid", "City", "Mni", "Lúzahaŋ", "Otȟúŋwahe", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "City", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "City", "of", "Rapid", "City", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "Downtown", "Rapid", "City", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "Nickname", "(", "s", ")", ":", "Gateway", "to", "the", "Black", "Hills", ",", "City", "of", "Presidents", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "Location", "in", "Pennington", "County", "and", "the", "state", "of", "South", "Dakota", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "Rapid", "City", "Location", "in", "the", "United", "States", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "Coordinates", ":", "44", "°", "04", "′", "34", "''", "N", "103", "°", "13", "′", "41", "''", "W", "", "/", "", "44.076", "°", "N", "103.228", "°", "W", "", "/", "44.076", ";", "-", "103.228", "Coordinates", ":", "44", "°", "04", "′", "34", "''", "N", "103", "°", "13", "′", "41", "''", "W", "", "/", "", "44.076", "°", "N", "103.228", "°", "W", "", "/", "44.076", ";", "-", "103.228", "</Td>", "</Tr>", "<Tr>", "<Th>", "Country", "</Th>", "<Td>", "United", "States", "</Td>", "</Tr>", "<Tr>", "<Th>", "State", "</Th>", "<Td>", "South", "Dakota", "</Td>", "</Tr>", "<Tr>", "<Th>", "County", "</Th>", "<Td>", "Pennington", "</Td>", "</Tr>", "<Tr>", "<Th>", "Founded", "</Th>", "<Td>", "1876", "</Td>", "</Tr>", "<Tr>", "<Th>", "Incorporated", "</Th>", "<Td>", "February", "1883", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Government", "</Th>", "</Tr>", "<Tr>", "<Th>", "Mayor", "</Th>", "<Td>", "Steve", "Allender", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Area", "</Th>", "</Tr>", "<Tr>", "<Th>", "City", "</Th>", "<Td>", "55.49", "sq", "mi", "(", "143.72", "km", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Land", "</Th>", "<Td>", "55.41", "sq", "mi", "(", "143.51", "km", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Water", "</Th>", "<Td>", "0.08", "sq", "mi", "(", "0.21", "km", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Elevation", "</Th>", "<Td>", "3,202", "ft", "(", "976", "m", ")", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Population", "(", "2010", ")", "</Th>", "</Tr>", "<Tr>", "<Th>", "City", "</Th>", "<Td>", "67,956", "</Td>", "</Tr>", "<Tr>", "<Th>", "Estimate", "(", "2015", ")", "</Th>", "<Td>", "73,569", "</Td>", "</Tr>", "<Tr>", "<Th>", "Rank", "</Th>", "<Td>", "US", ":", "471st", "</Td>", "</Tr>", "<Tr>", "<Th>", "Density", "</Th>", "<Td>", "1,226.4", "/", "sq", "mi", "(", "473.5", "/", "km", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Metro", "</Th>", "<Td>", "144,134", "(", "US", ":", "285th", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Time", "zone", "</Th>", "<Td>", "Mountain", "(", "UTC", "−", "7", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Summer", "(", "DST", ")", "</Th>", "<Td>", "Mountain", "(", "UTC", "−", "6", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Zip", "code", "</Th>", "<Td>", "57701", ",", "57702", ",", "57703", ",", "57704", ",", "57709", "</Td>", "</Tr>", "<Tr>", "<Th>", "Area", "code", "(", "s", ")", "</Th>", "<Td>", "605", "</Td>", "</Tr>", "<Tr>", "<Th>", "FIPS", "code", "</Th>", "<Td>", "46", "-", "52980", "</Td>", "</Tr>", "<Tr>", "<Th>", "GNIS", "feature", "ID", "</Th>", "<Td>", "1265333", "</Td>", "</Tr>", "<Tr>", "<Th>", "Website", "</Th>", "<Td>", "www.rcgov.org", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 13, 17, 30, 36, 41, 45, 53, 63, 69, 75, 80, 84, 97, 102, 108, 114, 119, 123, 136, 141, 144, 150, 155, 161, 167, 172, 176, 189, 198, 204, 209, 215, 221, 226, 230, 243, 252, 254, 256, 258, 260, 268, 271, 275, 281, 287, 289, 294, 297, 308, 314, 320, 325, 329, 342, 351, 354, 365, 372, 376, 380, 386, 389, 395, 402, 408, 414, 419, 423, 436, 442, 447, 456, 459, 463, 470, 477, 483, 489, 494, 498, 511, 523, 525, 528, 530, 533, 535, 538, 541, 543, 547, 549, 552, 554, 557, 560, 562, 564, 566, 568, 575, 577, 579, 587, 589, 591, 593, 595, 602, 604, 606, 614, 626, 628, 631, 633, 636, 638, 641, 644, 646, 650, 652, 655, 657, 660, 663, 665, 667, 669, 671, 678, 680, 682, 690, 692, 694, 696, 698, 705, 707, 709, 717, 723, 729, 734, 739, 747, 753, 758, 765, 772, 778, 784, 789, 794, 800, 806, 811, 817, 824, 830, 836, 841, 846, 853, 859, 864, 875, 881, 887, 892, 897, 905, 911, 916, 921, 927, 933, 938, 943, 956, 962, 967, 976, 981, 987, 993, 998, 1002, 1015, 1026, 1032, 1038, 1043, 1048, 1054, 1060, 1065, 1071, 1080, 1086, 1092, 1097, 1101, 1114, 1119, 1125, 1131, 1136, 1141, 1146, 1152, 1157, 1163, 1166, 1169, 1171, 1178, 1181, 1183, 1189, 1195, 1200, 1205, 1210, 1216, 1221, 1227, 1230, 1233, 1235, 1242, 1245, 1247, 1253, 1259, 1264, 1269, 1275, 1281, 1286, 1291, 1294, 1297, 1299, 1304, 1307, 1309, 1315, 1321, 1326, 1331, 1341, 1347, 1352, 1358, 1361, 1363, 1367, 1369, 1371, 1377, 1383, 1388, 1392, 1405, 1416, 1418, 1423, 1425, 1431, 1437, 1442, 1447, 1452, 1458, 1463, 1470, 1476, 1482, 1487, 1492, 1501, 1503, 1508, 1510, 1516, 1521, 1528, 1534, 1540, 1545, 1550, 1555, 1561, 1566, 1569, 1571, 1577, 1583, 1589, 1594, 1599, 1607, 1613, 1618, 1626, 1628, 1631, 1634, 1636, 1642, 1644, 1647, 1649, 1655, 1661, 1666, 1671, 1677, 1683, 1688, 1696, 1698, 1701, 1703, 1709, 1711, 1717, 1723, 1728, 1733, 1738, 1743, 1749, 1754, 1763, 1765, 1769, 1771, 1773, 1775, 1781, 1787, 1792, 1797, 1804, 1806, 1810, 1812, 1818, 1823, 1832, 1834, 1838, 1840, 1842, 1844, 1850, 1856, 1861, 1866, 1870, 1875, 1881, 1886, 1892, 1894, 1900, 1902, 1908, 1910, 1916, 1918, 1924, 1930, 1936, 1941, 1946, 1951, 1956, 1958, 1960, 1962, 1968, 1973, 1977, 1983, 1989, 1994, 1999, 2004, 2009, 2015, 2020, 2023, 2025, 2031, 2037, 2043, 2048, 2053, 2058, 2066, 2069, 2075, 2080, 2088, 2094, 2100, 2105, 2110, 2118, 2124, 2129, 2143, 2149, 2155 ] }
0cf9056dd1af43659eedb73157e27187
what is the altitude of rapid city south dakota
{ "tokens": [ "what", "is", "the", "altitude", "of", "rapid", "city", "south", "dakota" ], "offsets": [ 0, 5, 8, 12, 21, 24, 30, 35, 41 ] }
{ "text": [ "3,202 ft ( 976 m )" ], "char_spans": [ { "start": [ 1352 ], "end": [ 1369 ] } ], "token_spans": [ { "start": [ 258 ], "end": [ 263 ] } ] }
[ "3,202 ft ( 976 m )" ]
NaturalQuestionsShort
<Table> <Tr> <Th colspan="2"> Adelaide Football Club </Th> </Tr> <Tr> <Td colspan="2"> </Td> </Tr> <Tr> <Th colspan="2"> Names </Th> </Tr> <Tr> <Th> Full name </Th> <Td> Adelaide Football Club </Td> </Tr> <Tr> <Th> Nickname ( s ) </Th> <Td> Crows </Td> </Tr> <Tr> <Th> Motto </Th> <Td> Natus Ad Magna Gerenda ( `` Born to Great Things '' ) , `` We Fly As One '' </Td> </Tr> <Tr> <Th colspan="2"> 2017 season </Th> </Tr> <Tr> <Th> After finals </Th> <Td> 2nd </Td> </Tr> <Tr> <Th> Home - and - away season </Th> <Td> 1st </Td> </Tr> <Tr> <Th> Leading goalkicker </Th> <Td> Eddie Betts ( 55 ) </Td> </Tr> <Tr> <Th> Malcolm Blight Medal </Th> <Td> Matt Crouch </Td> </Tr> <Tr> <Th colspan="2"> Club details </Th> </Tr> <Tr> <Th> Founded </Th> <Td> </Td> </Tr> <Tr> <Th> Colours </Th> <Td> Navy blue Red Gold </Td> </Tr> <Tr> <Th> Competition </Th> <Td> Australian Football League Senior Men 's Competition AFL Women 's Senior Women 's Competition South Australian National Football League Men 's Reserves Team </Td> </Tr> <Tr> <Th> Chairman </Th> <Td> Rob Chapman </Td> </Tr> <Tr> <Th> CEO </Th> <Td> Andrew Fagan </Td> </Tr> <Tr> <Th> Coach </Th> <Td> AFL : Don Pyke AFLW : Bec Goddard SANFL : Ryan O'Keefe </Td> </Tr> <Tr> <Th> Captain ( s ) </Th> <Td> AFL : Taylor Walker AFLW : Erin Phillips and Chelsea Randall SANFL : Hugh Greenwood and Alex Keath </Td> </Tr> <Tr> <Th> Premierships </Th> <Td> AFL : 2 ( 1997 , 1998 ) AFLW : 1 ( 2017 ) </Td> </Tr> <Tr> <Th> Ground ( s ) </Th> <Td> Adelaide Oval </Td> </Tr> <Tr> <Th> Former ground ( s ) </Th> <Td> Football Park ( 1991 -- 2013 ) </Td> </Tr> <Tr> <Th> Training ground ( s ) </Th> <Td> Football Park </Td> </Tr> <Tr> <Th colspan="2"> Uniforms </Th> </Tr> <Tr> <Td colspan="2"> </Td> </Tr> <Tr> <Td colspan="2"> <Table> <Tr> <Td> Home </Td> <Td> Away </Td> <Td> Alternate </Td> </Tr> </Table> </Td> </Tr> <Tr> <Td colspan="2"> </Td> </Tr> <Tr> <Th colspan="2"> Other information </Th> </Tr> <Tr> <Th> Official website </Th> <Td> afc.com.au </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "<Tr>", "<Th", "colspan=\"2\">", "Adelaide", "Football", "Club", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Names", "</Th>", "</Tr>", "<Tr>", "<Th>", "Full", "name", "</Th>", "<Td>", "Adelaide", "Football", "Club", "</Td>", "</Tr>", "<Tr>", "<Th>", "Nickname", "(", "s", ")", "</Th>", "<Td>", "Crows", "</Td>", "</Tr>", "<Tr>", "<Th>", "Motto", "</Th>", "<Td>", "Natus", "Ad", "Magna", "Gerenda", "(", "``", "Born", "to", "Great", "Things", "''", ")", ",", "``", "We", "Fly", "As", "One", "''", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "2017", "season", "</Th>", "</Tr>", "<Tr>", "<Th>", "After", "finals", "</Th>", "<Td>", "2nd", "</Td>", "</Tr>", "<Tr>", "<Th>", "Home", "-", "and", "-", "away", "season", "</Th>", "<Td>", "1st", "</Td>", "</Tr>", "<Tr>", "<Th>", "Leading", "goalkicker", "</Th>", "<Td>", "Eddie", "Betts", "(", "55", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Malcolm", "Blight", "Medal", "</Th>", "<Td>", "Matt", "Crouch", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Club", "details", "</Th>", "</Tr>", "<Tr>", "<Th>", "Founded", "</Th>", "<Td>", "</Td>", "</Tr>", "<Tr>", "<Th>", "Colours", "</Th>", "<Td>", "Navy", "blue", "Red", "Gold", "</Td>", "</Tr>", "<Tr>", "<Th>", "Competition", "</Th>", "<Td>", "Australian", "Football", "League", "Senior", "Men", "'s", "Competition", "AFL", "Women", "'s", "Senior", "Women", "'s", "Competition", "South", "Australian", "National", "Football", "League", "Men", "'s", "Reserves", "Team", "</Td>", "</Tr>", "<Tr>", "<Th>", "Chairman", "</Th>", "<Td>", "Rob", "Chapman", "</Td>", "</Tr>", "<Tr>", "<Th>", "CEO", "</Th>", "<Td>", "Andrew", "Fagan", "</Td>", "</Tr>", "<Tr>", "<Th>", "Coach", "</Th>", "<Td>", "AFL", ":", "Don", "Pyke", "AFLW", ":", "Bec", "Goddard", "SANFL", ":", "Ryan", "O'Keefe", "</Td>", "</Tr>", "<Tr>", "<Th>", "Captain", "(", "s", ")", "</Th>", "<Td>", "AFL", ":", "Taylor", "Walker", "AFLW", ":", "Erin", "Phillips", "and", "Chelsea", "Randall", "SANFL", ":", "Hugh", "Greenwood", "and", "Alex", "Keath", "</Td>", "</Tr>", "<Tr>", "<Th>", "Premierships", "</Th>", "<Td>", "AFL", ":", "2", "(", "1997", ",", "1998", ")", "AFLW", ":", "1", "(", "2017", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Ground", "(", "s", ")", "</Th>", "<Td>", "Adelaide", "Oval", "</Td>", "</Tr>", "<Tr>", "<Th>", "Former", "ground", "(", "s", ")", "</Th>", "<Td>", "Football", "Park", "(", "1991", "--", "2013", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Training", "ground", "(", "s", ")", "</Th>", "<Td>", "Football", "Park", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Uniforms", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "<Table>", "<Tr>", "<Td>", "Home", "</Td>", "<Td>", "Away", "</Td>", "<Td>", "Alternate", "</Td>", "</Tr>", "</Table>", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Other", "information", "</Th>", "</Tr>", "<Tr>", "<Th>", "Official", "website", "</Th>", "<Td>", "afc.com.au", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 13, 17, 30, 39, 48, 53, 59, 65, 70, 74, 87, 93, 99, 104, 108, 121, 127, 133, 139, 144, 149, 154, 159, 165, 170, 179, 188, 193, 199, 205, 210, 215, 224, 226, 228, 230, 236, 241, 247, 253, 259, 264, 269, 275, 281, 286, 292, 295, 301, 309, 311, 314, 319, 322, 328, 335, 338, 340, 342, 345, 348, 352, 355, 359, 362, 368, 374, 379, 383, 396, 401, 408, 414, 420, 425, 430, 436, 443, 449, 454, 458, 464, 470, 475, 480, 485, 487, 491, 493, 498, 505, 511, 516, 520, 526, 532, 537, 542, 550, 561, 567, 572, 578, 584, 586, 589, 591, 597, 603, 608, 613, 621, 628, 634, 640, 645, 650, 657, 663, 669, 674, 678, 691, 696, 704, 710, 716, 721, 726, 734, 740, 745, 751, 757, 762, 767, 775, 781, 786, 791, 796, 800, 805, 811, 817, 822, 827, 839, 845, 850, 861, 870, 877, 884, 888, 891, 903, 907, 913, 916, 923, 929, 932, 944, 950, 961, 970, 979, 986, 990, 993, 1002, 1007, 1013, 1019, 1024, 1029, 1038, 1044, 1049, 1053, 1061, 1067, 1073, 1078, 1083, 1087, 1093, 1098, 1105, 1111, 1117, 1123, 1128, 1133, 1139, 1145, 1150, 1154, 1156, 1160, 1165, 1170, 1172, 1176, 1184, 1190, 1192, 1197, 1205, 1211, 1217, 1222, 1227, 1235, 1237, 1239, 1241, 1247, 1252, 1256, 1258, 1265, 1272, 1277, 1279, 1284, 1293, 1297, 1305, 1313, 1319, 1321, 1326, 1336, 1340, 1345, 1351, 1357, 1363, 1368, 1373, 1386, 1392, 1397, 1401, 1403, 1405, 1407, 1412, 1414, 1419, 1421, 1426, 1428, 1430, 1432, 1437, 1439, 1445, 1451, 1456, 1461, 1468, 1470, 1472, 1474, 1480, 1485, 1494, 1499, 1505, 1511, 1516, 1521, 1528, 1535, 1537, 1539, 1541, 1547, 1552, 1561, 1566, 1568, 1573, 1576, 1581, 1583, 1589, 1595, 1600, 1605, 1614, 1621, 1623, 1625, 1627, 1633, 1638, 1647, 1652, 1658, 1664, 1669, 1673, 1686, 1695, 1701, 1707, 1712, 1716, 1729, 1735, 1741, 1746, 1750, 1763, 1771, 1776, 1781, 1786, 1792, 1797, 1802, 1808, 1813, 1823, 1829, 1835, 1844, 1850, 1856, 1861, 1865, 1878, 1884, 1890, 1895, 1899, 1912, 1918, 1930, 1936, 1942, 1947, 1952, 1961, 1969, 1975, 1980, 1991, 1997, 2003 ] }
efcdbf05a369425ea5934d1eec771fc6
when was the last time adelaide crows won a premiership
{ "tokens": [ "when", "was", "the", "last", "time", "adelaide", "crows", "won", "a", "premiership" ], "offsets": [ 0, 5, 9, 13, 18, 23, 32, 38, 42, 44 ] }
{ "text": [ "1998" ], "char_spans": [ { "start": [ 1414 ], "end": [ 1417 ] } ], "token_spans": [ { "start": [ 252 ], "end": [ 252 ] } ] }
[ "1998" ]
NaturalQuestionsShort
<Ul> <Li> Jonathan Breck as the Creeper </Li> <Li> Meg Foster as Gaylen Brandon </Li> <Li> Gabrielle Haugh as Addison Brandon </Li> <Li> Stan Shaw as Sheriff Dan Tashtego </Li> <Li> Joyce Giraud as Deputy Dana Lang </Li> <Li> Jordan Salloum as Kenny Brandon </Li> <Li> Ryan Moore as Kirk Mathers </Li> <Li> Brandon Smith as Sergeant Davis Tubbs </Li> <Li> Gina Philips as Patricia `` Trish '' Jenner ( cameo ) </Li> </Ul>
{ "tokens": [ "<Ul>", "<Li>", "Jonathan", "Breck", "as", "the", "Creeper", "</Li>", "<Li>", "Meg", "Foster", "as", "Gaylen", "Brandon", "</Li>", "<Li>", "Gabrielle", "Haugh", "as", "Addison", "Brandon", "</Li>", "<Li>", "Stan", "Shaw", "as", "Sheriff", "Dan", "Tashtego", "</Li>", "<Li>", "Joyce", "Giraud", "as", "Deputy", "Dana", "Lang", "</Li>", "<Li>", "Jordan", "Salloum", "as", "Kenny", "Brandon", "</Li>", "<Li>", "Ryan", "Moore", "as", "Kirk", "Mathers", "</Li>", "<Li>", "Brandon", "Smith", "as", "Sergeant", "Davis", "Tubbs", "</Li>", "<Li>", "Gina", "Philips", "as", "Patricia", "``", "Trish", "''", "Jenner", "(", "cameo", ")", "</Li>", "</Ul>" ], "offsets": [ 0, 5, 10, 19, 25, 28, 32, 40, 46, 51, 55, 62, 65, 72, 80, 86, 91, 101, 107, 110, 118, 126, 132, 137, 142, 147, 150, 158, 162, 171, 177, 182, 188, 195, 198, 205, 210, 215, 221, 226, 233, 241, 244, 250, 258, 264, 269, 274, 280, 283, 288, 296, 302, 307, 315, 321, 324, 333, 339, 345, 351, 356, 361, 369, 372, 381, 384, 390, 393, 400, 402, 408, 410, 416 ] }
a70989b2b9bb400088a995e3d2c94575
who plays the demon on jeepers creepers 3
{ "tokens": [ "who", "plays", "the", "demon", "on", "jeepers", "creepers", "3" ], "offsets": [ 0, 4, 10, 14, 20, 23, 31, 40 ] }
{ "text": [ "Jonathan Breck" ], "char_spans": [ { "start": [ 10 ], "end": [ 23 ] } ], "token_spans": [ { "start": [ 2 ], "end": [ 3 ] } ] }
[ "Jonathan Breck" ]
NaturalQuestionsShort
<P> Guardians of the Galaxy Vol. 2 premiered in Tokyo on April 10 , 2017 and was released in the United States on May 5 , 2017 , in 3D and IMAX 3D . It grossed more than $863 million worldwide , making it the seventh highest - grossing film of 2017 , while also outgrossing its predecessor . The film received generally positive reviews , particularly for its visuals , soundtrack and cast , though critics deemed it not as `` fresh '' as the original . It also received a nomination for Best Visual Effects at the 90th Academy Awards . A sequel , Guardians of the Galaxy Vol. 3 , is being developed , with Gunn returning to write and direct , and is scheduled to be released in 2020 . </P>
{ "tokens": [ "<P>", "Guardians", "of", "the", "Galaxy", "Vol.", "2", "premiered", "in", "Tokyo", "on", "April", "10", ",", "2017", "and", "was", "released", "in", "the", "United", "States", "on", "May", "5", ",", "2017", ",", "in", "3D", "and", "IMAX", "3D", ".", "It", "grossed", "more", "than", "$863", "million", "worldwide", ",", "making", "it", "the", "seventh", "highest", "-", "grossing", "film", "of", "2017", ",", "while", "also", "outgrossing", "its", "predecessor", ".", "The", "film", "received", "generally", "positive", "reviews", ",", "particularly", "for", "its", "visuals", ",", "soundtrack", "and", "cast", ",", "though", "critics", "deemed", "it", "not", "as", "``", "fresh", "''", "as", "the", "original", ".", "It", "also", "received", "a", "nomination", "for", "Best", "Visual", "Effects", "at", "the", "90th", "Academy", "Awards", ".", "A", "sequel", ",", "Guardians", "of", "the", "Galaxy", "Vol.", "3", ",", "is", "being", "developed", ",", "with", "Gunn", "returning", "to", "write", "and", "direct", ",", "and", "is", "scheduled", "to", "be", "released", "in", "2020", ".", "</P>" ], "offsets": [ 0, 4, 14, 17, 21, 28, 33, 35, 45, 48, 54, 57, 63, 66, 68, 73, 77, 81, 90, 93, 97, 104, 111, 114, 118, 120, 122, 127, 129, 132, 135, 139, 144, 147, 149, 152, 160, 165, 170, 175, 183, 193, 195, 202, 205, 209, 217, 225, 227, 236, 241, 244, 249, 251, 257, 262, 274, 278, 290, 292, 296, 301, 310, 320, 329, 337, 339, 352, 356, 360, 368, 370, 381, 385, 390, 392, 399, 407, 414, 417, 421, 424, 427, 433, 436, 439, 443, 452, 454, 457, 462, 471, 473, 484, 488, 493, 500, 508, 511, 515, 520, 528, 535, 537, 539, 546, 548, 558, 561, 565, 572, 577, 579, 581, 584, 590, 600, 602, 607, 612, 622, 625, 631, 635, 642, 644, 648, 651, 661, 664, 667, 676, 679, 684, 686 ] }
4594ba46e50340c987981b5472a98026
when is guardians of the galaxy 2 coming out
{ "tokens": [ "when", "is", "guardians", "of", "the", "galaxy", "2", "coming", "out" ], "offsets": [ 0, 5, 8, 18, 21, 25, 32, 34, 41 ] }
{ "text": [ "May 5 , 2017" ], "char_spans": [ { "start": [ 114 ], "end": [ 125 ] } ], "token_spans": [ { "start": [ 23 ], "end": [ 26 ] } ] }
[ "May 5 , 2017" ]
NaturalQuestionsShort
<P> Zeus held a banquet in celebration of the marriage of Peleus and Thetis . Eris , the goddess of discord , was not invited for her troublesome nature , and upon turning up uninvited , she threw a golden apple into the ceremony , with an inscription that read : `` ΤΗΙ ΚΑΛΛΙΣΤΗΙ '' ( Ancient Greek : τῇ καλλίστῃ tē ( i ) kallistē ( i ) , Modern Greek : τη καλλίστη ti kallisti ; `` for / to the most beautiful '' -- cf . Callisto ) . Three goddesses claimed the apple : Hera , Athena , and Aphrodite . They brought the matter before Zeus . Not wanting to get involved , Zeus assigned the task to Paris of Troy . Paris had demonstrated his exemplary fairness previously when he awarded a prize unhesitatingly to Ares after the god , in bull form , had bested his own prize bull . </P>
{ "tokens": [ "<P>", "Zeus", "held", "a", "banquet", "in", "celebration", "of", "the", "marriage", "of", "Peleus", "and", "Thetis", ".", "Eris", ",", "the", "goddess", "of", "discord", ",", "was", "not", "invited", "for", "her", "troublesome", "nature", ",", "and", "upon", "turning", "up", "uninvited", ",", "she", "threw", "a", "golden", "apple", "into", "the", "ceremony", ",", "with", "an", "inscription", "that", "read", ":", "``", "ΤΗΙ", "ΚΑΛΛΙΣΤΗΙ", "''", "(", "Ancient", "Greek", ":", "τῇ", "καλλίστῃ", "tē", "(", "i", ")", "kallistē", "(", "i", ")", ",", "Modern", "Greek", ":", "τη", "καλλίστη", "ti", "kallisti", ";", "``", "for", "/", "to", "the", "most", "beautiful", "''", "--", "cf", ".", "Callisto", ")", ".", "Three", "goddesses", "claimed", "the", "apple", ":", "Hera", ",", "Athena", ",", "and", "Aphrodite", ".", "They", "brought", "the", "matter", "before", "Zeus", ".", "Not", "wanting", "to", "get", "involved", ",", "Zeus", "assigned", "the", "task", "to", "Paris", "of", "Troy", ".", "Paris", "had", "demonstrated", "his", "exemplary", "fairness", "previously", "when", "he", "awarded", "a", "prize", "unhesitatingly", "to", "Ares", "after", "the", "god", ",", "in", "bull", "form", ",", "had", "bested", "his", "own", "prize", "bull", ".", "</P>" ], "offsets": [ 0, 4, 9, 14, 16, 24, 27, 39, 42, 46, 55, 58, 65, 69, 76, 78, 83, 85, 89, 97, 100, 108, 110, 114, 118, 126, 130, 134, 146, 153, 155, 159, 164, 172, 175, 185, 187, 191, 197, 199, 206, 212, 217, 221, 230, 232, 237, 240, 252, 257, 262, 264, 267, 271, 281, 284, 286, 294, 300, 302, 305, 314, 317, 319, 321, 323, 332, 334, 336, 338, 340, 347, 353, 355, 358, 367, 370, 379, 381, 384, 388, 390, 393, 397, 402, 412, 415, 418, 421, 423, 432, 434, 436, 442, 452, 460, 464, 470, 472, 477, 479, 486, 488, 492, 502, 504, 509, 517, 521, 528, 535, 540, 542, 546, 554, 557, 561, 570, 572, 577, 586, 590, 595, 598, 604, 607, 612, 614, 620, 624, 637, 641, 651, 660, 671, 676, 679, 687, 689, 695, 710, 713, 718, 724, 728, 732, 734, 737, 742, 747, 749, 753, 760, 764, 768, 774, 779, 781 ] }
2eafe743781f4d7386ce281b031f01fe
who threw the golden apple in greek mythology
{ "tokens": [ "who", "threw", "the", "golden", "apple", "in", "greek", "mythology" ], "offsets": [ 0, 4, 10, 14, 21, 27, 30, 36 ] }
{ "text": [ "Eris" ], "char_spans": [ { "start": [ 78 ], "end": [ 81 ] } ], "token_spans": [ { "start": [ 15 ], "end": [ 15 ] } ] }
[ "Eris" ]
NaturalQuestionsShort
<P> Coming to America features Murphy and Hall in several different roles , which , following the success of this film , became a Murphy staple . Hall plays Reverend Brown , who introduces Randy Watson ( Murphy ) . Murphy and Hall play elderly barbers Clarence and Morris respectively , who engage in debate with Saul , the old Jewish man ( Murphy ) . Hall also plays a woman ( credited as Extremely Ugly Girl ) who flirts with Akeem and Semmi . </P>
{ "tokens": [ "<P>", "Coming", "to", "America", "features", "Murphy", "and", "Hall", "in", "several", "different", "roles", ",", "which", ",", "following", "the", "success", "of", "this", "film", ",", "became", "a", "Murphy", "staple", ".", "Hall", "plays", "Reverend", "Brown", ",", "who", "introduces", "Randy", "Watson", "(", "Murphy", ")", ".", "Murphy", "and", "Hall", "play", "elderly", "barbers", "Clarence", "and", "Morris", "respectively", ",", "who", "engage", "in", "debate", "with", "Saul", ",", "the", "old", "Jewish", "man", "(", "Murphy", ")", ".", "Hall", "also", "plays", "a", "woman", "(", "credited", "as", "Extremely", "Ugly", "Girl", ")", "who", "flirts", "with", "Akeem", "and", "Semmi", ".", "</P>" ], "offsets": [ 0, 4, 11, 14, 22, 31, 38, 42, 47, 50, 58, 68, 74, 76, 82, 84, 94, 98, 106, 109, 114, 119, 121, 128, 130, 137, 144, 146, 151, 157, 166, 172, 174, 178, 189, 195, 202, 204, 211, 213, 215, 222, 226, 231, 236, 244, 252, 261, 265, 272, 285, 287, 291, 298, 301, 308, 313, 318, 320, 324, 328, 335, 339, 341, 348, 350, 352, 357, 362, 368, 370, 376, 378, 387, 390, 400, 405, 410, 412, 416, 423, 428, 434, 438, 444, 446 ] }
28d7b7e09b6c481ab620e5fc1d3b7588
who played the white guy in the barbershop in coming to america
{ "tokens": [ "who", "played", "the", "white", "guy", "in", "the", "barbershop", "in", "coming", "to", "america" ], "offsets": [ 0, 4, 11, 15, 21, 25, 28, 32, 43, 46, 53, 56 ] }
{ "text": [ "Murphy" ], "char_spans": [ { "start": [ 341 ], "end": [ 346 ] } ], "token_spans": [ { "start": [ 63 ], "end": [ 63 ] } ] }
[ "Murphy" ]
NaturalQuestionsShort
<P> The Player of the Month Award is a Major League Baseball award named by each league every month of the regular season . The National League started recognizing the award on June 4 , 1958 . National League president Warren Giles conducted a poll of baseball writers in each Major League city and awarded the winner an engraved desk set . The American League did not follow suit until 1974 . The National League created a separate award for pitchers starting in 1975 and the American League did likewise in 1979 . Pitchers have not been eligible since then . </P>
{ "tokens": [ "<P>", "The", "Player", "of", "the", "Month", "Award", "is", "a", "Major", "League", "Baseball", "award", "named", "by", "each", "league", "every", "month", "of", "the", "regular", "season", ".", "The", "National", "League", "started", "recognizing", "the", "award", "on", "June", "4", ",", "1958", ".", "National", "League", "president", "Warren", "Giles", "conducted", "a", "poll", "of", "baseball", "writers", "in", "each", "Major", "League", "city", "and", "awarded", "the", "winner", "an", "engraved", "desk", "set", ".", "The", "American", "League", "did", "not", "follow", "suit", "until", "1974", ".", "The", "National", "League", "created", "a", "separate", "award", "for", "pitchers", "starting", "in", "1975", "and", "the", "American", "League", "did", "likewise", "in", "1979", ".", "Pitchers", "have", "not", "been", "eligible", "since", "then", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 18, 22, 28, 34, 37, 39, 45, 52, 61, 67, 73, 76, 81, 88, 94, 100, 103, 107, 115, 122, 124, 128, 137, 144, 152, 164, 168, 174, 177, 182, 184, 186, 191, 193, 202, 209, 219, 226, 232, 242, 244, 249, 252, 261, 269, 272, 277, 283, 290, 295, 299, 307, 311, 318, 321, 330, 335, 339, 341, 345, 354, 361, 365, 369, 376, 381, 387, 392, 394, 398, 407, 414, 422, 424, 433, 439, 443, 452, 461, 464, 469, 473, 477, 486, 493, 497, 506, 509, 514, 516, 525, 530, 534, 539, 548, 554, 559, 561 ] }
1cdad426bc7d4f4c87c6b0eee9f98011
who votes for mlb player of the month
{ "tokens": [ "who", "votes", "for", "mlb", "player", "of", "the", "month" ], "offsets": [ 0, 4, 10, 14, 18, 25, 28, 32 ] }
{ "text": [ "baseball writers in each Major League city" ], "char_spans": [ { "start": [ 252 ], "end": [ 293 ] } ], "token_spans": [ { "start": [ 46 ], "end": [ 52 ] } ] }
[ "baseball writers in each Major League city" ]
NaturalQuestionsShort
<P> The war between the Five Families drags on , and Sonny , unable to break the stalemate , orders bloody raids that earn him a legendary reputation but also begins planning a plot to take out the rival Mafia bosses . Emilio Barzini , Vito 's rival and the power behind Sollozzo , enlists Connie 's husband , Carlo Rizzi , to help set a trap . Earlier , Sonny had severely beaten up Carlo upon learning that he had been physically abusing Connie . To draw Sonny out into the open , Carlo provokes Connie into an argument before savagely beating her . Weeping and injured , she telephones the Corleone compound asking Sonny for help . Furious , Sonny speeds towards Connie 's apartment in Hell 's Kitchen ahead of his bodyguards . At the Long Beach Causeway toll plaza , Barzini 's men ambush Sonny and gun him down . </P>
{ "tokens": [ "<P>", "The", "war", "between", "the", "Five", "Families", "drags", "on", ",", "and", "Sonny", ",", "unable", "to", "break", "the", "stalemate", ",", "orders", "bloody", "raids", "that", "earn", "him", "a", "legendary", "reputation", "but", "also", "begins", "planning", "a", "plot", "to", "take", "out", "the", "rival", "Mafia", "bosses", ".", "Emilio", "Barzini", ",", "Vito", "'s", "rival", "and", "the", "power", "behind", "Sollozzo", ",", "enlists", "Connie", "'s", "husband", ",", "Carlo", "Rizzi", ",", "to", "help", "set", "a", "trap", ".", "Earlier", ",", "Sonny", "had", "severely", "beaten", "up", "Carlo", "upon", "learning", "that", "he", "had", "been", "physically", "abusing", "Connie", ".", "To", "draw", "Sonny", "out", "into", "the", "open", ",", "Carlo", "provokes", "Connie", "into", "an", "argument", "before", "savagely", "beating", "her", ".", "Weeping", "and", "injured", ",", "she", "telephones", "the", "Corleone", "compound", "asking", "Sonny", "for", "help", ".", "Furious", ",", "Sonny", "speeds", "towards", "Connie", "'s", "apartment", "in", "Hell", "'s", "Kitchen", "ahead", "of", "his", "bodyguards", ".", "At", "the", "Long", "Beach", "Causeway", "toll", "plaza", ",", "Barzini", "'s", "men", "ambush", "Sonny", "and", "gun", "him", "down", ".", "</P>" ], "offsets": [ 0, 4, 8, 12, 20, 24, 29, 38, 44, 47, 49, 53, 59, 61, 68, 71, 77, 81, 91, 93, 100, 107, 113, 118, 123, 127, 129, 139, 150, 154, 159, 166, 175, 177, 182, 185, 190, 194, 198, 204, 210, 217, 219, 226, 234, 236, 241, 244, 250, 254, 258, 264, 271, 280, 282, 290, 297, 300, 308, 310, 316, 322, 324, 327, 332, 336, 338, 343, 345, 353, 355, 361, 365, 374, 381, 384, 390, 395, 404, 409, 412, 416, 421, 432, 440, 447, 449, 452, 457, 463, 467, 472, 476, 481, 483, 489, 498, 505, 510, 513, 522, 529, 538, 546, 550, 552, 560, 564, 572, 574, 578, 589, 593, 602, 611, 618, 624, 628, 633, 635, 643, 645, 651, 658, 666, 673, 676, 686, 689, 694, 697, 705, 711, 714, 718, 729, 731, 734, 738, 743, 749, 758, 763, 769, 771, 779, 782, 786, 793, 799, 803, 807, 811, 816, 818 ] }
333689db48d54185999a6621538fbac5
who was killed at the toll booth in the godfather
{ "tokens": [ "who", "was", "killed", "at", "the", "toll", "booth", "in", "the", "godfather" ], "offsets": [ 0, 4, 8, 15, 18, 22, 27, 33, 36, 40 ] }
{ "text": [ "Sonny" ], "char_spans": [ { "start": [ 793 ], "end": [ 797 ] } ], "token_spans": [ { "start": [ 148 ], "end": [ 148 ] } ] }
[ "Sonny" ]
NaturalQuestionsShort
<Li> Uma Thurman as Dr. Pamela Isley / Poison Ivy A botanist who becomes a crazed eco-terrorist after Woodrue attempts to kill her by pushing her into vials of chemicals , poisons and toxins , which replace her blood with aloe , her skin with chlorophyll and filled her lips with venom , making her kiss deadly . She also uses pheromones which make men fall in love with her . Julia Roberts , who worked with director Joel Schumacher in Flatliners , was heavily rumored to be in contention for the role , but the rumours were dismissed by Schumacher , saying that if she would have wanted to get the role , she would have called him . </Li>
{ "tokens": [ "<Li>", "Uma", "Thurman", "as", "Dr.", "Pamela", "Isley", "/", "Poison", "Ivy", "A", "botanist", "who", "becomes", "a", "crazed", "eco-terrorist", "after", "Woodrue", "attempts", "to", "kill", "her", "by", "pushing", "her", "into", "vials", "of", "chemicals", ",", "poisons", "and", "toxins", ",", "which", "replace", "her", "blood", "with", "aloe", ",", "her", "skin", "with", "chlorophyll", "and", "filled", "her", "lips", "with", "venom", ",", "making", "her", "kiss", "deadly", ".", "She", "also", "uses", "pheromones", "which", "make", "men", "fall", "in", "love", "with", "her", ".", "Julia", "Roberts", ",", "who", "worked", "with", "director", "Joel", "Schumacher", "in", "Flatliners", ",", "was", "heavily", "rumored", "to", "be", "in", "contention", "for", "the", "role", ",", "but", "the", "rumours", "were", "dismissed", "by", "Schumacher", ",", "saying", "that", "if", "she", "would", "have", "wanted", "to", "get", "the", "role", ",", "she", "would", "have", "called", "him", ".", "</Li>" ], "offsets": [ 0, 5, 9, 17, 20, 24, 31, 37, 39, 46, 50, 52, 61, 65, 73, 75, 82, 96, 102, 110, 119, 122, 127, 131, 134, 142, 146, 151, 157, 160, 170, 172, 180, 184, 191, 193, 199, 207, 211, 217, 222, 227, 229, 233, 238, 243, 255, 259, 266, 270, 275, 280, 286, 288, 295, 299, 304, 311, 313, 317, 322, 327, 338, 344, 349, 353, 358, 361, 366, 371, 375, 377, 383, 391, 393, 397, 404, 409, 418, 423, 434, 437, 448, 450, 454, 462, 470, 473, 476, 479, 490, 494, 498, 503, 505, 509, 513, 521, 526, 536, 539, 550, 552, 559, 564, 567, 571, 577, 582, 589, 592, 596, 600, 605, 607, 611, 617, 622, 629, 633, 635 ] }
e6d055e3337346dfa1bcd744c859dac0
who played poison ivy in batman and robin
{ "tokens": [ "who", "played", "poison", "ivy", "in", "batman", "and", "robin" ], "offsets": [ 0, 4, 11, 18, 22, 25, 32, 36 ] }
{ "text": [ "Uma Thurman" ], "char_spans": [ { "start": [ 5 ], "end": [ 15 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 2 ] } ] }
[ "Uma Thurman" ]
NaturalQuestionsShort
<P> The Cubs have appeared in a total of eleven World Series . The 1906 Cubs won 116 games , finishing 116 -- 36 and posting a modern - era record winning percentage of . 763 , before losing the World Series to the Chicago White Sox ( `` The Hitless Wonders '' ) by four games to two . The Cubs won back - to - back World Series championships in 1907 and 1908 , becoming the first major league team to play in three consecutive World Series , and the first to win it twice . Most recently , the Cubs won the 2016 National League Championship Series and 2016 World Series , which ended a 71 - year National League pennant drought and a 108 - year World Series championship drought , both of which are record droughts in Major League Baseball . The 108 - year drought was also the longest such occurrence in all major North American sports . Since the start of divisional play in 1969 , the Cubs have appeared in the postseason eight times through the 2016 season . </P>
{ "tokens": [ "<P>", "The", "Cubs", "have", "appeared", "in", "a", "total", "of", "eleven", "World", "Series", ".", "The", "1906", "Cubs", "won", "116", "games", ",", "finishing", "116", "--", "36", "and", "posting", "a", "modern", "-", "era", "record", "winning", "percentage", "of", ".", "763", ",", "before", "losing", "the", "World", "Series", "to", "the", "Chicago", "White", "Sox", "(", "``", "The", "Hitless", "Wonders", "''", ")", "by", "four", "games", "to", "two", ".", "The", "Cubs", "won", "back", "-", "to", "-", "back", "World", "Series", "championships", "in", "1907", "and", "1908", ",", "becoming", "the", "first", "major", "league", "team", "to", "play", "in", "three", "consecutive", "World", "Series", ",", "and", "the", "first", "to", "win", "it", "twice", ".", "Most", "recently", ",", "the", "Cubs", "won", "the", "2016", "National", "League", "Championship", "Series", "and", "2016", "World", "Series", ",", "which", "ended", "a", "71", "-", "year", "National", "League", "pennant", "drought", "and", "a", "108", "-", "year", "World", "Series", "championship", "drought", ",", "both", "of", "which", "are", "record", "droughts", "in", "Major", "League", "Baseball", ".", "The", "108", "-", "year", "drought", "was", "also", "the", "longest", "such", "occurrence", "in", "all", "major", "North", "American", "sports", ".", "Since", "the", "start", "of", "divisional", "play", "in", "1969", ",", "the", "Cubs", "have", "appeared", "in", "the", "postseason", "eight", "times", "through", "the", "2016", "season", ".", "</P>" ], "offsets": [ 0, 4, 8, 13, 18, 27, 30, 32, 38, 41, 48, 54, 61, 63, 67, 72, 77, 81, 85, 91, 93, 103, 107, 110, 113, 117, 125, 127, 134, 136, 140, 147, 155, 166, 169, 171, 175, 177, 184, 191, 195, 201, 208, 211, 215, 223, 229, 233, 235, 238, 242, 250, 258, 261, 263, 266, 271, 277, 280, 284, 286, 290, 295, 299, 304, 306, 309, 311, 316, 322, 329, 343, 346, 351, 355, 360, 362, 371, 375, 381, 387, 394, 399, 402, 407, 410, 416, 428, 434, 441, 443, 447, 451, 457, 460, 464, 467, 473, 475, 480, 489, 491, 495, 500, 504, 508, 513, 522, 529, 542, 549, 553, 558, 564, 571, 573, 579, 585, 587, 590, 592, 597, 606, 613, 621, 629, 633, 635, 639, 641, 646, 652, 659, 672, 680, 682, 687, 690, 696, 700, 707, 716, 719, 725, 732, 741, 743, 747, 751, 753, 758, 766, 770, 775, 779, 787, 792, 803, 806, 810, 816, 822, 831, 838, 840, 846, 850, 856, 859, 870, 875, 878, 883, 885, 889, 894, 899, 908, 911, 915, 926, 932, 938, 946, 950, 955, 962, 964 ] }
41b49da85f154e87a9c261d2d82d75dc
when was the first time the chicago cubs won the world series
{ "tokens": [ "when", "was", "the", "first", "time", "the", "chicago", "cubs", "won", "the", "world", "series" ], "offsets": [ 0, 5, 9, 13, 19, 24, 28, 36, 41, 45, 49, 55 ] }
{ "text": [ "1907" ], "char_spans": [ { "start": [ 346 ], "end": [ 349 ] } ], "token_spans": [ { "start": [ 72 ], "end": [ 72 ] } ] }
[ "1907" ]
NaturalQuestionsShort
<P> `` Going Up the Country '' ( also Goin ' Up the Country ) is a song adapted and recorded by American blues rock band Canned Heat . Called a `` rural hippie anthem '' , it became one of the band 's biggest hits and best - known songs . As with their previous single , `` On the Road Again '' , the song was adapted from a 1920s blues song and sung in a countertenor - style by Alan Wilson . </P>
{ "tokens": [ "<P>", "``", "Going", "Up", "the", "Country", "''", "(", "also", "Goin", "'", "Up", "the", "Country", ")", "is", "a", "song", "adapted", "and", "recorded", "by", "American", "blues", "rock", "band", "Canned", "Heat", ".", "Called", "a", "``", "rural", "hippie", "anthem", "''", ",", "it", "became", "one", "of", "the", "band", "'s", "biggest", "hits", "and", "best", "-", "known", "songs", ".", "As", "with", "their", "previous", "single", ",", "``", "On", "the", "Road", "Again", "''", ",", "the", "song", "was", "adapted", "from", "a", "1920s", "blues", "song", "and", "sung", "in", "a", "countertenor", "-", "style", "by", "Alan", "Wilson", ".", "</P>" ], "offsets": [ 0, 4, 7, 13, 16, 20, 28, 31, 33, 38, 43, 45, 48, 52, 60, 62, 65, 67, 72, 80, 84, 93, 96, 105, 111, 116, 121, 128, 133, 135, 142, 144, 147, 153, 160, 167, 170, 172, 175, 182, 186, 189, 193, 198, 201, 209, 214, 218, 223, 225, 231, 237, 239, 242, 247, 253, 262, 269, 271, 274, 277, 281, 286, 292, 295, 297, 301, 306, 310, 318, 323, 325, 331, 337, 342, 346, 351, 354, 356, 369, 371, 377, 380, 385, 392, 394 ] }
098e585a187148b38c76729a7973a626
who sang the song going up to the country
{ "tokens": [ "who", "sang", "the", "song", "going", "up", "to", "the", "country" ], "offsets": [ 0, 4, 9, 13, 18, 24, 27, 30, 34 ] }
{ "text": [ "Canned Heat" ], "char_spans": [ { "start": [ 121 ], "end": [ 131 ] } ], "token_spans": [ { "start": [ 26 ], "end": [ 27 ] } ] }
[ "Canned Heat" ]
NaturalQuestionsShort
<P> Power Rangers Super Ninja Steel is an American television series created by Haim Saban and Toei Company . It is the second season and continuation of Power Rangers Ninja Steel and the twenty - fifth season overall of the Power Rangers television franchise , celebrating the twenty - fifth anniversary of the franchise as a whole. . It began airing January 27 , 2018 on Nickelodeon , with new episodes airing every Satuday . The show returned on August 25 , with a special anniversary episode which aired on August 28 . </P>
{ "tokens": [ "<P>", "Power", "Rangers", "Super", "Ninja", "Steel", "is", "an", "American", "television", "series", "created", "by", "Haim", "Saban", "and", "Toei", "Company", ".", "It", "is", "the", "second", "season", "and", "continuation", "of", "Power", "Rangers", "Ninja", "Steel", "and", "the", "twenty", "-", "fifth", "season", "overall", "of", "the", "Power", "Rangers", "television", "franchise", ",", "celebrating", "the", "twenty", "-", "fifth", "anniversary", "of", "the", "franchise", "as", "a", "whole.", ".", "It", "began", "airing", "January", "27", ",", "2018", "on", "Nickelodeon", ",", "with", "new", "episodes", "airing", "every", "Satuday", ".", "The", "show", "returned", "on", "August", "25", ",", "with", "a", "special", "anniversary", "episode", "which", "aired", "on", "August", "28", ".", "</P>" ], "offsets": [ 0, 4, 10, 18, 24, 30, 36, 39, 42, 51, 62, 69, 77, 80, 85, 91, 95, 100, 108, 110, 113, 116, 120, 127, 134, 138, 151, 154, 160, 168, 174, 180, 184, 188, 195, 197, 203, 210, 218, 221, 225, 231, 239, 250, 260, 262, 274, 278, 285, 287, 293, 305, 308, 312, 322, 325, 327, 334, 336, 339, 345, 352, 360, 363, 365, 370, 373, 385, 387, 392, 396, 405, 412, 418, 426, 428, 432, 437, 446, 449, 456, 459, 461, 466, 468, 476, 488, 496, 502, 508, 511, 518, 521, 523 ] }
044dfb059a674f1fb14c9ac819a050be
when does power rangers super ninja steel return
{ "tokens": [ "when", "does", "power", "rangers", "super", "ninja", "steel", "return" ], "offsets": [ 0, 5, 10, 16, 24, 30, 36, 42 ] }
{ "text": [ "August 25" ], "char_spans": [ { "start": [ 449 ], "end": [ 457 ] } ], "token_spans": [ { "start": [ 79 ], "end": [ 80 ] } ] }
[ "August 25" ]
NaturalQuestionsShort
<P> In Marvel continuity , Mjolnir is forged by Dwarven blacksmiths , and is composed of the fictional Asgardian metal uru . The side of the hammer carries the inscription `` Whosoever holds this hammer , if he be worthy , shall possess the power of Thor . '' </P>
{ "tokens": [ "<P>", "In", "Marvel", "continuity", ",", "Mjolnir", "is", "forged", "by", "Dwarven", "blacksmiths", ",", "and", "is", "composed", "of", "the", "fictional", "Asgardian", "metal", "uru", ".", "The", "side", "of", "the", "hammer", "carries", "the", "inscription", "``", "Whosoever", "holds", "this", "hammer", ",", "if", "he", "be", "worthy", ",", "shall", "possess", "the", "power", "of", "Thor", ".", "''", "</P>" ], "offsets": [ 0, 4, 7, 14, 25, 27, 35, 38, 45, 48, 56, 68, 70, 74, 77, 86, 89, 93, 103, 113, 119, 123, 125, 129, 134, 137, 141, 148, 156, 160, 172, 175, 185, 191, 196, 203, 205, 208, 211, 214, 221, 223, 229, 237, 241, 247, 250, 255, 257, 260 ] }
0b3ce20fe726420a9c6c286a65a8ad3a
what does it say on thor 's hammer
{ "tokens": [ "what", "does", "it", "say", "on", "thor", "'s", "hammer" ], "offsets": [ 0, 5, 10, 13, 17, 20, 25, 28 ] }
{ "text": [ "Whosoever holds this hammer , if he be worthy , shall possess the power of Thor . ''" ], "char_spans": [ { "start": [ 175 ], "end": [ 258 ] } ], "token_spans": [ { "start": [ 31 ], "end": [ 48 ] } ] }
[ "Whosoever holds this hammer , if he be worthy , shall possess the power of Thor . ''" ]
NaturalQuestionsShort
<P> Venice ( / ˈvɛnɪs / , VEN - iss ; Italian : Venezia ( veˈnɛttsja ) ( listen ) ; Venetian : Venesia , Venexia ( veˈnɛsja ) ) is a city in northeastern Italy and the capital of the Veneto region . It is situated across a group of 118 small islands that are separated by canals and linked by 400 bridges . The islands are located in the shallow Venetian Lagoon , an enclosed bay that lies between the mouths of the Po and the Piave rivers ( more exactly between the Brenta and the Sile ) . Parts of Venice are renowned for the beauty of their settings , their architecture , and artwork . The lagoon and a part of the city are listed as a UNESCO World Heritage Site . </P>
{ "tokens": [ "<P>", "Venice", "(", "/", "ˈvɛnɪs", "/", ",", "VEN", "-", "iss", ";", "Italian", ":", "Venezia", "(", "veˈnɛttsja", ")", "(", "listen", ")", ";", "Venetian", ":", "Venesia", ",", "Venexia", "(", "veˈnɛsja", ")", ")", "is", "a", "city", "in", "northeastern", "Italy", "and", "the", "capital", "of", "the", "Veneto", "region", ".", "It", "is", "situated", "across", "a", "group", "of", "118", "small", "islands", "that", "are", "separated", "by", "canals", "and", "linked", "by", "400", "bridges", ".", "The", "islands", "are", "located", "in", "the", "shallow", "Venetian", "Lagoon", ",", "an", "enclosed", "bay", "that", "lies", "between", "the", "mouths", "of", "the", "Po", "and", "the", "Piave", "rivers", "(", "more", "exactly", "between", "the", "Brenta", "and", "the", "Sile", ")", ".", "Parts", "of", "Venice", "are", "renowned", "for", "the", "beauty", "of", "their", "settings", ",", "their", "architecture", ",", "and", "artwork", ".", "The", "lagoon", "and", "a", "part", "of", "the", "city", "are", "listed", "as", "a", "UNESCO", "World", "Heritage", "Site", ".", "</P>" ], "offsets": [ 0, 4, 11, 13, 15, 22, 24, 26, 30, 32, 36, 38, 46, 48, 56, 58, 69, 71, 73, 80, 82, 84, 93, 95, 103, 105, 113, 115, 124, 126, 128, 131, 133, 138, 141, 154, 160, 164, 168, 176, 179, 183, 190, 197, 199, 202, 205, 214, 221, 223, 229, 232, 236, 242, 250, 255, 259, 269, 272, 279, 283, 290, 293, 297, 305, 307, 311, 319, 323, 331, 334, 338, 346, 355, 362, 364, 367, 376, 380, 385, 390, 398, 402, 409, 412, 416, 419, 423, 427, 433, 440, 442, 447, 455, 463, 467, 474, 478, 482, 487, 489, 491, 497, 500, 507, 511, 520, 524, 528, 535, 538, 544, 553, 555, 561, 574, 576, 580, 588, 590, 594, 601, 605, 607, 612, 615, 619, 624, 628, 635, 638, 640, 647, 653, 662, 667, 669 ] }
005fd763fc304d99ab783a3a9380df69
what is the city in italy that is under water
{ "tokens": [ "what", "is", "the", "city", "in", "italy", "that", "is", "under", "water" ], "offsets": [ 0, 5, 8, 12, 17, 20, 26, 31, 34, 40 ] }
{ "text": [ "Venice" ], "char_spans": [ { "start": [ 4 ], "end": [ 9 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 1 ] } ] }
[ "Venice" ]
NaturalQuestionsShort
<Table> Pixel 2 Pixel 2 XL <Tr> <Td colspan="2"> </Td> </Tr> <Tr> <Td colspan="2"> Pixel 2 and Pixel 2 XL </Td> </Tr> <Tr> <Th> Codename </Th> <Td> <Ul> <Li> Walleye ( Pixel 2 ) </Li> <Li> Taimen ( Pixel 2 XL ) </Li> </Ul> </Td> </Tr> <Tr> <Th> Developer </Th> <Td> Google </Td> </Tr> <Tr> <Th> Manufacturer </Th> <Td> <Ul> <Li> HTC ( Pixel 2 ) </Li> <Li> LG Electronics ( Pixel 2 XL ) ( as contract manufacturers for both models ) </Li> </Ul> </Td> </Tr> <Tr> <Th> Slogan </Th> <Td> Ask more of your phone . </Td> </Tr> <Tr> <Th> Series </Th> <Td> Pixel </Td> </Tr> <Tr> <Th> Model </Th> <Td> <Ul> <Li> G011A ( Pixel 2 ) </Li> <Li> G011C ( Pixel 2 XL ) </Li> </Ul> </Td> </Tr> <Tr> <Th> Compatible networks </Th> <Td> <Ul> <Li> 2G </Li> <Li> 3G </Li> <Li> 4G </Li> <Li> LTE </Li> </Ul> </Td> </Tr> <Tr> <Th> First released </Th> <Td> October 19 , 2017 ; 10 months ago ( 2017 - 10 - 19 ) </Td> </Tr> <Tr> <Th> Predecessor </Th> <Td> Pixel </Td> </Tr> <Tr> <Th> Type </Th> <Td> Pixel 2 : Smartphone Pixel 2 XL : Phablet </Td> </Tr> <Tr> <Th> Form factor </Th> <Td> Slate </Td> </Tr> <Tr> <Th> </Th> <Td> <P> Pixel 2 : H : 145.7 mm ( 5.74 in ) W : 69.7 mm ( 2.74 in ) D: 7.8 mm ( 0.31 in ) </P> Pixel 2 XL : H : 157.9 mm ( 6.22 in ) W : 76.7 mm ( 3.02 in ) D: 7.9 mm ( 0.31 in ) </Td> </Tr> <Tr> <Th> Weight </Th> <Td> Pixel 2 : 143 g ( 5.04 oz ) Pixel 2 XL : 175 g ( 6.17 oz ) </Td> </Tr> <Tr> <Th> Operating system </Th> <Td> Android 8.0 `` Oreo '' , upgradable to Android 9.0 `` Pie '' </Td> </Tr> <Tr> <Th> System on chip </Th> <Td> Qualcomm Snapdragon 835 </Td> </Tr> <Tr> <Th> CPU </Th> <Td> Octa - core ( 4 × 2.35 GHz , 4 × 1.9 GHz ) Kryo </Td> </Tr> <Tr> <Th> GPU </Th> <Td> Adreno 540 </Td> </Tr> <Tr> <Th> Modem </Th> <Td> Qualcomm Snapdragon X16 LTE ( integrated ) </Td> </Tr> <Tr> <Th> Memory </Th> <Td> 4 GB LPDDR4X RAM </Td> </Tr> <Tr> <Th> Storage </Th> <Td> 64 or 128 GB </Td> </Tr> <Tr> <Th> Battery </Th> <Td> <Ul> <Li> Pixel 2 : 2,700 mAh </Li> <Li> Pixel 2 XL : 3,520 mAh </Li> </Ul> </Td> </Tr> <Tr> <Th> Display </Th> <Td> <P> Pixel 2 : 5 in ( 130 mm ) FHD AMOLED , 1920 × 1080 ( 441 ppi ) Pixel 2 XL : 6 in ( 150 mm ) QHD P - OLED , 2880 × 1440 ( 538 ppi ) </P> All : Gorilla Glass 5 </Td> </Tr> <Tr> <Th> Rear camera </Th> <Td> <Ul> <Li> 12.2 MP </Li> <Li> 1.4 μm pixel size </Li> <Li> f / 1.8 aperture </Li> <Li> Phase - detection autofocus and laser autofocus </Li> <Li> HDR+ processing </Li> <Li> Dual pixel </Li> <Li> HD 720p ( up to 240 FPS ) </Li> <Li> FHD 1080p video ( up to 120 FPS ) </Li> <Li> 4K 2160p video ( up to 30 FPS ) </Li> <Li> EIS </Li> <Li> OIS </Li> </Ul> </Td> </Tr> <Tr> <Th> Front camera </Th> <Td> 8 MP Sony Exmor IMX179 1.4 μm pixel size f / 2.4 aperture </Td> </Tr> <Tr> <Th> Connectivity </Th> <Td> GSM , LTE , LTE Advanced , Voice over LTE , HSDPA , CDMA , TD - LTE , TD - SCDMA </Td> </Tr> <Tr> <Th> Website </Th> <Td> store.google.com/product/pixel_2 </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "Pixel", "2", "Pixel", "2", "XL", "<Tr>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "Pixel", "2", "and", "Pixel", "2", "XL", "</Td>", "</Tr>", "<Tr>", "<Th>", "Codename", "</Th>", "<Td>", "<Ul>", "<Li>", "Walleye", "(", "Pixel", "2", ")", "</Li>", "<Li>", "Taimen", "(", "Pixel", "2", "XL", ")", "</Li>", "</Ul>", "</Td>", "</Tr>", "<Tr>", "<Th>", "Developer", "</Th>", "<Td>", "Google", "</Td>", "</Tr>", "<Tr>", "<Th>", "Manufacturer", "</Th>", "<Td>", "<Ul>", "<Li>", "HTC", "(", "Pixel", "2", ")", "</Li>", "<Li>", "LG", "Electronics", "(", "Pixel", "2", "XL", ")", "(", "as", "contract", "manufacturers", "for", "both", "models", ")", "</Li>", "</Ul>", "</Td>", "</Tr>", "<Tr>", "<Th>", "Slogan", "</Th>", "<Td>", "Ask", "more", "of", "your", "phone", ".", "</Td>", "</Tr>", "<Tr>", "<Th>", "Series", "</Th>", "<Td>", "Pixel", "</Td>", "</Tr>", "<Tr>", "<Th>", "Model", "</Th>", "<Td>", "<Ul>", "<Li>", "G011A", "(", "Pixel", "2", ")", "</Li>", "<Li>", "G011C", "(", "Pixel", "2", "XL", ")", "</Li>", "</Ul>", "</Td>", "</Tr>", "<Tr>", "<Th>", "Compatible", "networks", "</Th>", "<Td>", "<Ul>", "<Li>", "2G", "</Li>", "<Li>", "3G", "</Li>", "<Li>", "4G", "</Li>", "<Li>", "LTE", "</Li>", "</Ul>", "</Td>", "</Tr>", "<Tr>", "<Th>", "First", "released", "</Th>", "<Td>", "October", "19", ",", "2017", ";", "10", "months", "ago", "(", "2017", "-", "10", "-", "19", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Predecessor", "</Th>", "<Td>", "Pixel", "</Td>", "</Tr>", "<Tr>", "<Th>", "Type", "</Th>", "<Td>", "Pixel", "2", ":", "Smartphone", "Pixel", "2", "XL", ":", "Phablet", "</Td>", "</Tr>", "<Tr>", "<Th>", "Form", "factor", "</Th>", "<Td>", "Slate", "</Td>", "</Tr>", "<Tr>", "<Th>", "</Th>", "<Td>", "<P>", "Pixel", "2", ":", "H", ":", "145.7", "mm", "(", "5.74", "in", ")", "W", ":", "69.7", "mm", "(", "2.74", "in", ")", "D:", "7.8", "mm", "(", "0.31", "in", ")", "</P>", "Pixel", "2", "XL", ":", "H", ":", "157.9", "mm", "(", "6.22", "in", ")", "W", ":", "76.7", "mm", "(", "3.02", "in", ")", "D:", "7.9", "mm", "(", "0.31", "in", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Weight", "</Th>", "<Td>", "Pixel", "2", ":", "143", "g", "(", "5.04", "oz", ")", "Pixel", "2", "XL", ":", "175", "g", "(", "6.17", "oz", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Operating", "system", "</Th>", "<Td>", "Android", "8.0", "``", "Oreo", "''", ",", "upgradable", "to", "Android", "9.0", "``", "Pie", "''", "</Td>", "</Tr>", "<Tr>", "<Th>", "System", "on", "chip", "</Th>", "<Td>", "Qualcomm", "Snapdragon", "835", "</Td>", "</Tr>", "<Tr>", "<Th>", "CPU", "</Th>", "<Td>", "Octa", "-", "core", "(", "4", "×", "2.35", "GHz", ",", "4", "×", "1.9", "GHz", ")", "Kryo", "</Td>", "</Tr>", "<Tr>", "<Th>", "GPU", "</Th>", "<Td>", "Adreno", "540", "</Td>", "</Tr>", "<Tr>", "<Th>", "Modem", "</Th>", "<Td>", "Qualcomm", "Snapdragon", "X16", "LTE", "(", "integrated", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Memory", "</Th>", "<Td>", "4", "GB", "LPDDR4X", "RAM", "</Td>", "</Tr>", "<Tr>", "<Th>", "Storage", "</Th>", "<Td>", "64", "or", "128", "GB", "</Td>", "</Tr>", "<Tr>", "<Th>", "Battery", "</Th>", "<Td>", "<Ul>", "<Li>", "Pixel", "2", ":", "2,700", "mAh", "</Li>", "<Li>", "Pixel", "2", "XL", ":", "3,520", "mAh", "</Li>", "</Ul>", "</Td>", "</Tr>", "<Tr>", "<Th>", "Display", "</Th>", "<Td>", "<P>", "Pixel", "2", ":", "5", "in", "(", "130", "mm", ")", "FHD", "AMOLED", ",", "1920", "×", "1080", "(", "441", "ppi", ")", "Pixel", "2", "XL", ":", "6", "in", "(", "150", "mm", ")", "QHD", "P", "-", "OLED", ",", "2880", "×", "1440", "(", "538", "ppi", ")", "</P>", "All", ":", "Gorilla", "Glass", "5", "</Td>", "</Tr>", "<Tr>", "<Th>", "Rear", "camera", "</Th>", "<Td>", "<Ul>", "<Li>", "12.2", "MP", "</Li>", "<Li>", "1.4", "μm", "pixel", "size", "</Li>", "<Li>", "f", "/", "1.8", "aperture", "</Li>", "<Li>", "Phase", "-", "detection", "autofocus", "and", "laser", "autofocus", "</Li>", "<Li>", "HDR+", "processing", "</Li>", "<Li>", "Dual", "pixel", "</Li>", "<Li>", "HD", "720p", "(", "up", "to", "240", "FPS", ")", "</Li>", "<Li>", "FHD", "1080p", "video", "(", "up", "to", "120", "FPS", ")", "</Li>", "<Li>", "4K", "2160p", "video", "(", "up", "to", "30", "FPS", ")", "</Li>", "<Li>", "EIS", "</Li>", "<Li>", "OIS", "</Li>", "</Ul>", "</Td>", "</Tr>", "<Tr>", "<Th>", "Front", "camera", "</Th>", "<Td>", "8", "MP", "Sony", "Exmor", "IMX179", "1.4", "μm", "pixel", "size", "f", "/", "2.4", "aperture", "</Td>", "</Tr>", "<Tr>", "<Th>", "Connectivity", "</Th>", "<Td>", "GSM", ",", "LTE", ",", "LTE", "Advanced", ",", "Voice", "over", "LTE", ",", "HSDPA", ",", "CDMA", ",", "TD", "-", "LTE", ",", "TD", "-", "SCDMA", "</Td>", "</Tr>", "<Tr>", "<Th>", "Website", "</Th>", "<Td>", "store.google.com/product/pixel_2", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 14, 16, 22, 24, 27, 32, 36, 49, 55, 61, 66, 70, 83, 89, 91, 95, 101, 103, 106, 112, 118, 123, 128, 137, 143, 148, 153, 158, 166, 168, 174, 176, 178, 184, 189, 196, 198, 204, 206, 209, 211, 217, 223, 229, 235, 240, 245, 255, 261, 266, 273, 279, 285, 290, 295, 308, 314, 319, 324, 329, 333, 335, 341, 343, 345, 351, 356, 359, 371, 373, 379, 381, 384, 386, 388, 391, 400, 414, 418, 423, 430, 432, 438, 444, 450, 456, 461, 466, 473, 479, 484, 488, 493, 496, 501, 507, 509, 515, 521, 526, 531, 538, 544, 549, 555, 561, 567, 572, 577, 583, 589, 594, 599, 604, 610, 612, 618, 620, 622, 628, 633, 639, 641, 647, 649, 652, 654, 660, 666, 672, 678, 683, 688, 699, 708, 714, 719, 724, 729, 732, 738, 743, 746, 752, 757, 760, 766, 771, 775, 781, 787, 793, 799, 804, 809, 815, 824, 830, 835, 843, 846, 848, 853, 855, 858, 865, 869, 871, 876, 878, 881, 883, 886, 888, 894, 900, 905, 910, 922, 928, 933, 939, 945, 951, 956, 961, 966, 972, 977, 983, 985, 987, 998, 1004, 1006, 1009, 1011, 1019, 1025, 1031, 1036, 1041, 1046, 1053, 1059, 1064, 1070, 1076, 1082, 1087, 1092, 1098, 1103, 1107, 1113, 1115, 1117, 1119, 1121, 1127, 1130, 1132, 1137, 1140, 1142, 1144, 1146, 1151, 1154, 1156, 1161, 1164, 1166, 1169, 1173, 1176, 1178, 1183, 1186, 1188, 1193, 1199, 1201, 1204, 1206, 1208, 1210, 1216, 1219, 1221, 1226, 1229, 1231, 1233, 1235, 1240, 1243, 1245, 1250, 1253, 1255, 1258, 1262, 1265, 1267, 1272, 1275, 1277, 1283, 1289, 1294, 1299, 1306, 1312, 1317, 1323, 1325, 1327, 1331, 1333, 1335, 1340, 1343, 1345, 1351, 1353, 1356, 1358, 1362, 1364, 1366, 1371, 1374, 1376, 1382, 1388, 1393, 1398, 1408, 1415, 1421, 1426, 1434, 1438, 1441, 1446, 1449, 1451, 1462, 1465, 1473, 1477, 1480, 1484, 1487, 1493, 1499, 1504, 1509, 1516, 1519, 1524, 1530, 1535, 1544, 1555, 1559, 1565, 1571, 1576, 1581, 1585, 1591, 1596, 1601, 1603, 1608, 1610, 1612, 1614, 1619, 1623, 1625, 1627, 1629, 1633, 1637, 1639, 1644, 1650, 1656, 1661, 1666, 1670, 1676, 1681, 1688, 1692, 1698, 1704, 1709, 1714, 1720, 1726, 1731, 1740, 1751, 1755, 1759, 1761, 1772, 1774, 1780, 1786, 1791, 1796, 1803, 1809, 1814, 1816, 1819, 1827, 1831, 1837, 1843, 1848, 1853, 1861, 1867, 1872, 1875, 1878, 1882, 1885, 1891, 1897, 1902, 1907, 1915, 1921, 1926, 1931, 1936, 1942, 1944, 1946, 1952, 1956, 1962, 1967, 1973, 1975, 1978, 1980, 1986, 1990, 1996, 2002, 2008, 2014, 2019, 2024, 2032, 2038, 2043, 2047, 2053, 2055, 2057, 2059, 2062, 2064, 2068, 2071, 2073, 2077, 2084, 2086, 2091, 2093, 2098, 2100, 2104, 2108, 2110, 2116, 2118, 2121, 2123, 2125, 2128, 2130, 2134, 2137, 2139, 2143, 2145, 2147, 2152, 2154, 2159, 2161, 2166, 2168, 2172, 2176, 2178, 2183, 2187, 2189, 2197, 2203, 2205, 2211, 2217, 2222, 2227, 2232, 2239, 2245, 2250, 2255, 2260, 2265, 2268, 2274, 2279, 2283, 2286, 2292, 2297, 2303, 2308, 2310, 2312, 2316, 2325, 2331, 2336, 2342, 2344, 2354, 2364, 2368, 2374, 2384, 2390, 2395, 2400, 2411, 2417, 2422, 2427, 2433, 2439, 2444, 2447, 2452, 2454, 2457, 2460, 2464, 2468, 2470, 2476, 2481, 2485, 2491, 2497, 2499, 2502, 2505, 2509, 2513, 2515, 2521, 2526, 2529, 2535, 2541, 2543, 2546, 2549, 2552, 2556, 2558, 2564, 2569, 2573, 2579, 2584, 2588, 2594, 2600, 2606, 2612, 2617, 2622, 2628, 2635, 2641, 2646, 2648, 2651, 2656, 2662, 2669, 2673, 2676, 2682, 2687, 2689, 2691, 2695, 2704, 2710, 2716, 2721, 2726, 2739, 2745, 2750, 2754, 2756, 2760, 2762, 2766, 2775, 2777, 2783, 2788, 2792, 2794, 2800, 2802, 2807, 2809, 2812, 2814, 2818, 2820, 2823, 2825, 2831, 2837, 2843, 2848, 2853, 2861, 2867, 2872, 2905, 2911, 2917 ] }
81508c9bbfa64b6fbea6e279661e80c3
when did the google pixel 2 xl come out
{ "tokens": [ "when", "did", "the", "google", "pixel", "2", "xl", "come", "out" ], "offsets": [ 0, 5, 9, 13, 20, 26, 28, 31, 36 ] }
{ "text": [ "October 19 , 2017" ], "char_spans": [ { "start": [ 835 ], "end": [ 851 ] } ], "token_spans": [ { "start": [ 160 ], "end": [ 163 ] } ] }
[ "October 19 , 2017" ]
NaturalQuestionsShort
<P> The ninth and final season of How I Met Your Mother , an American sitcom created by Carter Bays and Craig Thomas , premiered on CBS on September 23 , 2013 , with two episodes , and concluded on March 31 , 2014 . The show was renewed for the final season on December 21 , 2012 , after cast member Jason Segel changed his decision to leave the show after Season 8 . Cristin Milioti , who was revealed as `` The Mother '' in the Season 8 finale , was promoted to a series regular , the only time How I Met Your Mother added a new regular cast member . Season 9 consists of 24 episodes , each running approximately 22 minutes in length . </P>
{ "tokens": [ "<P>", "The", "ninth", "and", "final", "season", "of", "How", "I", "Met", "Your", "Mother", ",", "an", "American", "sitcom", "created", "by", "Carter", "Bays", "and", "Craig", "Thomas", ",", "premiered", "on", "CBS", "on", "September", "23", ",", "2013", ",", "with", "two", "episodes", ",", "and", "concluded", "on", "March", "31", ",", "2014", ".", "The", "show", "was", "renewed", "for", "the", "final", "season", "on", "December", "21", ",", "2012", ",", "after", "cast", "member", "Jason", "Segel", "changed", "his", "decision", "to", "leave", "the", "show", "after", "Season", "8", ".", "Cristin", "Milioti", ",", "who", "was", "revealed", "as", "``", "The", "Mother", "''", "in", "the", "Season", "8", "finale", ",", "was", "promoted", "to", "a", "series", "regular", ",", "the", "only", "time", "How", "I", "Met", "Your", "Mother", "added", "a", "new", "regular", "cast", "member", ".", "Season", "9", "consists", "of", "24", "episodes", ",", "each", "running", "approximately", "22", "minutes", "in", "length", ".", "</P>" ], "offsets": [ 0, 4, 8, 14, 18, 24, 31, 34, 38, 40, 44, 49, 56, 58, 61, 70, 77, 85, 88, 95, 100, 104, 110, 117, 119, 129, 132, 136, 139, 149, 152, 154, 159, 161, 166, 170, 179, 181, 185, 195, 198, 204, 207, 209, 214, 216, 220, 225, 229, 237, 241, 245, 251, 258, 261, 270, 273, 275, 280, 282, 288, 293, 300, 306, 312, 320, 324, 333, 336, 342, 346, 351, 357, 364, 366, 368, 376, 384, 386, 390, 394, 403, 406, 409, 413, 420, 423, 426, 430, 437, 439, 446, 448, 452, 461, 464, 466, 473, 481, 483, 487, 492, 497, 501, 503, 507, 512, 519, 525, 527, 531, 539, 544, 551, 553, 560, 562, 571, 574, 577, 586, 588, 593, 601, 615, 618, 626, 629, 636, 638 ] }
b3f5a4f329da4e0cb09b1307834626d1
when did the last episode of how i met your mother air
{ "tokens": [ "when", "did", "the", "last", "episode", "of", "how", "i", "met", "your", "mother", "air" ], "offsets": [ 0, 5, 9, 13, 18, 26, 29, 33, 35, 39, 44, 51 ] }
{ "text": [ "March 31 , 2014" ], "char_spans": [ { "start": [ 198 ], "end": [ 212 ] } ], "token_spans": [ { "start": [ 40 ], "end": [ 43 ] } ] }
[ "March 31 , 2014" ]
NaturalQuestionsShort
<P> The scutum was a 10 - kilogram ( 22 lb ) large rectangle curved shield made from three sheets of wood glued together and covered with canvas and leather , usually with a spindle shaped boss along the vertical length of the shield . The best surviving example , from Dura - Europos in Syria , was 105.5 centimetres ( 41.5 in ) high , 41 centimetres ( 16 in ) across , and 30 centimetres ( 12 in ) deep ( due to its semicylindrical nature ) , with a thickness of 5 - 6mm . It was likely well made and extremely sturdy . </P>
{ "tokens": [ "<P>", "The", "scutum", "was", "a", "10", "-", "kilogram", "(", "22", "lb", ")", "large", "rectangle", "curved", "shield", "made", "from", "three", "sheets", "of", "wood", "glued", "together", "and", "covered", "with", "canvas", "and", "leather", ",", "usually", "with", "a", "spindle", "shaped", "boss", "along", "the", "vertical", "length", "of", "the", "shield", ".", "The", "best", "surviving", "example", ",", "from", "Dura", "-", "Europos", "in", "Syria", ",", "was", "105.5", "centimetres", "(", "41.5", "in", ")", "high", ",", "41", "centimetres", "(", "16", "in", ")", "across", ",", "and", "30", "centimetres", "(", "12", "in", ")", "deep", "(", "due", "to", "its", "semicylindrical", "nature", ")", ",", "with", "a", "thickness", "of", "5", "-", "6mm", ".", "It", "was", "likely", "well", "made", "and", "extremely", "sturdy", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 19, 21, 24, 26, 35, 37, 40, 43, 45, 51, 61, 68, 75, 80, 85, 91, 98, 101, 106, 112, 121, 125, 133, 138, 145, 149, 157, 159, 167, 172, 174, 182, 189, 194, 200, 204, 213, 220, 223, 227, 234, 236, 240, 245, 255, 263, 265, 270, 275, 277, 285, 288, 294, 296, 300, 306, 318, 320, 325, 328, 330, 335, 337, 340, 352, 354, 357, 360, 362, 369, 371, 375, 378, 390, 392, 395, 398, 400, 405, 407, 411, 414, 418, 434, 441, 443, 445, 450, 452, 462, 465, 467, 469, 473, 475, 478, 482, 489, 494, 499, 503, 513, 520, 522 ] }
14f050566bf64bbda31b3e12e6bb6faa
what is the roman shield made out of
{ "tokens": [ "what", "is", "the", "roman", "shield", "made", "out", "of" ], "offsets": [ 0, 5, 8, 12, 18, 25, 30, 34 ] }
{ "text": [ "three sheets of wood glued together and covered with canvas and leather , usually with a spindle shaped boss along the vertical length of the shield" ], "char_spans": [ { "start": [ 85 ], "end": [ 232 ] } ], "token_spans": [ { "start": [ 18 ], "end": [ 43 ] } ] }
[ "three sheets of wood glued together and covered with canvas and leather , usually with a spindle shaped boss along the vertical length of the shield" ]
NaturalQuestionsShort
<Table> Samsung Galaxy Grand Prime <Tr> <Td colspan="2"> </Td> </Tr> <Tr> <Td colspan="2"> </Td> </Tr> <Tr> <Th> Codename </Th> <Td> fortuna grandprimeve </Td> </Tr> <Tr> <Th> Manufacturer </Th> <Td> Samsung Electronics </Td> </Tr> <Tr> <Th> Series </Th> <Td> Samsung Galaxy </Td> </Tr> <Tr> <Th> Model </Th> <Td> SM - G530H / DS ( Dual SIM variant ) SM - G530F ( LTE variant ) SM - G530BT ( Brazilian variant ) SM - G530FZ SM - G530M SM - G531F ( Value Edition LTE ) SM - G531H / DL ( Value Edition Dual SIM ) SM - G531BT ( Brazilian variant ; SBTVD Dual SIM variant ) SM - G531F / DD ( Value Edition LTE Dual SIM ) SM - G531Y ( Value Edition ) </Td> </Tr> <Tr> <Th> Compatible networks </Th> <Td> ( GSM / GPRS / EDGE ) : 850 , 900 , 1800 , and 1900 MHz ; 3G ( HSPA 42.2 / 5.76 Mbit / s ) : HSDPA 850 / ‒ 900 / ‒ 1900 / ‒ 2100 MHz ; 4G LTE ( Cat4 150 / 50 Mbit / s ) : 700 , 800 , 850 , 900 , 1700 , 1800 , 1900 , 2100 , and 2600 MHz </Td> </Tr> <Tr> <Th> First released </Th> <Td> September 2014 June 2015 ( Value Edition ) </Td> </Tr> <Tr> <Th> Predecessor </Th> <Td> Samsung Galaxy Core Prime </Td> </Tr> <Tr> <Th> Successor </Th> <Td> Samsung Galaxy J2 Prime / Grand Prime+ </Td> </Tr> <Tr> <Th> Related </Th> <Td> Samsung Galaxy On5 Samsung Galaxy On7 </Td> </Tr> <Tr> <Th> Type </Th> <Td> Touchscreen smartphone </Td> </Tr> <Tr> <Th> Form factor </Th> <Td> Slate </Td> </Tr> <Tr> <Th> </Th> <Td> 144.8 mm ( 5.70 in ) H 72.1 mm ( 2.84 in ) W 8.6 mm ( 0.34 in ) D </Td> </Tr> <Tr> <Th> Weight </Th> <Td> 156 g ( 5.5 oz ) </Td> </Tr> <Tr> <Th> Operating system </Th> <Td> Original : Android 4.4. 4 `` KitKat '' Android 5.0 - 5.1. 1 `` Lollipop '' ( Value Edition variants ) Current : Android 5.1. 1 `` Lollipop '' Unofficial : Android 7.1. 1 `` Nougat '' </Td> </Tr> <Tr> <Th> System on chip </Th> <Td> Qualcomm Snapdragon MSM8916 410 Marvell PXA1908 ( Value Edition ) Spreadtrum SC7730 ( SM - G531Y ) </Td> </Tr> <Tr> <Th> CPU </Th> <Td> ARMv8 1.2 GHz Quad - core CPU ARMv7 1.3 GHz Quad - core CPU ( SM - G531Y ) </Td> </Tr> <Tr> <Th> GPU </Th> <Td> Adreno 306 Vivante GC7000UL ( Value Edition ) Mali - 400 MP ( SM - G531Y ) </Td> </Tr> <Tr> <Th> Memory </Th> <Td> 1 GB RAM </Td> </Tr> <Tr> <Th> Storage </Th> <Td> 8 GB </Td> </Tr> <Tr> <Th> Removable storage </Th> <Td> microSD , microSDXC up to 254 GB </Td> </Tr> <Tr> <Th> Battery </Th> <Td> 2600 mAh Li - ion </Td> </Tr> <Tr> <Th> Data inputs </Th> <Td> Accelerometer Proximity sensor Geomagnetic sensor Compass </Td> </Tr> <Tr> <Th> Display </Th> <Td> 5.0 in ( 130 mm ) 540x960 px ( 220 dpi ) </Td> </Tr> <Tr> <Th> Rear camera </Th> <Td> 8 Megapixel with LED flash </Td> </Tr> <Tr> <Th> Front camera </Th> <Td> 5 Megapixel </Td> </Tr> <Tr> <Th> Connectivity </Th> <Td> Wi - Fi 802.11 a / b / g / n ( 2.4 GHz ) GPS Bluetooth LE 4.0 with ANT+ Bluetooth 4.1 with A2DP ( G531F ) NFC ( G530F / FZ ; G531F ) </Td> </Tr> <Tr> <Th> Other </Th> <Td> Digital TV ( SBTVD ( SM - G530BT ; SM - G531BT ) USB On - The - Go ( SM - G531F ) </Td> </Tr> <Tr> <Th> SAR </Th> <Td> 0.412 W / kg ( Head SAR ) 0.382 W / kg ( Body - worn SAR ) </Td> </Tr> <Tr> <Th> Website </Th> <Td> Official Website </Td> </Tr> <Tr> <Th> References </Th> <Td> <P> </P> </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "Samsung", "Galaxy", "Grand", "Prime", "<Tr>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Th>", "Codename", "</Th>", "<Td>", "fortuna", "grandprimeve", "</Td>", "</Tr>", "<Tr>", "<Th>", "Manufacturer", "</Th>", "<Td>", "Samsung", "Electronics", "</Td>", "</Tr>", "<Tr>", "<Th>", "Series", "</Th>", "<Td>", "Samsung", "Galaxy", "</Td>", "</Tr>", "<Tr>", "<Th>", "Model", "</Th>", "<Td>", "SM", "-", "G530H", "/", "DS", "(", "Dual", "SIM", "variant", ")", "SM", "-", "G530F", "(", "LTE", "variant", ")", "SM", "-", "G530BT", "(", "Brazilian", "variant", ")", "SM", "-", "G530FZ", "SM", "-", "G530M", "SM", "-", "G531F", "(", "Value", "Edition", "LTE", ")", "SM", "-", "G531H", "/", "DL", "(", "Value", "Edition", "Dual", "SIM", ")", "SM", "-", "G531BT", "(", "Brazilian", "variant", ";", "SBTVD", "Dual", "SIM", "variant", ")", "SM", "-", "G531F", "/", "DD", "(", "Value", "Edition", "LTE", "Dual", "SIM", ")", "SM", "-", "G531Y", "(", "Value", "Edition", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Compatible", "networks", "</Th>", "<Td>", "(", "GSM", "/", "GPRS", "/", "EDGE", ")", ":", "850", ",", "900", ",", "1800", ",", "and", "1900", "MHz", ";", "3G", "(", "HSPA", "42.2", "/", "5.76", "Mbit", "/", "s", ")", ":", "HSDPA", "850", "/", "‒", "900", "/", "‒", "1900", "/", "‒", "2100", "MHz", ";", "4G", "LTE", "(", "Cat4", "150", "/", "50", "Mbit", "/", "s", ")", ":", "700", ",", "800", ",", "850", ",", "900", ",", "1700", ",", "1800", ",", "1900", ",", "2100", ",", "and", "2600", "MHz", "</Td>", "</Tr>", "<Tr>", "<Th>", "First", "released", "</Th>", "<Td>", "September", "2014", "June", "2015", "(", "Value", "Edition", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Predecessor", "</Th>", "<Td>", "Samsung", "Galaxy", "Core", "Prime", "</Td>", "</Tr>", "<Tr>", "<Th>", "Successor", "</Th>", "<Td>", "Samsung", "Galaxy", "J2", "Prime", "/", "Grand", "Prime+", "</Td>", "</Tr>", "<Tr>", "<Th>", "Related", "</Th>", "<Td>", "Samsung", "Galaxy", "On5", "Samsung", "Galaxy", "On7", "</Td>", "</Tr>", "<Tr>", "<Th>", "Type", "</Th>", "<Td>", "Touchscreen", "smartphone", "</Td>", "</Tr>", "<Tr>", "<Th>", "Form", "factor", "</Th>", "<Td>", "Slate", "</Td>", "</Tr>", "<Tr>", "<Th>", "</Th>", "<Td>", "144.8", "mm", "(", "5.70", "in", ")", "H", "72.1", "mm", "(", "2.84", "in", ")", "W", "8.6", "mm", "(", "0.34", "in", ")", "D", "</Td>", "</Tr>", "<Tr>", "<Th>", "Weight", "</Th>", "<Td>", "156", "g", "(", "5.5", "oz", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Operating", "system", "</Th>", "<Td>", "Original", ":", "Android", "4.4.", "4", "``", "KitKat", "''", "Android", "5.0", "-", "5.1.", "1", "``", "Lollipop", "''", "(", "Value", "Edition", "variants", ")", "Current", ":", "Android", "5.1.", "1", "``", "Lollipop", "''", "Unofficial", ":", "Android", "7.1.", "1", "``", "Nougat", "''", "</Td>", "</Tr>", "<Tr>", "<Th>", "System", "on", "chip", "</Th>", "<Td>", "Qualcomm", "Snapdragon", "MSM8916", "410", "Marvell", "PXA1908", "(", "Value", "Edition", ")", "Spreadtrum", "SC7730", "(", "SM", "-", "G531Y", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "CPU", "</Th>", "<Td>", "ARMv8", "1.2", "GHz", "Quad", "-", "core", "CPU", "ARMv7", "1.3", "GHz", "Quad", "-", "core", "CPU", "(", "SM", "-", "G531Y", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "GPU", "</Th>", "<Td>", "Adreno", "306", "Vivante", "GC7000UL", "(", "Value", "Edition", ")", "Mali", "-", "400", "MP", "(", "SM", "-", "G531Y", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Memory", "</Th>", "<Td>", "1", "GB", "RAM", "</Td>", "</Tr>", "<Tr>", "<Th>", "Storage", "</Th>", "<Td>", "8", "GB", "</Td>", "</Tr>", "<Tr>", "<Th>", "Removable", "storage", "</Th>", "<Td>", "microSD", ",", "microSDXC", "up", "to", "254", "GB", "</Td>", "</Tr>", "<Tr>", "<Th>", "Battery", "</Th>", "<Td>", "2600", "mAh", "Li", "-", "ion", "</Td>", "</Tr>", "<Tr>", "<Th>", "Data", "inputs", "</Th>", "<Td>", "Accelerometer", "Proximity", "sensor", "Geomagnetic", "sensor", "Compass", "</Td>", "</Tr>", "<Tr>", "<Th>", "Display", "</Th>", "<Td>", "5.0", "in", "(", "130", "mm", ")", "540x960", "px", "(", "220", "dpi", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Rear", "camera", "</Th>", "<Td>", "8", "Megapixel", "with", "LED", "flash", "</Td>", "</Tr>", "<Tr>", "<Th>", "Front", "camera", "</Th>", "<Td>", "5", "Megapixel", "</Td>", "</Tr>", "<Tr>", "<Th>", "Connectivity", "</Th>", "<Td>", "Wi", "-", "Fi", "802.11", "a", "/", "b", "/", "g", "/", "n", "(", "2.4", "GHz", ")", "GPS", "Bluetooth", "LE", "4.0", "with", "ANT+", "Bluetooth", "4.1", "with", "A2DP", "(", "G531F", ")", "NFC", "(", "G530F", "/", "FZ", ";", "G531F", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Other", "</Th>", "<Td>", "Digital", "TV", "(", "SBTVD", "(", "SM", "-", "G530BT", ";", "SM", "-", "G531BT", ")", "USB", "On", "-", "The", "-", "Go", "(", "SM", "-", "G531F", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "SAR", "</Th>", "<Td>", "0.412", "W", "/", "kg", "(", "Head", "SAR", ")", "0.382", "W", "/", "kg", "(", "Body", "-", "worn", "SAR", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Website", "</Th>", "<Td>", "Official", "Website", "</Td>", "</Tr>", "<Tr>", "<Th>", "References", "</Th>", "<Td>", "<P>", "</P>", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 16, 23, 29, 35, 40, 44, 57, 63, 69, 74, 78, 91, 97, 103, 108, 113, 122, 128, 133, 141, 154, 160, 166, 171, 176, 189, 195, 200, 208, 220, 226, 232, 237, 242, 249, 255, 260, 268, 275, 281, 287, 292, 297, 303, 309, 314, 317, 319, 325, 327, 330, 332, 337, 341, 349, 351, 354, 356, 362, 364, 368, 376, 378, 381, 383, 390, 392, 402, 410, 412, 415, 417, 424, 427, 429, 435, 438, 440, 446, 448, 454, 462, 466, 468, 471, 473, 479, 481, 484, 486, 492, 500, 505, 509, 511, 514, 516, 523, 525, 535, 543, 545, 551, 556, 560, 568, 570, 573, 575, 581, 583, 586, 588, 594, 602, 606, 611, 615, 617, 620, 622, 628, 630, 636, 644, 646, 652, 658, 663, 668, 679, 688, 694, 699, 701, 705, 707, 712, 714, 719, 721, 723, 727, 729, 733, 735, 740, 742, 746, 751, 755, 757, 760, 762, 767, 772, 774, 779, 784, 786, 788, 790, 792, 798, 802, 804, 806, 810, 812, 814, 819, 821, 823, 828, 832, 834, 837, 841, 843, 848, 852, 854, 857, 862, 864, 866, 868, 870, 874, 876, 880, 882, 886, 888, 892, 894, 899, 901, 906, 908, 913, 915, 920, 922, 926, 931, 935, 941, 947, 952, 957, 963, 972, 978, 983, 993, 998, 1003, 1008, 1010, 1016, 1024, 1026, 1032, 1038, 1043, 1048, 1060, 1066, 1071, 1079, 1086, 1091, 1097, 1103, 1109, 1114, 1119, 1129, 1135, 1140, 1148, 1155, 1158, 1164, 1166, 1172, 1179, 1185, 1191, 1196, 1201, 1209, 1215, 1220, 1228, 1235, 1239, 1247, 1254, 1258, 1264, 1270, 1275, 1280, 1285, 1291, 1296, 1308, 1319, 1325, 1331, 1336, 1341, 1346, 1353, 1359, 1364, 1370, 1376, 1382, 1387, 1392, 1398, 1403, 1409, 1412, 1414, 1419, 1422, 1424, 1426, 1431, 1434, 1436, 1441, 1444, 1446, 1448, 1452, 1455, 1457, 1462, 1465, 1467, 1469, 1475, 1481, 1486, 1491, 1498, 1504, 1509, 1513, 1515, 1517, 1521, 1524, 1526, 1532, 1538, 1543, 1548, 1558, 1565, 1571, 1576, 1585, 1587, 1595, 1600, 1602, 1605, 1612, 1615, 1623, 1627, 1629, 1634, 1636, 1639, 1648, 1651, 1653, 1659, 1667, 1676, 1678, 1686, 1688, 1696, 1701, 1703, 1706, 1715, 1718, 1729, 1731, 1739, 1744, 1746, 1749, 1756, 1759, 1765, 1771, 1776, 1781, 1788, 1791, 1796, 1802, 1807, 1816, 1827, 1835, 1839, 1847, 1855, 1857, 1863, 1871, 1873, 1884, 1891, 1893, 1896, 1898, 1904, 1906, 1912, 1918, 1923, 1928, 1932, 1938, 1943, 1949, 1953, 1957, 1962, 1964, 1969, 1973, 1979, 1983, 1987, 1992, 1994, 1999, 2003, 2005, 2008, 2010, 2016, 2018, 2024, 2030, 2035, 2040, 2044, 2050, 2055, 2062, 2066, 2074, 2083, 2085, 2091, 2099, 2101, 2106, 2108, 2112, 2115, 2117, 2120, 2122, 2128, 2130, 2136, 2142, 2147, 2152, 2159, 2165, 2170, 2172, 2175, 2179, 2185, 2191, 2196, 2201, 2209, 2215, 2220, 2222, 2225, 2231, 2237, 2242, 2247, 2257, 2265, 2271, 2276, 2284, 2286, 2296, 2299, 2302, 2306, 2309, 2315, 2321, 2326, 2331, 2339, 2345, 2350, 2355, 2359, 2362, 2364, 2368, 2374, 2380, 2385, 2390, 2395, 2402, 2408, 2413, 2427, 2437, 2444, 2456, 2463, 2471, 2477, 2483, 2488, 2493, 2501, 2507, 2512, 2516, 2519, 2521, 2525, 2528, 2530, 2538, 2541, 2543, 2547, 2551, 2553, 2559, 2565, 2570, 2575, 2580, 2587, 2593, 2598, 2600, 2610, 2615, 2619, 2625, 2631, 2637, 2642, 2647, 2653, 2660, 2666, 2671, 2673, 2683, 2689, 2695, 2700, 2705, 2718, 2724, 2729, 2732, 2734, 2737, 2744, 2746, 2748, 2750, 2752, 2754, 2756, 2758, 2760, 2764, 2768, 2770, 2774, 2784, 2787, 2791, 2796, 2801, 2811, 2815, 2820, 2825, 2827, 2833, 2835, 2839, 2841, 2847, 2849, 2852, 2854, 2860, 2862, 2868, 2874, 2879, 2884, 2890, 2896, 2901, 2909, 2912, 2914, 2920, 2922, 2925, 2927, 2934, 2936, 2939, 2941, 2948, 2950, 2954, 2957, 2959, 2963, 2965, 2968, 2970, 2973, 2975, 2981, 2983, 2989, 2995, 3000, 3005, 3009, 3015, 3020, 3026, 3028, 3030, 3033, 3035, 3040, 3044, 3046, 3052, 3054, 3056, 3059, 3061, 3066, 3068, 3073, 3077, 3079, 3085, 3091, 3096, 3101, 3109, 3115, 3120, 3129, 3137, 3143, 3149, 3154, 3159, 3170, 3176, 3181, 3185, 3190, 3196, 3202 ] }
2f4203fa9f6f41afbc30a568c7e4360b
when did the samsung galaxy grand prime come out
{ "tokens": [ "when", "did", "the", "samsung", "galaxy", "grand", "prime", "come", "out" ], "offsets": [ 0, 5, 9, 13, 21, 28, 34, 40, 45 ] }
{ "text": [ "September 2014" ], "char_spans": [ { "start": [ 983 ], "end": [ 996 ] } ], "token_spans": [ { "start": [ 216 ], "end": [ 217 ] } ] }
[ "September 2014" ]
NaturalQuestionsShort
<P> Princess Jasmine is a fictional character who appears in Walt Disney Animation Studios ' 31st animated feature film Aladdin ( 1992 ) . Voiced by American actress Linda Larkin -- with a singing voice provided by Filipina singer Lea Salonga -- Jasmine is the spirited Princess of Agrabah , who has grown weary of her life of palace confinement . Despite an age - old law stipulating that the princess must marry a prince in time for her upcoming birthday , Jasmine is instead determined to marry someone she loves for who he is as opposed to what he owns . Created by directors Ron Clements and John Musker with screenwriters Ted Elliott and Terry Rossio , Jasmine is based on Badroulbadour , a princess who appears in the One Thousand and One Nights folktale `` Aladdin and the Magical Lamp '' . </P>
{ "tokens": [ "<P>", "Princess", "Jasmine", "is", "a", "fictional", "character", "who", "appears", "in", "Walt", "Disney", "Animation", "Studios", "'", "31st", "animated", "feature", "film", "Aladdin", "(", "1992", ")", ".", "Voiced", "by", "American", "actress", "Linda", "Larkin", "--", "with", "a", "singing", "voice", "provided", "by", "Filipina", "singer", "Lea", "Salonga", "--", "Jasmine", "is", "the", "spirited", "Princess", "of", "Agrabah", ",", "who", "has", "grown", "weary", "of", "her", "life", "of", "palace", "confinement", ".", "Despite", "an", "age", "-", "old", "law", "stipulating", "that", "the", "princess", "must", "marry", "a", "prince", "in", "time", "for", "her", "upcoming", "birthday", ",", "Jasmine", "is", "instead", "determined", "to", "marry", "someone", "she", "loves", "for", "who", "he", "is", "as", "opposed", "to", "what", "he", "owns", ".", "Created", "by", "directors", "Ron", "Clements", "and", "John", "Musker", "with", "screenwriters", "Ted", "Elliott", "and", "Terry", "Rossio", ",", "Jasmine", "is", "based", "on", "Badroulbadour", ",", "a", "princess", "who", "appears", "in", "the", "One", "Thousand", "and", "One", "Nights", "folktale", "``", "Aladdin", "and", "the", "Magical", "Lamp", "''", ".", "</P>" ], "offsets": [ 0, 4, 13, 21, 24, 26, 36, 46, 50, 58, 61, 66, 73, 83, 91, 93, 98, 107, 115, 120, 128, 130, 135, 137, 139, 146, 149, 158, 166, 172, 179, 182, 187, 189, 197, 203, 212, 215, 224, 231, 235, 243, 246, 254, 257, 261, 270, 279, 282, 290, 292, 296, 300, 306, 312, 315, 319, 324, 327, 334, 346, 348, 356, 359, 363, 365, 369, 373, 385, 390, 394, 403, 408, 414, 416, 423, 426, 431, 435, 439, 448, 457, 459, 467, 470, 478, 489, 492, 498, 506, 510, 516, 520, 524, 527, 530, 533, 541, 544, 549, 552, 557, 559, 567, 570, 580, 584, 593, 597, 602, 609, 614, 628, 632, 640, 644, 650, 657, 659, 667, 670, 676, 679, 693, 695, 697, 706, 710, 718, 721, 725, 729, 738, 742, 746, 753, 762, 765, 773, 777, 781, 789, 794, 797, 799 ] }
b6b5be19c5a948828ec807be6d0f28d8
who does the voice of princess jasmine in aladdin
{ "tokens": [ "who", "does", "the", "voice", "of", "princess", "jasmine", "in", "aladdin" ], "offsets": [ 0, 4, 9, 13, 19, 22, 31, 39, 42 ] }
{ "text": [ "American actress Linda Larkin" ], "char_spans": [ { "start": [ 149 ], "end": [ 177 ] } ], "token_spans": [ { "start": [ 26 ], "end": [ 29 ] } ] }
[ "American actress Linda Larkin" ]
NaturalQuestionsShort
<P> Ignaz Philipp Semmelweis ( German : ( ɪˈɡnaːts ˈzɛml̩vaɪs ) ; Hungarian : Semmelweis Ignác Fülöp ; 1 July 1818 -- 13 August 1865 ) was a Hungarian physician of ethnic - German ancestry , now known as an early pioneer of antiseptic procedures . Described as the `` saviour of mothers '' , Semmelweis discovered that the incidence of puerperal fever ( also known as `` childbed fever '' ) could be drastically cut by the use of hand disinfection in obstetrical clinics . Puerperal fever was common in mid-19th - century hospitals and often fatal . Semmelweis proposed the practice of washing hands with chlorinated lime solutions in 1847 while working in Vienna General Hospital 's First Obstetrical Clinic , where doctors ' wards had three times the mortality of midwives ' wards . He published a book of his findings in Etiology , Concept and Prophylaxis of Childbed Fever . </P>
{ "tokens": [ "<P>", "Ignaz", "Philipp", "Semmelweis", "(", "German", ":", "(", "ɪˈɡnaːts", "ˈzɛml̩vaɪs", ")", ";", "Hungarian", ":", "Semmelweis", "Ignác", "Fülöp", ";", "1", "July", "1818", "--", "13", "August", "1865", ")", "was", "a", "Hungarian", "physician", "of", "ethnic", "-", "German", "ancestry", ",", "now", "known", "as", "an", "early", "pioneer", "of", "antiseptic", "procedures", ".", "Described", "as", "the", "``", "saviour", "of", "mothers", "''", ",", "Semmelweis", "discovered", "that", "the", "incidence", "of", "puerperal", "fever", "(", "also", "known", "as", "``", "childbed", "fever", "''", ")", "could", "be", "drastically", "cut", "by", "the", "use", "of", "hand", "disinfection", "in", "obstetrical", "clinics", ".", "Puerperal", "fever", "was", "common", "in", "mid-19th", "-", "century", "hospitals", "and", "often", "fatal", ".", "Semmelweis", "proposed", "the", "practice", "of", "washing", "hands", "with", "chlorinated", "lime", "solutions", "in", "1847", "while", "working", "in", "Vienna", "General", "Hospital", "'s", "First", "Obstetrical", "Clinic", ",", "where", "doctors", "'", "wards", "had", "three", "times", "the", "mortality", "of", "midwives", "'", "wards", ".", "He", "published", "a", "book", "of", "his", "findings", "in", "Etiology", ",", "Concept", "and", "Prophylaxis", "of", "Childbed", "Fever", ".", "</P>" ], "offsets": [ 0, 4, 10, 18, 29, 31, 38, 40, 42, 51, 62, 64, 66, 76, 78, 89, 95, 101, 103, 105, 110, 115, 118, 121, 128, 133, 135, 139, 141, 151, 161, 164, 171, 173, 180, 189, 191, 195, 201, 204, 207, 213, 221, 224, 235, 246, 248, 258, 261, 265, 268, 276, 279, 287, 290, 292, 303, 314, 319, 323, 333, 336, 346, 352, 354, 359, 365, 368, 371, 380, 386, 389, 391, 397, 400, 412, 416, 419, 423, 427, 430, 435, 448, 451, 463, 471, 473, 483, 489, 493, 500, 503, 512, 514, 522, 532, 536, 542, 548, 550, 561, 570, 574, 583, 586, 594, 600, 605, 617, 622, 632, 635, 640, 646, 654, 657, 664, 672, 681, 684, 690, 702, 709, 711, 717, 725, 727, 733, 737, 743, 749, 753, 763, 766, 775, 777, 783, 785, 788, 798, 800, 805, 808, 812, 821, 824, 833, 835, 843, 847, 859, 862, 871, 877, 879 ] }
55d5da640ccc42a7b15bf7eb4e53f093
when did health care workers first use chlorine solution to decontaminate hands
{ "tokens": [ "when", "did", "health", "care", "workers", "first", "use", "chlorine", "solution", "to", "decontaminate", "hands" ], "offsets": [ 0, 5, 9, 16, 21, 29, 35, 39, 48, 57, 60, 74 ] }
{ "text": [ "1847" ], "char_spans": [ { "start": [ 635 ], "end": [ 638 ] } ], "token_spans": [ { "start": [ 111 ], "end": [ 111 ] } ] }
[ "1847" ]
NaturalQuestionsShort
<P> Wicker Man is a wooden roller coaster located at Alton Towers in Staffordshire , United Kingdom . Following a weather delay , the ride opened to the public on 20 March 2018 and held its public opening ceremony on 24 March 2018 . Manufactured by Great Coasters International at a cost of £ 16,000,000 , Wicker Man set several milestones among wooden coasters including the first to be built at Alton Towers , the first to incorporate fire , and the first in the United Kingdom in over 21 years . Initially codenamed `` Secret Weapon 8 '' , a traditional format for naming major projects at Alton Towers , its official name was revealed in January 2018 . </P>
{ "tokens": [ "<P>", "Wicker", "Man", "is", "a", "wooden", "roller", "coaster", "located", "at", "Alton", "Towers", "in", "Staffordshire", ",", "United", "Kingdom", ".", "Following", "a", "weather", "delay", ",", "the", "ride", "opened", "to", "the", "public", "on", "20", "March", "2018", "and", "held", "its", "public", "opening", "ceremony", "on", "24", "March", "2018", ".", "Manufactured", "by", "Great", "Coasters", "International", "at", "a", "cost", "of", "£", "16,000,000", ",", "Wicker", "Man", "set", "several", "milestones", "among", "wooden", "coasters", "including", "the", "first", "to", "be", "built", "at", "Alton", "Towers", ",", "the", "first", "to", "incorporate", "fire", ",", "and", "the", "first", "in", "the", "United", "Kingdom", "in", "over", "21", "years", ".", "Initially", "codenamed", "``", "Secret", "Weapon", "8", "''", ",", "a", "traditional", "format", "for", "naming", "major", "projects", "at", "Alton", "Towers", ",", "its", "official", "name", "was", "revealed", "in", "January", "2018", ".", "</P>" ], "offsets": [ 0, 4, 11, 15, 18, 20, 27, 34, 42, 50, 53, 59, 66, 69, 83, 85, 92, 100, 102, 112, 114, 122, 128, 130, 134, 139, 146, 149, 153, 160, 163, 166, 172, 177, 181, 186, 190, 197, 205, 214, 217, 220, 226, 231, 233, 246, 249, 255, 264, 278, 281, 283, 288, 291, 293, 304, 306, 313, 317, 321, 329, 340, 346, 353, 362, 372, 376, 382, 385, 388, 394, 397, 403, 410, 412, 416, 422, 425, 437, 442, 444, 448, 452, 458, 461, 465, 472, 480, 483, 488, 491, 497, 499, 509, 519, 522, 529, 536, 538, 541, 543, 545, 557, 564, 568, 575, 581, 590, 593, 599, 606, 608, 612, 621, 626, 630, 639, 642, 650, 655, 657 ] }
eb18af8fe582418ab49a78b42c15f594
when does the wicker man open alton towers
{ "tokens": [ "when", "does", "the", "wicker", "man", "open", "alton", "towers" ], "offsets": [ 0, 5, 10, 14, 21, 25, 30, 36 ] }
{ "text": [ "24 March 2018" ], "char_spans": [ { "start": [ 217 ], "end": [ 229 ] } ], "token_spans": [ { "start": [ 40 ], "end": [ 42 ] } ] }
[ "24 March 2018" ]
NaturalQuestionsShort
<P> Solar flares affect all layers of the solar atmosphere ( photosphere , chromosphere , and corona ) , when the plasma medium is heated to tens of millions of degrees kelvin , while the cosmic - ray - like electrons , protons , and heavier ions are accelerated to near the speed of light . They produce radiation across the electromagnetic spectrum at all wavelengths , from radio waves to gamma rays , although most of the energy is spread over frequencies outside the visual range and for this reason the majority of the flares are not visible to the naked eye and must be observed with special instruments . Flares occur in active regions around sunspots , where intense magnetic fields penetrate the photosphere to link the corona to the solar interior . Flares are powered by the sudden ( timescales of minutes to tens of minutes ) release of magnetic energy stored in the corona . The same energy releases may produce coronal mass ejections ( CME ) , although the relation between CMEs and flares is still not well established . </P>
{ "tokens": [ "<P>", "Solar", "flares", "affect", "all", "layers", "of", "the", "solar", "atmosphere", "(", "photosphere", ",", "chromosphere", ",", "and", "corona", ")", ",", "when", "the", "plasma", "medium", "is", "heated", "to", "tens", "of", "millions", "of", "degrees", "kelvin", ",", "while", "the", "cosmic", "-", "ray", "-", "like", "electrons", ",", "protons", ",", "and", "heavier", "ions", "are", "accelerated", "to", "near", "the", "speed", "of", "light", ".", "They", "produce", "radiation", "across", "the", "electromagnetic", "spectrum", "at", "all", "wavelengths", ",", "from", "radio", "waves", "to", "gamma", "rays", ",", "although", "most", "of", "the", "energy", "is", "spread", "over", "frequencies", "outside", "the", "visual", "range", "and", "for", "this", "reason", "the", "majority", "of", "the", "flares", "are", "not", "visible", "to", "the", "naked", "eye", "and", "must", "be", "observed", "with", "special", "instruments", ".", "Flares", "occur", "in", "active", "regions", "around", "sunspots", ",", "where", "intense", "magnetic", "fields", "penetrate", "the", "photosphere", "to", "link", "the", "corona", "to", "the", "solar", "interior", ".", "Flares", "are", "powered", "by", "the", "sudden", "(", "timescales", "of", "minutes", "to", "tens", "of", "minutes", ")", "release", "of", "magnetic", "energy", "stored", "in", "the", "corona", ".", "The", "same", "energy", "releases", "may", "produce", "coronal", "mass", "ejections", "(", "CME", ")", ",", "although", "the", "relation", "between", "CMEs", "and", "flares", "is", "still", "not", "well", "established", ".", "</P>" ], "offsets": [ 0, 4, 10, 17, 24, 28, 35, 38, 42, 48, 59, 61, 73, 75, 88, 90, 94, 101, 103, 105, 110, 114, 121, 128, 131, 138, 141, 146, 149, 158, 161, 169, 176, 178, 184, 188, 195, 197, 201, 203, 208, 218, 220, 228, 230, 234, 242, 247, 251, 263, 266, 271, 275, 281, 284, 290, 292, 297, 305, 315, 322, 326, 342, 351, 354, 358, 370, 372, 377, 383, 389, 392, 398, 403, 405, 414, 419, 422, 426, 433, 436, 443, 448, 460, 468, 472, 479, 485, 489, 493, 498, 505, 509, 518, 521, 525, 532, 536, 540, 548, 551, 555, 561, 565, 569, 574, 577, 586, 591, 599, 611, 613, 620, 626, 629, 636, 644, 651, 660, 662, 668, 676, 685, 692, 702, 706, 718, 721, 726, 730, 737, 740, 744, 750, 759, 761, 768, 772, 780, 783, 787, 794, 796, 807, 810, 818, 821, 826, 829, 837, 839, 847, 850, 859, 866, 873, 876, 880, 887, 889, 893, 898, 905, 914, 918, 926, 934, 939, 949, 951, 955, 957, 959, 968, 972, 981, 989, 994, 998, 1005, 1008, 1014, 1018, 1023, 1035, 1037 ] }
1b08cdc448274a018eb50fb5ab4f1fba
where do solar flares take place within the structure of the sun
{ "tokens": [ "where", "do", "solar", "flares", "take", "place", "within", "the", "structure", "of", "the", "sun" ], "offsets": [ 0, 6, 9, 15, 22, 27, 33, 40, 44, 54, 57, 61 ] }
{ "text": [ "all layers of the solar atmosphere ( photosphere , chromosphere , and corona )" ], "char_spans": [ { "start": [ 24 ], "end": [ 101 ] } ], "token_spans": [ { "start": [ 4 ], "end": [ 17 ] } ] }
[ "all layers of the solar atmosphere ( photosphere , chromosphere , and corona )" ]
NaturalQuestionsShort
<P> Smoking in workplaces in Ireland was banned on 29 March 2004 , making Ireland the first country in the world to institute an outright ban on smoking in workplaces . From that date onwards , under the Public Health ( Tobacco ) Acts , it has been illegal to smoke in all enclosed workplaces . The ban is strictly enforced and includes bars , restaurants , clubs , offices , public buildings , company cars , trucks , taxis and vans . A private residence is considered a workplace when tradespeople , such as plumbers or electricians , are working there . € 3,000 is the maximum fine on the spot , while a prison sentence can also be given at a later time for violators . The law exempts dwellings , prisons , nursing homes , psychiatric wards , hotel rooms charitable accommodation and college dorm rooms . Certain buildings such as some hospitals forbid smoking anywhere in the grounds . </P>
{ "tokens": [ "<P>", "Smoking", "in", "workplaces", "in", "Ireland", "was", "banned", "on", "29", "March", "2004", ",", "making", "Ireland", "the", "first", "country", "in", "the", "world", "to", "institute", "an", "outright", "ban", "on", "smoking", "in", "workplaces", ".", "From", "that", "date", "onwards", ",", "under", "the", "Public", "Health", "(", "Tobacco", ")", "Acts", ",", "it", "has", "been", "illegal", "to", "smoke", "in", "all", "enclosed", "workplaces", ".", "The", "ban", "is", "strictly", "enforced", "and", "includes", "bars", ",", "restaurants", ",", "clubs", ",", "offices", ",", "public", "buildings", ",", "company", "cars", ",", "trucks", ",", "taxis", "and", "vans", ".", "A", "private", "residence", "is", "considered", "a", "workplace", "when", "tradespeople", ",", "such", "as", "plumbers", "or", "electricians", ",", "are", "working", "there", ".", "€", "3,000", "is", "the", "maximum", "fine", "on", "the", "spot", ",", "while", "a", "prison", "sentence", "can", "also", "be", "given", "at", "a", "later", "time", "for", "violators", ".", "The", "law", "exempts", "dwellings", ",", "prisons", ",", "nursing", "homes", ",", "psychiatric", "wards", ",", "hotel", "rooms", "charitable", "accommodation", "and", "college", "dorm", "rooms", ".", "Certain", "buildings", "such", "as", "some", "hospitals", "forbid", "smoking", "anywhere", "in", "the", "grounds", ".", "</P>" ], "offsets": [ 0, 4, 12, 15, 26, 29, 37, 41, 48, 51, 54, 60, 65, 67, 74, 82, 86, 92, 100, 103, 107, 113, 116, 126, 129, 138, 142, 145, 153, 156, 167, 169, 174, 179, 184, 192, 194, 200, 204, 211, 218, 220, 228, 230, 235, 237, 240, 244, 249, 257, 260, 266, 269, 273, 282, 293, 295, 299, 303, 306, 315, 324, 328, 337, 342, 344, 356, 358, 364, 366, 374, 376, 383, 393, 395, 403, 408, 410, 417, 419, 425, 429, 434, 436, 438, 446, 456, 459, 470, 472, 482, 487, 500, 502, 507, 510, 519, 522, 535, 537, 541, 549, 555, 557, 559, 565, 568, 572, 580, 585, 588, 592, 597, 599, 605, 607, 614, 623, 627, 632, 635, 641, 644, 646, 652, 657, 661, 671, 673, 677, 681, 689, 699, 701, 709, 711, 719, 725, 727, 739, 745, 747, 753, 759, 770, 784, 788, 796, 801, 807, 809, 817, 827, 832, 835, 840, 850, 857, 865, 874, 877, 881, 889, 891 ] }
c98c5d5253a54164ac125f7b9d779cc3
when did the smoking ban come in ireland
{ "tokens": [ "when", "did", "the", "smoking", "ban", "come", "in", "ireland" ], "offsets": [ 0, 5, 9, 13, 21, 25, 30, 33 ] }
{ "text": [ "29 March 2004" ], "char_spans": [ { "start": [ 51 ], "end": [ 63 ] } ], "token_spans": [ { "start": [ 9 ], "end": [ 11 ] } ] }
[ "29 March 2004" ]
NaturalQuestionsShort
<P> The plague disease , caused by Yersinia pestis , is enzootic ( commonly present ) in populations of fleas carried by ground rodents , including marmots , in various areas including Central Asia , Kurdistan , Western Asia , Northern India and Uganda . Due to climate change in Asia , rodents began to flee the dried out grasslands to more populated areas , spreading the disease . Nestorian graves dating to 1338 -- 1339 near Lake Issyk Kul in Kyrgyzstan have inscriptions referring to plague and are thought by many epidemiologists to mark the outbreak of the epidemic , from which it could easily have spread to China and India . In October 2010 , medical geneticists suggested that all three of the great waves of the plague originated in China . In China , the 13th - century Mongol conquest caused a decline in farming and trading . However , economic recovery had been observed at the beginning of the 14th century . In the 1330s , a large number of natural disasters and plagues led to widespread famine , starting in 1331 , with a deadly plague arriving soon after . Epidemics that may have included plague killed an estimated 25 million Chinese and other Asians during the 15 years before it reached Constantinople in 1347 . </P>
{ "tokens": [ "<P>", "The", "plague", "disease", ",", "caused", "by", "Yersinia", "pestis", ",", "is", "enzootic", "(", "commonly", "present", ")", "in", "populations", "of", "fleas", "carried", "by", "ground", "rodents", ",", "including", "marmots", ",", "in", "various", "areas", "including", "Central", "Asia", ",", "Kurdistan", ",", "Western", "Asia", ",", "Northern", "India", "and", "Uganda", ".", "Due", "to", "climate", "change", "in", "Asia", ",", "rodents", "began", "to", "flee", "the", "dried", "out", "grasslands", "to", "more", "populated", "areas", ",", "spreading", "the", "disease", ".", "Nestorian", "graves", "dating", "to", "1338", "--", "1339", "near", "Lake", "Issyk", "Kul", "in", "Kyrgyzstan", "have", "inscriptions", "referring", "to", "plague", "and", "are", "thought", "by", "many", "epidemiologists", "to", "mark", "the", "outbreak", "of", "the", "epidemic", ",", "from", "which", "it", "could", "easily", "have", "spread", "to", "China", "and", "India", ".", "In", "October", "2010", ",", "medical", "geneticists", "suggested", "that", "all", "three", "of", "the", "great", "waves", "of", "the", "plague", "originated", "in", "China", ".", "In", "China", ",", "the", "13th", "-", "century", "Mongol", "conquest", "caused", "a", "decline", "in", "farming", "and", "trading", ".", "However", ",", "economic", "recovery", "had", "been", "observed", "at", "the", "beginning", "of", "the", "14th", "century", ".", "In", "the", "1330s", ",", "a", "large", "number", "of", "natural", "disasters", "and", "plagues", "led", "to", "widespread", "famine", ",", "starting", "in", "1331", ",", "with", "a", "deadly", "plague", "arriving", "soon", "after", ".", "Epidemics", "that", "may", "have", "included", "plague", "killed", "an", "estimated", "25", "million", "Chinese", "and", "other", "Asians", "during", "the", "15", "years", "before", "it", "reached", "Constantinople", "in", "1347", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 23, 25, 32, 35, 44, 51, 53, 56, 65, 67, 76, 84, 86, 89, 101, 104, 110, 118, 121, 128, 136, 138, 148, 156, 158, 161, 169, 175, 185, 193, 198, 200, 210, 212, 220, 225, 227, 236, 242, 246, 253, 255, 259, 262, 270, 277, 280, 285, 287, 295, 301, 304, 309, 313, 319, 323, 334, 337, 342, 352, 358, 360, 370, 374, 382, 384, 394, 401, 408, 411, 416, 419, 424, 429, 434, 440, 444, 447, 458, 463, 476, 486, 489, 496, 500, 504, 512, 515, 520, 536, 539, 544, 548, 557, 560, 564, 573, 575, 580, 586, 589, 595, 602, 607, 614, 617, 623, 627, 633, 635, 638, 646, 651, 653, 661, 673, 683, 688, 692, 698, 701, 705, 711, 717, 720, 724, 731, 742, 745, 751, 753, 756, 762, 764, 768, 773, 775, 783, 790, 799, 806, 808, 816, 819, 827, 831, 839, 841, 849, 851, 860, 869, 873, 878, 887, 890, 894, 904, 907, 911, 916, 924, 926, 929, 933, 939, 941, 943, 949, 956, 959, 967, 977, 981, 989, 993, 996, 1007, 1014, 1016, 1025, 1028, 1033, 1035, 1040, 1042, 1049, 1056, 1065, 1070, 1076, 1078, 1088, 1093, 1097, 1102, 1111, 1118, 1125, 1128, 1138, 1141, 1149, 1157, 1161, 1167, 1174, 1181, 1185, 1188, 1194, 1201, 1204, 1212, 1227, 1230, 1235, 1237 ] }
a7a6d3c7fdd14ccd82006994af3dd7ca
when did the black death start to spread
{ "tokens": [ "when", "did", "the", "black", "death", "start", "to", "spread" ], "offsets": [ 0, 5, 9, 13, 19, 25, 31, 34 ] }
{ "text": [ "1338 -- 1339" ], "char_spans": [ { "start": [ 411 ], "end": [ 422 ] } ], "token_spans": [ { "start": [ 73 ], "end": [ 75 ] } ] }
[ "1338 -- 1339" ]
NaturalQuestionsShort
<Ul> <Li> All federal and state holidays . </Li> <Li> Thanksgiving Holiday - Fourth Thursday in November . Usually Black Friday is also a holiday marked `` Day After Thanksgiving '' and the Wednesday before is often a holiday or early - dismissal day . Some schools give students the entire fourth week of November off . </Li> <Li> Christmas / Holiday break - Typically there are no classes on Christmas Eve and December 23 might be a half - day . The break lasts until first weekday in January after New Year 's Day . In years where January 1 falls on a Sunday ( such as 2017 ) , New Year 's Day is federally celebrated on Monday and classes begin on Tuesday , January 3 . Some areas include the entirety of the Christmas or New Year 's week in the vacation . </Li> <Li> Fall break - ( not taken in all parts of the country ) one to two weeks in September or October , sometimes coinciding with Labor Day . </Li> <Li> Winter break - ( not taken in all parts of the country ) one week in February or March , sometimes coinciding with Presidents ' Day . </Li> <Li> Spring break - one week in March or April ( usually around Easter ) . </Li> <Li> Summer break - Around 10 -- 11 weeks , either from end of May to early August , early June to Mid-August , or the end of June to the day after Labor Day in early September , - depending on region and state . Except that students with disabilities may receive special education services during the summer as mentioned in the Individuals with Disabilities Education Act . The break generally includes Independence Day . </Li> <Li> Religious holidays such as Good Friday , Jewish holidays , and Islamic holidays - depending on school demographics . </Li> <Li> Many public schools also have Teacher 's Day Off / In - Service ( Convention ) / Professional Day 2 or 3 days per year , usually devoted to professional development . </Li> </Ul>
{ "tokens": [ "<Ul>", "<Li>", "All", "federal", "and", "state", "holidays", ".", "</Li>", "<Li>", "Thanksgiving", "Holiday", "-", "Fourth", "Thursday", "in", "November", ".", "Usually", "Black", "Friday", "is", "also", "a", "holiday", "marked", "``", "Day", "After", "Thanksgiving", "''", "and", "the", "Wednesday", "before", "is", "often", "a", "holiday", "or", "early", "-", "dismissal", "day", ".", "Some", "schools", "give", "students", "the", "entire", "fourth", "week", "of", "November", "off", ".", "</Li>", "<Li>", "Christmas", "/", "Holiday", "break", "-", "Typically", "there", "are", "no", "classes", "on", "Christmas", "Eve", "and", "December", "23", "might", "be", "a", "half", "-", "day", ".", "The", "break", "lasts", "until", "first", "weekday", "in", "January", "after", "New", "Year", "'s", "Day", ".", "In", "years", "where", "January", "1", "falls", "on", "a", "Sunday", "(", "such", "as", "2017", ")", ",", "New", "Year", "'s", "Day", "is", "federally", "celebrated", "on", "Monday", "and", "classes", "begin", "on", "Tuesday", ",", "January", "3", ".", "Some", "areas", "include", "the", "entirety", "of", "the", "Christmas", "or", "New", "Year", "'s", "week", "in", "the", "vacation", ".", "</Li>", "<Li>", "Fall", "break", "-", "(", "not", "taken", "in", "all", "parts", "of", "the", "country", ")", "one", "to", "two", "weeks", "in", "September", "or", "October", ",", "sometimes", "coinciding", "with", "Labor", "Day", ".", "</Li>", "<Li>", "Winter", "break", "-", "(", "not", "taken", "in", "all", "parts", "of", "the", "country", ")", "one", "week", "in", "February", "or", "March", ",", "sometimes", "coinciding", "with", "Presidents", "'", "Day", ".", "</Li>", "<Li>", "Spring", "break", "-", "one", "week", "in", "March", "or", "April", "(", "usually", "around", "Easter", ")", ".", "</Li>", "<Li>", "Summer", "break", "-", "Around", "10", "--", "11", "weeks", ",", "either", "from", "end", "of", "May", "to", "early", "August", ",", "early", "June", "to", "Mid-August", ",", "or", "the", "end", "of", "June", "to", "the", "day", "after", "Labor", "Day", "in", "early", "September", ",", "-", "depending", "on", "region", "and", "state", ".", "Except", "that", "students", "with", "disabilities", "may", "receive", "special", "education", "services", "during", "the", "summer", "as", "mentioned", "in", "the", "Individuals", "with", "Disabilities", "Education", "Act", ".", "The", "break", "generally", "includes", "Independence", "Day", ".", "</Li>", "<Li>", "Religious", "holidays", "such", "as", "Good", "Friday", ",", "Jewish", "holidays", ",", "and", "Islamic", "holidays", "-", "depending", "on", "school", "demographics", ".", "</Li>", "<Li>", "Many", "public", "schools", "also", "have", "Teacher", "'s", "Day", "Off", "/", "In", "-", "Service", "(", "Convention", ")", "/", "Professional", "Day", "2", "or", "3", "days", "per", "year", ",", "usually", "devoted", "to", "professional", "development", ".", "</Li>", "</Ul>" ], "offsets": [ 0, 5, 10, 14, 22, 26, 32, 41, 43, 49, 54, 67, 75, 77, 84, 93, 96, 105, 107, 115, 121, 128, 131, 136, 138, 146, 153, 156, 160, 166, 179, 182, 186, 190, 200, 207, 210, 216, 218, 226, 229, 235, 237, 247, 251, 253, 258, 266, 271, 280, 284, 291, 298, 303, 306, 315, 319, 321, 327, 332, 342, 344, 352, 358, 360, 370, 376, 380, 383, 391, 394, 404, 408, 412, 421, 424, 430, 433, 435, 440, 442, 446, 448, 452, 458, 464, 470, 476, 484, 487, 495, 501, 505, 510, 513, 517, 519, 522, 528, 534, 542, 544, 550, 553, 555, 562, 564, 569, 572, 577, 579, 581, 585, 590, 593, 597, 600, 610, 621, 624, 631, 635, 643, 649, 652, 660, 662, 670, 672, 674, 679, 685, 693, 697, 706, 709, 713, 723, 726, 730, 735, 738, 743, 746, 750, 759, 761, 767, 772, 777, 783, 785, 787, 791, 797, 800, 804, 810, 813, 817, 825, 827, 831, 834, 838, 844, 847, 857, 860, 868, 870, 880, 891, 896, 902, 906, 908, 914, 919, 926, 932, 934, 936, 940, 946, 949, 953, 959, 962, 966, 974, 976, 980, 985, 988, 997, 1000, 1006, 1008, 1018, 1029, 1034, 1045, 1047, 1051, 1053, 1059, 1064, 1071, 1077, 1079, 1083, 1088, 1091, 1097, 1100, 1106, 1108, 1116, 1123, 1130, 1132, 1134, 1140, 1145, 1152, 1158, 1160, 1167, 1170, 1173, 1176, 1182, 1184, 1191, 1196, 1200, 1203, 1207, 1210, 1216, 1223, 1225, 1231, 1236, 1239, 1250, 1252, 1255, 1259, 1263, 1266, 1271, 1274, 1278, 1282, 1288, 1294, 1298, 1301, 1307, 1317, 1319, 1321, 1331, 1334, 1341, 1345, 1351, 1353, 1360, 1365, 1374, 1379, 1392, 1396, 1404, 1412, 1422, 1431, 1438, 1442, 1449, 1452, 1462, 1465, 1469, 1481, 1486, 1499, 1509, 1513, 1515, 1519, 1525, 1535, 1544, 1557, 1561, 1563, 1569, 1574, 1584, 1593, 1598, 1601, 1606, 1613, 1615, 1622, 1631, 1633, 1637, 1645, 1654, 1656, 1666, 1669, 1676, 1689, 1691, 1697, 1702, 1707, 1714, 1722, 1727, 1732, 1740, 1743, 1747, 1751, 1753, 1756, 1758, 1766, 1768, 1779, 1781, 1783, 1796, 1800, 1802, 1805, 1807, 1812, 1816, 1821, 1823, 1831, 1839, 1842, 1855, 1867, 1869, 1875 ] }
3c8358734ecc417b9e789ddf01099623
when do school summer holidays start in usa
{ "tokens": [ "when", "do", "school", "summer", "holidays", "start", "in", "usa" ], "offsets": [ 0, 5, 8, 15, 22, 31, 37, 40 ] }
{ "text": [ "Around 10 -- 11 weeks , either from end of May to early August , early June to Mid-August , or the end of June to the day after Labor Day in early September , - depending on region and state" ], "char_spans": [ { "start": [ 1160 ], "end": [ 1349 ] } ], "token_spans": [ { "start": [ 227 ], "end": [ 267 ] } ] }
[ "Around 10 -- 11 weeks , either from end of May to early August , early June to Mid-August , or the end of June to the day after Labor Day in early September , - depending on region and state" ]
NaturalQuestionsShort
<Table> <Tr> <Th colspan="2"> Michigan Wolverines men 's basketball </Th> </Tr> <Tr> <Td colspan="2"> <Table> <Tr> <Td> </Td> <Td> 2018 -- 19 Michigan Wolverines men 's basketball team </Td> </Tr> </Table> </Td> </Tr> <Tr> <Td colspan="2"> </Td> </Tr> <Tr> <Th> University </Th> <Td> University of Michigan </Td> </Tr> <Tr> <Th> First season </Th> <Td> 1909 </Td> </Tr> <Tr> <Th> All - time record </Th> <Td> 1,474 -- 1,034 (. 588 ) </Td> </Tr> <Tr> <Th> Head coach </Th> <Td> John Beilein ( 12th season ) </Td> </Tr> <Tr> <Th> Conference </Th> <Td> Big Ten </Td> </Tr> <Tr> <Th> Location </Th> <Td> Ann Arbor , Michigan </Td> </Tr> <Tr> <Th> Arena </Th> <Td> Crisler Center ( Capacity : 12,707 ) </Td> </Tr> <Tr> <Th> Nickname </Th> <Td> Wolverines </Td> </Tr> <Tr> <Th> Student section </Th> <Td> Maize Rage </Td> </Tr> <Tr> <Th> Colors </Th> <Td> Maize and Blue </Td> </Tr> <Tr> <Th colspan="2"> Uniforms </Th> </Tr> <Tr> <Td colspan="2"> <Table> <Tr> <Td> Home </Td> <Td> Away </Td> <Td> Alternate </Td> </Tr> </Table> </Td> </Tr> <Tr> <Th colspan="2"> NCAA Tournament champions </Th> </Tr> <Tr> <Td colspan="2"> 1989 </Td> </Tr> <Tr> <Th colspan="2"> NCAA Tournament runner - up </Th> </Tr> <Tr> <Td colspan="2"> 1965 , 1976 , 1992 * , 1993 * , 2013 , 2018 </Td> </Tr> <Tr> <Th colspan="2"> NCAA Tournament Final Four </Th> </Tr> <Tr> <Td colspan="2"> 1964 , 1965 , 1976 , 1989 , 1992 * , 1993 * , 2013 , 2018 </Td> </Tr> <Tr> <Th colspan="2"> NCAA Tournament Elite Eight </Th> </Tr> <Tr> <Td colspan="2"> 1948 , 1964 , 1965 , 1966 , 1974 , 1976 , 1977 , 1989 , 1992 , 1993 * , 1994 , 2013 , 2014 , 2018 </Td> </Tr> <Tr> <Th colspan="2"> NCAA Tournament Sweet Sixteen </Th> </Tr> <Tr> <Td colspan="2"> 1964 , 1965 , 1966 , 1974 , 1976 , 1977 , 1988 , 1989 , 1992 , 1993 * , 1994 , 2013 , 2014 , 2017 , 2018 </Td> </Tr> <Tr> <Th colspan="2"> NCAA Tournament appearances </Th> </Tr> <Tr> <Td colspan="2"> 1948 , 1964 , 1965 , 1966 , 1974 , 1975 , 1976 , 1977 , 1985 , 1986 , 1987 , 1988 , 1989 , 1990 , 1992 , 1993 * , 1994 , 1995 , 1996 * , 1998 * , 2009 , 2011 , 2012 , 2013 , 2014 , 2016 , 2017 , 2018 </Td> </Tr> <Tr> <Th colspan="2"> Conference tournament champions </Th> </Tr> <Tr> <Td colspan="2"> 1998 * , 2017 , 2018 </Td> </Tr> <Tr> <Th colspan="2"> Conference regular season champions </Th> </Tr> <Tr> <Td colspan="2"> 1921 , 1926 , 1927 , 1929 , 1948 , 1964 , 1965 , 1966 , 1974 , 1977 , 1985 , 1986 , 2012 , 2014 </Td> </Tr> <Tr> <Td colspan="2"> * vacated by NCAA </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "<Tr>", "<Th", "colspan=\"2\">", "Michigan", "Wolverines", "men", "'s", "basketball", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "<Table>", "<Tr>", "<Td>", "</Td>", "<Td>", "2018", "--", "19", "Michigan", "Wolverines", "men", "'s", "basketball", "team", "</Td>", "</Tr>", "</Table>", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Th>", "University", "</Th>", "<Td>", "University", "of", "Michigan", "</Td>", "</Tr>", "<Tr>", "<Th>", "First", "season", "</Th>", "<Td>", "1909", "</Td>", "</Tr>", "<Tr>", "<Th>", "All", "-", "time", "record", "</Th>", "<Td>", "1,474", "--", "1,034", "(.", "588", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Head", "coach", "</Th>", "<Td>", "John", "Beilein", "(", "12th", "season", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Conference", "</Th>", "<Td>", "Big", "Ten", "</Td>", "</Tr>", "<Tr>", "<Th>", "Location", "</Th>", "<Td>", "Ann", "Arbor", ",", "Michigan", "</Td>", "</Tr>", "<Tr>", "<Th>", "Arena", "</Th>", "<Td>", "Crisler", "Center", "(", "Capacity", ":", "12,707", ")", "</Td>", "</Tr>", "<Tr>", "<Th>", "Nickname", "</Th>", "<Td>", "Wolverines", "</Td>", "</Tr>", "<Tr>", "<Th>", "Student", "section", "</Th>", "<Td>", "Maize", "Rage", "</Td>", "</Tr>", "<Tr>", "<Th>", "Colors", "</Th>", "<Td>", "Maize", "and", "Blue", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Uniforms", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "<Table>", "<Tr>", "<Td>", "Home", "</Td>", "<Td>", "Away", "</Td>", "<Td>", "Alternate", "</Td>", "</Tr>", "</Table>", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "NCAA", "Tournament", "champions", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1989", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "NCAA", "Tournament", "runner", "-", "up", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1965", ",", "1976", ",", "1992", "*", ",", "1993", "*", ",", "2013", ",", "2018", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "NCAA", "Tournament", "Final", "Four", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1964", ",", "1965", ",", "1976", ",", "1989", ",", "1992", "*", ",", "1993", "*", ",", "2013", ",", "2018", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "NCAA", "Tournament", "Elite", "Eight", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1948", ",", "1964", ",", "1965", ",", "1966", ",", "1974", ",", "1976", ",", "1977", ",", "1989", ",", "1992", ",", "1993", "*", ",", "1994", ",", "2013", ",", "2014", ",", "2018", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "NCAA", "Tournament", "Sweet", "Sixteen", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1964", ",", "1965", ",", "1966", ",", "1974", ",", "1976", ",", "1977", ",", "1988", ",", "1989", ",", "1992", ",", "1993", "*", ",", "1994", ",", "2013", ",", "2014", ",", "2017", ",", "2018", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "NCAA", "Tournament", "appearances", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1948", ",", "1964", ",", "1965", ",", "1966", ",", "1974", ",", "1975", ",", "1976", ",", "1977", ",", "1985", ",", "1986", ",", "1987", ",", "1988", ",", "1989", ",", "1990", ",", "1992", ",", "1993", "*", ",", "1994", ",", "1995", ",", "1996", "*", ",", "1998", "*", ",", "2009", ",", "2011", ",", "2012", ",", "2013", ",", "2014", ",", "2016", ",", "2017", ",", "2018", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Conference", "tournament", "champions", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1998", "*", ",", "2017", ",", "2018", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Conference", "regular", "season", "champions", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "1921", ",", "1926", ",", "1927", ",", "1929", ",", "1948", ",", "1964", ",", "1965", ",", "1966", ",", "1974", ",", "1977", ",", "1985", ",", "1986", ",", "2012", ",", "2014", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"2\">", "*", "vacated", "by", "NCAA", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 13, 17, 30, 39, 50, 54, 57, 68, 74, 80, 85, 89, 102, 110, 115, 120, 126, 131, 136, 139, 142, 151, 162, 166, 169, 180, 185, 191, 197, 206, 212, 218, 223, 227, 240, 246, 252, 257, 262, 273, 279, 284, 295, 298, 307, 313, 319, 324, 329, 335, 342, 348, 353, 358, 364, 370, 375, 380, 384, 386, 391, 398, 404, 409, 415, 418, 424, 427, 431, 433, 439, 445, 450, 455, 460, 466, 472, 477, 482, 490, 492, 497, 504, 506, 512, 518, 523, 528, 539, 545, 550, 554, 558, 564, 570, 575, 580, 589, 595, 600, 604, 610, 612, 621, 627, 633, 638, 643, 649, 655, 660, 668, 675, 677, 686, 688, 695, 697, 703, 709, 714, 719, 728, 734, 739, 750, 756, 762, 767, 772, 780, 788, 794, 799, 805, 810, 816, 822, 827, 832, 839, 845, 850, 856, 860, 865, 871, 877, 882, 886, 899, 908, 914, 920, 925, 929, 942, 950, 955, 960, 965, 971, 976, 981, 987, 992, 1002, 1008, 1014, 1023, 1029, 1035, 1040, 1044, 1057, 1062, 1073, 1083, 1089, 1095, 1100, 1104, 1117, 1122, 1128, 1134, 1139, 1143, 1156, 1161, 1172, 1179, 1181, 1184, 1190, 1196, 1201, 1205, 1218, 1223, 1225, 1230, 1232, 1237, 1239, 1241, 1246, 1248, 1250, 1255, 1257, 1262, 1268, 1274, 1279, 1283, 1296, 1301, 1312, 1318, 1323, 1329, 1335, 1340, 1344, 1357, 1362, 1364, 1369, 1371, 1376, 1378, 1383, 1385, 1390, 1392, 1394, 1399, 1401, 1403, 1408, 1410, 1415, 1421, 1427, 1432, 1436, 1449, 1454, 1465, 1471, 1477, 1483, 1489, 1494, 1498, 1511, 1516, 1518, 1523, 1525, 1530, 1532, 1537, 1539, 1544, 1546, 1551, 1553, 1558, 1560, 1565, 1567, 1572, 1574, 1579, 1581, 1583, 1588, 1590, 1595, 1597, 1602, 1604, 1609, 1615, 1621, 1626, 1630, 1643, 1648, 1659, 1665, 1673, 1679, 1685, 1690, 1694, 1707, 1712, 1714, 1719, 1721, 1726, 1728, 1733, 1735, 1740, 1742, 1747, 1749, 1754, 1756, 1761, 1763, 1768, 1770, 1775, 1777, 1779, 1784, 1786, 1791, 1793, 1798, 1800, 1805, 1807, 1812, 1818, 1824, 1829, 1833, 1846, 1851, 1862, 1874, 1880, 1886, 1891, 1895, 1908, 1913, 1915, 1920, 1922, 1927, 1929, 1934, 1936, 1941, 1943, 1948, 1950, 1955, 1957, 1962, 1964, 1969, 1971, 1976, 1978, 1983, 1985, 1990, 1992, 1997, 1999, 2004, 2006, 2011, 2013, 2018, 2020, 2022, 2027, 2029, 2034, 2036, 2041, 2043, 2045, 2050, 2052, 2054, 2059, 2061, 2066, 2068, 2073, 2075, 2080, 2082, 2087, 2089, 2094, 2096, 2101, 2103, 2108, 2114, 2120, 2125, 2129, 2142, 2153, 2164, 2174, 2180, 2186, 2191, 2195, 2208, 2213, 2215, 2217, 2222, 2224, 2229, 2235, 2241, 2246, 2250, 2263, 2274, 2282, 2289, 2299, 2305, 2311, 2316, 2320, 2333, 2338, 2340, 2345, 2347, 2352, 2354, 2359, 2361, 2366, 2368, 2373, 2375, 2380, 2382, 2387, 2389, 2394, 2396, 2401, 2403, 2408, 2410, 2415, 2417, 2422, 2424, 2429, 2435, 2441, 2446, 2450, 2463, 2465, 2473, 2476, 2481, 2487, 2493 ] }
ed450e3eee7f405490a5382ddd71457f
when was the last time university of michigan won the ncaa men 's basketball tournament
{ "tokens": [ "when", "was", "the", "last", "time", "university", "of", "michigan", "won", "the", "ncaa", "men", "'s", "basketball", "tournament" ], "offsets": [ 0, 5, 9, 13, 18, 23, 34, 37, 46, 50, 54, 59, 63, 66, 77 ] }
{ "text": [ "1989" ], "char_spans": [ { "start": [ 1117 ], "end": [ 1120 ] } ], "token_spans": [ { "start": [ 184 ], "end": [ 184 ] } ] }
[ "1989" ]
NaturalQuestionsShort
<Table> <Tr> <Th> Cast </Th> <Th> Character Played </Th> <Th colspan="11"> Seasons </Th> </Tr> <Tr> <Th> </Th> <Th> </Th> <Th> </Th> <Th> </Th> <Th> 5 </Th> <Th> 6 </Th> </Tr> <Tr> <Td colspan="8"> Main characters </Td> </Tr> <Tr> <Td> Will Smith </Td> <Td> Will Smith </Td> <Td colspan="6"> Main </Td> </Tr> <Tr> <Td> James Avery </Td> <Td> Philip Banks </Td> <Td colspan="6"> Main </Td> </Tr> <Tr> <Td> Janet Hubert - Whitten </Td> <Td> Vivian Banks </Td> <Td colspan="3"> Main </Td> <Td colspan="3"> </Td> </Tr> <Tr> <Td> Daphne Maxwell Reid </Td> <Td colspan="3"> </Td> <Td colspan="3"> Main </Td> </Tr> <Tr> <Td> Alfonso Ribeiro </Td> <Td> Carlton Banks </Td> <Td colspan="6"> Main </Td> </Tr> <Tr> <Td> Karyn Parsons </Td> <Td> Hilary Banks </Td> <Td colspan="6"> Main </Td> </Tr> <Tr> <Td> Tatyana M. Ali </Td> <Td> Ashley Banks </Td> <Td colspan="6"> Main </Td> </Tr> <Tr> <Td> Joseph Marcell </Td> <Td> Geoffrey Butler </Td> <Td colspan="6"> Main </Td> </Tr> <Tr> <Td> Ross Bagley </Td> <Td> Nicholas `` Nicky '' Banks </Td> <Td colspan="4"> </Td> <Td colspan="2"> Main </Td> </Tr> <Tr> <Td colspan="8"> Recurring characters </Td> </Tr> <Tr> <Td> DJ Jazzy Jeff </Td> <Td> Jazz </Td> <Td colspan="6"> Recurring </Td> </Tr> <Tr> <Td> Vernee Watson - Johnson </Td> <Td> Viola `` Vy '' Smith </Td> <Td colspan="6"> Recurring </Td> </Tr> <Tr> <Td> Michael Weiner </Td> <Td> Kellogg Lieberbaum </Td> <Td colspan="2"> Recurring </Td> <Td colspan="4"> </Td> </Tr> <Tr> <Td> Lisa Fuller </Td> <Td> Toni </Td> <Td colspan="1"> Recurring </Td> <Td colspan="5"> </Td> </Tr> <Tr> <Td> Jenifer Lewis </Td> <Td> Helen Smith </Td> <Td colspan="1"> </Td> <Td colspan="5"> Recurring </Td> </Tr> <Tr> <Td> Charlayne Woodard </Td> <Td> Janice Smith </Td> <Td colspan="1"> </Td> <Td colspan="2"> Recurring </Td> <Td colspan="3"> </Td> </Tr> <Tr> <Td> Perry Moore </Td> <Td> Tyriq `` Ty '' Johnson </Td> <Td colspan="1"> </Td> <Td colspan="1"> Recurring </Td> <Td colspan="4"> </Td> </Tr> <Tr> <Td> Brian Stokes Mitchell </Td> <Td> Trevor Collins - Newsworthy </Td> <Td colspan="2"> </Td> <Td colspan="1"> Recurring </Td> <Td colspan="3"> </Td> </Tr> <Tr> <Td> Tyra Banks </Td> <Td> Jacqueline `` Jackie '' Ames </Td> <Td colspan="3"> </Td> <Td colspan="1"> Recurring </Td> <Td colspan="2"> </Td> </Tr> <Tr> <Td> Nia Long </Td> <Td> Beullah `` Lisa '' Wilkes </Td> <Td colspan="4"> </Td> <Td colspan="1"> Recurring </Td> <Td colspan="1"> </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "<Tr>", "<Th>", "Cast", "</Th>", "<Th>", "Character", "Played", "</Th>", "<Th", "colspan=\"11\">", "Seasons", "</Th>", "</Tr>", "<Tr>", "<Th>", "</Th>", "<Th>", "</Th>", "<Th>", "</Th>", "<Th>", "</Th>", "<Th>", "5", "</Th>", "<Th>", "6", "</Th>", "</Tr>", "<Tr>", "<Td", "colspan=\"8\">", "Main", "characters", "</Td>", "</Tr>", "<Tr>", "<Td>", "Will", "Smith", "</Td>", "<Td>", "Will", "Smith", "</Td>", "<Td", "colspan=\"6\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td>", "James", "Avery", "</Td>", "<Td>", "Philip", "Banks", "</Td>", "<Td", "colspan=\"6\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td>", "Janet", "Hubert", "-", "Whitten", "</Td>", "<Td>", "Vivian", "Banks", "</Td>", "<Td", "colspan=\"3\">", "Main", "</Td>", "<Td", "colspan=\"3\">", "</Td>", "</Tr>", "<Tr>", "<Td>", "Daphne", "Maxwell", "Reid", "</Td>", "<Td", "colspan=\"3\">", "</Td>", "<Td", "colspan=\"3\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td>", "Alfonso", "Ribeiro", "</Td>", "<Td>", "Carlton", "Banks", "</Td>", "<Td", "colspan=\"6\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td>", "Karyn", "Parsons", "</Td>", "<Td>", "Hilary", "Banks", "</Td>", "<Td", "colspan=\"6\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td>", "Tatyana", "M.", "Ali", "</Td>", "<Td>", "Ashley", "Banks", "</Td>", "<Td", "colspan=\"6\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td>", "Joseph", "Marcell", "</Td>", "<Td>", "Geoffrey", "Butler", "</Td>", "<Td", "colspan=\"6\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td>", "Ross", "Bagley", "</Td>", "<Td>", "Nicholas", "``", "Nicky", "''", "Banks", "</Td>", "<Td", "colspan=\"4\">", "</Td>", "<Td", "colspan=\"2\">", "Main", "</Td>", "</Tr>", "<Tr>", "<Td", "colspan=\"8\">", "Recurring", "characters", "</Td>", "</Tr>", "<Tr>", "<Td>", "DJ", "Jazzy", "Jeff", "</Td>", "<Td>", "Jazz", "</Td>", "<Td", "colspan=\"6\">", "Recurring", "</Td>", "</Tr>", "<Tr>", "<Td>", "Vernee", "Watson", "-", "Johnson", "</Td>", "<Td>", "Viola", "``", "Vy", "''", "Smith", "</Td>", "<Td", "colspan=\"6\">", "Recurring", "</Td>", "</Tr>", "<Tr>", "<Td>", "Michael", "Weiner", "</Td>", "<Td>", "Kellogg", "Lieberbaum", "</Td>", "<Td", "colspan=\"2\">", "Recurring", "</Td>", "<Td", "colspan=\"4\">", "</Td>", "</Tr>", "<Tr>", "<Td>", "Lisa", "Fuller", "</Td>", "<Td>", "Toni", "</Td>", "<Td", "colspan=\"1\">", "Recurring", "</Td>", "<Td", "colspan=\"5\">", "</Td>", "</Tr>", "<Tr>", "<Td>", "Jenifer", "Lewis", "</Td>", "<Td>", "Helen", "Smith", "</Td>", "<Td", "colspan=\"1\">", "</Td>", "<Td", "colspan=\"5\">", "Recurring", "</Td>", "</Tr>", "<Tr>", "<Td>", "Charlayne", "Woodard", "</Td>", "<Td>", "Janice", "Smith", "</Td>", "<Td", "colspan=\"1\">", "</Td>", "<Td", "colspan=\"2\">", "Recurring", "</Td>", "<Td", "colspan=\"3\">", "</Td>", "</Tr>", "<Tr>", "<Td>", "Perry", "Moore", "</Td>", "<Td>", "Tyriq", "``", "Ty", "''", "Johnson", "</Td>", "<Td", "colspan=\"1\">", "</Td>", "<Td", "colspan=\"1\">", "Recurring", "</Td>", "<Td", "colspan=\"4\">", "</Td>", "</Tr>", "<Tr>", "<Td>", "Brian", "Stokes", "Mitchell", "</Td>", "<Td>", "Trevor", "Collins", "-", "Newsworthy", "</Td>", "<Td", "colspan=\"2\">", "</Td>", "<Td", "colspan=\"1\">", "Recurring", "</Td>", "<Td", "colspan=\"3\">", "</Td>", "</Tr>", "<Tr>", "<Td>", "Tyra", "Banks", "</Td>", "<Td>", "Jacqueline", "``", "Jackie", "''", "Ames", "</Td>", "<Td", "colspan=\"3\">", "</Td>", "<Td", "colspan=\"1\">", "Recurring", "</Td>", "<Td", "colspan=\"2\">", "</Td>", "</Tr>", "<Tr>", "<Td>", "Nia", "Long", "</Td>", "<Td>", "Beullah", "``", "Lisa", "''", "Wilkes", "</Td>", "<Td", "colspan=\"4\">", "</Td>", "<Td", "colspan=\"1\">", "Recurring", "</Td>", "<Td", "colspan=\"1\">", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 13, 18, 23, 29, 34, 44, 51, 57, 61, 75, 83, 89, 95, 100, 105, 111, 116, 122, 127, 133, 138, 144, 149, 151, 157, 162, 164, 170, 176, 181, 185, 198, 203, 214, 220, 226, 231, 236, 241, 247, 253, 258, 263, 269, 275, 279, 292, 297, 303, 309, 314, 319, 325, 331, 337, 342, 349, 355, 361, 365, 378, 383, 389, 395, 400, 405, 411, 418, 420, 428, 434, 439, 446, 452, 458, 462, 475, 480, 486, 490, 503, 509, 515, 520, 525, 532, 540, 545, 551, 555, 568, 574, 578, 591, 596, 602, 608, 613, 618, 626, 634, 640, 645, 653, 659, 665, 669, 682, 687, 693, 699, 704, 709, 715, 723, 729, 734, 741, 747, 753, 757, 770, 775, 781, 787, 792, 797, 805, 808, 812, 818, 823, 830, 836, 842, 846, 859, 864, 870, 876, 881, 886, 893, 901, 907, 912, 921, 928, 934, 938, 951, 956, 962, 968, 973, 978, 983, 990, 996, 1001, 1010, 1013, 1019, 1022, 1028, 1034, 1038, 1051, 1057, 1061, 1074, 1079, 1085, 1091, 1096, 1100, 1113, 1123, 1134, 1140, 1146, 1151, 1156, 1159, 1165, 1170, 1176, 1181, 1186, 1192, 1196, 1209, 1219, 1225, 1231, 1236, 1241, 1248, 1255, 1257, 1265, 1271, 1276, 1282, 1285, 1288, 1291, 1297, 1303, 1307, 1320, 1330, 1336, 1342, 1347, 1352, 1360, 1367, 1373, 1378, 1386, 1397, 1403, 1407, 1420, 1430, 1436, 1440, 1453, 1459, 1465, 1470, 1475, 1480, 1487, 1493, 1498, 1503, 1509, 1513, 1526, 1536, 1542, 1546, 1559, 1565, 1571, 1576, 1581, 1589, 1595, 1601, 1606, 1612, 1618, 1624, 1628, 1641, 1647, 1651, 1664, 1674, 1680, 1686, 1691, 1696, 1706, 1714, 1720, 1725, 1732, 1738, 1744, 1748, 1761, 1767, 1771, 1784, 1794, 1800, 1804, 1817, 1823, 1829, 1834, 1839, 1845, 1851, 1857, 1862, 1868, 1871, 1874, 1877, 1885, 1891, 1895, 1908, 1914, 1918, 1931, 1941, 1947, 1951, 1964, 1970, 1976, 1981, 1986, 1992, 1999, 2008, 2014, 2019, 2026, 2034, 2036, 2047, 2053, 2057, 2070, 2076, 2080, 2093, 2103, 2109, 2113, 2126, 2132, 2138, 2143, 2148, 2153, 2159, 2165, 2170, 2181, 2184, 2191, 2194, 2199, 2205, 2209, 2222, 2228, 2232, 2245, 2255, 2261, 2265, 2278, 2284, 2290, 2295, 2300, 2304, 2309, 2315, 2320, 2328, 2331, 2336, 2339, 2346, 2352, 2356, 2369, 2375, 2379, 2392, 2402, 2408, 2412, 2425, 2431, 2437 ] }
34f48fc038d947e5b1626166468432e3
who plays will in fresh prince of bel air
{ "tokens": [ "who", "plays", "will", "in", "fresh", "prince", "of", "bel", "air" ], "offsets": [ 0, 4, 10, 15, 18, 24, 31, 34, 38 ] }
{ "text": [ "Will Smith" ], "char_spans": [ { "start": [ 236 ], "end": [ 245 ] } ], "token_spans": [ { "start": [ 39 ], "end": [ 40 ] } ] }
[ "Will Smith" ]
NaturalQuestionsShort
<P> Clinton O. `` Casey '' Sander ( born July 6 , 1956 ) is an American actor known as the character `` Captain '' Jimmy Wennick on the short - lived TV series Tucker . His television credits also include Criminal Minds , The Golden Girls , Grace Under Fire , Home Improvement , Malcolm in the Middle , Rules of Engagement , Sons of Anarchy , Mad Men , Silicon Valley , The Newsroom , Buffy the Vampire Slayer ( on which he portrayed the father of Xander Harris ) , Hunter , and Marvin Marvin , among other shows . He has a recurring role on the TV sitcom The Big Bang Theory as Bernadette 's father , Mike . </P>
{ "tokens": [ "<P>", "Clinton", "O.", "``", "Casey", "''", "Sander", "(", "born", "July", "6", ",", "1956", ")", "is", "an", "American", "actor", "known", "as", "the", "character", "``", "Captain", "''", "Jimmy", "Wennick", "on", "the", "short", "-", "lived", "TV", "series", "Tucker", ".", "His", "television", "credits", "also", "include", "Criminal", "Minds", ",", "The", "Golden", "Girls", ",", "Grace", "Under", "Fire", ",", "Home", "Improvement", ",", "Malcolm", "in", "the", "Middle", ",", "Rules", "of", "Engagement", ",", "Sons", "of", "Anarchy", ",", "Mad", "Men", ",", "Silicon", "Valley", ",", "The", "Newsroom", ",", "Buffy", "the", "Vampire", "Slayer", "(", "on", "which", "he", "portrayed", "the", "father", "of", "Xander", "Harris", ")", ",", "Hunter", ",", "and", "Marvin", "Marvin", ",", "among", "other", "shows", ".", "He", "has", "a", "recurring", "role", "on", "the", "TV", "sitcom", "The", "Big", "Bang", "Theory", "as", "Bernadette", "'s", "father", ",", "Mike", ".", "</P>" ], "offsets": [ 0, 4, 12, 15, 18, 24, 27, 34, 36, 41, 46, 48, 50, 55, 57, 60, 63, 72, 78, 84, 87, 91, 101, 104, 112, 115, 121, 129, 132, 136, 142, 144, 150, 153, 160, 167, 169, 173, 184, 192, 197, 205, 214, 220, 222, 226, 233, 239, 241, 247, 253, 258, 260, 265, 277, 279, 287, 290, 294, 301, 303, 309, 312, 323, 325, 330, 333, 341, 343, 347, 351, 353, 361, 368, 370, 374, 383, 385, 391, 395, 403, 410, 412, 415, 421, 424, 434, 438, 445, 448, 455, 462, 464, 466, 473, 475, 479, 486, 493, 495, 501, 507, 513, 515, 518, 522, 524, 534, 539, 542, 546, 549, 556, 560, 564, 569, 576, 579, 590, 593, 600, 602, 607, 609 ] }
36a9d4a572b9492db583bb6b74736ac6
who played bernadette 's father on big bang
{ "tokens": [ "who", "played", "bernadette", "'s", "father", "on", "big", "bang" ], "offsets": [ 0, 4, 11, 22, 25, 32, 35, 39 ] }
{ "text": [ "Clinton O. `` Casey '' Sander" ], "char_spans": [ { "start": [ 4 ], "end": [ 32 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 6 ] } ] }
[ "Clinton O. `` Casey '' Sander" ]
NaturalQuestionsShort
<P> `` I Can Only Imagine '' ( sometimes shortened to `` Imagine '' ) is a single recorded by Christian rock band MercyMe . Written and composed by lead vocalist Bart Millard , the song , based around a main piano track , was inspired by the death of Millard 's father and considers what it would be like in Heaven and to be standing before God . The song was first issued as a track on MercyMe 's 1999 album The Worship Project , which was released on an independent record label . The song was re-recorded and included on their 2001 major - label debut album Almost There as the fifth song on the album . </P>
{ "tokens": [ "<P>", "``", "I", "Can", "Only", "Imagine", "''", "(", "sometimes", "shortened", "to", "``", "Imagine", "''", ")", "is", "a", "single", "recorded", "by", "Christian", "rock", "band", "MercyMe", ".", "Written", "and", "composed", "by", "lead", "vocalist", "Bart", "Millard", ",", "the", "song", ",", "based", "around", "a", "main", "piano", "track", ",", "was", "inspired", "by", "the", "death", "of", "Millard", "'s", "father", "and", "considers", "what", "it", "would", "be", "like", "in", "Heaven", "and", "to", "be", "standing", "before", "God", ".", "The", "song", "was", "first", "issued", "as", "a", "track", "on", "MercyMe", "'s", "1999", "album", "The", "Worship", "Project", ",", "which", "was", "released", "on", "an", "independent", "record", "label", ".", "The", "song", "was", "re-recorded", "and", "included", "on", "their", "2001", "major", "-", "label", "debut", "album", "Almost", "There", "as", "the", "fifth", "song", "on", "the", "album", ".", "</P>" ], "offsets": [ 0, 4, 7, 9, 13, 18, 26, 29, 31, 41, 51, 54, 57, 65, 68, 70, 73, 75, 82, 91, 94, 104, 109, 114, 122, 124, 132, 136, 145, 148, 153, 162, 167, 175, 177, 181, 186, 188, 194, 201, 203, 208, 214, 220, 222, 226, 235, 238, 242, 248, 251, 259, 262, 269, 273, 283, 288, 291, 297, 300, 305, 308, 315, 319, 322, 325, 334, 341, 345, 347, 351, 356, 360, 366, 373, 376, 378, 384, 387, 395, 398, 403, 409, 413, 421, 429, 431, 437, 441, 450, 453, 456, 468, 475, 481, 483, 487, 492, 496, 508, 512, 521, 524, 530, 535, 541, 543, 549, 555, 561, 568, 574, 577, 581, 587, 592, 595, 599, 605, 607 ] }
eab3b7d7299246118f1572175e91fde0
who created the song i can only imagine
{ "tokens": [ "who", "created", "the", "song", "i", "can", "only", "imagine" ], "offsets": [ 0, 4, 12, 16, 21, 23, 27, 32 ] }
{ "text": [ "Bart Millard" ], "char_spans": [ { "start": [ 162 ], "end": [ 173 ] } ], "token_spans": [ { "start": [ 31 ], "end": [ 32 ] } ] }
[ "Bart Millard" ]
NaturalQuestionsShort
<P> The Boston Red Sox are an American professional baseball team based in Boston , Massachusetts . The Red Sox compete in Major League Baseball ( MLB ) as a member club of the American League ( AL ) East division . The Red Sox have won eight World Series championships and have played in twelve . In addition , they won the 1904 American League pennant , but were not able to defend their 1903 world championship when the New York Giants refused to participate in a World Series . Founded in 1901 as one of the American League 's eight charter franchises , the Red Sox ' home ballpark has been Fenway Park since 1912 . The `` Red Sox '' name was chosen by the team owner , John I. Taylor , around 1908 , following the lead of previous teams that had been known as the `` Boston Red Stockings '' , including the forerunner of the Atlanta Braves . </P>
{ "tokens": [ "<P>", "The", "Boston", "Red", "Sox", "are", "an", "American", "professional", "baseball", "team", "based", "in", "Boston", ",", "Massachusetts", ".", "The", "Red", "Sox", "compete", "in", "Major", "League", "Baseball", "(", "MLB", ")", "as", "a", "member", "club", "of", "the", "American", "League", "(", "AL", ")", "East", "division", ".", "The", "Red", "Sox", "have", "won", "eight", "World", "Series", "championships", "and", "have", "played", "in", "twelve", ".", "In", "addition", ",", "they", "won", "the", "1904", "American", "League", "pennant", ",", "but", "were", "not", "able", "to", "defend", "their", "1903", "world", "championship", "when", "the", "New", "York", "Giants", "refused", "to", "participate", "in", "a", "World", "Series", ".", "Founded", "in", "1901", "as", "one", "of", "the", "American", "League", "'s", "eight", "charter", "franchises", ",", "the", "Red", "Sox", "'", "home", "ballpark", "has", "been", "Fenway", "Park", "since", "1912", ".", "The", "``", "Red", "Sox", "''", "name", "was", "chosen", "by", "the", "team", "owner", ",", "John", "I.", "Taylor", ",", "around", "1908", ",", "following", "the", "lead", "of", "previous", "teams", "that", "had", "been", "known", "as", "the", "``", "Boston", "Red", "Stockings", "''", ",", "including", "the", "forerunner", "of", "the", "Atlanta", "Braves", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 19, 23, 27, 30, 39, 52, 61, 66, 72, 75, 82, 84, 98, 100, 104, 108, 112, 120, 123, 129, 136, 145, 147, 151, 153, 156, 158, 165, 170, 173, 177, 186, 193, 195, 198, 200, 205, 214, 216, 220, 224, 228, 233, 237, 243, 249, 256, 270, 274, 279, 286, 289, 296, 298, 301, 310, 312, 317, 321, 325, 330, 339, 346, 354, 356, 360, 365, 369, 374, 377, 384, 390, 395, 401, 414, 419, 423, 427, 432, 439, 447, 450, 462, 465, 467, 473, 480, 482, 490, 493, 498, 501, 505, 508, 512, 521, 528, 531, 537, 545, 556, 558, 562, 566, 570, 572, 577, 586, 590, 595, 602, 607, 613, 618, 620, 624, 627, 631, 635, 638, 643, 647, 654, 657, 661, 666, 672, 674, 679, 682, 689, 691, 698, 703, 705, 715, 719, 724, 727, 736, 742, 747, 751, 756, 762, 765, 769, 772, 779, 783, 793, 796, 798, 808, 812, 823, 826, 830, 838, 845, 847 ] }
726d6302156d4599b8ffc50f42cf0461
how many world series wins does boston have
{ "tokens": [ "how", "many", "world", "series", "wins", "does", "boston", "have" ], "offsets": [ 0, 4, 9, 15, 22, 27, 32, 39 ] }
{ "text": [ "eight" ], "char_spans": [ { "start": [ 237 ], "end": [ 241 ] } ], "token_spans": [ { "start": [ 47 ], "end": [ 47 ] } ] }
[ "eight" ]
NaturalQuestionsShort
<Ul> <Li> Barbara Millicent `` Barbie '' Roberts : Barbie is the lead character of the show . She lives in a large pink mansion called the `` Dreamhouse '' along with her sisters Skipper , Stacie , Chelsea and their pets . Barbie is a fashion icon and has had over 135 careers , and counting . Despite being a celebrity in Malibu , she is friendly , humble and good - natured . Barbie is voiced by Kate Higgins . </Li> <Li> Kenneth `` Ken '' Carson : Ken is Barbie 's long - time boyfriend . Ken strives to be the perfect boyfriend for Barbie and is always there when Barbie needs him . He is an inventor who makes high - end machines and gadgets for Barbie to use , though they usually end up malfunctioning . Ken is voiced by Sean Hankinson . </Li> <Li> Skipper Roberts : The oldest of Barbie 's little sisters ; she is sixteen years old . Skipper enjoys technology and DJing . Skipper is voiced by Paula Bodin . </Li> <Li> Stacie Roberts is eleven years old and the middle of Barbie 's little sisters . Stacie is a tomboy who loves sports and organization . Stacie is voiced by Paula Bodin . </Li> <Li> Chelsea `` Kelly '' Roberts is the 6 - year - old youngest of Barbie 's sisters . She is mostly interested in collecting and playing with stuffed animals ( including her eye - catching favorite Unicorn Flashie of the Month or simply Flashie ) . Chelsea is voiced by Laura Gerow . </Li> <Li> Teresa : Teresa is one of Barbie 's best friends who lives near the Dreamhouse . She is very chatty but is also very ditzy and often makes silly , half - witted remarks . Teresa is voiced by Katie Crown . </Li> <Li> Nikki : Nikki is one of Barbie 's best friends . She is also close friends with Teresa . She manages a fashion blog and loves taking pictures as a hobby . She is creative , outspoken , and very protective of her friends . Nikki is voiced by Nakia Burrise . </Li> <Li> Raquelle : Raquelle is Barbie 's frenemy and rival for Ken 's affections . She lives a very posh lifestyle in an attempt to outshine Barbie . She is portrayed as vain and arrogant and is not above deceit to attain what she wants . She is also clumsy , and her plans to sabotage Barbie often backfire . Raquelle is voiced by Haviland Stillwell . </Li> <Li> Ryan : Ryan is Raquelle 's twin brother and struggling musician . He is in love with Barbie and often writes songs about her to impress her . He is a frenemy of Ken and will often brawl with him to win Barbie 's affections . Like his sister , Ryan is also very vain and is often seen carrying around large cardboard standups of himself . Ryan is voiced by Charlie Bodin . </Li> <Li> Midge Hadley : Midge is Barbie 's childhood best friend from Barbie 's hometown , Willows , Wisconsin . She and Barbie lost touch when Barbie 's family moved to Malibu . Prior to her makeover , she appears in black - and - white , dressed in vintage fashion , and speaks in 1960s slang . She is also quirky , smart , and is fond of arts and crafts ( particularly macramé ) . She moves to Malibu and develops a crush on Ryan . Midge is voiced by Ashlyn Selich . </Li> <Li> Summer : Summer is another one of Barbie 's best friends . She is a fun , energetic girl who loves sports and games . She is competitive , and her hyperactive nature is sometimes too much to handle . Summer is voiced by Tara Sands . </Li> <Li> Grace : Grace is Barbie 's new best friend and a new resident in Malibu . She is very smart and interested in science . Grace is voied by Lillian Sofia . </Li> <Li> The Mall Cop : A strict and sometimes angry police officer who goes by the Malibu Mall codes of conduct . </Li> <Li> Closet : A robot who lives in and manages Barbie 's closet . The robot speaks in monotone and has an evil side . Closet is voiced by Todd Resnick . </Li> </Ul>
{ "tokens": [ "<Ul>", "<Li>", "Barbara", "Millicent", "``", "Barbie", "''", "Roberts", ":", "Barbie", "is", "the", "lead", "character", "of", "the", "show", ".", "She", "lives", "in", "a", "large", "pink", "mansion", "called", "the", "``", "Dreamhouse", "''", "along", "with", "her", "sisters", "Skipper", ",", "Stacie", ",", "Chelsea", "and", "their", "pets", ".", "Barbie", "is", "a", "fashion", "icon", "and", "has", "had", "over", "135", "careers", ",", "and", "counting", ".", "Despite", "being", "a", "celebrity", "in", "Malibu", ",", "she", "is", "friendly", ",", "humble", "and", "good", "-", "natured", ".", "Barbie", "is", "voiced", "by", "Kate", "Higgins", ".", "</Li>", "<Li>", "Kenneth", "``", "Ken", "''", "Carson", ":", "Ken", "is", "Barbie", "'s", "long", "-", "time", "boyfriend", ".", "Ken", "strives", "to", "be", "the", "perfect", "boyfriend", "for", "Barbie", "and", "is", "always", "there", "when", "Barbie", "needs", "him", ".", "He", "is", "an", "inventor", "who", "makes", "high", "-", "end", "machines", "and", "gadgets", "for", "Barbie", "to", "use", ",", "though", "they", "usually", "end", "up", "malfunctioning", ".", "Ken", "is", "voiced", "by", "Sean", "Hankinson", ".", "</Li>", "<Li>", "Skipper", "Roberts", ":", "The", "oldest", "of", "Barbie", "'s", "little", "sisters", ";", "she", "is", "sixteen", "years", "old", ".", "Skipper", "enjoys", "technology", "and", "DJing", ".", "Skipper", "is", "voiced", "by", "Paula", "Bodin", ".", "</Li>", "<Li>", "Stacie", "Roberts", "is", "eleven", "years", "old", "and", "the", "middle", "of", "Barbie", "'s", "little", "sisters", ".", "Stacie", "is", "a", "tomboy", "who", "loves", "sports", "and", "organization", ".", "Stacie", "is", "voiced", "by", "Paula", "Bodin", ".", "</Li>", "<Li>", "Chelsea", "``", "Kelly", "''", "Roberts", "is", "the", "6", "-", "year", "-", "old", "youngest", "of", "Barbie", "'s", "sisters", ".", "She", "is", "mostly", "interested", "in", "collecting", "and", "playing", "with", "stuffed", "animals", "(", "including", "her", "eye", "-", "catching", "favorite", "Unicorn", "Flashie", "of", "the", "Month", "or", "simply", "Flashie", ")", ".", "Chelsea", "is", "voiced", "by", "Laura", "Gerow", ".", "</Li>", "<Li>", "Teresa", ":", "Teresa", "is", "one", "of", "Barbie", "'s", "best", "friends", "who", "lives", "near", "the", "Dreamhouse", ".", "She", "is", "very", "chatty", "but", "is", "also", "very", "ditzy", "and", "often", "makes", "silly", ",", "half", "-", "witted", "remarks", ".", "Teresa", "is", "voiced", "by", "Katie", "Crown", ".", "</Li>", "<Li>", "Nikki", ":", "Nikki", "is", "one", "of", "Barbie", "'s", "best", "friends", ".", "She", "is", "also", "close", "friends", "with", "Teresa", ".", "She", "manages", "a", "fashion", "blog", "and", "loves", "taking", "pictures", "as", "a", "hobby", ".", "She", "is", "creative", ",", "outspoken", ",", "and", "very", "protective", "of", "her", "friends", ".", "Nikki", "is", "voiced", "by", "Nakia", "Burrise", ".", "</Li>", "<Li>", "Raquelle", ":", "Raquelle", "is", "Barbie", "'s", "frenemy", "and", "rival", "for", "Ken", "'s", "affections", ".", "She", "lives", "a", "very", "posh", "lifestyle", "in", "an", "attempt", "to", "outshine", "Barbie", ".", "She", "is", "portrayed", "as", "vain", "and", "arrogant", "and", "is", "not", "above", "deceit", "to", "attain", "what", "she", "wants", ".", "She", "is", "also", "clumsy", ",", "and", "her", "plans", "to", "sabotage", "Barbie", "often", "backfire", ".", "Raquelle", "is", "voiced", "by", "Haviland", "Stillwell", ".", "</Li>", "<Li>", "Ryan", ":", "Ryan", "is", "Raquelle", "'s", "twin", "brother", "and", "struggling", "musician", ".", "He", "is", "in", "love", "with", "Barbie", "and", "often", "writes", "songs", "about", "her", "to", "impress", "her", ".", "He", "is", "a", "frenemy", "of", "Ken", "and", "will", "often", "brawl", "with", "him", "to", "win", "Barbie", "'s", "affections", ".", "Like", "his", "sister", ",", "Ryan", "is", "also", "very", "vain", "and", "is", "often", "seen", "carrying", "around", "large", "cardboard", "standups", "of", "himself", ".", "Ryan", "is", "voiced", "by", "Charlie", "Bodin", ".", "</Li>", "<Li>", "Midge", "Hadley", ":", "Midge", "is", "Barbie", "'s", "childhood", "best", "friend", "from", "Barbie", "'s", "hometown", ",", "Willows", ",", "Wisconsin", ".", "She", "and", "Barbie", "lost", "touch", "when", "Barbie", "'s", "family", "moved", "to", "Malibu", ".", "Prior", "to", "her", "makeover", ",", "she", "appears", "in", "black", "-", "and", "-", "white", ",", "dressed", "in", "vintage", "fashion", ",", "and", "speaks", "in", "1960s", "slang", ".", "She", "is", "also", "quirky", ",", "smart", ",", "and", "is", "fond", "of", "arts", "and", "crafts", "(", "particularly", "macramé", ")", ".", "She", "moves", "to", "Malibu", "and", "develops", "a", "crush", "on", "Ryan", ".", "Midge", "is", "voiced", "by", "Ashlyn", "Selich", ".", "</Li>", "<Li>", "Summer", ":", "Summer", "is", "another", "one", "of", "Barbie", "'s", "best", "friends", ".", "She", "is", "a", "fun", ",", "energetic", "girl", "who", "loves", "sports", "and", "games", ".", "She", "is", "competitive", ",", "and", "her", "hyperactive", "nature", "is", "sometimes", "too", "much", "to", "handle", ".", "Summer", "is", "voiced", "by", "Tara", "Sands", ".", "</Li>", "<Li>", "Grace", ":", "Grace", "is", "Barbie", "'s", "new", "best", "friend", "and", "a", "new", "resident", "in", "Malibu", ".", "She", "is", "very", "smart", "and", "interested", "in", "science", ".", "Grace", "is", "voied", "by", "Lillian", "Sofia", ".", "</Li>", "<Li>", "The", "Mall", "Cop", ":", "A", "strict", "and", "sometimes", "angry", "police", "officer", "who", "goes", "by", "the", "Malibu", "Mall", "codes", "of", "conduct", ".", "</Li>", "<Li>", "Closet", ":", "A", "robot", "who", "lives", "in", "and", "manages", "Barbie", "'s", "closet", ".", "The", "robot", "speaks", "in", "monotone", "and", "has", "an", "evil", "side", ".", "Closet", "is", "voiced", "by", "Todd", "Resnick", ".", "</Li>", "</Ul>" ], "offsets": [ 0, 5, 10, 18, 28, 31, 38, 41, 49, 51, 58, 61, 65, 70, 80, 83, 87, 92, 94, 98, 104, 107, 109, 115, 120, 128, 135, 139, 142, 153, 156, 162, 167, 171, 179, 187, 189, 196, 198, 206, 210, 216, 221, 223, 230, 233, 235, 243, 248, 252, 256, 260, 265, 269, 277, 279, 283, 292, 294, 302, 308, 310, 320, 323, 330, 332, 336, 339, 348, 350, 357, 361, 366, 368, 376, 378, 385, 388, 395, 398, 403, 411, 413, 419, 424, 432, 435, 439, 442, 449, 451, 455, 458, 465, 468, 473, 475, 480, 490, 492, 496, 504, 507, 510, 514, 522, 532, 536, 543, 547, 550, 557, 563, 568, 575, 581, 585, 587, 590, 593, 596, 605, 609, 615, 620, 622, 626, 635, 639, 647, 651, 658, 661, 665, 667, 674, 679, 687, 691, 694, 709, 711, 715, 718, 725, 728, 733, 743, 745, 751, 756, 764, 772, 774, 778, 785, 788, 795, 798, 805, 813, 815, 819, 822, 830, 836, 840, 842, 850, 857, 868, 872, 878, 880, 888, 891, 898, 901, 907, 913, 915, 921, 926, 933, 941, 944, 951, 957, 961, 965, 969, 976, 979, 986, 989, 996, 1004, 1006, 1013, 1016, 1018, 1025, 1029, 1035, 1042, 1046, 1059, 1061, 1068, 1071, 1078, 1081, 1087, 1093, 1095, 1101, 1106, 1114, 1117, 1123, 1126, 1134, 1137, 1141, 1143, 1145, 1150, 1152, 1156, 1165, 1168, 1175, 1178, 1186, 1188, 1192, 1195, 1202, 1213, 1216, 1227, 1231, 1239, 1244, 1252, 1260, 1262, 1272, 1276, 1280, 1282, 1291, 1300, 1308, 1316, 1319, 1323, 1329, 1332, 1339, 1347, 1349, 1351, 1359, 1362, 1369, 1372, 1378, 1384, 1386, 1392, 1397, 1404, 1406, 1413, 1416, 1420, 1423, 1430, 1433, 1438, 1446, 1450, 1456, 1461, 1465, 1476, 1478, 1482, 1485, 1490, 1497, 1501, 1504, 1509, 1514, 1520, 1524, 1530, 1536, 1542, 1544, 1549, 1551, 1558, 1566, 1568, 1575, 1578, 1585, 1588, 1594, 1600, 1602, 1608, 1613, 1619, 1621, 1627, 1630, 1634, 1637, 1644, 1647, 1652, 1660, 1662, 1666, 1669, 1674, 1680, 1688, 1693, 1700, 1702, 1706, 1714, 1716, 1724, 1729, 1733, 1739, 1746, 1755, 1758, 1760, 1766, 1768, 1772, 1775, 1784, 1786, 1796, 1798, 1802, 1807, 1818, 1821, 1825, 1833, 1835, 1841, 1844, 1851, 1854, 1860, 1868, 1870, 1876, 1881, 1890, 1892, 1901, 1904, 1911, 1914, 1922, 1926, 1932, 1936, 1940, 1943, 1954, 1956, 1960, 1966, 1968, 1973, 1978, 1988, 1991, 1994, 2002, 2005, 2014, 2021, 2023, 2027, 2030, 2040, 2043, 2048, 2052, 2061, 2065, 2068, 2072, 2078, 2085, 2088, 2095, 2100, 2104, 2110, 2112, 2116, 2119, 2124, 2131, 2133, 2137, 2141, 2147, 2150, 2159, 2166, 2172, 2181, 2183, 2192, 2195, 2202, 2205, 2214, 2224, 2226, 2232, 2237, 2242, 2244, 2249, 2252, 2261, 2264, 2269, 2277, 2281, 2292, 2301, 2303, 2306, 2309, 2312, 2317, 2322, 2329, 2333, 2339, 2346, 2352, 2358, 2362, 2365, 2373, 2377, 2379, 2382, 2385, 2387, 2395, 2398, 2402, 2406, 2411, 2417, 2423, 2428, 2432, 2435, 2439, 2446, 2449, 2460, 2462, 2467, 2471, 2478, 2480, 2485, 2488, 2493, 2498, 2503, 2507, 2510, 2516, 2521, 2530, 2537, 2543, 2553, 2562, 2565, 2573, 2575, 2580, 2583, 2590, 2593, 2601, 2607, 2609, 2615, 2620, 2626, 2633, 2635, 2641, 2644, 2651, 2654, 2664, 2669, 2676, 2681, 2688, 2691, 2700, 2702, 2710, 2712, 2722, 2724, 2728, 2732, 2739, 2744, 2750, 2755, 2762, 2765, 2772, 2778, 2781, 2788, 2790, 2796, 2799, 2803, 2812, 2814, 2818, 2826, 2829, 2835, 2837, 2841, 2843, 2849, 2851, 2859, 2862, 2870, 2878, 2880, 2884, 2891, 2894, 2900, 2906, 2908, 2912, 2915, 2920, 2927, 2929, 2935, 2937, 2941, 2944, 2949, 2952, 2957, 2961, 2968, 2970, 2983, 2991, 2993, 2995, 2999, 3005, 3008, 3015, 3019, 3028, 3030, 3036, 3039, 3044, 3046, 3052, 3055, 3062, 3065, 3072, 3079, 3081, 3087, 3092, 3099, 3101, 3108, 3111, 3119, 3123, 3126, 3133, 3136, 3141, 3149, 3151, 3155, 3158, 3160, 3164, 3166, 3176, 3181, 3185, 3191, 3198, 3202, 3208, 3210, 3214, 3217, 3229, 3231, 3235, 3239, 3251, 3258, 3261, 3271, 3275, 3280, 3283, 3290, 3292, 3299, 3302, 3309, 3312, 3317, 3323, 3325, 3331, 3336, 3342, 3344, 3350, 3353, 3360, 3363, 3367, 3372, 3379, 3383, 3385, 3389, 3398, 3401, 3408, 3410, 3414, 3417, 3422, 3428, 3432, 3443, 3446, 3454, 3456, 3462, 3465, 3471, 3474, 3482, 3488, 3490, 3496, 3501, 3505, 3510, 3514, 3516, 3518, 3525, 3529, 3539, 3545, 3552, 3560, 3564, 3569, 3572, 3576, 3583, 3588, 3594, 3597, 3605, 3607, 3613, 3618, 3625, 3627, 3629, 3635, 3639, 3645, 3648, 3652, 3660, 3667, 3670, 3677, 3679, 3683, 3689, 3696, 3699, 3708, 3712, 3716, 3719, 3724, 3729, 3731, 3738, 3741, 3748, 3751, 3756, 3764, 3766, 3772 ] }
feb72ae9cd6f4d208ef02de08b5676b8
who plays ken in barbie life in the dreamhouse
{ "tokens": [ "who", "plays", "ken", "in", "barbie", "life", "in", "the", "dreamhouse" ], "offsets": [ 0, 4, 10, 14, 17, 24, 29, 32, 36 ] }
{ "text": [ "Sean Hankinson" ], "char_spans": [ { "start": [ 728 ], "end": [ 741 ] } ], "token_spans": [ { "start": [ 145 ], "end": [ 146 ] } ] }
[ "Sean Hankinson" ]
NaturalQuestionsShort
<P> In 1963 , the comedy picture Who 's Been Sleeping in My Bed ? , starring Dean Martin , Elizabeth Montgomery , Jill St. John and Carol Burnett , was shot at the hotel . In the 1970s , John Lennon and Yoko Ono hid out in one of the bungalows for a week . Richard M. Nixon 's chief of staff , H.R. Haldeman , and presidential aide John Ehrlichman were eating breakfast in the Polo Lounge when they were informed of the Watergate in 1972 . In January , 1976 , Peter Finch died of a sudden heart attack while sitting in the hotel lobby . Two months later , he was posthumously awarded the Academy Award for Best Actor for his role as Howard Beale in the film Network . His co-star Faye Dunaway stayed at the hotel after winning the Academy Award for Best Actress for the same film ; in one memorable photograph she was seated by the hotel pool lounging back in a chair surrounded by newspapers and her Oscar trophy . The exterior of the hotel was featured on the album cover art of The Eagles 's LP `` Hotel California '' that same year . Two years later , California Suite was filmed at the hotel . </P>
{ "tokens": [ "<P>", "In", "1963", ",", "the", "comedy", "picture", "Who", "'s", "Been", "Sleeping", "in", "My", "Bed", "?", ",", "starring", "Dean", "Martin", ",", "Elizabeth", "Montgomery", ",", "Jill", "St.", "John", "and", "Carol", "Burnett", ",", "was", "shot", "at", "the", "hotel", ".", "In", "the", "1970s", ",", "John", "Lennon", "and", "Yoko", "Ono", "hid", "out", "in", "one", "of", "the", "bungalows", "for", "a", "week", ".", "Richard", "M.", "Nixon", "'s", "chief", "of", "staff", ",", "H.R.", "Haldeman", ",", "and", "presidential", "aide", "John", "Ehrlichman", "were", "eating", "breakfast", "in", "the", "Polo", "Lounge", "when", "they", "were", "informed", "of", "the", "Watergate", "in", "1972", ".", "In", "January", ",", "1976", ",", "Peter", "Finch", "died", "of", "a", "sudden", "heart", "attack", "while", "sitting", "in", "the", "hotel", "lobby", ".", "Two", "months", "later", ",", "he", "was", "posthumously", "awarded", "the", "Academy", "Award", "for", "Best", "Actor", "for", "his", "role", "as", "Howard", "Beale", "in", "the", "film", "Network", ".", "His", "co-star", "Faye", "Dunaway", "stayed", "at", "the", "hotel", "after", "winning", "the", "Academy", "Award", "for", "Best", "Actress", "for", "the", "same", "film", ";", "in", "one", "memorable", "photograph", "she", "was", "seated", "by", "the", "hotel", "pool", "lounging", "back", "in", "a", "chair", "surrounded", "by", "newspapers", "and", "her", "Oscar", "trophy", ".", "The", "exterior", "of", "the", "hotel", "was", "featured", "on", "the", "album", "cover", "art", "of", "The", "Eagles", "'s", "LP", "``", "Hotel", "California", "''", "that", "same", "year", ".", "Two", "years", "later", ",", "California", "Suite", "was", "filmed", "at", "the", "hotel", ".", "</P>" ], "offsets": [ 0, 4, 7, 12, 14, 18, 25, 33, 37, 40, 45, 54, 57, 60, 64, 66, 68, 77, 82, 89, 91, 101, 112, 114, 119, 123, 128, 132, 138, 146, 148, 152, 157, 160, 164, 170, 172, 175, 179, 185, 187, 192, 199, 203, 208, 212, 216, 220, 223, 227, 230, 234, 244, 248, 250, 255, 257, 265, 268, 274, 277, 283, 286, 292, 294, 299, 308, 310, 314, 327, 332, 337, 348, 353, 360, 370, 373, 377, 382, 389, 394, 399, 404, 413, 416, 420, 430, 433, 438, 440, 443, 451, 453, 458, 460, 466, 472, 477, 480, 482, 489, 495, 502, 508, 516, 519, 523, 529, 535, 537, 541, 548, 554, 556, 559, 563, 576, 584, 588, 596, 602, 606, 611, 617, 621, 625, 630, 633, 640, 646, 649, 653, 658, 666, 668, 672, 680, 685, 693, 700, 703, 707, 713, 719, 727, 731, 739, 745, 749, 754, 762, 766, 770, 775, 780, 782, 785, 789, 799, 810, 814, 818, 825, 828, 832, 838, 843, 852, 857, 860, 862, 868, 879, 882, 893, 897, 901, 907, 914, 916, 920, 929, 932, 936, 942, 946, 955, 958, 962, 968, 974, 978, 981, 985, 992, 995, 998, 1001, 1007, 1018, 1021, 1026, 1031, 1036, 1038, 1042, 1048, 1054, 1056, 1067, 1073, 1077, 1084, 1087, 1091, 1097, 1099 ] }
873a1f7840bb46e8ada64cd8548f98e2
who has died in the beverly hills hotel
{ "tokens": [ "who", "has", "died", "in", "the", "beverly", "hills", "hotel" ], "offsets": [ 0, 4, 8, 13, 16, 20, 28, 34 ] }
{ "text": [ "Peter Finch" ], "char_spans": [ { "start": [ 460 ], "end": [ 470 ] } ], "token_spans": [ { "start": [ 94 ], "end": [ 95 ] } ] }
[ "Peter Finch" ]
NaturalQuestionsShort
<P> The company 's ads sometimes focus on its reptilian mascot , The Gecko , an anthropomorphic Day Gecko created by The Martin Agency , modified in 2005 to a CGI character by Animation Director David Hulin and his team at Framestore . The gecko first appeared in 1999 , during the Screen Actors Guild strike that prevented the use of live actors . The original commercial features the Gecko , voiced by actor Kelsey Grammer , who climbs onto a microphone on a podium and utters `` This is my final plea : I am a gecko , not to be confused with GEICO , which could save you hundreds on car insurance . So , STOP CALLING ME ! '' , before licking his eye . Later `` wrong number '' ads used Dave Kelly as the voice of the gecko . In the subsequent commercials with Jake Wood ( which portray him as a representative of the company ) , the gecko speaks with a British Cockney accent , because it would be unexpected , according to Martin Agency 's Steve Bassett . In 2010s commercials , the gecko 's accent is more working - class , perhaps in an effort to further `` humanize '' him . `` As computer animation got better and as we got to know the character better , we did a few things , '' says Steve Bassett , creative director at The Martin Agency . `` We wanted to make him a little more guy - next - door . And he looks a lot more real than he 's looked before . '' Chelsea Clinton , daughter of former president Bill Clinton and then - Secretary of State and 2016 Democratic Presidential candidate Hillary Clinton , interviewed the Geico Gecko in April 2013 . He had since became GEICO 's longest - running mascot , appearing in more than 150 commercials as of 2017 . </P>
{ "tokens": [ "<P>", "The", "company", "'s", "ads", "sometimes", "focus", "on", "its", "reptilian", "mascot", ",", "The", "Gecko", ",", "an", "anthropomorphic", "Day", "Gecko", "created", "by", "The", "Martin", "Agency", ",", "modified", "in", "2005", "to", "a", "CGI", "character", "by", "Animation", "Director", "David", "Hulin", "and", "his", "team", "at", "Framestore", ".", "The", "gecko", "first", "appeared", "in", "1999", ",", "during", "the", "Screen", "Actors", "Guild", "strike", "that", "prevented", "the", "use", "of", "live", "actors", ".", "The", "original", "commercial", "features", "the", "Gecko", ",", "voiced", "by", "actor", "Kelsey", "Grammer", ",", "who", "climbs", "onto", "a", "microphone", "on", "a", "podium", "and", "utters", "``", "This", "is", "my", "final", "plea", ":", "I", "am", "a", "gecko", ",", "not", "to", "be", "confused", "with", "GEICO", ",", "which", "could", "save", "you", "hundreds", "on", "car", "insurance", ".", "So", ",", "STOP", "CALLING", "ME", "!", "''", ",", "before", "licking", "his", "eye", ".", "Later", "``", "wrong", "number", "''", "ads", "used", "Dave", "Kelly", "as", "the", "voice", "of", "the", "gecko", ".", "In", "the", "subsequent", "commercials", "with", "Jake", "Wood", "(", "which", "portray", "him", "as", "a", "representative", "of", "the", "company", ")", ",", "the", "gecko", "speaks", "with", "a", "British", "Cockney", "accent", ",", "because", "it", "would", "be", "unexpected", ",", "according", "to", "Martin", "Agency", "'s", "Steve", "Bassett", ".", "In", "2010s", "commercials", ",", "the", "gecko", "'s", "accent", "is", "more", "working", "-", "class", ",", "perhaps", "in", "an", "effort", "to", "further", "``", "humanize", "''", "him", ".", "``", "As", "computer", "animation", "got", "better", "and", "as", "we", "got", "to", "know", "the", "character", "better", ",", "we", "did", "a", "few", "things", ",", "''", "says", "Steve", "Bassett", ",", "creative", "director", "at", "The", "Martin", "Agency", ".", "``", "We", "wanted", "to", "make", "him", "a", "little", "more", "guy", "-", "next", "-", "door", ".", "And", "he", "looks", "a", "lot", "more", "real", "than", "he", "'s", "looked", "before", ".", "''", "Chelsea", "Clinton", ",", "daughter", "of", "former", "president", "Bill", "Clinton", "and", "then", "-", "Secretary", "of", "State", "and", "2016", "Democratic", "Presidential", "candidate", "Hillary", "Clinton", ",", "interviewed", "the", "Geico", "Gecko", "in", "April", "2013", ".", "He", "had", "since", "became", "GEICO", "'s", "longest", "-", "running", "mascot", ",", "appearing", "in", "more", "than", "150", "commercials", "as", "of", "2017", ".", "</P>" ], "offsets": [ 0, 4, 8, 16, 19, 23, 33, 39, 42, 46, 56, 63, 65, 69, 75, 77, 80, 96, 100, 106, 114, 117, 121, 128, 135, 137, 146, 149, 154, 157, 159, 163, 173, 176, 186, 195, 201, 207, 211, 215, 220, 223, 234, 236, 240, 246, 252, 261, 264, 269, 271, 278, 282, 289, 296, 302, 309, 314, 324, 328, 332, 335, 340, 347, 349, 353, 362, 373, 382, 386, 392, 394, 401, 404, 410, 417, 425, 427, 431, 438, 443, 445, 456, 459, 461, 468, 472, 479, 482, 487, 490, 493, 499, 504, 506, 508, 511, 513, 519, 521, 525, 528, 531, 540, 545, 551, 553, 559, 565, 570, 574, 583, 586, 590, 600, 602, 605, 607, 612, 620, 623, 625, 628, 630, 637, 645, 649, 653, 655, 661, 664, 670, 677, 680, 684, 689, 694, 700, 703, 707, 713, 716, 720, 726, 728, 731, 735, 746, 758, 763, 768, 773, 775, 781, 789, 793, 796, 798, 813, 816, 820, 828, 830, 832, 836, 842, 849, 854, 856, 864, 872, 879, 881, 889, 892, 898, 901, 912, 914, 924, 927, 934, 941, 944, 950, 958, 960, 963, 969, 981, 983, 987, 993, 996, 1003, 1006, 1011, 1019, 1021, 1027, 1029, 1037, 1040, 1043, 1050, 1053, 1061, 1064, 1073, 1076, 1080, 1082, 1085, 1088, 1097, 1107, 1111, 1118, 1122, 1125, 1128, 1132, 1135, 1140, 1144, 1154, 1161, 1163, 1166, 1170, 1172, 1176, 1183, 1185, 1188, 1193, 1199, 1207, 1209, 1218, 1227, 1230, 1234, 1241, 1248, 1250, 1253, 1256, 1263, 1266, 1271, 1275, 1277, 1284, 1289, 1293, 1295, 1300, 1302, 1307, 1309, 1313, 1316, 1322, 1324, 1328, 1333, 1338, 1343, 1346, 1349, 1356, 1363, 1365, 1368, 1376, 1384, 1386, 1395, 1398, 1405, 1415, 1420, 1428, 1432, 1437, 1439, 1449, 1452, 1458, 1462, 1467, 1478, 1491, 1501, 1509, 1517, 1519, 1531, 1535, 1541, 1547, 1550, 1556, 1561, 1563, 1566, 1570, 1576, 1583, 1589, 1592, 1600, 1602, 1610, 1617, 1619, 1629, 1632, 1637, 1642, 1646, 1658, 1661, 1664, 1669, 1671 ] }
1cda80affb7f4f3595c31ff21391ca9d
who provided the voice for the geico gecko in its debut
{ "tokens": [ "who", "provided", "the", "voice", "for", "the", "geico", "gecko", "in", "its", "debut" ], "offsets": [ 0, 4, 13, 17, 23, 27, 31, 37, 43, 46, 50 ] }
{ "text": [ "Kelsey Grammer" ], "char_spans": [ { "start": [ 410 ], "end": [ 423 ] } ], "token_spans": [ { "start": [ 74 ], "end": [ 75 ] } ] }
[ "Kelsey Grammer" ]
NaturalQuestionsShort
<P> Rita Repulsa is a fictional character from the television series Mighty Morphin Power Rangers , and the principal nemesis and archenemy of the main superheroes in the show 's first season . She is portrayed in the first season by Machiko Soga and by Carla Perez in the remaining seasons , while voiced by Barbara Goodson in the series . Soga reprised her role as Rita , now the Mystic Mother , while Susan Brady provided her voice in the TV series Power Rangers Mystic Force . In the films , she is portrayed by Julia Cortez in Mighty Morphin Power Rangers : The Movie , and by Elizabeth Banks in the 2017 reboot film . Rita Repulsa is based on the Kyōryū Sentai Zyuranger villain Witch Bandora . </P>
{ "tokens": [ "<P>", "Rita", "Repulsa", "is", "a", "fictional", "character", "from", "the", "television", "series", "Mighty", "Morphin", "Power", "Rangers", ",", "and", "the", "principal", "nemesis", "and", "archenemy", "of", "the", "main", "superheroes", "in", "the", "show", "'s", "first", "season", ".", "She", "is", "portrayed", "in", "the", "first", "season", "by", "Machiko", "Soga", "and", "by", "Carla", "Perez", "in", "the", "remaining", "seasons", ",", "while", "voiced", "by", "Barbara", "Goodson", "in", "the", "series", ".", "Soga", "reprised", "her", "role", "as", "Rita", ",", "now", "the", "Mystic", "Mother", ",", "while", "Susan", "Brady", "provided", "her", "voice", "in", "the", "TV", "series", "Power", "Rangers", "Mystic", "Force", ".", "In", "the", "films", ",", "she", "is", "portrayed", "by", "Julia", "Cortez", "in", "Mighty", "Morphin", "Power", "Rangers", ":", "The", "Movie", ",", "and", "by", "Elizabeth", "Banks", "in", "the", "2017", "reboot", "film", ".", "Rita", "Repulsa", "is", "based", "on", "the", "Kyōryū", "Sentai", "Zyuranger", "villain", "Witch", "Bandora", ".", "</P>" ], "offsets": [ 0, 4, 9, 17, 20, 22, 32, 42, 47, 51, 62, 69, 76, 84, 90, 98, 100, 104, 108, 118, 126, 130, 140, 143, 147, 152, 164, 167, 171, 176, 179, 185, 192, 194, 198, 201, 211, 214, 218, 224, 231, 234, 242, 247, 251, 254, 260, 266, 269, 273, 283, 291, 293, 299, 306, 309, 317, 325, 328, 332, 339, 341, 346, 355, 359, 364, 367, 372, 374, 378, 382, 389, 396, 398, 404, 410, 416, 425, 429, 435, 438, 442, 445, 452, 458, 466, 473, 479, 481, 484, 488, 494, 496, 500, 503, 513, 516, 522, 529, 532, 539, 547, 553, 561, 563, 567, 573, 575, 579, 582, 592, 598, 601, 605, 610, 617, 622, 624, 629, 637, 640, 646, 649, 653, 660, 667, 677, 685, 691, 699, 701 ] }
2381f512377641b8b238903c55b9f568
who plays rita repulsa in power rangers movie
{ "tokens": [ "who", "plays", "rita", "repulsa", "in", "power", "rangers", "movie" ], "offsets": [ 0, 4, 10, 15, 23, 26, 32, 40 ] }
{ "text": [ "Elizabeth Banks" ], "char_spans": [ { "start": [ 582 ], "end": [ 596 ] } ], "token_spans": [ { "start": [ 109 ], "end": [ 110 ] } ] }
[ "Elizabeth Banks" ]
NaturalQuestionsShort
<P> 1987 : At the fourth annual MTV Video Music Awards , Peter Gabriel won 10 awards , including the Video Vanguard Award and Video of the Year for his video `` Sledgehammer '' , holding the VMA record for most Moonmen in a single night . </P>
{ "tokens": [ "<P>", "1987", ":", "At", "the", "fourth", "annual", "MTV", "Video", "Music", "Awards", ",", "Peter", "Gabriel", "won", "10", "awards", ",", "including", "the", "Video", "Vanguard", "Award", "and", "Video", "of", "the", "Year", "for", "his", "video", "``", "Sledgehammer", "''", ",", "holding", "the", "VMA", "record", "for", "most", "Moonmen", "in", "a", "single", "night", ".", "</P>" ], "offsets": [ 0, 4, 9, 11, 14, 18, 25, 32, 36, 42, 48, 55, 57, 63, 71, 75, 78, 85, 87, 97, 101, 107, 116, 122, 126, 132, 135, 139, 144, 148, 152, 158, 161, 174, 177, 179, 187, 191, 195, 202, 206, 211, 219, 222, 224, 231, 237, 239 ] }
93839f1540ce467fb0c71bf14b1fa1c9
who has won the most vmas in one night
{ "tokens": [ "who", "has", "won", "the", "most", "vmas", "in", "one", "night" ], "offsets": [ 0, 4, 8, 12, 16, 21, 26, 29, 33 ] }
{ "text": [ "Peter Gabriel" ], "char_spans": [ { "start": [ 57 ], "end": [ 69 ] } ], "token_spans": [ { "start": [ 12 ], "end": [ 13 ] } ] }
[ "Peter Gabriel" ]
NaturalQuestionsShort
<P> Alabama was admitted to the Union on December 14 , 1819 , and elects senators to Class 2 and Class 3 . Its Senate seats were declared vacant from March 1861 to July 1868 due to its secession from the Union during the American Civil War . Alabama 's current senators are Republicans Luther Strange and Richard Shelby . On December 12 , 2017 , Democrat Doug Jones was elected in a special election to fill appointee Luther Strange 's seat for the remainder of former Senator Jeff Sessions 's term . </P>
{ "tokens": [ "<P>", "Alabama", "was", "admitted", "to", "the", "Union", "on", "December", "14", ",", "1819", ",", "and", "elects", "senators", "to", "Class", "2", "and", "Class", "3", ".", "Its", "Senate", "seats", "were", "declared", "vacant", "from", "March", "1861", "to", "July", "1868", "due", "to", "its", "secession", "from", "the", "Union", "during", "the", "American", "Civil", "War", ".", "Alabama", "'s", "current", "senators", "are", "Republicans", "Luther", "Strange", "and", "Richard", "Shelby", ".", "On", "December", "12", ",", "2017", ",", "Democrat", "Doug", "Jones", "was", "elected", "in", "a", "special", "election", "to", "fill", "appointee", "Luther", "Strange", "'s", "seat", "for", "the", "remainder", "of", "former", "Senator", "Jeff", "Sessions", "'s", "term", ".", "</P>" ], "offsets": [ 0, 4, 12, 16, 25, 28, 32, 38, 41, 50, 53, 55, 60, 62, 66, 73, 82, 85, 91, 93, 97, 103, 105, 107, 111, 118, 124, 129, 138, 145, 150, 156, 161, 164, 169, 174, 178, 181, 185, 195, 200, 204, 210, 217, 221, 230, 236, 240, 242, 250, 253, 261, 270, 274, 286, 293, 301, 305, 313, 320, 322, 325, 334, 337, 339, 344, 346, 355, 360, 366, 370, 378, 381, 383, 391, 400, 403, 408, 418, 425, 433, 436, 441, 445, 449, 459, 462, 469, 477, 482, 491, 494, 499, 501 ] }
04dec6ec17bf46a7b174ecad299da8ed
who are alabama 's senators on the national level
{ "tokens": [ "who", "are", "alabama", "'s", "senators", "on", "the", "national", "level" ], "offsets": [ 0, 4, 8, 16, 19, 28, 31, 35, 44 ] }
{ "text": [ "Luther Strange", "Richard Shelby" ], "char_spans": [ { "start": [ 286 ], "end": [ 299 ] }, { "start": [ 305 ], "end": [ 318 ] } ], "token_spans": [ { "start": [ 54 ], "end": [ 55 ] }, { "start": [ 57 ], "end": [ 58 ] } ] }
[ "Luther Strange", "Richard Shelby" ]
NaturalQuestionsShort
<P> Monkey ( also known as The Monkey , ITV Digital Monkey or PG Tips Monkey , and often pronounced / ' muŋkε / in imitation of Johnny Vegas ' Lancashire accent ) , is an animated puppet advertising character in the form of a knitted sock monkey . He was first produced by The Jim Henson Company via their UK Creature Shop , puppeteered by Nigel Plaskitt and Susan Beattie and voiced by comedian Ben Miller . </P>
{ "tokens": [ "<P>", "Monkey", "(", "also", "known", "as", "The", "Monkey", ",", "ITV", "Digital", "Monkey", "or", "PG", "Tips", "Monkey", ",", "and", "often", "pronounced", "/", "'", "muŋkε", "/", "in", "imitation", "of", "Johnny", "Vegas", "'", "Lancashire", "accent", ")", ",", "is", "an", "animated", "puppet", "advertising", "character", "in", "the", "form", "of", "a", "knitted", "sock", "monkey", ".", "He", "was", "first", "produced", "by", "The", "Jim", "Henson", "Company", "via", "their", "UK", "Creature", "Shop", ",", "puppeteered", "by", "Nigel", "Plaskitt", "and", "Susan", "Beattie", "and", "voiced", "by", "comedian", "Ben", "Miller", ".", "</P>" ], "offsets": [ 0, 4, 11, 13, 18, 24, 27, 31, 38, 40, 44, 52, 59, 62, 65, 70, 77, 79, 83, 89, 100, 102, 104, 110, 112, 115, 125, 128, 135, 141, 143, 154, 161, 163, 165, 168, 171, 180, 187, 199, 209, 212, 216, 221, 224, 226, 234, 239, 246, 248, 251, 255, 261, 270, 273, 277, 281, 288, 296, 300, 306, 309, 318, 323, 325, 337, 340, 346, 355, 359, 365, 373, 377, 384, 387, 396, 400, 407, 409 ] }
be49ee88138547b7b516a827a885174c
who voices the monkey in the pg tips advert
{ "tokens": [ "who", "voices", "the", "monkey", "in", "the", "pg", "tips", "advert" ], "offsets": [ 0, 4, 11, 15, 22, 25, 29, 32, 37 ] }
{ "text": [ "comedian Ben Miller" ], "char_spans": [ { "start": [ 387 ], "end": [ 405 ] } ], "token_spans": [ { "start": [ 74 ], "end": [ 76 ] } ] }
[ "comedian Ben Miller" ]
NaturalQuestionsShort
<Tr> <Th colspan="2"> Single by Steve Winwood </Th> </Tr>
{ "tokens": [ "<Tr>", "<Th", "colspan=\"2\">", "Single", "by", "Steve", "Winwood", "</Th>", "</Tr>" ], "offsets": [ 0, 5, 9, 22, 29, 32, 38, 46, 52 ] }
2303adad448740e9b36f32d809f219d5
who sings back in the high life again
{ "tokens": [ "who", "sings", "back", "in", "the", "high", "life", "again" ], "offsets": [ 0, 4, 10, 15, 18, 22, 27, 32 ] }
{ "text": [ "Steve Winwood" ], "char_spans": [ { "start": [ 32 ], "end": [ 44 ] } ], "token_spans": [ { "start": [ 5 ], "end": [ 6 ] } ] }
[ "Steve Winwood" ]
NaturalQuestionsShort
<P> The character was reintroduced as a heroic , noble being in 2006 , and appeared in the crossover comic book storyline `` Annihilation : Conquest '' . Groot went on to star in its spin - off series , Guardians of the Galaxy , joining the team of the same name . Groot has been featured in a variety of associated Marvel merchandise , including animated television series , toys and trading cards . Vin Diesel voices Groot in the 2014 film Guardians of the Galaxy , its 2017 sequel , Guardians of the Galaxy Vol. 2 and reprised the role in the 2018 film Avengers : Infinity War while Krystian Godlewski played the character via performance capture in the first film . Since his film premiere and animated series debut , Groot has become a pop culture icon , with his repeated line `` I am Groot '' becoming an internet meme . </P>
{ "tokens": [ "<P>", "The", "character", "was", "reintroduced", "as", "a", "heroic", ",", "noble", "being", "in", "2006", ",", "and", "appeared", "in", "the", "crossover", "comic", "book", "storyline", "``", "Annihilation", ":", "Conquest", "''", ".", "Groot", "went", "on", "to", "star", "in", "its", "spin", "-", "off", "series", ",", "Guardians", "of", "the", "Galaxy", ",", "joining", "the", "team", "of", "the", "same", "name", ".", "Groot", "has", "been", "featured", "in", "a", "variety", "of", "associated", "Marvel", "merchandise", ",", "including", "animated", "television", "series", ",", "toys", "and", "trading", "cards", ".", "Vin", "Diesel", "voices", "Groot", "in", "the", "2014", "film", "Guardians", "of", "the", "Galaxy", ",", "its", "2017", "sequel", ",", "Guardians", "of", "the", "Galaxy", "Vol.", "2", "and", "reprised", "the", "role", "in", "the", "2018", "film", "Avengers", ":", "Infinity", "War", "while", "Krystian", "Godlewski", "played", "the", "character", "via", "performance", "capture", "in", "the", "first", "film", ".", "Since", "his", "film", "premiere", "and", "animated", "series", "debut", ",", "Groot", "has", "become", "a", "pop", "culture", "icon", ",", "with", "his", "repeated", "line", "``", "I", "am", "Groot", "''", "becoming", "an", "internet", "meme", ".", "</P>" ], "offsets": [ 0, 4, 8, 18, 22, 35, 38, 40, 47, 49, 55, 61, 64, 69, 71, 75, 84, 87, 91, 101, 107, 112, 122, 125, 138, 140, 149, 152, 154, 160, 165, 168, 171, 176, 179, 183, 188, 190, 194, 201, 203, 213, 216, 220, 227, 229, 237, 241, 246, 249, 253, 258, 263, 265, 271, 275, 280, 289, 292, 294, 302, 305, 316, 323, 335, 337, 347, 356, 367, 374, 376, 381, 385, 393, 399, 401, 405, 412, 419, 425, 428, 432, 437, 442, 452, 455, 459, 466, 468, 472, 477, 484, 486, 496, 499, 503, 510, 515, 517, 521, 530, 534, 539, 542, 546, 551, 556, 565, 567, 576, 580, 586, 595, 605, 612, 616, 626, 630, 642, 650, 653, 657, 663, 668, 670, 676, 680, 685, 694, 698, 707, 714, 720, 722, 728, 732, 739, 741, 745, 753, 758, 760, 765, 769, 778, 783, 786, 788, 791, 797, 800, 809, 812, 821, 826, 828 ] }
d2090891c93d4ee08b6c693a5487a444
the voice of groot in guardians of the galaxy
{ "tokens": [ "the", "voice", "of", "groot", "in", "guardians", "of", "the", "galaxy" ], "offsets": [ 0, 4, 10, 13, 19, 22, 32, 35, 39 ] }
{ "text": [ "Vin Diesel" ], "char_spans": [ { "start": [ 401 ], "end": [ 410 ] } ], "token_spans": [ { "start": [ 75 ], "end": [ 76 ] } ] }
[ "Vin Diesel" ]
NaturalQuestionsShort
<P> The city , officially chartered on July 10 , 1963 , was master - planned and primarily developed by Coral Ridge Properties , which was acquired by Westinghouse in 1966 . The city 's name is derived from the company 's name , and was selected after several earlier proposals had been considered and rejected . Despite the name , there are no springs in the city ; Florida 's springs are found in the central and northern portions of the state . </P>
{ "tokens": [ "<P>", "The", "city", ",", "officially", "chartered", "on", "July", "10", ",", "1963", ",", "was", "master", "-", "planned", "and", "primarily", "developed", "by", "Coral", "Ridge", "Properties", ",", "which", "was", "acquired", "by", "Westinghouse", "in", "1966", ".", "The", "city", "'s", "name", "is", "derived", "from", "the", "company", "'s", "name", ",", "and", "was", "selected", "after", "several", "earlier", "proposals", "had", "been", "considered", "and", "rejected", ".", "Despite", "the", "name", ",", "there", "are", "no", "springs", "in", "the", "city", ";", "Florida", "'s", "springs", "are", "found", "in", "the", "central", "and", "northern", "portions", "of", "the", "state", ".", "</P>" ], "offsets": [ 0, 4, 8, 13, 15, 26, 36, 39, 44, 47, 49, 54, 56, 60, 67, 69, 77, 81, 91, 101, 104, 110, 116, 127, 129, 135, 139, 148, 151, 164, 167, 172, 174, 178, 183, 186, 191, 194, 202, 207, 211, 219, 222, 227, 229, 233, 237, 246, 252, 260, 268, 278, 282, 287, 298, 302, 311, 313, 321, 325, 330, 332, 338, 342, 345, 353, 356, 360, 365, 367, 375, 378, 386, 390, 396, 399, 403, 411, 415, 424, 433, 436, 440, 446, 448 ] }
979ca320c2d548fba3b47e87df6d5f62
when was the city of coral springs founded
{ "tokens": [ "when", "was", "the", "city", "of", "coral", "springs", "founded" ], "offsets": [ 0, 5, 9, 13, 18, 21, 27, 35 ] }
{ "text": [ "July 10 , 1963" ], "char_spans": [ { "start": [ 39 ], "end": [ 52 ] } ], "token_spans": [ { "start": [ 7 ], "end": [ 10 ] } ] }
[ "July 10 , 1963" ]
NaturalQuestionsShort
<P> Versailles is a 90,000 square - foot house belonging to Westgate Resorts founder David Siegel and his wife Jackie Siegel -- and under construction at 6121 Kirkstone Lane , Windermere , Florida , in the gated community of Lake Butler Sound in Orange County . USA . Named and modeled after the Palace of Versailles in France , the completed project will be one of the largest single - family homes in the United States . </P>
{ "tokens": [ "<P>", "Versailles", "is", "a", "90,000", "square", "-", "foot", "house", "belonging", "to", "Westgate", "Resorts", "founder", "David", "Siegel", "and", "his", "wife", "Jackie", "Siegel", "--", "and", "under", "construction", "at", "6121", "Kirkstone", "Lane", ",", "Windermere", ",", "Florida", ",", "in", "the", "gated", "community", "of", "Lake", "Butler", "Sound", "in", "Orange", "County", ".", "USA", ".", "Named", "and", "modeled", "after", "the", "Palace", "of", "Versailles", "in", "France", ",", "the", "completed", "project", "will", "be", "one", "of", "the", "largest", "single", "-", "family", "homes", "in", "the", "United", "States", ".", "</P>" ], "offsets": [ 0, 4, 15, 18, 20, 27, 34, 36, 41, 47, 57, 60, 69, 77, 85, 91, 98, 102, 106, 111, 118, 125, 128, 132, 138, 151, 154, 159, 169, 174, 176, 187, 189, 197, 199, 202, 206, 212, 222, 225, 230, 237, 243, 246, 253, 260, 262, 266, 268, 274, 278, 286, 292, 296, 303, 306, 317, 320, 327, 329, 333, 343, 351, 356, 359, 363, 366, 370, 378, 385, 387, 394, 400, 403, 407, 414, 421, 423 ] }
0a8455d269ef4e37b2aea3ce5388f735
who owns the house of versailles in florida
{ "tokens": [ "who", "owns", "the", "house", "of", "versailles", "in", "florida" ], "offsets": [ 0, 4, 9, 13, 19, 22, 33, 36 ] }
{ "text": [ "David Siegel", "Jackie Siegel" ], "char_spans": [ { "start": [ 85 ], "end": [ 96 ] }, { "start": [ 111 ], "end": [ 123 ] } ], "token_spans": [ { "start": [ 14 ], "end": [ 15 ] }, { "start": [ 19 ], "end": [ 20 ] } ] }
[ "David Siegel", "Jackie Siegel" ]
NaturalQuestionsShort
<Table> <Tr> <Th> Performer </Th> <Th> Song </Th> <Th> Status </Th> </Tr> <Tr> <Td> Harry Styles </Td> <Td> Kiwi </Td> <Td> Live performance </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "<Tr>", "<Th>", "Performer", "</Th>", "<Th>", "Song", "</Th>", "<Th>", "Status", "</Th>", "</Tr>", "<Tr>", "<Td>", "Harry", "Styles", "</Td>", "<Td>", "Kiwi", "</Td>", "<Td>", "Live", "performance", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 13, 18, 28, 34, 39, 44, 50, 55, 62, 68, 74, 79, 84, 90, 97, 103, 108, 113, 119, 124, 129, 141, 147, 153 ] }
5d030430489f4be1b70714083a1d4911
who opened victoria 's secret fashion show 2017
{ "tokens": [ "who", "opened", "victoria", "'s", "secret", "fashion", "show", "2017" ], "offsets": [ 0, 4, 11, 20, 23, 30, 38, 43 ] }
{ "text": [ "Harry Styles" ], "char_spans": [ { "start": [ 84 ], "end": [ 95 ] } ], "token_spans": [ { "start": [ 14 ], "end": [ 15 ] } ] }
[ "Harry Styles" ]
NaturalQuestionsShort
<P> The cardiovascular centre is a part of the human brain responsible for the regulation of the rate at which the heart beats through the nervous and endocrine systems . It is found in the medulla oblongata . Normally , the heart beats without nervous control , but in some situations ( e.g. , exercise , body trauma ) , the cardiovascular centre is responsible for altering the rate at which the heart beats . It also mediates respiratory sinus arrhythmia . </P>
{ "tokens": [ "<P>", "The", "cardiovascular", "centre", "is", "a", "part", "of", "the", "human", "brain", "responsible", "for", "the", "regulation", "of", "the", "rate", "at", "which", "the", "heart", "beats", "through", "the", "nervous", "and", "endocrine", "systems", ".", "It", "is", "found", "in", "the", "medulla", "oblongata", ".", "Normally", ",", "the", "heart", "beats", "without", "nervous", "control", ",", "but", "in", "some", "situations", "(", "e.g.", ",", "exercise", ",", "body", "trauma", ")", ",", "the", "cardiovascular", "centre", "is", "responsible", "for", "altering", "the", "rate", "at", "which", "the", "heart", "beats", ".", "It", "also", "mediates", "respiratory", "sinus", "arrhythmia", ".", "</P>" ], "offsets": [ 0, 4, 8, 23, 30, 33, 35, 40, 43, 47, 53, 59, 71, 75, 79, 90, 93, 97, 102, 105, 111, 115, 121, 127, 135, 139, 147, 151, 161, 169, 171, 174, 177, 183, 186, 190, 198, 208, 210, 219, 221, 225, 231, 237, 245, 253, 261, 263, 267, 270, 275, 286, 288, 293, 295, 304, 306, 311, 318, 320, 322, 326, 341, 348, 351, 363, 367, 376, 380, 385, 388, 394, 398, 404, 410, 412, 415, 420, 429, 441, 447, 458, 460 ] }
31b0f876b70247469a8b121941b80d81
where is the major cardiovascular center in the cns
{ "tokens": [ "where", "is", "the", "major", "cardiovascular", "center", "in", "the", "cns" ], "offsets": [ 0, 6, 9, 13, 19, 34, 41, 44, 48 ] }
{ "text": [ "the medulla oblongata" ], "char_spans": [ { "start": [ 186 ], "end": [ 206 ] } ], "token_spans": [ { "start": [ 34 ], "end": [ 36 ] } ] }
[ "the medulla oblongata" ]
NaturalQuestionsShort
<P> The origin of the gesture traces back to the biblical Kingdom of Israel . Courts of Mosaic law would often render verdicts with the phrase `` May God have mercy upon your soul '' in order to reaffirm God 's supreme authority over the law . Most judges felt that while they could pass a sentence of death upon a person , they personally did not have the authority to destroy souls and that only God had the authority to do that . As a result , some judges would cross their fingers whenever they said the phrase as a result of concern for the criminal 's soul as they said it as a prayer . </P>
{ "tokens": [ "<P>", "The", "origin", "of", "the", "gesture", "traces", "back", "to", "the", "biblical", "Kingdom", "of", "Israel", ".", "Courts", "of", "Mosaic", "law", "would", "often", "render", "verdicts", "with", "the", "phrase", "``", "May", "God", "have", "mercy", "upon", "your", "soul", "''", "in", "order", "to", "reaffirm", "God", "'s", "supreme", "authority", "over", "the", "law", ".", "Most", "judges", "felt", "that", "while", "they", "could", "pass", "a", "sentence", "of", "death", "upon", "a", "person", ",", "they", "personally", "did", "not", "have", "the", "authority", "to", "destroy", "souls", "and", "that", "only", "God", "had", "the", "authority", "to", "do", "that", ".", "As", "a", "result", ",", "some", "judges", "would", "cross", "their", "fingers", "whenever", "they", "said", "the", "phrase", "as", "a", "result", "of", "concern", "for", "the", "criminal", "'s", "soul", "as", "they", "said", "it", "as", "a", "prayer", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 18, 22, 30, 37, 42, 45, 49, 58, 66, 69, 76, 78, 85, 88, 95, 99, 105, 111, 118, 127, 132, 136, 143, 146, 150, 154, 159, 165, 170, 175, 180, 183, 186, 192, 195, 204, 208, 211, 219, 229, 234, 238, 242, 244, 249, 256, 261, 266, 272, 277, 283, 288, 290, 299, 302, 308, 313, 315, 322, 324, 329, 340, 344, 348, 353, 357, 367, 370, 378, 384, 388, 393, 398, 402, 406, 410, 420, 423, 426, 431, 433, 436, 438, 445, 447, 452, 459, 465, 471, 477, 485, 494, 499, 504, 508, 515, 518, 520, 527, 530, 538, 542, 546, 555, 558, 563, 566, 571, 576, 579, 582, 584, 591, 593 ] }
9fe9bc8e939d483985ed86cc17fa8eb1
where did the term fingers crossed come from
{ "tokens": [ "where", "did", "the", "term", "fingers", "crossed", "come", "from" ], "offsets": [ 0, 6, 10, 14, 19, 27, 35, 40 ] }
{ "text": [ "the biblical Kingdom of Israel" ], "char_spans": [ { "start": [ 45 ], "end": [ 74 ] } ], "token_spans": [ { "start": [ 9 ], "end": [ 13 ] } ] }
[ "the biblical Kingdom of Israel" ]
NaturalQuestionsShort
<P> The Supreme Court of the United States is the highest federal court of the United States . Established pursuant to Article Three of the United States Constitution in 1789 , it has ultimate ( and largely discretionary ) appellate jurisdiction over all federal courts and state court cases involving issues of federal law plus original jurisdiction over a small range of cases . In the legal system of the United States , the Supreme Court is generally the final interpreter of federal law including the United States Constitution , but it may act only within the context of a case , in which it has jurisdiction . The Court does not have power to decide political questions , and its enforcement arm is in the executive rather than judicial branch of government . </P>
{ "tokens": [ "<P>", "The", "Supreme", "Court", "of", "the", "United", "States", "is", "the", "highest", "federal", "court", "of", "the", "United", "States", ".", "Established", "pursuant", "to", "Article", "Three", "of", "the", "United", "States", "Constitution", "in", "1789", ",", "it", "has", "ultimate", "(", "and", "largely", "discretionary", ")", "appellate", "jurisdiction", "over", "all", "federal", "courts", "and", "state", "court", "cases", "involving", "issues", "of", "federal", "law", "plus", "original", "jurisdiction", "over", "a", "small", "range", "of", "cases", ".", "In", "the", "legal", "system", "of", "the", "United", "States", ",", "the", "Supreme", "Court", "is", "generally", "the", "final", "interpreter", "of", "federal", "law", "including", "the", "United", "States", "Constitution", ",", "but", "it", "may", "act", "only", "within", "the", "context", "of", "a", "case", ",", "in", "which", "it", "has", "jurisdiction", ".", "The", "Court", "does", "not", "have", "power", "to", "decide", "political", "questions", ",", "and", "its", "enforcement", "arm", "is", "in", "the", "executive", "rather", "than", "judicial", "branch", "of", "government", ".", "</P>" ], "offsets": [ 0, 4, 8, 16, 22, 25, 29, 36, 43, 46, 50, 58, 66, 72, 75, 79, 86, 93, 95, 107, 116, 119, 127, 133, 136, 140, 147, 154, 167, 170, 175, 177, 180, 184, 193, 195, 199, 207, 221, 223, 233, 246, 251, 255, 263, 270, 274, 280, 286, 292, 302, 309, 312, 320, 324, 329, 338, 351, 356, 358, 364, 370, 373, 379, 381, 384, 388, 394, 401, 404, 408, 415, 422, 424, 428, 436, 442, 445, 455, 459, 465, 477, 480, 488, 492, 502, 506, 513, 520, 533, 535, 539, 542, 546, 550, 555, 562, 566, 574, 577, 579, 584, 586, 589, 595, 598, 602, 615, 617, 621, 627, 632, 636, 641, 647, 650, 657, 667, 677, 679, 683, 687, 699, 703, 706, 709, 713, 723, 730, 735, 744, 751, 754, 765, 767 ] }
23af522e641344f8ba584a9c783b5061
who decides the size and number of federal courts
{ "tokens": [ "who", "decides", "the", "size", "and", "number", "of", "federal", "courts" ], "offsets": [ 0, 4, 12, 16, 21, 25, 32, 35, 43 ] }
{ "text": [ "Supreme Court of the United States" ], "char_spans": [ { "start": [ 8 ], "end": [ 41 ] } ], "token_spans": [ { "start": [ 2 ], "end": [ 7 ] } ] }
[ "Supreme Court of the United States" ]
NaturalQuestionsShort
<P> Out of all the water on Earth , saline water in oceans , seas and saline groundwater make up about 97 % of it . Only 2.5 -- 2.75 % is fresh water , including 1.75 -- 2 % frozen in glaciers , ice and snow , 0.5 -- 0.75 % as fresh groundwater and soil moisture , and less than 0.01 % of it as surface water in lakes , swamps and rivers . Freshwater lakes contain about 87 % of this fresh surface water , including 29 % in the African Great Lakes , 22 % in Lake Baikal in Russia , 21 % in the North American Great Lakes , and 14 % in other lakes . Swamps have most of the balance with only a small amount in rivers , most notably the Amazon River . The atmosphere contains 0.04 % water . In areas with no fresh water on the ground surface , fresh water derived from precipitation may , because of its lower density , overlie saline ground water in lenses or layers . Most of the world 's fresh water is frozen in ice sheets . Many areas suffer from lack of distribution of fresh water , such as deserts . </P>
{ "tokens": [ "<P>", "Out", "of", "all", "the", "water", "on", "Earth", ",", "saline", "water", "in", "oceans", ",", "seas", "and", "saline", "groundwater", "make", "up", "about", "97", "%", "of", "it", ".", "Only", "2.5", "--", "2.75", "%", "is", "fresh", "water", ",", "including", "1.75", "--", "2", "%", "frozen", "in", "glaciers", ",", "ice", "and", "snow", ",", "0.5", "--", "0.75", "%", "as", "fresh", "groundwater", "and", "soil", "moisture", ",", "and", "less", "than", "0.01", "%", "of", "it", "as", "surface", "water", "in", "lakes", ",", "swamps", "and", "rivers", ".", "Freshwater", "lakes", "contain", "about", "87", "%", "of", "this", "fresh", "surface", "water", ",", "including", "29", "%", "in", "the", "African", "Great", "Lakes", ",", "22", "%", "in", "Lake", "Baikal", "in", "Russia", ",", "21", "%", "in", "the", "North", "American", "Great", "Lakes", ",", "and", "14", "%", "in", "other", "lakes", ".", "Swamps", "have", "most", "of", "the", "balance", "with", "only", "a", "small", "amount", "in", "rivers", ",", "most", "notably", "the", "Amazon", "River", ".", "The", "atmosphere", "contains", "0.04", "%", "water", ".", "In", "areas", "with", "no", "fresh", "water", "on", "the", "ground", "surface", ",", "fresh", "water", "derived", "from", "precipitation", "may", ",", "because", "of", "its", "lower", "density", ",", "overlie", "saline", "ground", "water", "in", "lenses", "or", "layers", ".", "Most", "of", "the", "world", "'s", "fresh", "water", "is", "frozen", "in", "ice", "sheets", ".", "Many", "areas", "suffer", "from", "lack", "of", "distribution", "of", "fresh", "water", ",", "such", "as", "deserts", ".", "</P>" ], "offsets": [ 0, 4, 8, 11, 15, 19, 25, 28, 34, 36, 43, 49, 52, 59, 61, 66, 70, 77, 89, 94, 97, 103, 106, 108, 111, 114, 116, 121, 125, 128, 133, 135, 138, 144, 150, 152, 162, 167, 170, 172, 174, 181, 184, 193, 195, 199, 203, 208, 210, 214, 217, 222, 224, 227, 233, 245, 249, 254, 263, 265, 269, 274, 279, 284, 286, 289, 292, 295, 303, 309, 312, 318, 320, 327, 331, 338, 340, 351, 357, 365, 371, 374, 376, 379, 384, 390, 398, 404, 406, 416, 419, 421, 424, 428, 436, 442, 448, 450, 453, 455, 458, 463, 470, 473, 480, 482, 485, 487, 490, 494, 500, 509, 515, 521, 523, 527, 530, 532, 535, 541, 547, 549, 556, 561, 566, 569, 573, 581, 586, 591, 593, 599, 606, 609, 616, 618, 623, 631, 635, 642, 648, 650, 654, 665, 674, 679, 681, 687, 689, 692, 698, 703, 706, 712, 718, 721, 725, 732, 740, 742, 748, 754, 762, 767, 781, 785, 787, 795, 798, 802, 808, 816, 818, 826, 833, 840, 846, 849, 856, 859, 866, 868, 873, 876, 880, 886, 889, 895, 901, 904, 911, 914, 918, 925, 927, 932, 938, 945, 950, 955, 958, 971, 974, 980, 986, 988, 993, 996, 1004, 1006 ] }
c4fc7b6a639e4de09f3caf268eda55a1
about how much of earth water is freshwater
{ "tokens": [ "about", "how", "much", "of", "earth", "water", "is", "freshwater" ], "offsets": [ 0, 6, 10, 15, 18, 24, 30, 33 ] }
{ "text": [ "2.5 -- 2.75 %" ], "char_spans": [ { "start": [ 121 ], "end": [ 133 ] } ], "token_spans": [ { "start": [ 27 ], "end": [ 30 ] } ] }
[ "2.5 -- 2.75 %" ]
NaturalQuestionsShort
<P> The North and South quickly raised volunteer and conscription armies that fought mostly in the South over four years . During this time many innovations in warfare occurred , including the development and use of iron - clad ships , ultimately changing naval strategy around the world . The Union finally won the war when General Robert E. Lee surrendered to General Ulysses S. Grant at the battle of Appomattox , which triggered a series of surrenders by Confederate generals throughout the southern states . Four years of intense combat left 620,000 to 750,000 soldiers dead , a higher number than the number of American military deaths in both World Wars , Korea , Vietnam , Iraq and Afghanistan combined , and much of the South 's infrastructure was destroyed . The Confederacy collapsed , slavery was abolished , and 4 million slaves were freed . The Reconstruction Era ( 1863 -- 1877 ) overlapped and followed the war , with the process of restoring national unity , strengthening the national government , and granting civil rights to freed slaves throughout the country . The Civil War is arguably the most studied and written about episode in American history . </P>
{ "tokens": [ "<P>", "The", "North", "and", "South", "quickly", "raised", "volunteer", "and", "conscription", "armies", "that", "fought", "mostly", "in", "the", "South", "over", "four", "years", ".", "During", "this", "time", "many", "innovations", "in", "warfare", "occurred", ",", "including", "the", "development", "and", "use", "of", "iron", "-", "clad", "ships", ",", "ultimately", "changing", "naval", "strategy", "around", "the", "world", ".", "The", "Union", "finally", "won", "the", "war", "when", "General", "Robert", "E.", "Lee", "surrendered", "to", "General", "Ulysses", "S.", "Grant", "at", "the", "battle", "of", "Appomattox", ",", "which", "triggered", "a", "series", "of", "surrenders", "by", "Confederate", "generals", "throughout", "the", "southern", "states", ".", "Four", "years", "of", "intense", "combat", "left", "620,000", "to", "750,000", "soldiers", "dead", ",", "a", "higher", "number", "than", "the", "number", "of", "American", "military", "deaths", "in", "both", "World", "Wars", ",", "Korea", ",", "Vietnam", ",", "Iraq", "and", "Afghanistan", "combined", ",", "and", "much", "of", "the", "South", "'s", "infrastructure", "was", "destroyed", ".", "The", "Confederacy", "collapsed", ",", "slavery", "was", "abolished", ",", "and", "4", "million", "slaves", "were", "freed", ".", "The", "Reconstruction", "Era", "(", "1863", "--", "1877", ")", "overlapped", "and", "followed", "the", "war", ",", "with", "the", "process", "of", "restoring", "national", "unity", ",", "strengthening", "the", "national", "government", ",", "and", "granting", "civil", "rights", "to", "freed", "slaves", "throughout", "the", "country", ".", "The", "Civil", "War", "is", "arguably", "the", "most", "studied", "and", "written", "about", "episode", "in", "American", "history", ".", "</P>" ], "offsets": [ 0, 4, 8, 14, 18, 24, 32, 39, 49, 53, 66, 73, 78, 85, 92, 95, 99, 105, 110, 115, 121, 123, 130, 135, 140, 145, 157, 160, 168, 177, 179, 189, 193, 205, 209, 213, 216, 221, 223, 228, 234, 236, 247, 256, 262, 271, 278, 282, 288, 290, 294, 300, 308, 312, 316, 320, 325, 333, 340, 343, 347, 359, 362, 370, 378, 381, 387, 390, 394, 401, 404, 415, 417, 423, 433, 435, 442, 445, 456, 459, 471, 480, 491, 495, 504, 511, 513, 518, 524, 527, 535, 542, 547, 555, 558, 566, 575, 580, 582, 584, 591, 598, 603, 607, 614, 617, 626, 635, 642, 645, 650, 656, 661, 663, 669, 671, 679, 681, 686, 690, 702, 711, 713, 717, 722, 725, 729, 735, 738, 753, 757, 767, 769, 773, 785, 795, 797, 805, 809, 819, 821, 825, 827, 835, 842, 847, 853, 855, 859, 874, 878, 880, 885, 888, 893, 895, 906, 910, 919, 923, 927, 929, 934, 938, 946, 949, 959, 968, 974, 976, 990, 994, 1003, 1014, 1016, 1020, 1029, 1035, 1042, 1045, 1051, 1058, 1069, 1073, 1081, 1083, 1087, 1093, 1097, 1100, 1109, 1113, 1118, 1126, 1130, 1138, 1144, 1152, 1155, 1164, 1172, 1174 ] }
fe930158ac7f43b88817e5cc2294f042
who won the war of the north and south
{ "tokens": [ "who", "won", "the", "war", "of", "the", "north", "and", "south" ], "offsets": [ 0, 4, 8, 12, 16, 19, 23, 29, 33 ] }
{ "text": [ "North" ], "char_spans": [ { "start": [ 8 ], "end": [ 12 ] } ], "token_spans": [ { "start": [ 2 ], "end": [ 2 ] } ] }
[ "North" ]
NaturalQuestionsShort
<P> The First Epistle to the Corinthians ( Ancient Greek : Α ́ ̓ Επιστολὴ πρὸς Κορινθίους ) , usually referred to simply as First Corinthians and often written 1 Corinthians , is one of the Pauline epistles of the New Testament of the Christian Bible . The epistle says that Paul the Apostle and `` Sosthenes our brother '' wrote it to `` the church of God which is at Corinth '' 1Cor. 1 : 1 -- 2 although the scholarly consensus holds that Sosthenes was the amanuensis who wrote down the text of the letter at Paul 's direction . </P>
{ "tokens": [ "<P>", "The", "First", "Epistle", "to", "the", "Corinthians", "(", "Ancient", "Greek", ":", "Α", "́", "̓", "Επιστολὴ", "πρὸς", "Κορινθίους", ")", ",", "usually", "referred", "to", "simply", "as", "First", "Corinthians", "and", "often", "written", "1", "Corinthians", ",", "is", "one", "of", "the", "Pauline", "epistles", "of", "the", "New", "Testament", "of", "the", "Christian", "Bible", ".", "The", "epistle", "says", "that", "Paul", "the", "Apostle", "and", "``", "Sosthenes", "our", "brother", "''", "wrote", "it", "to", "``", "the", "church", "of", "God", "which", "is", "at", "Corinth", "''", "1Cor.", "1", ":", "1", "--", "2", "although", "the", "scholarly", "consensus", "holds", "that", "Sosthenes", "was", "the", "amanuensis", "who", "wrote", "down", "the", "text", "of", "the", "letter", "at", "Paul", "'s", "direction", ".", "</P>" ], "offsets": [ 0, 4, 8, 14, 22, 25, 29, 41, 43, 51, 57, 59, 62, 65, 67, 76, 81, 92, 94, 96, 104, 113, 116, 123, 126, 132, 144, 148, 154, 162, 164, 176, 178, 181, 185, 188, 192, 200, 209, 212, 216, 220, 230, 233, 237, 247, 253, 255, 259, 267, 272, 277, 282, 286, 294, 298, 301, 311, 315, 323, 326, 332, 335, 338, 341, 345, 352, 355, 359, 365, 368, 371, 379, 382, 388, 390, 392, 394, 397, 399, 408, 412, 422, 432, 438, 443, 453, 457, 461, 472, 476, 482, 487, 491, 496, 499, 503, 510, 513, 518, 521, 531, 533 ] }
2822b53082784ad3bee64c8db879d7e2
who was the book of corinthians written to
{ "tokens": [ "who", "was", "the", "book", "of", "corinthians", "written", "to" ], "offsets": [ 0, 4, 8, 12, 17, 20, 32, 40 ] }
{ "text": [ "the church of God which is at Corinth" ], "char_spans": [ { "start": [ 341 ], "end": [ 377 ] } ], "token_spans": [ { "start": [ 64 ], "end": [ 71 ] } ] }
[ "the church of God which is at Corinth" ]
NaturalQuestionsShort
<Table> The Knife of Never Letting Go <Tr> <Td colspan="2"> First edition cover </Td> </Tr> <Tr> <Th> Author </Th> <Td> Patrick Ness </Td> </Tr> <Tr> <Th> Country </Th> <Td> United Kingdom </Td> </Tr> <Tr> <Th> Language </Th> <Td> English </Td> </Tr> <Tr> <Th> Series </Th> <Td> Chaos Walking </Td> </Tr> <Tr> <Th> Genre </Th> <Td> Young - adult , science fiction </Td> </Tr> <Tr> <Th> Publisher </Th> <Td> Walker Books </Td> </Tr> <Tr> <Th> Publication date </Th> <Td> 5 May 2008 </Td> </Tr> <Tr> <Th> Pages </Th> <Td> 496 pp </Td> </Tr> <Tr> <Th> ISBN </Th> <Td> 978 - 1 - 4063 - 1025 - 2 </Td> </Tr> <Tr> <Th> OCLC </Th> <Td> 233261939 </Td> </Tr> <Tr> <Th> Followed by </Th> <Td> The Ask and the Answer </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "The", "Knife", "of", "Never", "Letting", "Go", "<Tr>", "<Td", "colspan=\"2\">", "First", "edition", "cover", "</Td>", "</Tr>", "<Tr>", "<Th>", "Author", "</Th>", "<Td>", "Patrick", "Ness", "</Td>", "</Tr>", "<Tr>", "<Th>", "Country", "</Th>", "<Td>", "United", "Kingdom", "</Td>", "</Tr>", "<Tr>", "<Th>", "Language", "</Th>", "<Td>", "English", "</Td>", "</Tr>", "<Tr>", "<Th>", "Series", "</Th>", "<Td>", "Chaos", "Walking", "</Td>", "</Tr>", "<Tr>", "<Th>", "Genre", "</Th>", "<Td>", "Young", "-", "adult", ",", "science", "fiction", "</Td>", "</Tr>", "<Tr>", "<Th>", "Publisher", "</Th>", "<Td>", "Walker", "Books", "</Td>", "</Tr>", "<Tr>", "<Th>", "Publication", "date", "</Th>", "<Td>", "5", "May", "2008", "</Td>", "</Tr>", "<Tr>", "<Th>", "Pages", "</Th>", "<Td>", "496", "pp", "</Td>", "</Tr>", "<Tr>", "<Th>", "ISBN", "</Th>", "<Td>", "978", "-", "1", "-", "4063", "-", "1025", "-", "2", "</Td>", "</Tr>", "<Tr>", "<Th>", "OCLC", "</Th>", "<Td>", "233261939", "</Td>", "</Tr>", "<Tr>", "<Th>", "Followed", "by", "</Th>", "<Td>", "The", "Ask", "and", "the", "Answer", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 12, 18, 21, 27, 35, 38, 43, 47, 60, 66, 74, 80, 86, 92, 97, 102, 109, 115, 120, 128, 133, 139, 145, 150, 155, 163, 169, 174, 181, 189, 195, 201, 206, 211, 220, 226, 231, 239, 245, 251, 256, 261, 268, 274, 279, 285, 293, 299, 305, 310, 315, 321, 327, 332, 338, 340, 346, 348, 356, 364, 370, 376, 381, 386, 396, 402, 407, 414, 420, 426, 432, 437, 442, 454, 459, 465, 470, 472, 476, 481, 487, 493, 498, 503, 509, 515, 520, 524, 527, 533, 539, 544, 549, 554, 560, 565, 569, 571, 573, 575, 580, 582, 587, 589, 591, 597, 603, 608, 613, 618, 624, 629, 639, 645, 651, 656, 661, 670, 673, 679, 684, 688, 692, 696, 700, 707, 713, 719 ] }
afbafd335aca4986a15cb865e89008e4
where was the knife of never letting go published
{ "tokens": [ "where", "was", "the", "knife", "of", "never", "letting", "go", "published" ], "offsets": [ 0, 6, 10, 14, 20, 23, 29, 37, 40 ] }
{ "text": [ "United Kingdom" ], "char_spans": [ { "start": [ 174 ], "end": [ 187 ] } ], "token_spans": [ { "start": [ 29 ], "end": [ 30 ] } ] }
[ "United Kingdom" ]
NaturalQuestionsShort
<P> `` Sí , se puede '' ( Spanish for `` Yes , it is possible '' or , roughly , `` Yes , we can '' ; pronounced ( ˈsi se ˈpwe. ðe ) ) is the motto of the United Farm Workers of America , and has since been taken up by other activist groups . In 1972 , during Cesar Chavez 's 25 - day fast in Phoenix , Arizona , UFW 's co-founder , Dolores Huerta , came up with the slogan . `` Sí se puede '' has long been a UFW guiding principle that has served to inspire accomplishment of goals . The phrase is a federally registered trademark of the UFW . </P>
{ "tokens": [ "<P>", "``", "Sí", ",", "se", "puede", "''", "(", "Spanish", "for", "``", "Yes", ",", "it", "is", "possible", "''", "or", ",", "roughly", ",", "``", "Yes", ",", "we", "can", "''", ";", "pronounced", "(", "ˈsi", "se", "ˈpwe.", "ðe", ")", ")", "is", "the", "motto", "of", "the", "United", "Farm", "Workers", "of", "America", ",", "and", "has", "since", "been", "taken", "up", "by", "other", "activist", "groups", ".", "In", "1972", ",", "during", "Cesar", "Chavez", "'s", "25", "-", "day", "fast", "in", "Phoenix", ",", "Arizona", ",", "UFW", "'s", "co-founder", ",", "Dolores", "Huerta", ",", "came", "up", "with", "the", "slogan", ".", "``", "Sí", "se", "puede", "''", "has", "long", "been", "a", "UFW", "guiding", "principle", "that", "has", "served", "to", "inspire", "accomplishment", "of", "goals", ".", "The", "phrase", "is", "a", "federally", "registered", "trademark", "of", "the", "UFW", ".", "</P>" ], "offsets": [ 0, 4, 7, 10, 12, 15, 21, 24, 26, 34, 38, 41, 45, 47, 50, 53, 62, 65, 68, 70, 78, 80, 83, 87, 89, 92, 96, 99, 101, 112, 114, 118, 121, 127, 130, 132, 134, 137, 141, 147, 150, 154, 161, 166, 174, 177, 185, 187, 191, 195, 201, 206, 212, 215, 218, 224, 233, 240, 242, 245, 250, 252, 259, 265, 272, 275, 278, 280, 284, 289, 292, 300, 302, 310, 312, 316, 319, 330, 332, 340, 347, 349, 354, 357, 362, 366, 373, 375, 378, 381, 384, 390, 393, 397, 402, 407, 409, 413, 421, 431, 436, 440, 447, 450, 458, 473, 476, 482, 484, 488, 495, 498, 500, 510, 521, 531, 534, 538, 542, 544 ] }
29bed3bec92a41e393c33775da1f0fee
what does si se puede mean in english
{ "tokens": [ "what", "does", "si", "se", "puede", "mean", "in", "english" ], "offsets": [ 0, 5, 10, 13, 16, 22, 27, 30 ] }
{ "text": [ "`` Yes , we can ''" ], "char_spans": [ { "start": [ 80 ], "end": [ 97 ] } ], "token_spans": [ { "start": [ 21 ], "end": [ 26 ] } ] }
[ "`` Yes , we can ''" ]
NaturalQuestionsShort
<P> The series is produced in the Netherlands by Blooming Media , and was co-developed with the Nickelodeon Netherlands television series De Ludwigs . Nickelodeon made it known that the series ' first season would contain 20 episodes on March 2 , 2017 . The series was renewed for a second season of 20 episodes on April 25 , 2017 . </P>
{ "tokens": [ "<P>", "The", "series", "is", "produced", "in", "the", "Netherlands", "by", "Blooming", "Media", ",", "and", "was", "co-developed", "with", "the", "Nickelodeon", "Netherlands", "television", "series", "De", "Ludwigs", ".", "Nickelodeon", "made", "it", "known", "that", "the", "series", "'", "first", "season", "would", "contain", "20", "episodes", "on", "March", "2", ",", "2017", ".", "The", "series", "was", "renewed", "for", "a", "second", "season", "of", "20", "episodes", "on", "April", "25", ",", "2017", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 18, 27, 30, 34, 46, 49, 58, 64, 66, 70, 74, 87, 92, 96, 108, 120, 131, 138, 141, 149, 151, 163, 168, 171, 177, 182, 186, 193, 195, 201, 208, 214, 222, 225, 234, 237, 243, 245, 247, 252, 254, 258, 265, 269, 277, 281, 283, 290, 297, 300, 303, 312, 315, 321, 324, 326, 331, 333 ] }
c0ef2eb061fd421ca9d74a49f14d9ffb
when is the new hunter street coming out
{ "tokens": [ "when", "is", "the", "new", "hunter", "street", "coming", "out" ], "offsets": [ 0, 5, 8, 12, 16, 23, 30, 37 ] }
{ "text": [ "April 25 , 2017" ], "char_spans": [ { "start": [ 315 ], "end": [ 329 ] } ], "token_spans": [ { "start": [ 56 ], "end": [ 59 ] } ] }
[ "April 25 , 2017" ]
NaturalQuestionsShort
<P> Succession to the British throne is determined by descent , gender ( for people born before October 2011 ) , legitimacy , and religion . Under common law , the Crown is inherited by a sovereign 's children or by a childless sovereign 's nearest collateral line . The Bill of Rights 1689 and the Act of Settlement 1701 , restrict succession to the throne to the legitimate Protestant descendants of Sophia of Hanover that are in `` communion with the Church of England '' . Spouses of Roman Catholics were disqualified from 1689 until the law was amended in 2015 . Protestant descendants of those excluded for being Roman Catholics are eligible . </P>
{ "tokens": [ "<P>", "Succession", "to", "the", "British", "throne", "is", "determined", "by", "descent", ",", "gender", "(", "for", "people", "born", "before", "October", "2011", ")", ",", "legitimacy", ",", "and", "religion", ".", "Under", "common", "law", ",", "the", "Crown", "is", "inherited", "by", "a", "sovereign", "'s", "children", "or", "by", "a", "childless", "sovereign", "'s", "nearest", "collateral", "line", ".", "The", "Bill", "of", "Rights", "1689", "and", "the", "Act", "of", "Settlement", "1701", ",", "restrict", "succession", "to", "the", "throne", "to", "the", "legitimate", "Protestant", "descendants", "of", "Sophia", "of", "Hanover", "that", "are", "in", "``", "communion", "with", "the", "Church", "of", "England", "''", ".", "Spouses", "of", "Roman", "Catholics", "were", "disqualified", "from", "1689", "until", "the", "law", "was", "amended", "in", "2015", ".", "Protestant", "descendants", "of", "those", "excluded", "for", "being", "Roman", "Catholics", "are", "eligible", ".", "</P>" ], "offsets": [ 0, 4, 15, 18, 22, 30, 37, 40, 51, 54, 62, 64, 71, 73, 77, 84, 89, 96, 104, 109, 111, 113, 124, 126, 130, 139, 141, 147, 154, 158, 160, 164, 170, 173, 183, 186, 188, 198, 201, 210, 213, 216, 218, 228, 238, 241, 249, 260, 265, 267, 271, 276, 279, 286, 291, 295, 299, 303, 306, 317, 322, 324, 333, 344, 347, 351, 358, 361, 365, 376, 387, 399, 402, 409, 412, 420, 425, 429, 432, 435, 445, 450, 454, 461, 464, 472, 475, 477, 485, 488, 494, 504, 509, 522, 527, 532, 538, 542, 546, 550, 558, 561, 566, 568, 579, 591, 594, 600, 609, 613, 619, 625, 635, 639, 648, 650 ] }
7a6ba172e49c4d17ab075313dfd5c551
who decides who is the next king of england
{ "tokens": [ "who", "decides", "who", "is", "the", "next", "king", "of", "england" ], "offsets": [ 0, 4, 12, 16, 19, 23, 28, 33, 36 ] }
{ "text": [ "common law" ], "char_spans": [ { "start": [ 147 ], "end": [ 156 ] } ], "token_spans": [ { "start": [ 27 ], "end": [ 28 ] } ] }
[ "common law" ]
NaturalQuestionsShort
<P> In December 2017 , the United States , United Kingdom and Australia formally asserted that North Korea was behind the attack . </P>
{ "tokens": [ "<P>", "In", "December", "2017", ",", "the", "United", "States", ",", "United", "Kingdom", "and", "Australia", "formally", "asserted", "that", "North", "Korea", "was", "behind", "the", "attack", ".", "</P>" ], "offsets": [ 0, 4, 7, 16, 21, 23, 27, 34, 41, 43, 50, 58, 62, 72, 81, 90, 95, 101, 107, 111, 118, 122, 129, 131 ] }
c6eba077f8b84da5b9d31f0a1774daf5
who has the us blamed for the creation of the global wannacry ransomeware virus
{ "tokens": [ "who", "has", "the", "us", "blamed", "for", "the", "creation", "of", "the", "global", "wannacry", "ransomeware", "virus" ], "offsets": [ 0, 4, 8, 12, 15, 22, 26, 30, 39, 42, 46, 53, 62, 74 ] }
{ "text": [ "North Korea" ], "char_spans": [ { "start": [ 95 ], "end": [ 105 ] } ], "token_spans": [ { "start": [ 16 ], "end": [ 17 ] } ] }
[ "North Korea" ]
NaturalQuestionsShort
<P> Generous sums of money were also donated by Brojendra Kishore Roy Choudhury , Maharaja Suryya Kanto Acharya Choudhury and Rashbihari Ghosh , who was appointed the first president of the university . Aurobindo served as the first principal of the college . The organisation in its early days was intricately associated with the nascent revolutionary nationalism in Bengal at the time . It was during his time as principal that Aurobindo started his nationalist publications Jugantar , Karmayogin and Bande Mataram . </P>
{ "tokens": [ "<P>", "Generous", "sums", "of", "money", "were", "also", "donated", "by", "Brojendra", "Kishore", "Roy", "Choudhury", ",", "Maharaja", "Suryya", "Kanto", "Acharya", "Choudhury", "and", "Rashbihari", "Ghosh", ",", "who", "was", "appointed", "the", "first", "president", "of", "the", "university", ".", "Aurobindo", "served", "as", "the", "first", "principal", "of", "the", "college", ".", "The", "organisation", "in", "its", "early", "days", "was", "intricately", "associated", "with", "the", "nascent", "revolutionary", "nationalism", "in", "Bengal", "at", "the", "time", ".", "It", "was", "during", "his", "time", "as", "principal", "that", "Aurobindo", "started", "his", "nationalist", "publications", "Jugantar", ",", "Karmayogin", "and", "Bande", "Mataram", ".", "</P>" ], "offsets": [ 0, 4, 13, 18, 21, 27, 32, 37, 45, 48, 58, 66, 70, 80, 82, 91, 98, 104, 112, 122, 126, 137, 143, 145, 149, 153, 163, 167, 173, 183, 186, 190, 201, 203, 213, 220, 223, 227, 233, 243, 246, 250, 258, 260, 264, 277, 280, 284, 290, 295, 299, 311, 322, 327, 331, 339, 353, 365, 368, 375, 378, 382, 387, 389, 392, 396, 403, 407, 412, 415, 425, 430, 440, 448, 452, 464, 477, 486, 488, 499, 503, 509, 517, 519 ] }
3885aeb4155d47af8b3a3eaab8f5739e
who was the first principal of bengal national school and college
{ "tokens": [ "who", "was", "the", "first", "principal", "of", "bengal", "national", "school", "and", "college" ], "offsets": [ 0, 4, 8, 12, 18, 28, 31, 38, 47, 54, 58 ] }
{ "text": [ "Aurobindo" ], "char_spans": [ { "start": [ 203 ], "end": [ 211 ] } ], "token_spans": [ { "start": [ 33 ], "end": [ 33 ] } ] }
[ "Aurobindo" ]
NaturalQuestionsShort
<P> The Battle of Worcester took place on 3 September 1651 at Worcester , England , and was the final battle of the English Civil War . Oliver Cromwell 's Parliamentarian New Model Army , 28,000 strong , defeated King Charles II 's 16,000 Royalists , of whom the vast majority were Scottish . </P>
{ "tokens": [ "<P>", "The", "Battle", "of", "Worcester", "took", "place", "on", "3", "September", "1651", "at", "Worcester", ",", "England", ",", "and", "was", "the", "final", "battle", "of", "the", "English", "Civil", "War", ".", "Oliver", "Cromwell", "'s", "Parliamentarian", "New", "Model", "Army", ",", "28,000", "strong", ",", "defeated", "King", "Charles", "II", "'s", "16,000", "Royalists", ",", "of", "whom", "the", "vast", "majority", "were", "Scottish", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 18, 28, 33, 39, 42, 44, 54, 59, 62, 72, 74, 82, 84, 88, 92, 96, 102, 109, 112, 116, 124, 130, 134, 136, 143, 152, 155, 171, 175, 181, 186, 188, 195, 202, 204, 213, 218, 226, 229, 232, 239, 249, 251, 254, 259, 263, 268, 277, 282, 291, 293 ] }
82d4190a351f452d8bad95b2e25e1a31
where did the battle of worcester take place
{ "tokens": [ "where", "did", "the", "battle", "of", "worcester", "take", "place" ], "offsets": [ 0, 6, 10, 14, 21, 24, 34, 39 ] }
{ "text": [ "Worcester , England" ], "char_spans": [ { "start": [ 62 ], "end": [ 80 ] } ], "token_spans": [ { "start": [ 12 ], "end": [ 14 ] } ] }
[ "Worcester , England" ]
NaturalQuestionsShort
<P> The young English actress Vivien Leigh , virtually unknown in America , saw that several English actors , including Ronald Colman and Leslie Howard , were in consideration for the male leads in Gone with the Wind . Her agent happened to be the London representative of the Myron Selznick talent agency , headed by David Selznick 's brother , Myron . Leigh asked Myron to put her name into consideration as Scarlett on the eve of the American release of her picture Fire Over England in February 1938 . David Selznick watched both Fire Over England and her most recent picture , A Yank at Oxford , that month , and thought she was excellent but in no way a possible Scarlett , as she was `` too British '' . But Myron Selznick arranged for David to first meet Leigh on the night in December 1938 when the burning of the Atlanta Depot was being filmed on the Forty Acres backlot that Selznick International and RKO shared . Leigh and her then lover Laurence Olivier ( later to be her husband ) were visiting as guests of Myron Selznick , who was also Olivier 's agent , while Leigh was in Hollywood hoping for a part in Olivier 's current movie , Wuthering Heights . In a letter to his wife two days later , David Selznick admitted that Leigh was `` the Scarlett dark horse '' , and after a series of screen tests , her casting was announced on January 13 , 1939 . Just before the shooting of the film , Selznick informed Ed Sullivan : `` Scarlett O'Hara's parents were French and Irish . Identically , Miss Leigh 's parents are French and Irish . '' </P>
{ "tokens": [ "<P>", "The", "young", "English", "actress", "Vivien", "Leigh", ",", "virtually", "unknown", "in", "America", ",", "saw", "that", "several", "English", "actors", ",", "including", "Ronald", "Colman", "and", "Leslie", "Howard", ",", "were", "in", "consideration", "for", "the", "male", "leads", "in", "Gone", "with", "the", "Wind", ".", "Her", "agent", "happened", "to", "be", "the", "London", "representative", "of", "the", "Myron", "Selznick", "talent", "agency", ",", "headed", "by", "David", "Selznick", "'s", "brother", ",", "Myron", ".", "Leigh", "asked", "Myron", "to", "put", "her", "name", "into", "consideration", "as", "Scarlett", "on", "the", "eve", "of", "the", "American", "release", "of", "her", "picture", "Fire", "Over", "England", "in", "February", "1938", ".", "David", "Selznick", "watched", "both", "Fire", "Over", "England", "and", "her", "most", "recent", "picture", ",", "A", "Yank", "at", "Oxford", ",", "that", "month", ",", "and", "thought", "she", "was", "excellent", "but", "in", "no", "way", "a", "possible", "Scarlett", ",", "as", "she", "was", "``", "too", "British", "''", ".", "But", "Myron", "Selznick", "arranged", "for", "David", "to", "first", "meet", "Leigh", "on", "the", "night", "in", "December", "1938", "when", "the", "burning", "of", "the", "Atlanta", "Depot", "was", "being", "filmed", "on", "the", "Forty", "Acres", "backlot", "that", "Selznick", "International", "and", "RKO", "shared", ".", "Leigh", "and", "her", "then", "lover", "Laurence", "Olivier", "(", "later", "to", "be", "her", "husband", ")", "were", "visiting", "as", "guests", "of", "Myron", "Selznick", ",", "who", "was", "also", "Olivier", "'s", "agent", ",", "while", "Leigh", "was", "in", "Hollywood", "hoping", "for", "a", "part", "in", "Olivier", "'s", "current", "movie", ",", "Wuthering", "Heights", ".", "In", "a", "letter", "to", "his", "wife", "two", "days", "later", ",", "David", "Selznick", "admitted", "that", "Leigh", "was", "``", "the", "Scarlett", "dark", "horse", "''", ",", "and", "after", "a", "series", "of", "screen", "tests", ",", "her", "casting", "was", "announced", "on", "January", "13", ",", "1939", ".", "Just", "before", "the", "shooting", "of", "the", "film", ",", "Selznick", "informed", "Ed", "Sullivan", ":", "``", "Scarlett", "O'Hara's", "parents", "were", "French", "and", "Irish", ".", "Identically", ",", "Miss", "Leigh", "'s", "parents", "are", "French", "and", "Irish", ".", "''", "</P>" ], "offsets": [ 0, 4, 8, 14, 22, 30, 37, 43, 45, 55, 63, 66, 74, 76, 80, 85, 93, 101, 108, 110, 120, 127, 134, 138, 145, 152, 154, 159, 162, 176, 180, 184, 189, 195, 198, 203, 208, 212, 217, 219, 223, 229, 238, 241, 244, 248, 255, 270, 273, 277, 283, 292, 299, 306, 308, 315, 318, 324, 333, 336, 344, 346, 352, 354, 360, 366, 372, 375, 379, 383, 388, 393, 407, 410, 419, 422, 426, 430, 433, 437, 446, 454, 457, 461, 469, 474, 479, 487, 490, 499, 504, 506, 512, 521, 529, 534, 539, 544, 552, 556, 560, 565, 572, 580, 582, 584, 589, 592, 599, 601, 606, 612, 614, 618, 626, 630, 634, 644, 648, 651, 654, 658, 660, 669, 678, 680, 683, 687, 691, 694, 698, 706, 709, 711, 715, 721, 730, 739, 743, 749, 752, 758, 763, 769, 772, 776, 782, 785, 794, 799, 804, 808, 816, 819, 823, 831, 837, 841, 847, 854, 857, 861, 867, 873, 881, 886, 895, 909, 913, 917, 924, 926, 932, 936, 940, 945, 951, 960, 968, 970, 976, 979, 982, 986, 994, 996, 1001, 1010, 1013, 1020, 1023, 1029, 1038, 1040, 1044, 1048, 1053, 1061, 1064, 1070, 1072, 1078, 1084, 1088, 1091, 1101, 1108, 1112, 1114, 1119, 1122, 1130, 1133, 1141, 1147, 1149, 1159, 1167, 1169, 1172, 1174, 1181, 1184, 1188, 1193, 1197, 1202, 1208, 1210, 1216, 1225, 1234, 1239, 1245, 1249, 1252, 1256, 1265, 1270, 1276, 1279, 1281, 1285, 1291, 1293, 1300, 1303, 1310, 1316, 1318, 1322, 1330, 1334, 1344, 1347, 1355, 1358, 1360, 1365, 1367, 1372, 1379, 1383, 1392, 1395, 1399, 1404, 1406, 1415, 1424, 1427, 1436, 1438, 1441, 1450, 1459, 1467, 1472, 1479, 1483, 1489, 1491, 1503, 1505, 1510, 1516, 1519, 1527, 1531, 1538, 1542, 1548, 1550, 1553 ] }
054d6ced36a4456a819b0f4c69e9c5a5
who played scarlette o'hara in gone with the wind
{ "tokens": [ "who", "played", "scarlette", "o'hara", "in", "gone", "with", "the", "wind" ], "offsets": [ 0, 4, 11, 21, 28, 31, 36, 41, 45 ] }
{ "text": [ "Vivien Leigh" ], "char_spans": [ { "start": [ 30 ], "end": [ 41 ] } ], "token_spans": [ { "start": [ 5 ], "end": [ 6 ] } ] }
[ "Vivien Leigh" ]
NaturalQuestionsShort
<P> The 2018 NCAA Division I Men 's Basketball Tournament was a 68 - team single - elimination tournament to determine the men 's National Collegiate Athletic Association ( NCAA ) Division I college basketball national champion for the 2017 -- 18 season . The 80th edition of the tournament began on March 13 , 2018 , and concluded with the championship game on April 2 at the Alamodome in San Antonio , Texas . </P>
{ "tokens": [ "<P>", "The", "2018", "NCAA", "Division", "I", "Men", "'s", "Basketball", "Tournament", "was", "a", "68", "-", "team", "single", "-", "elimination", "tournament", "to", "determine", "the", "men", "'s", "National", "Collegiate", "Athletic", "Association", "(", "NCAA", ")", "Division", "I", "college", "basketball", "national", "champion", "for", "the", "2017", "--", "18", "season", ".", "The", "80th", "edition", "of", "the", "tournament", "began", "on", "March", "13", ",", "2018", ",", "and", "concluded", "with", "the", "championship", "game", "on", "April", "2", "at", "the", "Alamodome", "in", "San", "Antonio", ",", "Texas", ".", "</P>" ], "offsets": [ 0, 4, 8, 13, 18, 27, 29, 33, 36, 47, 58, 62, 64, 67, 69, 74, 81, 83, 95, 106, 109, 119, 123, 127, 130, 139, 150, 159, 171, 173, 178, 180, 189, 191, 199, 210, 219, 228, 232, 236, 241, 244, 247, 254, 256, 260, 265, 273, 276, 280, 291, 297, 300, 306, 309, 311, 316, 318, 322, 332, 337, 341, 354, 359, 362, 368, 370, 373, 377, 387, 390, 394, 402, 404, 410, 412 ] }
57c25021927c4bdc9ce5ef1052860d46
where is the ncaa basketball championship game held
{ "tokens": [ "where", "is", "the", "ncaa", "basketball", "championship", "game", "held" ], "offsets": [ 0, 6, 9, 13, 18, 29, 42, 47 ] }
{ "text": [ "Alamodome in San Antonio , Texas" ], "char_spans": [ { "start": [ 377 ], "end": [ 408 ] } ], "token_spans": [ { "start": [ 68 ], "end": [ 73 ] } ] }
[ "Alamodome in San Antonio , Texas" ]
NaturalQuestionsShort
<P> The Hanging Gardens are the only one of the Seven Wonders for which the location has not been definitively established . There are no extant Babylonian texts which mention the gardens , and no definitive archaeological evidence has been found in Babylon . Three theories have been suggested to account for this . One : that they were purely mythical , and the descriptions found in ancient Greek and Roman writers including Strabo , Diodorus Siculus and Quintus Curtius Rufus represent a romantic ideal of an eastern garden . Two : that they existed in Babylon , but were completely destroyed sometime around the first century AD . Three : that the legend refers to a well - documented garden that the Assyrian King Sennacherib ( 704 -- 681 BC ) built in his capital city of Nineveh on the River Tigris , near the modern city of Mosul . </P>
{ "tokens": [ "<P>", "The", "Hanging", "Gardens", "are", "the", "only", "one", "of", "the", "Seven", "Wonders", "for", "which", "the", "location", "has", "not", "been", "definitively", "established", ".", "There", "are", "no", "extant", "Babylonian", "texts", "which", "mention", "the", "gardens", ",", "and", "no", "definitive", "archaeological", "evidence", "has", "been", "found", "in", "Babylon", ".", "Three", "theories", "have", "been", "suggested", "to", "account", "for", "this", ".", "One", ":", "that", "they", "were", "purely", "mythical", ",", "and", "the", "descriptions", "found", "in", "ancient", "Greek", "and", "Roman", "writers", "including", "Strabo", ",", "Diodorus", "Siculus", "and", "Quintus", "Curtius", "Rufus", "represent", "a", "romantic", "ideal", "of", "an", "eastern", "garden", ".", "Two", ":", "that", "they", "existed", "in", "Babylon", ",", "but", "were", "completely", "destroyed", "sometime", "around", "the", "first", "century", "AD", ".", "Three", ":", "that", "the", "legend", "refers", "to", "a", "well", "-", "documented", "garden", "that", "the", "Assyrian", "King", "Sennacherib", "(", "704", "--", "681", "BC", ")", "built", "in", "his", "capital", "city", "of", "Nineveh", "on", "the", "River", "Tigris", ",", "near", "the", "modern", "city", "of", "Mosul", ".", "</P>" ], "offsets": [ 0, 4, 8, 16, 24, 28, 32, 37, 41, 44, 48, 54, 62, 66, 72, 76, 85, 89, 93, 98, 111, 123, 125, 131, 135, 138, 145, 156, 162, 168, 176, 180, 188, 190, 194, 197, 208, 223, 232, 236, 241, 247, 250, 258, 260, 266, 275, 280, 285, 295, 298, 306, 310, 315, 317, 321, 323, 328, 333, 338, 345, 354, 356, 360, 364, 377, 383, 386, 394, 400, 404, 410, 418, 428, 435, 437, 446, 454, 458, 466, 474, 480, 490, 492, 501, 507, 510, 513, 521, 528, 530, 534, 536, 541, 546, 554, 557, 565, 567, 571, 576, 587, 597, 606, 613, 617, 623, 631, 634, 636, 642, 644, 649, 653, 660, 667, 670, 672, 677, 679, 690, 697, 702, 706, 715, 720, 732, 734, 738, 741, 745, 748, 750, 756, 759, 763, 771, 776, 779, 787, 790, 794, 800, 807, 809, 814, 818, 825, 830, 833, 839, 841 ] }
2a8cc712295e4b97a17174b41cc4039a
what is left of the hanging gardens of babylon
{ "tokens": [ "what", "is", "left", "of", "the", "hanging", "gardens", "of", "babylon" ], "offsets": [ 0, 5, 8, 13, 16, 20, 28, 36, 39 ] }
{ "text": [ "no definitive archaeological evidence has been found in Babylon" ], "char_spans": [ { "start": [ 194 ], "end": [ 256 ] } ], "token_spans": [ { "start": [ 34 ], "end": [ 42 ] } ] }
[ "no definitive archaeological evidence has been found in Babylon" ]
NaturalQuestionsShort
<P> The British Raj ( / rɑːdʒ / ; from rāj , literally , `` rule '' in Hindustani ) was the rule by the British Crown in the Indian subcontinent between 1858 and 1947 . The rule is also called Crown rule in India , or direct rule in India . The region under British control was commonly called India in contemporaneous usage , and included areas directly administered by the United Kingdom , which were collectively called British India , and those ruled by indigenous rulers , but under British tutelage or paramountcy , and called the princely states . The de facto political amalgamation was also called the Indian Empire and after 1876 issued passports under that name . As India , it was a founding member of the League of Nations , a participating nation in the Summer Olympics in 1900 , 1920 , 1928 , 1932 , and 1936 , and a founding member of the United Nations in San Francisco in 1945 . </P>
{ "tokens": [ "<P>", "The", "British", "Raj", "(", "/", "rɑːdʒ", "/", ";", "from", "rāj", ",", "literally", ",", "``", "rule", "''", "in", "Hindustani", ")", "was", "the", "rule", "by", "the", "British", "Crown", "in", "the", "Indian", "subcontinent", "between", "1858", "and", "1947", ".", "The", "rule", "is", "also", "called", "Crown", "rule", "in", "India", ",", "or", "direct", "rule", "in", "India", ".", "The", "region", "under", "British", "control", "was", "commonly", "called", "India", "in", "contemporaneous", "usage", ",", "and", "included", "areas", "directly", "administered", "by", "the", "United", "Kingdom", ",", "which", "were", "collectively", "called", "British", "India", ",", "and", "those", "ruled", "by", "indigenous", "rulers", ",", "but", "under", "British", "tutelage", "or", "paramountcy", ",", "and", "called", "the", "princely", "states", ".", "The", "de", "facto", "political", "amalgamation", "was", "also", "called", "the", "Indian", "Empire", "and", "after", "1876", "issued", "passports", "under", "that", "name", ".", "As", "India", ",", "it", "was", "a", "founding", "member", "of", "the", "League", "of", "Nations", ",", "a", "participating", "nation", "in", "the", "Summer", "Olympics", "in", "1900", ",", "1920", ",", "1928", ",", "1932", ",", "and", "1936", ",", "and", "a", "founding", "member", "of", "the", "United", "Nations", "in", "San", "Francisco", "in", "1945", ".", "</P>" ], "offsets": [ 0, 4, 8, 16, 20, 22, 24, 30, 32, 34, 39, 43, 45, 55, 57, 60, 65, 68, 71, 82, 84, 88, 92, 97, 100, 104, 112, 118, 121, 125, 132, 145, 153, 158, 162, 167, 169, 173, 178, 181, 186, 193, 199, 204, 207, 213, 215, 218, 225, 230, 233, 239, 241, 245, 252, 258, 266, 274, 278, 287, 294, 300, 303, 319, 325, 327, 331, 340, 346, 355, 368, 371, 375, 382, 390, 392, 398, 403, 416, 423, 431, 437, 439, 443, 449, 455, 458, 469, 476, 478, 482, 488, 496, 505, 508, 520, 522, 526, 533, 537, 546, 553, 555, 559, 562, 568, 578, 591, 595, 600, 607, 611, 618, 625, 629, 635, 640, 647, 657, 663, 668, 673, 675, 678, 684, 686, 689, 693, 695, 704, 711, 714, 718, 725, 728, 736, 738, 740, 754, 761, 764, 768, 775, 784, 787, 792, 794, 799, 801, 806, 808, 813, 815, 819, 824, 826, 830, 832, 841, 848, 851, 855, 862, 870, 873, 877, 887, 890, 895, 897 ] }
adf9bc2d72224723b4f0e090aa7d0ed0
in what year did east india officially become part of the british colonial empire course hero
{ "tokens": [ "in", "what", "year", "did", "east", "india", "officially", "become", "part", "of", "the", "british", "colonial", "empire", "course", "hero" ], "offsets": [ 0, 3, 8, 13, 17, 22, 28, 39, 46, 51, 54, 58, 66, 75, 82, 89 ] }
{ "text": [ "1858" ], "char_spans": [ { "start": [ 153 ], "end": [ 156 ] } ], "token_spans": [ { "start": [ 32 ], "end": [ 32 ] } ] }
[ "1858" ]
NaturalQuestionsShort
<P> Seven Brides for Seven Brothers is a 1954 musical film , photographed in Ansco Color in the CinemaScope format . The film was directed by Stanley Donen , with music by Saul Chaplin and Gene de Paul , lyrics by Johnny Mercer , and choreography by Michael Kidd . The screenplay , by Albert Hackett , Frances Goodrich , and Dorothy Kingsley , is based on the short story `` The Sobbin ' Women '' , by Stephen Vincent Benét , which was based in turn on the Ancient Roman legend of The Rape of the Sabine Women . Seven Brides for Seven Brothers , which is set in Oregon in 1850 , is particularly known for Kidd 's unusual choreography , which makes dance numbers out of such mundane frontier pursuits as chopping wood and raising a barn . Film critic Stephanie Zacharek has called the barn - raising sequence in Seven Brides `` one of the most rousing dance numbers ever put on screen . '' </P>
{ "tokens": [ "<P>", "Seven", "Brides", "for", "Seven", "Brothers", "is", "a", "1954", "musical", "film", ",", "photographed", "in", "Ansco", "Color", "in", "the", "CinemaScope", "format", ".", "The", "film", "was", "directed", "by", "Stanley", "Donen", ",", "with", "music", "by", "Saul", "Chaplin", "and", "Gene", "de", "Paul", ",", "lyrics", "by", "Johnny", "Mercer", ",", "and", "choreography", "by", "Michael", "Kidd", ".", "The", "screenplay", ",", "by", "Albert", "Hackett", ",", "Frances", "Goodrich", ",", "and", "Dorothy", "Kingsley", ",", "is", "based", "on", "the", "short", "story", "``", "The", "Sobbin", "'", "Women", "''", ",", "by", "Stephen", "Vincent", "Benét", ",", "which", "was", "based", "in", "turn", "on", "the", "Ancient", "Roman", "legend", "of", "The", "Rape", "of", "the", "Sabine", "Women", ".", "Seven", "Brides", "for", "Seven", "Brothers", ",", "which", "is", "set", "in", "Oregon", "in", "1850", ",", "is", "particularly", "known", "for", "Kidd", "'s", "unusual", "choreography", ",", "which", "makes", "dance", "numbers", "out", "of", "such", "mundane", "frontier", "pursuits", "as", "chopping", "wood", "and", "raising", "a", "barn", ".", "Film", "critic", "Stephanie", "Zacharek", "has", "called", "the", "barn", "-", "raising", "sequence", "in", "Seven", "Brides", "``", "one", "of", "the", "most", "rousing", "dance", "numbers", "ever", "put", "on", "screen", ".", "''", "</P>" ], "offsets": [ 0, 4, 10, 17, 21, 27, 36, 39, 41, 46, 54, 59, 61, 74, 77, 83, 89, 92, 96, 108, 115, 117, 121, 126, 130, 139, 142, 150, 156, 158, 163, 169, 172, 177, 185, 189, 194, 197, 202, 204, 211, 214, 221, 228, 230, 234, 247, 250, 258, 263, 265, 269, 280, 282, 285, 292, 300, 302, 310, 319, 321, 325, 333, 342, 344, 347, 353, 356, 360, 366, 372, 375, 379, 386, 388, 394, 397, 399, 402, 410, 418, 424, 426, 432, 436, 442, 445, 450, 453, 457, 465, 471, 478, 481, 485, 490, 493, 497, 504, 510, 512, 518, 525, 529, 535, 544, 546, 552, 555, 559, 562, 569, 572, 577, 579, 582, 595, 601, 605, 610, 613, 621, 634, 636, 642, 648, 654, 662, 666, 669, 674, 682, 691, 700, 703, 712, 717, 721, 729, 731, 736, 738, 743, 750, 760, 769, 773, 780, 784, 789, 791, 799, 808, 811, 817, 824, 827, 831, 834, 838, 843, 851, 857, 865, 870, 874, 877, 884, 886, 889 ] }
cef44e99bf94487c8e12a5f722cf3279
where is seven brides for seven brothers set
{ "tokens": [ "where", "is", "seven", "brides", "for", "seven", "brothers", "set" ], "offsets": [ 0, 6, 9, 15, 22, 26, 32, 41 ] }
{ "text": [ "Oregon" ], "char_spans": [ { "start": [ 562 ], "end": [ 567 ] } ], "token_spans": [ { "start": [ 110 ], "end": [ 110 ] } ] }
[ "Oregon" ]
NaturalQuestionsShort
<P> Wimpy is Popeye 's friend . In the cartoons , he mainly plays the role of the `` straight man '' to Popeye 's outbursts and wild antics . Wimpy is soft - spoken , romantic , very intelligent , and well educated , but also cowardly , very lazy , overly parsimonious and utterly gluttonous . He is also something of a scam artist and , especially in the newspaper strip , can be underhanded . However , his plans always succeed , and he lives off the land through his ill - gotten gains . Although Wimpy is almost a tramp , he pretends to be a member of a high social status . In addition to mooching hamburgers , he picks up discarded cigars from the sidewalk , but is embarrassed to do so . Popeye tries to reform his character , being a good natured soul with a strong set of morals , but Wimpy never reforms . Popeye often becomes `` disgustipated '' with Wimpy , but puts up with him for the most part and sometimes even tricks Wimpy , although rarely . Wimpy first appeared in the Sunday comic storyline with Tinearo and Battling McGnat in 1929 , as a referee , although he was skinnier and his facial features were n't as defined . He was also missing his trademark brown jacket . </P>
{ "tokens": [ "<P>", "Wimpy", "is", "Popeye", "'s", "friend", ".", "In", "the", "cartoons", ",", "he", "mainly", "plays", "the", "role", "of", "the", "``", "straight", "man", "''", "to", "Popeye", "'s", "outbursts", "and", "wild", "antics", ".", "Wimpy", "is", "soft", "-", "spoken", ",", "romantic", ",", "very", "intelligent", ",", "and", "well", "educated", ",", "but", "also", "cowardly", ",", "very", "lazy", ",", "overly", "parsimonious", "and", "utterly", "gluttonous", ".", "He", "is", "also", "something", "of", "a", "scam", "artist", "and", ",", "especially", "in", "the", "newspaper", "strip", ",", "can", "be", "underhanded", ".", "However", ",", "his", "plans", "always", "succeed", ",", "and", "he", "lives", "off", "the", "land", "through", "his", "ill", "-", "gotten", "gains", ".", "Although", "Wimpy", "is", "almost", "a", "tramp", ",", "he", "pretends", "to", "be", "a", "member", "of", "a", "high", "social", "status", ".", "In", "addition", "to", "mooching", "hamburgers", ",", "he", "picks", "up", "discarded", "cigars", "from", "the", "sidewalk", ",", "but", "is", "embarrassed", "to", "do", "so", ".", "Popeye", "tries", "to", "reform", "his", "character", ",", "being", "a", "good", "natured", "soul", "with", "a", "strong", "set", "of", "morals", ",", "but", "Wimpy", "never", "reforms", ".", "Popeye", "often", "becomes", "``", "disgustipated", "''", "with", "Wimpy", ",", "but", "puts", "up", "with", "him", "for", "the", "most", "part", "and", "sometimes", "even", "tricks", "Wimpy", ",", "although", "rarely", ".", "Wimpy", "first", "appeared", "in", "the", "Sunday", "comic", "storyline", "with", "Tinearo", "and", "Battling", "McGnat", "in", "1929", ",", "as", "a", "referee", ",", "although", "he", "was", "skinnier", "and", "his", "facial", "features", "were", "n't", "as", "defined", ".", "He", "was", "also", "missing", "his", "trademark", "brown", "jacket", ".", "</P>" ], "offsets": [ 0, 4, 10, 13, 20, 23, 30, 32, 35, 39, 48, 50, 53, 60, 66, 70, 75, 78, 82, 85, 94, 98, 101, 104, 111, 114, 124, 128, 133, 140, 142, 148, 151, 156, 158, 165, 167, 176, 178, 183, 195, 197, 201, 206, 215, 217, 221, 226, 235, 237, 242, 247, 249, 256, 269, 273, 281, 292, 294, 297, 300, 305, 315, 318, 320, 325, 332, 336, 338, 349, 352, 356, 366, 372, 374, 378, 381, 393, 395, 403, 405, 409, 415, 422, 430, 432, 436, 439, 445, 449, 453, 458, 466, 470, 474, 476, 483, 489, 491, 500, 506, 509, 516, 518, 524, 526, 529, 538, 541, 544, 546, 553, 556, 558, 563, 570, 577, 579, 582, 591, 594, 603, 614, 616, 619, 625, 628, 638, 645, 650, 654, 663, 665, 669, 672, 684, 687, 690, 693, 695, 702, 708, 711, 718, 722, 732, 734, 740, 742, 747, 755, 760, 765, 767, 774, 778, 781, 788, 790, 794, 800, 806, 814, 816, 823, 829, 837, 840, 854, 857, 862, 868, 870, 874, 879, 882, 887, 891, 895, 899, 904, 909, 913, 923, 928, 935, 941, 943, 952, 959, 961, 967, 973, 982, 985, 989, 996, 1002, 1012, 1017, 1025, 1029, 1038, 1045, 1048, 1053, 1055, 1058, 1060, 1068, 1070, 1079, 1082, 1086, 1095, 1099, 1103, 1110, 1119, 1124, 1128, 1131, 1139, 1141, 1144, 1148, 1153, 1161, 1165, 1175, 1181, 1188, 1190 ] }
2280a8d61b6a4f798696e6d3645d72d3
what was the name of the hamburger guy in popeye
{ "tokens": [ "what", "was", "the", "name", "of", "the", "hamburger", "guy", "in", "popeye" ], "offsets": [ 0, 5, 9, 13, 18, 21, 25, 35, 39, 42 ] }
{ "text": [ "Wimpy" ], "char_spans": [ { "start": [ 4 ], "end": [ 8 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 1 ] } ] }
[ "Wimpy" ]
NaturalQuestionsShort
<P> Santa Rosa Beach is located on the Emerald Coast , between Laguna Beach and Destin . It lies north of U.S. Route 98 , on the southern shores of the Choctawhatchee Bay , more precisely on Hogtown Bayou . </P>
{ "tokens": [ "<P>", "Santa", "Rosa", "Beach", "is", "located", "on", "the", "Emerald", "Coast", ",", "between", "Laguna", "Beach", "and", "Destin", ".", "It", "lies", "north", "of", "U.S.", "Route", "98", ",", "on", "the", "southern", "shores", "of", "the", "Choctawhatchee", "Bay", ",", "more", "precisely", "on", "Hogtown", "Bayou", ".", "</P>" ], "offsets": [ 0, 4, 10, 15, 21, 24, 32, 35, 39, 47, 53, 55, 63, 70, 76, 80, 87, 89, 92, 97, 103, 106, 111, 117, 120, 122, 125, 129, 138, 145, 148, 152, 167, 171, 173, 178, 188, 191, 199, 205, 207 ] }
f4487e980ea64f5eb1062e33ca086f9c
where is santa rosa beach located in florida
{ "tokens": [ "where", "is", "santa", "rosa", "beach", "located", "in", "florida" ], "offsets": [ 0, 6, 9, 15, 20, 26, 34, 37 ] }
{ "text": [ "on the Emerald Coast , between Laguna Beach and Destin" ], "char_spans": [ { "start": [ 32 ], "end": [ 85 ] } ], "token_spans": [ { "start": [ 6 ], "end": [ 15 ] } ] }
[ "on the Emerald Coast , between Laguna Beach and Destin" ]
NaturalQuestionsShort
<P> The European Plain or Great European Plain is a plain in Europe and is a major feature of one of four major topographical units of Europe - the Central and Interior Lowlands . It is the largest mountain - free landform in Europe , although a number of highlands are identified within it . </P>
{ "tokens": [ "<P>", "The", "European", "Plain", "or", "Great", "European", "Plain", "is", "a", "plain", "in", "Europe", "and", "is", "a", "major", "feature", "of", "one", "of", "four", "major", "topographical", "units", "of", "Europe", "-", "the", "Central", "and", "Interior", "Lowlands", ".", "It", "is", "the", "largest", "mountain", "-", "free", "landform", "in", "Europe", ",", "although", "a", "number", "of", "highlands", "are", "identified", "within", "it", ".", "</P>" ], "offsets": [ 0, 4, 8, 17, 23, 26, 32, 41, 47, 50, 52, 58, 61, 68, 72, 75, 77, 83, 91, 94, 98, 101, 106, 112, 126, 132, 135, 142, 144, 148, 156, 160, 169, 178, 180, 183, 186, 190, 198, 207, 209, 214, 223, 226, 233, 235, 244, 246, 253, 256, 266, 270, 281, 288, 291, 293 ] }
9666be073de0438f94c93fc726409efd
what is the largest mountain free land area in europe
{ "tokens": [ "what", "is", "the", "largest", "mountain", "free", "land", "area", "in", "europe" ], "offsets": [ 0, 5, 8, 12, 20, 29, 34, 39, 44, 47 ] }
{ "text": [ "The European Plain" ], "char_spans": [ { "start": [ 4 ], "end": [ 21 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 3 ] } ] }
[ "The European Plain" ]
NaturalQuestionsShort
<P> General elections were held in Kenya on 27 December 2002 . They saw the end of the long - standing dominance of the Kenya African National Union , which had governed the country since independence in 1963 , including 23 years as the only legal party . Mwai Kibaki of the National Rainbow Coalition was elected president , while the National Rainbow Coalition won a majority in the National Assembly . </P>
{ "tokens": [ "<P>", "General", "elections", "were", "held", "in", "Kenya", "on", "27", "December", "2002", ".", "They", "saw", "the", "end", "of", "the", "long", "-", "standing", "dominance", "of", "the", "Kenya", "African", "National", "Union", ",", "which", "had", "governed", "the", "country", "since", "independence", "in", "1963", ",", "including", "23", "years", "as", "the", "only", "legal", "party", ".", "Mwai", "Kibaki", "of", "the", "National", "Rainbow", "Coalition", "was", "elected", "president", ",", "while", "the", "National", "Rainbow", "Coalition", "won", "a", "majority", "in", "the", "National", "Assembly", ".", "</P>" ], "offsets": [ 0, 4, 12, 22, 27, 32, 35, 41, 44, 47, 56, 61, 63, 68, 72, 76, 80, 83, 87, 92, 94, 103, 113, 116, 120, 126, 134, 143, 149, 151, 157, 161, 170, 174, 182, 188, 201, 204, 209, 211, 221, 224, 230, 233, 237, 242, 248, 254, 256, 261, 268, 271, 275, 284, 292, 302, 306, 314, 324, 326, 332, 336, 345, 353, 363, 367, 369, 378, 381, 385, 394, 403, 405 ] }
7e5cdcd028654fb6824f996822d01dc4
who won the presidential election in kenya in 2002
{ "tokens": [ "who", "won", "the", "presidential", "election", "in", "kenya", "in", "2002" ], "offsets": [ 0, 4, 8, 12, 25, 34, 37, 43, 46 ] }
{ "text": [ "Mwai Kibaki of the National Rainbow Coalition" ], "char_spans": [ { "start": [ 256 ], "end": [ 300 ] } ], "token_spans": [ { "start": [ 48 ], "end": [ 54 ] } ] }
[ "Mwai Kibaki of the National Rainbow Coalition" ]
NaturalQuestionsShort
<P> The Voice is an American reality television singing competition broadcast on NBC . Based on the original The Voice of Holland , the concept of the series is to find currently unsigned singing talent ( solo or duets , professional and amateur ) contested by aspiring singers , age 15 or over ( reduced to 13 since season 12 ) , drawn from public auditions . The winner is determined by television viewers voting by telephone , Internet , SMS text , and iTunes Store purchases of the audio - recorded artists ' vocal performances . They receive US $100,000 and a record deal with Universal Music Group for winning the competition . The winners of the twelve seasons have been : Javier Colon , Jermaine Paul , Cassadee Pope , Danielle Bradbery , Tessanne Chin , Josh Kaufman , Craig Wayne Boyd , Sawyer Fredericks , Jordan Smith , Alisan Porter , Sundance Head , and Chris Blue . </P>
{ "tokens": [ "<P>", "The", "Voice", "is", "an", "American", "reality", "television", "singing", "competition", "broadcast", "on", "NBC", ".", "Based", "on", "the", "original", "The", "Voice", "of", "Holland", ",", "the", "concept", "of", "the", "series", "is", "to", "find", "currently", "unsigned", "singing", "talent", "(", "solo", "or", "duets", ",", "professional", "and", "amateur", ")", "contested", "by", "aspiring", "singers", ",", "age", "15", "or", "over", "(", "reduced", "to", "13", "since", "season", "12", ")", ",", "drawn", "from", "public", "auditions", ".", "The", "winner", "is", "determined", "by", "television", "viewers", "voting", "by", "telephone", ",", "Internet", ",", "SMS", "text", ",", "and", "iTunes", "Store", "purchases", "of", "the", "audio", "-", "recorded", "artists", "'", "vocal", "performances", ".", "They", "receive", "US", "$100,000", "and", "a", "record", "deal", "with", "Universal", "Music", "Group", "for", "winning", "the", "competition", ".", "The", "winners", "of", "the", "twelve", "seasons", "have", "been", ":", "Javier", "Colon", ",", "Jermaine", "Paul", ",", "Cassadee", "Pope", ",", "Danielle", "Bradbery", ",", "Tessanne", "Chin", ",", "Josh", "Kaufman", ",", "Craig", "Wayne", "Boyd", ",", "Sawyer", "Fredericks", ",", "Jordan", "Smith", ",", "Alisan", "Porter", ",", "Sundance", "Head", ",", "and", "Chris", "Blue", ".", "</P>" ], "offsets": [ 0, 4, 8, 14, 17, 20, 29, 37, 48, 56, 68, 78, 81, 85, 87, 93, 96, 100, 109, 113, 119, 122, 130, 132, 136, 144, 147, 151, 158, 161, 164, 169, 179, 188, 196, 203, 205, 210, 213, 219, 221, 234, 238, 246, 248, 258, 261, 270, 278, 280, 284, 287, 290, 295, 297, 305, 308, 311, 317, 324, 327, 329, 331, 337, 342, 349, 359, 361, 365, 372, 375, 386, 389, 400, 408, 415, 418, 428, 430, 439, 441, 445, 450, 452, 456, 463, 469, 479, 482, 486, 492, 494, 503, 511, 513, 519, 532, 534, 539, 547, 550, 559, 563, 565, 572, 577, 582, 592, 598, 604, 608, 616, 620, 632, 634, 638, 646, 649, 653, 660, 668, 673, 678, 680, 687, 693, 695, 704, 709, 711, 720, 725, 727, 736, 745, 747, 756, 761, 763, 768, 776, 778, 784, 790, 795, 797, 804, 815, 817, 824, 830, 832, 839, 846, 848, 857, 862, 864, 868, 874, 879, 881 ] }
72d94898533740fd81b9d7316b7df204
what do u get for winning the voice
{ "tokens": [ "what", "do", "u", "get", "for", "winning", "the", "voice" ], "offsets": [ 0, 5, 8, 10, 14, 18, 26, 30 ] }
{ "text": [ "US $100,000", "a record deal with Universal Music Group" ], "char_spans": [ { "start": [ 547 ], "end": [ 557 ] }, { "start": [ 563 ], "end": [ 602 ] } ], "token_spans": [ { "start": [ 99 ], "end": [ 100 ] }, { "start": [ 102 ], "end": [ 108 ] } ] }
[ "US $100,000", "a record deal with Universal Music Group" ]
NaturalQuestionsShort
<P> Taylor Schilling ( born July 27 , 1984 ) is an American actress . She is known for her role as Piper Chapman on the Netflix original comedy - drama series Orange Is the New Black ( 2013 -- present ) , for which she received a nomination for the Primetime Emmy Award for Outstanding Lead Actress in a Comedy Series and two Golden Globe Award nominations for Best Actress -- Television Series Musical or Comedy and Best Actress -- Television Series Drama . She made her film debut in the 2007 drama Dark Matter . Schilling also starred in the short - lived NBC medical drama Mercy ( 2009 -- 10 ) . Her other films include Atlas Shrugged : Part I ( 2011 ) , the romantic drama The Lucky One ( 2012 ) , the comedy Take Me ( 2017 ) and the science fiction thriller The Titan ( 2018 ) . </P>
{ "tokens": [ "<P>", "Taylor", "Schilling", "(", "born", "July", "27", ",", "1984", ")", "is", "an", "American", "actress", ".", "She", "is", "known", "for", "her", "role", "as", "Piper", "Chapman", "on", "the", "Netflix", "original", "comedy", "-", "drama", "series", "Orange", "Is", "the", "New", "Black", "(", "2013", "--", "present", ")", ",", "for", "which", "she", "received", "a", "nomination", "for", "the", "Primetime", "Emmy", "Award", "for", "Outstanding", "Lead", "Actress", "in", "a", "Comedy", "Series", "and", "two", "Golden", "Globe", "Award", "nominations", "for", "Best", "Actress", "--", "Television", "Series", "Musical", "or", "Comedy", "and", "Best", "Actress", "--", "Television", "Series", "Drama", ".", "She", "made", "her", "film", "debut", "in", "the", "2007", "drama", "Dark", "Matter", ".", "Schilling", "also", "starred", "in", "the", "short", "-", "lived", "NBC", "medical", "drama", "Mercy", "(", "2009", "--", "10", ")", ".", "Her", "other", "films", "include", "Atlas", "Shrugged", ":", "Part", "I", "(", "2011", ")", ",", "the", "romantic", "drama", "The", "Lucky", "One", "(", "2012", ")", ",", "the", "comedy", "Take", "Me", "(", "2017", ")", "and", "the", "science", "fiction", "thriller", "The", "Titan", "(", "2018", ")", ".", "</P>" ], "offsets": [ 0, 4, 11, 21, 23, 28, 33, 36, 38, 43, 45, 48, 51, 60, 68, 70, 74, 77, 83, 87, 91, 96, 99, 105, 113, 116, 120, 128, 137, 144, 146, 152, 159, 166, 169, 173, 177, 183, 185, 190, 193, 201, 203, 205, 209, 215, 219, 228, 230, 241, 245, 249, 259, 264, 270, 274, 286, 291, 299, 302, 304, 311, 318, 322, 326, 333, 339, 345, 357, 361, 366, 374, 377, 388, 395, 403, 406, 413, 417, 422, 430, 433, 444, 451, 457, 459, 463, 468, 472, 477, 483, 486, 490, 495, 501, 506, 513, 515, 525, 530, 538, 541, 545, 551, 553, 559, 563, 571, 577, 583, 585, 590, 593, 596, 598, 600, 604, 610, 616, 624, 630, 639, 641, 646, 648, 650, 655, 657, 659, 663, 672, 678, 682, 688, 692, 694, 699, 701, 703, 707, 714, 719, 722, 724, 729, 731, 735, 739, 747, 755, 764, 768, 774, 776, 781, 783, 785 ] }
8837cd125a6f4fffa6cd86f7a908e6da
piper orange is the new black actress name
{ "tokens": [ "piper", "orange", "is", "the", "new", "black", "actress", "name" ], "offsets": [ 0, 6, 13, 16, 20, 24, 30, 38 ] }
{ "text": [ "Taylor Schilling" ], "char_spans": [ { "start": [ 4 ], "end": [ 19 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 2 ] } ] }
[ "Taylor Schilling" ]
NaturalQuestionsShort
<Ul> <Li> Kyrie Irving as Uncle Drew , a streetball legend . </Li> <Li> Lil Rel Howery as Dax Winslow , a streetball team manager . <Ul> <Li> Ashton Tyler as Young Dax </Li> </Ul> </Li> <Li> Shaquille O'Neal as Big Fella , Uncle Drew 's former teammate who now runs a martial arts dojo . </Li> <Li> Chris Webber as Preacher , Uncle Drew 's former teammate who is now a church minister . </Li> <Li> Reggie Miller as Wilbur `` Lights '' Wallace , Uncle Drew 's former teammate who is legally blind . </Li> <Li> Nate Robinson as Boots , Uncle Drew 's former teammate who has selective mutism and appears to be a paraplegic . </Li> <Li> Lisa Leslie as Betty Lou , Preacher 's wife . </Li> <Li> Erica Ash as Maya , Boots ' granddaughter and Dax 's love interest . </Li> <Li> J.B. Smoove as Angelo , a Harlem resident who remembers Uncle Drew . </Li> <Li> Mike Epps as Louis , a Harlem resident who is Angelo 's friend . </Li> <Li> Tiffany Haddish as Jess , Dax 's materialistic ex-girlfriend and Mookie 's girlfriend . </Li> <Li> Nick Kroll as Mookie Bass , Dax 's longtime rival . </Li> <Li> Aaron Gordon as Casper Jones , a streetball player Mookie steals from Dax . </Li> </Ul>
{ "tokens": [ "<Ul>", "<Li>", "Kyrie", "Irving", "as", "Uncle", "Drew", ",", "a", "streetball", "legend", ".", "</Li>", "<Li>", "Lil", "Rel", "Howery", "as", "Dax", "Winslow", ",", "a", "streetball", "team", "manager", ".", "<Ul>", "<Li>", "Ashton", "Tyler", "as", "Young", "Dax", "</Li>", "</Ul>", "</Li>", "<Li>", "Shaquille", "O'Neal", "as", "Big", "Fella", ",", "Uncle", "Drew", "'s", "former", "teammate", "who", "now", "runs", "a", "martial", "arts", "dojo", ".", "</Li>", "<Li>", "Chris", "Webber", "as", "Preacher", ",", "Uncle", "Drew", "'s", "former", "teammate", "who", "is", "now", "a", "church", "minister", ".", "</Li>", "<Li>", "Reggie", "Miller", "as", "Wilbur", "``", "Lights", "''", "Wallace", ",", "Uncle", "Drew", "'s", "former", "teammate", "who", "is", "legally", "blind", ".", "</Li>", "<Li>", "Nate", "Robinson", "as", "Boots", ",", "Uncle", "Drew", "'s", "former", "teammate", "who", "has", "selective", "mutism", "and", "appears", "to", "be", "a", "paraplegic", ".", "</Li>", "<Li>", "Lisa", "Leslie", "as", "Betty", "Lou", ",", "Preacher", "'s", "wife", ".", "</Li>", "<Li>", "Erica", "Ash", "as", "Maya", ",", "Boots", "'", "granddaughter", "and", "Dax", "'s", "love", "interest", ".", "</Li>", "<Li>", "J.B.", "Smoove", "as", "Angelo", ",", "a", "Harlem", "resident", "who", "remembers", "Uncle", "Drew", ".", "</Li>", "<Li>", "Mike", "Epps", "as", "Louis", ",", "a", "Harlem", "resident", "who", "is", "Angelo", "'s", "friend", ".", "</Li>", "<Li>", "Tiffany", "Haddish", "as", "Jess", ",", "Dax", "'s", "materialistic", "ex-girlfriend", "and", "Mookie", "'s", "girlfriend", ".", "</Li>", "<Li>", "Nick", "Kroll", "as", "Mookie", "Bass", ",", "Dax", "'s", "longtime", "rival", ".", "</Li>", "<Li>", "Aaron", "Gordon", "as", "Casper", "Jones", ",", "a", "streetball", "player", "Mookie", "steals", "from", "Dax", ".", "</Li>", "</Ul>" ], "offsets": [ 0, 5, 10, 16, 23, 26, 32, 37, 39, 41, 52, 59, 61, 67, 72, 76, 80, 87, 90, 94, 102, 104, 106, 117, 122, 130, 132, 137, 142, 149, 155, 158, 164, 168, 174, 180, 186, 191, 201, 208, 211, 215, 221, 223, 229, 234, 237, 244, 253, 257, 261, 266, 268, 276, 281, 286, 288, 294, 299, 305, 312, 315, 324, 326, 332, 337, 340, 347, 356, 360, 363, 367, 369, 376, 385, 387, 393, 398, 405, 412, 415, 422, 425, 432, 435, 443, 445, 451, 456, 459, 466, 475, 479, 482, 490, 496, 498, 504, 509, 514, 523, 526, 532, 534, 540, 545, 548, 555, 564, 568, 572, 582, 589, 593, 601, 604, 607, 609, 620, 622, 628, 633, 638, 645, 648, 654, 658, 660, 669, 672, 677, 679, 685, 690, 696, 700, 703, 708, 710, 716, 718, 732, 736, 740, 743, 748, 757, 759, 765, 770, 775, 782, 785, 792, 794, 796, 803, 812, 816, 826, 832, 837, 839, 845, 850, 855, 860, 863, 869, 871, 873, 880, 889, 893, 896, 903, 906, 913, 915, 921, 926, 934, 942, 945, 950, 952, 956, 959, 973, 987, 991, 998, 1001, 1012, 1014, 1020, 1025, 1030, 1036, 1039, 1046, 1051, 1053, 1057, 1060, 1069, 1075, 1077, 1083, 1088, 1094, 1101, 1104, 1111, 1117, 1119, 1121, 1132, 1139, 1146, 1153, 1158, 1162, 1164, 1170 ] }
63d61a79d490411abf2ea0d8825cec68
who plays the part of uncle drew in the movie
{ "tokens": [ "who", "plays", "the", "part", "of", "uncle", "drew", "in", "the", "movie" ], "offsets": [ 0, 4, 10, 14, 19, 22, 28, 33, 36, 40 ] }
{ "text": [ "Kyrie Irving" ], "char_spans": [ { "start": [ 10 ], "end": [ 21 ] } ], "token_spans": [ { "start": [ 2 ], "end": [ 3 ] } ] }
[ "Kyrie Irving" ]
NaturalQuestionsShort
<P> On 2 December 2010 , Russia and Qatar were selected as the locations for the 2018 and 2022 FIFA World Cups respectively . </P>
{ "tokens": [ "<P>", "On", "2", "December", "2010", ",", "Russia", "and", "Qatar", "were", "selected", "as", "the", "locations", "for", "the", "2018", "and", "2022", "FIFA", "World", "Cups", "respectively", ".", "</P>" ], "offsets": [ 0, 4, 7, 9, 18, 23, 25, 32, 36, 42, 47, 56, 59, 63, 73, 77, 81, 86, 90, 95, 100, 106, 111, 124, 126 ] }
e06d69fdc12d46fc8aeb411ec51c0d74
who is going to host the world cup 2018
{ "tokens": [ "who", "is", "going", "to", "host", "the", "world", "cup", "2018" ], "offsets": [ 0, 4, 7, 13, 16, 21, 25, 31, 35 ] }
{ "text": [ "Russia" ], "char_spans": [ { "start": [ 25 ], "end": [ 30 ] } ], "token_spans": [ { "start": [ 6 ], "end": [ 6 ] } ] }
[ "Russia" ]
NaturalQuestionsShort
<P> Laughter is a physical reaction in humans and some other species of primate , consisting typically of rhythmical , often audible contractions of the diaphragm and other parts of the respiratory system . It is a response to certain external or internal stimuli . Laughter can arise from such activities as being tickled , or from humorous stories or thoughts . Most commonly , it is considered a visual expression of a number of positive emotional states , such as joy , mirth , happiness , relief , etc . On some occasions , however , it may be caused by contrary emotional states such as embarrassment , apology , or confusion such as nervous laughter or courtesy laugh . Age , gender , education , language , and culture are all factors as to whether a person will experience laughter in a given situation . </P>
{ "tokens": [ "<P>", "Laughter", "is", "a", "physical", "reaction", "in", "humans", "and", "some", "other", "species", "of", "primate", ",", "consisting", "typically", "of", "rhythmical", ",", "often", "audible", "contractions", "of", "the", "diaphragm", "and", "other", "parts", "of", "the", "respiratory", "system", ".", "It", "is", "a", "response", "to", "certain", "external", "or", "internal", "stimuli", ".", "Laughter", "can", "arise", "from", "such", "activities", "as", "being", "tickled", ",", "or", "from", "humorous", "stories", "or", "thoughts", ".", "Most", "commonly", ",", "it", "is", "considered", "a", "visual", "expression", "of", "a", "number", "of", "positive", "emotional", "states", ",", "such", "as", "joy", ",", "mirth", ",", "happiness", ",", "relief", ",", "etc", ".", "On", "some", "occasions", ",", "however", ",", "it", "may", "be", "caused", "by", "contrary", "emotional", "states", "such", "as", "embarrassment", ",", "apology", ",", "or", "confusion", "such", "as", "nervous", "laughter", "or", "courtesy", "laugh", ".", "Age", ",", "gender", ",", "education", ",", "language", ",", "and", "culture", "are", "all", "factors", "as", "to", "whether", "a", "person", "will", "experience", "laughter", "in", "a", "given", "situation", ".", "</P>" ], "offsets": [ 0, 4, 13, 16, 18, 27, 36, 39, 46, 50, 55, 61, 69, 72, 80, 82, 93, 103, 106, 117, 119, 125, 133, 146, 149, 153, 163, 167, 173, 179, 182, 186, 198, 205, 207, 210, 213, 215, 224, 227, 235, 244, 247, 256, 264, 266, 275, 279, 285, 290, 295, 306, 309, 315, 323, 325, 328, 333, 342, 350, 353, 362, 364, 369, 378, 380, 383, 386, 397, 399, 406, 417, 420, 422, 429, 432, 441, 451, 458, 460, 465, 468, 472, 474, 480, 482, 492, 494, 501, 503, 507, 509, 512, 517, 527, 529, 537, 539, 542, 546, 549, 556, 559, 568, 578, 585, 590, 593, 607, 609, 617, 619, 622, 632, 637, 640, 648, 657, 660, 669, 675, 677, 681, 683, 690, 692, 702, 704, 713, 715, 719, 727, 731, 735, 743, 746, 749, 757, 759, 766, 771, 782, 791, 794, 796, 802, 812, 814 ] }
2230425376f549b392f37f5f9f65a8c9
where does laughter come from in the body
{ "tokens": [ "where", "does", "laughter", "come", "from", "in", "the", "body" ], "offsets": [ 0, 6, 11, 20, 25, 30, 33, 37 ] }
{ "text": [ "contractions of the diaphragm and other parts of the respiratory system" ], "char_spans": [ { "start": [ 133 ], "end": [ 203 ] } ], "token_spans": [ { "start": [ 22 ], "end": [ 32 ] } ] }
[ "contractions of the diaphragm and other parts of the respiratory system" ]
NaturalQuestionsShort
<P> `` Wrecking Ball '' is a song recorded by American singer Miley Cyrus for her fourth studio album Bangerz ( 2013 ) . It was released on August 25 , 2013 , by RCA Records as the album 's second single . The song was written by MoZella , Stephan Moccio , Sacha Skarbek , Kiyanu Kim , Lukasz Gottwald , and Henry Russell Walter ; production was helmed by the last two . `` Wrecking Ball '' is a pop ballad which lyrically discusses the deterioration of a relationship . </P>
{ "tokens": [ "<P>", "``", "Wrecking", "Ball", "''", "is", "a", "song", "recorded", "by", "American", "singer", "Miley", "Cyrus", "for", "her", "fourth", "studio", "album", "Bangerz", "(", "2013", ")", ".", "It", "was", "released", "on", "August", "25", ",", "2013", ",", "by", "RCA", "Records", "as", "the", "album", "'s", "second", "single", ".", "The", "song", "was", "written", "by", "MoZella", ",", "Stephan", "Moccio", ",", "Sacha", "Skarbek", ",", "Kiyanu", "Kim", ",", "Lukasz", "Gottwald", ",", "and", "Henry", "Russell", "Walter", ";", "production", "was", "helmed", "by", "the", "last", "two", ".", "``", "Wrecking", "Ball", "''", "is", "a", "pop", "ballad", "which", "lyrically", "discusses", "the", "deterioration", "of", "a", "relationship", ".", "</P>" ], "offsets": [ 0, 4, 7, 16, 21, 24, 27, 29, 34, 43, 46, 55, 62, 68, 74, 78, 82, 89, 96, 102, 110, 112, 117, 119, 121, 124, 128, 137, 140, 147, 150, 152, 157, 159, 162, 166, 174, 177, 181, 187, 190, 197, 204, 206, 210, 215, 219, 227, 230, 238, 240, 248, 255, 257, 263, 271, 273, 280, 284, 286, 293, 302, 304, 308, 314, 322, 329, 331, 342, 346, 353, 356, 360, 365, 369, 371, 374, 383, 388, 391, 394, 396, 400, 407, 413, 423, 433, 437, 451, 454, 456, 469, 471 ] }
cd9fb0b193d84a4abb847675ed14919c
who sings came in like a wrecking ball
{ "tokens": [ "who", "sings", "came", "in", "like", "a", "wrecking", "ball" ], "offsets": [ 0, 4, 10, 15, 18, 23, 25, 34 ] }
{ "text": [ "Miley Cyrus" ], "char_spans": [ { "start": [ 62 ], "end": [ 72 ] } ], "token_spans": [ { "start": [ 12 ], "end": [ 13 ] } ] }
[ "Miley Cyrus" ]
NaturalQuestionsShort
<P> Hors catégorie ( HC ) is a French term used in stage bicycle races to designate a climb that is `` beyond categorization '' . The term was originally used for those mountain roads where cars were not expected to be able to pass . </P>
{ "tokens": [ "<P>", "Hors", "catégorie", "(", "HC", ")", "is", "a", "French", "term", "used", "in", "stage", "bicycle", "races", "to", "designate", "a", "climb", "that", "is", "``", "beyond", "categorization", "''", ".", "The", "term", "was", "originally", "used", "for", "those", "mountain", "roads", "where", "cars", "were", "not", "expected", "to", "be", "able", "to", "pass", ".", "</P>" ], "offsets": [ 0, 4, 9, 19, 21, 24, 26, 29, 31, 38, 43, 48, 51, 57, 65, 71, 74, 84, 86, 92, 97, 100, 103, 110, 125, 128, 130, 134, 139, 143, 154, 159, 163, 169, 178, 184, 190, 195, 200, 204, 213, 216, 219, 224, 227, 232, 234 ] }
55d0d32e1cf3471db778875139d9257b
what does hc mean in tour de france
{ "tokens": [ "what", "does", "hc", "mean", "in", "tour", "de", "france" ], "offsets": [ 0, 5, 10, 13, 18, 21, 26, 29 ] }
{ "text": [ "Hors catégorie ( HC ) is a French term used in stage bicycle races to designate a climb that is `` beyond categorization ''" ], "char_spans": [ { "start": [ 4 ], "end": [ 126 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 24 ] } ] }
[ "Hors catégorie ( HC ) is a French term used in stage bicycle races to designate a climb that is `` beyond categorization ''" ]
NaturalQuestionsShort
<P> Mount Shasta ( Karuk : Úytaahkoo or `` White Mountain '' ) is a potentially active volcano at the southern end of the Cascade Range in Siskiyou County , California . At an elevation of 14,179 feet ( 4321.8 m ) , it is the second - highest peak in the Cascades and the fifth - highest in the state . Mount Shasta has an estimated volume of 85 cubic miles ( 350 km ) , which makes it the most voluminous stratovolcano in the Cascade Volcanic Arc . The mountain and surrounding area are part of the Shasta -- Trinity National Forest . </P>
{ "tokens": [ "<P>", "Mount", "Shasta", "(", "Karuk", ":", "Úytaahkoo", "or", "``", "White", "Mountain", "''", ")", "is", "a", "potentially", "active", "volcano", "at", "the", "southern", "end", "of", "the", "Cascade", "Range", "in", "Siskiyou", "County", ",", "California", ".", "At", "an", "elevation", "of", "14,179", "feet", "(", "4321.8", "m", ")", ",", "it", "is", "the", "second", "-", "highest", "peak", "in", "the", "Cascades", "and", "the", "fifth", "-", "highest", "in", "the", "state", ".", "Mount", "Shasta", "has", "an", "estimated", "volume", "of", "85", "cubic", "miles", "(", "350", "km", ")", ",", "which", "makes", "it", "the", "most", "voluminous", "stratovolcano", "in", "the", "Cascade", "Volcanic", "Arc", ".", "The", "mountain", "and", "surrounding", "area", "are", "part", "of", "the", "Shasta", "--", "Trinity", "National", "Forest", ".", "</P>" ], "offsets": [ 0, 4, 10, 17, 19, 25, 27, 37, 40, 43, 49, 58, 61, 63, 66, 68, 80, 87, 95, 98, 102, 111, 115, 118, 122, 130, 136, 139, 148, 155, 157, 168, 170, 173, 176, 186, 189, 196, 201, 203, 210, 212, 214, 216, 219, 222, 226, 233, 235, 243, 248, 251, 255, 264, 268, 272, 278, 280, 288, 291, 295, 301, 303, 309, 316, 320, 323, 333, 340, 343, 346, 352, 358, 360, 364, 367, 369, 371, 377, 383, 386, 390, 395, 406, 420, 423, 427, 435, 444, 448, 450, 454, 463, 467, 479, 484, 488, 493, 496, 500, 507, 510, 518, 527, 534, 536 ] }
ecbe97ed301e4d00a0bf5955d7dcedf3
mount shasta is a volcano in northern california that towers more than how many feet
{ "tokens": [ "mount", "shasta", "is", "a", "volcano", "in", "northern", "california", "that", "towers", "more", "than", "how", "many", "feet" ], "offsets": [ 0, 6, 13, 16, 18, 26, 29, 38, 49, 54, 61, 66, 71, 75, 80 ] }
{ "text": [ "14,179 feet" ], "char_spans": [ { "start": [ 189 ], "end": [ 199 ] } ], "token_spans": [ { "start": [ 36 ], "end": [ 37 ] } ] }
[ "14,179 feet" ]
NaturalQuestionsShort
<P> Article 56 ( 1 ) of the constitution provides that the president shall hold office for a term of five years from the date on which he enters upon his office . According to Article 62 , an election to fill a vacancy caused by the expiration of the term of office of President shall be completed before the expiration of the term . An election to fill a vacancy in the office of President occurring by reason of his death , resignation or removal , or otherwise shall be held as soon as possible after , and in no case later than six months from , the date of occurrence of the vacancy ; and the person elected to fill the vacancy shall , subject to the provisions of Article 56 , be entitled to hold office for the full term of five years from the date on which he enters upon his office . To meet the contingency of an election to the office of President not being completed in time due to unforeseen circumstances like countermanding of election due to death of a candidate or on account of postponement of the poll for any valid reason , Article 56 ( 1 ) ( c ) provides that the president shall , notwithstanding the expiration of his term , continue to hold office until his successor enters upon his office . </P>
{ "tokens": [ "<P>", "Article", "56", "(", "1", ")", "of", "the", "constitution", "provides", "that", "the", "president", "shall", "hold", "office", "for", "a", "term", "of", "five", "years", "from", "the", "date", "on", "which", "he", "enters", "upon", "his", "office", ".", "According", "to", "Article", "62", ",", "an", "election", "to", "fill", "a", "vacancy", "caused", "by", "the", "expiration", "of", "the", "term", "of", "office", "of", "President", "shall", "be", "completed", "before", "the", "expiration", "of", "the", "term", ".", "An", "election", "to", "fill", "a", "vacancy", "in", "the", "office", "of", "President", "occurring", "by", "reason", "of", "his", "death", ",", "resignation", "or", "removal", ",", "or", "otherwise", "shall", "be", "held", "as", "soon", "as", "possible", "after", ",", "and", "in", "no", "case", "later", "than", "six", "months", "from", ",", "the", "date", "of", "occurrence", "of", "the", "vacancy", ";", "and", "the", "person", "elected", "to", "fill", "the", "vacancy", "shall", ",", "subject", "to", "the", "provisions", "of", "Article", "56", ",", "be", "entitled", "to", "hold", "office", "for", "the", "full", "term", "of", "five", "years", "from", "the", "date", "on", "which", "he", "enters", "upon", "his", "office", ".", "To", "meet", "the", "contingency", "of", "an", "election", "to", "the", "office", "of", "President", "not", "being", "completed", "in", "time", "due", "to", "unforeseen", "circumstances", "like", "countermanding", "of", "election", "due", "to", "death", "of", "a", "candidate", "or", "on", "account", "of", "postponement", "of", "the", "poll", "for", "any", "valid", "reason", ",", "Article", "56", "(", "1", ")", "(", "c", ")", "provides", "that", "the", "president", "shall", ",", "notwithstanding", "the", "expiration", "of", "his", "term", ",", "continue", "to", "hold", "office", "until", "his", "successor", "enters", "upon", "his", "office", ".", "</P>" ], "offsets": [ 0, 4, 12, 15, 17, 19, 21, 24, 28, 41, 50, 55, 59, 69, 75, 80, 87, 91, 93, 98, 101, 106, 112, 117, 121, 126, 129, 135, 138, 145, 150, 154, 161, 163, 173, 176, 184, 187, 189, 192, 201, 204, 209, 211, 219, 226, 229, 233, 244, 247, 251, 256, 259, 266, 269, 279, 285, 288, 298, 305, 309, 320, 323, 327, 332, 334, 337, 346, 349, 354, 356, 364, 367, 371, 378, 381, 391, 401, 404, 411, 414, 418, 424, 426, 438, 441, 449, 451, 454, 464, 470, 473, 478, 481, 486, 489, 498, 504, 506, 510, 513, 516, 521, 527, 532, 536, 543, 548, 550, 554, 559, 562, 573, 576, 580, 588, 590, 594, 598, 605, 613, 616, 621, 625, 633, 639, 641, 649, 652, 656, 667, 670, 678, 681, 683, 686, 695, 698, 703, 710, 714, 718, 723, 728, 731, 736, 742, 747, 751, 756, 759, 765, 768, 775, 780, 784, 791, 793, 796, 801, 805, 817, 820, 823, 832, 835, 839, 846, 849, 859, 863, 869, 879, 882, 887, 891, 894, 905, 919, 924, 939, 942, 951, 955, 958, 964, 967, 969, 979, 982, 985, 993, 996, 1009, 1012, 1016, 1021, 1025, 1029, 1035, 1042, 1044, 1052, 1055, 1057, 1059, 1061, 1063, 1065, 1067, 1076, 1081, 1085, 1095, 1101, 1103, 1119, 1123, 1134, 1137, 1141, 1146, 1148, 1157, 1160, 1165, 1172, 1178, 1182, 1192, 1199, 1204, 1208, 1215, 1217 ] }
1224d5be7adc4cd7948c215b050700bc
how many years make up one term of the president of india
{ "tokens": [ "how", "many", "years", "make", "up", "one", "term", "of", "the", "president", "of", "india" ], "offsets": [ 0, 4, 9, 15, 20, 23, 27, 32, 35, 39, 49, 52 ] }
{ "text": [ "five" ], "char_spans": [ { "start": [ 101 ], "end": [ 104 ] } ], "token_spans": [ { "start": [ 20 ], "end": [ 20 ] } ] }
[ "five" ]
NaturalQuestionsShort
<P> The seventh season of the American ABC fantasy - drama Once Upon a Time was ordered on May 11 , 2017 . It will consist of 22 episodes and will air on Fridays , having premiered on October 6 , 2017 . </P>
{ "tokens": [ "<P>", "The", "seventh", "season", "of", "the", "American", "ABC", "fantasy", "-", "drama", "Once", "Upon", "a", "Time", "was", "ordered", "on", "May", "11", ",", "2017", ".", "It", "will", "consist", "of", "22", "episodes", "and", "will", "air", "on", "Fridays", ",", "having", "premiered", "on", "October", "6", ",", "2017", ".", "</P>" ], "offsets": [ 0, 4, 8, 16, 23, 26, 30, 39, 43, 51, 53, 59, 64, 69, 71, 76, 80, 88, 91, 95, 98, 100, 105, 107, 110, 115, 123, 126, 129, 138, 142, 147, 151, 154, 162, 164, 171, 181, 184, 192, 194, 196, 201, 203 ] }
6c6d502ae74547dd90486fdbad13f822
when does season 7 of once upon a time air
{ "tokens": [ "when", "does", "season", "7", "of", "once", "upon", "a", "time", "air" ], "offsets": [ 0, 5, 10, 17, 19, 22, 27, 32, 34, 39 ] }
{ "text": [ "October 6 , 2017" ], "char_spans": [ { "start": [ 184 ], "end": [ 199 ] } ], "token_spans": [ { "start": [ 38 ], "end": [ 41 ] } ] }
[ "October 6 , 2017" ]
NaturalQuestionsShort
<Table> <Tr> <Th colspan="2"> Curtis </Th> </Tr> <Tr> <Th> Gender </Th> <Td> Male </Td> </Tr> <Tr> <Th colspan="2"> Origin </Th> </Tr> <Tr> <Th> Word / name </Th> <Td> Anglo - Norman </Td> </Tr> <Tr> <Th> Meaning </Th> <Td> Polite , Courteous , Well - Bred </Td> </Tr> <Tr> <Th colspan="2"> Other names </Th> </Tr> <Tr> <Th> Related names </Th> <Td> Kertész , Kurt , Cortez , Carson </Td> </Tr> </Table>
{ "tokens": [ "<Table>", "<Tr>", "<Th", "colspan=\"2\">", "Curtis", "</Th>", "</Tr>", "<Tr>", "<Th>", "Gender", "</Th>", "<Td>", "Male", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Origin", "</Th>", "</Tr>", "<Tr>", "<Th>", "Word", "/", "name", "</Th>", "<Td>", "Anglo", "-", "Norman", "</Td>", "</Tr>", "<Tr>", "<Th>", "Meaning", "</Th>", "<Td>", "Polite", ",", "Courteous", ",", "Well", "-", "Bred", "</Td>", "</Tr>", "<Tr>", "<Th", "colspan=\"2\">", "Other", "names", "</Th>", "</Tr>", "<Tr>", "<Th>", "Related", "names", "</Th>", "<Td>", "Kertész", ",", "Kurt", ",", "Cortez", ",", "Carson", "</Td>", "</Tr>", "</Table>" ], "offsets": [ 0, 8, 13, 17, 30, 37, 43, 49, 54, 59, 66, 72, 77, 82, 88, 94, 99, 103, 116, 123, 129, 135, 140, 145, 150, 152, 157, 163, 168, 174, 176, 183, 189, 195, 200, 205, 213, 219, 224, 231, 233, 243, 245, 250, 252, 257, 263, 269, 274, 278, 291, 297, 303, 309, 315, 320, 325, 333, 339, 345, 350, 358, 360, 365, 367, 374, 376, 383, 389, 395 ] }
f40bd223fb7744a5ac33faca5b1bc3ae
where does the last name curtis come from
{ "tokens": [ "where", "does", "the", "last", "name", "curtis", "come", "from" ], "offsets": [ 0, 6, 11, 15, 20, 25, 32, 37 ] }
{ "text": [ "Anglo - Norman" ], "char_spans": [ { "start": [ 168 ], "end": [ 181 ] } ], "token_spans": [ { "start": [ 28 ], "end": [ 30 ] } ] }
[ "Anglo - Norman" ]
NaturalQuestionsShort
<P> The politics of Iran take place in a framework of a theocracy in a format of syncretic politics that is guided by Islamic ideology . The December 1979 constitution , and its 1989 amendment , define the political , economic , and social order of the Islamic Republic of Iran , declaring that Shia Islam of the Twelver school of thought is Iran 's official religion . </P>
{ "tokens": [ "<P>", "The", "politics", "of", "Iran", "take", "place", "in", "a", "framework", "of", "a", "theocracy", "in", "a", "format", "of", "syncretic", "politics", "that", "is", "guided", "by", "Islamic", "ideology", ".", "The", "December", "1979", "constitution", ",", "and", "its", "1989", "amendment", ",", "define", "the", "political", ",", "economic", ",", "and", "social", "order", "of", "the", "Islamic", "Republic", "of", "Iran", ",", "declaring", "that", "Shia", "Islam", "of", "the", "Twelver", "school", "of", "thought", "is", "Iran", "'s", "official", "religion", ".", "</P>" ], "offsets": [ 0, 4, 8, 17, 20, 25, 30, 36, 39, 41, 51, 54, 56, 66, 69, 71, 78, 81, 91, 100, 105, 108, 115, 118, 126, 135, 137, 141, 150, 155, 168, 170, 174, 178, 183, 193, 195, 202, 206, 216, 218, 227, 229, 233, 240, 246, 249, 253, 261, 270, 273, 278, 280, 290, 295, 300, 306, 309, 313, 321, 328, 331, 339, 342, 347, 350, 359, 368, 370 ] }
251500fa50c24c00833a7e62fb2d7258
what is the form of government in iran
{ "tokens": [ "what", "is", "the", "form", "of", "government", "in", "iran" ], "offsets": [ 0, 5, 8, 12, 17, 20, 31, 34 ] }
{ "text": [ "a framework of a theocracy in a format of syncretic politics" ], "char_spans": [ { "start": [ 39 ], "end": [ 98 ] } ], "token_spans": [ { "start": [ 8 ], "end": [ 18 ] } ] }
[ "a framework of a theocracy in a format of syncretic politics" ]
NaturalQuestionsShort
<P> India Eisley is an American actress . She is known for her role as Ashley Juergens in the ABC Family television series The Secret Life of the American Teenager , and her roles as Eve in 2012 film Underworld : Awakening , Sawa in the 2014 film Kite , and Audrina in the 2016 television film My Sweet Audrina . </P>
{ "tokens": [ "<P>", "India", "Eisley", "is", "an", "American", "actress", ".", "She", "is", "known", "for", "her", "role", "as", "Ashley", "Juergens", "in", "the", "ABC", "Family", "television", "series", "The", "Secret", "Life", "of", "the", "American", "Teenager", ",", "and", "her", "roles", "as", "Eve", "in", "2012", "film", "Underworld", ":", "Awakening", ",", "Sawa", "in", "the", "2014", "film", "Kite", ",", "and", "Audrina", "in", "the", "2016", "television", "film", "My", "Sweet", "Audrina", ".", "</P>" ], "offsets": [ 0, 4, 10, 17, 20, 23, 32, 40, 42, 46, 49, 55, 59, 63, 68, 71, 78, 87, 90, 94, 98, 105, 116, 123, 127, 134, 139, 142, 146, 155, 164, 166, 170, 174, 180, 183, 187, 190, 195, 200, 211, 213, 223, 225, 230, 233, 237, 242, 247, 252, 254, 258, 266, 269, 273, 278, 289, 294, 297, 303, 311, 313 ] }
a957e4ea7e014c238a23363f8d82ebd4
who plays ashley on secret life of an american teenager
{ "tokens": [ "who", "plays", "ashley", "on", "secret", "life", "of", "an", "american", "teenager" ], "offsets": [ 0, 4, 10, 17, 20, 27, 32, 35, 38, 47 ] }
{ "text": [ "India Eisley" ], "char_spans": [ { "start": [ 4 ], "end": [ 15 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 2 ] } ] }
[ "India Eisley" ]
NaturalQuestionsShort
<P> At an average discharge of about 209,000 cubic metres per second ( 7,400,000 cu ft / s ; 209,000,000 L / s ; 55,000,000 USgal / s ) -- approximately 6,591 cubic kilometres per annum ( 1,581 cu mi / a ) , greater than the next seven largest independent rivers combined -- the Amazon represents 20 % of the global riverine discharge to the ocean . The Amazon basin is the largest drainage basin in the world , with an area of approximately 7,050,000 square kilometres ( 2,720,000 sq mi ) . The portion of the river 's drainage basin in Brazil alone is larger than any other river 's basin . The Amazon enters Brazil with only one - fifth of the flow it finally discharges into the Atlantic Ocean , yet already has a greater flow at this point than the discharge of any other river . </P>
{ "tokens": [ "<P>", "At", "an", "average", "discharge", "of", "about", "209,000", "cubic", "metres", "per", "second", "(", "7,400,000", "cu", "ft", "/", "s", ";", "209,000,000", "L", "/", "s", ";", "55,000,000", "USgal", "/", "s", ")", "--", "approximately", "6,591", "cubic", "kilometres", "per", "annum", "(", "1,581", "cu", "mi", "/", "a", ")", ",", "greater", "than", "the", "next", "seven", "largest", "independent", "rivers", "combined", "--", "the", "Amazon", "represents", "20", "%", "of", "the", "global", "riverine", "discharge", "to", "the", "ocean", ".", "The", "Amazon", "basin", "is", "the", "largest", "drainage", "basin", "in", "the", "world", ",", "with", "an", "area", "of", "approximately", "7,050,000", "square", "kilometres", "(", "2,720,000", "sq", "mi", ")", ".", "The", "portion", "of", "the", "river", "'s", "drainage", "basin", "in", "Brazil", "alone", "is", "larger", "than", "any", "other", "river", "'s", "basin", ".", "The", "Amazon", "enters", "Brazil", "with", "only", "one", "-", "fifth", "of", "the", "flow", "it", "finally", "discharges", "into", "the", "Atlantic", "Ocean", ",", "yet", "already", "has", "a", "greater", "flow", "at", "this", "point", "than", "the", "discharge", "of", "any", "other", "river", ".", "</P>" ], "offsets": [ 0, 4, 7, 10, 18, 28, 31, 37, 45, 51, 58, 62, 69, 71, 81, 84, 87, 89, 91, 93, 105, 107, 109, 111, 113, 124, 130, 132, 134, 136, 139, 153, 159, 165, 176, 180, 186, 188, 194, 197, 200, 202, 204, 206, 208, 216, 221, 225, 230, 236, 244, 256, 263, 272, 275, 279, 286, 297, 300, 302, 305, 309, 316, 325, 335, 338, 342, 348, 350, 354, 361, 367, 370, 374, 382, 391, 397, 400, 404, 410, 412, 417, 420, 425, 428, 442, 452, 459, 470, 472, 482, 485, 488, 490, 492, 496, 504, 507, 511, 517, 520, 529, 535, 538, 545, 551, 554, 561, 566, 570, 576, 582, 585, 591, 593, 597, 604, 611, 618, 623, 628, 632, 634, 640, 643, 647, 652, 655, 663, 674, 679, 683, 692, 698, 700, 704, 712, 716, 718, 726, 731, 734, 739, 745, 750, 754, 764, 767, 771, 777, 783, 785 ] }
9506ccf474404804b43581a07450a957
the drainage basin of the amazon river in brasil is
{ "tokens": [ "the", "drainage", "basin", "of", "the", "amazon", "river", "in", "brasil", "is" ], "offsets": [ 0, 4, 13, 19, 22, 26, 33, 39, 42, 49 ] }
{ "text": [ "larger than any other river 's basin" ], "char_spans": [ { "start": [ 554 ], "end": [ 589 ] } ], "token_spans": [ { "start": [ 106 ], "end": [ 112 ] } ] }
[ "larger than any other river 's basin" ]
NaturalQuestionsShort
<P> The song is best known in a recording by The Everly Brothers , issued by Cadence Records as catalog number 1337 . The Everly Brothers record reached No. 1 on the Billboard Pop chart and the Cash Box Best Selling Records chart , despite having been banned from Boston radio stations for lyrics that , at the time , were considered suggestive , according to a 1986 interview with Don Everly . `` Wake Up Little Susie '' also spent seven weeks atop the Billboard country chart and got to number two on the UK Singles Chart . The song was ranked at No. 318 on the Rolling Stone magazine 's list of The 500 Greatest Songs of All Time . </P>
{ "tokens": [ "<P>", "The", "song", "is", "best", "known", "in", "a", "recording", "by", "The", "Everly", "Brothers", ",", "issued", "by", "Cadence", "Records", "as", "catalog", "number", "1337", ".", "The", "Everly", "Brothers", "record", "reached", "No.", "1", "on", "the", "Billboard", "Pop", "chart", "and", "the", "Cash", "Box", "Best", "Selling", "Records", "chart", ",", "despite", "having", "been", "banned", "from", "Boston", "radio", "stations", "for", "lyrics", "that", ",", "at", "the", "time", ",", "were", "considered", "suggestive", ",", "according", "to", "a", "1986", "interview", "with", "Don", "Everly", ".", "``", "Wake", "Up", "Little", "Susie", "''", "also", "spent", "seven", "weeks", "atop", "the", "Billboard", "country", "chart", "and", "got", "to", "number", "two", "on", "the", "UK", "Singles", "Chart", ".", "The", "song", "was", "ranked", "at", "No.", "318", "on", "the", "Rolling", "Stone", "magazine", "'s", "list", "of", "The", "500", "Greatest", "Songs", "of", "All", "Time", ".", "</P>" ], "offsets": [ 0, 4, 8, 13, 16, 21, 27, 30, 32, 42, 45, 49, 56, 65, 67, 74, 77, 85, 93, 96, 104, 111, 116, 118, 122, 129, 138, 145, 153, 157, 159, 162, 166, 176, 180, 186, 190, 194, 199, 203, 208, 216, 224, 230, 232, 240, 247, 252, 259, 264, 271, 277, 286, 290, 297, 302, 304, 307, 311, 316, 318, 323, 334, 345, 347, 357, 360, 362, 367, 377, 382, 386, 393, 395, 398, 403, 406, 413, 419, 422, 427, 433, 439, 445, 450, 454, 464, 472, 478, 482, 486, 489, 496, 500, 503, 507, 510, 518, 524, 526, 530, 535, 539, 546, 549, 553, 557, 560, 564, 572, 578, 587, 590, 595, 598, 602, 606, 615, 621, 624, 628, 633, 635 ] }
b47c630416854ee88a746b9094be891f
who sings the song wake up little susie
{ "tokens": [ "who", "sings", "the", "song", "wake", "up", "little", "susie" ], "offsets": [ 0, 4, 10, 14, 19, 24, 27, 34 ] }
{ "text": [ "The Everly Brothers" ], "char_spans": [ { "start": [ 45 ], "end": [ 63 ] } ], "token_spans": [ { "start": [ 10 ], "end": [ 12 ] } ] }
[ "The Everly Brothers" ]
NaturalQuestionsShort
<P> The season is expected to debut in 2019 , and will consist of 13 episodes . </P>
{ "tokens": [ "<P>", "The", "season", "is", "expected", "to", "debut", "in", "2019", ",", "and", "will", "consist", "of", "13", "episodes", ".", "</P>" ], "offsets": [ 0, 4, 8, 15, 18, 27, 30, 36, 39, 44, 46, 50, 55, 63, 66, 69, 78, 80 ] }
142d4b579df746069f1b9954056b403e
when does star trek discovery season 2 start
{ "tokens": [ "when", "does", "star", "trek", "discovery", "season", "2", "start" ], "offsets": [ 0, 5, 10, 15, 20, 30, 37, 39 ] }
{ "text": [ "2019" ], "char_spans": [ { "start": [ 39 ], "end": [ 42 ] } ], "token_spans": [ { "start": [ 8 ], "end": [ 8 ] } ] }
[ "2019" ]
NaturalQuestionsShort
<P> `` If You 're Lookin ' for a Way Out '' is a 1980 song by group Odyssey from their album Hang Together . It was the second of three UK top 10 singles in a row for the band , all three gaining a silver certification in the UK . It featured Lillian Lopez on lead vocals and spent a total of fifteen weeks on the chart . </P>
{ "tokens": [ "<P>", "``", "If", "You", "'re", "Lookin", "'", "for", "a", "Way", "Out", "''", "is", "a", "1980", "song", "by", "group", "Odyssey", "from", "their", "album", "Hang", "Together", ".", "It", "was", "the", "second", "of", "three", "UK", "top", "10", "singles", "in", "a", "row", "for", "the", "band", ",", "all", "three", "gaining", "a", "silver", "certification", "in", "the", "UK", ".", "It", "featured", "Lillian", "Lopez", "on", "lead", "vocals", "and", "spent", "a", "total", "of", "fifteen", "weeks", "on", "the", "chart", ".", "</P>" ], "offsets": [ 0, 4, 7, 10, 14, 18, 25, 27, 31, 33, 37, 41, 44, 47, 49, 54, 59, 62, 68, 76, 81, 87, 93, 98, 107, 109, 112, 116, 120, 127, 130, 136, 139, 143, 146, 154, 157, 159, 163, 167, 171, 176, 178, 182, 188, 196, 198, 205, 219, 222, 226, 229, 231, 234, 243, 251, 257, 260, 265, 272, 276, 282, 284, 290, 293, 301, 307, 310, 314, 320, 322 ] }
5da2710749c349f7a80b65952861fe49
who sang if you 're looking for a way out
{ "tokens": [ "who", "sang", "if", "you", "'re", "looking", "for", "a", "way", "out" ], "offsets": [ 0, 4, 9, 12, 16, 20, 28, 32, 34, 38 ] }
{ "text": [ "Odyssey" ], "char_spans": [ { "start": [ 68 ], "end": [ 74 ] } ], "token_spans": [ { "start": [ 18 ], "end": [ 18 ] } ] }
[ "Odyssey" ]
NaturalQuestionsShort
<P> The one - child policy , a part of the family planning policy , was a population planning policy of China . It was introduced in 1979 and began to be formally phased out in 2015 . The policy allowed exceptions for many groups , including ethnic minorities . In 2007 , 36 % of China 's population was subject to a strict one - child restriction , with an additional 53 % being allowed to have a second child if the first child was a girl . Provincial governments imposed fines for violations , and the local and national governments created commissions to raise awareness and carry out registration and inspection work . </P>
{ "tokens": [ "<P>", "The", "one", "-", "child", "policy", ",", "a", "part", "of", "the", "family", "planning", "policy", ",", "was", "a", "population", "planning", "policy", "of", "China", ".", "It", "was", "introduced", "in", "1979", "and", "began", "to", "be", "formally", "phased", "out", "in", "2015", ".", "The", "policy", "allowed", "exceptions", "for", "many", "groups", ",", "including", "ethnic", "minorities", ".", "In", "2007", ",", "36", "%", "of", "China", "'s", "population", "was", "subject", "to", "a", "strict", "one", "-", "child", "restriction", ",", "with", "an", "additional", "53", "%", "being", "allowed", "to", "have", "a", "second", "child", "if", "the", "first", "child", "was", "a", "girl", ".", "Provincial", "governments", "imposed", "fines", "for", "violations", ",", "and", "the", "local", "and", "national", "governments", "created", "commissions", "to", "raise", "awareness", "and", "carry", "out", "registration", "and", "inspection", "work", ".", "</P>" ], "offsets": [ 0, 4, 8, 12, 14, 20, 27, 29, 31, 36, 39, 43, 50, 59, 66, 68, 72, 74, 85, 94, 101, 104, 110, 112, 115, 119, 130, 133, 138, 142, 148, 151, 154, 163, 170, 174, 177, 182, 184, 188, 195, 203, 214, 218, 223, 230, 232, 242, 249, 260, 262, 265, 270, 272, 275, 277, 280, 286, 289, 300, 304, 312, 315, 317, 324, 328, 330, 336, 348, 350, 355, 358, 369, 372, 374, 380, 388, 391, 396, 398, 405, 411, 414, 418, 424, 430, 434, 436, 441, 443, 454, 466, 474, 480, 484, 495, 497, 501, 505, 511, 515, 524, 536, 544, 556, 559, 565, 575, 579, 585, 589, 602, 606, 617, 622, 624 ] }
e41fcd4e5d884b1a94bae09904ec41ed
when did china start the one child policy
{ "tokens": [ "when", "did", "china", "start", "the", "one", "child", "policy" ], "offsets": [ 0, 5, 9, 15, 21, 25, 29, 35 ] }
{ "text": [ "1979" ], "char_spans": [ { "start": [ 133 ], "end": [ 136 ] } ], "token_spans": [ { "start": [ 27 ], "end": [ 27 ] } ] }
[ "1979" ]
NaturalQuestionsShort
<P> Playa del Carmen ( Spanish pronunciation : ( ' plaʝa ðel ' karmen ) ) is a city located along the Caribbean Sea in the municipality of Solidaridad , in the state of Quintana Roo , Mexico . It is a popular tourist area in eastern Mexico . Playa del Carmen features a wide array of tourist activities due to its geographical location in the Riviera Maya . It has also been the destination of PGA Tour golf tournaments and the set location for various television shows . The town has become one of the fastest to grow in population size in Mexico . </P>
{ "tokens": [ "<P>", "Playa", "del", "Carmen", "(", "Spanish", "pronunciation", ":", "(", "'", "plaʝa", "ðel", "'", "karmen", ")", ")", "is", "a", "city", "located", "along", "the", "Caribbean", "Sea", "in", "the", "municipality", "of", "Solidaridad", ",", "in", "the", "state", "of", "Quintana", "Roo", ",", "Mexico", ".", "It", "is", "a", "popular", "tourist", "area", "in", "eastern", "Mexico", ".", "Playa", "del", "Carmen", "features", "a", "wide", "array", "of", "tourist", "activities", "due", "to", "its", "geographical", "location", "in", "the", "Riviera", "Maya", ".", "It", "has", "also", "been", "the", "destination", "of", "PGA", "Tour", "golf", "tournaments", "and", "the", "set", "location", "for", "various", "television", "shows", ".", "The", "town", "has", "become", "one", "of", "the", "fastest", "to", "grow", "in", "population", "size", "in", "Mexico", ".", "</P>" ], "offsets": [ 0, 4, 10, 14, 21, 23, 31, 45, 47, 49, 51, 57, 61, 63, 70, 72, 74, 77, 79, 84, 92, 98, 102, 112, 116, 119, 123, 136, 139, 151, 153, 156, 160, 166, 169, 178, 182, 184, 191, 193, 196, 199, 201, 209, 217, 222, 225, 233, 240, 242, 248, 252, 259, 268, 270, 275, 281, 284, 292, 303, 307, 310, 314, 327, 336, 339, 343, 351, 356, 358, 361, 365, 370, 375, 379, 391, 394, 398, 403, 408, 420, 424, 428, 432, 441, 445, 453, 464, 470, 472, 476, 481, 485, 492, 496, 499, 503, 511, 514, 519, 522, 533, 538, 541, 548, 550 ] }
b165591a5e2040739140f3d8ca668bc8
where is playa del carmen located in mexico
{ "tokens": [ "where", "is", "playa", "del", "carmen", "located", "in", "mexico" ], "offsets": [ 0, 6, 9, 15, 19, 26, 34, 37 ] }
{ "text": [ "along the Caribbean Sea", "in the municipality of Solidaridad", "in the state of Quintana Roo , Mexico" ], "char_spans": [ { "start": [ 92 ], "end": [ 114 ] }, { "start": [ 116 ], "end": [ 149 ] }, { "start": [ 153 ], "end": [ 189 ] } ], "token_spans": [ { "start": [ 20 ], "end": [ 23 ] }, { "start": [ 24 ], "end": [ 28 ] }, { "start": [ 30 ], "end": [ 37 ] } ] }
[ "along the Caribbean Sea", "in the municipality of Solidaridad", "in the state of Quintana Roo , Mexico" ]
NaturalQuestionsShort
<P> Cameron 's inspiration for the film came from his fascination with shipwrecks ; he felt a love story interspersed with the human loss would be essential to convey the emotional impact of the disaster . Production began in 1995 , when Cameron shot footage of the actual Titanic wreck . The modern scenes on the research vessel were shot on board the Akademik Mstislav Keldysh , which Cameron had used as a base when filming the wreck . Scale models , computer - generated imagery , and a reconstruction of the Titanic built at Baja Studios , at Playas de Rosarito in Baja California were used to re-create the sinking . The film was partially funded by Paramount Pictures and 20th Century Fox . It was the most expensive film ever made at the time , with a production budget of $200 million . </P>
{ "tokens": [ "<P>", "Cameron", "'s", "inspiration", "for", "the", "film", "came", "from", "his", "fascination", "with", "shipwrecks", ";", "he", "felt", "a", "love", "story", "interspersed", "with", "the", "human", "loss", "would", "be", "essential", "to", "convey", "the", "emotional", "impact", "of", "the", "disaster", ".", "Production", "began", "in", "1995", ",", "when", "Cameron", "shot", "footage", "of", "the", "actual", "Titanic", "wreck", ".", "The", "modern", "scenes", "on", "the", "research", "vessel", "were", "shot", "on", "board", "the", "Akademik", "Mstislav", "Keldysh", ",", "which", "Cameron", "had", "used", "as", "a", "base", "when", "filming", "the", "wreck", ".", "Scale", "models", ",", "computer", "-", "generated", "imagery", ",", "and", "a", "reconstruction", "of", "the", "Titanic", "built", "at", "Baja", "Studios", ",", "at", "Playas", "de", "Rosarito", "in", "Baja", "California", "were", "used", "to", "re-create", "the", "sinking", ".", "The", "film", "was", "partially", "funded", "by", "Paramount", "Pictures", "and", "20th", "Century", "Fox", ".", "It", "was", "the", "most", "expensive", "film", "ever", "made", "at", "the", "time", ",", "with", "a", "production", "budget", "of", "$200", "million", ".", "</P>" ], "offsets": [ 0, 4, 12, 15, 27, 31, 35, 40, 45, 50, 54, 66, 71, 82, 84, 87, 92, 94, 99, 105, 118, 123, 127, 133, 138, 144, 147, 157, 160, 167, 171, 181, 188, 191, 195, 204, 206, 217, 223, 226, 231, 233, 238, 246, 251, 259, 262, 266, 273, 281, 287, 289, 293, 300, 307, 310, 314, 323, 330, 335, 340, 343, 349, 353, 362, 371, 379, 381, 387, 395, 399, 404, 407, 409, 414, 419, 427, 431, 437, 439, 445, 452, 454, 463, 465, 475, 483, 485, 489, 491, 506, 509, 513, 521, 527, 530, 535, 543, 545, 548, 555, 558, 567, 570, 575, 586, 591, 596, 599, 609, 613, 621, 623, 627, 632, 636, 646, 653, 656, 666, 675, 679, 684, 692, 696, 698, 701, 705, 709, 714, 724, 729, 734, 739, 742, 746, 751, 753, 758, 760, 771, 778, 781, 786, 794, 796 ] }
456eaf6e1fe34f0bbdac503ceb725d5d
how much money did it cost to make the titanic
{ "tokens": [ "how", "much", "money", "did", "it", "cost", "to", "make", "the", "titanic" ], "offsets": [ 0, 4, 9, 15, 19, 22, 27, 30, 35, 39 ] }
{ "text": [ "$200 million" ], "char_spans": [ { "start": [ 781 ], "end": [ 792 ] } ], "token_spans": [ { "start": [ 142 ], "end": [ 143 ] } ] }
[ "$200 million" ]
NaturalQuestionsShort
<P> The 2002 World Series was the championship series of Major League Baseball ( MLB ) 's 2002 season . The 98th edition of the World Series , it was a best - of - seven playoff between the American League ( AL ) champion Anaheim Angels and the National League ( NL ) champion San Francisco Giants ; the Angels defeated the Giants , four games to three , to win their first World Series championship . The series was played from October 19 -- 27 , 2002 , at Pacific Bell Park in San Francisco and Edison International Field of Anaheim in Anaheim . </P>
{ "tokens": [ "<P>", "The", "2002", "World", "Series", "was", "the", "championship", "series", "of", "Major", "League", "Baseball", "(", "MLB", ")", "'s", "2002", "season", ".", "The", "98th", "edition", "of", "the", "World", "Series", ",", "it", "was", "a", "best", "-", "of", "-", "seven", "playoff", "between", "the", "American", "League", "(", "AL", ")", "champion", "Anaheim", "Angels", "and", "the", "National", "League", "(", "NL", ")", "champion", "San", "Francisco", "Giants", ";", "the", "Angels", "defeated", "the", "Giants", ",", "four", "games", "to", "three", ",", "to", "win", "their", "first", "World", "Series", "championship", ".", "The", "series", "was", "played", "from", "October", "19", "--", "27", ",", "2002", ",", "at", "Pacific", "Bell", "Park", "in", "San", "Francisco", "and", "Edison", "International", "Field", "of", "Anaheim", "in", "Anaheim", ".", "</P>" ], "offsets": [ 0, 4, 8, 13, 19, 26, 30, 34, 47, 54, 57, 63, 70, 79, 81, 85, 87, 90, 95, 102, 104, 108, 113, 121, 124, 128, 134, 141, 143, 146, 150, 152, 157, 159, 162, 164, 170, 178, 186, 190, 199, 206, 208, 211, 213, 222, 230, 237, 241, 245, 254, 261, 263, 266, 268, 277, 281, 291, 298, 300, 304, 311, 320, 324, 331, 333, 338, 344, 347, 353, 355, 358, 362, 368, 374, 380, 387, 400, 402, 406, 413, 417, 424, 429, 437, 440, 443, 446, 448, 453, 455, 458, 466, 471, 476, 479, 483, 493, 497, 504, 518, 524, 527, 535, 538, 546, 548 ] }
41657de1204f4d439dbe46bb72e076c0
who did the angels beat in the 2002 world series
{ "tokens": [ "who", "did", "the", "angels", "beat", "in", "the", "2002", "world", "series" ], "offsets": [ 0, 4, 8, 12, 19, 24, 27, 31, 36, 42 ] }
{ "text": [ "San Francisco Giants" ], "char_spans": [ { "start": [ 277 ], "end": [ 296 ] } ], "token_spans": [ { "start": [ 55 ], "end": [ 57 ] } ] }
[ "San Francisco Giants" ]
NaturalQuestionsShort
<Li> Family Ebenaceae ( ebony and persimmon family ) </Li>
{ "tokens": [ "<Li>", "Family", "Ebenaceae", "(", "ebony", "and", "persimmon", "family", ")", "</Li>" ], "offsets": [ 0, 5, 12, 22, 24, 30, 34, 44, 51, 53 ] }
80c7d61c7b12408daec5d81a7b187666
family of trees that include ebony and persimmon
{ "tokens": [ "family", "of", "trees", "that", "include", "ebony", "and", "persimmon" ], "offsets": [ 0, 7, 10, 16, 21, 29, 35, 39 ] }
{ "text": [ "Ebenaceae" ], "char_spans": [ { "start": [ 12 ], "end": [ 20 ] } ], "token_spans": [ { "start": [ 2 ], "end": [ 2 ] } ] }
[ "Ebenaceae" ]
NaturalQuestionsShort
<P> This article lists the fifty most - subscribed channels on the video platform YouTube . The ability to `` subscribe '' to a user 's channel was added to YouTube by late October 2005 , and the `` most subscribed '' list on YouTube began as a chart by May 2006 , at which time Smosh was number one with fewer than three thousand subscribers . Since December 22 , 2013 , the most subscribed user has been PewDiePie , whose channel has over 61 million subscribers as of February 2018 . </P>
{ "tokens": [ "<P>", "This", "article", "lists", "the", "fifty", "most", "-", "subscribed", "channels", "on", "the", "video", "platform", "YouTube", ".", "The", "ability", "to", "``", "subscribe", "''", "to", "a", "user", "'s", "channel", "was", "added", "to", "YouTube", "by", "late", "October", "2005", ",", "and", "the", "``", "most", "subscribed", "''", "list", "on", "YouTube", "began", "as", "a", "chart", "by", "May", "2006", ",", "at", "which", "time", "Smosh", "was", "number", "one", "with", "fewer", "than", "three", "thousand", "subscribers", ".", "Since", "December", "22", ",", "2013", ",", "the", "most", "subscribed", "user", "has", "been", "PewDiePie", ",", "whose", "channel", "has", "over", "61", "million", "subscribers", "as", "of", "February", "2018", ".", "</P>" ], "offsets": [ 0, 4, 9, 17, 23, 27, 33, 38, 40, 51, 60, 63, 67, 73, 82, 90, 92, 96, 104, 107, 110, 120, 123, 126, 128, 133, 136, 144, 148, 154, 157, 165, 168, 173, 181, 186, 188, 192, 196, 199, 204, 215, 218, 223, 226, 234, 240, 243, 245, 251, 254, 258, 263, 265, 268, 274, 279, 285, 289, 296, 300, 305, 311, 316, 322, 331, 343, 345, 351, 360, 363, 365, 370, 372, 376, 381, 392, 397, 401, 406, 416, 418, 424, 432, 436, 441, 444, 452, 464, 467, 470, 479, 484, 486 ] }
24cdd91af81b471aa31dc496bc5a0441
who is the most famous person on youtube
{ "tokens": [ "who", "is", "the", "most", "famous", "person", "on", "youtube" ], "offsets": [ 0, 4, 7, 11, 16, 23, 30, 33 ] }
{ "text": [ "PewDiePie" ], "char_spans": [ { "start": [ 406 ], "end": [ 414 ] } ], "token_spans": [ { "start": [ 79 ], "end": [ 79 ] } ] }
[ "PewDiePie" ]
NaturalQuestionsShort
<P> `` Feel It Still '' is a song by American rock band Portugal . The Man . The song , which has interpolations from The Marvelettes ' 1961 hit `` Please Mr. Postman '' , was written by the band along with John Hill and Asa Taccone , with the latter two serving as producers . It serves as the second single and first radio single off their eighth studio album Woodstock . The song reached number one on the US Alternative Songs , Mexican and Russian Tophit airplay chart , and became their first entry on the Hot 100 , reaching number four as of October 2017 . It was also featured in advertisements for the Apple iPad Pro , Vitamin Water , YouTube TV and in the first and second trailers for the 2018 film Peter Rabbit . </P>
{ "tokens": [ "<P>", "``", "Feel", "It", "Still", "''", "is", "a", "song", "by", "American", "rock", "band", "Portugal", ".", "The", "Man", ".", "The", "song", ",", "which", "has", "interpolations", "from", "The", "Marvelettes", "'", "1961", "hit", "``", "Please", "Mr.", "Postman", "''", ",", "was", "written", "by", "the", "band", "along", "with", "John", "Hill", "and", "Asa", "Taccone", ",", "with", "the", "latter", "two", "serving", "as", "producers", ".", "It", "serves", "as", "the", "second", "single", "and", "first", "radio", "single", "off", "their", "eighth", "studio", "album", "Woodstock", ".", "The", "song", "reached", "number", "one", "on", "the", "US", "Alternative", "Songs", ",", "Mexican", "and", "Russian", "Tophit", "airplay", "chart", ",", "and", "became", "their", "first", "entry", "on", "the", "Hot", "100", ",", "reaching", "number", "four", "as", "of", "October", "2017", ".", "It", "was", "also", "featured", "in", "advertisements", "for", "the", "Apple", "iPad", "Pro", ",", "Vitamin", "Water", ",", "YouTube", "TV", "and", "in", "the", "first", "and", "second", "trailers", "for", "the", "2018", "film", "Peter", "Rabbit", ".", "</P>" ], "offsets": [ 0, 4, 7, 12, 15, 21, 24, 27, 29, 34, 37, 46, 51, 56, 65, 67, 71, 75, 77, 81, 86, 88, 94, 98, 113, 118, 122, 134, 136, 141, 145, 148, 155, 159, 167, 170, 172, 176, 184, 187, 191, 196, 202, 207, 212, 217, 221, 225, 233, 235, 240, 244, 251, 255, 263, 266, 276, 278, 281, 288, 291, 295, 302, 309, 313, 319, 325, 332, 336, 342, 349, 356, 362, 372, 374, 378, 383, 391, 398, 402, 405, 409, 412, 424, 430, 432, 440, 444, 452, 459, 467, 473, 475, 479, 486, 492, 498, 504, 507, 511, 515, 519, 521, 530, 537, 542, 545, 548, 556, 561, 563, 566, 570, 575, 584, 587, 602, 606, 610, 616, 621, 625, 627, 635, 641, 643, 651, 654, 658, 661, 665, 671, 675, 682, 691, 695, 699, 704, 709, 715, 722, 724 ] }
5a94d0d8be414b55b1f0321b4b30a1e8
what year did feel it still come out
{ "tokens": [ "what", "year", "did", "feel", "it", "still", "come", "out" ], "offsets": [ 0, 5, 10, 14, 19, 22, 28, 33 ] }
{ "text": [ "2017" ], "char_spans": [ { "start": [ 556 ], "end": [ 559 ] } ], "token_spans": [ { "start": [ 108 ], "end": [ 108 ] } ] }
[ "2017" ]
NaturalQuestionsShort
<P> `` Summer in the City '' is a song recorded by The Lovin ' Spoonful , written by John Sebastian , Mark Sebastian , and Steve Boone . </P>
{ "tokens": [ "<P>", "``", "Summer", "in", "the", "City", "''", "is", "a", "song", "recorded", "by", "The", "Lovin", "'", "Spoonful", ",", "written", "by", "John", "Sebastian", ",", "Mark", "Sebastian", ",", "and", "Steve", "Boone", ".", "</P>" ], "offsets": [ 0, 4, 7, 14, 17, 21, 26, 29, 32, 34, 39, 48, 51, 55, 61, 63, 72, 74, 82, 85, 90, 100, 102, 107, 117, 119, 123, 129, 135, 137 ] }
774e6b89025b463690c07cc32af791ba
who sings hot time summer in the city
{ "tokens": [ "who", "sings", "hot", "time", "summer", "in", "the", "city" ], "offsets": [ 0, 4, 10, 14, 19, 26, 29, 33 ] }
{ "text": [ "The Lovin ' Spoonful" ], "char_spans": [ { "start": [ 51 ], "end": [ 70 ] } ], "token_spans": [ { "start": [ 12 ], "end": [ 15 ] } ] }
[ "The Lovin ' Spoonful" ]
NaturalQuestionsShort
<P> Minnesota ( / ˌmɪnɪˈsoʊtə / ( listen ) ) is a state in the midwestern and northern regions of the United States . Minnesota was admitted as the 32nd U.S. state on May 11 , 1858 , created from the eastern half of the Minnesota Territory . The state has a large number of lakes , and is known by the slogan `` Land of 10,000 Lakes '' . Its official motto is L'Étoile du Nord ( French : Star of the North ) . </P>
{ "tokens": [ "<P>", "Minnesota", "(", "/", "ˌmɪnɪˈsoʊtə", "/", "(", "listen", ")", ")", "is", "a", "state", "in", "the", "midwestern", "and", "northern", "regions", "of", "the", "United", "States", ".", "Minnesota", "was", "admitted", "as", "the", "32nd", "U.S.", "state", "on", "May", "11", ",", "1858", ",", "created", "from", "the", "eastern", "half", "of", "the", "Minnesota", "Territory", ".", "The", "state", "has", "a", "large", "number", "of", "lakes", ",", "and", "is", "known", "by", "the", "slogan", "``", "Land", "of", "10,000", "Lakes", "''", ".", "Its", "official", "motto", "is", "L'Étoile", "du", "Nord", "(", "French", ":", "Star", "of", "the", "North", ")", ".", "</P>" ], "offsets": [ 0, 4, 14, 16, 18, 30, 32, 34, 41, 43, 45, 48, 50, 56, 59, 63, 74, 78, 87, 95, 98, 102, 109, 116, 118, 128, 132, 141, 144, 148, 153, 158, 164, 167, 171, 174, 176, 181, 183, 191, 196, 200, 208, 213, 216, 220, 230, 240, 242, 246, 252, 256, 258, 264, 271, 274, 280, 282, 286, 289, 295, 298, 302, 309, 312, 317, 320, 327, 333, 336, 338, 342, 351, 357, 360, 369, 372, 377, 379, 386, 388, 393, 396, 400, 406, 408, 410 ] }
14a9a169bec248a08219ca818a0ea7b7
what us state is known as the land of 10 000 lakes
{ "tokens": [ "what", "us", "state", "is", "known", "as", "the", "land", "of", "10", "000", "lakes" ], "offsets": [ 0, 5, 8, 14, 17, 23, 26, 30, 35, 38, 41, 45 ] }
{ "text": [ "Minnesota" ], "char_spans": [ { "start": [ 4 ], "end": [ 12 ] } ], "token_spans": [ { "start": [ 1 ], "end": [ 1 ] } ] }
[ "Minnesota" ]
NaturalQuestionsShort
<P> The Horse and His Boy is a novel for children by C.S. Lewis , published by Geoffrey Bles in 1954 . Of the seven novels that comprise The Chronicles of Narnia ( 1950 -- 1956 ) , The Horse and His Boy was the fifth to be published ; it is also one of four of the novels that Lewis finished writing before the first book in the series had been published . In recent editions of The Chronicles of Narnia , that are sequenced according to the history of the fictional land of Narnia , The Horse and His Boy is the third book in the series . Like the other novels in The Chronicles of Narnia , it was illustrated by Pauline Baynes ; her work has been retained in many later editions . </P>
{ "tokens": [ "<P>", "The", "Horse", "and", "His", "Boy", "is", "a", "novel", "for", "children", "by", "C.S.", "Lewis", ",", "published", "by", "Geoffrey", "Bles", "in", "1954", ".", "Of", "the", "seven", "novels", "that", "comprise", "The", "Chronicles", "of", "Narnia", "(", "1950", "--", "1956", ")", ",", "The", "Horse", "and", "His", "Boy", "was", "the", "fifth", "to", "be", "published", ";", "it", "is", "also", "one", "of", "four", "of", "the", "novels", "that", "Lewis", "finished", "writing", "before", "the", "first", "book", "in", "the", "series", "had", "been", "published", ".", "In", "recent", "editions", "of", "The", "Chronicles", "of", "Narnia", ",", "that", "are", "sequenced", "according", "to", "the", "history", "of", "the", "fictional", "land", "of", "Narnia", ",", "The", "Horse", "and", "His", "Boy", "is", "the", "third", "book", "in", "the", "series", ".", "Like", "the", "other", "novels", "in", "The", "Chronicles", "of", "Narnia", ",", "it", "was", "illustrated", "by", "Pauline", "Baynes", ";", "her", "work", "has", "been", "retained", "in", "many", "later", "editions", ".", "</P>" ], "offsets": [ 0, 4, 8, 14, 18, 22, 26, 29, 31, 37, 41, 50, 53, 58, 64, 66, 76, 79, 88, 93, 96, 101, 103, 106, 110, 116, 123, 128, 137, 141, 152, 155, 162, 164, 169, 172, 177, 179, 181, 185, 191, 195, 199, 203, 207, 211, 217, 220, 223, 233, 235, 238, 241, 246, 250, 253, 258, 261, 265, 272, 277, 283, 292, 300, 307, 311, 317, 322, 325, 329, 336, 340, 345, 355, 357, 360, 367, 376, 379, 383, 394, 397, 404, 406, 411, 415, 425, 435, 438, 442, 450, 453, 457, 467, 472, 475, 482, 484, 488, 494, 498, 502, 506, 509, 513, 519, 524, 527, 531, 538, 540, 545, 549, 555, 562, 565, 569, 580, 583, 590, 592, 595, 599, 611, 614, 622, 629, 631, 635, 640, 644, 649, 658, 661, 666, 672, 681, 683 ] }
9d3f837f4e574faeb2f2b4ddab11c74e
when was the horse and his boy written
{ "tokens": [ "when", "was", "the", "horse", "and", "his", "boy", "written" ], "offsets": [ 0, 5, 9, 13, 19, 23, 27, 31 ] }
{ "text": [ "1954" ], "char_spans": [ { "start": [ 96 ], "end": [ 99 ] } ], "token_spans": [ { "start": [ 20 ], "end": [ 20 ] } ] }
[ "1954" ]