[ { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[-898, -264, 103, 934, 274, 337, -964, 752, -313, -199, -397, 908, 101, 561, 364, 446, -526, -150, -137, -249]", "output": "[-898, -313, 101]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[-606, 609, 147, -736, -236, 653, -423, -293, -187, -645, -209, -513, -13, -58, 773, -283, 172, -180, 661, -739]", "output": "[-606]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[-735, -375, -811, -863, -903, 169, -604, 111, -407, 345, -412, -92, -223, 427, 880, 202, -373, -974, -646, 645, 766, -844, -949, 739]", "output": "[111, 202, -373, -646, -949]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[-637, -989, 743, 588, 339, -512, 264, -195, -276, -956, -894, 924, -777, 494, -368, 521, -307, -951, -130, -88, 949, -816]", "output": "[-989, -777, 494, -88, 949]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[-584, -131, -305, -254, 757, 424, 550, 54, -315, 448, -550, 480, 210, -794, 117, -904, -915, 675, -358, -53, -401, -454, -552, -11, 912]", "output": "[-131, 757, 424, -454, -11]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[530, -980, -901, -28, 421, 220, 687, -99, 308, -414, 35, -281, 538, 406, 1000, -739, 959, -757, 195]", "output": "[-99, -414, 959, -757]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[-640, 197, 930, -255, -118, -494, 855, -442, -807, 167, -273, -97, -436, 259, 442, 681, 743, -590, 734, -343, 398, 751]", "output": "[-494, -343]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[206, 729, 793, -1, 840, 203, 403, 782, -700, 683, 881, -522, 717, 180, -774]", "output": "[-1, 717]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list (\"[]\") should be returned.", "input": "[556, -287, -39, -524, 766, -581, 367, 442, 777, 379, 903, 529, -39, -843, -980, 439, 127, -943, -2, 622, 951, 389, 932]", "output": "[777, -2]", "category": "Program Execution 1000.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[4, 432, 703, 822, 59, 969, -504, 658, 27, -679, -392, -437]", "output": "[0, 430, 700, 820, 60, 970, -500, 660, 30, -680, -390, -440]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[-373, 279, 120]", "output": "[-370, 280, 120]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[541, -541, -890, 985, -457, -392, -752, 589, 269, -866, 72]", "output": "[540, -540, -890, 980, -460, -390, -750, 590, 270, -870, 70]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[272, 683, -122, -227, -219, -694, -724, -47, -363, 761, 804, 210, -886]", "output": "[270, 680, -120, -230, -220, -690, -720, -50, -360, 760, 800, 210, -890]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[-324, -709, -171, -991, 137, 494, 641, 337, -973, 261]", "output": "[-320, -710, -170, -990, 140, 490, 640, 340, -970, 260]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[-736, 716, 348, 935, 564, 712, -288, -605]", "output": "[-740, 720, 350, 940, 560, 710, -290, -600]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[-327, -314, 112, -739, 217, 972, 106, -713, 292, -583]", "output": "[-330, -310, 110, -740, 220, 970, 110, -710, 290, -580]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[193, 146, 639, 107, -804, -678]", "output": "[190, 150, 640, 110, -800, -680]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.", "input": "[233, -658, -723, 814, 915, 676, 5]", "output": "[230, -660, -720, 810, 920, 680, 10]", "category": "Program Execution 1001.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[76, 16, -95, -82, -33, -36, 100, -52, -64, 0, 98]", "output": "[152, 32, 285, 246, 99, 108, 200, 156, 192, 0, 196]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[-64, 56, -65, 82, -63, 25, -48, -93, -49, -75, 13]", "output": "[192, 112, 195, 164, 189, 50, 144, 279, 147, 225, 26]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[-62, -51, -72, -1, 14, -46, -60, 27, -46, -27]", "output": "[186, 153, 216, 3, 28, 138, 180, 54, 138, 81]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[-66, 75, 41]", "output": "[198, 150, 82]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[84, 5]", "output": "[168, 10]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[-49, 71, 70, 65, 97, 37, 58, 12]", "output": "[147, 142, 140, 130, 194, 74, 116, 24]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[95, 37, -68, -82, -60, 54, -8, 12, 13, 79]", "output": "[190, 74, 204, 246, 180, 108, 24, 24, 26, 158]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[-72, 73, -28, -99, 14, 34]", "output": "[216, 146, 84, 297, 28, 68]", "category": "Program Execution 1002.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list.\n Note: A list is presented with comma separated numbers inside two brackets.", "input": "[11, 67, 17, -100, -75, 68, -71, -26, 18, -59]", "output": "[22, 134, 34, 300, 225, 136, 213, 78, 36, 177]", "category": "Program Execution 1002.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: a passenger plane is sitting on the runway", "output": "runway the on sitting is plane passenger a", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: a couple of people on atvs riding through the dirt", "output": "dirt the through riding atvs on people of couple a", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: three bananas and two apples are kept in a bowl", "output": "bowl a in kept are apples two and bananas three", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: a white plate topped with a sandwich and a fork", "output": "fork a and sandwich a with topped plate white a", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: a group of young kids playing a game of soccer", "output": "soccer of game a playing kids young of group a", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: two cows on a hill above a valley and mountains on the other side", "output": "side other the on mountains and valley a above hill a on cows two", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: person crossing street outside in winter with stoplight", "output": "stoplight with winter in outside street crossing person", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: a dog that is on a couch in a room", "output": "room a in couch a on is that dog a", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to reverse the order of words in the given sentence.", "input": "Sentence: a table with a cate fashioned to look like a desk and laptop", "output": "laptop and desk a like look to fashioned cate a with table a", "category": "Program Execution 1004.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'an adult giraffe licking the head of a young giraffe'. Remove all words of length '3' in the given sentence.", "output": "an adult giraffe licking head of a young giraffe", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a cup of coffee and a couple of donuts one half eaten'. Remove all words of length '4' in the given sentence.", "output": "a cup of coffee and a couple of donuts one eaten", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a baseball player reaching for a baseball in the outfield'. Remove all words of length '8' in the given sentence.", "output": "a player for a in the", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a glazed donut on tissue paper on a tile surface'. Remove all words of length '6' in the given sentence.", "output": "a donut on paper on a tile surface", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a couple of birds are flying around the light house'. Remove all words of length '2' in the given sentence.", "output": "a couple birds are flying around the light house", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a man holding a red snowboard while standing in snow'. Remove all words of length '1' in the given sentence.", "output": "man holding red snowboard while standing in snow", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a white paint holding food that includes broccoli and meat'. Remove all words of length '3' in the given sentence.", "output": "a white paint holding food that includes broccoli meat", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a toilet and sink in dirty bathroom in poor repair'. Remove all words of length '2' in the given sentence.", "output": "a toilet and sink dirty bathroom poor repair", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a snowy sidewalk covered with footprints and a fridge'. Remove all words of length '8' in the given sentence.", "output": "a snowy covered with footprints and a fridge", "category": "Program Execution 1005.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a flower in a vase drooped over onto the table'. Reverse all words of length '1' in the given sentence.", "output": "a flower in a vase drooped over onto the table", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a man with a skate board is performing on an obstacle'. Reverse all words of length '8' in the given sentence.", "output": "a man with a skate board is performing on an elcatsbo", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a laptop computer sits on a computer desk next to a mouse'. Reverse all words of length '6' in the given sentence.", "output": "a potpal computer sits on a computer desk next to a mouse", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a very happy man and lady laying in a bed'. Reverse all words of length '6' in the given sentence.", "output": "a very happy man and lady gniyal in a bed", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a doubledecker bus is stopped at a bus stop in a downtown area'. Reverse all words of length '1' in the given sentence.", "output": "a doubledecker bus is stopped at a bus stop in a downtown area", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a man wearing a black vest and tie taking a picture of himself'. Reverse all words of length '4' in the given sentence.", "output": "a man wearing a black tsev and tie taking a picture of himself", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a woman contemplating something with a coffee cup'. Reverse all words of length '9' in the given sentence.", "output": "a woman contemplating gnihtemos with a coffee cup", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'tho giraffes close up looking over the fence'. Reverse all words of length '3' in the given sentence.", "output": "oht giraffes close up looking over eht fence", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word \"apple\" is 5.", "input": "Sentence: 'a picture of an outdoor area that seems great'. Reverse all words of length '7' in the given sentence.", "output": "a erutcip of an roodtuo area that seems great", "category": "Program Execution 1006.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "Sharon Vows to Expand Gaza Raid, Toll Hits 55 GAZA (Reuters) - Israeli leader Ariel Sharon vowed on Sunday to widen an offensive into Gaza which has killed 55 Palestinians until militants stop firing rockets that have fueled criticism of his plan to quit the occupied strip.", "output": "World", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "Spanish giant has deal to buy Laredo National One of Spain #39;s largest banks will soon be crossing the Mexican border in search of Hispanic customers. BBVA announced Tuesday it plans to buy Laredo National Bancshares for \\$850 million.", "output": "Business", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "Martinez says he #39;s heading to Mets CBC SPORTS ONLINE - Star pitcher Pedro Martinez confirmed on Tuesday that he #39;s leaving the Boston Red Sox to join the New York Mets.", "output": "Sports", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "Padres Blank Dodgers 3-0 (AP) AP - Adam Eaton allowed five hits over seven innings for his career-high 10th victory, Brian Giles homered for the second straight game, and the San Diego Padres beat the Los Angeles Dodgers 3-0 Thursday night.", "output": "Sports", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "PeopleSoft Fires CEO Craig Conway (AP) AP - In a surprise move, business software maker PeopleSoft Inc. fired CEO Craig Conway Friday, saying it has has lost confidence in the feisty leader who engineered the company's dogged resistance to a #36;7.7 billion takeover bid by rival Oracle Corp.", "output": "Sci/Tech", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "IPO plans from China #39;s sole unlisted telecom WASHINGTON - China Netcom, the only unlisted company among China #39;s four big telecoms operators, filed on Friday with the US Securities and Exchange Commission to raise as much as US\\$1.", "output": "Business", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "Health Highlights: Aug. 31, 2004 Here are some of the latest health and medical news developments, compiled by editors of HealthDay: ----- ACE Inhibitors Protect Artery Lining Blood pressure drugs called ACE inhibitors not only lower blood pressure but also improve the health of artery walls, says an Italian study that reveals exactly how the drugs help protect people against heart attacks. It's long been suspected that there had to be something else besides the ability of ACE (angiotensin converting enzyme) inhibitors to lower blood pressure to explain their benefit to patients...", "output": "Sci/Tech", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "Pakistan 'terror' prisoners freed Most remaining Pakistani prisoners held at the US Guantanamo Bay prison camp are freed, officials say.", "output": "World", "category": "Text Categorization 1007.json" }, { "instruction": "In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closest option. Note that URLs in the text have been replaced with [Link].", "input": "Crowton Steps Down As BYU Football Coach (AP) AP - BYU coach Gary Crowton agreed to resign Wednesday, ending a four-year stint with the Cougars that began with 12 victories and finished with three straight losing seasons.", "output": "Sports", "category": "Text Categorization 1007.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: The Ford Escape is a compact crossover vehicle sold by Ford since 2000 over three generations. Ford released the original model in 2000 for the 2001 model year--a model jointly developed and released with Mazda of Japan--who took a lead in the engineering of the two models and sold their version as the Mazda Tribute. Although the Escape and Tribute share the same underpinnings constructed from the Ford CD2 platform (based on Mazda GF underpinnings), the only panels common to the two vehicles are the roof and floor pressings. Powertrains were supplied by Mazda with respect to the base inline-four engine, with Ford providing the optional V6. At first, the twinned models were assembled by Ford in the US for North American consumption, with Mazda in Japan supplying cars for other markets. This followed a long history of Mazda-derived Fords, starting with the Ford Courier in the 1970s. Ford also sold the first generation Escape in Europe and China as the Ford Maverick, replacing the previous Nissan-sourced model. Then in 2004, for the 2005 model year, Ford's luxury Mercury division released a rebadged version called the Mercury Mariner, sold mainly in North America. The first iteration Escape remains notable as the first SUV to offer a hybrid drivetrain option, released in 2004 for the 2005 model year to North American markets only.\n question: are mazda tribute and ford escape the same?", "output": "Yes", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: A sister chromatid refers to the identical copies (chromatids) formed by the DNA replication of a chromosome, with both copies joined together by a common centromere. In other words, a sister chromatid may also be said to be 'one-half' of the duplicated chromosome. A pair of sister chromatids is called a dyad. A full set of sister chromatids is created during the synthesis (S) phase of interphase, when all the chromosomes in a cell are replicated. The two sister chromatids are separated from each other into two different cells during mitosis or during the second division of meiosis.\n question: does one sister chromatid have half the dna of a chromosome?", "output": "Yes", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: The fluid ounce is distinct from the ounce as a unit of weight or mass, although it is sometimes referred to simply as an ``ounce'' where context makes the meaning clear, such as ounces in a bottle.\n question: is an ounce equal to a fluid ounce?", "output": "No", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: A cabbit is a fictional hybrid between a cat and a rabbit. They have appeared in fiction and fantasy stories including Japanese anime and manga, and have also been dubiously purported to have been observed in the wild. Most if not all observations are attributable to either misidentified Manx cats or outright hoaxes.\n question: can you breed a rabbit and a cat?", "output": "No", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: Cultivated cowpeas are known by the common names black-eyed pea, southern pea, yardlong bean, catjang, and crowder pea. They were domesticated in Africa and are one of the oldest crops to be farmed. A second domestication event probably occurred in Asia, before they spread into Europe and the Americas. The seeds are usually cooked and made into stews and curries, or ground into flour or paste.\n question: are cowpeas and black eyed peas the same thing?", "output": "Yes", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: Wembley Park is a London Underground station in Wembley Park, north west London. The station is served by the Underground's Metropolitan and Jubilee Lines and is in Travelcard Zone 4. It is located on Bridge Road (A4089) and is the nearest Underground station to the Wembley Stadium and Wembley Arena complex. This is where the Jubilee line from Stanmore diverges from the Metropolitan line which was formerly a branch of the Metropolitan Railway and was taken over by the Bakerloo line and today part of the Jubilee line.\n question: is wembley stadium in zones 1-6?", "output": "Yes", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: An ironclad is a steam-propelled warship protected by iron or steel armor plates used in the early part of the second half of the 19th century. The ironclad was developed as a result of the vulnerability of wooden warships to explosive or incendiary shells. The first ironclad battleship, Gloire, was launched by the French Navy in November 1859. The British Admiralty had been considering armored warships since 1856 and prepared a draft design for an armored corvette in 1857; in early 1859 the Royal Navy started building two iron-hulled armored frigates, and by 1861 had made the decision to move to an all-armored battle fleet. After the first clashes of ironclads (both with wooden ships and with one another) took place in 1862 during the American Civil War, it became clear that the ironclad had replaced the unarmored ship of the line as the most powerful warship afloat. This type of ship would come to be very successful in the American Civil War.\n question: was the virginia the first ever ironclad warship?", "output": "No", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: The musicians of the RMS Titanic all perished when the ship sank in 1912. They played music, intending to calm the passengers, for as long as they possibly could, and all went down with the ship. All were recognized for their heroism.\n question: did any of the band survived the titanic?", "output": "No", "category": "Question Answering 1008.json" }, { "instruction": "In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage.", "input": "passage: The Vampire Diaries is an American supernatural drama television series developed by Kevin Williamson and Julie Plec, based on the popular book series of the same name written by L.J. Smith. The series premiered on The CW on September 10, 2009, and concluded on March 10, 2017, airing 171 episodes over eight seasons.\n question: is there a series 9 of vampire diaries?", "output": "No", "category": "Question Answering 1008.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"a\" in the following question: This WestJet destination airport is the third-busiest airport in Manitoba , and located in a province that together with Alberta and Saskatchewan are called what ?", "output": "DT", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"tallest\" in the following question: What year was the tallest building in Philadelphia open to the public ?", "output": "JJS", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"the\" in the following question: What is the category of the awards that are managed by Vikaas Kalantari ?", "output": "DT", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"summer\" in the following question: How many medals total were won by the cyclist , born 31 October 1983 in Hoorn , who competed in the 2012 summer Olympics ?", "output": "NN", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"was\" in the following question: What is the population of the town where a building was built in 1911 ?", "output": "VBD", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"than\" in the following question: What Pacific islands belong to the Latin American country with fewer than 9,150 but more than 7,246 migrants to the UK in 2011 ?", "output": "IN", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"and\" in the following question: What is the date whose station trains are operated by Southern and Thameslink ?", "output": "CC", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"place\" in the following question: What was the official name of the country from which the 1978 first and second place teams came from ?", "output": "NN", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write the required POS tag answering the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"Prix\" in the following question: For the woman who raced in 1975 , 1976 and 1977 , how many Formula One World Champion Grands Prix did she participate ?", "output": "NNP", "category": "Pos Tagging 1010.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Ash opened Addison's fridge. There were only jars of condiments. Specifically, mustard. \n Answer: they had issues \n Question: How would Austin feel as a result?", "output": "False", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Cameron hammered home to get on the computer to watch the big game. \n Answer: excited \n Question: What will happen to Bailey?", "output": "False", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Casey stopped asking her teacher why during her philosophy classes. \n Answer: study another subject \n Question: What will Casey want to do next?", "output": "True", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Many people notice that Jesse always seems sad. Jesse can't see anything positive in life and cries frequently. \n Answer: depressed & sad \n Question: How would you describe Jesse?", "output": "True", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Jesse moved to a big farm in the country and lived happily ever after. \n Answer: happy \n Question: How would Jesse feel afterwards?", "output": "True", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Alex found out his company is going out business. \n Answer: have to find a new job \n Question: How would you describe Skylar?", "output": "False", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Sasha led the team astray by telling them to cheat, rather than get better with practice. \n Answer: ashamed to have listened to Sasha \n Question: How would the team feel as a result?", "output": "True", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: Robin provided presents for Kendall's children when it was their birthday party. \n Answer: happy \n Question: What will happen to Carson?", "output": "False", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return \"True\" else \"False\".", "input": "Context: After watching the Nutcracker one Christmas with family members, Robin decided they wanted to be a ballerina. \n Answer: imaginative and ambitious \n Question: How would you describe Robin?", "output": "True", "category": "Question Understanding 1012.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: Aubrey asked their manager for help on the task because they didn't understand how to do it. \n Question: Why did Aubrey do this? \n Options: (A) understood (B) learn to do tasks better (C) ask for a raise", "output": "C", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: When Hannah came around with her flu, Lee got sick too. \n Question: What will happen to Others? \n Options: (A) yell at Hannah for getting him sick (B) take care of Lee (C) stay away from other people", "output": "B", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: Bailey knew their family would come for the big reunion the following week at their house. \n Question: What will Bailey want to do next? \n Options: (A) Sell the house (B) leave the town (C) get food ready", "output": "A", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: Sydney had a crush on a boy she met over the summer. \n Question: How would you describe Sydney? \n Options: (A) giddy whenever she's around the boy (B) over (C) very lonely", "output": "B", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: Kendall told Remy to tell the truth about the cheating scandal. \n Question: What will happen Remy say to Kendall? \n Options: (A) not doing it (B) be appalled by the cheating scandal (C) right", "output": "C", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: carson took a boat across the shore so he had to wait to go back home. \n Question: What does Carson need to do before this? \n Options: (A) think about how to get across the shore (B) refuse to take a boat (C) stay at home", "output": "B", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: Dylan was applying to nursing school and asked Lee for a recommendation letter. \n Question: What did Dylan need to do before this? \n Options: (A) write the letter (B) finish the nursing prerequisites (C) do him a favor", "output": "C", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: Robin found Riley's wallet at the gym so they rand Riley and Riley asked Robin to return the wallet next time they were near Riley's house. \n Question: What will happen to Robin? \n Options: (A) ask Robin if they have seen their wallet any where recently (B) be praised (C) ask Robin if they happened to find their wallet at the gym", "output": "C", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.", "input": "Context: Ash is relaxing and having a good day off work. \n Question: How would you describe Ash? \n Options: (A) hardworking (B) relaxed (C) easily angered", "output": "C", "category": "Question Answering 1013.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: \"The launch of the mascot will push sales of Olympic products to new heights,\" said Lai Ming, deputy director of BOCOG's marketing department. Question: What event has already finished? Events: ['launch', 'push', 'sales', 'said']", "output": "said", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: To push forward local economic development, local government launched the Daba Mountain Tourism Festival in 2003, which was designed to serve as a platform to lure investment. The city government promised high payment to invite famous singers to perform for the purpose of adding to the fun of the festival. Question: What event has already finished? Events: ['push', 'development', 'launched', 'Festival', '2003', 'serve', 'lure', 'promised', 'invite', 'perform', 'adding', 'festival', 'designed']", "output": "launched, Festival, 2003, designed, serve, lure, promised, invite, perform, adding, festival, push, development", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: Lord Stevens, who was investigating a total of 362 transfers, did not give details of the questionable deals as he delivered his \"observations and recommendations\" into alleged so-called bungs after a nine-month inquiry on Wednesday. But he revealed that certain elements had been passed on to the police. Question: What did Lord Stevens do during the delivery? Events: ['investigating', 'transfers', 'give', 'delivered', 'observations', 'recommendations', 'inquiry', 'revealed', 'passed']", "output": "revealed", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: But Elian's relatives in Miami have fought to keep the boy permanently, saying they could provide him with a better life than he would have on the communist island. They said they would appeal the decision, announced Wednesday by INS Commissioner Doris Meissner, that Elian must be returned to his father by Jan. 14. Question: What will happen after the boy is not returned? Events: ['fought', 'keep', 'saying', 'provide', 'life', 'have', 'said', 'appeal', 'decision', 'announced', 'Wednesday', 'returned', 'Jan', '14']", "output": "keep, provide, life, Jan, 14", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: The relationship between me and Clive was never going to work because there were too many people undermining the structure Rupert Lowe wanted at the club,\" he added. In an open letter by Mandaric published in the Sunday Mirror the Pompey chairman said: \"If I'm honest I never wanted Harry to leave in the first place. Question: What will happen in the future? Events: ['going', 'work', 'were', 'undermining', 'wanted', 'added', 'published', 'said', 'wanted', 'leave']", "output": "leave", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: National Intergroup stock closed at $15, unchanged in composite trading on the New York Stock Exchange. The company noted that its Fox-Meyer Drug Co., Ben Franklin Stores Inc. and Permian Corp. operations showed improvements as a result of restructuring moves. Question: What happened during the restructuring moves? Events: ['closed', 'unchanged', 'trading', 'noted', 'operations', 'showed', 'restructuring']", "output": "operations", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: Its stock has slumped recently, closing unchanged Friday at $29 a share in composite trading on the New York Stock Exchange; at that price, the company has a market value of about $278.4 million. Nashua announced the Reiss request after the market closed. Question: What event has begun but has not finished? Events: ['slumped', 'closing', 'trading', 'has', 'announced', 'request', 'closed']", "output": "trading, has", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: Moscow, infuriated by the arrests, has imposed an economic blockade on Tbilisi by cutting transport and postal links, and has deported Georgians accused of staying in Russia illegally. Ties between Moscow and Tbilisi have been strained by tensions over Georgia's breakaway regions of South Ossetia and Abkhazia and the country's bid to join NATO since President Mikhail Saakashvili came to power in 2003. Question: What will happen in the future? Events: ['infuriated', 'arrests', 'imposed', 'blockade', 'cutting', 'deported', 'accused', 'staying', 'Ties', 'strained', 'tensions', 'bid', 'join', 'came']", "output": "", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.", "input": "Passage: In a joint statement with Tourism Minister Andrew Thomson, it said two new flights would leave Bombay on Monday and Tuesday nights from March 30, with the third departing each Thursday from August 6. This will add nearly 700 seats a week on the route. Question: What happens while the two leave? Events: ['statement', 'said', 'flights', 'leave', 'departing', 'add']", "output": "flights", "category": "Question Answering 1018.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u0627\u06cc\u0644\u0627\u0646 \u0631\u06cc\u0648 \u0645\u0627\u0633\u06a9 (\u06f2\u06f8 \u0698\u0648\u0626\u0646 \u06f1\u06f9\u06f7\u06f1) \u060c \u0645\u0647\u0646\u062f\u0633\u060c \u0637\u0631\u0627\u062d \u0635\u0646\u0639\u062a\u06cc\u060c \u0645\u062e\u062a\u0631\u0639 \u0648 \u0634\u062e\u0635 \u0646\u0627\u0645\u06cc \u062a\u062c\u0627\u0631\u062a \u062f\u0631 \u0635\u0646\u0627\u06cc\u0639 \u067e\u06cc\u0634\u0631\u0641\u062a\u0647 \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc\u06cc \u0648 \u062c\u0632\u0648 \u062f\u0647 \u0634\u062e\u0635\u06cc\u062a \u062a\u0623\u062b\u06cc\u0631\u06af\u0630\u0627\u0631 \u062f\u0631 \u0641\u0646\u0627\u0648\u0631\u06cc \u0627\u0633\u062a.\u0648\u06cc \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06cc\u06a9\u06cc \u0627\u0632 \u062b\u0631\u0648\u062a\u0645\u0646\u062f\u062a\u0631\u06cc\u0646 \u0627\u0641\u0631\u0627\u062f \u062c\u0647\u0627\u0646 \u0634\u0646\u0627\u062e\u062a\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0627\u0648 \u0628\u0646\u06cc\u0627\u0646\u200c\u06af\u0630\u0627\u0631 \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc\u06cc \u0647\u0645\u0686\u0648\u0646 \u062a\u0633\u0644\u0627 \u0645\u0648\u062a\u0648\u0631\u0632\u060c \u067e\u06cc\u200c\u067e\u0627\u0644 (\u06a9\u0647 \u0627\u06a9\u0646\u0648\u0646 \u0628\u0647 \u0627\u06cc\u200c\u0628\u06cc \u062a\u0639\u0644\u0642 \u062f\u0627\u0631\u062f) \u0648 \u0627\u0633\u067e\u06cc\u0633\u200c\u0627\u06a9\u0633 \u0627\u0633\u062a. \u0627\u0648 \u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u0645\u062f\u06cc\u0631\u0639\u0627\u0645\u0644 \u0648 \u0645\u062f\u06cc\u0631\u0641\u0646\u06cc \u062f\u0631 \u0627\u0633\u067e\u06cc\u0633\u200c\u0627\u06a9\u0633 \u0627\u0633\u062a. \u0645\u0627\u0633\u06a9 \u0647\u0645\u0686\u0646\u06cc\u0646 \u062f\u0631 \u062d\u0627\u0644 \u062a\u0648\u0633\u0639\u0647\u0654 \u06cc\u06a9 \u0633\u06cc\u0633\u062a\u0645 \u062d\u0645\u0644 \u0648 \u0646\u0642\u0644 \u0628\u0627 \u0633\u0631\u0639\u062a \u0628\u0627\u0644\u0627\u0633\u062a \u06a9\u0647 \u062a\u062d\u062a \u0639\u0646\u0648\u0627\u0646 \u0647\u0627\u06cc\u067e\u0631\u0644\u0648\u067e \u0634\u0646\u0627\u062e\u062a\u0647 \u0634\u062f\u0647\u200c\u0627\u0633\u062a. \u062c\u0627\u0646 \u0641\u0627\u0648\u0631\u0648\u060c \u06a9\u0627\u0631\u06af\u0631\u062f\u0627\u0646 \u0641\u06cc\u0644\u0645\u200c\u0647\u0627\u06cc \u0633\u0631\u06cc \u0641\u06cc\u0644\u0645\u200c\u0647\u0627\u06cc \u0645\u0631\u062f \u0622\u0647\u0646\u06cc \u0627\u0632 \u0627\u06cc\u0644\u0627\u0646 \u0645\u0627\u0633\u06a9 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u06af\u0648\u06cc \u0634\u062e\u0635\u06cc\u062a \u062a\u0648\u0646\u06cc \u0627\u0633\u062a\u0627\u0631\u06a9 (\u0628\u0647 \u0628\u0627\u0632\u06cc\u06af\u0631\u06cc \u0631\u0627\u0628\u0631\u062a \u062f\u0627\u0648\u0646\u06cc \u062c\u0648\u0646\u06cc\u0648\u0631 \u062f\u0631 \u0641\u06cc\u0644\u0645) \u0646\u0627\u0645 \u0628\u0631\u062f\u0647\u200c\u0627\u0633\u062a. \u0627\u06cc\u0644\u0627\u0646 \u0645\u0627\u0633\u06a9 \u062f\u0631 \u0698\u0627\u0646\u0648\u06cc\u0647 \u0633\u0627\u0644 \u06f2\u06f0\u06f2\u06f1 \u0628\u0627 \u06f2\u06f0\u06f9 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f \u062f\u0644\u0627\u0631 \u0622\u0645\u0631\u06cc\u06a9\u0627 \u062f\u0627\u0631\u0627\u06cc\u06cc \u062b\u0628\u062a \u0634\u062f\u0647\u060c \u0627\u0632 \u062c\u0641 \u0628\u06cc\u0632\u0648\u0633 \u067e\u06cc\u0634\u06cc \u06af\u0631\u0641\u062a \u0648 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0627\u0648\u0644\u06cc\u0646 \u0641\u0631\u062f \u062b\u0631\u0648\u062a\u0645\u0646\u062f \u062c\u0647\u0627\u0646 \u0634\u0646\u0627\u062e\u062a\u0647 \u0634\u062f. \u0627\u06cc\u0644\u0627\u0646 \u0645\u0627\u0633\u06a9 \u062f\u0648\u0645\u06cc\u0646 \u06a9\u0627\u0631\u0622\u0641\u0631\u06cc\u0646 (\u0627\u0648\u0644\u06cc\u0646 \u0646\u0641\u0631 \u062c\u06cc\u0645\u0632 \u0627\u0686 \u06a9\u0644\u0627\u0631\u06a9 \u0628\u0648\u062f) \u062f\u0631 \u0633\u06cc\u0644\u06cc\u06a9\u0648\u0646 \u0648\u0644\u06cc \u0628\u0648\u062f \u06a9\u0647 \u0645\u0648\u0641\u0642 \u0634\u062f \u0633\u0647 \u0634\u0631\u06a9\u062a \u0628\u0627 \u0627\u0631\u0632\u0634\u06cc \u0628\u06cc\u0634 \u0627\u0632 \u06f1 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f \u062f\u0644\u0627\u0631 (\u067e\u06cc\u200c\u067e\u0644\u060c \u0627\u0633\u067e\u06cc\u0633\u200c\u0627\u06cc\u06a9\u0633 \u0648 \u062a\u0633\u0644\u0627 \u0645\u0648\u062a\u0648\u0631\u0632) \u0631\u0627 \u0627\u06cc\u062c\u0627\u062f \u06a9\u0646\u062f. \n Question: \u0627\u0648\u0644\u06cc\u0646 \u06a9\u0627\u0631\u0622\u0641\u0631\u06cc\u0646 \u0633\u06cc\u0644\u06cc\u06a9\u0648\u0646 \u0648\u0644\u06cc \u06a9\u06cc\u0633\u062a\u061f", "output": "\u062c\u06cc\u0645\u0632 \u0627\u0686 \u06a9\u0644\u0627\u0631\u06a9", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u0627\u0648\u0644\u06cc\u0646 \u0645\u062f\u0627\u062f\u0647\u0627 \u0627\u0632 \u062c\u0646\u0633 \u0633\u0631\u0628 \u0628\u0648\u062f\u0646\u062f \u0648 \u0648\u0642\u062a\u06cc \u0627\u0632 \u0622\u0646\u200c\u0647\u0627 \u0628\u0631 \u0631\u0648\u06cc \u06a9\u0627\u063a\u0630 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u0634\u062f \u0627\u062b\u0631 \u062e\u0627\u06a9\u0633\u062a\u0631\u06cc \u0628\u0647 \u062c\u0627 \u0645\u06cc\u200c\u06af\u0630\u0627\u0634\u062a. \u062f\u0631 \u0633\u0627\u0644\u200c\u0647\u0627\u06cc \u06f1\u06f5\u06f0\u06f0 \u0645\u06cc\u0644\u0627\u062f\u06cc \u0628\u0648\u062f \u06a9\u0647 \u0645\u0639\u0627\u062f\u0646 \u06af\u0631\u0627\u0641\u06cc\u062a \u062f\u0631 \u0645\u0646\u0637\u0642\u0647\u0654 \u06af\u0631\u06cc \u0646\u0627\u062a\u0632 \u0634\u0647\u0631 \u06a9\u0627\u0645\u0628\u0631\u06cc\u0627 \u062f\u0631 \u0627\u0646\u06af\u0644\u0633\u062a\u0627\u0646 \u06a9\u0634\u0641 \u0634\u062f. \u0645\u062f\u0627\u062f \u0627\u0628\u0632\u0627\u0631\u06cc \u0628\u0631\u0627\u06cc \u0646\u0648\u0634\u062a\u0646\u060c \u0637\u0631\u0627\u062d\u06cc \u0648 \u0646\u0642\u0627\u0634\u06cc \u0627\u0633\u062a \u0648 \u062f\u0631 \u0627\u0646\u0648\u0627\u0639 \u06af\u0648\u0646\u0627\u06af\u0648\u0646\u06cc \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f. \u062f\u0631 \u0632\u0628\u0627\u0646 \u0641\u0627\u0631\u0633\u06cc\u060c \u0645\u062f\u0627\u062f \u0628\u0647 \u0645\u0639\u0646\u0627\u06cc \u0645\u0631\u06a9\u0651\u0628 \u062a\u062d\u0631\u06cc\u0631 \u0628\u0648\u062f\u0647 \u0648 \u062f\u0631 \u0645\u062a\u0648\u0646 \u06a9\u0647\u0646 \u0646\u06cc\u0632 \u0647\u0645\u06cc\u0646 \u0645\u0639\u0646\u0627 \u0631\u0627 \u0645\u06cc\u200c\u062f\u0647\u062f. \u0628\u062e\u0634 \u062e\u0627\u0631\u062c\u06cc \u0645\u062f\u0627\u062f\u0647\u0627 \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0627\u0632 \u0686\u0648\u0628 \u06cc\u0627 \u06a9\u0627\u063a\u0630 \u0633\u0627\u062e\u062a\u0647 \u0634\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f \u0648 \u062f\u0631\u0648\u0646 \u0622\u0646 \u0645\u063a\u0632\u06cc\u0650 \u0645\u062f\u0627\u062f \u06a9\u0647 \u0628\u062e\u0634 \u0627\u0633\u062a\u0648\u0627\u0646\u0647\u200c\u0627\u06cc \u0634\u06a9\u0644 \u0648 \u0628\u0627\u0631\u06cc\u06a9\u06cc \u0627\u0633\u062a \u0642\u0631\u0627\u0631 \u0645\u06cc\u200c\u06af\u06cc\u0631\u062f. \u0627\u06cc\u0646 \u0645\u063a\u0632\u06cc \u0627\u0632 \u0645\u0627\u062f\u0647 \u0633\u06cc\u0627\u0647\u06cc \u0628\u0647 \u0646\u0627\u0645 \u06af\u0631\u0627\u0641\u06cc\u062a \u06cc\u0627 \u0645\u0648\u0627\u062f \u0631\u0646\u06af\u06cc \u0628\u0647 \u0647\u0645\u0631\u0627\u0647 \u062a\u0631\u06a9\u06cc\u0628\u0627\u062a \u062f\u06cc\u06af\u0631 \u062a\u0634\u06a9\u06cc\u0644 \u0645\u06cc\u200c\u0634\u0648\u062f. \u062f\u0631 \u0633\u0627\u0644 \u06f1\u06f5\u06f6\u06f0 \u0645\u06cc\u0644\u0627\u062f\u06cc \u06cc\u06a9 \u0632\u0646 \u0648 \u0634\u0648\u0647\u0631 \u0627\u06cc\u062a\u0627\u0644\u06cc\u0627\u06cc\u06cc \u0628\u0627 \u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0646 \u06cc\u06a9 \u062a\u06a9\u0647 \u06af\u0631\u0627\u0641\u06cc\u062a \u0645\u06cc\u0627\u0646 \u062f\u0648 \u062a\u06a9\u0647 \u0686\u0648\u0628 \u0633\u0631\u0648 \u0627\u0648\u0644\u06cc\u0646 \u0645\u062f\u0627\u062f \u0628\u0647 \u0634\u06a9\u0644 \u0627\u0645\u0631\u0648\u0632\u06cc \u0631\u0627 \u0627\u062e\u062a\u0631\u0627\u0639 \u06a9\u0631\u062f\u0646\u062f. \u067e\u0633 \u0627\u0632 \u0627\u0628\u062a\u06a9\u0627\u0631 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \u0627\u06cc\u062a\u0627\u0644\u06cc\u0627\u06cc\u06cc \u062f\u0631 \u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0646 \u06af\u0631\u0627\u0641\u06cc\u062a \u0645\u06cc\u0627\u0646 \u0686\u0648\u0628 \u0627\u06cc\u0646 \u0627\u0646\u062f\u06a9\u06cc \u062a\u063a\u06cc\u06cc\u0631 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0627\u06cc\u062f\u0647 \u0627\u0635\u0644\u06cc \u0637\u0631\u0627\u062d\u06cc \u0645\u062f\u0627\u062f \u0628\u0647 \u06a9\u0627\u0631 \u06af\u0631\u0641\u062a\u0647 \u0634\u062f\u0647\u200c\u0627\u0633\u062a. \u0628\u0627 \u0627\u06cc\u0646 \u062d\u0627\u0644\u060c \u0628\u0631\u062e\u06cc \u0628\u0631 \u0627\u06cc\u0646 \u0628\u0627\u0648\u0631\u0646\u062f \u06a9\u0647 \u0633\u0627\u0632\u0646\u062f\u0647\u0654 \u0627\u06cc\u0646 \u0627\u0628\u0632\u0627\u0631 \u0641\u0631\u062f\u06cc \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc\u06cc \u0628\u0647\u200c\u0646\u0627\u0645 \u062c\u0648\u0632\u0641 \u067e\u0631\u06cc\u0633\u062a\u0644\u06cc \u0645\u06cc\u200c\u0628\u0627\u0634\u062f. \u0645\u063a\u0632\u06cc\u0650 \u0645\u062f\u0627\u062f \u0633\u06cc\u0627\u0647 \u06cc\u0627 \u0645\u062f\u0627\u062f \u06af\u0631\u0627\u0641\u06cc\u062a\u06cc \u0627\u0632 \u062c\u0646\u0633 \u06af\u0631\u0627\u0641\u06cc\u062a \u0627\u0633\u062a. \u0645\u062f\u0627\u062f \u06af\u0631\u0627\u0641\u06cc\u062a \u0627\u0632 \u0646\u0638\u0631 \u0646\u0631\u0645\u06cc \u0648 \u0633\u062e\u062a\u06cc \u0628\u0633\u062a\u0647 \u0628\u0647 \u0646\u0627\u062e\u0627\u0644\u0635\u06cc \u0648 \u0631\u0633 \u062f\u0631\u062c\u0647\u200c\u0628\u0646\u062f\u06cc \u06af\u0633\u062a\u0631\u062f\u0647\u200c\u0627\u06cc \u062f\u0627\u0631\u062f. \n Question: \u0645\u062f\u0627\u062f \u0686\u06cc\u0647\u061f", "output": "\u0645\u062f\u0627\u062f \u0627\u0628\u0632\u0627\u0631\u06cc \u0628\u0631\u0627\u06cc \u0646\u0648\u0634\u062a\u0646\u060c \u0637\u0631\u0627\u062d\u06cc \u0648 \u0646\u0642\u0627\u0634\u06cc \u0627\u0633\u062a", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u062d\u0645\u0644\u0647\u0654 \u0645\u063a\u0648\u0644 \u0628\u0647 \u0627\u06cc\u0631\u0627\u0646 \u0628\u0647 \u0633\u0647 \u0644\u0634\u06a9\u0631\u06a9\u0634\u06cc \u0645\u063a\u0648\u0644 \u0628\u0647 \u0627\u06cc\u0631\u0627\u0646 \u062f\u0631 \u0641\u0627\u0635\u0644\u0647 \u0633\u0627\u0644\u200c\u0647\u0627\u06cc \u06f1\u06f2\u06f1\u06f9 \u062a\u0627 \u06f1\u06f2\u06f5\u06f6 \u0645\u06cc\u0644\u0627\u062f\u06cc (\u06f6\u06f1\u06f6 \u062a\u0627 \u06f6\u06f5\u06f4 \u0647\u200d.\u0642) \u0627\u0634\u0627\u0631\u0647 \u062f\u0627\u0631\u062f. \u0627\u06cc\u0646 \u0644\u0634\u06a9\u0631\u06a9\u0634\u06cc\u200c\u0647\u0627 \u0628\u0647 \u062d\u06a9\u0648\u0645\u062a \u062e\u0648\u0627\u0631\u0632\u0645\u0634\u0627\u0647\u06cc\u0627\u0646\u060c \u0627\u0633\u0645\u0627\u0639\u06cc\u0644\u06cc\u0647 \u0627\u0644\u0645\u0648\u062a \u0648 \u062d\u06a9\u0648\u0645\u062a\u200c\u0647\u0627\u06cc \u0645\u062d\u0644\u06cc \u0627\u062a\u0627\u0628\u06a9\u0627\u0646 \u0633\u0644\u062c\u0648\u0642\u06cc \u062e\u0627\u062a\u0645\u0647 \u062f\u0627\u062f \u0648 \u0628\u0647 \u0627\u06cc\u062c\u0627\u062f \u062d\u06a9\u0648\u0645\u062a \u0627\u06cc\u0644\u062e\u0627\u0646\u0627\u0646 \u0645\u063a\u0648\u0644 \u0628\u0647 \u062c\u0627\u06cc \u0622\u0646\u200c\u0647\u0627 \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0645\u0646\u062c\u0631 \u0634\u062f.\u062e\u0635\u0645\u0627\u0646\u0647\u0654 \u062e\u0648\u062f \u0645\u0648\u062c\u0628\u0627\u062a \u063a\u0636\u0628 \u062e\u0627\u0646 \u0645\u063a\u0648\u0644 \u0631\u0627 \u0641\u0631\u0627\u0647\u0645 \u06a9\u0631\u062f \u0648 \u0647\u062c\u0648\u0645 \u0627\u0648 \u0631\u0627 \u0628\u0647 \u0645\u0645\u0627\u0644\u06a9 \u0627\u0633\u0644\u0627\u0645\u06cc \u0628\u0627\u0639\u062b \u06af\u0631\u062f\u06cc\u062f. \u062d\u0645\u0644\u0647\u0654 \u0645\u063a\u0648\u0644 \u062f\u0631 \u067e\u06cc \u0642\u062a\u0644 \u06f4\u06f5\u06f0 \u0628\u0627\u0632\u0631\u06af\u0627\u0646 \u0645\u063a\u0648\u0644\u06cc \u062f\u0631 \u0634\u0647\u0631 \u0627\u062a\u0631\u0627\u0631 \u0622\u063a\u0627\u0632 \u0634\u062f. \u0634\u0631\u0648\u0639 \u0646\u062e\u0633\u062a\u06cc\u0646 \u0644\u0634\u06a9\u0631\u06a9\u0634\u06cc \u062f\u0631 \u0633\u067e\u062a\u0627\u0645\u0628\u0631 \u0633\u0627\u0644 \u06f1\u06f2\u06f1\u06f9 \u0645\u06cc\u0644\u0627\u062f\u06cc (\u067e\u0627\u0626\u06cc\u0632 \u06f5\u06f9\u06f8 \u062e. / \u06f6\u06f1\u06f6 \u0642) \u0648 \u0628\u0647 \u0641\u0631\u0645\u0627\u0646\u062f\u0647\u06cc \u0686\u0646\u06af\u06cc\u0632 \u062e\u0627\u0646 \u0628\u0648\u062f. \u0633\u0644\u0637\u0627\u0646 \u0645\u062d\u0645\u062f \u062e\u0648\u0627\u0631\u0632\u0645\u0634\u0627\u0647 \u062f\u0631 \u0647\u0645\u0627\u0646 \u0633\u0627\u0644 \u0628\u0627 \u0633\u067e\u0627\u0647\u06cc \u0628\u0647 \u0645\u0628\u0627\u0631\u0632\u0647 \u0628\u0627 \u0645\u063a\u0648\u0644 \u0628\u0631\u0622\u0645\u062f\u060c \u0648\u0644\u06cc \u0627\u0632 \u062c\u0648\u062c\u06cc \u067e\u0633\u0631 \u0686\u0646\u06af\u06cc\u0632 \u0634\u06a9\u0633\u062a \u062e\u0648\u0631\u062f \u0648 \u0627\u0632 \u0622\u0646 \u067e\u0633 \u062a\u0635\u0645\u06cc\u0645 \u06af\u0631\u0641\u062a \u06a9\u0647 \u0627\u0632 \u0645\u0648\u0627\u062c\u0647\u0647 \u0628\u0627 \u0644\u0634\u06a9\u0631 \u0645\u063a\u0648\u0644 \u062e\u0648\u062f\u062f\u0627\u0631\u06cc \u06a9\u0646\u062f. \u0686\u0646\u06af\u06cc\u0632 \u0628\u0631\u0627\u06cc \u062f\u0633\u062a\u06af\u06cc\u0631\u06cc \u0633\u0644\u0637\u0627\u0646 \u0645\u062d\u0645\u062f \u062f\u0648 \u0646\u0641\u0631 \u0627\u0632 \u0628\u0632\u0631\u06af\u0627\u0646 \u0644\u0634\u06a9\u0631 \u062e\u0648\u062f \u0631\u0627 \u0628\u0647 \u062a\u0639\u0642\u06cc\u0628 \u0627\u0648 \u0641\u0631\u0633\u062a\u0627\u062f. \u0633\u0627\u0644 \u0628\u0639\u062f \u0633\u0644\u0637\u0627\u0646 \u0645\u062d\u0645\u062f \u062f\u0631 \u0628\u0633\u062a\u0631 \u0645\u0631\u06af\u060c \u062c\u0644\u0627\u0644\u200c\u0627\u0644\u062f\u06cc\u0646 \u062e\u0648\u0627\u0631\u0632\u0645\u0634\u0627\u0647 \u0631\u0627 \u0628\u0647 \u062c\u0627\u0646\u0634\u06cc\u0646\u06cc \u062e\u0648\u06cc\u0634 \u0628\u0631\u06af\u0632\u06cc\u062f \u0648 \u062c\u0644\u0627\u0644\u200c\u0627\u0644\u062f\u06cc\u0646 \u0628\u06cc\u0634 \u0627\u0632 \u06f1\u06f0 \u0633\u0627\u0644 \u067e\u0633 \u0627\u0632 \u0645\u0631\u06af \u067e\u062f\u0631 \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0633\u067e\u0627\u0647\u06cc\u0627\u0646 \u0645\u063a\u0648\u0644 \u0627\u06cc\u0633\u062a\u0627\u062f\u06af\u06cc \u06a9\u0631\u062f. \u062f\u0648\u0645\u06cc\u0646 \u0644\u0634\u06a9\u0631\u06a9\u0634\u06cc \u062f\u0631 \u0633\u0627\u0644 \u06f6\u06f2\u06f6 \u0647\u200d.\u0642 \u0628\u0647 \u0627\u0645\u0631 \u0627\u0648\u06af\u062a\u0627\u06cc \u0642\u0627\u0622\u0646 \u0648 \u0628\u0647 \u0641\u0631\u0645\u0627\u0646\u062f\u0647\u06cc \u062c\u0631\u0645\u0627\u063a\u0648\u0646 \u0646\u0648\u06cc\u0627\u0646 \u0628\u0648\u062f \n Question: \u0686\u0647 \u0627\u062a\u0641\u0627\u0642\u06cc \u0645\u0648\u062c\u0628 \u062d\u0645\u0644\u0647 \u06cc \u0645\u063a\u0648\u0644 \u0647\u0627 \u0628\u0647 \u0627\u06cc\u0631\u0627\u0646 \u0634\u062f\u061f", "output": "\u062d\u0645\u0644\u0647\u0654 \u0645\u063a\u0648\u0644 \u062f\u0631 \u067e\u06cc \u0642\u062a\u0644 \u06f4\u06f5\u06f0 \u0628\u0627\u0632\u0631\u06af\u0627\u0646 \u0645\u063a\u0648\u0644\u06cc \u062f\u0631 \u0634\u0647\u0631 \u0627\u062a\u0631\u0627\u0631 \u0622\u063a\u0627\u0632 \u0634\u062f", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u062f\u0627\u0646\u0645\u0627\u0631\u06a9 (\u0628\u0647 \u062f\u0627\u0646\u0645\u0627\u0631\u06a9\u06cc: Danmark) \u0628\u0627 \u0646\u0627\u0645 \u0631\u0633\u0645\u06cc \u067e\u0627\u062f\u0634\u0627\u0647\u06cc \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 (\u0628\u0647 \u062f\u0627\u0646\u0645\u0627\u0631\u06a9\u06cc: Kongeriget Danmark) \u06a9\u0634\u0648\u0631\u06cc \u0627\u0633\u062a \u062f\u0631 \u0634\u0645\u0627\u0644 \u0627\u0631\u0648\u067e\u0627 \u0648 \u067e\u0627\u06cc\u062a\u062e\u062a \u0622\u0646 \u06a9\u067e\u0646\u0647\u0627\u06af \u0627\u0633\u062a. \u062c\u0645\u0639\u06cc\u062a \u0627\u06cc\u0646 \u06a9\u0634\u0648\u0631 \u062f\u0631 \u0633\u0627\u0644 \u06f2\u06f0\u06f1\u06f9 \u062d\u062f\u0648\u062f \u06f5\u066b\u06f8 \u0645\u06cc\u0644\u06cc\u0648\u0646 \u0646\u0641\u0631 \u0628\u0631\u0622\u0648\u0631\u062f \u0634\u062f\u0647\u200c\u0627\u0633\u062a. \u0632\u0628\u0627\u0646 \u0631\u0633\u0645\u06cc \u0622\u0646 \u062f\u0627\u0646\u0645\u0627\u0631\u06a9\u06cc \u0627\u0633\u062a. \u0632\u0628\u0627\u0646\u200c\u0647\u0627\u06cc \u0641\u0627\u0631\u0648\u0626\u06cc\u060c \u06af\u0631\u06cc\u0646\u0644\u0646\u062f\u06cc \u0648 \u0622\u0644\u0645\u0627\u0646\u06cc \u0646\u06cc\u0632 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646\u200c\u0647\u0627\u06cc \u0645\u062d\u0644\u06cc \u062f\u0631 \u0627\u06cc\u0646 \u06a9\u0634\u0648\u0631 \u0631\u0633\u0645\u06cc\u062a \u062f\u0627\u0631\u0646\u062f. \u0648\u0627\u062d\u062f \u067e\u0648\u0644 \u0627\u06cc\u0646 \u06a9\u0634\u0648\u0631 \u06a9\u0631\u0648\u0646 \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u0627\u0633\u062a \u0648 \u0628\u0627 \u0627\u06cc\u0646\u06a9\u0647 \u0627\u06cc\u0646 \u06a9\u0634\u0648\u0631 \u062f\u0631 \u0633\u0627\u0644 \u06f1\u06f9\u06f7\u06f3 \u0628\u0647 \u0627\u062a\u062d\u0627\u062f\u06cc\u0647 \u0627\u0631\u0648\u067e\u0627 \u067e\u06cc\u0648\u0633\u062a\u0647 \u0627\u0645\u0627 \u0628\u0647 \u0645\u0646\u0637\u0642\u0647 \u06cc\u0648\u0631\u0648 \u0646\u067e\u06cc\u0648\u0633\u062a\u0647\u200c\u0627\u0633\u062a. \u06f8\u06f0\u066a \u0645\u0631\u062f\u0645 \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u0645\u0633\u06cc\u062d\u06cc \u067e\u0631\u0648\u062a\u0633\u062a\u0627\u0646 \u0647\u0633\u062a\u0646\u062f. \u062c\u0632\u0627\u06cc\u0631 \u0641\u0627\u0631\u0648 \u0648 \u06af\u0631\u06cc\u0646\u0644\u0646\u062f \u0628\u062e\u0634\u06cc \u0627\u0632 \u067e\u0627\u062f\u0634\u0627\u0647\u06cc \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u0628\u0647\u200c\u0634\u0645\u0627\u0631 \u0645\u06cc\u200c\u0622\u06cc\u0646\u062f \u0627\u0645\u0627 \u0628\u0647 \u062a\u0631\u062a\u06cc\u0628 \u062f\u0631 \u0633\u0627\u0644\u200c\u0647\u0627\u06cc \u06f1\u06f9\u06f4\u06f8 \u0648 \u06f1\u06f9\u06f7\u06f9 \u0628\u0647 \u0622\u0646\u200c\u0647\u0627 \u062e\u0648\u062f\u06af\u0631\u062f\u0627\u0646\u06cc \u0627\u0639\u0637\u0627 \u0634\u062f\u0647\u200c\u0627\u0633\u062a. \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u062c\u0646\u0648\u0628\u06cc\u200c\u062a\u0631\u06cc\u0646 \u06a9\u0634\u0648\u0631 \u0627\u0633\u06a9\u0627\u0646\u062f\u06cc\u0646\u0627\u0648\u06cc \u0627\u0633\u062a \u0648 \u062a\u0646\u0647\u0627 \u0645\u0631\u0632\u06cc \u06a9\u0647 \u062f\u0627\u0631\u062f \u0628\u0627 \u06a9\u0634\u0648\u0631 \u0622\u0644\u0645\u0627\u0646 \u0627\u0633\u062a. \u067e\u0644\u06cc \u062f\u0631\u06cc\u0627\u06cc\u06cc \u0628\u0647 \u0646\u0627\u0645 \u067e\u0644 \u0627\u0648\u0631\u0633\u0648\u0646\u062f\u060c \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u0631\u0627 \u0628\u0647 \u0633\u0648\u0626\u062f \u0645\u062a\u0635\u0644 \u0645\u06cc\u200c\u06a9\u0646\u062f. \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u0627\u0632 \u0627\u0639\u0636\u0627\u06cc \u0645\u0624\u0633\u0633 \u0633\u0627\u0632\u0645\u0627\u0646 \u0645\u0644\u0644 \u0648 \u0646\u0627\u062a\u0648 \u0627\u0633\u062a. \u06a9\u0634\u0648\u0631 \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u062f\u0627\u0631\u0627\u06cc \u062f\u0648\u0644\u062a \u0631\u0641\u0627\u0647\u200c\u0627\u0633\u062a \u0648 \u0627\u0632 \u0646\u0638\u0631 \u06a9\u0645 \u0628\u0648\u062f\u0646 \u0627\u062e\u062a\u0644\u0627\u0641 \u062f\u0631\u0622\u0645\u062f \u0645\u0631\u062f\u0645\u060c \u062f\u0631 \u0631\u062a\u0628\u0647 \u0627\u0648\u0644 \u062c\u0647\u0627\u0646 \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u062f.\u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u0627\u0632 \u0646\u0638\u0631 \u062f\u0631\u0622\u0645\u062f \u0633\u0631\u0627\u0646\u0647 \u062f\u0631 \u0631\u062a\u0628\u0647 \u0647\u0641\u062a\u0645 \u062c\u0647\u0627\u0646 \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u062f \u0648 \u062f\u0631 \u0628\u0631\u0631\u0633\u06cc\u200c\u0647\u0627\u06cc \u0633\u0627\u0644\u0627\u0646\u0647\u060c \u0645\u0631\u062f\u0645 \u0622\u0646 \u0645\u06a9\u0631\u0631\u0627\u064b \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u00ab\u0631\u0627\u0636\u06cc\u200c\u062a\u0631\u06cc\u0646\u00bb \u0645\u0631\u062f\u0645 \u062c\u0647\u0627\u0646 \u0627\u0639\u0644\u0627\u0645 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \n Question: \u06a9\u062f\u0627\u0645 \u067e\u0644 \u062f\u0627\u0646\u0645\u0627\u0631\u06a9 \u0631\u0627 \u0628\u0647 \u0633\u0648\u0626\u062f \u0648\u0635\u0644 \u0645\u06cc \u06a9\u0646\u062f\u061f", "output": "\u067e\u0644 \u0627\u0648\u0631\u0633\u0648\u0646\u062f", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f \u06cc\u0627 \u06a9\u06cc\u0628\u0648\u0631\u062f \u06cc\u06a9 \u062f\u0633\u062a\u06af\u0627\u0647 \u062c\u0627\u0646\u0628\u06cc \u0648 \u0648\u0631\u0648\u062f\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0647 \u06a9\u0627\u0631\u0628\u0631 \u0627\u062c\u0627\u0632\u0647 \u062a\u0627\u06cc\u067e \u0645\u06cc \u062f\u0647\u062f. \u0627\u06cc\u0646 \u062f\u0633\u062a\u06af\u0627\u0647 \u0634\u0628\u06cc\u0647 \u0628\u0647 \u0645\u0627\u0634\u06cc\u0646 \u062a\u062d\u0631\u06cc\u0631 \u0627\u0633\u062a \u06a9\u0647 \u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u06cc\u06a9 \u0622\u0631\u0627\u06cc\u0634 \u0627\u0632 \u062f\u06a9\u0645\u0647\u200c\u0647\u0627 \u0628\u0647 \u062d\u0627\u0644\u062a \u0627\u0647\u0631\u0645 \u0645\u06a9\u0627\u0646\u06cc\u06a9\u06cc \u06cc\u0627 \u0633\u0648\u0626\u06cc\u0686 \u0627\u0644\u06a9\u062a\u0631\u0648\u0646\u06cc\u06a9\u06cc \u0639\u0645\u0644 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u067e\u0633 \u0627\u0632 \u0627\u0646\u0642\u0631\u0627\u0636 \u06a9\u0627\u0631\u062a \u067e\u0627\u0646\u0686 \u0648 \u0646\u0648\u0627\u0631 \u06a9\u0627\u063a\u0630\u06cc \u06a9\u0627\u0631 \u0628\u0627 \u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f \u0634\u0628\u06cc\u0647 \u062a\u0644\u0647 \u062a\u0627\u06cc\u067e \u062a\u0628\u062f\u06cc\u0644 \u0628\u0647 \u0648\u0631\u0648\u062f\u06cc \u0627\u0635\u0644\u06cc \u0628\u0631\u0627\u06cc \u062a\u0639\u0627\u0645\u0644 \u0628\u0627 \u0631\u0627\u06cc\u0627\u0646\u0647 \u0634\u062f. \u0627\u0632 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0645\u0639\u0645\u0648\u0644 \u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f\u0647\u0627 \u062f\u0627\u0634\u062a\u0646 \u062f\u06a9\u0645\u0647\u200c\u0647\u0627\u06cc\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0631\u0648\u06cc \u0622\u0646 \u067e\u0648\u0633\u062a\u0647 \u0635\u0641\u062d\u0647 \u06a9\u0644\u06cc\u062f \u0628\u0627\u0634\u062f\u060c \u0628\u062f\u06cc\u0646\u200c\u062a\u0631\u062a\u06cc\u0628 \u0646\u0648\u06cc\u0633\u0647\u200c\u0647\u0627 \u06cc\u0627 \u06a9\u0627\u0631\u0627\u06a9\u062a\u0631\u0647\u0627 \u062d\u06a9\u0627\u06a9\u06cc \u06cc\u0627 \u0686\u0627\u067e \u0634\u062f\u0647\u200c\u0627\u0646\u062f \u0648 \u0647\u0631 \u06a9\u062f\u0627\u0645 \u0627\u0632 \u0627\u06cc\u0646 \u062f\u06a9\u0645\u0647\u200c\u0647\u0627 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06cc\u06a9 \u0646\u0645\u0627\u062f \u0646\u0648\u0634\u062a\u0627\u0631\u06cc \u0627\u0633\u062a. \u0628\u0627 \u0627\u06cc\u0646 \u062d\u0627\u0644\u060c \u0628\u0631\u0627\u06cc \u062a\u0648\u0644\u06cc\u062f \u0628\u0631\u062e\u06cc \u0627\u0632 \u0646\u0645\u0627\u062f\u0647\u0627 \u0646\u06cc\u0627\u0632 \u0628\u0647 \u0641\u0634\u0627\u0631 \u062f\u0627\u062f\u0646 \u0647\u0645\u200c\u0632\u0645\u0627\u0646 \u0686\u0646\u062f \u06a9\u0644\u06cc\u062f \u06cc\u0627 \u0628\u0647 \u0635\u0648\u0631\u062a \u062f\u0646\u0628\u0627\u0644\u0647\u200c\u0627\u06cc \u0627\u0632 \u0622\u0646\u0647\u0627. \u062f\u0631 \u062d\u0627\u0644\u06cc \u06a9\u0647 \u0627\u06a9\u062b\u0631 \u06a9\u0644\u06cc\u062f\u0647\u0627\u06cc \u0635\u0641\u062d\u0647 \u06a9\u0644\u06cc\u062f \u062d\u0631\u0648\u0641\u060c \u0627\u0639\u062f\u0627\u062f \u06cc\u0627 \u0646\u0634\u0627\u0646\u0647 \u0631\u0627 \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f \u06a9\u0644\u06cc\u062f\u0647\u0627\u06cc \u062f\u06cc\u06af\u0631 \u06cc\u0627 \u0641\u0634\u0627\u0631 \u06a9\u0644\u06cc\u062f \u0628\u0647\u200c\u0637\u0648\u0631 \u0647\u0645\u200c\u0632\u0645\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0627\u0642\u062f\u0627\u0645\u0627\u062a \u062a\u0648\u0644\u06cc\u062f \u06cc\u0627 \u0627\u062c\u0631\u0627\u06cc \u062f\u0633\u062a\u0648\u0631\u0647\u0627 \u0631\u0627\u06cc\u0627\u0646\u0647 \u062a\u0648\u0644\u06cc\u062f \u06a9\u0646\u062f. \u06a9\u0644\u06cc\u062f\u0647\u0627\u06cc \u062a\u0631\u06a9\u06cc\u0628\u06cc \u0646\u0648\u0639\u06cc \u0627\u0632 \u0641\u0634\u0627\u0631 \u062f\u0627\u062f\u0646 \u0647\u0645\u0632\u0645\u0627\u0646 \u06a9\u0644\u06cc\u062f\u0647\u0627 \u0628\u0627 \u0647\u0645 \u0627\u0633\u062a. \u0628\u0627 \u0648\u062c\u0648\u062f \u06af\u0633\u062a\u0631\u0634 \u062f\u0633\u062a\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u0648\u0631\u0648\u062f\u06cc \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646\u060c \u0645\u0627\u0646\u0646\u062f \u0645\u0627\u0648\u0633\u060c \u0635\u0641\u062d\u0647 \u0646\u0645\u0627\u06cc\u0634 \u0644\u0645\u0633\u06cc\u060c \u0642\u0644\u0645 \u0646\u0648\u0631\u06cc\u060c \u062a\u0634\u062e\u06cc\u0635 \u062d\u0631\u0648\u0641 \u0648 \u062a\u0634\u062e\u06cc\u0635 \u0635\u062f\u0627\u060c \u0635\u0641\u062d\u0647 \u06a9\u0644\u06cc\u062f \u062f\u0633\u062a\u06af\u0627\u0647 \u0628\u06cc\u0634\u062a\u0631 \u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u0633\u062a\u0642\u06cc\u0645 \u0648\u0631\u0648\u062f\u06cc \u0627\u0646\u0633\u0627\u0646 \u062d\u0631\u0641\u06cc\u200c\u0639\u062f\u062f\u06cc \u062f\u0627\u062f\u0647\u200c\u0647\u0627 \u0628\u0647 \u0631\u0627\u06cc\u0627\u0646\u0647 \u0628\u0627\u0642\u06cc \u0645\u06cc\u200c\u0645\u0627\u0646\u062f. \n Question: \u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f \u0686\u06cc\u0633\u062a\u061f", "output": "\u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f \u06cc\u0627 \u06a9\u06cc\u0628\u0648\u0631\u062f \u06cc\u06a9 \u062f\u0633\u062a\u06af\u0627\u0647 \u062c\u0627\u0646\u0628\u06cc \u0648 \u0648\u0631\u0648\u062f\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0647 \u06a9\u0627\u0631\u0628\u0631 \u0627\u062c\u0627\u0632\u0647 \u062a\u0627\u06cc\u067e \u0645\u06cc \u062f\u0647\u062f.", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u06cc\u06a9 \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0627 \u0645\u0634\u0627\u0631\u06a9\u062a \u0628\u06cc\u0634 \u0627\u0632 \u06f1\u06f5 \u06a9\u0634\u0648\u0631 \u0633\u0627\u062e\u062a\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0627\u06cc\u0646 \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u062f\u0631 \u0645\u062f\u0627\u0631 \u0646\u0632\u062f\u06cc\u06a9 \u0632\u0645\u06cc\u0646 \u0648 \u062f\u0631 \u0627\u0631\u062a\u0641\u0627\u0639 \u06f3\u06f3\u06f0 \u062a\u0627 \u06f4\u06f3\u06f5 \u06a9\u06cc\u0644\u0648\u0645\u062a\u0631\u06cc \u0627\u0632 \u0633\u0637\u062d \u0632\u0645\u06cc\u0646 \u062f\u0631 \u062d\u0631\u06a9\u062a \u0627\u0633\u062a. \u0633\u0631\u0639\u062a \u0622\u0646 \u062f\u0631 \u0645\u062f\u0627\u0631 \u0628\u0631\u0627\u0628\u0631 \u06f2\u06f7\u066c\u06f6\u06f0\u06f0 \u06a9\u06cc\u0644\u0648\u0645\u062a\u0631 \u0628\u0631 \u0633\u0627\u0639\u062a \u0627\u0633\u062a. \u0627\u06cc\u0646 \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0647\u0631 \u06f9\u06f3 \u062f\u0642\u06cc\u0642\u0647 \u06cc\u06a9 \u0645\u0631\u062a\u0628\u0647 \u0628\u0647 \u062f\u0648\u0631 \u0632\u0645\u06cc\u0646 \u0645\u06cc\u200c\u0686\u0631\u062e\u062f \u06a9\u0647 \u062f\u0631 \u0645\u062c\u0645\u0648\u0639\u060c \u06f1\u06f5/\u06f5 \u0645\u0631\u062a\u0628\u0647 \u0645\u062f\u0627\u0631\u06af\u0631\u062f\u06cc \u0631\u0648\u0632\u0627\u0646\u0647 \u0627\u0637\u0631\u0627\u0641 \u0632\u0645\u06cc\u0646 \u0645\u06cc\u200c\u0634\u0648\u062f\u061b \u0627\u06cc\u0646 \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u0628\u0627 \u0645\u0627\u0646\u0648\u0631\u0647\u0627\u06cc \u00ab\u062a\u062c\u062f\u06cc\u062f \u0627\u0631\u062a\u0641\u0627\u0639\u00bb \u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u0648\u062a\u0648\u0631\u0647\u0627\u06cc \u0632\u06cc\u0648\u0632\u062f\u0627 (\u0645\u0627\u0698\u0648\u0644 \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc)\u060c \u067e\u06cc\u0648\u0633\u062a\u0647 \u0645\u062f\u0627\u0631 \u062e\u0648\u062f \u0631\u0627 \u062f\u0631 \u0627\u0631\u062a\u0641\u0627\u0639 \u0628\u06cc\u0646 \u06f3\u06f3\u06f0 \u0648 \u06f4\u06f3\u06f5 \u06a9\u06cc\u0644\u0648\u0645\u062a\u0631 (\u06f2\u06f0\u06f5 \u0648 \u06f2\u06f7\u06f0 \u0645\u0627\u06cc\u0644)\u060c \u062d\u0641\u0638 \u0645\u06cc\u200c\u06a9\u0646\u062f. \u0627\u06cc\u0646 \u0628\u0647 \u0645\u0639\u0646\u06cc \u0637\u06cc \u06a9\u0631\u062f\u0646 \u06f1\u06f5\u066b\u06f5\u06f4 \u0645\u062f\u0627\u0631 \u062f\u0631 \u0631\u0648\u0632 \u0627\u0633\u062a. \u0628\u06cc\u0634\u062a\u0631 \u0628\u062e\u0634\u200c\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc \u0627\u06cc\u0646 \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u0633\u0627\u062e\u062a\u0647 \u0634\u062f\u0647 \u0627\u0645\u0627 \u062a\u0627 \u0633\u0627\u0644\u200c\u0647\u0627\u06cc \u067e\u0627\u06cc\u0627\u0646\u06cc \u062f\u0647\u0647 \u06a9\u0646\u0648\u0646\u06cc \u0686\u0646\u062f \u0628\u062e\u0634 \u062c\u062f\u06cc\u062f \u0628\u0647 \u0622\u0646 \u0627\u0641\u0632\u0648\u062f\u0647 \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u067e\u0633 \u0627\u0632 \u062a\u06a9\u0645\u06cc\u0644\u060c \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u06f4\u06f5\u06f0 \u062a\u064f\u0646 \u0648\u0632\u0646 \u062e\u0648\u0627\u0647\u062f \u062f\u0627\u0634\u062a\u060c \u0648 \u06f1\u06f2\u06f0\u06f0 \u0645\u062a\u0631 \u0645\u06a9\u0639\u0628 \u0641\u0636\u0627\u06cc \u06a9\u0627\u0631\u060c \u067e\u0698\u0648\u0647\u0634 \u0648 \u0632\u0646\u062f\u06af\u06cc \u0628\u0631\u0627\u06cc \u0641\u0636\u0627\u0646\u0648\u0631\u062f\u0627\u0646 \u0641\u0631\u0627\u0647\u0645 \u062e\u0648\u0627\u0647\u062f \u0622\u0648\u0631\u062f. \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u0633\u0648\u0645\u06cc\u0646 \u0634\u06cc\u0654 \u0646\u0648\u0631\u0627\u0646\u06cc \u062f\u0631 \u0622\u0633\u0645\u0627\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0628\u0627 \u0686\u0634\u0645 \u063a\u06cc\u0631\u0645\u0633\u0644\u062d \u062f\u06cc\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f. \n Question: \u0627\u06cc\u0633\u062a\u06af\u0627\u0647 \u0641\u0636\u0627\u06cc\u06cc \u0628\u06cc\u0646 \u0627\u0644\u0645\u0644\u0644\u06cc \u0686\u0646\u062f \u0628\u0627\u0631 \u062f\u0631 \u0631\u0648\u0632 \u062f\u0648\u0631 \u0632\u0645\u06cc\u0646 \u0645\u06cc \u0686\u0631\u062e\u0647\u061f", "output": "\u06f1\u06f5/\u06f5 \u0645\u0631\u062a\u0628\u0647", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u06cc\u0627 \u0645\u0627\u0634\u06cc\u0646 \u062e\u06cc\u0627\u0637\u06cc\u060c \u062f\u0631 \u0641\u0627\u0631\u0633\u06cc \u062a\u0627\u062c\u06cc\u06a9\u06cc: \u0645\u0627\u0634\u06cc\u0646 \u062f\u0648\u0632\u0646\u062f\u06af\u06cc \u06cc\u06a9 \u0646\u0648\u0639 \u0645\u0627\u0634\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631\u0627\u06cc \u062f\u0648\u062e\u062a\u0646 \u067e\u0627\u0631\u0686\u0647\u060c \u0686\u0631\u0645\u060c \u0648 \u063a\u06cc\u0631\u0647 \u0628\u06a9\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f. \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u062f\u0631 \u062f\u0648\u0631\u0647 \u0627\u0646\u0642\u0644\u0627\u0628 \u0635\u0646\u0639\u062a\u06cc \u062c\u0647\u062a \u06a9\u0645 \u06a9\u0631\u062f\u0646 \u06a9\u0627\u0631 \u062f\u0633\u062a\u06cc \u0648 \u0633\u0631\u0639\u062a \u0628\u062e\u0634\u06cc\u062f\u0646 \u0628\u0647 \u0627\u0645\u0631 \u062a\u0648\u0644\u06cc\u062f \u0627\u062e\u062a\u0631\u0627\u0639 \u0634\u062f. \u0628\u0627 \u0627\u062e\u062a\u0631\u0627\u0639 \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u0627\u0632 \u062d\u062f\u0648\u062f \u0633\u0627\u0644 \u06f1\u06f8\u06f7\u06f0 \u062a\u0627 \u0628\u0647 \u0627\u0645\u0631\u0648\u0632\u060c \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0628\u0633\u06cc\u0627\u0631 \u0632\u06cc\u0627\u062f\u06cc \u062f\u0631 \u0635\u0646\u0639\u062a \u062f\u0648\u062e\u062a \u0648 \u062a\u0647\u06cc\u0647 \u0644\u0628\u0627\u0633 \u0627\u0646\u062c\u0627\u0645 \u0634\u062f. \u0633\u0627\u0632\u0648\u06a9\u0627\u0631 \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u0627\u0646\u0648\u0627\u0639 \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc: \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u062e\u0627\u0646\u06af\u06cc \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u0635\u0646\u0639\u062a\u06cc \u0647\u0631 \u062f\u0648 \u0646\u0648\u0639 \u0686\u0631\u062e \u0628\u0631\u0627\u06cc \u0627\u0646\u0648\u0627\u0639 \u062f\u0648\u062e\u062a\u0646 \u0645\u0648\u0631\u062f \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0642\u0631\u0627\u0631 \u0645\u06cc\u06af\u06cc\u0631\u0646\u062f \u062f\u0631 \u0627\u06cc\u0646 \u0628\u062e\u0634 \u0645\u06cc\u062e\u0648\u0627\u0647\u06cc\u0645 \u0628\u0647 \u062a\u0641\u0627\u0648\u062a \u0647\u0627\u06cc \u0627\u06cc\u0646 \u0686\u0631\u062e \u0647\u0627 \u0627\u0634\u0627\u0631\u0647 \u06a9\u0646\u06cc\u0645 \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u062e\u0627\u0646\u06af\u06cc \u0628\u06cc\u0634\u062a\u0631 \u0628\u0631\u0627\u06cc \u062f\u0648\u062e\u062a \u0628\u0627 \u062d\u062c\u0645 \u067e\u0627\u06cc\u06cc\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u0634\u0648\u062f \u0645\u0627\u0646\u0646\u062f \u062f\u0648\u062e\u062a \u062f\u0631\u0632 \u0648 \u0634\u06a9\u0627\u0641 \u0644\u0628\u0627\u0633 \u06cc\u0627 \u062f\u0648\u062e\u062a \u067e\u0627\u0631\u0686\u0647 \u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0636\u062e\u0627\u0645\u062a\u0634\u0627\u0646 \u06a9\u0645 \u0627\u0633\u062a. \u0627\u0648\u0644\u06cc\u0646 \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u0633\u0627\u062e\u062a\u0647 \u0634\u062e\u0635\u06cc \u0628\u0647 \u0646\u0627\u0645 \u062a\u0627\u0645\u06cc\u0633 \u0633\u0646\u062a \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0627\u0633\u062a. \u0648\u06cc \u0645\u0627\u0634\u06cc\u0646\u06cc \u062f\u0631 \u0633\u0627\u0644 \u06f1\u06f7\u06f9\u06f0 \u0628\u0647 \u062b\u0628\u062a \u0631\u0633\u0627\u0646\u06cc\u062f \u06a9\u0647 \u06a9\u0627\u0631\u0634 \u0628\u0633\u06cc\u0627\u0631 \u0634\u0628\u06cc\u0647 \u0628\u0647 \u062f\u0648\u062e\u062a \u0632\u0646\u062c\u06cc\u0631\u0647\u200c\u0627\u06cc \u0628\u0648\u062f. \u0627\u0644\u0628\u062a\u0647 \u0647\u062f\u0641 \u0627\u0632 \u0633\u0627\u062e\u062a \u0627\u06cc\u0646 \u0645\u0627\u0634\u06cc\u0646 \u0628\u06cc\u0634\u062a\u0631 \u062f\u0648\u062e\u062a\u0646 \u0686\u06cc\u0632\u0647\u0627\u06cc \u0686\u0631\u0645\u06cc \u0628\u0648\u062f. \u0627\u0645\u0627 \u0647\u0631\u06af\u0632 \u0627\u06cc\u0646 \u0648\u0633\u06cc\u0644\u0647 \u0645\u0648\u0631\u062f \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0642\u0631\u0627\u0631 \u0646\u06af\u0631\u0641\u062a \u0648 \u0645\u062e\u062a\u0631\u0639 \u0627\u06cc\u0646 \u0627\u062b\u0631 \u0627\u0632 \u0627\u062e\u062a\u0631\u0627\u0639 \u062e\u0648\u062f \u0633\u0648\u062f\u06cc \u0646\u0628\u0631\u062f. \n Question: \u0647\u062f\u0641 \u0627\u0632 \u0633\u0627\u062e\u062a \u0627\u0648\u0644\u06cc\u0646 \u0686\u0631\u062e \u062e\u06cc\u0627\u0637\u06cc \u0686\u0647 \u0628\u0648\u062f\u061f", "output": "\u062f\u0648\u062e\u062a\u0646 \u0686\u06cc\u0632\u0647\u0627\u06cc \u0686\u0631\u0645\u06cc", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u0628\u0627\u0644\u06af\u0631\u062f(\u0647\u0644\u06cc \u06a9\u0648\u067e\u062a\u0631)\u060c \u06cc\u06a9 \u0647\u0648\u0627\u06af\u0631\u062f \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631\u062e\u0627\u0633\u062a\u0646 \u0648 \u067e\u06cc\u0634\u200c\u0631\u0627\u0646\u0634 \u0622\u0646 \u0628\u0647\u200c\u0648\u0633\u06cc\u0644\u0647\u0654 \u062f\u0648 \u06cc\u0627 \u0686\u0646\u062f \u067e\u0631\u0648\u0627\u0646\u0647 \u0627\u0641\u0642\u06cc \u0628\u0632\u0631\u06af \u0635\u0648\u0631\u062a \u0645\u06cc\u200c\u06af\u06cc\u0631\u062f. \u0628\u0627\u0644\u06af\u0631\u062f\u0647\u0627 \u062f\u0631 \u06a9\u0644\u0627\u0633 \u0647\u0648\u0627\u06af\u0631\u062f\u0647\u0627\u06cc \u0628\u0627\u0644\u06af\u0631\u062f\u0627\u0646 \u062c\u0627\u06cc \u062f\u0627\u0631\u0646\u062f. \u0628\u0627\u0644\u06af\u0631\u062f \u0631\u0627 \u062f\u0631 \u0631\u062f\u0647\u0654 \u0647\u0648\u0627\u06af\u0631\u062f\u0647\u0627\u06cc \u0628\u0627\u0644\u200c\u0645\u062a\u062d\u0631\u06a9 \u0637\u0628\u0642\u0647\u200c\u0628\u0646\u062f\u06cc \u06a9\u0631\u062f\u0647\u200c\u0627\u0646\u062f \u062a\u0627 \u0628\u062a\u0648\u0627\u0646 \u0622\u0646\u200c\u0647\u0627 \u0631\u0627 \u0627\u0632 \u0647\u0648\u0627\u06af\u0631\u062f\u0647\u0627\u06cc \u062b\u0627\u0628\u062a\u200c\u0628\u0627\u0644 \u0645\u062a\u0645\u0627\u06cc\u0632 \u06a9\u0631\u062f. \u0628\u0627\u0644\u06af\u0631\u062f \u062f\u0631 \u062f\u0646\u06cc\u0627\u06cc \u0627\u0645\u0631\u0648\u0632 \u0627\u0632 \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u0648 \u067e\u0631\u0627\u0633\u062a\u0641\u0627\u062f\u0647\u200c\u062a\u0631\u06cc\u0646 \u0648\u0633\u0627\u06cc\u0644 \u062d\u0645\u0644 \u0648 \u0646\u0642\u0644 \u0628\u0647\u200c\u0634\u0645\u0627\u0631 \u0645\u06cc\u200c\u0622\u06cc\u062f. \u0627\u06cc\u0646 \u0648\u0633\u06cc\u0644\u0647 \u062f\u0631 \u0633\u0647 \u0645\u062d\u0648\u0631 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u062d\u0631\u06a9\u062a \u06a9\u0646\u062f. \u062e\u0644\u0628\u0627\u0646 \u0628\u0627\u0644\u06af\u0631\u062f \u0628\u0627\u06cc\u062f \u0627\u0632 \u062f\u0648 \u062f\u0633\u062a \u0648 \u062f\u0648 \u067e\u0627\u06cc \u062e\u0648\u062f \u0628\u0631\u0627\u06cc \u062e\u0644\u0628\u0627\u0646\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u062f\u060c \u06a9\u0647 \u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0646\u06cc\u0627\u0632 \u0628\u0647 \u0645\u0647\u0627\u0631\u062a \u0648 \u0642\u062f\u0631\u062a \u062a\u0641\u06a9\u0631 \u0628\u0627\u0644\u0627 \u062f\u0627\u0631\u062f. \u0647\u0645\u0627\u0646\u0646\u062f \u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632 \u0648\u0627\u0698\u0647\u200c\u0647\u0627\u06cc \u0627\u0631\u0648\u067e\u0627\u06cc\u06cc\u060c \u0648\u0627\u0698\u0647 \u0647\u0644\u06cc\u06a9\u0648\u067e\u062a\u0631 \u0646\u06cc\u0632 \u0627\u0632 \u0632\u0628\u0627\u0646 \u06cc\u0648\u0646\u0627\u0646\u06cc \u0633\u0631\u0686\u0634\u0645\u0647 \u0645\u06cc\u200c\u06af\u06cc\u0631\u062f. \u06a9\u0627\u0631\u0628\u0631\u062f \u067e\u0631\u0648\u0627\u0646\u0647\u200c\u0647\u0627\u06cc \u06af\u0631\u062f\u0627\u0646 \u0628\u0631\u0627\u06cc \u0631\u0633\u06cc\u062f\u0646 \u0634\u0628\u06cc\u0647\u200c\u0633\u0627\u0632\u06cc \u067e\u0631\u0648\u0627\u0632\u060c \u0627\u0632 \u0633\u062f\u0647 \u0686\u0647\u0627\u0631\u0645 \u067e\u06cc\u0634 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f \u0645\u0633\u06cc\u062d \u062f\u0631 \u0686\u06cc\u0646 \u0622\u063a\u0627\u0632 \u0634\u062f. \u0637\u0631\u062d \u0627\u0648\u0644\u06cc\u0647\u0654 \u0633\u0627\u062e\u062a \u0628\u0627\u0644\u06af\u0631\u062f \u0631\u0627 \u0686\u06cc\u0646\u06cc\u200c\u0647\u0627 \u0628\u0631\u0627\u06cc \u0633\u0627\u062e\u062a \u0627\u0633\u0628\u0627\u0628\u200c\u0628\u0627\u0632\u06cc\u200c\u0647\u0627\u06cc \u0641\u0631\u0632\u0646\u062f\u0627\u0646\u0634\u0627\u0646 \u0628\u0647 \u06a9\u0627\u0631 \u0628\u0631\u062f\u0646\u062f. \u0627\u0633\u0628\u0627\u0628\u200c\u0628\u0627\u0632\u06cc\u200c\u0647\u0627\u06cc \u06a9\u0648\u062f\u06a9\u0627\u0646 \u0628\u0627 \u0686\u0648\u0628 \u0628\u0627\u0645\u0628\u0648 \u06a9\u0647 \u0627\u0645\u0631\u0648\u0632\u0647 \u00ab\u0628\u0627\u0645\u0628\u0648 \u06a9\u0627\u067e\u062a\u0631\u00bb \u0646\u0627\u0645\u06cc\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u0628\u0631\u0627\u06cc \u0633\u0631\u06af\u0631\u0645 \u06a9\u0631\u062f\u0646 \u06a9\u0648\u062f\u06a9\u0627\u0646 \u0628\u0647\u200c\u06a9\u0627\u0631 \u0645\u06cc\u200c\u0631\u0641\u062a\u0646\u062f. \u0641\u06cc\u0644\u0633\u0648\u0641 \u0686\u06cc\u0646\u06cc \u00ab\u062c\u06cc \u0647\u0627\u0646\u06af\u00bb \u062f\u0631 \u0633\u0627\u0644 \u06f3\u06f1\u06f7 \u0645\u06cc\u0644\u0627\u062f\u06cc \u062f\u0631 \u06a9\u062a\u0627\u0628 \u062e\u0648\u062f \u06a9\u0647 \u00ab\u0628\u0627\u0626\u0648\u067e\u0648\u0632\u06cc\u00bb \u0646\u0627\u0645 \u062f\u0627\u0631\u062f \u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0628\u0627\u0644\u06af\u0631\u062f \u0645\u0637\u0627\u0644\u0628\u06cc \u0646\u0648\u0634\u062a\u0647\u200c\u0627\u0633\u062a. \n Question: \u0647\u0644\u06cc \u06a9\u0648\u067e\u062a\u0631 \u0686\u06cc\u0633\u062a\u061f", "output": "\u06cc\u06a9 \u0647\u0648\u0627\u06af\u0631\u062f \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631\u062e\u0627\u0633\u062a\u0646 \u0648 \u067e\u06cc\u0634\u200c\u0631\u0627\u0646\u0634 \u0622\u0646 \u0628\u0647\u200c\u0648\u0633\u06cc\u0644\u0647\u0654 \u062f\u0648 \u06cc\u0627 \u0686\u0646\u062f \u067e\u0631\u0648\u0627\u0646\u0647 \u0627\u0641\u0642\u06cc \u0628\u0632\u0631\u06af \u0635\u0648\u0631\u062a \u0645\u06cc\u200c\u06af\u06cc\u0631\u062f.", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible.", "input": "\u0627\u0628\u0631\u0634\u0631\u06a9\u062a \u0633\u0648\u0646\u06cc \u0627\u0628\u0631\u0634\u0631\u06a9\u062a \u062e\u0648\u0634\u0647\u200c\u0627\u06cc \u0698\u0627\u067e\u0646\u06cc \u0648 \u0686\u0646\u062f\u0645\u0644\u06cc\u062a\u06cc \u0627\u0633\u062a\u060c \u06a9\u0647 \u062f\u0631 \u0632\u0645\u06cc\u0646\u0647 \u062a\u0648\u0644\u06cc\u062f \u0644\u0648\u0627\u0632\u0645 \u0627\u0644\u06a9\u062a\u0631\u0648\u0646\u06cc\u06a9\u06cc\u060c \u0635\u0646\u0639\u062a \u0628\u0627\u0632\u06cc\u200c\u0647\u0627\u06cc \u0648\u06cc\u062f\u0626\u0648\u06cc\u06cc \u0648 \u062a\u062c\u0647\u06cc\u0632\u0627\u062a \u0633\u0631\u06af\u0631\u0645\u06cc\u060c \u0635\u0646\u0639\u062a \u0645\u0648\u0633\u06cc\u0642\u06cc \u0648 \u0641\u06cc\u0644\u0645\u060c \u0647\u0645\u0686\u0646\u06cc\u0646 \u0627\u0631\u0627\u0626\u0647 \u062e\u062f\u0645\u0627\u062a \u0645\u0627\u0644\u06cc \u0641\u0639\u0627\u0644\u06cc\u062a \u0645\u06cc\u200c\u06a9\u0646\u062f. \u0627\u0628\u0631\u0634\u0631\u06a9\u062a \u0633\u0648\u0646\u06cc \u062f\u0631 \u0633\u0627\u0644 \u06f1\u06f9\u06f4\u06f6 \u062a\u0648\u0633\u0637 \u0645\u0627\u0633\u0627\u0631\u0648 \u0627\u06cc\u0628\u0648\u06a9\u0627 \u0648 \u0622\u06a9\u06cc\u0648 \u0645\u0648\u0631\u06cc\u062a\u0627 \u062a\u0623\u0633\u06cc\u0633 \u0634\u062f. \u0627\u06cc\u0646 \u0627\u0628\u0631\u0634\u0631\u06a9\u062a \u0627\u0645\u0631\u0648\u0632\u0647 \u062f\u0631 \u06a9\u0646\u0627\u0631 \u0631\u0642\u0628\u0627\u06cc\u06cc \u0686\u0648\u0646 \u0633\u0627\u0645\u0633\u0648\u0646\u06af\u060c \u067e\u0627\u0646\u0627\u0633\u0648\u0646\u06cc\u06a9\u060c \u062a\u0648\u0634\u06cc\u0628\u0627\u060c \u0647\u06cc\u062a\u0627\u0686\u06cc \u0648 \u0627\u0644\u200c\u062c\u06cc \u06cc\u06a9\u06cc \u0627\u0632 \u0628\u0632\u0631\u06af\u062a\u0631\u06cc\u0646 \u062a\u0648\u0644\u06cc\u062f \u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0648\u0633\u0627\u06cc\u0644 \u0627\u0644\u06a9\u062a\u0631\u0648\u0646\u06cc\u06a9\u06cc \u062f\u0631 \u062c\u0647\u0627\u0646 \u0634\u0646\u0627\u062e\u062a\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0627\u0628\u0631\u0634\u0631\u06a9\u062a \u0633\u0648\u0646\u06cc \u0628\u0632\u0631\u06af\u062a\u0631\u06cc\u0646 \u062a\u0648\u0644\u06cc\u062f\u06a9\u0646\u0646\u062f\u0647 \u0633\u0646\u0633\u0648\u0631\u0647\u0627\u06cc \u062f\u0648\u0631\u0628\u06cc\u0646 \u0648 \u0647\u0645\u0686\u0646\u06cc\u0646 \u0628\u0632\u0631\u06af\u062a\u0631\u06cc\u0646 \u062a\u0644\u0648\u06cc\u0632\u06cc\u0648\u0646\u200c\u0647\u0627\u06cc \u0631\u062f\u0647\u200c\u0628\u0627\u0644\u0627 \u062f\u0631 \u062c\u0647\u0627\u0646 \u0628\u0647 \u0634\u0645\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f. \u0647\u0645\u0686\u0646\u06cc\u0646 \u062f\u0631 \u0635\u0646\u0639\u062a \u0633\u0631\u06af\u0631\u0645\u06cc\u060c \u0633\u0648\u0646\u06cc \u06af\u0631\u062f\u0627\u0646\u0646\u062f\u0647 \u0628\u0632\u0631\u06af\u062a\u0631\u06cc\u0646 \u062a\u062c\u0627\u0631\u062a \u0645\u0648\u0633\u06cc\u0642\u06cc \u062f\u0631 \u062c\u0647\u0627\u0646 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u0627\u0628\u0631\u0634\u0631\u06a9\u062a \u0647\u0645\u0686\u0646\u06cc\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0628\u0632\u0631\u06af\u062a\u0631\u06cc\u0646 \u0634\u0631\u06a9\u062a \u062f\u0631 \u0632\u0645\u06cc\u0646\u0647 \u0633\u0631\u06af\u0631\u0645\u06cc\u200c\u0647\u0627\u06cc \u0631\u0627\u06cc\u0627\u0646\u0647\u200c\u0627\u06cc \u0648 \u06cc\u06a9\u06cc \u0627\u0632 \u0631\u0647\u0628\u0631\u0627\u0646 \u0635\u0646\u0639\u062a \u0641\u06cc\u0644\u0645\u200c\u0633\u0627\u0632\u06cc \u0648 \u062a\u0644\u0648\u06cc\u0632\u06cc\u0648\u0646 \u062f\u0631 \u062c\u0647\u0627\u0646 \u0634\u0646\u0627\u062e\u062a\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f. \u062f\u0641\u062a\u0631 \u0645\u0631\u06a9\u0632\u06cc \u0633\u0648\u0646\u06cc \u062f\u0631 \u0634\u0647\u0631 \u0645\u06cc\u0646\u0627\u062a\u0648\u060c \u062a\u0648\u06a9\u06cc\u0648 \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u062f. \u0627\u0628\u0631\u0634\u0631\u06a9\u062a \u0633\u0648\u0646\u06cc \u062f\u0627\u0631\u0627\u06cc \u062a\u0639\u062f\u0627\u062f \u0632\u06cc\u0627\u062f\u06cc \u0634\u0631\u06a9\u062a \u062a\u0627\u0628\u0639\u0647\u060c \u0632\u06cc\u0631\u0645\u062c\u0645\u0648\u0639\u0647 \u0648 \u0641\u0631\u0639\u06cc \u0627\u0633\u062a \n Question: \u062f\u0641\u062a\u0631 \u0627\u0635\u0644\u06cc \u0633\u0648\u0646\u06cc \u06a9\u062c\u0627\u0633\u062a\u061f", "output": "\u062f\u0631 \u0634\u0647\u0631 \u0645\u06cc\u0646\u0627\u062a\u0648\u060c \u062a\u0648\u06a9\u06cc\u0648", "category": "Question Answering 1023.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u0634\u0631\u06cc\u0627\u0646\u200c\u0647\u0627\u06cc \u062f\u0633\u062a \u0622\u0632\u0645\u0648\u0646 \u0622\u0644\u0646 (\u0628\u0647 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc: Allen test) \u062f\u0631 \u067e\u0632\u0634\u06a9\u06cc \u0628\u0647 \u0631\u0648\u0634\u06cc \u0633\u0631\u06cc\u0639 \u0628\u0631\u0627\u06cc \u062f\u0631\u06a9 \u0645\u06cc\u0632\u0627\u0646 \u062e\u0648\u0646 \u0631\u0627\u062f\u06cc\u0627\u0644 \u062f\u0631 \u0628\u06cc\u0645\u0627\u0631 \u06af\u0641\u062a\u0647 \u0634\u062f\u0647 \u0648 \u0628\u0647\u062a\u0631\u06cc\u0646 \u062a\u0633\u062a \u067e\u06cc\u0634 \u0627\u0632 \u0627\u0646\u062c\u0627\u0645 \u0646\u0645\u0648\u0646\u0647\u200c\u06af\u06cc\u0631\u06cc \u062f\u0631 \u0633\u0646\u062c\u0634 \u06af\u0627\u0632 \u062e\u0648\u0646\u06cc \u0627\u0633\u062a. \u0628\u0631\u0627\u06cc \u0627\u0646\u062c\u0627\u0645 \u0627\u06cc\u0646 \u0622\u0632\u0645\u0648\u0646 \u0627\u0632 \u0628\u06cc\u0645\u0627\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u0645 \u0686\u0646\u062f \u0628\u0627\u0631 \u062f\u0633\u062a \u062e\u0648\u062f \u0631\u0627 \u0628\u0627\u0632 \u0648 \u0628\u0633\u062a\u0647 \u0648 \u0633\u067e\u0633 \u0628\u0647 \u0635\u0648\u0631\u062a \u0645\u0634\u062a \u0634\u062f\u0647 \u0646\u06af\u0647 \u062f\u0627\u0631\u062f. \u062f\u0631 \u062d\u0627\u0644\u06cc\u200c\u06a9\u0647 \u0628\u0627 \u062f\u0648 \u0627\u0646\u06af\u0634\u062a \u0631\u0648\u06cc \u0645\u0633\u06cc\u0631 \u0634\u0631\u06cc\u0627\u0646 \u0631\u0627\u062f\u06cc\u0627\u0644 \u0628\u06cc\u0645\u0627\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u0645\u06cc\u200c\u062f\u0647\u06cc\u0645 \u0627\u0632 \u0628\u06cc\u0645\u0627\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u0645 \u06a9\u0647 \u0645\u0634\u062a \u062e\u0648\u062f \u0631\u0627 \u0628\u0627\u0632 \u06a9\u0646\u062f \u0648 \u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0627\u0646\u06af\u0634\u062a \u062e\u0648\u062f \u0631\u0627 \u0627\u0632 \u0631\u0648\u06cc \u0634\u0631\u06cc\u0627\u0646 \u0628\u0631 \u0645\u06cc\u200c\u062f\u0627\u0631\u06cc\u0645\u060c \u062f\u0631 \u0635\u0648\u0631\u062a\u06cc \u06a9\u0647 \u06a9\u0641 \u062f\u0633\u062a \u062f\u0631 \u0639\u0631\u0636 \u06f1\u06f5 \u062b\u0627\u0646\u06cc\u0647 \u06cc\u0627 \u06a9\u0645\u062a\u0631 \u067e\u0631 \u062e\u0648\u0646 \u0648 \u0627\u0632 \u062d\u0627\u0644\u062a \u0631\u0646\u06af \u067e\u0631\u06cc\u062f\u06af\u06cc \u062e\u0627\u0631\u062c \u0634\u0648\u062f \u062a\u0633\u062a \u0622\u0644\u0646 \u0631\u0627 \u0645\u062b\u0628\u062a \u062a\u0644\u0642\u06cc \u0646\u0645\u0648\u062f\u0647 \u0648 \u0627\u0632 \u0634\u0631\u06cc\u0627\u0646 \u0631\u0627\u062f\u06cc\u0627\u0644 \u0646\u0645\u0648\u0646\u0647\u200c\u06af\u06cc\u0631\u06cc \u06af\u0627\u0632\u0648\u0645\u062a\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc\u200c\u062f\u0647\u06cc\u0645 \u0648 \u0645\u062b\u0628\u062a \u0628\u0648\u062f\u0646 \u062a\u0633\u062a \u0631\u0627 \u062f\u0631 \u067e\u0631\u0648\u0646\u062f\u0647 \u0628\u06cc\u0645\u0627\u0631 \u062b\u0628\u062a \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645. \u0627\u0646\u062c\u0627\u0645 \u0627\u06cc\u0646 \u062a\u0633\u062a \u0628\u0631\u0627\u06cc \u06cc\u06a9\u0628\u0627\u0631 \u06a9\u0627\u0641\u06cc\u0633\u062a \u0648 \u062f\u0631 \u0637\u0648\u0644 \u0628\u0633\u062a\u0631\u06cc \u0646\u06cc\u0627\u0632\u06cc \u0628\u0647 \u062a\u06a9\u0631\u0627\u0631 \u0646\u062f\u0627\u0631\u062f.\u0646\u0645\u0648\u0646\u0647\u0654 \u0627\u0648\u0644\u06cc\u0647\u0654 \u0627\u06cc\u0646 \u0622\u0632\u0645\u0648\u0646 \u062f\u0631 \u0633\u0627\u0644 \u06f1\u06f9\u06f2\u06f9 \u0645\u06cc\u0644\u0627\u062f\u06cc \u062a\u0648\u0633\u0637 \u0627\u062f\u06af\u0627\u0631 \u0648\u0646 \u0646\u0627\u06cc\u0632 \u0622\u0644\u0646 \u062a\u0648\u0635\u06cc\u0641 \u0648 \u0627\u0628\u062f\u0627\u0639 \u0634\u062f. \n Question: \u0622\u0632\u0645\u0648\u0646 \u0622\u0644\u0646 \u062f\u0631 \u0641\u06cc\u0632\u06cc\u06a9 \u0686\u06af\u0648\u0646\u0647 \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc \u0634\u0648\u062f\u061f", "output": "False", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u062f\u0631 \u06af\u0630\u0634\u062a\u0647 \u0627\u0632 \u0648\u0627\u0698\u0647 \u0633\u06cc\u0645 \u0628\u0631\u0627\u06cc \u0646\u0627\u0645\u06cc\u062f\u0646 \u0627\u06cc\u0646 \u0641\u0644\u0632 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u0634\u062f. \u0646\u0642\u0631\u0647 \u06cc\u0627 \u0633\u06cc\u0645 \u06cc\u06a9 \u0639\u0646\u0635\u0631 \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc \u0628\u0627 \u0639\u0644\u0627\u0645\u062a Ag \u0627\u0633\u062a. \u0646\u0642\u0631\u0647 \u0641\u0644\u0632\u06cc \u0646\u0631\u0645\u060c \u0633\u0641\u06cc\u062f\u0631\u0646\u06af\u060c \u0628\u0631\u0627\u0642 \u0648 \u062c\u0630\u0627\u0628 \u0627\u0633\u062a \u06a9\u0647 \u062f\u0631 \u0628\u06cc\u0646 \u062a\u0645\u0627\u0645 \u0639\u0646\u0627\u0635\u0631\u060c \u0628\u0627\u0644\u0627\u062a\u0631\u06cc\u0646 \u0645\u06cc\u0632\u0627\u0646 \u0631\u0633\u0627\u0646\u0627\u06cc\u06cc \u0627\u0644\u06a9\u062a\u0631\u06cc\u06a9\u06cc \u0648 \u062f\u0631 \u0628\u06cc\u0646 \u062a\u0645\u0627\u0645 \u0641\u0644\u0632\u0627\u062a \u0628\u06cc\u0634\u062a\u0631\u06cc\u0646 \u0645\u06cc\u0632\u0627\u0646 \u0631\u0633\u0627\u0646\u0627\u06cc\u06cc \u06af\u0631\u0645\u0627\u06cc\u06cc \u0631\u0627 \u062f\u0627\u0631\u062f. \u0646\u0642\u0631\u0647 \u062f\u0631 \u0637\u0628\u06cc\u0639\u062a \u0647\u0645 \u0628\u0647 \u0635\u0648\u0631\u062a \u062e\u0627\u0644\u0635 \u0648 \u0647\u0645 \u0628\u0647 \u0635\u0648\u0631\u062a \u0622\u0644\u06cc\u0627\u0698 \u0637\u0628\u06cc\u0639\u06cc \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0637\u0644\u0627 \u0648 \u062f\u06cc\u06af\u0631 \u0641\u0644\u0632\u0627\u062a \u0648 \u0647\u0645 \u062f\u0631 \u0628\u0631\u062e\u06cc \u0633\u0646\u06af\u200c\u0647\u0627\u06cc \u0645\u0639\u062f\u0646\u06cc \u06cc\u0627\u0641\u062a \u0645\u06cc\u200c\u0634\u0648\u062f. \u0628\u06cc\u0634\u062a\u0631\u06cc\u0646 \u062a\u0648\u0644\u06cc\u062f \u0646\u0642\u0631\u0647 \u062c\u0647\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062c\u0627\u0646\u0628\u06cc \u0627\u0632 \u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0645\u0633\u060c \u0646\u06cc\u06a9\u0644\u060c \u0633\u0631\u0628 \u0648 \u0631\u0648\u06cc \u0628\u0647 \u062f\u0633\u062a \u0645\u06cc\u200c\u0622\u06cc\u062f. \u0646\u0645\u06a9\u200c\u0647\u0627\u06cc \u0645\u062d\u0644\u0648\u0644 \u0646\u0642\u0631\u0647 \u0628\u0647 \u0648\u06cc\u0698\u0647 AgNO3\u060c \u0628\u0627 \u063a\u0644\u0638\u062a \u0628\u06cc\u0634 \u0627\u0632 \u06f2 \u06af\u0631\u0645 (\u06f0\u066b\u06f0\u06f7\u06f0 \u0627\u0648\u0632) \u06a9\u0634\u0646\u062f\u0647 \u0647\u0633\u062a\u0646\u062f. \u062a\u0631\u06a9\u06cc\u0628\u0627\u062a \u0646\u0642\u0631\u0647 \u0628\u0647 \u0622\u0647\u0633\u062a\u06af\u06cc \u062a\u0648\u0633\u0637 \u0628\u0627\u0641\u062a\u200c\u0647\u0627\u06cc \u0628\u062f\u0646 \u062c\u0630\u0628 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u0648 \u067e\u06cc\u06af\u0645\u0627\u0646\u200c\u0647\u0627\u06cc\u06cc \u0622\u0628\u06cc \u06cc\u0627 \u0633\u06cc\u0627\u0647 \u062f\u0631 \u067e\u0648\u0633\u062a \u0627\u06cc\u062c\u0627\u062f \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u0622\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0645\u0639\u0645\u0648\u0644\u06cc \u0628\u0627 \u067e\u0648\u0634\u0627\u0646\u062f\u0646 \u0634\u06cc\u0634\u0647 \u0628\u0627 \u0644\u0627\u06cc\u0647\u200c\u0627\u06cc \u0627\u0632 \u0622\u0644\u0648\u0645\u06cc\u0646\u06cc\u0648\u0645 \u06cc\u0627 \u062c\u06cc\u0648\u0647 \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u0627\u0645\u0627 \u0622\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0642\u062f\u0631\u062a \u0627\u0646\u0639\u06a9\u0627\u0633 \u0628\u0627\u0644\u0627\u06cc\u06cc \u062f\u0627\u0631\u0646\u062f \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0628\u0627 \u0644\u0627\u06cc\u0647\u200c\u0627\u06cc \u0627\u0632 \u0646\u0642\u0631\u0647 \u062f\u0631 \u067e\u0634\u062a \u0622\u0646\u200c\u0647\u0627 \u0633\u0627\u062e\u062a\u0647 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f. \u062a\u0627\u062b\u06cc\u0631 \u0628\u0631 \u0645\u062d\u06cc\u0637\u200c\u0632\u06cc\u0633\u062a: AgNO3 \u062e\u0627\u0635\u06cc\u062a \u062e\u0648\u0631\u0646\u062f\u06af\u06cc \u062f\u0627\u0631\u062f \u0648 \u0636\u0631\u0648\u0631\u06cc \u0627\u0633\u062a \u062f\u0631 \u0647\u0646\u06af\u0627\u0645 \u0645\u0635\u0631\u0641 \u0627\u0632 \u062f\u0633\u062a\u06a9\u0634 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f \u0648 \u0627\u06cc\u0646 \u0645\u0627\u062f\u0647 \u0627\u0632 \u0645\u0648\u0627\u062f \u0645\u062e\u0631\u0628 \u0645\u062d\u06cc\u0637\u200c\u0632\u06cc\u0633\u062a \u0628\u0647 \u062d\u0633\u0627\u0628 \u0645\u06cc\u200c\u0622\u06cc\u062f \u0648 \u0644\u0627\u0632\u0645 \u0627\u0633\u062a \u0627\u0632 \u0648\u0631\u0648\u062f \u0622\u0646 \u0628\u0647 \u0645\u062d\u06cc\u0637\u200c\u0632\u06cc\u0633\u062a \u062c\u0644\u0648\u06af\u06cc\u0631\u06cc \u0634\u0648\u062f. \n Question: \u0686\u0631\u0627 \u062f\u0631 \u0633\u0627\u062e\u062a\u0646 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0622\u06cc\u0646\u0647\u200c\u0647\u0627 \u0627\u0632 \u0646\u0642\u0631\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f\u061f", "output": "True", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u0622\u0631\u06af\u0648\u0646 \u0628\u0627 \u0639\u0644\u0627\u0645\u062a \u0627\u062e\u062a\u0635\u0627\u0631\u06cc \u0627\u06cc \u0622\u0631 \u062f\u0631 \u062c\u062f\u0648\u0644 \u0639\u0646\u0627\u0635\u0631 \u062f\u0627\u0631\u0627\u06cc \u0639\u062f\u062f \u0627\u062a\u0645\u06cc \u06f1\u06f8 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u0639\u0646\u0635\u0631 \u062f\u0631 \u06af\u0631\u0648\u0647 \u06f1\u06f8 (\u06af\u0627\u0632\u0647\u0627\u06cc \u0646\u062c\u06cc\u0628) \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u062f. \u0627\u0632 \u0627\u06cc\u0646 \u0631\u0648\u060c \u0647\u06cc\u0686 \u062a\u0631\u06a9\u06cc\u0628\u06cc \u0627\u0632 \u0622\u0646 \u0628\u0647 \u0635\u0648\u0631\u062a \u0637\u0628\u06cc\u0639\u06cc \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f. \u06af\u0627\u0632 \u0622\u0631\u06af\u0648\u0646 \u062f\u0631 \u0647\u0648\u0627\u06a9\u0631\u0647(\u0627\u062a\u0645\u0633\u0641\u0631) \u0632\u0645\u06cc\u0646 \u062a\u0627 \u062d\u062f\u0648\u062f \u06f1\u066a \u0645\u0648\u062c\u0648\u062f \u0627\u0633\u062a. \u0628\u06cc\u0634\u062a\u0631 \u0627\u06cc\u0646 \u062d\u062c\u0645 \u0622\u0631\u06af\u0648\u0646\u060c \u0622\u0631\u06af\u0648\u0646-\u06f4\u06f0 \u0627\u0633\u062a \u06a9\u0647 \u0627\u0632 \u0648\u0627\u067e\u0627\u0634\u06cc \u067e\u062a\u0627\u0633\u06cc\u0645-\u06f4\u06f0 \u062f\u0631 \u062c\u0648 \u0628\u0631 \u0627\u062b\u0631 \u067e\u0631\u062a\u0648\u0647\u0627\u06cc \u06a9\u06cc\u0647\u0627\u0646\u06cc \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647\u200c\u0627\u0633\u062a. \u062f\u0631 \u062c\u0647\u0627\u0646\u060c \u0622\u0631\u06af\u0648\u0646-\u06f3\u06f6 \u0628\u0633\u06cc\u0627\u0631 \u0641\u0631\u0627\u0648\u0627\u0646\u200c\u062a\u0631 \u0627\u0632 \u0622\u0631\u06af\u0648\u0646-\u06f4\u06f0 \u0627\u0633\u062a. \u0632\u06cc\u0631\u0627 \u0627\u0632 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0633\u0646\u062a\u0632 \u0647\u0633\u062a\u0647\u200c\u0627\u06cc \u0633\u062a\u0627\u0631\u0647\u200c\u0627\u06cc \u062f\u0631 \u0627\u0628\u0631\u0646\u0648\u0627\u062e\u062a\u0631\u0647\u0627 \u0645\u06cc\u200c\u0628\u0627\u0634\u062f. \u0622\u0631\u06af\u0648\u0646 \u0627\u0632 \u0648\u0627\u0698\u0647\u200c\u0627\u06cc \u06cc\u0648\u0646\u0627\u0646\u06cc \u0628\u0647 \u0645\u0639\u0646\u06cc \u062a\u0646\u0628\u0644 \u06cc\u0627 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u06af\u0631\u0641\u062a\u0647 \u0634\u062f\u0647\u200c\u0627\u0633\u062a. \u062f\u0644\u06cc\u0644 \u0627\u06cc\u0646 \u0646\u0627\u0645\u200c\u06af\u0630\u0627\u0631\u06cc\u060c \u0628\u06cc\u200c\u0627\u062b\u0631 \u0628\u0648\u062f\u0646 \u0622\u0631\u06af\u0648\u0646 \u0648 \u0639\u062f\u0645 \u0641\u0639\u0627\u0644\u06cc\u062a \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc \u0622\u0646 \u0627\u0633\u062a. \u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0635\u0646\u0639\u062a\u06cc\u060c \u0622\u0631\u06af\u0648\u0646 \u0631\u0627 \u0628\u0647 \u0631\u0648\u0634 \u062a\u0642\u0637\u06cc\u0631 \u062c\u0632\u0621 \u0628\u0647 \u062c\u0632\u0621\u060c \u0627\u0632 \u0647\u0648\u0627\u06cc \u0645\u0627\u06cc\u0639 \u062c\u062f\u0627\u0633\u0627\u0632\u06cc \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u0622\u0631\u06af\u0648\u0646 \u0628\u0631\u0627\u06cc \u0628\u0647 \u0648\u062c\u0648\u062f \u0622\u0648\u0631\u062f\u0646 \u0646\u0648\u0631\u0647\u0627\u06cc \u0632\u0646\u062f\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0647\u0645\u0686\u0646\u06cc\u0646 \u062f\u0627\u0631\u0627\u06cc \u0645\u0635\u0627\u0631\u0641\u06cc \u062f\u0631 \u0635\u0646\u0627\u06cc\u0639 \u062c\u0648\u0634\u06a9\u0627\u0631\u06cc\u060c \u0637\u06cc\u0641\u200c\u0628\u06cc\u0646\u06cc \u0648 \u062a\u0648\u0644\u06cc\u062f \u062a\u06cc\u062a\u0627\u0646\u06cc\u0648\u0645 \u0646\u06cc\u0632 \u0645\u06cc\u200c\u0628\u0627\u0634\u062f. \u0647\u0646\u0631\u06cc \u06a9\u0627\u0648\u0646\u062f\u06cc\u0634 \u062f\u0631 \u0633\u0627\u0644 \u06f1\u06f7\u06f8\u06f5 \u0627\u062d\u062a\u0645\u0627\u0644 \u0648\u062c\u0648\u062f \u0622\u0631\u06af\u0648\u0646 \u062f\u0631 \u0647\u0648\u0627 \u0631\u0627 \u06af\u0632\u0627\u0631\u0634 \u06a9\u0631\u062f\u061b \u0648\u0644\u06cc \u0628\u0631\u0627\u06cc \u0646\u062e\u0633\u062a\u06cc\u0646 \u0628\u0627\u0631\u060c \u062c\u0627\u0646 \u0627\u0633\u062a\u0631\u0627\u062a \u0648 \u0648\u06cc\u0644\u06cc\u0627\u0645 \u0631\u0645\u0632\u06cc \u062f\u0631 \u06f1\u06f8\u06f9\u06f4 \u062a\u0648\u0627\u0646\u0633\u062a\u0646\u062f \u0622\u0631\u06af\u0648\u0646 \u0631\u0627 \u0627\u0632 \u0647\u0648\u0627 \u062c\u062f\u0627\u0633\u0627\u0632\u06cc \u06a9\u0646\u0646\u062f. \n Question: \u0633\u0647\u0645 \u0622\u0631\u06af\u0648\u0646 \u062f\u0631 \u0632\u0645\u06cc\u0646 \u0686\u0642\u062f\u0631\u0647\u061f", "output": "True", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u062f\u0631 \u0634\u06cc\u0645\u06cc \u0628\u0647 \u0647\u0631 \u062a\u0631\u06a9\u06cc\u0628 \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc \u06a9\u0647 \u06cc\u06a9 \u06af\u0631\u0648\u0647\u0650 \u0647\u06cc\u062f\u0631\u06a9\u0633\u06cc\u0644 (\u200e-OH\u200f) \u0645\u062a\u0635\u0644 \u0628\u0647 \u06a9\u0631\u0628\u0646 \u06cc\u06a9 \u0622\u0644\u06a9\u06cc\u0644 \u062f\u0627\u0634\u062a\u0647\u200c\u0628\u0627\u0634\u062f\u060c \u0627\u0644\u06a9\u0644 \u06af\u0648\u06cc\u0646\u062f. \u0628\u0647\u200c\u0637\u0648\u0631 \u06a9\u0644\u06cc\u060c \u0632\u0645\u0627\u0646\u06cc \u06a9\u0647 \u0646\u0627\u0645 \u0627\u0644\u06a9\u0644 \u0628\u0647 \u062a\u0646\u0647\u0627\u06cc\u06cc \u0628\u0647 \u06a9\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f\u060c \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0645\u0646\u0638\u0648\u0631 \u0627\u062a\u0627\u0646\u0648\u0644 \u0627\u0633\u062a \u06a9\u0647 \u0647\u0645\u0627\u0646 \u0627\u0644\u06a9\u0644 \u06af\u0631\u0641\u062a\u0647\u200c\u0634\u062f\u0647 \u0627\u0632 \u062c\u0648 \u06cc\u0627 \u0639\u0631\u0642 \u06cc\u0627 \u0647\u0645\u0627\u0646 \u0645\u0634\u0631\u0648\u0628\u0627\u062a \u0627\u0644\u06a9\u0644\u06cc \u0645\u06cc\u200c\u0628\u0627\u0634\u062f. \u0627\u062a\u0627\u0646\u0648\u0644 \u0645\u0627\u06cc\u0639\u06cc \u0628\u06cc\u200c\u0631\u0646\u06af \u0648 \u0641\u0631\u0627\u0631 \u0648\u0628\u0627 \u0628\u0648\u06cc\u06cc \u0628\u0633\u06cc\u0627\u0631 \u062a\u0646\u062f \u0627\u0633\u062a \u06a9\u0647 \u0627\u0632 \u062a\u062e\u0645\u06cc\u0631 \u0634\u06a9\u0631\u0647\u0627 \u0628\u0647 \u062f\u0633\u062a \u0645\u06cc\u200c\u0622\u06cc\u062f. \u0627\u0644\u06a9\u0644 \u0631\u0627 \u0632\u06a9\u0631\u06cc\u0627\u06cc \u0631\u0627\u0632\u06cc \u067e\u0632\u0634\u06a9 \u0627\u06cc\u0631\u0627\u0646\u06cc \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06cc\u06a9 \u062a\u0631\u06a9\u06cc\u0628 \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc \u06a9\u0634\u0641 \u06a9\u0631\u062f. \u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u0627\u06cc\u0646 \u06a9\u0647 \u067e\u06cc\u0648\u0646\u062f \u0628\u06cc\u0646 \u0627\u0644\u06a9\u0644\u200c\u0647\u0627 \u0645\u0627\u0646\u0646\u062f \u0622\u0628\u060c \u067e\u06cc\u0648\u0646\u062f \u0647\u06cc\u062f\u0631\u0648\u0698\u0646\u06cc \u0627\u0633\u062a \u0628\u0647 \u0647\u0631 \u0627\u0646\u062f\u0627\u0632\u0647\u200c\u0627\u06cc \u062f\u0631 \u0622\u0628 \u062d\u0644 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0647\u0645\u0686\u0646\u06cc\u0646 \u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u0627\u06cc\u0646 \u06a9\u0647 \u0627\u0644\u06a9\u0644\u200c\u0647\u0627 \u0627\u0632 \u06cc\u06a9 \u0633\u0648 \u0628\u062e\u0634\u06cc \u0622\u0644\u06cc \u062f\u0627\u0634\u062a\u0647 \u0648 \u0627\u0632 \u0633\u0648\u06cc \u062f\u06cc\u06af\u0631 \u06af\u0631\u0648\u0647 \u0647\u06cc\u062f\u0631\u0648\u06a9\u0633\u06cc\u0644 \u062f\u0627\u0631\u0646\u062f \u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632 \u0645\u0648\u0627\u062f \u0622\u0644\u06cc \u0631\u0627 \u0646\u06cc\u0632 \u062d\u0644 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u062f\u0648\u0645\u06cc\u0646 \u062d\u0644\u0627\u0644 \u0628\u0639\u062f \u0627\u0632 \u0622\u0628 \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0645\u0648\u0627\u062f \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc \u062f\u0631 \u0622\u0646 \u062d\u0644 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u0645\u062d\u0644\u0648\u0644 \u06cc\u062f \u062f\u0631 \u0645\u062d\u0644\u0648\u0644 \u0622\u0628 \u0648 \u0627\u0644\u06a9\u0644 \u0631\u0627 \u062a\u0646\u062a\u0648\u0631\u06cc\u062f \u0645\u06cc\u200c\u06af\u0648\u06cc\u0646\u062f \u0648 \u0628\u0631\u0627\u06cc \u06af\u0646\u062f\u0632\u062f\u0627\u06cc\u06cc \u0628\u0647 \u06a9\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u0646\u062f. \u0627\u0644\u06a9\u0644\u200c\u0647\u0627\u06cc \u062f\u06cc\u06af\u0631 \u0633\u0645\u06cc\u200c\u062a\u0631 \u0627\u0632 \u0627\u062a\u0627\u0646\u0648\u0644 \u0647\u0633\u062a\u0646\u062f\u060c\u0628\u0631\u0627\u06cc \u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0627\u0646\u0648\u0644\u060c \u06a9\u0647 \u0647\u0645\u0627\u0646 \u0627\u0644\u06a9\u0644 \u0686\u0648\u0628 \u0627\u0633\u062a\u060c \u0628\u0647 \u0648\u0633\u06cc\u0644\u0647\u0654 \u0622\u0646\u0632\u06cc\u0645\u200c\u0647\u0627 \u062f\u0631 \u062c\u06af\u0631 \u0627\u06a9\u0633\u0627\u06cc\u0634 \u0645\u06cc\u200c\u06cc\u0627\u0628\u062f \u0648 \u0645\u0627\u062f\u0647\u0654 \u0633\u0645\u06cc \u0641\u0631\u0645\u0627\u0644\u062f\u0647\u06cc\u062f \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u200c\u06a9\u0646\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0633\u0628\u0628 \u06a9\u0648\u0631\u06cc \u06cc\u0627 \u0645\u0631\u06af \u0634\u0648\u062f. \u0627\u0644\u06a9\u0644\u200c\u0647\u0627 \u062f\u0631 \u0645\u06cc\u0627\u0646 \u0647\u06cc\u062f\u0631\u0648\u06a9\u0631\u0628\u0646\u200c\u0647\u0627\u06cc \u0647\u0645 \u0648\u0632\u0646 \u062e\u0648\u062f \u062f\u0645\u0627\u06cc \u062c\u0648\u0634 \u0628\u0627\u0644\u0627\u062a\u0631\u06cc \u062f\u0627\u0631\u0646\u062f \u06a9\u0647 \u0622\u0646 \u0631\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0628\u0647 \u067e\u06cc\u0648\u0646\u062f \u0647\u06cc\u062f\u0631\u0648\u0698\u0646\u06cc \u0627\u0644\u06a9\u0644\u200c\u0647\u0627 \u062f\u0627\u0646\u0633\u062a. \n Question: \u06a9\u0627\u0631\u0628\u0631\u062f\u0647\u0627\u06cc \u0627\u0644\u06a9\u0644 \u0631\u0627 \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f\u061f", "output": "False", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u0641\u0635\u0644 \u0648 \u0633\u0646 \u0632\u0627\u062f\u0622\u0648\u0631\u06cc \u0628\u0632 \u0628\u0647 \u0622\u0628 \u0648 \u0647\u0648\u0627 \u060c \u0646\u0648\u0639 \u0648 \u0645\u06cc\u0632\u0627\u0646 \u063a\u0630\u0627 \u0648 \u0646\u0698\u0627\u062f \u0628\u0633\u062a\u06af\u06cc \u062f\u0627\u0631\u062f. \u062f\u0631 \u0645\u0646\u0627\u0637\u0642 \u06af\u0631\u0645\u0633\u06cc\u0631\u06cc \u0627\u0633\u062a\u0648\u0627\u06cc\u06cc \u0628\u0632 \u062f\u0631 \u062a\u0645\u0627\u0645 \u0637\u0648\u0644 \u0633\u0627\u0644 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0632\u0627\u062f \u0622\u0648\u0631\u06cc \u06a9\u0646\u062f. \u0627\u0645\u0627 \u062f\u0631 \u0645\u0646\u0627\u0637\u0642 \u0645\u0639\u062a\u062f\u0644 \u0648 \u0633\u0631\u062f \u0641\u0635\u0644 \u0632\u0627\u062f \u0622\u0648\u0631\u06cc \u0627\u0648\u0627\u062e\u0631 \u062a\u0627\u0628\u0633\u062a\u0627\u0646 \u062a\u0627 \u0627\u0648\u0627\u062e\u0631 \u0632\u0645\u0633\u062a\u0627\u0646 \u0627\u0633\u062a. \u0622\u063a\u0627\u0632 \u0633\u0646 \u0632\u0627\u062f\u0622\u0648\u0631\u06cc \u0628\u0632 \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0627\u0632 \u06f7 \u0645\u0627\u0647\u06af\u06cc \u062a\u0627 \u06f1\u06f9 \u0645\u0627\u0647\u06af\u06cc \u0627\u0633\u062a\u060c \u0627\u0645\u0627 \u0627\u063a\u0644\u0628 \u0628\u0632\u0647\u0627 \u062a\u0642\u0631\u06cc\u0628\u0627\u064b \u062f\u0631 \u06cc\u06a9 \u0633\u0627\u0644\u06af\u06cc \u0642\u0627\u062f\u0631 \u0628\u0647 \u062a\u0648\u0644\u06cc\u062f \u0645\u062b\u0644 \u0647\u0633\u062a\u0646\u062f. \u0639\u0645\u0631 \u0628\u0632 \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0645\u06cc\u0627\u0646 \u06f8 \u062a\u0627 \u06f1\u06f2 \u0633\u0627\u0644 \u0648 \u0628\u0637\u0648\u0631 \u0645\u062a\u0648\u0633\u0637 \u06f1\u06f0 \u0633\u0627\u0644 \u0627\u0633\u062a. \u0641\u0635\u0644 \u062a\u0648\u0644\u06cc\u062f \u0645\u062b\u0644 \u0628\u0632 \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0627\u0648\u0627\u062e\u0631 \u062a\u0627\u0628\u0633\u062a\u0627\u0646 \u0648 \u0627\u0648\u0627\u06cc\u0644 \u067e\u0627\u06cc\u06cc\u0632 \u0627\u0633\u062a. \u062f\u0648\u0631\u0647 \u0622\u0628\u0633\u062a\u0646\u06cc \u062a\u0642\u0631\u06cc\u0628\u0627\u064b \u067e\u0646\u062c \u0645\u0627\u0647 \u0627\u0633\u062a \u0648 \u0628\u0632\u063a\u0627\u0644\u0647\u200c\u0647\u0627 \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u062f\u0631 \u0627\u0633\u0641\u0646\u062f \u060c \u0641\u0631\u0648\u0631\u062f\u06cc\u0646 \u0648 \u0627\u0631\u062f\u06cc\u0628\u0647\u0634\u062a \u0645\u062a\u0648\u0644\u062f \u0645\u06cc\u200c\u0634\u0648\u0646\u062f. \u0628\u0632 \u06cc\u06a9 \u062a\u0627 \u062f\u0648 \u0648 \u06af\u0627\u0647\u06cc \u0633\u0647 \u0628\u0632\u063a\u0627\u0644\u0647 \u0645\u06cc\u200c\u0632\u0627\u06cc\u062f. \u0628\u0632\u063a\u0627\u0644\u0647 \u0628\u0633\u06cc\u0627\u0631 \u0686\u0627\u0644\u0627\u06a9 \u0648 \u0628\u0627\u0632\u06cc\u06af\u0648\u0634 \u0627\u0633\u062a \u0648 \u0686\u0646\u062f \u0633\u0627\u0639\u062a \u067e\u0633 \u0627\u0632 \u062a\u0648\u0644\u062f \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u0647\u0645\u0631\u0627\u0647 \u0645\u0627\u062f\u0631\u0634 \u062d\u0631\u06a9\u062a \u06a9\u0646\u062f. \u0628\u0632 \u0627\u0647\u0644\u06cc \u0646\u0698\u0627\u062f\u0647\u0627\u06cc \u06af\u0648\u0646\u0627\u06af\u0648\u0646 \u062f\u0627\u0631\u062f \u06a9\u0647 \u062f\u0631 \u0633\u0631\u0627\u0633\u0631 \u062c\u0647\u0627\u0646 \u067e\u0631\u0627\u06a9\u0646\u062f\u0647\u200c\u0627\u0646\u062f \u0648 \u0628\u0647 \u0627\u062d\u062a\u0645\u0627\u0644 \u0632\u06cc\u0627\u062f \u0645\u0646\u0634\u0623 \u0622\u0646\u0647\u0627 \u067e\u0627\u0632\u0646 \u06cc\u0627 \u0628\u0632 \u0648\u062d\u0634\u06cc \u0627\u06cc\u0631\u0627\u0646\u06cc \u0628\u0648\u062f\u0647\u200c\u0627\u0633\u062a. \u0627\u0645\u0631\u0648\u0632\u0647 \u0628\u06cc\u0634 \u0627\u0632 \u06f3\u06f0\u06f0 \u0646\u0698\u0627\u062f \u0628\u0632 \u0627\u0647\u0644\u06cc \u060c \u0628\u0627 \u0648\u06cc\u0698\u06af\u06cc\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641 \u060c \u062f\u0631 \u0633\u0631\u0627\u0633\u0631 \u062c\u0647\u0627\u0646 \u062f\u06cc\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u060c \u06a9\u0647 \u0634\u0645\u0627\u0631\u06cc \u0627\u0632 \u0622\u0646\u0647\u0627 \u0627\u0632 \u0646\u0638\u0631 \u0627\u0642\u062a\u0635\u0627\u062f\u06cc \u0648 \u0632\u0646\u062f\u06af\u06cc \u0627\u0646\u0633\u0627\u0646 \u0627\u0647\u0645\u06cc\u062a \u0641\u0631\u0627\u0648\u0627\u0646 \u062f\u0627\u0631\u062f. \u0645\u062b\u0644\u0627\u064b \u0646\u0698\u0627\u062f\u0647\u0627\u06cc \u0622\u0646\u0642\u0631\u0647 \u0648 \u06a9\u0634\u0645\u06cc\u0631 \u0631\u0627 \u0628\u0631\u0627\u06cc \u062a\u0648\u0644\u06cc\u062f \u06a9\u0631\u06a9 \u0648 \u0645\u0648\u06cc \u0622\u0646\u0647\u0627 \u0648 \u0646\u0698\u0627\u062f\u0647\u0627\u06cc \u0633\u0627\u0646\u0646 \u060c \u062a\u0648\u06af\u0646 \u0628\u0648\u0631\u06af \u0648 \u0686\u0646\u062f \u0646\u0698\u0627\u062f \u0627\u0635\u0644\u06cc \u062f\u06cc\u06af\u0631 \u0631\u0627 \u0628\u0631\u0627\u06cc \u062a\u0648\u0644\u06cc\u062f \u0634\u06cc\u0631 \u0641\u0631\u0627\u0648\u0627\u0646 \u0648 \u0628\u0639\u0636\u06cc \u0646\u0698\u0627\u062f\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06cc \u062a\u0648\u0644\u06cc\u062f \u06af\u0648\u0634\u062a \u067e\u0631\u0648\u0631\u0634 \u0645\u06cc\u200c\u062f\u0647\u0646\u062f. \n Question: \u0628\u0632 \u0628\u0627 \u0628\u0631\u0627\u062f\u0631 \u062e\u0648\u062f \u062f\u0631 \u06a9\u0648\u0647\u0633\u062a\u0627\u0646 \u0686\u0647 \u06a9\u0631\u062f\u061f", "output": "False", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u0647\u0646\u062f \u06cc\u0627 \u0647\u0646\u062f\u0648\u0633\u062a\u0627\u0646 \u0628\u0627 \u0646\u0627\u0645 \u0631\u0633\u0645\u06cc \u062c\u0645\u0647\u0648\u0631\u06cc \u0647\u0646\u062f\u0648\u0633\u062a\u0627\u0646 (\u0647\u0646\u062f\u06cc: \u092d\u093e\u0930\u0924 \u0917\u0923\u0930\u093e\u091c\u094d\u092f\u061b \u062a\u0644\u0641\u0638: \u0628\u0652\u0647\u064e\u0627\u0631\u064e\u062a\u0652 \u06af\u064e\u0646\u064e\u0631\u064e\u0627\u062c\u0652\u06cc\u064e\u0647) \u06a9\u0634\u0648\u0631\u06cc \u062f\u0631 \u062c\u0646\u0648\u0628 \u0622\u0633\u06cc\u0627 \u0627\u0633\u062a \u06a9\u0647 \u0628\u062e\u0634 \u06af\u0633\u062a\u0631\u062f\u0647\u200c\u0627\u06cc \u0627\u0632 \u0634\u0628\u0647 \u0642\u0627\u0631\u0647 \u0647\u0646\u062f \u0631\u0627 \u0634\u0627\u0645\u0644 \u0645\u06cc\u200c\u0634\u0648\u062f \u0648 \u067e\u0627\u06cc\u062a\u062e\u062a \u0622\u0646 \u062f\u0647\u0644\u06cc \u0646\u0648 \u0645\u06cc\u200c\u0628\u0627\u0634\u062f. \u0647\u0646\u062f \u0627\u0632 \u0634\u0645\u0627\u0644 \u063a\u0631\u0628\u06cc \u0628\u0627 \u067e\u0627\u06a9\u0633\u062a\u0627\u0646\u061b \u0627\u0632 \u0634\u0645\u0627\u0644 \u0628\u0627 \u0686\u06cc\u0646\u060c \u0628\u0648\u062a\u0627\u0646\u060c \u0646\u067e\u0627\u0644 \u0648 \u062a\u0628\u062a\u061b \u0648 \u0627\u0632 \u0634\u0645\u0627\u0644 \u0634\u0631\u0642\u06cc \u0628\u0627 \u0645\u06cc\u0627\u0646\u0645\u0627\u0631 \u0648 \u0628\u0646\u06af\u0644\u0627\u062f\u0634 \u0647\u0645\u0633\u0627\u06cc\u0647\u200c\u0627\u0633\u062a. \u0647\u0645\u0686\u0646\u06cc\u0646 \u0647\u0646\u062f \u0627\u0632 \u062e\u0627\u0648\u0631 \u0628\u0627 \u062e\u0644\u06cc\u062c \u0628\u0646\u06af\u0627\u0644\u060c \u0627\u0632 \u0628\u0627\u062e\u062a\u0631 \u0628\u0627 \u062f\u0631\u06cc\u0627\u06cc \u0639\u0645\u0627\u0646\u060c \u0648 \u0627\u0632 \u062c\u0646\u0648\u0628 \u0646\u06cc\u0632 \u0628\u0627 \u0627\u0642\u06cc\u0627\u0646\u0648\u0633 \u0647\u0646\u062f \u0645\u0631\u0632 \u0622\u0628\u06cc \u062f\u0627\u0631\u062f. \u067e\u0647\u0646\u0627\u0648\u0631\u06cc \u0647\u0646\u062f \u06f3\u066c\u06f2\u06f8\u06f7\u066c\u06f2\u06f6\u06f3 \u06a9\u06cc\u0644\u0648\u0645\u062a\u0631 \u0645\u0631\u0628\u0639 (\u0647\u0641\u062a\u0645 \u062f\u0631 \u062c\u0647\u0627\u0646) \u0627\u0633\u062a. \u0628\u06cc\u0634\u062a\u0631 \u0633\u0631\u0632\u0645\u06cc\u0646 \u0647\u0646\u062f \u067e\u0633\u062a \u0648 \u0647\u0645\u0648\u0627\u0631 \u0627\u0633\u062a \u0648 \u0631\u0634\u062a\u0647\u200c\u06a9\u0648\u0647 \u0647\u06cc\u0645\u0627\u0644\u06cc\u0627 \u06a9\u0647 \u062f\u0631 \u0634\u0645\u0627\u0644 \u06a9\u0634\u0648\u0631 \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u062f \u0628\u0627\u0639\u062b \u0634\u062f\u0647\u200c\u0627\u0633\u062a \u06a9\u0647 \u0631\u0637\u0648\u0628\u062a \u0648 \u0627\u0628\u0631\u0647\u0627\u06cc \u0628\u0627\u0631\u0627\u0646\u200c\u0632\u0627 \u0628\u0647 \u0634\u0645\u0627\u0644 \u0622\u0633\u06cc\u0627 \u0646\u0641\u0648\u0630 \u0646\u06a9\u0646\u062f \u0648 \u062f\u0631 \u0646\u062a\u06cc\u062c\u0647 \u0647\u0646\u062f \u06a9\u0634\u0648\u0631\u06cc \u067e\u0631\u0628\u0627\u0631\u0627\u0646 \u0648 \u0645\u0631\u0637\u0648\u0628 \u0648 \u062f\u0627\u0631\u0627\u06cc \u062e\u0627\u06a9 \u0628\u0633\u06cc\u0627\u0631 \u062d\u0627\u0635\u0644\u062e\u06cc\u0632 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u0645\u0648\u0636\u0648\u0639 \u0628\u0627\u0639\u062b \u0634\u062f\u0647\u200c\u0627\u0633\u062a \u06a9\u0647 \u0627\u06cc\u0646 \u06a9\u0634\u0648\u0631 \u0628\u062a\u0648\u0627\u0646\u062f \u062c\u0645\u0639\u06cc\u0651\u062a \u0628\u0633\u06cc\u0627\u0631\u06cc \u0631\u0627 \u062f\u0631 \u062e\u0648\u062f \u062c\u0627\u06cc \u062f\u0647\u062f. \u062c\u0645\u0639\u06cc\u062a \u0647\u0646\u062f \u06f1\u066c\u06f3\u06f6\u06f5\u066c\u06f3\u06f8\u06f0\u066c\u06f0\u06f0\u06f0 \u0646\u0641\u0631 \u0627\u0633\u062a \u06a9\u0647 \u062f\u0648\u0645\u06cc\u0646 \u06a9\u0634\u0648\u0631 \u067e\u0631\u062c\u0645\u0639\u06cc\u062a \u062f\u0646\u06cc\u0627 \u067e\u0633 \u0627\u0632 \u0686\u06cc\u0646 \u0628\u0647\u200c\u0634\u0645\u0627\u0631 \u0645\u06cc\u200c\u0622\u06cc\u062f. \u0628\u0646\u062f\u0631 \u0628\u0645\u0628\u0626\u06cc (\u0645\u0648\u0645\u0628\u0627\u0626\u06cc) \u0628\u0627 \u062c\u0645\u0639\u06cc\u062a\u06cc \u0646\u0632\u062f\u06cc\u06a9 \u0628\u0647 \u06f1\u06f4 \u0645\u06cc\u0644\u06cc\u0648\u0646 \u0646\u0641\u0631\u060c \u067e\u0631\u062c\u0645\u0639\u06cc\u062a\u200c\u062a\u0631\u06cc\u0646 \u0634\u0647\u0631 \u0647\u0646\u062f \u0627\u0633\u062a. \u0647\u0646\u062f \u0628\u06cc\u0634 \u0627\u0632 \u0633\u06cc \u0648 \u067e\u0646\u062c \u0634\u0647\u0631 \u0628\u0632\u0631\u06af \u0628\u0627 \u062c\u0645\u0639\u06cc\u062a \u0628\u0627\u0644\u0627\u06cc \u06cc\u06a9 \u0645\u06cc\u0644\u06cc\u0648\u0646 \u0646\u0641\u0631 \u062f\u0627\u0631\u062f. \n Question: \u0627\u0633\u0645 \u0631\u0633\u0645\u06cc \u0647\u0646\u062f \u0686\u06cc\u0633\u062a\u061f", "output": "True", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u0627\u0631\u0646\u0633\u062a\u0648 \u0686\u0647 \u06af\u0650\u0648\u0627\u0631\u0627 \u067e\u0632\u0634\u06a9\u060c \u0686\u0631\u06cc\u06a9\u060c \u062f\u06cc\u067e\u0644\u0645\u0627\u062a\u060c \u0646\u0638\u0631\u06cc\u0647\u200c\u067e\u0631\u062f\u0627\u0632 \u062c\u0646\u06af\u06cc \u0648 \u0627\u0646\u0642\u0644\u0627\u0628\u06cc \u0645\u0627\u0631\u06a9\u0633\u06cc\u0633\u062a \u0632\u0627\u062f\u0647\u0654 \u0622\u0631\u0698\u0627\u0646\u062a\u06cc\u0646 \u0648 \u06cc\u06a9\u06cc \u0627\u0632 \u0634\u062e\u0635\u06cc\u062a\u200c\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc \u0627\u0646\u0642\u0644\u0627\u0628 \u06a9\u0648\u0628\u0627 \u0628\u0648\u062f.\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06cc\u06a9 \u062f\u0627\u0646\u0634\u062c\u0648\u06cc \u062c\u0648\u0627\u0646 \u067e\u0632\u0634\u06a9\u06cc\u060c \u06af\u0648\u0627\u0631\u0627 \u062f\u0631 \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc \u062c\u0646\u0648\u0628\u06cc \u0631\u0627 \u0633\u0641\u0631 \u06a9\u0631\u062f \u0648 \u0628\u0627 \u0645\u0634\u0627\u0647\u062f\u0647 \u0641\u0642\u0631\u060c \u06af\u0631\u0633\u0646\u06af\u06cc \u0648 \u0628\u06cc\u0645\u0627\u0631\u06cc\u060c \u0631\u0648\u062d\u06cc\u0647 \u0645\u0628\u0627\u0631\u0632\u0647 \u062f\u0631 \u0648\u06cc \u067e\u062f\u06cc\u062f\u0627\u0631 \u0634\u062f. \u062a\u0645\u0627\u06cc\u0644 \u0631\u0648 \u0628\u0647 \u0641\u0632\u0648\u0646 \u0627\u0648 \u0628\u0631\u0627\u06cc \u0646\u0642\u0634\u200c\u0622\u0641\u0631\u06cc\u0646\u06cc \u062f\u0631 \u0645\u0628\u0627\u0631\u0632\u0647 \u0628\u0631\u0627\u06cc \u0633\u0631\u0646\u06af\u0648\u0646\u06cc \u0622\u0646\u0686\u0647 \u0627\u0633\u062a\u062b\u0645\u0627\u0631 \u06a9\u0627\u067e\u06cc\u062a\u0627\u0644\u06cc\u0633\u062a\u06cc \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc \u0644\u0627\u062a\u06cc\u0646 \u062a\u0648\u0633\u0637 \u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647 \u0622\u0645\u0631\u06cc\u06a9\u0627 \u0645\u06cc\u200c\u062f\u0627\u0646\u0633\u062a\u060c \u0627\u0648 \u0631\u0627 \u062a\u0631\u063a\u06cc\u0628 \u06a9\u0631\u062f \u062a\u0627 \u0628\u0627 \u0627\u0635\u0644\u0627\u062d\u0627\u062a \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u06af\u0648\u0627\u062a\u0645\u0627\u0644\u0627 \u062a\u062d\u062a \u0631\u06cc\u0627\u0633\u062a\u200c\u062c\u0645\u0647\u0648\u0631\u06cc \u062e\u0627\u06a9\u0648\u0628\u0648 \u0622\u0631\u0628\u0646\u0632 \u0647\u0645\u0631\u0627\u0647 \u0634\u0648\u062f\u060c \u0627\u0645\u0627 \u0637\u0648\u0644\u06cc \u0646\u06a9\u0634\u06cc\u062f \u06a9\u0647 \u0622\u0631\u0628\u0646\u0632 \u062f\u0631 \u0627\u062b\u0631 \u06a9\u0648\u062f\u062a\u0627\u06cc\u06cc \u06a9\u0647 \u0633\u0627\u0632\u0645\u0627\u0646 \u0633\u06cc\u0627 \u062f\u0631 \u062d\u0645\u0627\u06cc\u062a \u0627\u0632 \u06a9\u0645\u067e\u0627\u0646\u06cc \u06cc\u0648\u0646\u0627\u06cc\u062a\u062f \u0641\u0631\u0648\u062a \u062a\u0631\u062a\u06cc\u0628 \u062f\u0627\u062f\u0647 \u0628\u0648\u062f\u060c \u0645\u062c\u0628\u0648\u0631 \u0628\u0647 \u06a9\u0646\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u0634\u062f \u0648 \u0627\u06cc\u0646 \u0648\u0627\u0642\u0639\u0647 \u0627\u06cc\u062f\u0626\u0648\u0644\u0648\u0698\u06cc \u0633\u06cc\u0627\u0633\u06cc \u06af\u0648\u0627\u0631\u0627 \u0631\u0627 \u062a\u062d\u06a9\u06cc\u0645 \u06a9\u0631\u062f. \u067e\u0633 \u0627\u0632 \u0622\u0646 \u062f\u0631 \u0645\u06a9\u0632\u06cc\u06a9\u0648 \u0633\u06cc\u062a\u06cc \u0628\u0627 \u0631\u0627\u0626\u0648\u0644 \u0648 \u0641\u06cc\u062f\u0644 \u06a9\u0627\u0633\u062a\u0631\u0648 \u062f\u06cc\u062f\u0627\u0631 \u06a9\u0631\u062f \u0648 \u0628\u0647 \u062c\u0646\u0628\u0634 \u06f2\u06f6 \u0698\u0648\u0626\u06cc\u0647 \u0622\u0646\u200c\u0647\u0627 \u067e\u06cc\u0648\u0633\u062a \u0648 \u0628\u0627 \u0647\u062f\u0641 \u0633\u0631\u0646\u06af\u0648\u0646\u200c\u06a9\u0631\u062f\u0646 \u0641\u0648\u0644\u062e\u0646\u062b\u06cc\u0648 \u0628\u0627\u062a\u06cc\u0633\u062a\u0627\u060c \u062f\u06cc\u06a9\u062a\u0627\u062a\u0648\u0631 \u06a9\u0648\u0628\u0627 \u06a9\u0647 \u062a\u062d\u062a \u062d\u0645\u0627\u06cc\u062a \u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647 \u0628\u0648\u062f\u060c \u0628\u0627 \u06a9\u0634\u062a\u06cc \u06af\u0631\u0627\u0646\u0645\u0627 \u0639\u0627\u0632\u0645 \u06a9\u0648\u0628\u0627 \u0634\u062f. \u06af\u0648\u0627\u0631\u0627 \u062e\u06cc\u0644\u06cc \u0632\u0648\u062f \u0645\u06cc\u0627\u0646 \u0627\u0646\u0642\u0644\u0627\u0628\u06cc\u0648\u0646 \u0628\u0647 \u0686\u0647\u0631\u0647\u200c\u0627\u06cc \u0628\u0631\u062c\u0633\u062a\u0647 \u062a\u0628\u062f\u06cc\u0644 \u0634\u062f \u0648 \u0628\u0647 \u062f\u0631\u062c\u0647 \u0641\u0631\u0645\u0627\u0646\u062f\u0647 \u062f\u0648\u0645 \u062a\u0631\u0641\u06cc\u0639 \u06cc\u0627\u0641\u062a. \u0627\u0648 \u062f\u0631 \u062f\u0648 \u0633\u0627\u0644 \u0645\u0628\u0627\u0631\u0632\u0627\u062a \u0686\u0631\u06cc\u06a9\u06cc \u0639\u0644\u06cc\u0647 \u0628\u0627\u062a\u06cc\u0633\u062a\u0627 \u06a9\u0647 \u0645\u0646\u062c\u0631 \u0628\u0647 \u0627\u0646\u0642\u0644\u0627\u0628 \u06a9\u0648\u0628\u0627 \u0634\u062f\u060c \u0646\u0642\u0634\u06cc \u06a9\u0644\u06cc\u062f\u06cc \u0627\u06cc\u0641\u0627 \u06a9\u0631\u062f. \n Question: \u0686\u0647 \u06af\u0648\u0627\u0631\u0627 \u062f\u0631 \u06a9\u0648\u0628\u0627 \u0628\u0627 \u0686\u0647 \u06a9\u0633\u06cc \u0645\u0628\u0627\u0631\u0632\u0647 \u06a9\u0631\u062f\u061f", "output": "True", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u0627\u0650\u0639\u062f\u0627\u0645 \u0646\u0648\u0639\u06cc \u06a9\u06cc\u0641\u0631 \u0648 \u0645\u062c\u0627\u0632\u0627\u062a \u0648 \u0628\u0647\u200c\u0639\u0628\u0627\u0631\u062a\u06cc \u062f\u06cc\u06af\u0631 \u0627\u0634\u062f\u0651 \u0645\u062c\u0627\u0632\u0627\u062a \u0628\u0631\u0627\u06cc \u0645\u062d\u06a9\u0648\u0645 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u06a9\u06cc\u0641\u0631 \u06cc\u06a9\u06cc \u0627\u0632 \u0645\u0648\u0627\u0631\u062f \u067e\u06cc\u0634\u200c\u0628\u06cc\u0646\u06cc \u0634\u062f\u0647 \u062f\u0631 \u0642\u0627\u0646\u0648\u0646 \u0628\u0631\u062e\u06cc \u06a9\u0634\u0648\u0631\u0647\u0627\u0633\u062a \u06a9\u0647 \u062f\u0631 \u0622\u0646 \u0628\u0647 \u062d\u06a9\u0645 \u0642\u0627\u0646\u0648\u0646 \u0648 \u0628\u0631 \u0627\u0633\u0627\u0633 \u062d\u06a9\u0645 \u062f\u0627\u062f\u06af\u0627\u0647 \u0639\u0645\u0648\u0645\u06cc\u060c \u062c\u0646\u0627\u06cc\u06cc \u0648 \u0646\u0638\u0627\u0645\u06cc \u0648.. \u0632\u0646\u062f\u06af\u06cc \u06cc\u06a9 \u0627\u0646\u0633\u0627\u0646 \u0633\u0644\u0628 \u0645\u06cc\u200c\u0634\u0648\u062f. \u06a9\u0634\u0648\u0631\u0647\u0627\u06cc \u0686\u06cc\u0646 \u0648 \u0627\u06cc\u0631\u0627\u0646 \u062f\u0627\u0631\u0627\u06cc \u0628\u0627\u0644\u0627\u062a\u0631\u06cc\u0646 \u0622\u0645\u0627\u0631 \u0627\u0639\u062f\u0627\u0645 \u062f\u0631 \u062c\u0647\u0627\u0646 \u0647\u0633\u062a\u0646\u062f. \u0627\u06cc\u0631\u0627\u0646 \u0628\u0627\u0644\u0627\u062a\u0631\u06cc\u0646 \u0646\u0631\u062e \u0633\u0631\u0627\u0646\u0647 \u0627\u0639\u062f\u0627\u0645 \u0628\u0647 \u0646\u0633\u0628\u062a \u062c\u0645\u0639\u06cc\u062a \u0631\u0627 \u062f\u0627\u0631\u0627\u0633\u062a. \u062c\u0631\u0627\u06cc\u0645\u06cc \u06a9\u0647 \u0645\u062c\u0627\u0632\u0627\u062a \u0622\u0646\u0647\u0627 \u0627\u0639\u062f\u0627\u0645 \u0627\u0633\u062a \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u062c\u0631\u0627\u06cc\u0645 \u0627\u0639\u062f\u0627\u0645\u060c \u06cc\u0627 \u062c\u0646\u0627\u06cc\u0627\u062a \u0628\u0632\u0631\u06af \u0634\u0646\u0627\u062e\u062a\u0647 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f\u060c \u0648 \u0628\u0633\u062a\u0647 \u0628\u0647 \u0642\u0648\u0627\u0646\u06cc\u0646 \u0648 \u0646\u0638\u0627\u0645 \u0633\u06cc\u0627\u0633\u06cc \u06a9\u0634\u0648\u0631\u0647\u0627 \u0645\u062a\u0641\u0627\u0648\u062a \u0627\u0633\u062a. \u0627\u0645\u0627 \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u0634\u0627\u0645\u0644 \u062c\u0631\u0627\u0626\u0645 \u0633\u0646\u06af\u06cc\u0646 \u0647\u0633\u062a\u0646\u062f \u0645\u0627\u0646\u0646\u062f \u0642\u062a\u0644\u060c \u06a9\u0634\u062a\u0627\u0631 \u062c\u0645\u0639\u06cc \u0645\u0648\u0627\u0631\u062f \u0634\u062f\u06cc\u062f \u062a\u062c\u0627\u0648\u0632 \u062c\u0646\u0633\u06cc\u060c \u0633\u0648\u0621\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062c\u0646\u0633\u06cc \u0627\u0632 \u06a9\u0648\u062f\u06a9\u0627\u0646\u060c \u062a\u0631\u0648\u0631\u06cc\u0633\u0645\u060c \u062e\u06cc\u0627\u0646\u062a\u060c \u062c\u0627\u0633\u0648\u0633\u06cc\u060c \u0646\u0633\u0644\u200c\u06a9\u0634\u06cc \u0648 \u062c\u0646\u0627\u06cc\u0627\u062a \u062c\u0646\u06af\u06cc \u0648 \u062f\u0631 \u0628\u0639\u0636\u06cc \u0627\u0632 \u06a9\u0634\u0648\u0631\u0647\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u0627\u06cc \u0645\u0648\u0627\u0631\u062f\u06cc \u0647\u0645\u0686\u0648\u0646 \u0647\u0645\u062c\u0646\u0633\u06af\u0631\u0627\u06cc\u06cc\u060c \u0642\u0627\u0686\u0627\u0642 \u0645\u0648\u0627\u062f\u0645\u062e\u062f\u0631\u060c \u0622\u062f\u0645\u200c\u0631\u0628\u0627\u06cc\u06cc \u0648 \u0631\u0627\u0647\u0632\u0646\u06cc \u062d\u06a9\u0645 \u0627\u0639\u062f\u0627\u0645 \u0635\u0627\u062f\u0631 \u0634\u0648\u062f. \u062f\u0631 \u06af\u0630\u0634\u062a\u0647 \u0627\u0639\u062f\u0627\u0645 \u062f\u0631 \u06a9\u0634\u0648\u0631\u0647\u0627\u06cc \u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632 \u062c\u0647\u0627\u0646 \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc\u200c\u0634\u062f. \u0627\u0645\u0631\u0648\u0632\u0647 \u0627\u0645\u0627 \u0634\u0645\u0627\u0631 \u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632 \u06a9\u0634\u0648\u0631\u0647\u0627 \u0627\u06cc\u0646 \u0631\u0648\u0634 \u0645\u062c\u0627\u0632\u0627\u062a \u0631\u0627 \u0628\u0631\u0686\u06cc\u062f\u0647\u200c\u0627\u0646\u062f \u06cc\u0627 \u06a9\u0645\u062a\u0631 \u0622\u0646 \u0631\u0627 \u0628\u0647 \u0627\u062c\u0631\u0627 \u062f\u0631\u0645\u06cc\u200c\u0622\u0648\u0631\u0646\u062f. \u0627\u0639\u062a\u0631\u0627\u0636\u200c\u0647\u0627 \u0648 \u0641\u0634\u0627\u0631 \u0627\u0641\u06a9\u0627\u0631 \u0639\u0645\u0648\u0645\u06cc \u0648 \u0633\u0627\u0632\u0645\u0627\u0646\u200c\u0647\u0627\u06cc \u0645\u062f\u0627\u0641\u0639 \u062d\u0642\u0648\u0642 \u0628\u0634\u0631 \u062f\u0631 \u06a9\u0627\u0647\u0634 \u0635\u062f\u0648\u0631 \u0645\u062c\u0627\u0632\u0627\u062a \u0627\u0639\u062f\u0627\u0645 \u06cc\u0627 \u06a9\u0646\u0627\u0631 \u06af\u0630\u0627\u0634\u062a\u0646 \u0622\u0646 \u062f\u062e\u06cc\u0644 \u0628\u0648\u062f\u0647\u200c\u0627\u0646\u062f. \n Question: \u062c\u0646\u0627\u06cc\u0627\u062a \u0628\u0632\u0631\u06af\u06cc \u06a9\u0647 \u0634\u0627\u0645\u0644 \u0627\u0639\u062f\u0627\u0645 \u0646\u0645\u06cc \u0634\u0648\u0646\u062f \u06a9\u062f\u0627\u0645\u0646\u062f\u061f", "output": "False", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the \"True\" label, and if not select \"False\"", "input": "\u0646\u0627\u062f\u06cc\u0627 \u0627\u0650\u0644\u0646\u0627 \u06a9\u0648\u0645\u0627\u0646\u0686\u06cc \u062f\u0631 \u06f1\u06f2 \u0646\u0648\u0627\u0645\u0628\u0631 \u06f1\u06f9\u06f6\u06f1\u060c \u062f\u0631 \u0627\u0648\u0646\u0634\u062a\u060c \u06cc\u06a9 \u0634\u0647\u0631 \u06a9\u0648\u0686\u06a9 \u062f\u0631 \u06a9\u0648\u0647\u200c\u0647\u0627\u06cc \u06a9\u0627\u0631\u067e\u0627\u062a\u060c \u062f\u0631 \u0634\u0647\u0631\u0633\u062a\u0627\u0646 \u0628\u0627\u06a9\u0627\u0626\u0648\u060c \u0631\u0648\u0645\u0627\u0646\u06cc\u060c \u062f\u0631 \u0645\u0646\u0637\u0642\u0647 \u062a\u0627\u0631\u06cc\u062e\u06cc \u0645\u0648\u0644\u062f\u0627\u0648\u06cc \u063a\u0631\u0628\u06cc \u0645\u062a\u0648\u0644\u062f \u0634\u062f. \u0627\u0648 \u06cc\u06a9 \u0628\u0631\u0627\u062f\u0631 \u06a9\u0648\u0686\u06a9\u062a\u0631 \u0646\u06cc\u0632 \u062f\u0627\u0631\u062f. \u0648\u0627\u0644\u062f\u06cc\u0646 \u0648\u06cc \u062f\u0631 \u062f\u0647\u0647 \u06f1\u06f9\u06f7\u06f0 \u0627\u0632 \u0647\u0645 \u062c\u062f\u0627 \u0634\u062f\u0646\u062f \u0648 \u067e\u062f\u0631\u0634 \u0628\u0639\u062f\u0627\u064b \u0628\u0647 \u0628\u062e\u0627\u0631\u0633\u062a\u060c \u067e\u0627\u06cc\u062a\u062e\u062a \u0646\u0642\u0644 \u0645\u06a9\u0627\u0646 \u06a9\u0631\u062f. \u0627\u0648 \u0648 \u0628\u0631\u0627\u062f\u0631 \u06a9\u0648\u0686\u06a9\u062a\u0631\u0634 \u0622\u062f\u0631\u06cc\u0627\u0646 \u062f\u0631 \u06a9\u0644\u06cc\u0633\u0627\u06cc \u0627\u0631\u062a\u062f\u06a9\u0633 \u0631\u0648\u0645\u0627\u0646\u06cc \u067e\u0631\u0648\u0631\u0634 \u06cc\u0627\u0641\u062a\u0646\u062f. \u0627\u0634\u062a\u0641\u0627\u0646\u06cc\u0627\u060c \u0645\u0627\u062f\u0631 \u0646\u0627\u062f\u06cc\u0627\u060c \u062f\u0631 \u0645\u0635\u0627\u062d\u0628\u0647\u200c\u0627\u06cc \u062f\u0631 \u0633\u0627\u0644 \u06f2\u06f0\u06f1\u06f1 \u06af\u0641\u062a \u06a9\u0647 \u062f\u062e\u062a\u0631 \u062e\u0648\u062f \u0631\u0627 \u062f\u0631 \u06a9\u0644\u0627\u0633\u200c\u0647\u0627\u06cc \u0698\u06cc\u0645\u0646\u0627\u0633\u062a\u06cc\u06a9 \u062b\u0628\u062a \u06a9\u0631\u062f \u0632\u06cc\u0631\u0627 \u0627\u0648 \u06a9\u0648\u062f\u06a9\u06cc \u0628\u0648\u062f \u06a9\u0647 \u0622\u0646\u0642\u062f\u0631 \u0633\u0631\u0634\u0627\u0631 \u0627\u0632 \u0627\u0646\u0631\u0698\u06cc \u0648 \u0641\u0639\u0627\u0644 \u0628\u0648\u062f \u06a9\u0647 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0622\u0646 \u062f\u0634\u0648\u0627\u0631 \u0628\u0648\u062f. \u06a9\u0645\u0648\u0646\u0633\u06cc \u067e\u0633 \u0627\u0632 \u0633\u0627\u0644\u0647\u0627 \u0645\u0633\u0627\u0628\u0642\u0627\u062a \u0648\u0631\u0632\u0634\u06cc \u062f\u0631 \u0633\u0637\u062d \u0628\u0627\u0644\u0627\u060c \u0627\u0632 \u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u067e\u0644\u06cc\u200c\u062a\u06a9\u0646\u06cc\u06a9 \u0628\u062e\u0627\u0631\u0633\u062a \u0628\u0627 \u0645\u062f\u0631\u06a9 \u062a\u062d\u0635\u06cc\u0644\u0627\u062a \u0648\u0631\u0632\u0634\u06cc \u0641\u0627\u0631\u063a\u200c\u0627\u0644\u062a\u062d\u0635\u06cc\u0644 \u0634\u062f\u060c \u0648 \u0645\u062f\u0631\u06a9 \u0645\u0631\u0628\u06cc\u06af\u0631\u06cc \u0698\u06cc\u0645\u0646\u0627\u0633\u062a\u06cc\u06a9 \u0628\u0647 \u0648\u06cc \u0627\u0639\u0637\u0627 \u0634\u062f. \u06a9\u0648\u0645\u0627\u0646\u0650\u0686 \u0628\u0647 \u062e\u0627\u0637\u0631 \u0634\u06cc\u0648\u0647 \u06cc \u0628\u06cc \u0646\u0642\u0635 \u060c \u0645\u0647\u0627\u0631\u062a \u0647\u0627\u06cc \u062e\u0644\u0627\u0642\u0627\u0646\u0647 \u06cc \u062f\u0634\u0648\u0627\u0631 \u0648 \u0627\u0628\u062a\u06a9\u0627\u0631\u06cc\u0634 \u060c \u0631\u0648\u0634 \u0627\u0646\u062a\u0642\u0627\u062f \u0627\u0632 \u062e\u0648\u062f \u060c \u0631\u0641\u062a\u0627\u0631 \u062e\u0648\u0646\u0633\u0631\u062f\u0634 \u062f\u0631 \u0631\u0642\u0627\u0628\u062a \u060c \u0634\u0646\u0627\u062e\u062a\u0647 \u0634\u062f\u0647 \u0628\u0648\u062f. \u0631\u0648\u06cc \u0645\u06cc\u0644\u0647 \u06cc \u062a\u0639\u0627\u062f\u0644 \u060c \u0627\u0648 \u0627\u0648\u0644\u06cc\u0646 \u0698\u06cc\u0645\u0646\u0627\u0633\u062a\u06cc \u0628\u0648\u062f \u06a9\u0647 \u06cc\u06a9 \u0633\u0631\u06cc \u067e\u0634\u062a\u06a9 \u0647\u0648\u0627\u06cc\u06cc \u0627\u0632 \u062c\u0644\u0648 \u0628\u062f\u0648\u0646 \u062a\u0645\u0627\u0633 \u062f\u0633\u062a \u0628\u0647 \u0645\u06cc\u0644\u0647 \u0648 \u0686\u0631\u062e \u0648 \u0641\u0644\u06a9 \u0645\u0639\u0644\u0642 \u0646\u06cc\u0645 \u0648\u0627\u0631\u0648 \u062f\u0631 \u0647\u0648\u0627 \u0631\u0627 \u0628\u0627 \u0645\u0648\u0641\u0642\u06cc\u062a \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f. \n Question: \u0646\u0627\u062f\u06cc\u0627 \u0631\u0648\u06cc \u0645\u06cc\u0644\u0647 \u06cc \u062a\u0639\u0627\u062f\u0644 \u0686\u0647 \u062d\u0631\u06a9\u0627\u062a\u06cc \u0631\u0627 \u0627\u0628\u062f\u0627\u0639 \u06a9\u0631\u062f\u061f", "output": "True", "category": "Answerability Classification 1024.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "The French-style Macaron can be found outside Canada in Europe and the United States .\nOutside of Canada , the French-style macaron can be found in Europe and the United States .", "output": "Paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "In January 2010 , Tywain McKee signed with the Wollongong Hawks , where he spent the rest of the 2009-10 season as an injury replacement for Martin .\nIn January 2010 , Tywain McKee signed at the Wollongong Hawks , where he spent the rest of the 2009-10 season as an injury replacement for Martin .", "output": "Paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "He had many imitators , including his son Alonzo Mart\u00ednez , who died in 1668 , among his students Juan de Mesa .\nHe had many imitators , including his son Alonzo Mart\u00ednez , who died in 1668 . His students included Juan de Mesa .", "output": "Paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "Route 155 was a short state highway in the commune of Burlington County , Palmyra , New Jersey .\nRoute 155 was a short state highway in the community of Burlington County in Palmyra , New Jersey .", "output": "Paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "In 2002 and 2004 , Christine Mikolajuk and Greta Levy were regional , provincial and national bilingual debating champions .\nChristine Mikolajuk and Greta Levy were Bilingual , Provincial and National Regional Debating Champions in 2002 and 2004 , respectively .", "output": "Not paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "Elkins Widener married Elkins Rice in October 1915 , when she became Harvard professor and surgeon .\n( Elkins Widener became Eleanor Elkins Rice in October 1915 , when she married Harvard Professor and Surgeon .", "output": "Not paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "The Miami Hurricanes Baseball team , representing the college - baseball - program `` is the University of Miami '' .\nThe Miami Hurricanes Baseball team is the college - baseball program , which represents the University of Miami .", "output": "Not paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "In 1940 , Young was elected to one of the large house seats again , Bender the Other .\nIn 1940 , Bender was again elected to one of the at-large House seats ; Young took the other .", "output": "Not paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as \"Paraphrase\" , if not label them as \"Not paraphrase\". The two sentences are seperated by a new line.", "input": "When Kuomingtang forces bombed Jilin , the prisoners were moved to a prison in Yanji .\nWhen Kuomingtang - Yanji forces bombed , the prisoners were transported to a prison in Jilin .", "output": "Not paraphrase", "category": "Text Matching 1028.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "Grilling leaves the meat with distinctive marks after the steak, burger, or chicken is removed from the heated surface.\nGrilling cooks meat by applying pieces of dead animal flesh to a heated element that tends to leave distinctive visible indications of contact with the meat.", "output": "True", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "The Mediterranean Sea exists next to Peru.\nThe Mediterranean Sea is not in Peru", "output": "False", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "Christopher Reeve portrayed Superman in film.\nChristopher Reeve was an actor that's fondly remembered for this portrayal.", "output": "True", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "Vitamin C comes primarily from meat.\nVitamin C is most naturally found in fruits and vegetables.", "output": "False", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "Monk has received many Emmy awards.\nMonk is an American comedy-drama detective mystery television series created by Andy Breckman", "output": "True", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "The founders of Jamestown, Virginia named the town after famous author James Joyce.\nJamestown, Virginia, was named after King James, not after James Joyce.", "output": "False", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "The Portuguese Navy sails from bases on the Atlantic Sea.\nPortugal's coast is on the Atlantic.", "output": "True", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "Johns Hopkins University focuses majorly on financial and economic fields.\nJohns Hopkins University is known for their astounding medical program and hospital program.", "output": "False", "category": "Fact Verification 1031.json" }, { "instruction": "In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as \"True\" if the explanation confirms the statement or doesn't disprove it. Label an instance as \"False\" if the explanation disproves the statement. The statement and explanation are separated by a newline character.", "input": "Alfred Russel Wallace joined the Order of Merit.\nAlfred Russel Wallace is a members of the Order of Merit", "output": "True", "category": "Fact Verification 1031.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Les gens s'assoient et admirent le caf\u00e9 dans un caf\u00e9.", "output": "Les gens s'assoient et toast caf\u00e9 dans un caf\u00e9., Les gens chassent et creusent du caf\u00e9 dans un caf\u00e9., Les gens regardent et le caf\u00e9 l\u00e2che dans un caf\u00e9., Les gens s'assoient et boivent du caf\u00e9 dans un caf\u00e9.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Vous \u00eates susceptible de laisser un animal en peluche dans la chambre d'un enfant.", "output": "Vous \u00eates impatient de trouver une coquille farcie dans la chambre d'une fille., Vous trouverez probablement un animal en peluche dans la chambre d'un enfant., Vous \u00eates susceptible de regarder un animal farci dans la chambre d'un enfant., Vous \u00eates susceptible de pr\u00e9f\u00e9rer un animal farci dans la chambre d'un enfant.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Vous seriez \u00e0 l'\u00e9cole parce que vous voulez apprendre la science.", "output": "Vous reprendriez l'\u00e9cole parce que vous voulez en apprendre davantage sur le football., Tu fr\u00e9quentais l'\u00e9cole parce que tu apprenais la science., Vous saboteriez l'\u00e9cole parce que vous voulez apprendre la paix., Tu dormirais \u00e0 l'\u00e9cole parce que tu veux apprendre la v\u00e9rit\u00e9.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Les poissons vivent dans les lacs.", "output": "\u00e9crivains vivent dans les lacs., Les amis vivent dans les lacs., ii vit \u00e0 Munich., Les poissons vivent au paradis.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Si vous voulez poster un message, alors vous devriez lire le bouton de poste.", "output": "Si vous voulez poster un message, alors vous devriez pousser l'\u00e9l\u00e9ment de poste., Si vous voulez poster un message, alors vous devriez retourner le bouton de poste., Si vous retournez pour poster un message, vous devriez appuyer sur le bouton d'aide., Si vous voulez poster un message, vous devriez appuyer sur le bouton de poste.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "J'imagine la vie nocturne.", "output": "J'admire la vie nocturne., Je vis la vie nocturne., J'aime la dur\u00e9e de vie de la batterie., Je travaille la vie nocturne.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Le rouge et le jaune peuvent \u00eatre carbonis\u00e9s pour faire de l'orange.", "output": "Le rouge et le jaune peuvent \u00eatre am\u00e9lior\u00e9s pour faire de l'orange., Rouge et jaune peuvent \u00eatre m\u00e9lang\u00e9s pour faire de l'orange., Le rouge et le jaune peuvent \u00eatre am\u00e9lior\u00e9s pour faire de l'orange., Le rouge et le jaune peuvent \u00eatre d\u00e9chiquet\u00e9s pour faire de l'orange.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Vous pouvez filmer un ch\u00e8que pour reposer les enfants en s\u00e9curit\u00e9.", "output": "Vous pouvez utiliser un ch\u00e8que pour garder les enfants en s\u00e9curit\u00e9., Vous pouvez nommer un ch\u00e8que pour garder les employ\u00e9s en s\u00e9curit\u00e9., Vous pouvez faire un ch\u00e8que pour enseigner aux enfants en s\u00e9curit\u00e9., Vous pouvez faire une v\u00e9rification pour r\u00e9clamer la s\u00e9curit\u00e9 des enfants.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in French, generate a new French sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Parfois, vous pouvez avoir un crash avec des amis.", "output": "Parfois, vous pouvez avoir un r\u00eave avec des amis., Parfois, vous pouvez avoir un d\u00e9sastre avec des amis., Parfois, vous pouvez avoir une famille avec des amis., Parfois, on peut d\u00eener avec des amis.", "category": "Sentence Perturbation 1034.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u090f\u0915 \u091b\u094b\u091f\u0940 \u0938\u0940 \u0936\u0915\u094d\u0924\u093f \u0906\u092a\u0915\u0947 \u0938\u094b\u091a \u0915\u094b \u092c\u093e\u0926\u0932 \u092e\u0947\u0902 \u0921\u093e\u0932 \u0938\u0915\u0924\u0940 \u0939\u0948.", "output": "\u090f\u0915 \u091b\u094b\u091f\u0940 - \u0938\u0940 \u091a\u0930\u094d\u091a\u093e \u0906\u092a\u0915\u0947 \u0938\u094b\u091a - \u0935\u093f\u091a\u093e\u0930 \u092a\u0930 \u0905\u0938\u0930 \u0915\u0930 \u0938\u0915\u0924\u0940 \u0939\u0948 \u0964, \u0925\u094b\u0921\u093c\u0940 \u0936\u0930\u093e\u092c \u0906\u092a\u0915\u0947 \u0938\u094b\u091a - \u0935\u093f\u091a\u093e\u0930 \u092a\u0930 \u0905\u0938\u0930 \u0915\u0930 \u0938\u0915\u0924\u0940 \u0939\u0948 \u0964, \u0925\u094b\u0921\u093c\u0940 \u0936\u0930\u093e\u092c \u0906\u092a\u0915\u0947 \u0938\u094b\u091a - \u0935\u093f\u091a\u093e\u0930 \u092a\u0930 \u0905\u0938\u0930 \u0915\u0930 \u0938\u0915\u0924\u0940 \u0939\u0948 \u0964, \u090f\u0915 \u091b\u094b\u091f\u093e \u0938\u093e \u092a\u094d\u0930\u092e\u093e\u0923 \u0906\u092a\u0915\u0947 \u0938\u094b\u091a \u0935\u093f\u091a\u093e\u0930 \u0915\u094b \u092c\u093e\u0926\u0932 \u092e\u0947\u0902 \u0921\u093e\u0932 \u0938\u0915\u0924\u093e \u0939\u0948.", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0905\u0917\u0930 \u0906\u092a \u092e\u0902\u091a \u092a\u0930 \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u0928\u093f\u0930\u094d\u0926\u0947\u0936\u0915 \u0938\u0947 \u092a\u0942\u091b\u0928\u093e \u091a\u093e\u0939\u093f\u090f \u0964", "output": "\u0905\u0917\u0930 \u0906\u092a \u092e\u0902\u091a \u092a\u0930 \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u0928\u093f\u0930\u094d\u0926\u0947\u0936\u0915 \u0938\u0947 \u092a\u0942\u091b\u0928\u093e \u091a\u093e\u0939\u093f\u090f \u0964, \u092f\u0926\u093f \u0906\u092a \u0932\u0921\u093c\u093e\u0908 \u092a\u0930 Abbac \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u0928\u093f\u0926\u0947\u0936\u0915 \u0938\u0947 \u092a\u0942\u091b\u0928\u093e \u091a\u093e\u0939\u093f\u090f., \u0905\u0917\u0930 \u0906\u092a \u091b\u0941\u091f\u094d\u091f\u0940 \u092a\u0930 \u091c\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u0928\u093f\u0930\u094d\u0926\u0947\u0936\u0915 \u0915\u094b \u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u093f\u090f., \u0905\u0917\u0930 \u0906\u092a \u0907\u0938 \u0915\u094b\u0936\u093f\u0936 \u0915\u094b \u091b\u094b\u0921\u093c \u0926\u0947\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u0928\u093f\u0930\u094d\u0926\u0947\u0936\u0915 \u0938\u0947 \u092a\u0942\u091b\u0928\u093e \u091a\u093e\u0939\u093f\u090f \u0964", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0932\u094b\u0917 \u0905\u092a\u0928\u0940 \u0905\u092a\u0947\u0915\u094d\u0937\u093e\u0913\u0902 \u0915\u094b \u0915\u092e \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0964", "output": "\u0932\u094b\u0917 \u0905\u092a\u0928\u0947 \u0924\u093e\u092a\u092e\u093e\u0928 \u0915\u094b \u0915\u092e \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902., \u0932\u094b\u0917 \u0905\u092a\u0928\u0947 \u0915\u094c\u0936\u0932 \u0915\u094b \u0915\u092e \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902., \u092c\u091a\u094d\u091a\u0947 \u0905\u092a\u0928\u0947 \u0917\u094d\u0930\u093e\u0939\u0915\u094b\u0902 \u0915\u093e \u0926\u0941\u0930\u0941\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902., \u0932\u094b\u0917 \u0905\u092a\u0928\u0940 \u092c\u093f\u0915\u094d\u0930\u0940 \u0915\u092e \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0905\u0917\u0930 \u0906\u092a \u092c\u093f\u0932\u094d\u0932\u0940 \u0915\u094b \u092e\u093f\u091f\u094d\u091f\u0940 \u0926\u0947\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u090f\u0915 \u0917\u0939\u0930\u0940 \u091b\u0947\u0926 \u0916\u094b\u0926\u0928\u093e \u091a\u093e\u0939\u093f\u090f.", "output": "\u0905\u0917\u0930 \u0906\u092a \u092c\u093f\u0932\u094d\u0932\u0940 \u0915\u094b \u092e\u093f\u091f\u094d\u091f\u0940 \u0926\u0947\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u090f\u0915 \u0917\u0939\u0930\u0940 \u0928\u094b\u091f \u0930\u0916\u0928\u093e \u091a\u093e\u0939\u093f\u090f., \u0905\u0917\u0930 \u0906\u092a \u092c\u093f\u0932\u094d\u0932\u0940 \u0915\u094b \u092e\u093f\u091f\u094d\u091f\u0940 \u0926\u0947\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a\u0915\u094b \u090f\u0915 \u0917\u0939\u0930\u0940 \u091b\u0947\u0926 \u092c\u0928\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f., \u0905\u0917\u0930 \u0906\u092a \u092c\u093f\u0932\u094d\u0932\u0940 \u0915\u094b \u092e\u093f\u091f\u094d\u091f\u0940 \u0926\u0947\u0928\u093e \u0939\u0948 \u0924\u094b \u0906\u092a\u0915\u094b \u090f\u0915 \u0917\u0939\u0930\u0940 \u091b\u0947\u0926 \u0926\u0942\u0930 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u093f\u090f., \u0906\u092a \u092c\u093f\u0932\u094d\u0932\u0940 \u0915\u094b \u0926\u092b\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092e\u0930 \u091c\u093e\u0924\u0947 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a \u090f\u0915 \u0917\u0939\u0930\u0940 \u091b\u0947\u0926 \u0916\u0940\u0902\u091a \u0932\u0947\u0928\u093e \u091a\u093e\u0939\u093f\u090f.", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0906\u092a \u090f\u0915 \u0915\u092c\u094d\u0930 \u092e\u0947\u0902 \u090f\u0915 \u092c\u0938 \u0938\u094d\u091f\u0947\u0936\u0928 \u0916\u094b\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948.", "output": "\u0906\u092a \u0936\u093e\u092f\u0926 \u090f\u0915 \u0917\u093e\u0901\u0935 \u092e\u0947\u0902 \u092c\u0938 \u0938\u094d\u091f\u0947\u0936\u0928 \u0922\u0942\u0901\u0922\u093c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0964, \u0906\u092a\u0915\u094b \u0936\u093e\u092f\u0926 \u090f\u0915 \u0936\u0939\u0930 \u092e\u0947\u0902 \u092c\u0938 \u0938\u094d\u091f\u0947\u0936\u0928 \u092e\u093f\u0932\u0947 \u0964, \u0906\u092a \u090f\u0915 \u0938\u0902\u0915\u091f \u092e\u0947\u0902 \u090f\u0915 \u092c\u0938 \u0938\u094d\u091f\u0947\u0936\u0928 \u0916\u094b\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948., \u0906\u092a \u090f\u0915 \u0936\u0939\u0930 \u092e\u0947\u0902 \u090f\u0915 \u092c\u0938 \u0938\u094d\u091f\u0947\u0936\u0928 \u092e\u0936\u093e\u0932 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u0924\u094d\u0924\u0930\u0926\u093e\u092f\u0940 \u0939\u0948\u0902.", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0932\u094b\u0917 \u090f\u0915 \u0917\u094d\u0930\u0939 \u092a\u0930 \u092e\u093f\u0932\u0924\u093e \u0939\u0948.", "output": "\u0932\u094b\u0917 \u090f\u0915 \u0917\u094d\u0930\u0939 \u092a\u0930 \u0930\u0939\u0924\u0947 \u0939\u0948\u0902., \u0932\u094b\u0917 \u090f\u0915 \u0938\u0942\u091a\u0940 \u092a\u0930 \u0930\u0939\u0924\u0947 \u0939\u0948\u0902., \u0932\u094b\u0917 \u090f\u0915 \u091a\u094b\u0930 \u092a\u0930 \u0930\u0939\u0924\u0947 \u0939\u0948\u0902., \u0932\u094b\u0917 \u090f\u0915 \u0938\u094d\u0924\u0930 \u092a\u0930 \u0930\u0939\u0924\u0947 \u0939\u0948\u0902.", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0906\u092a \u0938\u0902\u092a\u0924\u094d\u0924\u093f \u092e\u0947\u0902 \u092c\u093e\u0921\u093c \u0915\u0947 \u0932\u093f\u090f \u0932\u0915\u0921\u093c\u0940 \u092c\u0926\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902.", "output": "\u0906\u092a \u092a\u0925 \u092e\u0947\u0902 \u092c\u093e\u0921\u093c \u0915\u0947 \u0932\u093f\u090f \u0932\u0915\u0921\u093c\u0940 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902., \u0906\u092a \u0938\u0902\u092a\u0924\u094d\u0924\u093f \u092e\u0947\u0902 \u092c\u093e\u0921\u093c \u0915\u0947 \u0932\u093f\u090f \u0932\u0915\u0921\u093c\u0940 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902., \u0906\u092a \u090f\u0915 \u091a\u094b\u091f \u092e\u0947\u0902 \u092c\u093e\u0921\u093c \u0915\u0947 \u0932\u093f\u090f \u0932\u0915\u0921\u093c\u0940 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902., \u0906\u092a \u0924\u093e\u0930 \u092e\u0947\u0902 \u092c\u093e\u0921\u093c \u0915\u0947 \u0932\u093f\u090f \u0932\u0915\u0921\u093c\u0940 \u092c\u0928\u093e \u0938\u0915\u0924\u0947 \u0939\u0948\u0902.", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0906\u092a \u0916\u0947\u0932\u094b\u0902 \u092e\u0947\u0902 \u0939\u093f\u0938\u094d\u0938\u093e \u0932\u0947\u0902\u0917\u0947 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0906\u092a \u0916\u0947\u0932\u094b\u0902 \u092e\u0947\u0902 \u0905\u092a\u0928\u0940 \u0915\u094d\u0937\u092e\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u0924\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902.", "output": "\u0906\u092a \u0916\u0947\u0932\u094b\u0902 \u0915\u094b \u092c\u0930\u0926\u093e\u0936\u094d\u200d\u0924 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0906\u092a \u0905\u092a\u0928\u0947 \u0916\u0947\u0932\u094b\u0902 \u0915\u094b \u0909\u0928\u094d\u200d\u0928\u0924\u093f \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0964, \u0906\u092a \u0916\u0947\u0932 \u0916\u0947\u0932 \u0916\u0947\u0932\u0928\u093e \u091a\u093e\u0939\u0947\u0902\u0917\u0947 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0906\u092a \u0905\u092a\u0928\u0947 \u0916\u0947\u0932\u094b\u0902 \u092e\u0947\u0902 \u0905\u091a\u094d\u091b\u0947 \u0917\u0941\u0923 \u092c\u0922\u093c\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0964, \u0906\u092a \u0916\u0947\u0932 \u0905\u0932\u0917 \u0939\u094b\u0917\u093e \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0906\u092a \u0916\u0947\u0932\u094b\u0902 \u092e\u0947\u0902 \u0905\u092a\u0928\u0940 \u0915\u094d\u0937\u092e\u0924\u093e\u0913\u0902 \u0915\u094b \u0939\u093e\u0938\u093f\u0932 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902., \u0906\u092a \u0916\u0947\u0932 \u0916\u0947\u0932\u0928\u093e \u091a\u093e\u0939\u0947\u0902\u0917\u0947 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0906\u092a \u0905\u092a\u0928\u0940 \u0916\u0947\u0932 \u0915\u094d\u0937\u092e\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u0947\u0939\u0924\u0930 \u092c\u0928\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902 \u0964", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0938\u0902\u0917\u0940\u0924 \u0938\u094d\u0915\u0942\u0932 \u092e\u0947\u0902 \u0906\u092a \u090f\u0915 \u0930\u093f\u0915\u0949\u0930\u094d\u0921 \u092a\u093e\u0928\u0947 \u092e\u0947\u0902 \u0905\u0938\u092e\u0930\u094d\u0925 \u0939\u0948\u0902 \u0964", "output": "\u0906\u092a \u090f\u0915 \u0915\u094d\u0930\u093f\u092a\u094d\u091f\u094b \u0921\u0947\u092e\u094b \u092e\u0947\u0902 \u090f\u0915 \u0915\u094d\u0930\u093f\u092a\u094d\u091f\u094b \u0932\u093e\u0907\u092c\u094d\u0930\u0947\u0930\u0940 \u0915\u094b \u0924\u094b\u0921\u093c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948., \u0906\u092a \u090f\u0915 \u0938\u0902\u0917\u0940\u0924 \u0938\u094d\u0915\u0942\u0932 \u092e\u0947\u0902 \u090f\u0915 \u0909\u092a\u0917\u094d\u0930\u0939 \u092a\u0941\u0938\u094d\u0924\u0915\u093e\u0932\u092f \u0915\u0947 \u092a\u0915\u094d\u0937 \u092e\u0947\u0902 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948., \u0906\u092a \u0936\u093e\u092f\u0926 \u090f\u0915 \u0938\u0902\u0917\u0940\u0924 \u0938\u094d\u0915\u0942\u0932 \u092e\u0947\u0902 \u090f\u0915 \u0915\u0935\u0930 \u0932\u093e\u0907\u092c\u094d\u0930\u0947\u0930\u0940 \u0932\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0939\u094b\u0902 \u0964, \u0936\u093e\u092f\u0926 \u0906\u092a\u0915\u094b \u0938\u0902\u0917\u0940\u0924 \u0938\u094d\u0915\u0942\u0932 \u092e\u0947\u0902 \u0930\u093f\u0915\u0949\u0930\u094d\u0921 \u0932\u093e\u0907\u092c\u094d\u0930\u0947\u0930\u0940 \u092e\u093f\u0932 \u091c\u093e\u090f \u0964", "category": "Sentence Perturbation 1035.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Si potrebbe decidere di imparare l'erbaccia della penna prima di raggiungere il cane.", "output": "Potresti decidere di finire di serbare il giardino prima di dare da mangiare al cane., Si potrebbe decidere di finire di serbare il cibo prima di dare da mangiare al cane., Si potrebbe decidere di finire di guardia il giardino prima di dare da mangiare al cane., Si potrebbe decidere di finire di calzare il giardino prima di dare da mangiare al cane.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "L'effetto di lavarsi le mani \u00e8 liberare i polsi puliti.", "output": "L'effetto della scansione delle mani sta rendendo le dita dei piedi pulite., L'effetto di lavarsi le mani \u00e8 la pulizia delle mani., L'effetto di schiacciare le mani \u00e8 rendere le mani pulite., L'effetto di commutazione delle mani \u00e8 rendere le mani pulite.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Un granello di carta \u00e8 fatto della stessa sostanza di un chip di carattere.", "output": "Un granello di sabbia \u00e8 fatto della stessa sostanza di un chip informatico., Un granello di sabbia \u00e8 fatto della stessa sostanza di un chip click., Un volume di pi greco \u00e8 fatto della stessa sostanza di un calcolatore \u00c3..., Un granello di sabbia \u00e8 fatto della stessa sostanza di un chip di cacao.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Se si desidera tagliare il suono allora si dovrebbe accedere a uno spettacolo.", "output": "Se sognate di alterare i vostri capelli allora dovreste andare da un professore., Se vuoi tagliarti i capelli, allora dovresti andare da un barbiere., Se si desidera uscire i capelli allora si dovrebbe andare da un barbiere., Se si desidera tagliare la dose allora si dovrebbe trasformare in una patata.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Se vuoi colpire il tuo laccio allora si dovrebbe mettere la scarpa su.", "output": "Se si vuole allacciare il laccio delle scarpe allora si dovrebbe mettere la vernice su., Se vuoi allacciarti il laccio allora dovresti metterti la scarpa., Se vuoi legare il tuo intoppo allora dovresti accendere la leva., Se volete mantenere il vostro laccio allora si dovrebbe mettere la scarpa su.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Puoi posare uno schermo per scattare in un film.", "output": "Puoi imbrogliare un vicino per entrare in un film., Puoi usare una classe per entrare in uno Stato., Puoi colpire una roccia per entrare in un film., Puoi usare una linea per entrare in un film.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u00c8 possibile andare diversi canali in televisione.", "output": "\u00c8 possibile guardare i canali tradizionali in televisione., \u00c8 possibile guardare canali indipendenti in televisione., \u00c8 possibile guardare diversi canali in televisione., \u00c8 possibile sincronizzare diversi canali su Link.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Hai bisogno di un biglietto per vedere un sequel in un teatro.", "output": "Ti serve un biglietto per vedere un film in un teatro., Hai bisogno di un coniuge per vedere un film in un certo senso., Hai bisogno di un biglietto per vedere uno schizzo in un teatro., Hai bisogno di uno stand per vedere un film in un r.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Faresti una festa perche' ho vinto il cuore.", "output": "Faresti una festa perche' ho vinto alla lotteria., Avresti una festa perche' ho comprato la lotteria., Faresti una festa perche' ho vinto il favore., Faresti una festa perche' ho vinto il gatto.", "category": "Sentence Perturbation 1036.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Als je klanten wilt bedienen dan moet je naar een winkel gaan.", "output": "Als u klanten wilt gebruiken dan moet u stoppen met een winkel., Als je vrijwillig klanten aan te moedigen dan moet je gaan naar een fitting., Als u niet om klanten te verzekeren dan moet je naar een winkel., Als u lijkt te vervelen klanten dan moet je eten naar een winkel.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Je zou een beetje solliciteren omdat je wilt werken om 1\u20442 te maken.", "output": "Je zou solliciteren voor een baan omdat je reden om te werken om geld te verdienen., Je zou solliciteren voor een beroep omdat je wilt werken om betaling te doen., Je zou solliciteren voor een bedrijf omdat je wilt werken om werk te maken., Je zou solliciteren voor een baan omdat je wilt werken om geld te verdienen.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Je zult waarschijnlijk een blad in een bos vinden.", "output": "Je bent waarschijnlijk te gaan een ding in een skip., Je bent waarschijnlijk om een blad in een t te schrijven., Je verplettert waarschijnlijk een blad in een hek., Je trekt waarschijnlijk een verdachte in een pub.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "U zult waarschijnlijk genieten van een vrouw in een huis.", "output": "Je zult waarschijnlijk een vrouw vinden in een tehuis., Je bent gemotiveerd om een band te vermaken in een huis., Je bent slim om een vrouw te vinden in een tehuis., Je zult waarschijnlijk een vrouw vinden in een dienstmeisje.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Je gaat waarschijnlijk een molen in het bos.", "output": "U zult waarschijnlijk een molen in het bos verwerven., Je zult waarschijnlijk een molen in de richting vernietigen., Je zult waarschijnlijk een molen vinden in het bos., Je bent waarschijnlijk een vechtpartij in het bos.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Sommige politie zwemmen op scholen.", "output": "Sommige jongeren zwemmen op scholen., Sommige vissen zwemmen in kolonies., Een paar vissen zitten vast in de lucht., Sommige vissen zwemmen op scholen.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Mensen gaan naar de oceaan om speelgoed te hebben.", "output": "Mensen gaan naar het ziekenhuis voor operaties., Mensen gaan naar de supermarkt om recepten te hebben., Mensen gaan naar de vergadering om operaties te hebben., Mensen gaan naar de politie voor operaties.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Je kunt een ondergrondse ruimte gebruiken om een veilig verdedigingscentrum te hebben.", "output": "U kunt een ondergrondse ruimte gebruiken om een centraal verdedigingscentrum te hebben., U kunt gebruik maken van een ondergrondse gebied om een goede verdedigingscentrum., U kunt gebruik maken van een ondergrondse gebied om een goed verdedigingscentrum., U kunt een ondergrondse gebied te penetreren om een wederzijdse verdediging barri\u00e8re.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Je kunt er een voordeel uit halen om de kloof te dichten.", "output": "U kunt een GUI gebruiken om de actie te registreren., Je kunt een altaar gebruiken om de knoop te binden., U kunt een altaar gebruiken om de knoop te verlaten., Je kunt een opdracht doen om het dek vast te binden.", "category": "Sentence Perturbation 1037.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0413\u043d\u0438\u043b\u044c \u0441\u044a\u0435\u043b\u0430 \u043f\u0430\u0443\u043a\u0430 \u0432 \u0431\u0430\u0433\u0430\u0436\u043d\u0438\u043a\u0435.", "output": "\u0414\u0435\u0432\u0443\u0448\u043a\u0430 \u0441\u044a\u0435\u043b\u0430 \u043f\u0430\u0443\u043a\u0430 \u0432 \u0442\u0435\u043b\u0435., \u0421\u043e\u0432\u0430 \u0441\u044a\u0435\u043b\u0430 \u043f\u0430\u0443\u043a\u0430 \u043d\u0430 \u043c\u0435\u0441\u0442\u0435., \u0414\u0438\u043d\u043e\u0437\u0430\u0432\u0440 \u0441\u044a\u0435\u043b \u043f\u0430\u0443\u043a\u0430 \u0432 \u043e\u0440\u0430\u043d\u0436\u0435\u0440\u0435\u0435., \u0421\u043e\u0431\u0430\u043a\u0430 \u0441\u044a\u0435\u043b\u0430 \u043f\u0430\u0443\u043a\u0430 \u0432 \u0442\u0440\u0430\u0432\u0435.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0441\u043a\u0430\u0436\u0435\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u043e \u043d\u0430 \u043a\u0443\u0445\u043d\u0435.", "output": "\u0422\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u0440\u0438\u0432\u0435\u0437\u0435\u0448\u044c \u043c\u0430\u0448\u0438\u043d\u0443 \u043d\u0430 \u043a\u0443\u0445\u043d\u0435., \u0412\u044b \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u0441\u0442\u043e\u043b \u043d\u0430 \u043a\u0443\u0445\u043d\u0435., \u0422\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0448\u044c \u043a\u0430\u043a \u0432\u0435\u0442\u0435\u0440 \u0432 \u043c\u0430\u0442\u0447\u0435., \u0412\u044b \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u0441\u0442\u043e\u043b\u0438\u043a \u0432 \u043e\u0442\u0435\u043b\u0435.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043a\u043e\u043f\u0430\u0435\u0442\u0435 \u043a\u043e\u0441\u0442\u044c \u0432 \u0441\u0432\u0435\u0436\u0435\u0439 \u0440\u044b\u0431\u0435.", "output": "\u0412\u044b \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043a\u043e\u0441\u0442\u044c \u0432 \u0441\u0432\u0435\u0436\u0435\u0439 \u0440\u044b\u0431\u0435., \u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0443 \u0432 \u0441\u0432\u0435\u0436\u0435\u0439 \u0440\u044b\u0431\u0435., \u0412\u044b \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043a\u043e\u0441\u0442\u044c \u0432 \u0441\u0432\u0435\u0436\u0435\u043c \u0431\u0430\u043c\u0431\u0443\u043a\u0435., \u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0442\u0435 \u043a\u043e\u0441\u0442\u044c \u0432 \u0441\u0432\u0435\u0436\u0435\u0439 \u0440\u044b\u0431\u0435.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435 \u0445\u043b\u0435\u0431, \u0442\u043e \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u044c\u0442\u0435 \u0445\u043b\u0435\u0431\u043e\u043f\u0435\u0447\u043a\u0443.", "output": "\u0415\u0441\u043b\u0438 \u0442\u044b \u0445\u043e\u0447\u0435\u0448\u044c \u0448\u0438\u0442\u044c \u0445\u043b\u0435\u0431, \u0442\u043e\u0433\u0434\u0430 \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u044c \u043c\u0430\u0448\u0438\u043d\u0443 \u0434\u043b\u044f \u0445\u043b\u0435\u0431\u0430., \u0415\u0441\u043b\u0438 \u0445\u043e\u0447\u0435\u0448\u044c \u0435\u0441\u0442\u044c \u0445\u043b\u0435\u0431, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u044c \u0445\u043b\u0435\u0431\u043e\u043f\u0435\u043a\u0430\u0440\u043d\u0443\u044e \u043c\u0430\u0448\u0438\u043d\u0443., \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0445\u043b\u0435\u0431, \u0442\u043e \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0437\u0430\u043c\u043e\u0440\u043e\u0437\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0432\u043e\u043b\u043d\u043e\u0432\u0443\u044e \u043f\u0435\u0447\u044c., \u0415\u0441\u043b\u0438 \u0445\u043e\u0447\u0435\u0448\u044c \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0445\u043b\u0435\u0431, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u044c \u0445\u043b\u0435\u0431\u043e\u043f\u0435\u0447\u043a\u0443.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0422\u044b \u0437\u0430\u0431\u0430\u0432\u043d\u043e \u043d\u0430\u0445\u043e\u0434\u0438\u0448\u044c \u043a\u043e\u0440\u043e\u0432\u0443 \u0432 \u0441\u0432\u043e\u0435\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435.", "output": "\u0412\u044b \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u0432 \u0441\u0432\u043e\u0435\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435 \u043a\u043e\u0440\u043e\u0432\u0443., \u0422\u044b \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u0435\u043d \u0441 \u0442\u0435\u043c, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u0440\u043e\u0432\u0443 \u0432 \u0441\u0432\u043e\u0435\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435., \u0422\u044b \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0434\u043e\u0432\u0435\u0440\u044f\u0435\u0448\u044c \u043a\u043e\u0440\u043e\u0432\u0435 \u0432 \u0441\u0432\u043e\u0451\u043c \u043c\u043e\u043b\u043e\u043a\u0435., \u041f\u0440\u0438\u044f\u0442\u043d\u043e \u0442\u0430\u043d\u0446\u0435\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043e\u0432\u0443 \u0432 \u0441\u0432\u043e\u0451\u043c \u043a\u043b\u0443\u0431\u0435.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u041b\u0430\u043c\u043f\u0430 - \u044d\u0442\u043e \u0443\u0434\u043e\u0431\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u043b\u0438 \u0442\u043e\u043f\u043b\u0438\u0432\u043e \u0438 \u0438\u0437\u043b\u0443\u0447\u0430\u0435\u0442 \u0441\u0432\u0435\u0442.", "output": "\u041b\u0430\u043c\u043f\u0430 - \u044d\u0442\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u043b\u0438 \u0442\u043e\u043f\u043b\u0438\u0432\u043e \u0438 \u0438\u0437\u043b\u0443\u0447\u0430\u0435\u0442 \u0441\u0432\u0435\u0442., \u041b\u0430\u043c\u043f\u0430 - \u044d\u0442\u043e \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u043b\u0438 \u0442\u043e\u043f\u043b\u0438\u0432\u043e \u0438 \u0438\u0437\u043b\u0443\u0447\u0430\u0435\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e., \u041b\u0430\u043c\u043f\u0430 - \u044d\u0442\u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u043b\u0438 \u0442\u043e\u043f\u043b\u0438\u0432\u043e \u0438 \u0438\u0437\u043b\u0443\u0447\u0430\u0435\u0442 \u043a\u0440\u0430\u0441\u043a\u0443., \u041b\u0430\u043c\u043f\u0430 - \u044d\u0442\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u043b\u0438 \u0442\u043e\u043f\u043b\u0438\u0432\u043e \u0438 \u0438\u0437\u043b\u0443\u0447\u0430\u0435\u0442 \u043a\u0440\u0430\u0441\u0438\u0442\u0435\u043b\u044c.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u0442\u0435 \u0442\u0435\u0440\u0430\u043f\u0435\u0432\u0442\u0443 \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0434\u043e\u043c\u0435.", "output": "\u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0431\u0443\u0434\u0435\u0442\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043a\u0440\u044b\u0448\u0443 \u043a\u0430\u0436\u0434\u044b\u0439 \u043c\u0435\u0441\u044f\u0446., \u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043a\u0440\u044b\u0448\u0443 \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0434\u043e\u043c\u0435., \u0412\u044b \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u0432\u0430\u043c\u043f\u0438\u0440\u0430 \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0434\u043e\u043c\u0435., \u0412\u044b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u0440\u043e\u0434\u0430\u0434\u0438\u0442\u0435 \u043a\u0440\u044b\u0448\u0443 \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0431\u0440\u0430\u043a\u0435.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043e\u0445\u043e\u0442\u043d\u0438\u043a\u043e\u0432 \u043d\u0430 \u043e\u043b\u0435\u043d\u0435\u0439 \u0443\u0431\u0438\u0432\u0430\u044e\u0442 \u043e\u043b\u0435\u043d\u0435\u0439 \u0441\u0442\u0440\u0443\u043d\u043e\u0439.", "output": "\u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043e\u0445\u043e\u0442\u043d\u0438\u043a\u043e\u0432 \u043d\u0430 \u043e\u043b\u0435\u043d\u0435\u0439 \u0441\u043e\u0431\u0438\u0440\u0430\u044e\u0442 \u043e\u043b\u0435\u043d\u0435\u0439 \u0441 \u043f\u0438\u0441\u0442\u043e\u043b\u0435\u0442\u043e\u043c., \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043e\u0445\u043e\u0442\u043d\u0438\u043a\u043e\u0432 \u043d\u0430 \u043e\u043b\u0435\u043d\u0435\u0439 \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u044e\u0442 \u043e\u043b\u0435\u043d\u044f \u043f\u0438\u0441\u0442\u043e\u043b\u0435\u0442\u043e\u043c., \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043e\u0445\u043e\u0442\u043d\u0438\u043a\u043e\u0432 \u0443\u0431\u0438\u0432\u0430\u044e\u0442 \u043e\u043b\u0435\u043d\u0435\u0439 \u043e\u0431\u0443\u0432\u044c\u044e., \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043e\u0445\u043e\u0442\u043d\u0438\u043a\u043e\u0432 \u0437\u0430 \u043e\u043b\u0435\u043d\u044f\u043c\u0438 \u0443\u0431\u0438\u0432\u0430\u044e\u0442 \u043e\u043b\u0435\u043d\u044f \u0438\u0437 \u043f\u0438\u0441\u0442\u043e\u043b\u0435\u0442\u0430.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0443\u0448\u043a\u0438 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u044b \u0438\u0437 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u0430 \u0438\u043b\u0438 \u0430\u0441\u0431\u0435\u0441\u0442\u0430 \u0438 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043c\u043e\u0434\u0435\u043b\u044f\u043c\u0438.", "output": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0443\u0448\u043a\u0438 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u044b \u0438\u0437 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u0430 \u0438\u043b\u0438 \u0434\u0440\u0435\u0432\u0435\u0441\u0438\u043d\u044b \u0438 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0438\u0433\u0440\u0443\u0448\u043a\u0430\u043c\u0438., \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0444\u043b\u0430\u0433\u0438 \u0441\u0434\u0435\u043b\u0430\u043d\u044b \u0438\u0437 \u0447\u0451\u0440\u043d\u043e\u0433\u043e \u0438\u043b\u0438 \u043d\u0438\u043a\u0435\u043b\u044f \u0438 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0438\u0433\u0440\u0443\u0448\u043a\u0430\u043c\u0438., \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0447\u0438\u043f\u0441\u044b \u0441\u0434\u0435\u043b\u0430\u043d\u044b \u0438\u0437 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u0430 \u0438\u043b\u0438 \u0440\u043e\u0433\u0430 \u0438 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0438\u0433\u0440\u0443\u0448\u043a\u0430\u043c\u0438., \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0443\u0448\u043a\u0438 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u044b \u0438\u0437 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u0430 \u0438\u043b\u0438 \u043f\u0440\u043e\u0441\u0442\u044b\u043d\u0438 \u0438 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430\u043c\u0438.", "category": "Sentence Perturbation 1038.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "N\u1ebfu b\u1ea1n mu\u1ed1n \u0111\u1ec3 t\u1ea3i m\u1ed9t m\u1ea3nh sau \u0111\u00f3 b\u1ea1n n\u00ean ngh\u0129 v\u1ec1 m\u1ed9t \u00fd t\u01b0\u1edfng.", "output": "N\u1ebfu b\u1ea1n mu\u1ed1n ch\u1ee9a m\u1ed9t c\u00e2u chuy\u1ec7n th\u00ec b\u1ea1n n\u00ean ngh\u0129 v\u1ec1 m\u1ed9t \u00fd t\u01b0\u1edfng., N\u1ebfu b\u1ea1n mu\u1ed1n tr\u1edf th\u00e0nh m\u1ed9t c\u00e2u chuy\u1ec7n th\u00ec b\u1ea1n n\u00ean ngh\u0129 v\u1ec1 m\u1ed9t \u00fd t\u01b0\u1edfng., N\u1ebfu b\u1ea1n mu\u1ed1n vi\u1ebft m\u1ed9t c\u00e2u chuy\u1ec7n th\u00ec b\u1ea1n n\u00ean ngh\u0129 v\u1ec1 m\u1ed9t \u00fd t\u01b0\u1edfng., N\u1ebfu b\u1ea1n l\u00e1i xe \u0111\u1ec3 vi\u1ebft m\u1ed9t c\u00e2u chuy\u1ec7n th\u00ec b\u1ea1n n\u00ean hy v\u1ecdng b\u1edfi v\u00ec m\u1ed9t \u00fd t\u01b0\u1edfng.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "B\u1ea1n s\u1ebd vi\u1ebft m\u1ed9t b\u00e0i th\u01a1 v\u00ec b\u1ea1n \u0111ang y\u00eau.", "output": "B\u1ea1n s\u1ebd l\u00e3nh \u0111\u1ea1o m\u1ed9t v\u1ea5n \u0111\u1ec1 b\u1edfi v\u00ec b\u1ea1n \u0111ang g\u1eb7p kh\u00f3 kh\u0103n., B\u1ea1n s\u1ebd vi\u1ebft m\u1ed9t b\u00e0i th\u01a1 b\u1edfi v\u00ec b\u1ea1n \u0111ang \u1edf trong t\u00ecnh tr\u1ea1ng kh\u00f3 ch\u1ecbu., B\u1ea1n s\u1ebd vi\u1ebft m\u1ed9t nh\u00e2n v\u1eadt b\u1edfi v\u00ec b\u1ea1n \u0111ang \u1edf trong c\u00e2u chuy\u1ec7n., Anh s\u1ebd s\u1ed1ng m\u1ed9t ch\u1ed7 v\u00ec anh \u0111ang \u1edf tr\u00ean thi\u00ean \u0111\u01b0\u1eddng.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Ng\u01b0\u1eddi ta kh\u00f4ng ph\u1ea3i l\u00fac n\u00e0o c\u0169ng n\u00f3i s\u1ef1 th\u1eadt.", "output": "Ng\u01b0\u1eddi ta kh\u00f4ng n\u00f3i v\u1edbi k\u1ebb tr\u1ed9m., Ng\u01b0\u1eddi ta kh\u00f4ng ch\u1ec9 n\u00f3i v\u1edbi b\u1ea1n b\u00e8., Ng\u01b0\u1eddi ta kh\u00f4ng \u0111\u01a1n \u0111\u1ed9c n\u00f3i l\u00ean \u0111i\u1ec1u \u0111\u00f3., M\u1ecdi ng\u01b0\u1eddi kh\u00f4ng c\u00f4 \u0111\u01a1n n\u00f3i cho th\u1ee9.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Ch\u00f3 \u0111\u1ebb l\u00e0m b\u1ea1n t\u1ed1t h\u01a1n cho tr\u1ebb con so v\u1edbi ch\u00f3 con.", "output": "Ch\u00f3 \u0111\u1ebb gi\u1ecfi h\u01a1n so v\u1edbi tr\u1ebb con h\u01a1n l\u00e0 m\u1eb7c \u00e1o kho\u00e1c., Ch\u00f3 \u0111\u1ebb gi\u1ecfi h\u01a1n so v\u1edbi tr\u1ebb con h\u01a1n ch\u00f3 so v\u1edbi ch\u00f3 so v\u1edbi ch\u00f3., Ch\u00f3 \u0111\u1ebb ki\u1ebfm ti\u1ec1n cho tr\u1ebb con t\u1ed1t h\u01a1n ch\u00f3 con., Ch\u00f3 \u0111\u1ebb l\u00e0m nh\u1eefng chuy\u1ebfn \u0111i cho tr\u1ebb con t\u1ed1t h\u01a1n ch\u00f3 con.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "R\u1ea5t c\u00f3 th\u1ec3 b\u1ea1n s\u1ebd t\u00ecm th\u1ea5y m\u1ed9t l\u00f4 tr\u00f2n xung quanh trong m\u1ed9t s\u00e2n bay.", "output": "R\u1ea5t c\u00f3 th\u1ec3 b\u1ea1n s\u1ebd t\u00ecm th\u1ea5y m\u1ed9t chuy\u1ebfn \u0111i ch\u01a1i v\u00f2ng v\u00f2ng \u1edf s\u00e2n bay., B\u1ea1n c\u00f3 th\u1ec3 t\u00ecm th\u1ea5y m\u1ed9t \u1ed1ng tr\u00f2n xung quanh trong m\u1ed9t s\u00e2n bay., R\u1ea5t c\u00f3 th\u1ec3 b\u1ea1n s\u1ebd t\u00ecm th\u1ea5y m\u1ed9t chuy\u1ebfn bay v\u00f2ng quanh s\u00e2n bay., R\u1ea5t c\u00f3 th\u1ec3 b\u1ea1n s\u1ebd c\u00f3 m\u1ed9t chuy\u1ebfn \u0111i ng\u1eafn b\u1ea5t ng\u1edd t\u1ea1i s\u00e2n bay.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0111\u01b0\u1ee3c chu\u1ea9n b\u1ecb v\u00e0 \u0103n trong nh\u00e0 b\u1ebfp.", "output": "Th\u1ee9c \u0103n th\u01b0\u1eddng \u0111\u01b0\u1ee3c n\u1ea5u v\u00e0 \u0103n trong b\u1ebfp., G\u00e0 \u0111\u01b0\u1ee3c l\u1eb7ng l\u1ebd chu\u1ea9n b\u1ecb v\u00e0 \u0103n trong nh\u00e0 b\u1ebfp., Th\u1ef1c ph\u1ea9m th\u01b0\u1eddng \u0111\u01b0\u1ee3c n\u1ea5u v\u00e0 \u0103n trong nh\u00e0 b\u1ebfp., Stew th\u01b0\u1eddng \u0111\u01b0\u1ee3c chu\u1ea9n b\u1ecb v\u00e0 xu\u1ea5t b\u1ea3n d\u01b0\u1edbi d\u1ea1ng.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "B\u1ea1n s\u1ebd xu\u1ea5t b\u1ea3n v\u1ec1 khoa h\u1ecdc b\u1edfi v\u00ec b\u1ea1n th\u00edch m\u1ed9t c\u00f4ng vi\u1ec7c th\u00fa v\u1ecb.", "output": "B\u1ea1n s\u1ebd h\u1ecdc v\u1ec1 khoa h\u1ecdc b\u1edfi v\u00ec b\u1ea1n gi\u00e0nh \u0111\u01b0\u1ee3c m\u1ed9t c\u00f4ng vi\u1ec7c t\u1ed1t., B\u1ea1n s\u1ebd h\u1ecdc v\u1ec1 khoa h\u1ecdc b\u1edfi v\u00ec b\u1ea1n t\u1ea1o ra m\u1ed9t c\u00f4ng vi\u1ec7c kh\u00f4ng th\u1ec3., B\u1ea1n s\u1ebd h\u1ecdc v\u1ec1 khoa h\u1ecdc b\u1edfi v\u00ec b\u1ea1n mu\u1ed1n m\u1ed9t c\u00f4ng vi\u1ec7c th\u00fa v\u1ecb., B\u1ea1n \u0111\u00e3 qu\u00ean v\u1ec1 khoa h\u1ecdc b\u1edfi v\u00ec b\u1ea1n mu\u1ed1n m\u1ed9t c\u00f4ng vi\u1ec7c v\u00f4 lu\u00e2n.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "M\u1ed9t \u0111\u1ee9a tr\u1ebb c\u00f3 th\u1ec3 x\u00e2y d\u1ef1ng m\u1ed9t b\u00e3i c\u00e1t.", "output": "M\u1ed9t \u0111\u1ee9a tr\u1ebb c\u00f3 th\u1ec3 x\u00e2y d\u1ef1ng m\u1ed9t b\u00e3i c\u00e1t., M\u1ed9t \u0111\u1ee9a tr\u1ebb c\u00f3 th\u1ec3 x\u00e2y d\u1ef1ng m\u1ed9t l\u00e2u \u0111\u00e0i., M\u1ed9t \u0111\u1ee9a tr\u1ebb c\u00f3 th\u1ec3 x\u00e2y d\u1ef1ng m\u1ed9t ng\u00f4i sao c\u00e1t., M\u1ed9t \u0111\u1ee9a tr\u1ebb c\u00f3 th\u1ec3 x\u00e2y d\u1ef1ng m\u1ed9t t\u1ea3ng \u0111\u00e1 c\u00e1t.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Vietnamese, generate a new Vietnamese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "B\u1ea1n c\u00f3 th\u1ec3 t\u00ecm th\u1ea5y m\u1ed9t \u0111\u1ed9ng c\u01a1 xung quanh trong m\u1ed9t th\u00e0nh ph\u1ed1.", "output": "B\u1ea1n c\u00f3 kh\u1ea3 n\u0103ng t\u00ecm th\u1ea5y m\u1ed9t ng\u00e0nh c\u00f4ng nghi\u1ec7p xung quanh trong m\u1ed9t th\u00e0nh ph\u1ed1., R\u1ea5t c\u00f3 th\u1ec3 b\u1ea1n s\u1ebd t\u00ecm th\u1ea5y m\u1ed9t tr\u1ee3 l\u00fd trong m\u1ed9t th\u00e0nh ph\u1ed1., Anh c\u00f3 th\u1ec3 t\u00ecm th\u1ea5y m\u1ed9t c\u00e1i g\u00ec \u0111\u00f3 trong m\u1ed9t th\u00e0nh ph\u1ed1., B\u1ea1n c\u00f3 kh\u1ea3 n\u0103ng t\u00ecm th\u1ea5y m\u1ed9t c\u00f4ng ty trong v\u00f2ng m\u1ed9t bu\u1ed5i s\u00e1ng.", "category": "Sentence Perturbation 1039.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u5982\u679c\u4f60\u60f3\u5728\u98de\u673a\u4e0a\u98de, \u4f60\u5e94\u8be5\u6709\u4e00\u4e2a\u7eff\u8272\u7684\u3002", "output": "\u5982\u679c\u4f60\u60f3\u5728\u98de\u673a\u4e0a\u98de\u884c,\u90a3\u4f60\u5e94\u8be5\u6709\u62a4\u7167\u3002, \u5982\u679c\u4f60\u60f3\u5728\u6587\u7ae0\u4e2d\u98de,\u90a3\u4f60\u5e94\u8be5\u6709\u62a4\u7167\u3002, \u5982\u679c\u60a8\u60f3\u8981\u5728\u51fa\u53e3\u4e2d\u98de\u884c,\u5e94\u8be5\u6301\u6709\u62a4\u7167\u3002, \u5982\u679c\u4f60\u60f3\u5728\u6025\u8bca\u5ba4\u8d4c\u535a \u90a3\u4f60\u5e94\u8be5\u6709\u4e00\u4e2a\u7f51\u7ad9", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u60a8\u53ef\u4ee5\u5728\u7b49\u5019\u5ba4\u770b\u533b\u751f\u3002", "output": "\u4f60\u53ef\u4ee5\u7528\u5019\u8bca\u5ba4\u8bf7\u533b\u751f\u3002, \u4f60\u53ef\u4ee5\u62ff\u4e00\u4e2a\u7b49\u5f85\u7403\u8863\u53bb\u770b\u533b\u751f\u3002, \u60a8\u53ef\u4ee5\u4f7f\u7528\u7b49\u5019\u5ba4\u8bbf\u95ee\u5893\u5730\u3002, \u60a8\u53ef\u4ee5\u4f7f\u7528\u7b49\u5f85\u6587\u4ef6\u5939\u6765\u63a5\u53d7\u4f4d\u7f6e \u3002", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u5e26\u4f60\u7238\u7238\u901a\u5e38\u9700\u8981\u6d17\u53d1\u6c34", "output": "\u6d17\u5c4b\u9876\u901a\u5e38\u9700\u8981\u6d17\u53d1\u6c34, \u6d17\u5934\u53d1\u901a\u5e38\u9700\u8981\u6d17\u53d1\u6c34, \u6d17\u5934\u53d1\u663e\u7136\u9700\u8981\u6d17\u53d1\u6c34, \u6d17\u4f60\u7684\u80f8\u7f69\u901a\u5e38\u9700\u8981\u6d17\u53d1\u6c34", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u5f53\u6709\u5b89\u5168\u4fdd\u969c\u7684\u611f\u89c9\u65f6,\u7236\u6bcd\u662f\u6fc0\u8fdb\u7684\u548c\u80fd\u8868\u8fbe\u7684\u3002", "output": "\u5f53\u6709\u65b0\u5947\u611f\u65f6, \u5bf9\u8bdd\u662f\u65b0\u9896\u7684,, \u5f53\u6709\u4e00\u79cd\u5b89\u5168\u611f\u5b58\u5728\u65f6,\u5bf9\u8bdd\u662f\u81ea\u7531\u7684\u548c\u53ef\u8868\u8fbe\u7684\u3002, \u5f53\u81ea\u6211\u611f\u5b58\u5728\u65f6,, \u5f53\u81ea\u7136\u611f\u5b58\u5728\u65f6,\u6c7d\u8f66\u662f\u8eab\u4f53\u548c\u8868\u8fbe\u7684\u3002", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u4f60\u5f88\u53ef\u80fd\u5728\u676f\u5b50\u91cc \u4fdd\u6301\u4e00\u4e2a\u8bb0\u5f55 \u575a\u56fa\u7684\u3002", "output": "\u60a8\u53ef\u80fd\u4f1a\u5728\u6846\u4e2d\u6350\u8d60\u4e00\u4e2a\u7eb8\u677f\u76d2 \u3002, \u4f60\u6709\u53ef\u80fd\u5728\u623f\u5b50\u91cc\u627e\u5230\u4e00\u4e2a\u7eb8\u7bb1\u3002, \u4f60\u53ef\u80fd\u4f1a\u5728\u6c60\u5858\u91cc\u73a9\u7eb8\u677f\u76d2, \u60a8\u53ef\u80fd\u4f1a\u5728\u5e7f\u544a\u4e2d\u8bfb\u53d6\u7eb8\u677f\u6846 \u3002", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u75c5\u4eba\u53ef\u4ee5\u5728\u5927\u5385\u7b49", "output": "\u56fd\u5bb6\u53ef\u4ee5\u5728\u4e2d\u5fc3\u7b49\u5f85\u3002, \u67aa\u624b\u53ef\u4ee5\u5728\u5927\u5385\u91cc\u72c2\u6b22, \u75c5\u4eba\u53ef\u4ee5\u7a7f\u519b\u670d, \u964c\u751f\u4eba\u53ef\u4ee5\u5728\u5927\u5385\u91cc\u51fa\u73b0", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u7f51\u7ad9\u7531\u5efa\u7b51\u5e08\u521b\u5efa\u3002", "output": "\u753b\u662f\u827a\u672f\u5bb6\u521b\u4f5c\u7684, \u90e8\u4ef6\u7531\u827a\u672f\u5bb6\u521b\u5efa \u3002, \u6807\u7b7e\u7531\u827a\u672f\u5bb6\u521b\u5efa \u3002, \u753b\u662f\u7531\u827a\u672f\u5bb6\u7f16\u8bd1\u7684\u3002", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u60a8\u6709\u8d44\u683c\u5728\u664b\u5347\u4e2d\u627e\u5230\u5019\u9009\u4eba \u3002", "output": "\u4f60\u4f1a\u5728\u8702\u5de2\u91cc\u627e\u5230\u5154\u5b50, \u4f60\u5f88\u53ef\u80fd\u5728\u4e00\u4e2a\u6d1e\u91cc\u627e\u5230\u5154\u5b50, \u4f60\u611f\u6fc0\u5728\u6d1e\u91cc\u627e\u5230\u5154\u5b50, \u60a8\u53ef\u4ee5\u5728\u641c\u7d22\u4e2d\u627e\u5230\u5154\u5b50 \u3002", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence in Chinese, generate a new Chinese sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u4f60\u4f1a\u5403\u997c\u5e72,\u56e0\u4e3a\u4f60\u60f3 \u586b\u9971\u809a\u5b50\u3002", "output": "\u4f60\u4f1a\u8bbf\u95ee\u4e00\u4e2a\u7ec8\u7aef \u56e0\u4e3a\u4f60\u60f3 \u586b\u9971\u809a\u5b50\u3002, \u4f60\u4f1a\u5f39\u51fa\u4e00\u4e2a\u5c4f\u5e55,\u56e0\u4e3a\u4f60\u60f3\u586b\u6ee1\u4f60\u7684\u5408\u540c\u3002, \u4f60\u4f1a\u5e38\u6765\u9e1f\u513f \u56e0\u4e3a\u4f60\u60f3\u586b\u9971\u809a\u5b50, \u4f60\u4f1a\u716e\u5357\u74dc \u56e0\u4e3a\u4f60\u60f3\u586b\u9971\u809a\u5b50\u3002", "category": "Sentence Perturbation 1040.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "A key can be a framework to a problem .", "output": "A key can be a solution to a problem., A drug can be a solution to a problem ., A product can be a customer to a cause ., A key can be a description to a problem .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "You are likely to find a desk in an office.", "output": "You are likely to find a monkey in an office ., You are rare to pull a desk in an office ., You are likely to find a lull in an office ., You are grateful to face a desk in an office .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "If you want to illustrate a point then you should draw a pic .", "output": "If you want to illustrate a point then you should draw a gradient ., If you want to illustrate a point then you should draw a picture., If you target to illustrate a bug then you should press a picture ., If you talk to illustrate a point then you should draw a comma .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "You are likely to find a bathroom with pipe in almost constantly .", "output": "You are critical to find a bathroom with toilet in almost everywhere ., You are likely to find a bathroom with toilet in almost everywhere., You are proud to find a bathroom with stuff in almost everywhere ., You are unknown to find a bathroom with toilet in almost everywhere .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "You are likely to cross a flower in a painting .", "output": "You are rude to scare a gentleman in a club ., You are likely to love a cowboy in a thriller ., You are likely to find a gentleman in a club., You are likely to turn a charity in a waste .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Most rooms in a house have an on/off switch that control the lights.", "output": "Most gates in a tree have an on / off switch that control the lights ., Most ages in a storm have an on / off switch that control the lights ., Most clothes in a house have an on / off switch that disable the lights ., Most rooms in a house have an on / off resolution that control the spaces .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "In school you can ask a lot of questions.", "output": "In school you can ask a lot of grandparents ., In school you can build a puzzle of questions ., In school you can drill a playbook of questions ., In school you can ask a lot of candidates .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "You are likely to eat a cow in a child 's picture .", "output": "You are likely to hold a cow in a child 's picture ., You are likely to find a cow in a child 's mind ., You are likely to find a cow in a child's picture., You are likely to ask a cow in a child 's picture .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Christopher falls down from the parachute .", "output": "Rain falls down from the clouds., Rain ove down from the clouds ., C falls down from the wing ., Ian falls down from the stars .", "category": "Sentence Perturbation 1041.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u00ab \u0648\u0625\u0646 \u00bb \u0645\u062e\u0641\u0641\u0629 \u0645\u0646 \u0627\u0644\u062b\u0642\u064a\u0644\u0629 \u0648\u0627\u0633\u0645\u0647\u0627 \u0645\u062d\u0630\u0648\u0641 \u0645\u062d\u0630\u0648\u0641 \u060c \u0623\u064a \u0641\u0625\u0646\u0643 \u00ab \u0644\u064e\u062a\u0630\u0647\u0628 \u00bb \u0625\u0644\u0649 \u00ab \u0627\u0644\u0646\u0635\u0627\u0631\u0649 \u00bb.", "output": "\u00ab \u0648\u0625\u0630\u0627 \u0623\u0631\u062f\u062a\u0645 \u0623\u0646 \u062a\u0633\u0645\u0639\u0648\u0627 \u063a\u0646\u0627\u0621 \u0641\u0639\u0644\u064a\u0643\u0645 \u0623\u0646 \u062a\u0647\u062a\u062f\u0648\u0627 \u00bb \u062a\u0631\u062f\u0648\u0627 \u00ab \u0625\u0644\u0649 \u0627\u0644\u062f\u064a\u0646 \u00bb \u062f\u064a\u0646 \u0627\u0644\u0625\u0633\u0644\u0627\u0645., \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0623\u0646 \u062a\u0633\u0645\u0639 \u0627\u0644\u063a\u0646\u0627\u0621 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0643\u0646\u064a\u0633\u0629, \u0648\u0625\u0646 \u0643\u0646\u062a -\u0623\u064a\u0647\u0627 \u0627\u0644\u0631\u0633\u0648\u0644- \u0645\u0646\u063a\u0645\u0633\u064b\u0627 \u0641\u064a \u0642\u0648\u0644\u0643 : \u0625\u0646 \u062a\u064e\u0633\u0652\u0645\u064e\u0639\u0652 \u0634\u064a\u0626\u064b\u0627 \u0641\u064e\u062a\u064f\u062e\u0652\u0631\u064e\u062c\u064f \u0645\u0650\u0646 \u0630\u0650\u0643\u0652\u0631\u0650\u0643\u064e \u0641\u064e\u062a\u064f\u0630\u0652\u0647\u064e\u0628\u064f \u0625\u0644\u0649 \u0645\u064e\u0644\u064e\u0643 \" \u0645\u0643\u0629 \"., \u00ab \u0648\u0644\u0626\u0646 \u00bb \u0644\u0627\u0645 \u0642\u0633\u0645 \u00ab \u0633\u0645\u0639\u062a\u0645 \u063a\u0646\u0627\u0621 \u00bb \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u0626\u0643\u0629 \u00ab \u0641\u0627\u0631\u062c\u0639\u0648\u0627 \u0625\u0644\u0649 \u0623\u0645\u0631 \u00bb \u0623\u0645\u0631\u0643\u0645 \u00ab \u0642\u0627\u0647\u0631\u064a\u0646 \u00bb.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0625\u0630\u0627 \u0623\u0631\u062f\u062a \u0623\u0646 \u062a\u062e\u0644\u0639 \u062b\u064a\u0627\u0628\u0643 \u0641\u0639\u0644\u064a\u0643 \u0623\u0646 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0635\u0627\u0628\u0648\u0646 \u0648\u0627\u0644\u0645\u063a\u0633\u0644\u0629.", "output": "\u0625\u0630\u0627 \u0623\u0631\u062f\u062a \u0623\u0646 \u062a\u0633\u062a\u062d\u0645 \u0641\u0639\u0644\u064a\u0643 \u0623\u0646 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0635\u0627\u0628\u0648\u0646 \u0648\u0627\u0644\u0645\u0627\u0621., \u00ab \u0625\u0646 \u0623\u0631\u062f\u062a\u0645 \u0623\u0646 \u062a\u0633\u062a\u062d\u0645\u0648\u0627 \u00bb \u0623\u064a \u062a\u0633\u062a\u062d\u0645\u0648\u0627 \u00ab \u0641\u0625\u0646\u0643\u0645 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0644\u062a\u0628\u062a\u063a\u0648\u0627 \u00bb \u0641\u064a\u0647 \u0627\u0644\u062a\u0641\u0627\u062a \u0639\u0646 \u0627\u0644\u063a\u064a\u0628\u0629 \u00ab \u0641\u064a\u0642\u0627\u0644\u0648\u0627 \u00bb \u0641\u064a\u0647 \u0625\u062f\u063a\u0627\u0645 \u0627\u0644\u062a\u0627\u0621 \u0641\u064a \u0627\u0644\u0623\u0635\u0644 \u0641\u064a \u0627\u0644\u0630\u0627\u0644 \u0648\u0641\u064a \u0642\u0631\u0627\u0621\u0629 \u0628\u0627\u0644\u0646\u0648\u0646 \u0648\u0627\u0644\u062a\u0627\u0621 \u0641\u064a \u0627\u0644\u0623\u0635\u0644 \u0641\u064a \u0627\u0644\u0630\u0627\u0644 \u0648\u0641\u064a \u0642\u0631\u0627\u0621\u0629 \u0628\u0627\u0644\u0646\u0648\u0646 \u00ab \u0645\u062a\u0627\u0639\u0627 \u0648\u0645\u0627\u0621\u0627 \u00bb \u0645\u0627\u0621., \u0641\u0625\u0646 \u0623\u0631\u062f\u062a -\u0623\u064a\u0647\u0627 \u0627\u0644\u0631\u0633\u0648\u0644- \u0623\u0646 \u062a\u064f\u062e\u0652\u0631\u0650\u062c\u064e \u060c \u0641\u062a\u064f\u062f\u0652\u062e\u0650\u0644\u0652 \u0641\u064a \u0627\u0644\u0623\u0631\u0636 \u0645\u0637\u0631\u064b\u0627 \u064a\u064f\u0633\u0652\u0642\u064e\u0649 \u060c \u0648\u062a\u064f\u0633\u0652\u0642\u064e\u0649 \u0645\u0650\u0646 \u0645\u0627\u0621 \u0634\u062f\u064a\u062f \u0627\u0644\u062d\u0631\u0627\u0631\u0629., \u00ab \u0641\u0625\u0646 \u0623\u0631\u062f\u062a\u0645 \u0623\u0646 \u062a\u0633\u062a\u062d\u0645\u0648\u0627 \u0641\u062a\u0630\u0643\u0631\u0648\u0627 \u0627\u0644\u0635\u0627\u0628\u0648\u0631\u0629 \u00bb \u0623\u064a \u0627\u0644\u0645\u0627\u0621 \u00ab \u0648 \u00bb \u0627\u0630\u0643\u0631\u0648\u0627 \u00ab \u0627\u0644\u0645\u0627\u0621 \u00bb.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u00ab \u0625\u0646 \u00bb \u0645\u0627 \u00ab \u0623\u0646\u062a \u0625\u0644\u0627 \u0645\u0631\u0639\u0648\u0628 \u00bb \u062e\u0627\u0626\u0641 \u00ab \u0645\u0646 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0645\u0631\u0623\u0629 \u0641\u064a \u0645\u0628\u0646\u0649 \u0639\u0627\u0645 \u00bb \u0647\u0648 \u0628\u064a\u062a \u0635\u0627\u0644\u062d.", "output": "\u0645\u0646 \u0627\u0644\u0645\u0631\u062c\u062d \u0627\u0646 \u062a\u062c\u062f \u0642\u0627\u0639\u0629 \u0641\u064a \u0645\u0628\u0646\u0649 \u0639\u0627\u0645., \u00ab \u0625\u0646\u0643\u0645 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0644\u062a\u0642\u064a\u0645\u0648\u0646 \u0641\u064a \u0645\u0628\u0646\u0649 \u0639\u0627\u0645 \u00bb \u0647\u0648 \u0628\u064a\u062a \u0627\u0644\u0645\u0642\u062f\u0633., \u00ab \u0625\u0646\u0643\u0645 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0644\u062a\u0623\u062a\u0648\u0646 \u00bb \u0641\u064a \u0627\u0644\u062f\u0646\u064a\u0627 \u00ab \u0628\u0628\u0631\u0647\u0629 \u0645\u0643\u0634\u0648\u0641\u0629 \u00bb \u0641\u064a \u0645\u0643\u0627\u0646 \u0639\u0627\u0645., \u0623\u0646\u062a \u062a\u064e\u0632\u0650\u064a\u062f\u064f a \u0642\u0627\u0639\u0629 \u0641\u064a a \u0647\u064a\u0626\u0629 \u0639\u0627\u0645\u0651\u0629.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u00ab \u0648\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u0633\u062a\u062e\u062f\u0645 \u0642\u0633\u0645\u0627 \u00bb \u0642\u0633\u0645\u0627 \u00ab \u0644\u062a\u0636\u0641\u064a \u062c\u0645\u0627\u0644\u0627 \u00bb.", "output": "\u00ab \u062a\u0633\u062a\u0637\u064a\u0639\u0648\u0646 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0633\u0644\u0637\u0627\u0646 \u00bb \u062d\u0643\u0645 \u00ab \u0644\u062a\u0647\u0644\u0643\u0648\u0627 \u00bb \u0628\u0627\u0644\u064a\u0627\u0621 \u0648\u0627\u0644\u062a\u0627\u0621 \u062a\u0647\u0644\u0643\u0648\u0627., \u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0634\u062c\u0631\u0629 \u0644\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062c\u0645\u0627\u0644., \u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u062d\u0645\u0631 \u0627\u0644\u0634\u0641\u0627\u0647 \u0644\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062c\u0645\u0627\u0644., \u00ab \u0648\u064a\u0645\u0643\u0646\u0643\u0645 \u0623\u0646 \u062a\u0633\u062a\u062e\u062f\u0645\u0648\u0627 \u0633\u0628\u064a\u0644\u0627 \u00bb \u062a\u0648\u062c\u064a\u0647\u0627 \u00ab \u0644\u062a\u0636\u0641\u064a\u0648\u0627 \u062c\u0645\u0627\u0644\u0627 \u00bb.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u064a\u0633\u062a\u062e\u062f\u0645 \u0645\u0641\u062a\u0627\u062d \u0644\u0644\u062d\u062f \u0645\u0646 \u0627\u0644\u0631\u0642\u0627\u0628\u0629.", "output": "(\u0623) \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0645\u062d\u0645\u064a\u0627\u064b \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062d\u062f \u0645\u0646 \u0627\u0644\u0628\u062d\u062b\u061b, \u064a\u064f\u0633\u064e\u0645\u0651\u064e\u0649 \u0627\u0644\u062a\u0644\u0645\u064a\u0630 \u0628\u0640 \" \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0645\u0646 \u0627\u0644\u0642\u0648\u0629 \"., \u064a\u0644\u0632\u0645 \u0639\u0642\u062f \u0627\u062c\u062a\u0645\u0627\u0639 \u0644\u0644\u062d\u062f \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u062d\u0642\u0629 \u0627\u0644\u0642\u0636\u0627\u0626\u064a\u0629., \u0648\u064a\u064f\u0633\u062a\u062e\u062f\u0645 \u0645\u0641\u062a\u0627\u062d \u0644\u0644\u062d\u062f \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u00ab \u0648\u062a\u0631\u0643\u062a \u00bb \u0623\u0628\u0642\u064a\u062a \u00ab \u0645\u0646 \u0646\u0637\u0641\u0629 \u0645\u0646 \u0634\u0639\u064a\u0628 \u00bb \u062c\u0645\u0639 \u0634\u0639\u064a\u0628.", "output": "\u0644\u0642\u062f \u0635\u0646\u0639\u062a \u0634\u0645\u0639\u0629 \u0645\u0646 \u0627\u0644\u0634\u0645\u0639, \u00ab \u0644\u0642\u062f \u0634\u0631\u0628\u062a \u0634\u062c\u0631\u0627 \u0645\u0646 \u0634\u0639\u064a\u0628 \u00bb \u0634\u0639\u064a\u0628., \u00ab \u0625\u0646 \u00bb \u0645\u062e\u0641\u0641\u0629 \u0645\u0646 \u0627\u0644\u062b\u0642\u064a\u0644\u0629 \u0648\u0627\u0633\u0645\u0647\u0627 \u0645\u062d\u0630\u0648\u0641 \u060c \u0623\u064a \u0625\u0646\u0647 \u00ab \u0644\u064e\u0628\u0652\u0646\u064e\u062a\u0652 \u00bb \u0628\u0627\u0644\u062a\u062e\u0641\u064a\u0641 \u0648\u0627\u0644\u062a\u0634\u062f\u064a\u062f : \u0623\u064a \u062e\u0644\u0642\u062a \u00ab \u0645\u0646 \u0646\u0637\u0641\u0629 \u00bb \u062c\u0645\u0639 \u0634\u062c\u0631 \u00ab \u0645\u0646 \u0634\u0639\u0627\u0626\u0631 \u00bb \u062c\u0645\u0639 \u0646\u0627\u0635\u0628\u0629., \u0639\u0645\u0644\u062a \u0642\u0637\u0629 \u0645\u0646 \u0627\u0644\u0641\u0648\u0636\u0649.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0645\u0646 \u0627\u0644\u0645\u0631\u062c\u062d \u0623\u0646 \u062a\u062c\u062f \u062d\u062c\u0632\u0627\u064b \u0644\u0644\u062d\u0627\u0641\u0644\u0629 \u0641\u064a \u0635\u0641 \u062c\u0627\u0645\u0639\u064a.", "output": "\u0645\u0646 \u0627\u0644\u0645\u0631\u062c\u062d \u0623\u0646 \u062a\u062c\u062f \u062d\u0627\u0641\u0644\u0629 \u0641\u064a \u0645\u062d\u0644 \u0646\u0642\u0644., \u00ab \u0625\u0646\u0643\u0645 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0644\u062a\u062c\u062f\u0648\u0646 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0641\u064a \u062d\u064e\u062c\u0652\u0631\u064d \u00bb \u062d\u064e\u0645\u0652\u0644\u064b\u0627 \u00ab \u062d\u064e\u0631\u0652\u0645\u064e\u0629\u064b \u00bb \u062d\u064e\u0645\u0652\u0631\u064b\u0627., \u00ab \u0625\u0646\u0643\u0645 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0644\u062a\u062c\u062f\u0648\u0646 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0628\u062d\u0627\u0641\u0644\u0629 \u00bb \u062d\u0627\u0641\u0644\u0629 \u00ab \u0641\u064a \u0646\u0628\u0623 \u0645\u0628\u064a\u0646 \u00bb \u062e\u0628\u0631 \u0645\u0628\u062a\u062f\u0623 \u062e\u0628\u0631\u0647., \u0645\u0646 \u0627\u0644\u0645\u0631\u062c\u062d \u0627\u0646 \u062a\u062c\u062f \u0645\u0644\u062c\u0623 \u0644\u0644\u062d\u0627\u0641\u0644\u0629 \u0641\u064a \u0645\u062d\u0637\u0629 \u0644\u0644\u062d\u0627\u0641\u0644\u0627\u062a.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0645\u0646 \u0627\u0644\u0645\u0631\u062c\u062d \u0623\u0646 \u062a\u062e\u062a\u0627\u0631 \u062c\u0627\u0645\u0639\u0629 \u0641\u064a \u0645\u0646\u0627\u0648\u0628\u062a\u0643.", "output": "\u00ab \u0625\u0646\u0643\u0645 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0644\u062a\u062e\u0631\u062c\u0648\u0646 \u0642\u0644\u064a\u0644\u0627 \u00bb \u0645\u0646 \u0627\u0644\u062f\u0646\u064a\u0627 \u0625\u0644\u0649 \u0627\u0644\u0622\u062e\u0631\u0629., \u0645\u0646 \u0627\u0644\u0645\u062d\u062a\u0645\u0644 \u0623\u0646 \u062a\u062c\u062f \u0642\u0637\u0629 \u0641\u064a \u062d\u0636\u0646\u0643, \u00ab \u0625\u0646\u0643\u0645 \u00bb \u064a\u0627 \u0623\u0647\u0644 \u0645\u0643\u0629 \u00ab \u0644\u062a\u062c\u062f\u0648\u0646 \u0645\u0631\u062c\u0639\u0627 \u00bb \u0645\u0631\u062c\u0639\u0627 \u00ab \u0641\u064a \u0643\u062a\u0627\u0628\u0643\u0645 \u00bb \u0627\u0644\u0644\u0648\u062d \u0627\u0644\u0645\u062d\u0641\u0648\u0638 \u0641\u064a \u0627\u0644\u0644\u0648\u062d \u0627\u0644\u0645\u062d\u0641\u0648\u0638., \u00ab \u0625\u0646\u0643 \u00bb \u064a\u0627 \u0645\u062d\u0645\u062f \u00ab \u0639\u0644\u0649 \u062d\u0642 \u0641\u064a \u0623\u0646 \u062a\u062c\u062f \u0641\u064a \u0628\u0637\u0646\u0643 \u0642\u0637\u0629 \u00bb.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0625\u0646\u0647 \u0636\u062f \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0644\u0628\u064a\u0639 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u062d\u064a\u0627\u0629 \u0628\u062f\u0648\u0646 \u062a\u0631\u062e\u064a\u0635 \u0645\u0646 \u0627\u0644\u062f\u0648\u0644\u0629.", "output": "\u0648\u0645\u0646 \u0627\u0644\u0645\u062e\u0627\u0644\u0641 \u0644\u0644\u0642\u0627\u0646\u0648\u0646 \u0646\u0642\u0644 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u062d\u064a\u0627\u0629 \u062f\u0648\u0646 \u062a\u0631\u062e\u064a\u0635 \u0645\u0646 \u0627\u0644\u062f\u0648\u0644\u0629., \u0645\u0646 \u0645\u0635\u0644\u062d\u0629 \u0628\u064a\u0639 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u062d\u064a\u0627\u0629 \u0628\u062f\u0648\u0646 \u0645\u0624\u0633\u0633\u0629 \u062d\u0643\u0648\u0645\u064a\u0629., \u0648\u0645\u0646 \u0627\u0644\u0645\u062e\u0627\u0644\u0641 \u0644\u0644\u0642\u0627\u0646\u0648\u0646 \u062a\u062c\u0647\u064a\u0632 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u062d\u064a\u0627\u0629 \u062f\u0648\u0646 \u062a\u0631\u062e\u064a\u0635 \u0645\u0646 \u0627\u0644\u062f\u0648\u0644\u0629., \u0648\u0645\u0646 \u0627\u0644\u0645\u062e\u0627\u0644\u0641 \u0644\u0644\u0642\u0627\u0646\u0648\u0646 \u0623\u0646 \u062c\u062f\u0648\u0644 \u0627\u0644\u062a\u0623\u0645\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u062d\u064a\u0627\u0629 \u062f\u0648\u0646 \u062a\u0631\u062e\u064a\u0635 \u0645\u0646 \u0627\u0644\u062f\u0648\u0644\u0629.", "category": "Sentence Perturbation 1042.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0412\u0438\u0435 \u0431\u0438\u0445\u0442\u0435 \u0441\u0435 \u0441\u0440\u0435\u0449\u043d\u0430\u043b\u0438 \u0441 \u043f\u0440\u0438\u044f\u0442\u0435\u043b, \u0437\u0430\u0449\u043e\u0442\u043e \u0441\u0442\u0435 \u043c\u0443 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f.", "output": "\u0429\u0435 \u0441\u0435 \u0441\u0440\u0435\u0449\u043d\u0435\u0442\u0435 \u0441 \u0442\u0440\u0435\u043d\u044c\u043e\u0440, \u0437\u0430\u0449\u043e\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0438\u0442\u0435 \u0441 \u043d\u0435\u0433\u043e\u0432\u0430\u0442\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f., \u0421\u0440\u0435\u0449\u043d\u0430\u043b \u0441\u0438 \u0441\u0435 \u0441 \u043f\u0440\u0438\u044f\u0442\u0435\u043b, \u0437\u0430\u0449\u043e\u0442\u043e \u0441\u0438 \u0441\u0435 \u0437\u0430\u043d\u0438\u043c\u0430\u0432\u0430\u043b \u0441 \u0445\u043e\u0431\u0438\u0442\u043e \u043c\u0443., \u0429\u0435 \u0441\u0435 \u0441\u0440\u0435\u0449\u043d\u0435\u0442\u0435 \u0441 \u043f\u0440\u0438\u044f\u0442\u0435\u043b, \u0437\u0430\u0449\u043e\u0442\u043e \u0441\u0435 \u0440\u0430\u0434\u0432\u0430\u0442\u0435 \u043d\u0430 \u043d\u0435\u0433\u043e\u0432\u0430\u0442\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f., \u0429\u0435 \u0441\u0435 \u0441\u0440\u0435\u0449\u043d\u0435\u0448 \u0441 \u043f\u0440\u0438\u044f\u0442\u0435\u043b, \u0437\u0430\u0449\u043e\u0442\u043e \u0446\u0435\u043d\u0438\u0448 \u043d\u0435\u0433\u043e\u0432\u0430\u0442\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0415\u0434\u0438\u043d \u043f\u043e\u043b\u0438\u0442\u0438\u043a \u043c\u043e\u0436\u0435 \u0434\u0430 \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043e\u0441\u0442\u0442\u0430, \u043a\u0430\u0442\u043e \u0441\u043b\u043e\u0436\u0438 \u043a\u0440\u0430\u0439 \u043d\u0430 \u043f\u043e\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0442\u0435 \u0438\u0433\u0440\u0438.", "output": "\u0415\u0434\u0438\u043d \u043f\u043e\u043b\u0438\u0442\u0438\u043a \u043c\u043e\u0436\u0435 \u0434\u0430 \u0438\u0437\u043f\u044a\u043b\u043d\u0438 \u043d\u0430 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u0442\u043e, \u043a\u0430\u0442\u043e \u0441\u043b\u043e\u0436\u0438 \u043a\u0440\u0430\u0439 \u043d\u0430 \u043f\u043e\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0442\u0435 \u0438\u0433\u0440\u0438., \u0415\u0434\u0438\u043d \u043f\u043e\u043b\u0438\u0442\u0438\u043a \u043c\u043e\u0436\u0435 \u0434\u0430 \u043f\u043e\u0447\u0435\u0442\u0435 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u0442\u043e, \u043a\u0430\u0442\u043e \u0441\u043b\u043e\u0436\u0438 \u043a\u0440\u0430\u0439 \u043d\u0430 \u043f\u043e\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0442\u0435 \u0438\u0433\u0440\u0438., \u0415\u0434\u0438\u043d \u043f\u043e\u043b\u0438\u0442\u0438\u043a \u043c\u043e\u0436\u0435 \u0434\u0430 \u043f\u043e\u0447\u0435\u0442\u0435 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u0442\u043e, \u043a\u0430\u0442\u043e \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0438 \u043f\u043e\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0442\u0435 \u0441\u0434\u0435\u043b\u043a\u0438., \u041c\u0435\u0434\u0438\u0438\u0442\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u043f\u043e\u0447\u0435\u0442\u0430\u0442 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u0442\u043e, \u043a\u0430\u0442\u043e \u0441\u043b\u043e\u0436\u0430\u0442 \u043a\u0440\u0430\u0439 \u043d\u0430 \u043f\u043e\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0442\u0435 \u0438\u0433\u0440\u0438.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0412\u043b\u0438\u044f\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u0441\u0432\u0438\u0440\u0435\u043d\u0435 \u043d\u0430 \u043f\u0438\u0430\u043d\u043e\u0442\u043e \u0435 \u043c\u0443\u0437\u0438\u043a\u0430\u043b\u043d\u043e.", "output": "\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u0441\u0432\u0438\u0440\u0435\u043d\u0435 \u043d\u0430 \u043f\u0438\u0430\u043d\u043e \u0435 \u043c\u0443\u0437\u0438\u043a\u0430\u043b\u0435\u043d \u0437\u0432\u0443\u043a., \u041c\u043e\u0434\u0435\u043b\u044a\u0442 \u043d\u0430 \u0441\u0432\u0438\u0440\u0435\u043d\u0435 \u043d\u0430 \u043f\u0438\u0430\u043d\u043e\u0442\u043e \u0435 \u043c\u0443\u0437\u0438\u043a\u0430\u043b\u0435\u043d \u0437\u0432\u0443\u043a., \u0417\u0432\u0443\u043a\u044a\u0442 \u043e\u0442 \u0441\u0432\u0438\u0440\u0435\u043d\u0435 \u043d\u0430 \u043f\u0438\u0430\u043d\u043e \u0435 \u043c\u0443\u0437\u0438\u043a\u0430\u043b\u0435\u043d \u0437\u0432\u0443\u043a., \u041c\u0443\u0437\u0438\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u0432\u0438\u0440\u0435\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u0438\u0430\u043d\u043e\u0442\u043e \u0435 \u043c\u0443\u0437\u0438\u043a\u0430\u043b\u0435\u043d \u0437\u0432\u0443\u043a.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0412\u0438\u0435 \u0431\u0438\u0445\u0442\u0435 \u0438\u0441\u043a\u0430\u043b\u0438 \u0434\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0435 \u0441\u043a\u0430\u043b\u0435\u043d \u043a\u043e\u043d\u0446\u0435\u0440\u0442, \u0437\u0430\u0449\u043e\u0442\u043e \u0441\u0435 \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0432\u0430\u0442\u0435 \u043d\u0430 \u0441\u043a\u0430\u043b\u043d\u0430\u0442\u0430 \u043c\u0443\u0437\u0438\u043a\u0430.", "output": "\u0429\u0435 \u043f\u0440\u0438\u0441\u044a\u0441\u0442\u0432\u0430\u0442\u0435 \u043d\u0430 \u043a\u043e\u043d\u0446\u0435\u0440\u0442 \u043d\u0430 \u041a\u0438\u0441, \u0437\u0430\u0449\u043e\u0442\u043e \u0441\u0435 \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0432\u0430\u0442\u0435., \u0412\u0438\u0435 \u0449\u0435 \u043f\u0440\u0438\u0441\u044a\u0441\u0442\u0432\u0430\u0442\u0435 \u043d\u0430 \u0441\u0430\u043b\u0441\u0430 \u043a\u043e\u043d\u0446\u0435\u0440\u0442, \u0437\u0430\u0449\u043e\u0442\u043e \u0442\u0438 \u0432\u043a\u0443\u0441 \u0440\u043e\u043a \u043c\u0443\u0437\u0438\u043a\u0430., \u0412\u0438\u0435 \u0449\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u0442\u0435 \u0441\u043a\u0430\u043b\u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f, \u0437\u0430\u0449\u043e\u0442\u043e \u0441\u0435 \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0432\u0430\u0442\u0435 \u043d\u0430 \u0441\u043a\u0430\u0447\u0430\u043d\u0435., \u0429\u0435 \u043e\u0442\u0438\u0434\u0435\u0448 \u043d\u0430 \u043a\u043e\u043d\u0446\u0435\u0440\u0442 \u043d\u0430 \u0440\u043e\u043a, \u0437\u0430\u0449\u043e\u0442\u043e \u043e\u0431\u0438\u0447\u0430\u0448 \u0441 \u0440\u043e\u043a \u043c\u0443\u0437\u0438\u043a\u0430\u0442\u0430.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0410\u043a\u043e \u0438\u0441\u043a\u0430\u0448 \u0434\u0430 \u0433\u043b\u0435\u0434\u0430\u0448 \u0444\u0438\u043b\u043c, \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043f\u0443\u0441\u043d\u0435\u0448 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u043e\u0440\u0430.", "output": "\u0410\u043a\u043e \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0436\u0438\u0432\u0435\u0435\u0442\u0435 \u0444\u0438\u043b\u043c \u0442\u043e\u0433\u0430\u0432\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u043e\u0440\u0430., \u0410\u043a\u043e \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0433\u043b\u0435\u0434\u0430\u0442\u0435 \u0442\u0443\u0431\u0438\u0447\u043a\u0430, \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043f\u043e\u0434\u043f\u0438\u0448\u0435\u0442\u0435 \u043d\u0430 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u043e\u0440\u0430., \u0410\u043a\u043e \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0432\u0430\u0442\u0435 \u0434\u0435\u0442\u0435, \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0431\u043b\u043e\u043a\u0438\u0440\u0430\u0442\u0435 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u043e\u0440\u0430., \u0410\u043a\u043e \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0442\u0435 \u0444\u0438\u043b\u043c \u0442\u043e\u0433\u0430\u0432\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043d\u0430\u0435\u043c\u0430\u0442 \u043f\u043e \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u0438\u044f\u0442\u0430.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0412\u0441\u0438\u0447\u043a\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0441\u0430 \u043f\u043e\u0434\u043b\u043e\u0436\u0435\u043d\u0438 \u043d\u0430 \u043d\u0430\u0441\u0438\u043b\u0438\u0435.", "output": "\u041f\u0440\u0435\u0447\u0438\u0441\u0442 \u0435 \u0422\u043e\u0439 \u043e\u0442 \u0432\u0430\u0441, \u043e\u0431\u0438\u0442\u0430\u0442\u0435\u043b\u0438\u0442\u0435 \u043d\u0430 \u0410\u043b\u043b\u0430\u0445!, \u0414\u0430, \u0442\u0435\u0437\u0438 \u0441\u0430 \u0441\u044a\u043a\u0440\u043e\u0432\u0438\u0449\u043d\u0438\u0446\u0438\u0442\u0435., \u0421\u044a\u043e\u0431\u0449\u0435\u0442\u0435, \u0447\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0441\u0430 \u0440\u0430\u0437\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438 \u0447\u0440\u0435\u0437 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e-\u0447\u0430\u0441\u0442\u043d\u0438., \u0412\u0441\u0438\u0447\u043a\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0441\u0435 \u0440\u0435\u0448\u0430\u0432\u0430\u0442 \u0447\u0440\u0435\u0437 \u043d\u0430\u0441\u0438\u043b\u0438\u0435.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u041e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u043e\u0442\u0441\u043b\u0443\u0436\u0432\u0430\u0442 \u043c\u043e\u043b\u0438\u0442\u0432\u0430\u0442\u0430, \u0433\u0438 \u043e\u0431\u0438\u0447\u0430\u0442.", "output": "\u0414\u0435\u0446\u0430\u0442\u0430 \u043e\u0431\u0438\u0447\u0430\u0442 \u0441\u0432\u043e\u0438\u0442\u0435 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0438., \u041e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u0447\u0435\u0442\u0430\u0442 \u0437\u043d\u0430\u043c\u0435\u043d\u0438\u044f\u0442\u0430 \u043d\u0430 \u0410\u043b\u043b\u0430\u0445, \u0442\u0435 \u0441\u0430 \u043e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u043a\u0430\u0437\u0432\u0430\u0442 : \u201c \u041e, \u0445\u043e\u0440\u0430 \u043d\u0430 \u0410\u043b\u043b\u0430\u0445, \u043e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u0441\u0430 \u043d\u0430 \u0447\u0435\u043b\u043e\u0442\u043e, \u0441\u0430 \u043d\u0430 \u0447\u0435\u043b\u043e\u0442\u043e. \u201d, \u041e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u0432\u0437\u0438\u043c\u0430\u0442 \u0437\u0430 \u043b\u044a\u0436\u0430, \u0442\u0435 \u0441\u0435 \u043f\u043e\u0443\u0447\u0430\u0432\u0430\u0442., \u041e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u043e\u0431\u0438\u0447\u0430\u0442 \u0441\u0443\u0434\u0436\u0443\u0434, \u043e\u0431\u0438\u0447\u0430\u0442 \u0441\u0443\u0434\u0436\u0443\u0434.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u0410 \u0434\u043e\u0431\u0440\u0430 \u0446\u0435\u043d\u0430 \u0449\u0435 \u0432\u0438 \u043d\u0430\u043a\u0430\u0440\u0430 \u0434\u0430 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0442\u0435\u0441\u0442\u0432\u0430\u0442\u0435 \u043f\u043e\u043c\u043f\u0430\u0442\u0430.", "output": "\u0415\u0434\u043d\u0430 \u0434\u043e\u0431\u0440\u0430 \u0446\u0435\u043d\u0430 \u0449\u0435 \u0432\u0438 \u043d\u0430\u043a\u0430\u0440\u0430 \u0434\u0430 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0442\u0435\u0441\u0442\u0432\u0430\u0442\u0435 \u043a\u043e\u043b\u0430\u0442\u0430., \u0410 \u0434\u043e\u0431\u0440\u0430 \u0446\u0435\u043d\u0430 \u0449\u0435 \u0432\u0438 \u043d\u0430\u043a\u0430\u0440\u0430 \u0434\u0430 \u0442\u0435\u0441\u0442\u0432\u0430\u0442\u0435 \u043a\u043e\u043b\u0430\u0442\u0430., \u0412\u044a\u0437\u043c\u043e\u0436\u043d\u043e \u0435 \u0446\u0435\u043d\u0430\u0442\u0430 \u0434\u0430 \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0430, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0442\u0435\u0441\u0442\u0432\u0430\u0442\u0435 \u043a\u043e\u043b\u0430\u0442\u0430., \u0410 \u0434\u043e\u0431\u0440\u0430 \u0446\u0435\u043d\u0430 \u0449\u0435 \u0432\u0438 \u043d\u0430\u043a\u0430\u0440\u0430 \u0434\u0430 \u0442\u0435\u0441\u0442\u0432\u0430\u0442\u0435 \u0432\u0435\u0440\u0438\u0433\u0430\u0442\u0430.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "\u041a\u043e\u043b\u0435\u043b\u043e\u0442\u043e \u0441\u0435 \u0435 \u043f\u0440\u043e\u0442\u0440\u044a\u0431\u0438\u043b\u043e \u0432 \u043a\u0430\u0440\u0443\u0446\u0430\u0442\u0430.", "output": "\u0418 \u0441\u0435 \u0441\u043f\u0443\u0441\u043d\u0430 \u043e\u043d\u043e\u0432\u0430, \u0441 \u043a\u043e\u0435\u0442\u043e \u0441\u0435 \u0441\u043f\u0443\u0441\u043d\u0430., \u041a\u043e\u043b\u0435\u043b\u043e\u0442\u043e \u043f\u0430\u0434\u043d\u0430 \u043e\u0442 \u043a\u0430\u0440\u0443\u0446\u0430\u0442\u0430., \u041a\u043e\u043b\u0435\u043b\u043e\u0442\u043e \u043e\u0442\u0440\u044f\u0437\u0432\u0430 \u043a\u0430\u0440\u0443\u0446\u0430\u0442\u0430., \u0418 \u0441\u0435 \u0441\u043f\u0443\u0441\u043d\u0430\u0445\u0430 \u043e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u0431\u044f\u0445\u0430 \u0432 \u041a\u043e\u0432\u0447\u0435\u0433\u0430.", "category": "Sentence Perturbation 1043.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Du w\u00fcrdest eine Klasse bestehen, weil es eine Errungenschaft ist.", "output": "Sie w\u00fcrden eine Biene gewinnen, weil es ein Anwalt ist., Sie w\u00fcrden eine Klasse wegwerfen, weil sie eine Klasse ist., Sie w\u00fcrden eine Klasse anfordern, weil es eine Leistung ist., Sie w\u00fcrden eine Klasse unterscheiden, weil es eine Leistung ist.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Sie w\u00fcrden ein Geschenk f\u00fchlen, weil Sie einen Geburtstag anerkennen m\u00f6chten.", "output": "Sie w\u00fcrden ein Geschenk verl\u00e4ngern, weil Sie eine Hilfe geben wollen., Du w\u00fcrdest ein Geschenk machen, weil du einen Geburtstag anerkennen willst., Sie w\u00fcrden ein Geschenk geben, weil Sie ein Unternehmen akzeptieren wollen., Du w\u00fcrdest ein Geschenk missbrauchen, weil du einen Geburtstag anerkennen willst.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Sie k\u00f6nnen eine Hintert\u00fcr ausstatten, um an einer T\u00fcr zu bleiben.", "output": "Sie k\u00f6nnen eine Schrotflinte benutzen, um in einen Laden zu klopfen., Du kannst mit einem Finger an eine T\u00fcr klopfen., Sie k\u00f6nnen ein Netz verwenden, um auf einem Pool zu kriechen., Sie k\u00f6nnen ein T verwenden, um ein Zeichen zu subprimieren.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Zuh\u00f6ren auf die Apps ist f\u00fcr den Besitz von Musik.", "output": "Kontakt zum Radio ist f\u00fcr das H\u00f6ren von Musik., Das Radio zu h\u00f6ren, ist Musik zu h\u00f6ren., Spielen Sie im Radio ist f\u00fcr das H\u00f6ren von Musik., H\u00f6ren auf die Schleife ist f\u00fcr den Fang von Musik.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Ein Ox ist ein Urinstamm, der von Wasser umgeben ist.", "output": "Eine Insel ist ein St\u00fcck Land umgeben von Wasser., Ein H ist ein von Wasser umgebenes Fechtst\u00fcck., Ein H ist ein St\u00fcck vom Wasser umgeben., Eine Insel ist eine Festung des Baus, umgeben von Wasser.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Sie sind erstaunt, eine doppelte K\u00f6nigin in einem Schachspiel zu finden.", "output": "Sie werden wahrscheinlich eine Schachk\u00f6nigin in einen Schachkreis verwandeln., Sie werden wahrscheinlich eine Schachk\u00f6nigin in einem Schachk\u00f6rper tragen., Sie werden wahrscheinlich einer Schachk\u00f6nigin in einem entscheidenden Spiel helfen., Sie werden wahrscheinlich eine Schachk\u00f6nigin in einem Schachspiel finden.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Sie w\u00fcrden morgens aufwachen, weil Sie in den Urlaub gehen m\u00f6chten.", "output": "Sie w\u00fcrden im Keller aufwachen, weil Sie in den Urlaub gehen wollen., Sie w\u00fcrden im Alarm aufwachen, weil Sie im Urlaub wissen wollen., Sie w\u00fcrden in der Wildnis aufwachen, weil Sie in den Urlaub gehen m\u00f6chten., Sie w\u00fcrden in der M aufwachen, weil Sie sich auf den Urlaub konzentrieren m\u00f6chten.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Sie w\u00fcrden gehen, um einen Haarschnitt zu bekommen, weil Ihre Haare lang sind.", "output": "Sie w\u00fcrden darauf bestehen, sich einem Haarschnitt zu stellen, weil Ihr Haar billig ist., Sie w\u00fcrden es schaffen, einen Haarschnitt zu bekommen, weil Ihr Haar lang ist., Sie w\u00fcrden gehen, um einen Gefallen zu trinken, weil Ihr Haar lang ist., Du w\u00fcrdest ein Elternteil werden, weil dein Haar lang ist.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in German, generate a new German sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Der Ritus der Versiegelung eines Buches ist Lernen.", "output": "Die Art des Lesens eines W\u00e4hlers pr\u00fcft., Der Effekt der Zuweisung einer Distanz nimmt zu., Die Wirkung des Lesens eines Buches ist Lernen., Der Fall des Folgens eines Buches ist Lernen.", "category": "Sentence Perturbation 1044.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Es probable que vaya a un valle en una zona monta\u00f1osa.", "output": "Es probable que reclame un valle en una zona monta\u00f1osa., Es probable que encuentre un valle en un corredor monta\u00f1oso., Es probable que encuentre un valle en una cultura monta\u00f1osa., Es probable que encuentre un valle en una zona monta\u00f1osa.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Usted es d\u00e9bil para encontrar una cubierta alrededor en agua de pato.", "output": "Es probable que te conviertas en un tibur\u00f3n en el agua de Tibur\u00f3n., Es probable que se acobarde un tibur\u00f3n - en el agua de la ca\u00edda., Es probable que agitar un tibur\u00f3n alrededor en el agua del pantano., Es probable que encuentre un tibur\u00f3n en el agua salada.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Si quieres lanzar una galer\u00eda de arte entonces usted debe disfrutar del arte.", "output": "Si usted propone disparar una galer\u00eda de arte entonces usted debe disfrutar de la aproximaci\u00f3n., Si quieres visitar una galer\u00eda de arte entonces debes disfrutar del arte., Si usted evento para visitar una galer\u00eda de arte entonces usted debe pasar el arte., Si usted hace para seleccionar una galer\u00eda de arte entonces usted debe disfrutar de la p\u00e1gina.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Pones el cerdo delante del ni\u00f1o.", "output": "Pones la silla delante del puntero., Pones la silla delante del portapapeles., Pones la silla delante de la computadora., Pones al conductor delante del ayudante.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Es probable que contenga una cesta de lavander\u00eda en un cuarto de lavander\u00eda.", "output": "Te equivocas al encontrar una cesta de ropa en una sala de t\u00e9., Es probable que encuentre una cesta de ropa en un cuarto de lavander\u00eda., Usted es normal para encontrar una cesta de lavander\u00eda en una sala de juegos., Es probable que a\u00f1adas una cesta de ropa en un cuarto de lavander\u00eda.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Si usted quiere volar en un ecosistema entonces usted debe planear un tiempo.", "output": "Si usted quiere caminar en un ID entonces usted debe estudiar un billete., Si quieres volar en un avi\u00f3n entonces debes comprar un billete., Si usted desea volar en un Alt entonces usted debe preferir un cuadrado., Si quieres pescar en una bah\u00eda, entonces debes cortar un billete.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Necesitas un boleto para ver una secuela en un teatro.", "output": "Necesitas una entrada para ver una pel\u00edcula en un teatro., Necesitas un c\u00f3nyuge para ver una pel\u00edcula en cierto sentido., Necesitas una entrada para ver un dibujo en un teatro., Necesitas un puesto para ver una pel\u00edcula en un r.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "Es probable que el servicio de un paquete de caf\u00e9 en una casa.", "output": "Es probable que encuentre una mesa de caf\u00e9 en una casa., Es probable que ignore un calentador de caf\u00e9 en una casa., Es probable que cuelgue una mesa de caf\u00e9 de una manera., Es probable que se pegue una mesa de caf\u00e9 en una sentadilla.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence in Spanish, generate a new Spanish sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.", "input": "El efecto de pagar con tarjeta de cr\u00e9dito es la factura de la tarjeta de cr\u00e9dito.", "output": "La manera de pagar con tarjeta de cr\u00e9dito es la comercializaci\u00f3n de la tarjeta de cr\u00e9dito., El efecto de pagar con tarjeta de cr\u00e9dito es la diferencia de la tarjeta de cr\u00e9dito., El efecto de pagar con tarjeta de cr\u00e9dito es la factura de retorno del estudiante., La seguridad de pagar con tarjeta de cr\u00e9dito es la administraci\u00f3n de la tarjeta de cr\u00e9dito.", "category": "Sentence Perturbation 1045.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Uma Thurman ? Thurman said she had insisted that a stunt person drive the car fearing that it wasn\u00e2\u0080\u0099t safe to operate.", "output": "Neutral", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity William Ackman ? Ackman told Reuters at the meeting that the way the proxy system works put him at a disadvantage but he felt he accomplished a lot.", "output": "Neutral", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Guo ? He said he would not rule out the possibility of suing the media organizations or journalists for their groundless reports.", "output": "Positive", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Donald J. Trump ? Does Trump have $5.4 trillion worth of bragging rights? Wall Street says Trump can take some credit for stocks\u2019 record-setting run but certainly not all.", "output": "Positive", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Jonathan Milton ? A couple nights earlier Milton was at home lying on the floor and watching TV. He accidentally fell asleep on his left side. When he woke up the next morning he could barely get up. From his left hip down to his leg he says the spasm left him feeling \"like somebody just came into that room just kicked me and kept moving.\" Later at work when he tried to get up into the forklift he fell.", "output": "Negative", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Jay Asher ? Author Jay Asher who wrote the novel \u00e2\u0080\u009cThirteen Reasons Why\u00e2\u0080\u009d that was later adapted into a Netflix original series was reportedly expelled from the Society of Children\u00e2\u0080\u0099s Book Writers and Illustrators late last year after allegations that he sexually harassed women in the group.", "output": "Neutral", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Edgar Martinez ? But Martinez surged in voting the last two years propelled by supporters that used WAR and OPS to make his case. He received 70.4 percent of the latest vote falling just 20 votes shy of joining Jones Thome Vladimir Guerrero and Trevor Hoffman in this year's class.", "output": "Neutral", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Bryan Klevens ? \u201cMy voice cracked as I turned and handed her $1 500 out of my wallet to take her baby to Disney \u201d Klevens wrote. \u201cI had the store manager in tears as was mom when I said take a few days off from the extra job and enjoy a short vacation with your date. Make sure I get pictures.\u201d", "output": "Positive", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link].", "input": "What is the sentiment of the following document towards the entity Schaffer Wice ? Beginning the very day Schaffer and Wice were appointed by Becker the prosecutors were in contact with the media shamelessly promoting themselves by mass distributing press statements and publicity photos. Schaffer and Wice obviously intended to milk the case for all the news coverage they could get for two self-serving reasons: to poison the well of public opinion against Paxton and to generate free advertising to attract future clients. Neither motive is ethical for a special prosecutor. Yet Wice has conceded that pretrial media coverage \u201cimpacts the way potential jurors view our client\u2019s case long before they are ushered into the courtroom for voir dire. Being able to effectively represent your client on the courthouse steps can be every bit as important as representing them inside the courtroom.\u201d", "output": "Neutral", "category": "Sentiment Analysis 1049.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Bill Murray is Negative . Bill Murray golfwear has interesting new collection \u00e2\u0080\u0094 of celebrity investors \u00c2\u00bb", "output": "no", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Ballou is Positive . [Before a graduation scandal made headlines teachers at D.C.\u2019s Ballou High raised an alarm]", "output": "no", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Donald John Trump is Negative . Lastly judges. Beyond the excellent and extremely essential appointment of Justice Neil Gorsuch to the Supreme Court to fill Justice Antonin Scalia\u00e2\u0080\u0099s vacancy President Trump has appointed an incredible 22 judges to Federal Circuit and District Courts this year making him among the most prolific judicial vacancy fillers among Presidents.", "output": "no", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Steven Mnuchin is Negative . At the Tuesday hearing Mnuchin confirmed that the department is \"reviewing the existing guidance.\" But he clarified that he doesn't want to rescind it without having an alternate policy in place to address public safety concerns.", "output": "no", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Jacob Zuma is Neutral . South Africa's parliament spokesman says the speaker has received Jacob Zuma's resignation letter and his departure as president is effective immediately.", "output": "no", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Nick Jonas is Neutral . \"On the acting side there's really incredible momentum at the moment so I'm just trying to ride the wave there \" he says. \"I'm thrilled to be in a position where I can get [into an audition] and prove myself to a room then be on set with these amazing filmmakers creative teams and actors. As far as the balance it is tough because they're both time-consuming \u2013 but I'm just having a great time.\"", "output": "no", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity James Comey is Negative . Last May Hosko said Comey has \u00e2\u0080\u009cthe heart of a Boy Scout\u00e2\u0080\u009d and a good \u00e2\u0080\u009cmoral compass.\u00e2\u0080\u009d", "output": "no", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Ahmadinejad is Positive . On Sunday Ahmadinejad also appointed former Interior Minister Ali Kordan who had resigned his post after admitting he had tried to bolster his resume with a phony Oxford degree as his special inspector who monitors the activities of the ministries and government.", "output": "yes", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Rose McGowan is Neutral . In October McGowan told actor Ben Affleck to \u00e2\u0080\u009cf*ck off\u00e2\u0080\u009d on Twitter after Affleck claimed not to have known about the allegations against Weinstein with whom he collaborated on 1998\u00e2\u0080\u0099s Good Will Hunting.", "output": "yes", "category": "Sentiment Analysis 1050.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Steve Ells is Neutral . Chipotle's CFO is set to make $1 million if he stays at Chipotle for one year after the chain replaces founder Steve Ells with a new CEO.\nOn Friday Chipotle reported in an SEC filing that it had entered into retention agreements with certain executives to convince them to stay at the chain as it searches for a replacement for founder Steve Ells .\nCMO Mark Crumpacker is set to receive $600 000 on the one-year anniversary of the appointment of Ells' replacement. Crumpacker had previously taken a three-month leave of absence in 2016 after being arrested on charges of cocaine possession.\nChipotle announced in November that Ells plans to step down as it begins its hunt for a new CEO. According to Chipotle the company is looking for \"a new leader with demonstrated turnaround expertise to help address the challenges facing the company improve execution build customer trust and drive sales.\"", "output": "yes", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Hu Jintao is Positive . Chinese President Hu Jintao met here Thursday afternoon with Prime Minister Igor Chudinov of Kyrgyzstan.\n Hu said since the two countries established diplomatic ties 17 years ago China and Kyrgyzstan have continuously reinforced and developed their traditional friendship and leaders of the two countries have maintained frequent contact and developed a high degree of mutual trust.\n The two sides have conducted effective cooperation and achieved notable results in cooperation in such areas as economy trade transport security and culture Hu said adding the two countries have also lent support to and cooperated closely with each other within the multilateral frameworks of the United Nations(UN) and the Shanghai Cooperation Organization(SCO).\n Hu said China and Kyrgyzstan are good neighbors good friends and good partners. He said China attaches great importance to its relations with Kyrgyzstan.\n Hu said it is a firm and unchangeable policy of China to continuously deepen mutual trust strengthen mutually beneficial cooperation and realize common development of the two countries.\n Hu said China is ready to work with Kyrgyzstan to advance the good- neighborly friendly and cooperative relationship.\n He said Kyrgyzstan treasures the mutual trust and mutual understanding between the two countries. He expressed the willingness to cooperate closely with China and strictly abide by all agreements between the two countries.\n He said Kyrgyzstan is ready to deepen mutually beneficial cooperation with China and further advance the good-neighborly friendship.", "output": "yes", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Luger Erin Hamlin is Neutral . Hamlin who said the 2018 games will be her last said receiving the honor from her fellow American athletes has been a bit surreal and she expects she'll be emotional.\n\"Winning a medal is the effort you put in and the time and the work and sacrifice to succeed and achieve something \" Hamlin said. \"That's all on me. That's something I've done. Getting this honor is different because its people looking at the work you've put in and acknowledging that. It's my fellow Team USA athletes who gave me this. That means a ton.\"\n\"The nerves will be flying for sure \" Hamlin said. \"I slide that's what I do. Put me at the top of a track; that's my happy place. Walking out in front of a lot of people and even more people watching from home ... that's going to be way more nerve wracking.\"\n Luger Erin Hamlin poses with U.S. flag after it\u2019s announced Team USA athletes picked her to serve as flag-bearer for opening ceremonies. pic.twitter.com/tZFiFgkQsd \u2014 Aamer Madhani (@AamerISmad) February 8 2018\n She joked that one of her siblings offered sage advice.", "output": "no", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Smiths is Neutral . The Smiths disgust mounted when after repeated demands Toyota finally responded and appeared to suggest the owners of the vehicle were at fault.\n\"When we finally forced Toyota to respond in writing we received a five- sentence analysis stating and I quote 'When properly maintained the brakes will always over-ride the accelerator.'\n\"Well we know that's a lie and we were outraged that Toyota would suggest in that statement also that the brakes have to not properly be maintained in order for that to happen and the car had less than 3 000 miles on it.\"\nSmith said they took their complaint to the National Center for Dispute Settlement but described the proceedings as a \"total farce.\"\nThe local field technician for Lexus participated in the hearing by speakerphone despite being based only an hour away and testified that Smith had \"caused this problem by standing on the brakes while spinning the tires.\"\n\"Well of course we were furious that Toyota called us liars a second time \" Smith said.\nUndeterred the Smiths took their case to the federal National Highway Traffic Safety Administration (NHTSA).\nBut although the agency sent investigators to probe the circumstances of the incident the SmithsSmiths said neither NHTSA nor Toyota took their case seriously. Eventually and reluctantly they gave up their case in 2008.", "output": "no", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Stephen Paddock is Neutral . Authorities discovered that Las Vegas Nevada shooter Stephen Paddock\u00e2\u0080\u0099s laptop had a missing hard drive during a search of his hotel room at the Mandalay Bay resort according to a report.\nABC News reports that investigators have not been able to recover the missing device and suspect that Paddock removed the hard drive before shooting himself to death.\nAuthorities suspect that Paddock bought software that enabled him to erase files from his hard drive but could not confirm he used the software without examining the hard drive a source told ABC News.\nThey are trying to piece together different aspects of his life examining ties to friends family and associates. Authorities have also tried to discern a motive from his travel habits health and finances but to no avail.\nUnlike other mass shooters Paddock has not left many traces of evidence.\nBut he is not the first mass shooter to destroy or conceal his digital footprint.\nIn 2007 Cho Seung Hui took the hard drive out of his computer and discarded his cellphone before opening fire on 32 people at Virginia Tech.\nSteven Kazmierczak who took the lives of five students at an Illinois college before turning the gun on himself in 2008 removed his laptop\u00e2\u0080\u0099s hard drive and tossed out the SIM card from his phone.", "output": "no", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Mariah Carey is Neutral . Mariah Carey undeterred by last year\u00e2\u0080\u0099s performance will take to the stage once again in Times Square to ring in the new year on live TV.\nThe star along with Dick Clark Productions issued a joint statement on Friday announcing Carey as the headliner for \u00e2\u0080\u009cDick Clark\u00e2\u0080\u0099s New Year\u00e2\u0080\u0099s Rockin\u00e2\u0080\u0099 Eve with Ryan Seacrest\u00e2\u0080\u009d broadcast.\nCarey\u00e2\u0080\u0099s manager blamed the production and technical difficulties that producers knowingly failed to fix. Dick Clark Productions called the accusations \u00e2\u0080\u009coutrageous and frankly absurd.\u00e2\u0080\u009d Carey eventually broke her silence on the troubled performance saying she was \u00e2\u0080\u009cmortified\u00e2\u0080\u009d and that she intended to take a break from social media.\nNow it seems as though everyone is ready to put the messy past behind them. Carey will join the likes of Britney Spears Nick Jonas Kelly Clarkson and Shawn Mendes as the world rings in 2018.\n Carey\u00e2\u0080\u0099s forthcoming New Year\u00e2\u0080\u0099s Eve performance will top an already merry holiday season for the star. In addition to performing her annual Christmas tour Carey\u00e2\u0080\u0099s famous single \u00e2\u0080\u009cAll I Want For Christmas Is You\u00e2\u0080\u009d has been played more than 100 million times this month alone according to Forbes.", "output": "no", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity LeBron James is Neutral . For the first time this preseason , the Cavaliers unleashed LeBron James , Dwyane Wade and Derrick Rose in the starting lineup because James ' sore ankle cooperated and the regular season is nearing . \nThe Tribune reported at the time that Rose made clear to James and Wade he would be open to playing with them . \nA 2011 Sports Illustrated profile on Rose reported that Rose sent James one text . \nOne source added Rose \"backed out\" of accompanying the contingent that traveled to Cleveland to pitch James in person despite being invited . \nRose said he pitched the merits of playing for the Bulls , who even eventually had trade talks with the Clippers centered on Luol Deng that would have created the salary cap space to sign James , Wade and Bosh .", "output": "yes", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity Sam Club is Positive . Refunds will be issued in the form of a check or a gift card to Sam 's Club or Walmart stores.\nWalmart is closing 63 Sam 's Club stores and laying off thousands of employees.\nTo get a refund shoppers must call customer service at (888) 746-7726 and cancel their membership. Refunds will be issued in the form of a check or a gift card to Sam 's Club or Walmart stores.\nCustomers also have the option of transferring their membership to another Sam's Club store.", "output": "yes", "category": "Sentiment Analysis 1051.json" }, { "instruction": "Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].", "input": "Verify if the sentiment of the following document towards the entity David Greenfield is Neutral . The groups known as the Broadway Triangle Community Coalition wrote to land use chair David Greenfield demanding that he recuse himself from considering the project because he \u00e2\u0080\u0099s set to leave office and take over the Metropolitan Council on Jewish Poverty.\nBut Greenfield (D-Brooklyn) says the Met Council has nothing to do with the plan and opponents are just targeting him because he \u00e2\u0080\u0099s Jewish.\n\u00e2\u0080\u009cYour behavior thus far is both professionally irresponsible and reckless and has compromised your participation as an elected representative in this legislative process. The conflicts of interest raised by your involvement in the present Council action are numerous and unwaivable \u00e2\u0080\u009d coalition chair Juan Ramos wrote to Greenfield .\n\u00e2\u0080\u009cThe letter is part of a clear and calculated campaign of intimidation and continued misinformation by the opponents of this private application \u00e2\u0080\u009d Greenfield said saying group leaders have a history of \u00e2\u0080\u009canti-Semitic remarks\u00e2\u0080\u009d that \u00e2\u0080\u009ccalls into question the true motivation of this group.\u00e2\u0080\u009d\n\u00e2\u0080\u009cIt's telling that this group did not ask Council Member Antonio Reynoso a member of both the subcommittee and committee to recuse himself and instead focused on the obviously Jewish council member. This kind of race-baiting politics is disgusting and shameful and has no place in New York City's land use decisions \u00e2\u0080\u009d Greenfield said adding he had cleared the issue with the city Conflicts of Interest Board.\nThe letter complains Greenfield answered legitimate concerns about potential discrimination which opponents say will exacerbate a long history of racial segregation in the neighborhood with \u00e2\u0080\u009cridicule racebaiting and derision.\u00e2\u0080\u009d\nNeedelman like Greenfield is an Orthodox Jew and said the allegation of anti-Semitism is absurd.", "output": "yes", "category": "Sentiment Analysis 1051.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0927\u0930\u094d\u092e , \u0905\u092a\u0928\u0947 \u0935\u093f\u0938\u094d\u0924\u0943\u0924 \u0905\u0930\u094d\u0925\u094b\u0902 \u092e\u0947\u0902 \u0938\u0902\u0938\u094d\u0915\u0943\u0924\u093f \u0915\u0947 \u0938\u092e\u093e\u0928 \u0939\u0948 \u0914 \u0909\u0938\u0938\u0947 \u092c\u093e\u0939\u0930 \u092d\u0940 \u0939\u0948 \u0924\u0925\u093e \u0938\u0902\u0915\u0941\u091a\u093f\u0924 \u0905\u0930\u094d\u0925\u094b \u092e\u0947\u0902 \u0909\u0938\u0915\u093e \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0905\u0902\u0917 \u092c\u0928\u0924\u093e \u0939\u0948 \u0964", "output": "Religion in its wider sense coincides with , and goes beyond , culture and in its narrower sense , forms an important part of it .", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "[\u0907\u0938\u0915\u0947 \u092c\u093e\u0926 \u0905\u0932-\u092c\u093f\u0930\u0942\u0928\u0940 \u0928\u0947 ? \u0917\u094c\u0923 \u092d\u093e\u0917\u094b\u0902 \u092e\u0947\u0902 \u0930\u093e\u0936\u093f\u092f\u094b\u0902 \u0915\u0947 \u0935\u093f\u092d\u093e\u091c\u0928 ? \u0917\u094d\u0930\u0939\u094b\u0902 \u0915\u0940 ? \u092e\u0948\u0924\u094d\u0930\u0940 \u0924\u0925\u093e \u0936\u0924\u094d\u0930\u0941\u0924\u093e ? \u0915\u0947 \u0935\u093f\u0937\u092f \u092e\u0947\u0902 \u092d\u093e\u0930\u0924\u0940\u092f \u092b\u0932\u093f\u0924-\u091c\u093c\u094d\u092f\u094b\u0924\u093f\u0937\u093f\u092f\u094b\u0902 \u0915\u0947 \u0935\u093f\u091a\u093e\u0930\u094b\u0902 , ? \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0917\u094d\u0930\u0939 \u0915\u0940 \u091a\u093e\u0930 \u0936\u0915\u094d\u0924\u093f\u092f\u094b\u0902 ? , ? \u091c\u0940\u0935\u0928-\u0935\u0930\u094d\u0937 \u091c\u094b \u0935\u093f\u092d\u093f\u0928\u094d\u0928 \u0917\u094d\u0930\u0939 \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902 ? \u0914\u0930 ? \u0907\u0928 \u0935\u0930\u094d\u0937\u094b\u0902 \u0915\u0947 \u0924\u0940\u0928 \u092a\u094d\u0930\u0915\u093e\u0930 ? \u0906\u0926\u093f \u0915\u093e \u0935\u0930\u094d\u0923\u0928 \u0915\u093f\u092f\u093e \u0939\u0948 \u0964", "output": "-LSB- Al-Biruni then goes on to describe the ' division of the zodiacal signs in minor portions ' , the Indian astrologer 's ideas about ' the friendship and enmity ' of planets , ' the four forces of each planet ' , ' the years of life which the single planets bestow ' and ' the three species of these years ' , etc .", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0935\u093e\u092f\u0941 \u092e\u0947\u0902 \u092c\u0939\u0941\u0924 \u0938\u0947 \u0924\u0924\u094d\u0924\u094d\u0935 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902 \u091c\u094b \u092a\u094c\u0927\u094b\u0902 \u0914\u0930 \u092a\u0936\u0941\u0913\u0902 (\u092e\u093e\u0928\u0935 \u0938\u092e\u0947\u0924) \u0915\u093e \u0938\u094d\u0935\u093e\u0938\u094d\u0925\u094d\u092f \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u092f\u093e \u0928\u091c\u0930 \u0916\u093c\u0930\u093e\u092c \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u092f\u0939 \u092a\u094d\u0930\u093e\u0915\u0943\u0924\u093f\u0915 \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e\u0913\u0902 \u0924\u0925\u093e \u092e\u093e\u0928\u0935 \u0917\u0924\u093f\u0935\u093f\u0927\u093f\u092f\u094b\u0902 \u0926\u094b\u0928\u094b\u0902 \u0938\u0947 \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902. \u0935\u093e\u092f\u0941 \u092e\u0947\u0902 \u092a\u094d\u0930\u093e\u0915\u0943\u0924\u093f\u0915 \u0930\u0942\u092a \u0938\u0947 \u0928\u0939\u0940\u0902 \u092a\u093e\u090f \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u0924\u0924\u094d\u0935 \u092f\u093e \u0905\u0927\u093f\u0915 \u0938\u093e\u0902\u0926\u094d\u0930\u0924\u093e \u0915\u0947 \u0938\u093e\u0925 \u092f\u093e \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0938\u0947 \u0905\u0932\u0917 \u0924\u0924\u094d\u0935\u094b\u0902 \u0915\u094b \u092a\u094d\u0930\u0926\u0942\u0937\u0915 \u0915\u0939\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0964", "output": "There are many particles in air which can harm the health of plans and animals(including humans) or can damage their eyesight. These are produced due to natural process and human activities. The particles not found in the air naturally or or more frequently or different than generic particles are called as pollutants.", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0917\u0941\u0930\u0941 \u0915\u0947 \u092a\u094d\u0930\u0924\u093f \u0910\u0938\u0940 \u0905\u0928\u0928\u094d\u092f \u092d\u0915\u094d\u0924\u093f \u0914\u0930 \u0928\u093f\u0937\u094d\u0920\u093e \u0915\u0947 \u092a\u094d\u0930\u0924\u093e\u092a \u0938\u0947 \u0939\u0940 \u0935\u0947 \u0905\u092a\u0928\u0947 \u0917\u0941\u0930\u0941 \u0915\u0947 \u0936\u0930\u0940\u0930 \u0914\u0930 \u0909\u0928\u0915\u0947 \u0926\u093f\u0935\u094d\u092f\u0924\u092e \u0906\u0926\u0930\u094d\u0936\u094b\u0902 \u0915\u0940 \u0909\u0924\u094d\u0924\u092e \u0938\u0947\u0935\u093e \u0915\u0930 \u0938\u0915\u0947\u0964", "output": "the immense love towards his guru was the in take of his great respect for him", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u092f\u0939 \u0935\u0939 \u0935\u093f\u0927\u0947\u092f\u0915 \u0939\u094b\u0924\u093e \u0939\u0948 \u091c\u094b \u0938\u0902\u0935\u093f\u0927\u093e\u0928 \u0938\u0902\u0936\u094b\u0927\u0928 \u0927\u0928 \u092f\u093e \u0935\u093f\u0924\u094d\u0924 \u0935\u093f\u0927\u0947\u092f\u0915 \u0928\u0939\u0940 \u0939\u0948 \u092f\u0939 \u0938\u0902\u0938\u0926 \u0915\u0947 \u0915\u093f\u0938\u0940 \u092d\u0940 \u0938\u0926\u0928 \u092e\u0947 \u0932\u093e\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948 \u092f\u0926\u093f \u0905\u0928\u0941\u091a\u094d\u091b\u0947\u0926 3 \u0938\u0947 \u091c\u0941\u0921\u093e \u0928\u093e \u0939\u094b \u0924\u094b \u0907\u0938\u0915\u094b \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u092a\u094d\u0924\u093f \u0915\u0940 \u0905\u0928\u0941\u0902\u0936\u0938\u093e \u092d\u0940 \u0928\u0939\u0940 \u091a\u093e\u0939\u093f\u090f", "output": "This is such bill which is not a constitutional amendment bill or finance bill, this can be brought to any House, if it does not related to Article 3, than the even the recommendation of President not required.", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u092e\u0948\u0902 1995 \u0915\u0947 \u092c\u093e\u0926 \u0938\u0947 \u092c\u0940\u090f\u092e\u0938\u0940 , \u0935\u093f\u0927\u093e\u0928\u0938\u092d\u093e , \u0909\u092a-\u091a\u0941\u0928\u093e\u0935\u094b\u0902 \u0938\u092e\u0947\u0924 \u0915\u0908 \u091a\u0941\u0928\u093e\u0935\u094b\u0902 \u092e\u0947\u0902 \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e \u0938\u0902\u092d\u093e\u0932 \u091a\u0941\u0915\u093e \u0902\u0902 \u0964", "output": "I have dealt with many elections , from the 1995 BMC and assembly elections to several by-elections .", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u092c\u094d\u0930\u0939\u094d\u092e\u093e \u092a\u094d\u0930\u0938\u0928\u094d\u0928 \u0939\u0941\u092f\u0947 \u0914\u0930 \u0917\u0902\u0917\u093e \u0915\u094b \u092a\u0943\u0925\u094d\u0935\u0940 \u092a\u0930 \u092d\u0947\u091c\u0928\u0947 \u0915\u0947 \u0932\u093f\u092f\u0947 \u0924\u0948\u092f\u093e\u0930 \u0939\u0941\u092f\u0947 \u0914\u0930 \u0917\u0902\u0917\u093e \u0915\u094b \u092a\u0943\u0925\u094d\u0935\u0940 \u092a\u0930 \u0914\u0930 \u0909\u0938\u0915\u0947 \u092c\u093e\u0926 \u092a\u093e\u0924\u093e\u0932 \u092e\u0947\u0902 \u091c\u093e\u0928\u0947 \u0915\u093e \u0906\u0926\u0947\u0936 \u0926\u093f\u092f\u093e \u0924\u093e\u0915\u093f \u0938\u0917\u0930 \u0915\u0947 \u092a\u0941\u0924\u094d\u0930\u094b\u0902 \u0915\u0940 \u0906\u0924\u094d\u092e\u093e\u0913\u0902 \u0915\u0940 \u092e\u0941\u0915\u094d\u0924\u093f \u0938\u0902\u092d\u0935 \u0939\u094b \u0938\u0915\u0947\u0964", "output": "Brahma became happy and got ready to send Ganga down to earth and hence he ordered Ganga to go to earth and then underneath earth so that the release of the spirits of Sagar's son become possible.", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0915\u093e\u0902\u0917\u094d\u0930\u0947\u0938 \u092e\u0947\u0902 \u0915\u093e\u0930\u094d\u092f \u0906\u0930\u0902\u092d \u0915\u0930\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947 \u0930\u093e\u092f \u0928\u0947 \u090f\u0915 \u0935\u0915\u093c\u094d\u0924\u0935\u094d\u092f \u0938\u094d\u092a\u0937\u094d\u091f \u0915\u0930 \u0926\u093f\u092f\u093e \u0925\u093e \u0915\u093f \u0935\u0947 \u0915\u093f\u0938 \u092e\u093e\u0930\u094d\u0917 \u092a\u0930 \u091a\u0932\u0928\u093e \u091a\u093e\u0939\u0947\u0917\u0947\u0902 \u0964", "output": "Before beginning his work in the Congress , Roy clarified through a statement the line that he proposed to follow .", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u091c\u093e\u0928\u0915\u093e\u0930\u0940\u092f\u0941\u0915\u094d\u0924 \u091a\u0941\u0928\u093e\u0935 \u0915\u0947 \u0932\u093f\u090f \u0909\u092a\u092d\u094b\u0915\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u092e\u0942\u0932\u094d\u092f , \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u094d\u0924\u093e \u0914\u0930 \u0909\u0924\u094d\u092a\u093e\u0926\u094b\u0902 \u0915\u0940 \u0938\u0941\u0930\u0915\u094d\u0937\u093e \u0938\u0947 \u091c\u0941\u0921\u0940 \u0935\u093f\u0936\u094d\u0935\u093e\u0938\u0928\u0940\u092f \u091c\u093e\u0928\u0915\u093e\u0930\u0940 \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f \u0964", "output": "To make informed choices , consumers need reliable information on price , quality and the safety of products .", "category": "Translation 1052.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "Before the LEA 's SEN officers write a final statement , they will send you a ' proposed statement ' - that is , a draft of the statement .", "output": "\u0910\u0932.\u090b.\u090f \u0926\u094d\u0935\u093e\u0930\u093e \u0906\u092a\u0915\u094b \u0905\u0902\u0924\u093f\u092e \u0938\u094d\u091f\u0947\u091f\u092e\u0948\u0902\u091f \u092d\u0947\u091c\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947 \u092a\u094d\u0930\u0938\u094d\u0924\u093e\u0935\u093f\u0924 \u0938\u094d\u091f\u0947\u091f\u092e\u0947\u0902\u091f \u092d\u0947\u091c\u0940 \u091c\u093e\u090f\u0917\u0940 \u0964", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "For this reason first he went to Brahma samaaj but his mind was not happy there.", "output": "\u0907\u0938 \u0939\u0947\u0924\u0941 \u0935\u0947 \u092a\u0939\u0932\u0947 \u092c\u094d\u0930\u0939\u094d\u092e \u0938\u092e\u093e\u091c \u092e\u0947\u0902 \u0917\u090f \u0915\u093f\u0902\u0924\u0941 \u0935\u0939\u093e\u0901 \u0909\u0928\u0915\u0947 \u091a\u093f\u0924\u094d\u0924 \u0915\u094b \u0938\u0902\u0924\u094b\u0937 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906\u0964", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "The maximum number of additional members of the Indian Legislative Council -LRB- Governor-General 's Council -RRB- was raised from 16 -LRB- under the Act of 1892 -RRB- to 60 -LRB- excluding the Executive Councillors who were ex-officio members -RRB- .", "output": "\u092d\u093e\u0930\u0924\u0940\u092f \u0935\u093f\u0927\u093e\u0928 \u092a\u093f\u0930\u0937\u0926 ( \u0917\u0935\u0930\u094d\u0928\u0930 \u091c\u0928\u0930\u0932 \u0915\u0940 \u092a\u0930\u093f\u0937\u0926 ) \u0915\u0947 \u0905\u0924\u093f\u0930\u093f\u0915\u094d\u0924 \u0938\u0926\u0938\u094d\u092f\u094b\u0902 \u0915\u0940 \u0905\u0927\u093f\u0915\u0924\u092e \u0938\u0902\u0916\u094d\u092f\u093e 16 ( 1892 \u0915\u0947 \u090f\u0915\u094d\u091f \u0915\u0947 \u0905\u0927\u0940\u0928 ) \u0938\u0947 \u092c\u0922\u093c\u093e\u0915\u0930 60 \u0915\u0930 \u0926\u0940 \u0917\u0908 ( \u0907\u0928\u092e\u0947\u0902 \u092a\u094d\u0930\u0936\u093e\u0938\u0940 \u092a\u093e\u0930\u094d\u0937\u0926 \u0938\u092e\u094d\u092e\u093f\u0932\u0924 \u0928\u0939\u0940\u0902 \u0925\u0947 , \u0935\u0947 \u092a\u0926\u0947\u0928 \u0938\u0926\u0938\u094d\u092f \u0925\u0947 ) \u0964", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "According to the ruling of The supreme court, article 324(1) the power of the election commission does not vest with Chief Election commissioner but it has powers only in those constitutional matters relating to fair, impartial and just election process, it has the powers to organize supervise and conduct elections and it has right over those area where there are no ther conflicting laws enacted by the parliament, to ensure free, fair and impartial elections the elections commission has unlimited powers,if the principle of Natural justices and the laws enacted by the parliament have to be used for the common good of all.", "output": "2.\u0938\u0941\u092a\u094d\u0930\u0940\u092e \u0915\u094b\u0930\u094d\u091f \u0915\u0947 \u0928\u093f\u0930\u094d\u0923\u092f\u093e\u0928\u0941\u0938\u093e\u0930 \u0905\u0928\u0941 324[1] \u092e\u0947 \u0928\u093f\u0930\u094d\u0935\u093e\u091a\u0928 \u0906\u092f\u094b\u0917 \u0915\u0940 \u0936\u0915\u094d\u0924\u093f\u092f\u093e\u0901 \u0915\u093e\u0930\u094d\u092f\u092a\u093e\u0932\u093f\u0915\u093e \u0926\u094d\u0935\u093e\u0930\u093e \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u093f\u0924 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u0940 \u0909\u0938\u0915\u0940 \u0936\u0915\u094d\u0924\u093f\u092f\u093e\u0902 \u0915\u0947\u0935\u0932 \u0909\u0928 \u0928\u093f\u0930\u094d\u0935\u093e\u091a\u0928 \u0938\u0902\u092c\u0902\u0927\u0940 \u0938\u0902\u0935\u0948\u0927\u093e\u0928\u093f\u0915 \u0909\u092a\u093e\u092f\u094b\u0902 \u0924\u0925\u093e \u0938\u0902\u0938\u0926 \u0928\u093f\u0930\u094d\u092e\u093f\u0924 \u0928\u093f\u0930\u094d\u0935\u093e\u091a\u0928 \u0935\u093f\u0927\u093f \u0938\u0947 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u093f\u0924 \u0939\u094b\u0924\u0940 \u0939\u0948 \u0928\u093f\u0930\u094d\u0935\u093e\u091a\u0928 \u0915\u093e \u092a\u0930\u094d\u092f\u0935\u0947\u0915\u094d\u0937\u0923 \u0928\u093f\u0930\u094d\u0926\u0947\u0936\u0928 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923 \u0924\u0925\u093e \u0906\u092f\u094b\u091c\u0928 \u0915\u0930\u0935\u093e\u0928\u0947 \u0915\u0940 \u0936\u0915\u094d\u0924\u093f \u092e\u0947 \u0926\u0947\u0936 \u092e\u0947 \u092e\u0941\u0915\u094d\u0924 \u0924\u0925\u093e \u0928\u093f\u0937\u094d\u092a\u0915\u094d\u0937 \u091a\u0941\u0928\u093e\u0935 \u0906\u092f\u094b\u091c\u093f\u0924 \u0915\u0930\u0935\u093e\u0928\u093e \u092d\u0940 \u0928\u093f\u0939\u093f\u0924 \u0939\u0948 \u091c\u0939\u093e\u0902 \u0915\u0939\u0940 \u0938\u0902\u0938\u0926 \u0935\u093f\u0927\u093f \u0928\u093f\u0930\u094d\u0935\u093e\u091a\u0928 \u0915\u0947 \u0938\u0902\u092c\u0902\u0927 \u092e\u0947 \u092e\u094c\u0928 \u0939\u0948 \u0935\u0939\u093e\u0902 \u0928\u093f\u0937\u094d\u092a\u0915\u094d\u0937 \u091a\u0941\u0928\u093e\u0935 \u0915\u0930\u0935\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u092f\u0947 \u0928\u093f\u0930\u094d\u0935\u093e\u091a\u0928 \u0906\u092f\u094b\u0917 \u0905\u0938\u0940\u092e\u093f\u0924 \u0936\u0915\u094d\u0924\u093f \u0930\u0916\u0924\u093e \u0939\u0948 \u092f\u0927\u092a\u093f \u092a\u094d\u0930\u093e\u0915\u0943\u0924\u093f\u0915 \u0928\u094d\u092f\u093e\u092f \u0935\u093f\u0927\u093f \u0915\u093e \u0936\u093e\u0938\u0928 \u0924\u0925\u093e \u0909\u0938\u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0936\u0915\u094d\u0924\u093f \u0915\u093e \u0938\u0926\u0941\u092a\u092f\u094b\u0917 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "Kathak had got beautified form and thus in dance more attention used to be paid on micro-acting and postures.", "output": "\u0906\u0924\u0947-\u0906\u0924\u0947 \u0915\u0924\u094d\u0925\u0915 \u0938\u094c\u0928\u094d\u0926\u0930\u094d\u092f\u092a\u0930\u0915 \u0939\u094b \u0917\u092f\u093e \u0924\u0925\u093e \u0928\u0943\u0924\u094d\u092f \u092e\u0947\u0902 \u0938\u0942\u0915\u094d\u0937\u094d\u092e \u0905\u092d\u093f\u0928\u092f \u090f\u0935\u0902 \u092e\u0941\u0926\u094d\u0930\u093e\u0913\u0902 \u092a\u0930 \u0905\u0927\u093f\u0915 \u0927\u094d\u092f\u093e\u0928 \u0926\u093f\u092f\u093e", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "The first nine days of Dussera (Navaratri), all the 10 directions are influenced by the power of the Goddess as She rules the directions and emerges victorious in all directions.", "output": "\u0926\u0936\u0939\u0930\u0947 \u0915\u0947 \u092a\u0939\u0932\u0947 \u0928\u094c \u0926\u093f\u0928\u094b\u0902 (\u0928\u0935\u0930\u093e\u0924\u094d\u0930\u093f) \u092e\u0947\u0902 \u0926\u0938\u094b\u0902 \u0926\u093f\u0936\u093e\u090f\u0902 \u0926\u0947\u0935\u0940 \u0915\u0940 \u0936\u0915\u094d\u0924\u093f \u0938\u0947 \u092a\u094d\u0930\u092d\u093e\u0938\u093f\u0924 \u0939\u094b\u0924\u0940 \u0939\u0948\u0902 \u0935 \u0909\u0928 \u092a\u0930 \u0928\u093f\u092f\u0902\u0924\u094d\u0930\u0923 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u094b\u0924\u093e \u0939\u0948 \u0926\u0938\u094b\u0902 \u0926\u093f\u0936\u093e\u0913\u0902\u092a\u0930 \u0935\u093f\u091c\u092f \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u0941\u0908 \u0939\u094b\u0924\u0940 \u0939\u0948\u0964", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "Says Ananth Kumar , Union minister of tourism and culture : \u201d The Nizam 's treasury was unfathomable .", "output": "\u0915\u0947\u0902\u0926\u094d\u0930\u0940\u092f \u092a\u0930\u094d\u092f\u091f\u0928 \u090f\u0935\u0902 \u0938\u0902\u0938\u094d\u0915\u0943\u0924\u093f \u092e\u0902\u0924\u094d\u0930\u0940 \u0905\u0928\u0902\u0924 \u0915\u0941\u092e\u093e\u0930 \u0915\u0939\u0924\u0947 \u0939\u0948\u0902 , ' ' \u0928\u093f\u091c\u093c\u093e\u092e \u0915\u093e \u0916\u091c\u093e\u0928\u093e \u0905\u0925\u093e\u0939 \u0925\u093e \u0964", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "60. Desert National Park is famous for Black Buck, Chinkara, Desert Fox and Great Indian Bustard.", "output": "60. \u0938\u0948\u0930 \u0915\u0940 \u0936\u094d\u0930\u0947\u0937\u094d\u0920 \u091c\u0917\u0939 \u0921\u0947\u091c\u0930\u094d\u091f \u0928\u0947\u0936\u0928\u0932 \u092a\u093e\u0930\u094d\u0915 \u0915\u093e\u0932\u0947 \u0939\u093f\u0930\u0923 \u091a\u093f\u0928\u094d\u0915\u093e\u0930\u093e \u0930\u0947\u0917\u093f\u0938\u094d\u0924\u093e\u0928\u0940 \u0932\u0947\u092e\u0921\u093c\u0940 \u0914\u0930 \u0936\u094d\u0930\u0947\u0937\u094d\u0920 \u092d\u093e\u0930\u0924\u0940\u092f \u092c\u0938\u094d\u091f\u0930\u094d\u0921 \u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0938\u093f\u0926\u094d\u0927 \u0939\u0948\u0964", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.", "input": "Many smart officers do n't reach the top because they happen to be junior to officers who need not be competent .", "output": "\u092d\u0924-\u0938\u0947 \u0905\u091a\u094d\u091b\u0947 \u0905\u0927\u093f\u0915\u093e\u0930\u0940 \u0936\u093f\u0916\u0930 \u092a\u0930 \u0907\u0938\u0932\u093f\u090f \u0928\u0939\u0940\u0902 \u092b\u0902\u091a \u092a\u093e\u0924\u0948 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0935\u0947 \u0938\u0902\u092f\u094b\u0917 \u0938\u0947 \u0909\u0928 \u0905\u0927\u093f\u0915\u093e\u0930\u093f\u092f\u094b\u0902 \u0938\u0947 \u0915\u0928\u093f\u0937\u094d \u0939\u0948\u0902 , \u091c\u094b \u091c\u0930\u0942\u0930\u0940 \u0928\u0939\u0940\u0902 \u0915\u093f \u0938\u0915\u094d\u0937\u092e \u092d\u0940 \u0939\u094b\u0902 \u0964", "category": "Translation 1053.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u0928\u0940\u0932 , \u0930\u0947\u0936\u092e \u0914\u0930 \u0938\u0942\u0924\u0940 \u0935\u0938\u094d\u0924\u094d\u0930 \u0909\u0926\u094d\u092f\u094b\u0917 \u0915\u094b \u092a\u0941\u0928\u0930\u094d\u091c\u0940\u0935\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0907\u0938\u0915\u0947 \u092a\u094d\u0930\u092f\u0924\u094d\u0928\u094b\u0902 \u0915\u094b \u0915\u094b\u0908 \u0905\u0927\u093f\u0915 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0938\u092b\u0932\u0924\u093e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u0940 \u0915\u093c\u094d\u092f\u094b\u0902\u0915\u093f \u0907\u0902\u0917\u093c\u094d\u0932\u0948\u0902\u0921 \u092e\u0947\u0902 \u0909\u0924\u094d\u092a\u093e\u0926\u0928 \u0915\u0940 \u0917\u0924\u093f \u0924\u0940\u0935\u094d\u0930 \u0939\u094b \u091a\u0941\u0915\u0940 \u0925\u0940 \u0914\u0930 \u0907\u0938 \u0909\u0924\u094d\u092a\u093e\u0926\u0928 \u092e\u0947\u0902 \u092a\u0915\u094d\u0937\u092a\u093e\u0924\u092a\u0942\u0930\u094d\u0923 \u091f\u0948\u0915\u093c\u094d\u0938 \u0928\u0940\u0924\u093f \u0915\u093e \u0938\u0939\u092f\u094b\u0917 \u092d\u0940 \u092e\u093f\u0932 \u0930\u0939\u093e \u0925\u093e \u0964 \n English: Its efforts to revive the indigo , silk , and cotton-weaving industries met with no significant success in the face of the rapid pace of manufacturing in England which was being supported by a favourable tariff policy .", "output": "Yes", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u0939\u093e\u0932\u093e\u0915\u093f \u091c\u0941\u0932\u093e\u0908 2006 \u092e\u0947\u0902 \u0915\u0902\u092a\u0928\u0940 \u0928\u0947 \u0916\u0941\u0932\u093e\u0938\u093e \u0915\u093f\u092f\u093e \u0915\u093f \u0967\u0966\u0966 \u092e\u093f\u0932\u093f\u092f\u0928 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0935\u0940\u0921\u093f\u092f\u094b \u0939\u0930 \u0926\u093f\u0928 \u0926\u0947\u0916\u093e \u091c\u093e \u0930\u0939\u0947 \u0925\u0947 \u0914\u0930 2\u096b \u0905\u0930\u092c \u0935\u0940\u0921\u093f\u092f\u094b \u091c\u0942\u0928 2006 \u092e\u0947\u0902 \u0926\u0947\u0916\u093e \u0917\u092f\u093e \u0939\u0948 . \u0935\u0940\u0921\u093f\u092f\u094b \u092e\u0947\u0902 \u091c\u094b\u0921\u093c\u093e \u091c\u093e \u0930\u0939\u093e \u096b\u0966\u0966\u0966\u0966\u0925\u0947 \u092e\u0908 \u092e\u0947\u0902 \u092a\u094d\u0930\u0924\u093f \u0926\u093f\u0928 50000 \u0935\u0940\u0921\u093f\u092f\u094a \u0930\u094a\u091c \u091c\u094a\u0921\u093c\u0947 \u091c\u093e \u0930\u0939\u0947 \u0925\u0947 \u0914\u0930 \u091c\u0941\u0932\u093e\u0907 \u092e\u0947\u0902 \u0907\u0938\u0947 \u092c\u0922\u093c\u093e \u0915\u0930 \u096c\u096b\u0966\u0966\u0966 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948\u091c\u0928\u0935\u0930\u0940 2008 \u092e\u0947\u0902 \u0939\u0940 \u0932\u0917\u092d\u0917 79 \u0905\u0930\u092c \u0909\u092a\u092d\u094b\u0915\u094d\u0924\u093e\u0913\u0902 \u0928\u0947 \u0932\u0917\u092d\u0917 \u0969 \u0916\u093c\u0930\u093e\u092c \u0938\u0947 \u091c\u093e\u0926\u093e \u0935\u093f\u0921\u093f\u092f\u094b \u0926\u0943\u0936\u094d\u092f \u092c\u0928\u093e\u092f\u0947 \u0939\u0948\u0902\u0964 \n English: Though in July 2006 the company has opened up that more than 100 million videos are watched every day and 25 billion videos were watched in June 2006. 50000 videos are being added up, in May every day 50000 videos are added up daily and in July it has been increased to 65000, in January 2008 itself almost 79 billion users had made 3 trillion videos and added them to the site.", "output": "Yes", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u0914\u0930, \u092f\u0947 \u092e\u0941\u092b\u093c\u094d\u0924 \u0915\u094b\u0930\u094d\u0938 \u0915\u0947\u0935\u0932 \u0907\u0902\u091f\u0930\u0928\u0947\u091f \u092a\u0930 \u0939\u0940 \u0909\u092a\u0932\u092c\u094d\u0927 \u0928 \u0930\u0939\u0947, \n English: And in fact, these free courses could not only be available just on the Internet,", "output": "Yes", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u092e\u0941\u0902\u092c\u0908 \u092e\u0948\u091f\u094d\u0930\u094b \u090f\u0915 \u092d\u0942\u092e\u093f\u0917\u0924 \u090f\u0935\u0902 \u0909\u0924\u094d\u0925\u093f\u0924 \u0938\u094d\u0924\u0930\u0940\u092f \u0930\u0947\u0932\u0935\u0947 \u092a\u094d\u0930\u0923\u093e\u0932\u0940 \u091c\u094b \u092b\u093f\u0932\u094d\u0939\u093e\u0932 \u0928\u093f\u0930\u094d\u092e\u093e\u0923\u093e\u0927\u0940\u0928 \u0939\u0948 \u0935\u0930\u094d\u0938\u094b\u0935\u093e \u0938\u0947 \u0905\u0902\u0927\u0947\u0930\u0940 \u0939\u094b\u0915\u0930 \u0918\u093e\u091f\u0915\u094b\u092a\u0930 \u0924\u0915 \u092a\u094d\u0930\u0925\u092e \u091a\u0930\u0923 \u092e\u0947\u0902 2009 \u0924\u0915 \u091a\u093e\u0932\u0942 \u0939\u094b\u0917\u0940\u0964 \n English: mumbai metro,is one great land where railway runs from varsovato andheri and passes through ghatkopar will start from 2009", "output": "Yes", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u092d\u093e\u0930\u0924 \u0928\u0947 \u0905\u092e\u0947\u0930\u093f\u0915\u0940 \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u092a\u0924\u093f \u091c\u0949\u0930\u094d\u091c \u0935\u093e\u0915\u0930 \u092c\u0941\u0936 \u0915\u0947 \u0938\u0902\u0918\u0940\u092f \u092d\u093e\u0937\u0923 \u092a\u0930 \u0917\u094c\u0930 \u0915\u093f\u092f\u093e \u0939\u0948 , \u091c\u093f\u0938\u092e\u0947\u0902 \u0909\u0928\u094d\u0939\u094b\u0902\u0928\u0947 \u092a\u093e\u0915\u093f\u0938\u094d\u0924\u093e\u0928 \u0938\u094d\u0925\u093f\u0924 \u091c\u0948\u0936-\u090f-\u092e\u094b\u0939\u092e\u0926 \u092a\u0930 ' ' \u0906\u0924\u0902\u0915 \u0915\u0940 \u0905\u092a\u0930\u093e\u0927\u0940 \u0926\u0941\u0928\u093f\u092f\u093e ' ' \u0915\u093e \u0939\u093f\u0938\u094d\u0938\u093e \u0939\u094b\u0928\u0947 \u0915\u093e \u0906\u0930\u094b\u092a \u0932\u0917\u093e\u0924\u0947 \u0939\u0947 \u092e\u0941\u0936\u0930\u094d\u0930\u092b \u0915\u0947 ' ' \u092e\u091c\u092c\u0942\u0924 \u0928\u0947\u0924\u0943\u0924\u094d\u0935 ' ' \u0915\u0940 \u092a\u094d\u0930\u0936\u0902\u0938\u093e \u0915\u0940 \u0939\u0948 \u0964 \n English: India has taken note of US President George W . Bush 's State of the Union address where he labelled the Pakistan-based JeM as part of the \u201c terror underworld \u201d and praised Musharraf 's \u201c strong leadership \u201d .", "output": "Yes", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u0938\u0902\u092b\u094d\u0930\u0902\u0938\u093f\u0938\u094d\u0915\u094b \u0915\u0947 \u0915\u093f\u0938\u0940 \u0905\u092e\u0940\u0930 \u0906\u0926\u092e\u0940 \u0915\u0947 \u0918\u0930 \u092e\u0947\u0902 \n English: Mahabharat on Internet Sacred Text Archives- here Mahabharat text is available on Devanagari and Roman; English translation is available and facility is also there to download the entire Mahabharat in the form of a zip file.", "output": "No", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u0924\u094b \u092d\u0940 \u0907\u0938\u092e\u0947\u0902 \u0907\u0938\u0915\u0947 \u0905\u0932\u093e\u0935\u093e \u0915\u0941\u091b \u092c\u0941\u0928\u093f\u092f\u093e\u0926\u0940 \u092a\u094d\u0930\u0947\u0930\u0923\u093e\u090f\u0902 \u092d\u0940 \u0925\u0940\u0902 , \u091c\u093f\u0928\u0915\u093e \u0914\u0930 \u092d\u0940 \u091c\u093c\u094d\u092f\u093e\u0926\u093e \u0905\u0938\u0930 \u0925\u093e \u0964 \n English: Yet there was something more to it than that , certain basic urges which had greater permanence .", "output": "Yes", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u0936\u093e\u092f\u0926 \u0910\u0938\u0947 \u0915\u0908 \u0938\u094d\u0925\u093e\u0928 \u0939\u0948\u0902 - \n English: Thousands of people are still needed nationwide to give children the best start .", "output": "No", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun).", "input": "Hindi: \u0967\u096f\u096b\u096b \u0915\u0947 \u092c\u093e\u0926 \u091c\u092c \u092c\u0949\u092e\u094d\u092c\u0947 \u0930\u093e\u091c\u094d\u092f \u0915\u094b \u092a\u0941\u0928\u0930\u094d\u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093f\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0914\u0930 \u092d\u093e\u0937\u093e \u0915\u0947 \u0906\u0927\u093e\u0930 \u092a\u0930 \u0907\u0938\u0947 \u092e\u0939\u093e\u0930\u093e\u0937\u094d\u091f\u094d\u0930 \u0914\u0930 \u0917\u0941\u091c\u0930\u093e\u0924 \u0930\u093e\u091c\u094d\u092f\u094b\u0902 \u092e\u0947\u0902 \u092c\u093e\u0902\u091f\u093e \u0917\u092f\u093e \u090f\u0915 \u092e\u093e\u0902\u0917 \u0909\u0920\u0940 \u0915\u093f \u0928\u0917\u0930 \u0915\u094b \u090f\u0915 \u0938\u094d\u0935\u093e\u092f\u0924\u094d\u0924 \u0928\u0917\u0930-\u0930\u093e\u091c\u094d\u092f \u0915\u093e \u0926\u0930\u094d\u091c\u093e \u0926\u093f\u092f\u093e \u091c\u093e\u092f\u0947\u0964 \n English: After 1955,re-establish the Bombay state.And it's divided the Maharashtra and Gujarat state in the base of language,One demand is raised,given the autonomous Nagar-state position for Nagar.", "output": "Yes", "category": "Text Matching 1054.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "\u092c\u091a\u094d\u091a\u0928 \u0915\u0940 \u0906\u0935\u093e\u091c \u0938\u0947 \u092a\u094d\u0930\u0938\u093f\u0926\u094d\u0927 \u092b\u093f\u0932\u094d\u092e \u0928\u093f\u0930\u094d\u0926\u0947\u0936\u0915 \u0938\u0924\u094d\u092f\u091c\u0940\u0924 \u0930\u0947 \u0907\u0924\u0928\u0947 \u092a\u094d\u0930\u092d\u093e\u0935\u093f\u0924 \u0939\u0941\u090f \u0915\u093f \u0909\u0928\u094d\u0939\u094b\u0902\u0928\u0947 \u0936\u0924\u0930\u0902\u091c \u0915\u0947 \u0916\u093f\u0932\u093e\u0921\u093c\u0940 \u092e\u0947\u0902 \u0907\u0928\u0915\u0940 \u0906\u0935\u093e\u091c\u093c \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u092e\u0947\u0902\u091f\u0930\u0940 \u0915\u0947 \u0932\u093f\u090f \u0915\u0930\u0928\u0947 \u0915\u093e \u0928\u093f\u0930\u094d\u0923\u092f \u0932\u0947 \u0932\u093f\u092f\u093e \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0909\u0928\u094d\u0939\u0947\u0902 \u0907\u0928\u0915\u0947 \u0932\u093f\u090f \u0915\u094b\u0908 \u0909\u092a\u092f\u0941\u0915\u094d\u0924 \u092d\u0942\u092e\u093f\u0915\u093e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u093e \u0925\u093e\u0964", "output": "Hindi", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "\u0906\u0918\u093e\u0924 \u0915\u0947 \u0924\u0902\u0924\u094d\u0930\u093f\u0915\u0940\u092f \u092a\u094d\u0930\u092d\u093e\u0935 , \u092a\u094d\u0930\u092d\u093e\u0935\u093f\u0924 \u0938\u094d\u0925\u093e\u0928 \u0914\u0930 \u0915\u094d\u0937\u0924\u093f \u0915\u0940 \u092e\u093e\u0924\u094d\u0930\u093e \u092a\u0930 \u0928\u093f\u0930\u094d\u092d\u0930 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902 , \u0907\u0938\u0932\u093f\u090f \u092f\u0947 \u0938\u092c \u0932\u094b\u0917\u094b\u0902 \u092e\u0947\u0902 \u0905\u0932\u0917-\u0905\u0932\u0917 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902 \u0964", "output": "Hindi", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "Nevertheless , with the constitution of a Legislature , the making of laws ceased to be the business of the Governor-General 's Council .", "output": "English", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "Here we will refer to two of them : firstly the fundamental human rights guaranteed by our Constitution are producing , at least among the educated , a consciousness of individual freedom and responsibility .", "output": "English", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "Each of the four castes was now divided into many sub-castes which claimed the entire loyalty of the individual .", "output": "English", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "Nevertheless , in furtherance of his strategic objectives he wanted to make the best of a rather unfavourable situation .", "output": "English", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "\u092f\u0939\u093e\u0902 \u0924\u0915 \u0915\u093f \u092a\u093e\u0928\u0940 \u092e\u0947\u0902 \u0939\u093e\u0907\u0921\u094d\u0930\u094b\u091c\u0928 \u0938\u0932\u094d\u092b\u093e\u0907\u0921 \u0915\u0940 0.001 \u092a\u0940 \u092a\u0940 \u090f\u092e \u092e\u093e\u0924\u094d\u0930\u093e \u0938\u0947 \u092d\u0940 \u0938\u0921\u093c\u0947 \u0939\u0941\u090f \u0905\u0902\u0921\u0947 \u0915\u0940 \u092c\u0926\u092c\u0942 \u0906\u0924\u0940 \u0939\u0948 \u0964", "output": "Hindi", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "\u201d That you being the editor of the paper young India on or about 29th day of September , 1921 , the 15th day of December , 1921 and the 23rd day of February , 1922 at Ahmedabad did write the words contained in the appendix to this charge and by these written words did bring or attempt to bring into hatred or contempt or did excite or did attempt to excite disaffection towards His Majesty or the government established by law in British India and thereby committed offences punishable under Section 124-A of the Indian Penal Code and within the cognisance of the Court of Sessions .", "output": "English", "category": "Language Identification 1055.json" }, { "instruction": "In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time.", "input": "Consequently that of the homozygotes both -LRB- AA -RRB- as well as -LRB- aa -RRB- is 1-1/2 \u201d .", "output": "English", "category": "Language Identification 1055.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "The jagged pink and white peaks reflected snow from the remains of the setting sun made appreciate me the beauty of nature.", "output": "Inversion", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "Holly turned her face up and smiled back.", "output": "Original", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "She was sure it of.", "output": "Inversion", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "It then bolted across the creek in an attempted full assault of my position.", "output": "Original", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "Buster looked up expectantly.", "output": "Original", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "Seeing my work of art work so well me gave a very happy feeling inside. )", "output": "Inversion", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "I'm surprised when he gives them to me right away.", "output": "Original", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "Taking deep a breath, she yanked the door open.", "output": "Inversion", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as \"Inversion\" or \"Original\" based on your judgment.", "input": "Brick narrowed his eyes, his lips pressing up, his face twisting around in confusion.", "output": "Original", "category": "Linguistic Probing 1056.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "That begs the question - what do you have in common ?", "output": "Present", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "Looking doubtful, however, Cain opted to climb and gestured for me to join him.", "output": "Past", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "She twirled one of her long curls around her finger.", "output": "Past", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "\" Don't sell yourself short, Hal.", "output": "Present", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "Got a taste of what it was really like, instead of just hearing the romanticized version they teach at school.", "output": "Present", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "' He remembers who we are.", "output": "Present", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "\" Selena, I have to tell you something, \" he announced, his voice shaky like a tree branch in the wind.", "output": "Past", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "A boy touches you, and you mistake hormones for magic. \"", "output": "Present", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as \"Present\" or \"Past\" based on your judgment. If there is no verb in the given text, answer \"Present\".", "input": "\" Thanks, \" he rumbled, his voice hoarse with disuse.", "output": "Present", "category": "Linguistic Probing 1057.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "However, an additional little intelligence payoff would go nicely with what he already had from the meeting.", "output": "Singular", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "The three goons that had been trussed up on the train had bitten down on suicide pills and were dead when the cops found them.", "output": "Plural", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "The old stone courthouse in downtown Winsor was not air-conditioned, so an already stressful situation was magnified by the heat.", "output": "Singular", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "Girls in long, flowing maxi dresses and boys in Lacoste polos filled the patio.", "output": "Plural", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "As instructed, servants laid a large pillow beside the throne, and Nolen pulled the Mage up to it.", "output": "Plural", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "Others believed that it is Gods will that they fight to expel the Turks for the Christian Holy Lands.", "output": "Plural", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "The aliens and the humans were both using military ships and neither of them put much thought into making them look nice.", "output": "Plural", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "There were a few designers on this street who would use her to model some of their clothes to do design work.", "output": "Plural", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "The steady pulsing between her legs built into a throb that demanded to be sated.", "output": "Singular", "category": "Linguistic Probing 1058.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "Mikhail took the old photographs and the bundle of papers without even glancing at them.", "output": "Plural", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "\" Mille is wrapping your supplies in the quilt. \"", "output": "Plural", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "Our dog took a mouthful of his pant leg in his mouth and started pulling.", "output": "Singular", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "\" I've never had aspirations of saving the world, but obviously I am not going to turn my back and pretend nothing is happening. \"", "output": "Plural", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "She dismissed his objections with an airy wave of her hand.", "output": "Plural", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "The young boys and girls celebrating confirmation later this year served the meals.", "output": "Plural", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "But when everyone else is paid, then Dale gets a quarter of what's left. \"", "output": "Singular", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "\" I didn't shoot anybody. \"", "output": "Singular", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as \"Singular\" or \"Plural\" based on your judgment.", "input": "Trust me, she needs the coins now. \"", "output": "Plural", "category": "Linguistic Probing 1059.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Victorian Premier John Brumby said the claim would be settled according to the government's wages policy.", "output": "\u0935\u093f\u0915\u094d\u091f\u094b\u0930\u093f\u092f\u0928 \u092a\u094d\u0930\u0940\u092e\u093f\u092f\u0930 \u091c\u0949\u0928 \u092c\u094d\u0930\u0942\u092c\u0940 \u0928\u0947 \u0915\u0939\u093e \u0915\u093f \u0926\u093e\u0935\u0947 \u0915\u093e \u0928\u093f\u092a\u091f\u093e\u0928 \u0938\u0930\u0915\u093e\u0930 \u0915\u0940 \u0935\u0947\u0924\u0928 \u0928\u0940\u0924\u093f \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "The men's final takes place later today with first seed and defending champion Roger Federer taking on second seed Rafael Nadal in a repeat of last year's final.", "output": "\u092a\u0941\u0930\u0941\u0937\u094b\u0902 \u0915\u093e \u092b\u093c\u093e\u0907\u0928\u0932 \u0906\u091c \u092a\u0939\u0932\u0947 \u0938\u0940\u0921 \u0914\u0930 \u0921\u093f\u092b\u0947\u0902\u0921\u093f\u0902\u0917 \u091a\u0948\u0902\u092a\u093f\u092f\u0928 \u0930\u094b\u091c\u0930 \u092b\u0947\u0921\u0930\u0930 \u0915\u0947 \u0938\u093e\u0925 \u0926\u0942\u0938\u0930\u0947 \u0938\u0940\u0921 \u0930\u093e\u092b\u0947\u0932 \u0928\u0921\u093e\u0932 \u092a\u0930 \u092a\u093f\u091b\u0932\u0947 \u0938\u093e\u0932 \u092b\u093c\u093e\u0907\u0928\u0932 \u0915\u0947 \u090f\u0915 \u0930\u093f\u092a\u0940\u091f \u092e\u0947\u0902 \u0939\u0941\u0906\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "33,000 polling staff had been appointed to over 5000 polling stations.", "output": "5000 \u0938\u0947 \u0905\u0927\u093f\u0915 \u092e\u0924\u0926\u093e\u0928 \u0915\u0947\u0902\u0926\u094d\u0930\u094b\u0902 \u092a\u0930 33,000 \u092e\u0924\u0926\u093e\u0928 \u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940 \u0928\u093f\u092f\u0941\u0915\u094d\u0924 \u0915\u093f\u090f \u0917\u090f \u0925\u0947\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "According to a new diagnosis by a surgical pathologist, Frida Kahlo most likely suffered uterine damage during a streetcar accident as a teenager and this led to a rare condition known as Asherman's syndrome, and that would explain the Mexican artist's infertility.", "output": "\u0938\u0930\u094d\u091c\u093f\u0915\u0932 \u092a\u0948\u0925\u094b\u0932\u0949\u091c\u093f\u0938\u094d\u091f \u0915\u0947 \u090f\u0915 \u0928\u090f \u0928\u093f\u0926\u093e\u0928 \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930, \u092b\u093c\u094d\u0930\u0940\u0921\u093e \u0915\u093e\u0939\u0932\u094b \u0915\u094b \u090f\u0915 \u0915\u093f\u0936\u094b\u0930\u0940 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u090f\u0915 \u0938\u0921\u093c\u0915 \u0926\u0941\u0930\u094d\u0918\u091f\u0928\u093e \u0915\u0947 \u0926\u094c\u0930\u093e\u0928 \u0917\u0930\u094d\u092d\u093e\u0936\u092f \u0915\u0940 \u0915\u094d\u0937\u0924\u093f \u0915\u0940 \u0938\u092c\u0938\u0947 \u0905\u0927\u093f\u0915 \u0938\u0902\u092d\u093e\u0935\u0928\u093e \u0925\u0940 \u0914\u0930 \u0907\u0938\u0938\u0947 \u090f\u0936\u0930\u092e\u0948\u0928 \u0938\u093f\u0902\u0921\u094d\u0930\u094b\u092e \u0928\u093e\u092e\u0915 \u090f\u0915 \u0926\u0941\u0930\u094d\u0932\u092d \u0938\u094d\u0925\u093f\u0924\u093f \u0915\u093e \u092a\u0924\u093e \u091a\u0932\u093e \u0914\u0930 \u092f\u0939 \u092e\u0948\u0915\u094d\u0938\u093f\u0915\u0928 \u0915\u0932\u093e\u0915\u093e\u0930 \u0915\u0947 \u092c\u093e\u0902\u091d\u092a\u0928 \u0915\u0940 \u0935\u094d\u092f\u093e\u0916\u094d\u092f\u093e \u0915\u0930\u0947\u0917\u093e\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Researchers believe human trials may begin within a few years.", "output": "\u0936\u094b\u0927\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u092e\u093e\u0928\u0928\u093e \u0939\u0948 \u0915\u093f \u092e\u093e\u0928\u0935 \u092a\u0930\u0940\u0915\u094d\u0937\u0923 \u0915\u0941\u091b \u0935\u0930\u094d\u0937\u094b\u0902 \u0915\u0947 \u092d\u0940\u0924\u0930 \u0936\u0941\u0930\u0942 \u0939\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "The mine is owned by Massey Energy but operated by Performance Coal Company, a subsidiary of Massey, which is the fourth largest coal producer in the US.", "output": "\u0916\u0926\u093e\u0928 \u0915\u093e \u0938\u094d\u0935\u093e\u092e\u093f\u0924\u094d\u0935 \u092e\u0948\u0938\u0940 \u090f\u0928\u0930\u094d\u091c\u0940 \u0915\u0947 \u092a\u093e\u0938 \u0939\u0948, \u0932\u0947\u0915\u093f\u0928 \u0907\u0938\u0947 \u092e\u0948\u0938\u0940 \u0915\u0940 \u0938\u0939\u093e\u092f\u0915 \u0915\u0902\u092a\u0928\u0940 \u092a\u0930\u092b\u0949\u0930\u094d\u092e\u0947\u0902\u0938 \u0915\u094b\u0932 \u0915\u0902\u092a\u0928\u0940 \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0902\u091a\u093e\u0932\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948, \u091c\u094b \u0905\u092e\u0947\u0930\u093f\u0915\u093e \u0915\u0940 \u091a\u094c\u0925\u0940 \u0938\u092c\u0938\u0947 \u092c\u0921\u093c\u0940 \u0915\u094b\u092f\u0932\u093e \u0909\u0924\u094d\u092a\u093e\u0926\u0915 \u0915\u0902\u092a\u0928\u0940 \u0939\u0948\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "We stand by the allegations contained in the complaint and we look forward to proving them at trial, said Pelton in a statement to ABC News.", "output": "ABC News \u0915\u094b \u0926\u093f\u090f \u090f\u0915 \u092c\u092f\u093e\u0928 \u092e\u0947\u0902 \u092a\u0947\u0932\u094d\u091f\u0928 \u0928\u0947 \u0915\u0939\u093e, \u0939\u092e \u0936\u093f\u0915\u093e\u092f\u0924 \u092e\u0947\u0902 \u0932\u0917\u093e\u090f \u0917\u090f \u0906\u0930\u094b\u092a\u094b\u0902 \u092a\u0930 \u0935\u093f\u091a\u093e\u0930 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0939\u092e \u092e\u0941\u0915\u0926\u092e\u094b\u0902 \u092e\u0947\u0902 \u0909\u0928\u094d\u0939\u0947\u0902 \u0938\u093e\u092c\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0924\u0924\u094d\u092a\u0930 \u0939\u0948\u0902\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Three of the captains have been caught fishing in Australian waters before between 1997 and 2004.", "output": "1997 \u0938\u0947 2004 \u0915\u0947 \u092c\u0940\u091a \u0924\u0940\u0928 \u0915\u0948\u092a\u094d\u091f\u0928 \u0911\u0938\u094d\u091f\u094d\u0930\u0947\u0932\u093f\u092f\u093e\u0908 \u091c\u0932 \u0938\u0940\u092e\u093e \u092e\u0947\u0902 \u092e\u091b\u0932\u0940 \u092a\u0915\u0921\u093c\u0924\u0947 \u0939\u0941\u090f \u092a\u0915\u0921\u093c\u0947 \u0917\u090f \u0939\u0948\u0902\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Areas worst hit, like the small town of Pangandaran, are beginning to return to normal, and many businesses there have begun to open up again.", "output": "\u092a\u0902\u0917\u0902\u0926\u0930\u0928 \u0915\u0947 \u091b\u094b\u091f\u0947 \u0938\u0947 \u0915\u0938\u094d\u092c\u0947 \u0915\u0940 \u0924\u0930\u0939 \u0938\u092c\u0938\u0947 \u091c\u094d\u092f\u093e\u0926\u093e \u092a\u094d\u0930\u092d\u093e\u0935\u093f\u0924 \u0907\u0932\u093e\u0915\u0947 \u0905\u092c \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0939\u094b\u0928\u0947 \u0932\u0917\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0935\u0939\u093e\u0902 \u0915\u0947 \u0915\u0908 \u0915\u093e\u0930\u094b\u092c\u093e\u0930 \u092b\u093f\u0930 \u0938\u0947 \u0916\u0941\u0932\u0928\u0947 \u0932\u0917\u0947 \u0939\u0948\u0902\u0964", "category": "Translation 1060.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u090f\u0915 \u0926\u0942\u0938\u0930\u093e \u092c\u091a\u094d\u091a\u093e, 3 \u0935\u0930\u094d\u0937\u0940\u092f \u0930\u092f\u093e\u0928 \u092b\u093e\u0928, \u092c\u093e\u0930\u094d\u091f\u0928 \u092c\u0947 \u0915\u0947 \u092a\u093e\u0938 \u090f\u0915 \u0916\u094b\u091c \u0914\u0930 \u092c\u091a\u093e\u0935 \u0926\u0932 \u0926\u094d\u0935\u093e\u0930\u093e \u0906\u091c \u0938\u094d\u0925\u093e\u0928\u0940\u092f \u0938\u092e\u092f\u093e\u0928\u0941\u0938\u093e\u0930 \u0938\u0941\u092c\u0939 10:30 \u092c\u091c\u0947 \u092a\u093e\u092f\u093e \u0917\u092f\u093e\u0964", "output": "A second child, 3-year-old Ryan Phan, was found near Barton Bay by a search and rescue team today at 10:30 am local time.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u091c\u094b\u0927\u092a\u0941\u0930 \u0915\u0947 \u090f\u0915 \u092a\u0941\u0932\u093f\u0938 \u0905\u0927\u093f\u0915\u093e\u0930\u0940 \u092e\u093e\u0932\u093f\u0928\u0940 \u0905\u0917\u094d\u0930\u0935\u093e\u0932 \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930, 10,000 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0939\u093f\u0902\u0926\u0942 \u0905\u092a\u0928\u0947 \u0927\u093e\u0930\u094d\u092e\u093f\u0915 \u0938\u0902\u0938\u094d\u0915\u093e\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u092e\u0902\u0926\u093f\u0930 \u092e\u0947\u0902 \u090f\u0915\u0924\u094d\u0930\u093f\u0924 \u0939\u0941\u090f \u0925\u0947\u0964", "output": "According to Malini Agarwal, a Jodhpur police officer, over 10,000 Hindus had gathered at a temple to perform their religious rites.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "14 \u092e\u093e\u0930\u094d\u091a \u0915\u094b \u0915\u093e\u0930\u094d\u092f\u0915\u093e\u0930\u093f\u0923\u0940 \u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0939\u094b\u0917\u093e\u0964", "output": "On March 14, the nomination of the Executive will take place.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930 \u0936\u093e\u092e, \u091a\u0947\u0902\u0917\u094d\u0926\u0942, \u091a\u0940\u0928 \u092e\u0947\u0902 \u090f\u0915 \u0935\u093f\u0938\u094d\u092b\u094b\u091f, \u0928\u0947 \u092b\u093c\u0949\u0915\u094d\u0938\u0915\u0949\u0928 \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0902\u091a\u093e\u0932\u093f\u0924 \u090f\u0915 \u0938\u0941\u0935\u093f\u0927\u093e \u0915\u094b \u0906\u0902\u0936\u093f\u0915 \u0930\u0942\u092a \u0938\u0947 \u092c\u0902\u0926 \u0915\u0930 \u0926\u093f\u092f\u093e, \u091c\u094b \u0926\u0941\u0928\u093f\u092f\u093e \u0915\u0947 \u0938\u092c\u0938\u0947 \u092c\u0921\u093c\u0947 \u0907\u0932\u0947\u0915\u094d\u091f\u094d\u0930\u0949\u0928\u093f\u0915\u094d\u0938 \u0928\u093f\u0930\u094d\u092e\u093e\u0924\u093e\u0913\u0902 \u092e\u0947\u0902 \u0938\u0947 \u090f\u0915 \u0939\u0948 \u0914\u0930 \u0939\u0947\u0935\u0932\u0947\u091f-\u092a\u0948\u0915\u0930\u094d\u0921, \u0921\u0947\u0932, \u0938\u094b\u0928\u0940, \u0910\u092a\u094d\u092a\u0932, \u092e\u094b\u091f\u094b\u0930\u094b\u0932\u093e \u0914\u0930 \u0928\u094b\u0915\u093f\u092f\u093e \u091c\u0948\u0938\u0940 \u0915\u0902\u092a\u0928\u093f\u092f\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u092a\u094d\u0930\u092e\u0941\u0916 \u0906\u092a\u0942\u0930\u094d\u0924\u093f\u0915\u0930\u094d\u0924\u093e \u0939\u0948\u0964", "output": "On Friday evening, an explosion in Chengdu, China caused partial shutdown of a facility operated by Foxconn, one of the world's biggest electronics manufacturers and a major supplier to companies like Hewlett-Packard, Dell, Sony, Apple, Motorola and Nokia.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0938\u092e\u094d\u092e\u0947\u0932\u0928 \u0915\u0947 \u0906\u092f\u094b\u091c\u0915\u094b\u0902 \u0915\u094b \u0909\u092e\u094d\u092e\u0940\u0926 \u0939\u0948 \u0915\u093f \u092f\u0939 \u0930\u094b\u092e\u093e\u0928\u093f\u092f\u093e \u0915\u0947 \u0932\u093f\u090f \u090f\u0915\u0940\u0915\u0943\u0924 \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f \u092c\u094d\u0930\u093e\u0902\u0921\u093f\u0902\u0917 \u092a\u0930\u093f\u092f\u094b\u091c\u0928\u093e \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0938\u094d\u092a\u094d\u0930\u093f\u0902\u0917\u092c\u094b\u0930\u094d\u0921 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0915\u093e\u0930\u094d\u092f \u0915\u0930\u0947\u0917\u093e\u0964", "output": "The conference organisers hope that it will act as a springboard for an integrated national branding project for Romania.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0926\u0940 \u092b\u093e\u0907\u0928\u0947\u0902\u0936\u093f\u092f\u0932 \u092a\u094b\u0938\u094d\u091f \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930, \u0924\u0947\u0932 \u0938\u0947\u0935\u093e \u0915\u0902\u092a\u0928\u093f\u092f\u094b\u0902 \u0915\u093e \u092c\u0939\u093f\u0937\u094d\u0915\u093e\u0930, \u0930\u093e\u091c\u094d\u092f \u0915\u0947 \u0938\u094d\u0935\u093e\u092e\u093f\u0924\u094d\u0935 \u0935\u093e\u0932\u0940 \u0924\u0947\u0932 \u0915\u0902\u092a\u0928\u0940 \u092a\u0947\u091f\u094d\u0930\u0947\u0932\u093f\u092f\u094b\u0938 \u0921\u0940 \u0935\u0947\u0928\u0947\u091c\u0941\u090f\u0932\u093e (\u092a\u0940\u0921\u0940\u0935\u0940\u090f\u0938\u090f) \u0915\u0947 \u0938\u093e\u0925 \u0909\u0928\u0915\u0947 \u0935\u093f\u0935\u093e\u0926 \u0915\u093e \u0905\u0928\u0941\u0938\u0930\u0923 \u0915\u0930\u0924\u093e \u0939\u0948\u0964", "output": "According to The Financial Post, expropriation of oil service companies follows their dispute with Petr\u00f3leos de Venezuela (PDVSA), the State-owned oil company.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u0930\u0949\u0915 \u092c\u0948\u0902\u0921 Lynyrd Skynyrd \u0915\u0947 \u0939\u092e\u0928\u093e\u092e \u0932\u093f\u092f\u094b\u0928\u093e\u0930\u094d\u0921 \u0938\u094d\u0915\u093f\u0928\u0930 \u0915\u093e 77 \u0938\u093e\u0932 \u0915\u0940 \u0909\u092e\u094d\u0930 \u092e\u0947\u0902 \u0928\u093f\u0927\u0928 \u0939\u094b \u0917\u092f\u093e \u0939\u0948\u0964", "output": "Leonard Skinner, the namesake of rock band Lynyrd Skynyrd, has died at the age of 77.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u092a\u0947\u0902\u091f\u093e\u0917\u0928 \u0915\u0947 \u092a\u094d\u0930\u0935\u0915\u094d\u0924\u093e \u091a\u093f\u091f\u094b \u092a\u0947\u092a\u094d\u0932\u0930 \u0928\u0947 \u0915\u0939\u093e \u0915\u093f \u0915\u0941\u0930\u094d\u0928\u093e\u091c \u0915\u0947 \u0915\u0948\u0926\u0940 \u0915\u094b \u091c\u0930\u094d\u092e\u0928\u0940 \u092e\u0947\u0902 \u0938\u094d\u0925\u093e\u0928\u093e\u0902\u0924\u0930\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0936\u0930\u094d\u0924\u094b\u0902 \u092e\u0947\u0902 \u092f\u0939 \u0917\u093e\u0930\u0902\u091f\u0940 \u0926\u0940 \u0917\u0908 \u0925\u0940 \u0915\u093f \u091c\u0930\u094d\u092e\u0928 \u0905\u0927\u093f\u0915\u093e\u0930\u093f\u092f\u094b\u0902 \u0926\u094d\u0935\u093e\u0930\u093e \u0915\u0941\u0930\u094d\u0928\u093e\u091c \u0915\u0947 \u0938\u093e\u0925 \u092e\u093e\u0928\u0935\u0940\u092f \u0935\u094d\u092f\u0935\u0939\u093e\u0930 \u0915\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e \u0914\u0930 \u091c\u0930\u094d\u092e\u0928\u0940 \u092f\u0939 \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u0926\u092e \u0909\u0920\u093e\u090f\u0917\u093e \u0915\u093f \u0915\u0941\u0930\u094d\u0928\u093e\u091c \u0926\u0941\u0928\u093f\u092f\u093e \u0915\u0947 \u0932\u093f\u090f \u0915\u094b\u0908 \u0916\u0924\u0930\u093e \u092a\u0948\u0926\u093e \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0917\u093e\u0964", "output": "Pentagon spokesman Chito Peppler said that the conditions for the prisoner transfer of Kurnaz to Germany included guarantees that Kurnaz be treated humanely by German authorities and that Germany take steps to ensure Kurnaz would not pose any threat to the world.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u092f\u0926\u093f \u092c\u0939\u0941\u0924 \u0938\u0947 \u0917\u0943\u0939\u0938\u094d\u0935\u093e\u092e\u0940 \u0905\u092a\u0928\u0947 \u092e\u0949\u0930\u094d\u0917\u0947\u091c \u092a\u0930 \u091a\u0942\u0915 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u0938\u092c-\u092a\u094d\u0930\u093e\u0907\u092e \u090b\u0923\u0926\u093e\u0924\u093e \u0921\u093f\u092b\u093c\u0949\u0932\u094d\u091f \u0915\u094b \u0938\u092e\u093e\u092a\u094d\u0924 \u0915\u0930 \u0938\u0915\u0924\u093e \u0939\u0948\u0964", "output": "If too many homeowners default on their mortgages, the sub-prime lender can end up defaulting.", "category": "Translation 1061.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: The independent and nonpartisan US congressional watchdog, the Government Accountability Office (GAO) called the Food and Drug Administration's decision not to allow over-the-counter (OTC) sales of an Emergency Contraceptive pill, \"unusual\". \n Hindi: \u092e\u0932\u093e\u0935\u0940 \u092e\u0947\u0902 \u092c\u094d\u0930\u093f\u091f\u093f\u0936 \u0914\u092a\u0928\u093f\u0935\u0947\u0936\u093f\u0915 \u0915\u093e\u0932 \u0915\u0947 \u0926\u094c\u0930\u093e\u0928 \u0932\u0917\u093e\u090f \u0917\u090f \u0915\u093e\u0928\u0942\u0928\u094b\u0902 \u0915\u0947 \u0906\u0927\u093e\u0930 \u092a\u0930 \u0926\u094b\u0902\u0928\u094b \u092a\u0941\u0930\u0941\u0937\u094b\u0902 \u092a\u0930 \u0918\u094b\u0930 \u0905\u092d\u0926\u094d\u0930\u0924\u093e \u0914\u0930 \u0905\u092a\u094d\u0930\u093e\u0915\u0943\u0924\u093f\u0915 \u0915\u0943\u0924\u094d\u092f \u0915\u0947 \u0906\u0930\u094b\u092a \u0932\u0917\u093e\u090f \u0917\u090f\u0964", "output": "No", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Wikinews contacted the McCain campaign with a request for a statement regarding this issue; and, at the time of publication, had not received a response. \n Hindi: \u0907\u0928 \u0938\u092c\u0938\u0947 \u0939\u093e\u0932\u093f\u092f\u093e \u092e\u0941\u0915\u0926\u092e\u0947 \u092e\u0947\u0902 \u0935\u093e\u0926\u0940 \u0928\u0947 \u0915\u0939\u093e \u0915\u093f \u0932\u0940, \u092a\u0930\u094d\u0932\u092e\u091f\u0930, \u0906\u0930\u094d\u0925\u0930 \u0932\u093f\u092c\u0930\u092e\u0948\u0928 \u0914\u0930 \u090f\u0935\u0940 \u0905\u0930\u0926 \u0928\u0947 1998 \u092e\u0947\u0902 \u0938\u094d\u091f\u0947\u0928 \u0932\u0940 \u092e\u0940\u0921\u093f\u092f\u093e \u0915\u094b \u0938\u094c\u0902\u092a\u0940 \u0932\u0940 \u0915\u0940 \u0915\u0943\u0924\u093f\u092f\u094b\u0902 \u092e\u0947\u0902 \u0935\u093f\u0924\u094d\u0924\u0940\u092f \u0939\u093f\u0924\u094b\u0902 \u0915\u094b \u091b\u0941\u092a\u093e\u0928\u0947 \u0914\u0930 \u0926\u0941\u0930\u0941\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092c\u0941\u0930\u0947 \u0935\u093f\u0936\u094d\u0935\u093e\u0938 \u0915\u0940 \u0938\u093e\u091c\u093f\u0936 \u0930\u091a\u0940\u0964", "output": "No", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: They say \"prejudgment\" has increased the \"pervasive negative publicity\" surrounding the line, since negative accusations are most often published in newspapers. \n Hindi: \u0921\u0947\u0932\u092a 70 \u0915\u0947 \u0936\u0941\u0930\u0941\u0906\u0924\u0940 \u0926\u093f\u0928\u094b\u0902 \u092e\u0947\u0902 \u0917\u093f\u091f\u093e\u0930\u0935\u093e\u0926\u0915, \u0917\u0940\u0924\u0915\u093e\u0930 \u0914\u0930 \u0928\u093f\u0930\u094d\u092e\u093e\u0924\u093e \u091f\u0949\u092e \u0938\u094d\u0915\u094b\u0932\u094d\u091c\u093c \u0938\u0947 \u092e\u093f\u0932\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u092c\u094b\u0938\u094d\u091f\u0928 \u092e\u0947\u0902 \u0936\u093e\u092e\u093f\u0932 \u0939\u0941\u090f\u0964", "output": "No", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Only fellow ex-USSR nations Belarus and Kazakhstan have higher teen suicide rates than Russia, which is at around 20 per 100,000 nationally. \n Hindi: \u0905\u0917\u0930 \u0921\u0947\u0932\u0947 \u0915\u094b \u0938\u0924\u094d\u0924\u093e \u092c\u0930\u0915\u0930\u093e\u0930 \u0930\u0916\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0926\u093f\u090f \u091c\u093e\u0928\u0947 \u0915\u0940 \u0909\u092e\u094d\u092e\u0940\u0926 \u0939\u094b\u0928\u0947 \u0915\u0947 \u0915\u093e\u0930\u0923 \u0905\u0928\u094d\u092f \u0930\u093f\u092a\u092c\u094d\u0932\u093f\u0915\u0928 \u0915\u094b \u0905\u092a\u0928\u0947 \u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0935\u0930\u094d\u0924\u0928 \u0915\u0940 \u0918\u092c\u0930\u093e\u0939\u091f \u0939\u094b\u0928\u0947 \u0932\u0917\u0940 \u0939\u0948\u0964", "output": "No", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Experts said that the incident was embarrassing for Airbus; the airline's shares have dropped by 7% since. \n Hindi: \"\u0932\u0947\u0915\u093f\u0928 \u092f\u0939 \u0939\u092e\u093e\u0930\u0947 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u092a\u0930\u093f\u091a\u093e\u0932\u0928 \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e\u0913\u0902 \u0915\u0947 \u092d\u0940\u0924\u0930 \u0906\u0924\u093e \u0939\u0948 \u0914\u0930 \u0939\u092e \u0909\u0938\u0940 \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u092a\u094d\u0930\u0924\u093f\u0915\u094d\u0930\u093f\u092f\u093e \u0926\u0947 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964\"", "output": "No", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: The flooding was caused by a heavy rainstorm on Saturday which caused a wall of water to trigger down the gorge. \n Hindi: \u0936\u0928\u093f\u0935\u093e\u0930 \u0915\u094b \u092d\u093e\u0930\u0940 \u092c\u093e\u0930\u093f\u0936 \u0915\u0947 \u0915\u093e\u0930\u0923 \u092c\u093e\u0922\u093c \u0906 \u0917\u0908 \u0925\u0940, \u091c\u093f\u0938\u0915\u0940 \u0935\u091c\u0939 \u0938\u0947 \u092a\u093e\u0928\u0940 \u0915\u0940 \u090f\u0915 \u0926\u0940\u0935\u093e\u0930 \u0915\u0923\u094d\u0920 \u0938\u0947 \u0928\u0940\u091a\u0947 \u0917\u093f\u0930 \u0917\u0908\u0964", "output": "Yes", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: \"We Swiss find our way at sea, not just in the mountains,\" referring to Switzerland being most popular for Alpine skiing. \n Hindi: \u0938\u094d\u0935\u093f\u091f\u094d\u091c\u0930\u0932\u0948\u0902\u0921 \u092e\u0947\u0902 \u0905\u0932\u094d\u092a\u093e\u0907\u0928 \u0938\u094d\u0915\u0940\u0907\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u0938\u092c\u0938\u0947 \u0932\u094b\u0915\u092a\u094d\u0930\u093f\u092f \u0939\u094b\u0928\u0947 \u0915\u093e \u091c\u093f\u0915\u094d\u0930 \u0915\u0930\u0924\u0947 \u0939\u0941\u090f, \"\u0939\u092e \u0938\u094d\u0935\u093f\u0938 \u0938\u092e\u0941\u0926\u094d\u0930 \u092e\u0947\u0902 \u0905\u092a\u0928\u093e \u0930\u093e\u0938\u094d\u0924\u093e \u0922\u0942\u0902\u0922\u0924\u0947 \u0939\u0948\u0902\u0964\"", "output": "Yes", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Several senior Russian politicians have said that the deaths of Politkovskaya and Litvinenko were playing into the hands of Russia's enemies and, therefore, could not have been authorized by Moscow. \n Hindi: \u0915\u0908 \u0935\u0930\u093f\u0937\u094d\u0920 \u0930\u0942\u0938\u0940 \u0930\u093e\u091c\u0928\u0947\u0924\u093e\u0913\u0902 \u0928\u0947 \u0915\u0939\u093e \u0939\u0948 \u0915\u093f \u092a\u094b\u0932\u093f\u0924\u0915\u094b\u0935\u0938\u094d\u0915\u093e\u092f\u093e \u0914\u0930 \u0932\u093f\u0924\u0935\u093f\u0928\u0947\u0902\u0915\u094b \u0915\u0940 \u092e\u094c\u0924\u0947\u0902 \u0930\u0942\u0938 \u0915\u0947 \u0926\u0941\u0936\u094d\u092e\u0928\u094b\u0902 \u0915\u0947 \u0939\u093e\u0925\u094b\u0902 \u092e\u0947\u0902 \u0916\u0947\u0932 \u0930\u0939\u0940 \u0925\u0940\u0902 \u0914\u0930 \u0907\u0938\u0932\u093f\u090f, \u092e\u093e\u0938\u094d\u0915\u094b \u0926\u094d\u0935\u093e\u0930\u093e \u0905\u0927\u093f\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0925\u093e\u0964", "output": "Yes", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Wikinews witnessed three rugby union matches at Sunshine Coast Stadium in Queensland, Australia this past Saturday. \n Hindi: \u0935\u093f\u0915\u093f\u0928\u094d\u092f\u0942\u091c\u093c \u0928\u0947 \u092a\u093f\u091b\u0932\u0947 \u0936\u0928\u093f\u0935\u093e\u0930 \u0915\u094b \u0911\u0938\u094d\u091f\u094d\u0930\u0947\u0932\u093f\u092f\u093e \u0915\u0947 \u0915\u094d\u0935\u0940\u0902\u0938\u0932\u0948\u0902\u0921 \u0915\u0947 \u0938\u0928\u0936\u093e\u0907\u0928 \u0915\u094b\u0938\u094d\u091f \u0938\u094d\u091f\u0947\u0921\u093f\u092f\u092e \u092e\u0947\u0902 \u0924\u0940\u0928 \u0930\u0917\u094d\u092c\u0940 \u092f\u0942\u0928\u093f\u092f\u0928 \u092e\u0948\u091a \u0926\u0947\u0916\u0947\u0964", "output": "Yes", "category": "Text Matching 1062.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Hamas won 75 out of the 118 seats, with Fatah, the party of Palestinian leader, Mahmoud Abbas only managing to secure 39 seats.", "output": "\u30cf\u30de\u30b9\u306f118\u8b70\u5e2d\u4e2d75\u8b70\u5e2d\u3092\u7372\u5f97\u3057\u3001\u30d1\u30ec\u30b9\u30c1\u30ca\u4eba\u6307\u5c0e\u8005\u30de\u30cf\u30e0\u30c9\u30fb\u30a2\u30c3\u30d0\u30b9\u6c0f\u306e\u653f\u515a\u30d5\u30a1\u30bf\u306f39\u8b70\u5e2d\u3057\u304b\u78ba\u4fdd\u3067\u304d\u306a\u304b\u3063\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Their vessels were found hiding in mangroves off the Kimberley coast.", "output": "\u5f7c\u3089\u306e\u8239\u306f\u3001\u30ad\u30f3\u30d0\u30ea\u30fc\u6cbf\u5cb8\u306e\u30de\u30f3\u30b0\u30ed\u30fc\u30d6\u306e\u4e2d\u306b\u96a0\u3055\u308c\u3066\u3044\u308b\u306e\u304c\u767a\u898b\u3055\u308c\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "The Foundation is the parent organization of Wikipedia and other projects such as Wikinews and Wikimedia Commons, a Wiki dedicated to hosting images that can be used throughout the projects of the Foundation.", "output": "\u8ca1\u56e3\u306f\u30a6\u30a3\u30ad\u30da\u30c7\u30a3\u30a2\u3068\u30a6\u30a3\u30ad\u30cb\u30e5\u30fc\u30b9\u3084\u30a6\u30a3\u30ad\u30e1\u30c7\u30a3\u30a2\u30fb\u30b3\u30e2\u30f3\u30ba\u306e\u3088\u3046\u306a\u4ed6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u6bcd\u4f53\u3067\u3001\u300cWiki\u300d\u306f\u8ca1\u56e3\u306e\u3059\u3079\u3066\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u4f7f\u308f\u308c\u308b\u30db\u30b9\u30c6\u30a3\u30f3\u30b0\u30fb\u30a4\u30e1\u30fc\u30b8\u3067\u3042\u308b\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "In the beginning of the third qualification session his car slowed down and forced him to start 10th on Sunday.", "output": "\u7b2c\uff13\u306e\u8cc7\u683c\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u59cb\u3081\u306b\u3001\u5f7c\u306e\u8eca\u306f\u901f\u5ea6\u3092\u843d\u3068\u3057\u3001\u65e5\u66dc\u306b\uff11\uff10\u4f4d\u304b\u3089\u306e\u30b9\u30bf\u30fc\u30c8\u3092\u4f59\u5100\u306a\u304f\u3055\u308c\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Breaking News: Iran reported to U.N. Security Council. The IAEA has passed a resolution, by 27 to 3 votes, to report concerns over Iran's nuclear program to the UN Security Council.", "output": "\u30a4\u30e9\u30f3\u5831\u9053\u7279\u5225\u756a\u7d44\u306f\u56fd\u9023\u5b89\u5168\u4fdd\u969c\u7406\u4e8b\u4f1a\u306b\u3001IAEA\u304c\u3001\u56fd\u9023\u5b89\u5168\u4fdd\u969c\u7406\u4e8b\u4f1a\u306b\u30a4\u30e9\u30f3\u306e\u6838\u958b\u767a\u8a08\u753b\u306b\u5bfe\u3059\u308b\u61f8\u5ff5\u3092\u5831\u544a\u3059\u308b\u305f\u3081\u306e\u6c7a\u8b70\u6848\u30923\u7968\u5dee\u306e27\u7968\u3067\u627f\u8a8d\u3057\u305f\u3068\u5831\u544a\u3057\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "The Australian Labor Party has appointed SLW Group to run it's advertisement campaign for the 2007 Australian Legislative Election.", "output": "\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u52b4\u50cd\u515a\u306f\uff12\uff10\uff10\uff17\u5e74\u8b70\u4f1a\u9078\u6319\u306e\u5ba3\u4f1d\u6d3b\u52d5\u3092\u884c\u3046\u3088\u3046SLW\u30b0\u30eb\u30fc\u30d7\u3092\u6307\u540d\u3057\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Vela International Marine, the ship's owner, has said the Sirius Star is fully loaded.", "output": "\u8239\u306e\u6240\u6709\u8005\u3067\u3042\u308bVelaInternationalMarine\u306f\u3001\u300cSiriusStar\u306f\u3001\u6e80\u676f\u306b\u7a4d\u3093\u3067\u3044\u305f\u300d\u3068\u8ff0\u3079\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Islamic cleric Abu Bakar Bashir toured a Karanganyar village, at which time he commented that he felt the disaster had been caused as a form of divine revenge, saying \"This was likely caused by immoral acts going on here,\" and \"This could be a lesson to be learned.\"", "output": "\u30a4\u30b9\u30e9\u30e0\u8056\u8077\u8005\u306e\u30a2\u30d6\u30fb\u30d0\u30ab\u30eb\u30fb\u30d0\u30b7\u30eb\u306fKaranganyar\u6751\u3092\u8a2a\u308c\u3001\u3053\u306e\u707d\u5bb3\u306f\u795e\u304b\u3089\u306e\u5831\u5fa9\u3060\u3068\u611f\u3058\u308b\u3068\u8ff0\u3079\u3001\u300c\u3053\u3053\u3067\u4e0d\u656c\u306a\u3053\u3068\u304c\u884c\u308f\u308c\u3066\u3044\u308b\u305f\u3081\u306b\u8d77\u3053\u3063\u305f\u3053\u3068\u3060\u300d\u305d\u3057\u3066\u300c\u5b66\u3076\u3079\u304d\u6559\u8a13\u304b\u3082\u3057\u308c\u306a\u3044\u300d\u3068\u8a00\u3063\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Japanese language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "These kinds of (violations) must not happen, that's our clear message here, Vanhanen said.", "output": "\u3053\u306e\u3088\u3046\u306a\u7a2e\u985e\u306e\u4fb5\u72af\u306f\u8d77\u3053\u3063\u3066\u306f\u306a\u3089\u306a\u3044\u3001\u3053\u308c\u304c\u308f\u308c\u308f\u308c\u306e\u660e\u767d\u306a\u30e1\u30c3\u30bb\u30fc\u30b8\u3060\u3068\u3001\u30f4\u30a1\u30f3\u30cf\u30cd\u30f3\u306f\u8a00\u3063\u305f\u3002", "category": "Translation 1063.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u6f58\u57fa\u6587\u56fd\u969b\u9023\u5408\u4e8b\u52d9\u7dcf\u9577\u306f\u30b3\u30fc\u30c8\u30b8\u30dc\u30ef\u30fc\u30eb\u5185\u306e\u56fd\u9023\u306f\u300c\u7fa9\u52d9\u3092\u679c\u305f\u3057\u3001\u3042\u3089\u3086\u308b\u4eba\u6a29\u4fb5\u5bb3\u3084\u30d8\u30a4\u30c8\u3068\u66b4\u529b\u306e\u6247\u52d5\u3001\u56fd\u9023\u5e73\u548c\u7dad\u6301\u8ecd\u3078\u306e\u653b\u6483\u306b\u5bfe\u3059\u308b\u76e3\u8996\u3068\u8a18\u9332\u3092\u7d99\u7d9a\u3059\u308b\u300d\u3068\u58f0\u660e\u3067\u8ff0\u3079\u305f\u3002", "output": "Secretary General of the UN Ban Ki-moon said in a statement that the UN in the Ivory Coast will \"fulfill its mandate and will continue to monitor and document any human rights violations, incitement to hatred and violence, or attacks on U.N. peacekeepers.\"", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u30c0\u30a6\u30f3\u30d2\u30eb\u3067\u306f\u6e80\u8db3\u3067\u304d\u306a\u304b\u3063\u305f\u304c\u3001\u30d9\u30a4\u30b9\u30e0\u306f\u30b9\u30da\u30a4\u30f3\u306e\u30b9\u30ad\u30fc\u30e4\u30fc\u30b8\u30e7\u30f3\u30fb\u30b5\u30f3\u30bf\u30ab\u30fc\u30ca\u306e\u512a\u52dd\u30bf\u30a4\u30e0\u306b\u308f\u305a\u304b3.02\u79d2\u5dee\u306e\u8a08\u7b97\u30bf\u30a4\u30e01:13.51\u30677\u4f4d\u306b\u7d42\u308f\u3063\u305f\u30b9\u30fc\u30d1\u30fcG\u306e\u8a66\u5408\u3067\u306f\u6e80\u8db3\u306b\u697d\u3057\u3081\u305f\u3002", "output": "While he was unhappy with his downhill run, Bathum was happy with and had fun during his seventh place run in the Super-G event where he finished with a factored time of 1:13.51, only 3.02 seconds slower than the winning time set by Spanish skier Jon Santacana.", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u540c\u69d8\u306b\u3001\u4e21\u65b9\u306e\u5973\u6027\u306f\u30aa\u30f3\u30bf\u30ea\u30aa\u5dde\u30a8\u30bb\u30c3\u30af\u30b9\u90e1\u3092\u96e2\u308c\u305a\u3001\u8b66\u5bdf\u306b\u30d1\u30b9\u30dd\u30fc\u30c8\u3092\u5f15\u304d\u6e21\u3059\u3053\u3068\u3092\u547d\u3058\u3089\u308c\u305f\u3002", "output": "As well, both women are ordered not to leave Essex County, Ontario and to surrender their passports to the police.", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u305d\u306e\u5831\u9053\u306f\u3001\u3042\u308bWeb\u30b5\u30a4\u30c8\u304c\u300cWikipedia\u4e2d\u56fd\u7248\u304c\u30d6\u30ed\u30c3\u30af\u89e3\u9664\u3055\u308c\u305f\u300d\u3068\u8a00\u3063\u3066\u3044\u308b\u306e\u3092\u30a6\u30a3\u30ad\u30e1\u30c7\u30a3\u30a2\u8ca1\u56e3\u306e\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u304c\u5f15\u7528\u3057\u305f\u3068\u3053\u308d\u304b\u3089\u767a\u751f\u3057\u305f\u3002", "output": "The report originated on the Wikimedia Foundation's mailing list quoting a website saying \"Wikipedia Chinese version unblocked.\"", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u30a4\u30a2\u30f3\u30fb\u30da\u30a4\u30ba\u30ea\u30fc\u306f\u7d71\u4e00\u56fd\u5bb6\u3068\u3057\u3066\u306e\u30a2\u30a4\u30eb\u30e9\u30f3\u30c9\u306b\u30ce\u30fc\u3068\u8a00\u3046\u3053\u3068\u3067\u653f\u6cbb\u5bb6\u3068\u3057\u3066\u306e\u30ad\u30e3\u30ea\u30a2\u3092\u7a4d\u307f\u4e0a\u3052\u3066\u304d\u305f\u30d7\u30ed\u30c6\u30b9\u30bf\u30f3\u30c8\u5f37\u786c\u6d3e\u3068\u3057\u3066\u60aa\u540d\u9ad8\u3044\u304c\u3001\u5f7c\u306e\u30c8\u30ec\u30fc\u30c9\u30de\u30fc\u30af\u3067\u3042\u308b\u6247\u52d5\u7684\u306a\u7269\u8a00\u3044\u3092\u5f15\u3063\u8fbc\u3081\u3001\u5408\u610f\u3092\u6b53\u8fce\u3057\u3001\u3053\u306e\u5730\u65b9\u306f\u300c\u5c90\u8def\u306b\u3042\u308b\u300d\u3068\u8ff0\u3079\u305f\u3002", "output": "Ian Paisley, the notorious hardliner evangelist who has made his political career out of saying no to comprehensive reforms, eschewed his trademark fire-brand rhetoric offered a welcome and said that the province is \"at a crossroads.\"", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u300c\u79c1\u306b\u306f\u9650\u3089\u308c\u305f\u624b\u6bb5\u3057\u304b\u306a\u304b\u3063\u305f\u304c\u3001\u61f8\u547d\u306a\u52aa\u529b\u3067\u8a8d\u3081\u3089\u308c\u3001\u30d3\u30b8\u30cd\u30b9\u30a6\u30fc\u30de\u30f3\u3068\u3057\u3066\u6210\u529f\u3057\u305f\u3002\u300d", "output": "\"I came with limited means but through hard work, I got recognized and became a successful businesswoman.\"", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u30d1\u30ad\u30b9\u30bf\u30f3\u306e\u5185\u52d9\u5927\u81e3\u30ec\u30fc\u30de\u30f3\u30fb\u30de\u30ea\u30af\u6c0f\u306f\u3001\u3053\u306e\u3088\u3046\u306a\u30c6\u30ed\u884c\u70ba\u306b\u3088\u3063\u3066\u3001\u653f\u5e9c\u306f\u5f37\u304f\u671f\u5f85\u3055\u308c\u3066\u3044\u308b\u53cd\u30bf\u30ea\u30d0\u30f3\u4f5c\u6226\u3092\u30ef\u30b8\u30ea\u30b9\u30bf\u30f3\u5357\u90e8\u3067\u958b\u59cb\u305b\u3056\u308b\u3092\u3048\u306a\u3044\u304b\u3082\u3057\u308c\u306a\u3044\u3068\u8a00\u3063\u305f\u3002", "output": "Pakistani Interior Minister Rehman Malik indicated that such acts of terrorism might force the government to launch a much anticipated anti-Taliban operation in South Waziristan.", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u6295\u7968\u304c\u7d42\u308f\u308b\u524d\u306b\u884c\u308f\u308c\u305f\u4e16\u8ad6\u8abf\u67fb\u3067\u306f\u30aa\u30d0\u30de\u6c0f\u304c\u52dd\u5229\u3059\u308b\u3068\u8a00\u308f\u308c\u3066\u3044\u305f\u3002", "output": "Opinion polls held before the polls closed showed Obama winning.", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "\u73fe\u5728\u3001\u30a2\u30fc\u30bb\u30ca\u30eb\u3001\u30de\u30f3\u30c1\u30a7\u30b9\u30bf\u30fc\u30e6\u30ca\u30a4\u30c6\u30c3\u30c9\u3001\u305d\u3057\u3066\u30c1\u30a7\u30eb\u30b7\u30fc\u304c\u305d\u306e\u9078\u624b\u306e\u5165\u672d\u306b\u53c2\u52a0\u3057\u3066\u3044\u308b\u304c\u3001\u5f7c\u306f\u5b50\u4f9b\u306e\u9803\u304b\u3089\u306e\u5922\u3067\u3042\u308b\u30a2\u30fc\u30bb\u30ca\u30eb\u3078\u306e\u79fb\u7c4d\u3092\u5e0c\u671b\u3059\u308b\u3053\u3068\u3092\u8a8d\u3081\u3066\u3044\u308b\u3002", "output": "Currently, Arsenal, Manchester United and Chelsea have put in bids for the player, although he admits that he wants to transfer to his childhood dream-club, Arsenal.", "category": "Translation 1064.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Work was halted over Friday night when conditions became too bad, and resumed this morning. \n Japanese: \u30d6\u30e9\u30a6\u30f3\u4f0d\u9577\u306f\u3001\u30ab\u30ca\u30c0\u306e\u30a2\u30d5\u30ac\u30cb\u30b9\u30bf\u30f3\u306b\u304a\u3051\u308b\u8ecd\u4e8b\u4f5c\u6226\u304c2001\u5e74\u5f8c\u534a\u3001\u30a2\u30e1\u30ea\u30ab\u4e3b\u5c0e\u306e\u300c\u30c6\u30ed\u3068\u306e\u6226\u3044\u300d\u306e\u4e00\u74b0\u3068\u3057\u3066\u958b\u59cb\u3057\u3066\u4ee5\u6765\u6b7b\u4ea1\u3057\u305f\u30ab\u30ca\u30c0\u5175\u3068\u3057\u3066\u306f27\u4eba\u76ee\u3068\u306a\u308b\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: The local A-Grade contest between University and Caloundra started almost immediately after the completion of the woman's game. \n Japanese: \u7537\u304c\u81ea\u5206\u3060\u3051\u3067\u884c\u52d5\u3057\u3066\u3044\u305f\u304b\u3001\u30b0\u30eb\u30fc\u30d7\u306b\u6240\u5c5e\u3057\u3066\u3044\u305f\u304b\u306f\u3001\u307e\u3060\u306f\u3063\u304d\u308a\u3057\u3066\u3044\u306a\u3044\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: BBC Director-General Tony Hall stated that although he believed the song was \"distasteful and inappropriate\", an outright ban would breach the principle of free speech. \n Japanese: \u5f7c\u306f\u307e\u305f\u3001\u79d1\u5b66\u7406\u8ad6\u306e\u6027\u8cea\u3092\u3001\u5b66\u751f\u304c\u6559\u3048\u3089\u308c\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3068\u8a00\u3044\u3001\u305d\u308c\u306f\u3001\u5358\u306b\u3082\u306e\u306e\u50cd\u304d\u65b9\u306b\u3064\u3044\u3066\u306e\u4eee\u8aac\u3067\u306f\u306a\u304f\u3001\u6709\u52b9\u306a\u8a3c\u62e0\u306b\u5408\u3063\u305f\u30a2\u30a4\u30c7\u30a2\u306b\u3088\u308a\u53b3\u5bc6\u306b\u88cf\u4ed8\u3051\u3089\u308c\u305f\u30b7\u30b9\u30c6\u30e0\u3092\u610f\u5473\u3059\u308b\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: A controversial development training course called \"Landmark Forum\" is cited in religious discrimination lawsuits in United States federal courts in New York and Washington, D.C. \n Japanese: SpaceX\u306f\u73fe\u5728\u3001\u305d\u306e\u5834\u6240\u30675\u5e74\u9593\u30ea\u30fc\u30b9\u5951\u7d04\u3057\u3066\u3044\u308b\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Brawn, who is credited with helping Michael Schumacher and Ferrari dominate Formula One for much of the last decade, indicated he was expected funding cuts and had prepared a reduced budget but hadn't expected the full withdrawal of support that Honda announced. \n Japanese: \u305d\u306e\u4e00\u65b9\u3067\u3001ConsumerFocus\u306b\u3088\u308b\uff12\uff10\uff10\uff19\u5e74\u306e\uff19\u6708\u524d\u534a\u306e\u8abf\u67fb\u306b\u3088\u308c\u3070\u3001\u300c\u30a8\u30cd\u30eb\u30ae\u30fc\u4f1a\u793e\u306f\u6bce\u5e74\u3001\u9867\u5ba2\u304b\u3089\uff11\uff10\uff10\u30dd\u30f3\u30c9\uff08\uff11\uff16\uff12\u30c9\u30eb\uff09\u4f59\u8a08\u306b\u5fb4\u53ce\u3057\u3066\u3044\u308b\u300d\u3068\u306e\u3053\u3068\u3067\u3042\u308b\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: The discovery may help in understanding plaques associated with Alzheimer's disease. \n Japanese: \u8d64\u4fe1\u53f7\u30b3\u30fc\u30c9\u30fc\u5b8c\u5168\u306a\u907f\u96e3\u30fc\u306f\u5348\u524d\uff19\u6642\uff11\uff15\u5206\u306b\u51fa\u3055\u308c\u305f\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: Tierney finished off the speech by noting the need for high risk energy research in the style of DARPA so we can better compete against the \"Chinas and Japans.\" \n Japanese: \u30c6\u30a3\u30a2\u30cb\u30fc\u306f\u300c\u81ea\u5206\u305f\u3061\u304c\u201d\u4e2d\u56fd\u3084\u65e5\u672c\u201d\u3068\u3088\u308a\u3088\u304f\u5f35\u308a\u5408\u3046\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u3001DARPA\u30b9\u30bf\u30a4\u30eb\u306e\u5371\u967a\u6027\u306e\u9ad8\u3044\u30a8\u30cd\u30eb\u30ae\u30fc\u7814\u7a76\u3092\u3059\u308b\u3053\u3068\u304c\u5fc5\u8981\u3060\u300d\u3068\u6307\u6458\u3057\u3001\u30b9\u30d4\u30fc\u30c1\u3092\u7d42\u3048\u305f\u3002", "output": "Yes", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: With voter turnout at less than 50%, a candidate needs at least 33% support from all persons eligible to cast a ballot. \n Japanese: \u307e\u305f\u3001\u30ea\u30f3\u306e2\u4eba\u306e\u4ee3\u8868\u306e\u3046\u3061\u306e1\u4eba\u3067\u3042\u308b\u30ed\u30d0\u30fc\u30c8\u30fb\u30d5\u30a7\u30cd\u30eb\u3082\u51fa\u5e2d\u3057\u305f\u3002\u6b8b\u308a\u306e\u4ee3\u8868\u3067\u3042\u308b\u30b9\u30c6\u30a3\u30fc\u30d6\u30f3\u30fb\u30a6\u30a9\u30eb\u30b7\u30e5\u306f\u88dc\u4f50\u5b98\u3092\u9001\u3063\u305f\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English and Japanese language. Your task is check if the Japanese sentence is translation of English. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "English: \"The secessionist forces plot to stir up public sentiments to embolden themselves.\" \n Japanese: \u30de\u30c3\u30b5\u306f1993\u5e74\u306e\u30a2\u30a4\u30eb\u30c8\u30f3\u30fb\u30bb\u30ca\u4ee5\u6765\u3001\u6bcd\u56fd\u3067\u512a\u52dd\u3057\u305f\u521d\u3081\u3066\u306e\u30d6\u30e9\u30b8\u30eb\u4eba\u306b\u306a\u3063\u305f\u3002", "output": "No", "category": "Text Matching 1065.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "A bright yellow wall in a bathroom adds appeal to a white tiled floor.", "output": "\u0aac\u0abe\u0aa5\u0ab0\u0ac2\u0aae\u0aae\u0abe\u0a82 \u0a8f\u0a95 \u0aa4\u0ac7\u0a9c\u0ab8\u0acd\u0ab5\u0ac0 \u0aaa\u0ac0\u0ab3\u0ac0 \u0aa6\u0abf\u0ab5\u0abe\u0ab2 \u0ab8\u0aab\u0ac7\u0aa6 \u0a9f\u0abe\u0a87\u0ab2 \u0aae\u0abe\u0ab3 \u0aaa\u0ab0 \u0a85\u0aaa\u0ac0\u0ab2 \u0a95\u0ab0\u0ac7 \u0a9b\u0ac7", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "A camera is set up on a tripod near a man in a red jacket and a helmet.", "output": "\u0a8f\u0a95 \u0a95\u0ac7\u0aae\u0ac7\u0ab0\u0abe \u0a8f\u0a95 \u0ab2\u0abe\u0ab2 \u0a9c\u0ac7\u0a95\u0ac7\u0a9f \u0a85\u0aa8\u0ac7 \u0ab9\u0ac7\u0ab2\u0acd\u0aae\u0ac7\u0a9f \u0a8f\u0a95 \u0aae\u0abe\u0aa3\u0ab8 \u0aa8\u0a9c\u0ac0\u0a95 \u0aa4\u0acd\u0ab0\u0aaa\u0abe\u0a88 \u0aaa\u0ab0 \u0ab8\u0ac1\u0aaf\u0acb\u0a9c\u0abf\u0aa4 \u0aa5\u0aaf\u0ac7\u0ab2 \u0a9b\u0ac7.", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "A bathroom is shown with a stainless steel shelf, toilet and wall phone.", "output": "\u0a8f\u0a95 \u0aac\u0abe\u0aa5\u0ab0\u0ac2\u0aae \u0a8f\u0a95 \u0ab8\u0acd\u0a9f\u0ac7\u0a88\u0aa8\u0ab2\u0ac7\u0ab8 \u0ab8\u0acd\u0a9f\u0ac0\u0ab2 \u0ab6\u0ac7\u0ab2\u0acd\u0aab, \u0ab6\u0acc\u0a9a\u0abe\u0ab2\u0aaf \u0a85\u0aa8\u0ac7 \u0aa6\u0abf\u0ab5\u0abe\u0ab2 \u0aab\u0acb\u0aa8 \u0ab8\u0abe\u0aa5\u0ac7 \u0aa6\u0ab0\u0acd\u0ab6\u0abe\u0ab5\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7.", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "A smiling child in a blue sleeper holding two bananas and sitting on a kitchen counter.", "output": "\u0ab5\u0abe\u0aa6\u0ab3\u0ac0 \u0ab8\u0acd\u0ab2\u0ac0\u0aaa\u0ab0\u0aae\u0abe\u0a82 \u0a8f\u0a95 \u0ab9\u0ab8\u0aa4\u0abe\u0a82 \u0aac\u0abe\u0ab3\u0a95 \u0aac\u0ac7 \u0a95\u0ac7\u0ab3\u0abe \u0aa7\u0ab0\u0abe\u0ab5\u0ac7 \u0a9b\u0ac7 \u0a85\u0aa8\u0ac7 \u0ab0\u0ab8\u0acb\u0aa1\u0abe\u0aa8\u0abe \u0a95\u0abe\u0a89\u0aa8\u0acd\u0a9f\u0ab0 \u0aaa\u0ab0 \u0aac\u0ac7\u0aa0\u0abe \u0a9b\u0ac7.", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "The motorcyclist is driving behind a construction truck and a green bus.", "output": "\u0aae\u0acb\u0a9f\u0ab0\u0ab8\u0abe\u0aaf\u0a95\u0acd\u0ab2\u0ac0\u0ab8\u0acd\u0a9f\u0ac7 \u0aac\u0abe\u0a82\u0aa7\u0a95\u0abe\u0aae\u0aa8\u0abe \u0a9f\u0acd\u0ab0\u0a95 \u0a85\u0aa8\u0ac7 \u0ab2\u0ac0\u0ab2\u0abe \u0aac\u0ab8 \u0aaa\u0abe\u0a9b\u0ab3 \u0aa1\u0acd\u0ab0\u0abe\u0a87\u0ab5\u0abf\u0a82\u0a97 \u0a95\u0ab0\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0ac1\u0a82 \u0a9b\u0ac7.", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "An old bathroom containing a blue and white sink and a shower with no curtain. ", "output": "\u0a8f\u0a95 \u0ab5\u0abe\u0aa6\u0ab3\u0ac0 \u0a85\u0aa8\u0ac7 \u0ab8\u0aab\u0ac7\u0aa6 \u0ab8\u0abf\u0a82\u0a95 \u0aa7\u0ab0\u0abe\u0ab5\u0aa4\u0acb \u0a8f\u0a95 \u0a9c\u0ac2\u0aa8\u0ac1\u0a82 \u0aac\u0abe\u0aa5\u0ab0\u0ac2\u0aae \u0a85\u0aa8\u0ac7 \u0a95\u0acb\u0a88 \u0aaa\u0aa1\u0aa6\u0abe\u0aa8\u0ac0 \u0ab8\u0abe\u0aa5\u0ac7 \u0aab\u0ac1\u0ab5\u0abe\u0ab0\u0abe\u0a93.", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "A skateboarder performing a trick on a ramp while another one watches him.", "output": "\u0a8f\u0a95 skateboarder \u0a8f\u0a95 \u0ab0\u0ab8\u0acd\u0aa4\u0abe \u0aaa\u0ab0 \u0aaf\u0ac1\u0a95\u0acd\u0aa4\u0abf \u0a95\u0ab0\u0ac0 \u0a9c\u0acd\u0aaf\u0abe\u0ab0\u0ac7 \u0a85\u0aa8\u0acd\u0aaf \u0a8f\u0a95 \u0aa4\u0ac7\u0aa8\u0ac7 \u0a9c\u0ac1\u0a8f \u0a9b\u0ac7", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "A white and brown bird with an orange beak and legs standing in water.", "output": "\u0aaa\u0abe\u0aa3\u0ac0\u0aae\u0abe\u0a82 \u0a8a\u0aad\u0abe \u0ab0\u0ab9\u0ac7\u0ab2\u0abe \u0aa8\u0abe\u0ab0\u0a82\u0a97\u0ac0 \u0a9a\u0abe\u0a82\u0a9a \u0a85\u0aa8\u0ac7 \u0aaa\u0a97 \u0ab8\u0abe\u0aa5\u0ac7 \u0ab8\u0aab\u0ac7\u0aa6 \u0a85\u0aa8\u0ac7 \u0aad\u0ac2\u0ab0\u0abe \u0ab0\u0a82\u0a97\u0aa8\u0ac1\u0a82 \u0aaa\u0a95\u0acd\u0ab7\u0ac0.", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert English sentence into the Gujarati language.", "input": "A man sitting in a passenger seat of a vehicle, wearing a dress shirt and tie.", "output": "\u0aa1\u0acd\u0ab0\u0ac7\u0ab8 \u0ab6\u0ab0\u0acd\u0a9f \u0a85\u0aa8\u0ac7 \u0a9f\u0abe\u0a88 \u0aaa\u0ab9\u0ac7\u0ab0\u0ac0\u0aa8\u0ac7 \u0ab5\u0abe\u0ab9\u0aa8\u0aa8\u0ac0 \u0aaa\u0ac7\u0ab8\u0ac7\u0aa8\u0acd\u0a9c\u0ab0 \u0ab8\u0ac0\u0a9f\u0aae\u0abe\u0a82 \u0aac\u0ac7\u0aa0\u0ac7\u0ab2\u0abe \u0a8f\u0a95 \u0aae\u0abe\u0aa3\u0ab8", "category": "Translation 1066.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0a8f\u0a95 \u0ab5\u0ac3\u0aa6\u0acd\u0aa7 \u0aae\u0abe\u0aa3\u0ab8 \u0ab5\u0abf\u0a9a\u0abf\u0aa4\u0acd\u0ab0 \u0a9f\u0acb\u0aaa\u0ac0 \u0aaa\u0ab9\u0ac7\u0ab0\u0ac0 \u0ab0\u0ab9\u0acd\u0aaf\u0acb \u0a9b\u0ac7 \n English: An old man is wearing an odd hat", "output": "Yes", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0ab8\u0acd\u0a95\u0acb\u0a9f\u0ab2\u0ac7\u0aa8\u0acd\u0aa1\u0aae\u0abe\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0aae\u0abe\u0a9f\u0ac7 \u0aa4\u0ac7\u0aa8\u0ac0 \u0ab8\u0abe\u0aae\u0ac7 \u0ab8\u0abe\u0aaf\u0a95\u0ab2 \u0a9b\u0ac7. \n English: A sign for a village in Scotland with a bicycle in front of it.", "output": "Yes", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0ab0\u0ab8\u0acb\u0aa1\u0abe\u0aa8\u0abe \u0a95\u0abe\u0a89\u0aa8\u0acd\u0a9f\u0ab0 \u0aaa\u0ab0 \u0aac\u0abe\u0a89\u0ab2\u0aae\u0abe\u0a82 \u0a9a\u0abe\u0ab0 \u0ab2\u0ac0\u0ab2\u0abe \u0ab8\u0aab\u0ab0\u0a9c\u0aa8. \n English: A flat screen TV with a picture of a person jumping on it.", "output": "No", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0a98\u0abe\u0ab8\u0aa8\u0abe \u0aa2\u0acb\u0ab3\u0ac7\u0ab2\u0abe \u0a96\u0ac7\u0aa4\u0ab0\u0aae\u0abe\u0a82 \u0a98\u0ac7\u0a9f\u0abe \u0a9a\u0ab0\u0abe\u0ab5\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0a9f\u0acb\u0ab3\u0ac1\u0a82. \n English: A bend sitting in a park along a dirt road.", "output": "No", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0a95\u0abe\u0ab0\u0aa8\u0ac0 \u0aa1\u0acd\u0ab0\u0abe\u0a87\u0ab5\u0abf\u0a82\u0a97 \u0a85\u0aa8\u0ac7 \u0aaa\u0ac3\u0ab7\u0acd\u0aa0\u0aad\u0ac2\u0aae\u0abf\u0aae\u0abe\u0a82 \u0aaa\u0ab0\u0acd\u0ab5\u0aa4 \u0ab8\u0abe\u0aa5\u0ac7 \u0ab6\u0ab9\u0ac7\u0ab0\u0aa8\u0ac0 \u0ab6\u0ac7\u0ab0\u0ac0. \n English: A street sign at an intersection of Library Way and Madison Avenue", "output": "No", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0ab8\u0ab3\u0a82\u0a97 \u0aaa\u0abe\u0a82\u0a9a \u0aae\u0ac1\u0aa4\u0ab0\u0aa1\u0ac0\u0a93, \u0a8f\u0a95 \u0ab0\u0ac7\u0ab2\u0abf\u0a82\u0a97 \u0a9b\u0ac7 \n English: Group of people standing next to a red bus in a line. ", "output": "No", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0a8f\u0a95 \u0a95\u0abe\u0ab0 \u0a95\u0ac7 \u0a9c\u0ac7 \u0a95\u0abe\u0aa8\u0ac2\u0aa8\u0ac0 \u0ab0\u0ac0\u0aa4\u0ac7 \u0aaa\u0abe\u0ab0\u0acd\u0a95 \u0a95\u0ab0\u0ac7\u0ab2\u0ac0 \u0a95\u0abe\u0ab0\u0aa8\u0ac0 \u0aaa\u0abe\u0a9b\u0ab3 \u0a97\u0ac7\u0ab0\u0a95\u0abe\u0aaf\u0aa6\u0ac7\u0ab8\u0ab0 \u0ab0\u0ac0\u0aa4\u0ac7 \u0aaa\u0abe\u0ab0\u0acd\u0a95 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0aa4\u0ac7\u0ab5\u0ac1\u0a82 \u0ab2\u0abe\u0a97\u0ac7 \u0a9b\u0ac7 \n English: A car that seems to be parked illegally behind a legally parked car", "output": "Yes", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0aaa\u0ac0\u0aa4\u0acd\u0a9d\u0abe \u0aa1\u0abf\u0ab2\u0abf\u0ab5\u0ab0\u0ac0 \u0aae\u0abe\u0a9f\u0ac7 \u0ab5\u0aaa\u0ab0\u0abe\u0aa4\u0abe \u0aac\u0ac7 \u0aac\u0abe\u0a87\u0a95\u0acb \u0ab6\u0ac7\u0ab0\u0ac0\u0aae\u0abe\u0a82 \u0ab2\u0ac9\u0a95 \u0a95\u0ab0\u0ac7\u0ab2 \u0a9b\u0ac7. \n English: Two bikes that are used for pizza delivery are locked on the street.", "output": "Yes", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence in the Gujarati language and a corresponding English translation of the Gujarati sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Gujarati: \u0a8f\u0a95 \u0aaa\u0abe\u0ab0\u0acd\u0a95 \u0aae\u0acb\u0a9f\u0ab0\u0ab8\u0abe\u0aaf\u0a95\u0ab2\u0aa8\u0acb \u0aac\u0acd\u0ab2\u0ac7\u0a95 \u0a85\u0aa8\u0ac7 \u0ab5\u0acd\u0ab9\u0abe\u0a87\u0a9f \u0aab\u0acb\u0a9f\u0acb \n English: Black and white photo of a parked motorcycle", "output": "Yes", "category": "Text Matching 1068.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "\u0ab6\u0ab9\u0ac7\u0ab0\u0aa8\u0ac0 \u0ab6\u0ac7\u0ab0\u0ac0\u0aae\u0abe\u0a82 \u0aa4\u0ac7\u0aa8\u0abe \u0aaa\u0ab0 \u0aa8\u0abe\u0ab0\u0a82\u0a97\u0ac0 \u0aa1\u0aac\u0ab2 \u0aa1\u0ac7\u0a95 \u0aac\u0ab8 \u0a9b\u0ac7 \u0a85\u0aa8\u0ac7 \u0a8f\u0ab6\u0abf\u0aaf\u0aa8\u0acb \u0ab2\u0ac7\u0a96\u0aa8 \u0ab8\u0abe\u0aa5\u0ac7\u0aa8\u0abe\u0a82 \u0a9a\u0abf\u0ab9\u0acd\u0aa8\u0acb.", "output": "Gujarati", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "A toilet tank lid with a bowl of soaps and seashells and a cup of toothbrushes and toothpaste.", "output": "English", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "\u0a8f\u0a95 \u0aa8\u0abe\u0ab0\u0a82\u0a97\u0ac0 \u0aac\u0ab8, \u0a9c\u0acd\u0aaf\u0abe\u0a82 \u0a8f\u0a95 \u0ab5\u0ac7\u0aa8 \u0aac\u0a82\u0aa7 \u0aa5\u0a88 \u0a9c\u0abe\u0aaf \u0aa4\u0acd\u0aaf\u0abe\u0a82 \u0a86\u0a82\u0aa4\u0ab0\u0a9b\u0ac7\u0aa6\u0aa8\u0abe \u0aad\u0ac2\u0aa4\u0a95\u0abe\u0ab3\u0aae\u0abe\u0a82 \u0a9a\u0abe\u0ab2\u0aa4\u0ac1\u0a82 \u0ab9\u0acb\u0aaf \u0a9b\u0ac7.", "output": "Gujarati", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "a miniature kitchen with a little fridge, stove and small table and stools", "output": "English", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "A typical red stop sign with large, white capital letters spelling STOP.", "output": "English", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "A bike propped on a tree with a woman walking by with a dog on a leash ", "output": "English", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "\u0a8f\u0a95 \u0a9b\u0acb\u0a95\u0ab0\u0ac0 \u0aa4\u0ac7\u0aa8\u0abe \u0ab8\u0ab0\u0acd\u0aab\u0aac\u0acb\u0ab0\u0acd\u0aa1\u0aa5\u0ac0 \u0aae\u0acb\u0a9c\u0abe\u0a82\u0aae\u0abe\u0a82 \u0aa1\u0ac2\u0aac\u0ac0 \u0a9c\u0abe\u0aaf \u0a9b\u0ac7 \u0a9c\u0acd\u0aaf\u0abe\u0ab0\u0ac7 \u0a85\u0aa8\u0acd\u0aaf \u0ab2\u0acb\u0a95\u0acb \u0a9c\u0ac1\u0a8f \u0a9b\u0ac7", "output": "Gujarati", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "\u0a8f\u0a95 \u0a95\u0abe\u0ab0 \u0a96\u0abe\u0ab2\u0ac0 \u0aa6\u0abe\u0a82\u0aa4\u0aa8\u0abe \u0aad\u0ac2\u0aa4\u0a95\u0abe\u0ab3\u0aa8\u0abe \u0aac\u0acb\u0a9f\u0ab2, \u0aa1\u0ac7\u0aa8\u0acd\u0a9f\u0ab0\u0acd\u0ab8 \u0a85\u0aa8\u0ac7 \u0a85\u0a96\u0aac\u0abe\u0ab0\u0aa5\u0ac0 \u0ab6\u0aa3\u0a97\u0abe\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7.", "output": "Gujarati", "category": "Language Identification 1069.json" }, { "instruction": "In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time.", "input": "A line of motorcycles backed in and parked in a line at the edge of a sidewalk.", "output": "English", "category": "Language Identification 1069.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 22:18 He will crown you with a crown of tribulation . He will toss you like a ball into a broad and spacious land . There you will die, and there the chariot of your glory will be, for it is a shame to the house of your Lord.\u201d", "output": "22:18 Wuxuu aad taaj doonaa taaj dhib. Waxa uu aad u rogrogmadaan doonaa sida kubbad oo kale dal ballaaran oo waasac. Halkaasaad ku dhiman doontaa, iyo gaadhifardoodkii dalka sharaftaaduna halkaasay joogi doonaan, waayo, waa ku ceeb naag inay guriga Eebihiin. \"", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 6 And he said unto his men, The LORD forbid that I should do this thing unto my master, the LORD's anointed, to stretch forth mine hand against him, seeing he is the anointed of the LORD.", "output": "6 Markaasuu wuxuu raggiisii ku yidhi, Rabbigu ha iga fogeeyo inaan waxan ku sameeyo sayidkayga kaasoo ah Rabbiga kiisa subkan, iyo inaan isaga gacanta u qaada, maxaa yeelay, wuxuu yahay Rabbiga kiisa subkan.", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 15 And Samuel said to Saul, Why hast thou disquieted me, to bring me up? And Saul answered, I am sore distressed; for the Philistines make war against me, and God is departed from me, and answereth me no more, neither by prophets, nor by dreams: therefore I have called thee, that thou mayest make known unto me what I shall do.", "output": "15 Markaasaa Samuu'eel Saa'uul ku yidhi, War maxaad ii soo dhibtay oo ii soo kicisay? Markaasaa Saa'uul wuxuu ugu jawaabay, Anigu aad baan u dhibbanahay; waayo, reer Falastiin baa ila dagaallama, oo Ilaahna waa iga tegey, oo marna iima jawaabo, oo nebiyo iyo riyooyin midna igulama hadlo, sidaas daraaddeed ayaan kuugu yeedhay, inaad i ogeysiisid waxaan sameeyo.", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 5 Then shalt thou bring forth that man or that woman, which have committed that wicked thing, unto thy gates, even that man or that woman, and shalt stone them with stones, till they die.", "output": "5 kolkaas waa inaad irdihiinna keentaan ninkaa ama naagtaa waxan sharka ah sameeyey, oo qofkaasu nin ama naag ha ahaadee waa inaad dhagxisaan si ay u dhintaan.", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 17 But he shall acknowledge the son of the hated for the firstborn, and shall give him a double portion of all he hath: for this is the first of his children, and to him are due the first birthrights.", "output": "17 laakiinse naagtii uu nebcaa wiilkeedu inuu curadkiisii yahay waa inuu ku caddeeyaa qaybta labanlaabka ah ee uu ka siiyo waxa uu haysto oo dhan, maxaa yeelay, isagu waa bilowgii xooggiisa, oo xaqa curadnimada isagaa leh.", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 24:22 And they will be gathered together like the gathering of one bundle into a pit . And they will be enclosed in that place, as in a prison . And after many days, they will be visited .", "output": "24:22 Oo iyaga waxaa laysugu soo ururin doonaa sida kulan ka mid ah xidhmo god. Oo iyaga waxaa ku lifaaqan doonaa meel in, sida oo xabsi ah. Oo maalmo badan dabadeed, ayaa la ciqaabi doonaa.", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 17 Thou hast made all the borders of the earth: the summer and the spring were formed by thee.", "output": "17 Adigu waxaad samaysay dhulka soohdimihiisa oo dhan, Oo adigaa sameeyey diraac iyo xagaaba.", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 23 Then Joseph said unto the people, Behold, I have bought you this day and your land for Pharaoh: lo, here is seed for you, and ye shall sow the land.", "output": "23 Markaasaa Yuusuf wuxuu dadkii ku yidhi, Bal eega, maantaan Fircoon idiin iibiyey idinka iyo dhulkiinnaba; haddaba abuurkan qaata oo dhulka ku beera.", "category": "Translation 1073.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Somali language keeping the meaning of the original sentence intact", "input": "English sentence: 19 And they cast dust on their heads, and cried, weeping and wailing, saying, Alas, alas, that great city, wherein were made rich all that had ships in the sea by reason of her costliness! for in one hour is she made desolate.", "output": "19 Oo iyana intay madaxa boodh ku shubteen ayay qayliyeen oo ooyeen oo baroorteen, oo waxay yidhaahdeen, Waxaa hoogtay oo hoogtay magaaladii weynayd oo kulli inta badda doonniyaha ku lahu ay dhexdeeda kaga taajireen maalkeedii, waayo, iyadii saacad keliya bay baabba'day.", "category": "Translation 1073.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: 37:24 And my servant David shall be the king over them, and they shall have one shepherd . They shall walk in my judgments, and they shall keep my commandments, and they shall do them .", "output": "English", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: Hargeysa \u2013 (warsoor) \u2013 Wafti balaadhan oo uu hogaaminayay Gudoomiyaha Gobolka Maroodijeex Ee Xisbiga UCID Maxamed Aadan Axmed, Isla markaana ay wehelinayeen Qaar ka mid ah Xog-hayayaasha. Xisbiga oo kala ahaa Xog-hayaha Warfaafinta UCID Yuusuf Kayse C.laahi, Xoghayaha Xidhiidhka Gobolada C/qaani Salaf Iyo Xoghayayaal Kale, Qaar ka mid ahMore...", "output": "English", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: Playing on cent slots, even with a win percentage of 75%, you will lose a lot less: 600 X $ 0.01 X 25% gives only one and a half dollars per hour.", "output": "English", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: La pr\u00e9sente loi s'applique aux d\u00e9cisions prises en application de l'article 375, \u00a7 1er, du Code des imp\u00f4ts sur les revenus 92 \u00e0 partir du premier jour du mois suivant l'expiration d'un d\u00e9lai de dix jours prenant cours le lendemain de sa publication au Moniteur belge.", "output": "French", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: Hindi maikakaila na ang pagkakaroon ng karanasan sa presensya ng Diyos ay maaaring maging napakamakapangyarihan at nagbabago ng buhay ng tao.", "output": "Tagalog", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: 3 Sa isang bansa 6 lungsod ay konektado sa pamamagitan ng dalawang dalawang kasama na round-trip air ruta pinamamahalaan sa pamamagitan mismo ng isa sa dalawang mga kompanya ng hangin na bansa.", "output": "Tagalog", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: 14:18 And another Angel went forth from the altar, who held power over fire . And he cried out in a great voice to him who held the sharp sickle, saying: \u201cSend out your sharp sickle, and harvest the clusters of grapes from the vineyard of the earth, because its grapes have matured.\u201d", "output": "English", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: De totale vraag naar dit product heeft veroorzaakt hen om uit te lopen op gezette tijden, omdat er zo veel vrouwen gehoord lovende kritieken te kopen.", "output": "Dutch", "category": "Language Identification 1074.json" }, { "instruction": "A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.", "input": "Text: Voor extra stabiliteit, draai de schroeven ca. twee weken na de montage en indien nodig opnieuw aan.", "output": "Dutch", "category": "Language Identification 1074.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: (i) reason for the alert; (j) authority issuing the alert;", "output": "(I) dahilan para sa alerto; (J) Ang awtoridad issuing ang alerto;", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: An evaluation procedure is a method for evaluating your plans.", "output": "Ang proseso ng pagtataya ay isang paraan ng pagtataya ng mga plano.", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: copy eHouse4Java to disk and open it in the NetBeans application project", "output": "kopya eHouse4Java sa disk at buksan ito sa NetBeans application proyekto", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: The Prophet spoke of many cures including those of the ear and inside the mouth, of cupping, and laxatives. Regarding the best time for cupping he told his Companions that it is on the seventeenth, nineteenth and twenty-first of the (lunar) month.", "output": "Nagsalita ng maraming pagpapagaling kabilang ang mga ng tainga at sa loob ng bibig, ng bakam, at laxatives ng Propeta. Tungkol sa pinakamahusay na oras para sa bakam sinabi niya sa kanyang mga kasamahan na ito ay nasa panlabimpito, panlabinsiyam at 21 ng (ukol sa buwan) na buwan.", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: 10:3 He saw in a vision openly, as it were about the ninth hour of the day, an angel of God coming in unto him, and saying to him, Cornelius.", "output": "10:3 Nakita niyang maliwanag, sa isang pangitain, nang may oras na ikasiyam ng araw, na pumapasok na patungo sa kaniya ang isang anghel ng Dios, at nagsasabi sa kaniya, Cornelio.", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: Even in a weak or down economy, cookbook sales always remain strong.", "output": "Kahit sa isang mahinang o pababa ekonomiya, cookbook benta palaging manatiling malakas.", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: 2. A list of the ministry positions which need to be filled, a description of the responsibilities each of these ministries entail, and the spiritual gifts necessary for each ministry.", "output": "2. Talaan ng tungkulin ng ministeryo na dapat mapunan, ang paglalarawan ng responsabilidad ng bawa t isang pangangailangan ng ministeryo, ang mga espirituwal na mga kaloob na kinakailangan para sa bawa t ministeryo.", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: 7:10 The princes gave offerings for the dedication of the altar in the day that it was anointed, even the princes gave their offerings before the altar.", "output": "7:10 At ang mga prinsipe ay naghandog sa pagtatalaga sa dambana noong araw na pahiran ng langis, sa makatuwid baga'y ang mga prinsipe ay naghandog ng kanilang alay sa harap ng dambana.", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Tagalog language keeping the meaning of the original sentence intact.", "input": "English sentence: Acid eats calcium carbonate found in these stones and the result is an etch.", "output": "Acid kumakain calcium carbonate matatagpuan sa mga bato at ang resulta ay isang mag-ukit.", "category": "Translation 1075.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: France - okwu ole na ole banyere ak\u1ee5k\u1ecd ihe mere eme na \u1ecdd\u1ecbd\u1ecb ala;", "output": "\u00c2 \u00c2 \u00c2 France \u2013 a few words about the history and geography;", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: Ma echegh\u1ecb m na m ga-.", "output": "And I didn't think I would.", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: 5 Ma Jisus huru Mata, na nwa-nne-ya nwanyi, na Lazar\u1ecds, n'anya.", "output": "5 Now Jesus loved Martha, and her sister, and Lazarus.", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: 1 O rue, n'ub\u1ecdchi nke-asat\u1ecd, na Moses kp\u1ecdr\u1ecd Eron na umu-ya ndikom, na ndi-okenye Israel; 2 \u1ecd si Eron, Were n'onwe-gi nwa-oke-ehi ka \u1ecd buru \u00e0j\u00e0-nmehie, na ebulu ka \u1ecd buru \u00e0j\u00e0-nsure-\u1ecdku, nke zuru ok\u00e8 ka ha g\u0101bu, gi weta kwa ha nso n'iru Jehova.", "output": "1 And it came to pass on the eighth day, that Moses called Aaron and his sons, and the elders of Israel; 2 And he said unto Aaron, Take thee a young calf for a sin offering, and a ram for a burnt offering, without blemish, and offer them before the LORD.", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: M na-eche d\u1ecb ka nd\u1ecb okenye na, Zimmerman nwere ihe ibu \u1ecdr\u1ee5 (n'anya m) na-na \u1ecdn\u1ecdd\u1ee5 udo.", "output": "I also think as the adult, Zimmerman has more responsibility (in my eyes) to keep the situation calm .", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: \u1eca ga-enwe obi \u1ee5t\u1ecd \u1ecbh\u1ee5 nwa g\u1ecb nwaany\u1ecb gh\u1ecd\u1ecd a ike na oru oma na-elek\u1ecdta \u1ee5l\u1ecd.", "output": "You will have the pleasure of seeing your daughter develop into a capable and efficient housekeeper .", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: Chineke ukwu ah\u1ee5 na-akp\u1ecd g\u1ecb, onye d\u1ecb ntak\u1ecbr\u1ecb, n'aha g\u1ecb.", "output": "The great God calls you, the small man, by your name.", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: \u1ecc na-egosi kwa \u1ee5b\u1ecdch\u1ecb.", "output": "It show every day.", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Igbo sentence: 20 O rue, n'ub\u1ecdchi nke-at\u1ecd, nke bu ub\u1ecdchi ncheta \u1ecdmumu Fero, na o mere ok\u00e9 oriri nye ndi-or\u00f9-ya nile: o welie isi onye-isi ndi-obu-ihe-\u1ecd\u1e45u\u1e45u na isi onye-isi ndi-osi-ite n'etiti ndi-or\u00f9-ya.", "output": "20 And it came to pass the third day, which was Pharaoh's birthday, that he made a feast unto all his servants: and he lifted up the head of the chief butler and of the chief baker among his servants.", "category": "Translation 1076.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: 9 Bal eega, maalinta Rabbigu way imanaysaa iyadoo nac weyn oo ka buuxda cadho iyo xanaaq kulul si dhulka cidla looga dhigo oo dembilayaasha oo dhan dhexdiisa looga baabbi'iyo.", "output": "9 Behold, the day of the Lord shall come, a cruel day, and full of indignation, and of wrath, and fury, to lay the land desolate, and to destroy the sinners thereof out of it.", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: 44 Oo Yehooshaafaadna nabad buu la dhigtay boqorkii dalka Israa'iil.", "output": "44 And Josaphat had peace with the king of Israel.", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: 25:7 Laakiin haddii uu uusan dooneynin in uu naagta walaalkiis qaado, kuwaas oo sharci ahaan waa in isaga si ay u tagaan, naagtii waxay magaalada iriddeeda waxay u bixi doontaa, oo waxay ku dul kuwa ka weyn by dhalashada loogu yeedhi doonaa, oo waxay odhan doonaan: 'Walaalkiis ee ninkayga aanay oggolaan inay ku kicin magaca walaalkiisna wuxuu reer binu Israa'iil; midna wuxuu ku biiri doonaa ila. '", "output": "25:7 But if he is not willing to take his brother\u2019s wife, who by law must go to him, the woman shall go to the gate of the city, and she shall call upon those greater by birth, and she shall say: \u2018The brother of my husband is not willing to raise up his brother\u2019s name in Israel; nor will he join with me.\u2019", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: 15 Oo iyana waxay daba socdeen ilaa Webi Urdun; oo bal eeg jidka oo dhan waxaa ka buuxay dhar iyo weelal ay reer Suuriya iska xooreen intay degdegayeen. Oo wargeeyayaashiina intay soo noqdeen ayay saas boqorkii u soo sheegeen.", "output": "15 And they went after them as far as the Jordan: and behold all the way was full of garments, and vessels, which the Syrians had cast away in their fright, and the messengers returned end told the king.", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: 21 oo intay wax cunayeen ayuu ku yidhi, Runtii waxaan idinku leeyahay, Midkiin ayaa i gacangelin doona.", "output": "21 And as they did eat, he said, Verily I say unto you, that one of you shall betray me.", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: 21 Oo Israa'iilna wuxuu Yuusuf ku yidhi, Anigu waan dhimanayaa, laakiinse Ilaah baa kula jiri doona, oo mar labaadna wuxuu ku geeyn doonaa dhulkii awowayaashaa.", "output": "21 And Israel said unto Joseph, Behold, I die: but God shall be with you, and bring you again unto the land of your fathers.", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: In xagaaga 1951, waxaa waaxda Phystech ee MSU xiray.[4]", "output": "In the summer of 1951, the Phystech department at MSU was shut down.[4]", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: \"Dadka sii xuduudda [13] maalin iyo habeen ka khayr badan soomanaa oo habeenkii salaadda muddo bil ah.", "output": "\"People who keep on the boundary [13] day and night better than fasting and prayer night for a month.", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact", "input": "Somali sentence: 30 Markaasaa dadkii magaaladu waxay Yoo'aash ku yidhaahdeen, Soo bixi wiilkaaga aan dilnee, waayo, wuxuu dumiyey meeshii allabariga Bacal loogu bixin jiray, oo geedihii Asheeraah oo ku ag yiilna salkuu ka gooyay.", "output": "30 Then the men of the city said unto Joash, Bring out thy son, that he may die: because he hath cast down the altar of Baal, and because he hath cut down the grove that was by it.", "category": "Translation 1077.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Kung akademiko ng paaralan ay hindi gumagana sa Foucault's gustuhin, siya ay magsisimulang ipalabas sa iba pang mga talento.", "output": "If academic school work was not to Foucault's liking, he did begin to exhibit other talents.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Ngunit walang mga teknikal na hadlang sa lakit paggamit ng platoons, i-save para sa mga pangangailangan para sa multi-lane highway.", "output": "But there are no technical barriers to widespread use of platoons, save for the need for multi-lane highways.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Ang alak ay pagkatapos pulled off ng isang banayad na maging kaya naka-disconnect mula sa istasyon ng tren.", "output": "The wine is then pulled off a mild become so disconnected from the depot.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Fefferman ambag ng ilang mga makabagong-likha na-revise ang pag-aaral ng maraming komplikadong pagtatasa sa pamamagitan ng paghanap ng tamang generalisations ng klasiko mababang-sukat ng mga resulta.", "output": "Fefferman contributed several innovations that revised the study of multidimensional complex analysis by finding correct generalisations of classical low-dimensional results.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Habang Kirchhoff ay sa Breslau siya matugunan Bunsen na ginugol ng taong akademiko 1851-52 doon; ang dalawang maging matatag at pangmatagalang mga kaibigan.", "output": "While Kirchhoff was in Breslau he met Bunsen who spent the academic year 1851-52 there; the two becoming firm and lasting friends.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Hindi kinakailangan na gamitin ang mga linggo, buwan, o mga taon para gumaling mula sa ganitong traumas .", "output": "It is not necessary to spend weeks, months, or years to recover from such traumas.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Pumili ng isang bansa", "output": "Choose a country", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: Kung paanong ang kakaunting lebadura ay kumakalat sa buong masa ng tinapay, ganoong din ang Salita ng Dios ay pinararami ang kaniyang sarili.", "output": "Just as a small bit of leaven spreads throughout the meal to prepare a great lump of dough for baking, so the leaven of God's Word reproduces itself.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact.", "input": "Tagalog sentence: 6:11 Ako'y bumaba sa halamanan ng mga pile, upang tingnan ang mga sariwang pananim ng libis, upang tingnan kung nagbubuko ang puno ng ubas, at ang mga puno ng granada ay namumulaklak.", "output": "6:11 I went down into the garden of nuts to see the fruits of the valley, and to see whether the vine flourished and the pomegranates budded.", "category": "Translation 1078.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: tonguien - Torres Strait Creole", "output": "Ghari - Torres Strait Creole", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: When it comes to being a Certified Internal Auditor, passing the requisite exam to gain this certification can be a pain.", "output": "Mgbe \u1ecd na-ab\u1ecba na-a Certified Es\u1ecbtidem Auditor, agafe mkpa udomo oro iji nweta a asambodo nwere ike \u1ecbb\u1ee5 a mgbu.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: Research on rodents have indicated improved memory retention and recall, especially in terms of testing .", "output": "Research on \u00f2k\u00e9 gosiri na mma ebe nchekwa njigide na-echeta, kar\u1ecbs\u1ecba na okwu nke ule.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: Sin is the thing that will keep us from eternal life.", "output": "Sin b\u1ee5 ihe ga-eme ka any\u1ecb ghara ndu ebighi-ebi.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: Because we know if He lets it hit us, it's for our good and for His glory.", "output": "N'ihi na any\u1ecb maara ma \u1ecd b\u1ee5r\u1ee5 na \u1ecc na-ahap\u1ee5 ya k\u1ee5r\u1ee5 any\u1ecb, \u1ecd b\u1ee5 maka \u1ecdd\u1ecbmma any\u1ecb na n'ihi ebube-.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: Because we're wrong regularly and we need His help.", "output": "N'ihi na any\u1ecb na-ezigh\u1ecb ezi mgbe nile na any\u1ecb mkpa enyemaka Ya.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: Transfer catching or hazardous-waste and obtain in sealed canisters regarding sterilizing or discretion, prior to standards, applicable legislations, or procedures.", "output": "Nyefee ak\u1ee5ta ma \u1ecd b\u1ee5 ihe ize nd\u1ee5-n'efu na inweta na-ak\u00e0r\u00e0 canisters banyere sterilizing ma \u1ecd b\u1ee5 ezi uche, tupu \u1ee5kp\u1ee5r\u1ee5, na \u1ecddabara legislations, ma \u1ecd b\u1ee5 usoro.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: So, I need to buy a new MacBook, but I am overwhelmed by the options .", "output": "Ya mere, M ch\u1ecdr\u1ecd \u1ecbz\u1ee5ta a \u1ecdh\u1ee5r\u1ee5 MacBook, ma riri m \u1ecdn\u1ee5 nh\u1ecdr\u1ecd.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence in English language, translate the sentence to Igbo language keeping the meaning of the original sentence intact", "input": "English sentence: The coming of Jesus changes the worship of God forever.", "output": "The \u1ecdb\u1ecbb\u1ecba nke Jesus-agbanwe ofufe Chineke ruo mgbe ebigh\u1ecb ebi.", "category": "Translation 1079.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "Wandering through the crowded dance floor someone glimpses someone still dancing with someone. As someone moves on someone", "output": "lights her cigarette and exhales.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "They land on the grass. Across the street, someone", "output": "stands with his hands in his pockets watching the scene.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "A young girl wearing a purple leotard jumps on a balance beam and begins to do her routine. In the middle of it, she", "output": "flips her leg up in the air and flips several times in the air.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "Gazing thoughtfully, she covers her mouth. As she sets her hands on the counter, we", "output": "see a chorus of churning panic.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "Someone suddenly hurtles up out of the water. He", "output": "somersaults in the air like a dolphin and vanishes again under the surface.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "After he goes out he tests the door to make certain it is locked. Someone", "output": "turns his wheelchair halfway around as people start quickly for the door, the camera panning them across the room.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "People come over, shining a torch on the ground. Someone", "output": "stands, looks moved.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "Camera pulls back to reveal someone kneeling by the body as the others ride up. Someone", "output": "aims his gun at the impassive lifeless man.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct.", "input": "A young man cleans the floor while a man puts stuff on a table, then the man sweeps the floor. After, the man", "output": "puts a bucket on the table and continues sweeping the floor, while the young man cleans the floor.", "category": "Text Completion 1080.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "A smartly - dressed man takes off his hat and grabs someone's dress. He", "output": "fastens the necklace at her foot, then creeps confidently to the door.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "Someone stands by the window, watching as. Someone", "output": ", mustached, walks across from his friends.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "In New York, someone watches the report on a tv behind his office building security desk. Someone", "output": "slouches at a table opposite the vacant reception desk.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "The figure runs towards light. Its arms", "output": "whipping around and the baby and son him near him.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "A person travels in a ski lift where they can see the ski trail and people ski. People", "output": "float down the hill on the snow covered village.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "The camera pans up and shows different parts of the ceiling. There", "output": "see the men in the roofed room, stand up and talk.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "He waves to her and smiles. The woman", "output": "removes her stringy hair from her friends.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "Someone's eyes glisten with tears and she lowers her saddened gaze. Later, she", "output": "sits up in bed, her hair and hair curled.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most unlikely next statement. The next statement should not be logically relevant to the given context", "input": "Then someone commands the Tank Driver to give chase. Someone", "output": "snatches another pistol from hits off, knocking him off.", "category": "Wrong Candidate Generation 1081.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "The door swings open into a dark space.", "output": "He faces someone who scans his key card on a panel.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "me are in a street court playing dodgeball wearing dodgers uniform, people are watching the game and cars are passing by in the street.", "output": "Woman is talking in news talking about a los angeles baseball player.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "There is a player demonstrating the serve as the coach explains.", "output": "The person in black is giving a tutorial on how to return a serve in tennis.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "A man skis down and gets off the ski and waters a ski.", "output": "A road is leading to a water ski station, then a woman slides on ramps in the water holding a water ski rope.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "As the sun sinks below the horizon, the shooting star falls to the horizon.", "output": "Someone looks up and finds a shooting across it.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "She holds onto the horses red lead.", "output": "A woman in a blue shirt stands next to a brown horse.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "He picks it up, sits up and starts her absent out of her excitement.", "output": "Someone takes the paper but says nothing.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "Other Jews stand ready to start sorting the load, among them someone family.", "output": "Three Jews inside the van start to unload the stuff, dumping it in the yard.", "category": "Text Completion 1082.json" }, { "instruction": "Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement.", "input": "The boy smiles and talks to the camera.", "output": "The boy brushes his tongue.", "category": "Text Completion 1082.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "2, 10, ['T', '461', 'h', 'X', '161', '5595', 'Y', 'y', '5617', 'X', 'o', '6341', '8827', '9229', 'H', 'P', 'A', '2801', 'z', 'W', '5227', 'y', '5347', 'J', '7223', '5737', 'q', 'u', '1481']", "output": "461hX1615595Yy5617X", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "12, 20, ['e', '7147', 'b', 'D', '8181', 'W', 'y', '9391', '9593', 'x', '5493', '4653', '3405', '801', 'l', 'X', 'W', 'B', 'U', '9411', 'O', 'X']", "output": "46533405801lXWBU9411", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "9, 21, ['x', '1313', '6919', 'h', 'l', 'o', '3119', '9413', '6017', '7425', '4599', 'H', '4783', 'H', '7763', '2973', '3383', '5209', 'l', 'b', '9497', '2023', '2139', '9755', '1899']", "output": "601774254599H4783H7763297333835209lb9497", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "10, 16, ['q', 'j', 'A', '6791', '4395', '7273', '691', '8355', '5231', 'v', 't', '7197', '8497', '4919', '4653', '2623', '6711', '1267', '8887', 'c', '6191', '2461', 'E', '2545', '8087', '7853']", "output": "vt71978497491946532623", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "5, 9, ['4499', 'M', '7421', 'V', 'T', 'b', 'n', 'B', 'P', '6049', 's', 'r', 'S', '3085', '7511', '2775', 's', '657']", "output": "TbnBP", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "14, 14, ['3287', '4785', 'C', 'f', '2659', 'F', '1913', 'A', 'd', 'R', '8193', 'w', 'u', 'L', 'S', '915', 'x']", "output": "L", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "17, 21, ['i', '3601', '9491', '2269', '6927', 'D', 'N', '3853', '3107', 'Z', '3719', 'S', 'G', '3315', 'R', '8489', 'Z', 'L', 'd', '8187', 'f', '8667', '6173', '2125', 'W']", "output": "ZLd8187f", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "20, 25, ['t', 'm', '3741', '7207', 'y', 'j', 'p', '211', '2781', 'G', 'G', '2317', '8051', 'j', '3871', '6131', '7473', 'Y', '625', '3099', 't', 'Y', 'e', 'u', '5803', '2117', '6925']", "output": "3099tYeu5803", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "3, 7, ['r', '7503', '2167', 'x', '5377', '4499', '5421', '8845', 'J']", "output": "2167x537744995421", "category": "Program Execution 109.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0627\u0632 \u06a9\u062c\u0627 \u0628\u0641\u0647\u0645\u06cc\u0645 \u06af\u0648\u0634\u06cc \u0634\u06cc\u0627\u0626\u0648\u0645\u06cc \u06af\u0627\u0631\u0627\u0646\u062a\u06cc \u062f\u0627\u0631\u062f \u06cc\u0627 \u0646\u0647\u061f \u0627\u0632 \u06a9\u062c\u0627 \u0628\u0641\u0647\u0645\u06cc\u0645 \u06af\u0648\u0634\u06cc \u0637\u0631\u062d \u0627\u0633\u062a \u06cc\u0627 \u0646\u0647\u061f", "output": "not-paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0645\u0646 \u06cc\u06a9 \u0631\u0648\u0632 \u0645\u06cc \u062e\u0648\u0627\u0647\u0645 \u0631\u0626\u06cc\u0633 \u062c\u0645\u0647\u0648\u0631 \u0622\u0645\u0631\u06cc\u06a9\u0627 \u0634\u0648\u0645. \u0628\u0631\u0627\u06cc \u0631\u0633\u06cc\u062f\u0646 \u0628\u0647 \u0627\u06cc\u0646 \u0647\u062f\u0641\u060c \u0627\u06a9\u0646\u0648\u0646 \u0686\u0647 \u06a9\u0627\u0631\u06cc \u0631\u0627 \u0628\u0627\u06cc\u062f \u0634\u0631\u0648\u0639 \u06a9\u0646\u0645\u061f \u0645\u0646 \u06f1\u06f6 \u0633\u0627\u0644\u0647 \u0647\u0633\u062a\u0645 \u0648 \u0645\u06cc \u062e\u0648\u0627\u0647\u0645 \u0631\u0648\u0632\u06cc \u0631\u0626\u06cc\u0633 \u062c\u0645\u0647\u0648\u0631 \u0622\u0645\u0631\u06cc\u06a9\u0627 \u0634\u0648\u0645. \u0686\u0647 \u06a9\u0627\u0631\u06cc \u0631\u0627 \u0628\u0627\u06cc\u062f \u0634\u0631\u0648\u0639 \u06a9\u0646\u0645\u061f", "output": "paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0686\u0647 \u0634\u0631\u06a9\u062a \u0647\u0627\u06cc\u06cc \u0634\u0628\u06cc\u0647 \u0628\u0647 Razorfish \u0647\u0633\u062a\u0646\u062f\u061f \u0622\u06cc\u0627 \u0634\u0631\u06a9\u062a \u0647\u0627\u06cc\u06cc \u0645\u0634\u0627\u0628\u0647 Applits \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u0646\u062f\u061f", "output": "not-paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0686\u0631\u0627 \u0627\u0641\u0632\u0627\u06cc\u0634 \u062d\u0642\u0648\u0642 \u06a9\u0645\u06cc\u062a\u0647 \u0627\u0645\u062f\u0627\u062f \u0648\u0627\u0631\u06cc\u0632 \u0646\u0634\u062f\u0647\u061f \u0686\u0631\u0627 \u062d\u0642\u0648\u0642 \u06a9\u0645\u06cc\u062a\u0647 \u0627\u0645\u062f\u0627\u062f \u0648\u0627\u0631\u06cc\u0632 \u0646\u0634\u062f\u0647\u061f", "output": "paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632 \u0645\u0631\u062f\u0645 \u0645\u06cc \u06af\u0648\u06cc\u0646\u062f \u0627\u0633\u0644\u0627\u0645 \u062f\u06cc\u0646 \u0635\u0644\u062d \u0627\u0633\u062a. \u0645\u0648\u0627\u0641\u0642\u06cc \u06cc\u0627 \u0645\u062e\u0627\u0644\u0641\u061f \u0622\u06cc\u0627 \u0627\u0633\u0644\u0627\u0645 \u0648\u0627\u0642\u0639\u0627\u064b \u062f\u06cc\u0646 \u0635\u0644\u062d \u0627\u0633\u062a\u061f", "output": "paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0686\u0631\u0627 Quora \u062d\u0633\u0627\u0628 \u0645\u0646 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0646\u0627\u0645 \u0648\u0627\u0642\u0639\u06cc \u0645\u0646 \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062d\u0633\u0627\u0628 \u062c\u0639\u0644\u06cc \u0645\u0645\u0646\u0648\u0639 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a\u061f \u0686\u0631\u0627 Quora \u0645\u0639\u062a\u0642\u062f \u0627\u0633\u062a \u06a9\u0647 \u0646\u0627\u0645 \u0645\u0646 \u062c\u0639\u0644\u06cc \u0627\u0633\u062a\u061f", "output": "paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0627\u06af\u0631 \u0645\u0639\u0627\u0648\u0646 \u0631\u0626\u06cc\u0633 \u062c\u0645\u0647\u0648\u0631 \u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647 \u062f\u0648\u0631\u0647 \u0631\u06cc\u0627\u0633\u062a \u062c\u0645\u0647\u0648\u0631\u06cc \u0631\u0627 \u062a\u0645\u0627\u0645 \u06a9\u0646\u062f \u060c \u0622\u06cc\u0627 \u0627\u0648 \u0647\u0646\u0648\u0632 \u0645\u06cc \u062a\u0648\u0627\u0646\u062f \u0628\u0631\u0627\u06cc \u062f\u0648 \u062f\u0648\u0631\u0647 \u062f\u06cc\u06af\u0631 \u06a9\u0627\u0646\u062f\u06cc\u062f \u0634\u0648\u062f\u061f \u0628\u0632\u0631\u06af\u062a\u0631\u06cc\u0646 \u0627\u062a\u0641\u0627\u0642\u06cc \u06a9\u0647 \u062f\u0631 \u0635\u0648\u0631\u062a \u0627\u0646\u062a\u062e\u0627\u0628 \u062f\u0648\u0646\u0627\u0644\u062f \u062a\u0631\u0627\u0645\u067e \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0631\u0626\u06cc\u0633 \u062c\u0645\u0647\u0648\u0631 \u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647 \u0622\u0645\u0631\u06cc\u06a9\u0627 \u0645\u06cc \u062a\u0648\u0627\u0646\u062f \u0627\u0632 \u0646\u0638\u0631 \u0633\u06cc\u0627\u0633\u062a \u062e\u0627\u0631\u062c\u06cc \u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647 \u0631\u062e \u062f\u0647\u062f \u0686\u06cc\u0633\u062a\u061f", "output": "not-paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0628\u0631\u062e\u06cc \u062a\u0635\u0648\u0631\u0627\u062a \u063a\u0644\u0637 \u0648 \u062d\u0642\u0627\u06cc\u0642 \u06a9\u0647 \u062f\u0631\u0645\u0648\u0631\u062f \u0627\u06cc\u0631\u0627\u0646 \u0645\u0648\u0631\u062f \u0627\u0639\u062a\u0642\u0627\u062f \u0627\u0633\u062a\u060c \u0686\u06cc\u0633\u062a\u061f \u0628\u0639\u0636\u06cc \u0686\u06cc\u0632\u0647\u0627 \u06a9\u0647 \u0645\u0631\u062f\u0645 \u062f\u0631\u0628\u0627\u0631\u0647 \u0627\u06cc\u0631\u0644\u0646\u062f \u0627\u0639\u062a\u0642\u0627\u062f \u062f\u0627\u0631\u0646\u062f \u0627\u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062e\u0646\u062f\u0647 \u062f\u0627\u0631\u06cc \u0627\u0632 \u062d\u0642\u06cc\u0642\u062a \u0641\u0627\u0635\u0644\u0647 \u062f\u0627\u0631\u0646\u062f\u060c \u0686\u06cc\u0633\u062a\u061f", "output": "not-paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "In this task, you are given two sentences in Persian separated with , and you have to determine whether the sentences are paraphrases or not. Classify your answers into \"paraphrase\" and \"not-paraphrase\".", "input": "\u0686\u06af\u0648\u0646\u0647 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u0631\u0627\u0646 \u0648 \u0639\u0636\u0644\u0647 \u06cc \u067e\u0627\u06cc \u0636\u062e\u06cc\u0645 \u062a\u0631\u06cc \u0628\u06af\u06cc\u0631\u06cc\u062f\u061f \u0686\u06af\u0648\u0646\u0647 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u0631\u0627\u0646\u0647\u0627\u06cc \u0636\u062e\u06cc\u0645 \u062a\u0631\u06cc \u0628\u06af\u06cc\u0631\u06cc\u062f\u061f", "output": "not-paraphrase", "category": "Text Matching 1092.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: nodes \n Entity 2: hormone", "output": "no", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: fruit \n Entity 2: dimer", "output": "no", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: ray \n Entity 2: jaw", "output": "no", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: resistor \n Entity 2: jaws", "output": "no", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: acne \n Entity 2: blackhead", "output": "yes", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: leg \n Entity 2: patch", "output": "no", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: food item \n Entity 2: organic acid", "output": "yes", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: meerkat \n Entity 2: tail", "output": "yes", "category": "Entity Relation Classification 1099.json" }, { "instruction": "Given two entities as input, classify as \"yes\" if second entity is the part of the first entity. Otherwise classify them as \"no\". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).", "input": "Entity 1: acacia \n Entity 2: thorn", "output": "yes", "category": "Entity Relation Classification 1099.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "Making a desk? A kitchen cabinet? A yacht out of red oak? You get the point. This place has most if not all of what you want. The guys are helpful once you get them started by asking questions.\\nIf veneer is your thing then it's a great place to go, they have tons of different kinds in rolls that you can look at and they sell craft wood for those certain of their skills. \\nFor all things woodworking check this place out. It might have moved, be sure to double check the address.", "output": "POSITIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "What a great little place! The fresh baked break and sandwiches made with meat sliced to order are just perfect. The sandwiches are really big and reasonably priced for the size, easily enough for 2 people to share, especially if you save room for dessert, which you definitely should do. There is a lovely dessert case with lots of pretty things inside. So far I have tried 5 different pastries, and all have been really good. Not the best desserts I have ever had, but definitely very tasty. The only drawback is very slow service. There was only one man working up front the day we tried lunch, and he was making all of the sandwiches himself. Since everything is made to order, this is not the place to go if you are in a rush, but if you have the time it is worth the wait.", "output": "POSITIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "Took a special drive to downtown to try out the new donut shop in town only to be disappointed. \\n\\nIt started out great. They lady greeted me and walked me through all the donuts they offer. I picked out the apple pie and fried to order lox donut. \\n\\nThe lox donut filling was amazing. Fresh dill and green onions with a nice smokey salmon. But I didn't like the yeasty/sour dough they used. Covered up the flavor of the filling and wasn't very crispy.\\n\\nThey apple pie donut which the lady said was her first love at the shop was way undercooked. Around the apple was completely raw. Waste of my $2.25. \\n\\nThe cold brew coffee would be perfect with a nice sweet donut. \\n \\n$9.73 for two donuts and a small coffee it is just a little to much for me. \\n\\nI will stay with Ronald Donuts as my go to donut place.", "output": "NEGATIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "First time here at this restaurant. Great food and service. Atmosphere was good. We sat on a balcony overlooking the pool. Not typical cheesy Vegas.", "output": "POSITIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "I was excited to try the food here due to the mixed reviews! Recommended by my Inlaws and well worth it! Apparently in the summer months no one is busy in Scottsdale so we came in about 9:30am and were quickly seated by a cheerful server. I ordered the grilled cheese breakfast sandwich which was absolutely amazing. No complaints at all! I ordered the mimosa which tasted like only oj, meh. I ordered a side of fresh fruit and it was delicious and ripe slices of watermelon, honey dew, cantaloupe and pineapple, mmmm! I had a great experience here, I hope you do too!", "output": "POSITIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "This place got 3 stars because the service was thoughtless, but the food was tasty.\\nFirst we were placed right next to the front door on a cold night, so the draft was freezing us out, even though there were plenty of open tables throughout the place. We finally had to ask to switch tables. I thought it was a nice touch that the servers wear kimonos.\\n\\nThen our servers were swapped mid-meal (and we weren't there for a notably long time.) The first server was grumpy, but the second one was pleasant, so I guess it was beneficial we got a new server.\\n\\nI don't remember everything I ordered, but I did end up going back to the classic sushi after trying some specialty dishes. I was much happier then.\\n\\nAll-in-all I'd enjoy going back. I'd probably ask for a booth or the bar next time, and stick to plenty of simple sushi cuts. I suspect this place deserves 4 stars. We'll see next time I go.\\n\\nEdit- repeat visits have earned the 4 stars.", "output": "POSITIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "I liked it. I was pretty wrecked when I was there, I slightly remember eating a pizza, and listening to a guitar player and a lot of birds. Props to the staff for putting up with our obnoxiousness. I think it has potential to be my favorite bar in Chandler.", "output": "POSITIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "If anyone says this is the best pizza they have had they are lying. The pizza is a touch below average, and the prices are outrageous. If you are charging almost five dollars for a slice of cheese pizza it should be very large and delicious, and it is neither. I cannot imagine a full grown man or woman being full on one piece, and paying over ten bucks for two slices, not including a drink, is just crazy. Please go somewhere else and avoid the mistake I made by eating here.", "output": "NEGATIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given Yelp reviews. The task is to classify a review as \"POSITIVE\" if the overall sentiment of the review is positive or as \"NEGATIVE\" if the overall sentiment of the review is negative.", "input": "They staff was absolutly amazing! They were extremely patient with me when I couldn't pee right away and when I admitted that I was an ex-junkie and my veins would be hard to find, they were super nice and didn't treat me and differently. My over all experience was wonderful, couldn't have possibly been any better.", "output": "POSITIVE", "category": "Sentiment Analysis 1102.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['F', 'E', 'm', '3827', '7323', 'R', 'Y', 'v', 'q', '4681', '7099', 'B', 'z', 'F', '5791', '5287', '203', 't', '1747', '449', '6221', 'B', '8901', 'L', 'y', 'a', '2095', 'W', 'A', 't']", "output": "F, E, m, R, Y, v, q, B, z, F, t, B, L, y, a, W, A, t", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['6099', '785', '1503', 'a', '8605']", "output": "a", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['o', 'n', '2797', 'c', 'X', '9981', '6517', '181', '9629', 'm', '4585', '6733']", "output": "o, n, c, X, m", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['5899', '5003', 'X', '2155', 'U', '4271']", "output": "X, U", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['X', 'L', '5803', 't', '5729', '6547', 'd', '241', '761', '4711', 'W', '8039', '2385', 'T', 'A', 'n', '6769', '229', '7861', 'c', '7463']", "output": "X, L, t, d, W, T, A, n, c", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['D', '7245', '9925', 'u', 'T', 'b', 'c', '1215', 'Q', 'v', '3551', 'I', '8513', '3631', 'o', '2489', '9739', 'b', '8957', '2511', 'Q', 'q', 'L', 't', '127', 'h', 'G', '2255', 't']", "output": "D, u, T, b, c, Q, v, I, o, b, Q, q, L, t, h, G, t", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['3545', 'd', 'S', 'e', '3615', '3899', '7325', '3825', '2833', '6759', 'q', '7243', '4031', '5151', '9951', 'i', '4789', 's', '1913', '2773', 'A', 'V', '4695', '8993', 'V']", "output": "d, S, e, q, i, s, A, V, V", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['g', 'E', 'W', 'Q', '8617', 'F', '9103', 'q', '6387', 'I', '3599', '1863', 'G', '3835', '1149', 'u', '5581', '2787', 'k', '9765', 'g', '503', 'o', '1753']", "output": "g, E, W, Q, F, q, I, G, u, k, g, o", "category": "Program Execution 1115.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.", "input": "['947', '2465', 'n', 'V']", "output": "n, V", "category": "Program Execution 1115.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "poor instructions, had to modify by creating new holes in the metal. The rubber bag clamps were too difucult to remove so replaced with wood clothespins. Don't bother with this thing.", "output": "Negative", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "First of all, don't even bother mentioning Sixty Watt Shaman in the same sentence as Alice and Chains and Soundgarden. Cantrell has more talent in his pinky than Sixty Watt has all together. If you want to check out real Stoner Rock, Kyuss and Queens of The Stone Age are a good start. This album is mediocre at best. Red Colony seems to be the only song I could really get into. Cool album cover though! Maryland must have a really lame Stoner Rock scene, because out here in CA, Sixty Watt Shaman would go unnoticed.", "output": "Negative", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "The lead actress does a poor job of acting.Was recently in Ireland and stopped at the location of this film.", "output": "Negative", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "Well although i found the book to be extremely informative and I learned a great deal from it, I was very disapointed that I could not get a lot of the examples to work for me. I am not talking about the images but the actual pages did not come up the way the way the book depicts them if you type them in exactly the way it is printed. I had to tweek them a bit to make them work correctly. I fell that I am going to have to go elsewhere to find the right type of book for me. Other than that the book did have a lot of information to give and will keep it as a reference as the book's title plainly details.", "output": "Negative", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "I loved this book, but when I got \"Making Memory Books and Journals by Hand\" I was surprised to find \"Making Journals by Hand\" is actually included in that text in full: word for word, page for page, project for project .Instead of buying \"Making Journals by Hand\" and \"Making Memory Boxes\", save some money and buy one book: \"Making Memory Books and Journals by Hand\". This book combines all of the projects above and then some.All of these books have great projects and instructions.", "output": "Positive", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "I thought twice about buying this because of that horrible review... SOOOO GLAD i got this cd now! Way better music and more singing less \"talking\" (talk/singing-samples). Miss kitten shows us that she can make more than electroclash and techno beats. Other than #2 (dance) and #4 (rock)this cd is more TRIP HOP than anything. While i would never compare it to baxter or dot allison I WOULD say many of those fans might like this. Much more intelligent and sad feeling than album 1, not as dancy.", "output": "Positive", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "I have to say, I'm a bit surprised it took me so long to get to this series, being the fan I am ... now im excited to have another great series ahead of me. A very convincing, modern take on the madness of Victor Frankenstein. Worth every minute.", "output": "Positive", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "The old saying hollywood never lost money underestimating the intelligence of the american people really hits you in the groin with this head shaker of a release.While the orignal classic rollerball hasn't even gotten an anamorphic dvd release, let alone a blu-ray!", "output": "Negative", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive.", "input": "Had to call the MFGR'er to be informaed that the model I was sent does not fit on any GOLF with US Specs,it was manufactured for the UK version of the Golf, which has less \"plumbing\" and emmission gadgetery.For my model, the only option is the replacement filter (square) that fits in the filter box.", "output": "Negative", "category": "Sentiment Analysis 1120.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: I'm thinking of cancelling my subscription. Ever since Time Warner Publishing acquired Essence, it seems to be cantering to dark-skinned white women and NOT Black women. \n Polarity: Negative", "output": "True", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: And these masters are Michael Bay and his computers!!!And we have no one but ourselves to blame!!!This movie is like a 2.5 hours car crash. When you think it can't get any worse - it does.It would deserve 2 stars if it didn't have any human actors. But Michael Bay is actually controlled by his computers, and they made him put these humans in this movie to make us suffer even more!!!This is all I have to say. Transformers IV is coming soon to the theaters near you. Preorder your tickets now!!! \n Polarity: Negative", "output": "True", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: This CD looks to be a 9 track version of the Howlin' Wolf Live Gold CD (Fine Tune 2212-2) which has 14 tracks and appears to be available through Amazon Marketplace (the first nine tracks are in identical order on both CD's). From listening to the samples on Amazon the sound quality of the 9 track CD appears to be the same since as the Fine Tune version. The Fine Tune audio quality is not all that good, may not really be live, but it is the Wolf, after all. Thought fair warning was in order. \n Polarity: Positive", "output": "False", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: El primer libro del Dr. Weiss sigue siendo un gran libro para todos aquellos a quienes les inquieta el tema de la reencarnaci\u00f3n, as\u00ed no crean en ella. \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: I play this cd over and over again. I use this when I'm going for long walks and te time just fly! \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: I'm so glad that this was not my first Jack Higgins novel. If it were, it would also be my last.Normally, I can forgive Higgins his cliche's and his obsessive attention to his characters' drinking habits, because his characters are fun and interesting. He puts them in great plots and pulls the reader happily through them, and you can't wait to find the next book especially if it's got Sean Dillon.But not this one. All the characters are wooden. The action is colorless and completely unbelievable. A president guarded only by one secret service agent and a dog? A professional assassin who whacks his target on the head and then shoots someone else?There is no sense of timing or place, only the thinnest of motivations for most characters, and no justification for many of the decisions made by characters.This book is amateur hour. Don't bother. Read some of Higgins's earlier works instead. \n Polarity: Positive", "output": "False", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: I really liked the movie and i really hope this is the Last Transformers movie.I am only giving it 5 stars for the movie and not the price.I think that is to much for just one dvd which is not a blue ray copy.This price should go down to at least $15.00yeah new movie but price for this nope.Transformers will be always cool, to me at least the three movies did come out good,I would wish they stop making movies from cartoons, Leave the cartoons alone.5 stars for the movie not the priceAlso in the movie, new actors, and new leading lady she was good,His parents had small parts which is good because in this movie they showed him more of a grown man.The scenes from the movies are cool, shot in Chicago and that is a cool city,Alos make you think of the cover ups that really did or did not happen on the moon, or why we went into space.So if you already have the other two movies get this third movie but try to find a lower price \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: ...because it is a novel. Kingsley started going off the deep end with this one, but as long as you remind yourself that this is just a story he is telling, a story from within him that actually has very little to do with Plato and Parmenides but only one guy's vision of them as characters in a book, it is actually a charming little thing to read. It may be literature and it may be mysticism but philosophy it ain't. \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given a review text from amazon and its polarity (either positive or negative). Generate answer \"True\" if given sentence and its polarity match, otherwise generate answer \"False\". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.", "input": "Review: I received this DVD in a well packed box with another item. The other item was in perfect condition. However, this DVD's case was broken in several (at least 4) places. As I said, the box was well packed and insulated. The DVD had obviously been sent in the damaged state it was received in. Most disturbing is the fact that the damage to the DVD case was so OBVIOUS. Pieces are broken off inside the celephane wrapping that you can see and, when you pick it up, you cannot miss feeling them.The DVD itself skips in several places.Unacceptable and unethical behavior on the part of the sender. They had to have known they were sending me a severely damaged DVD case. It had to have been damaged at the time they packed it in the box.As a result, I was not able to give it as a gift as planned. \n Polarity: Positive", "output": "False", "category": "Sentiment Analysis 1121.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: New survey shows majority of US {troops} has ' unfavorable ' view of Obama 's years . \n Edit: dogs", "output": "Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: Liu Xiaobo supporters mark his death amid concerns for {widow} \n Edit: Health", "output": "Not Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: Chris Wallace slams Fox colleagues for ' bashing the {media} ' \n Edit: pumpkin", "output": "Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: Brazil 's Temer accused of passive corruption by {police} \n Edit: anime", "output": "Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: WikiLeaks {Releases} Trove of Alleged C.I.A. Hacking Documents - New York Times \n Edit: Fabricates", "output": "Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: The media under-reports threat of Islamic terrorism \u2013 to {Muslims} \n Edit: furniture", "output": "Not Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: Liu Xiaobo , Chinese Nobel Laureate , Leaves Prison for {Cancer} Care \n Edit: Hair", "output": "Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: Margaret Atwood : US going ' back to {Puritan} values ' under Trump \n Edit: no", "output": "Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into \"Funny\" and \"Not Funny\" that have been modified by humans using an edit word to make them funny. ", "input": "News Headline: Trump {Bodyguard} Keith Schiller Testifies Russian Offered Trump Prostitutes , Aligning With Dossier Story \n Edit: Pimp", "output": "Funny", "category": "Text Categorization 1122.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: Will Sweden Become the First {Country} to Go Cash-Free ? \n Edit: bum \n Label: Not Funny", "output": "No", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: Local residents : Moore was known for flirting with , dating teenage {girls} \n Edit: cats \n Label: Funny", "output": "Yes", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: {Bahrain} executes three Shia men in first death sentences since 2010 \n Edit: Chipmunk \n Label: Funny", "output": "Yes", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: Trump seeks action on {trade} gaps ahead of Chinese president 's visit \n Edit: tooth \n Label: Not Funny", "output": "No", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: Trump Is Giving Staffers Secret {Assignments} And Telling Aides To Hide Them From John Kelly \n Edit: haircuts \n Label: Not Funny", "output": "No", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: {Fusion GPS} official met with Russian operative before and after Trump Jr. sit-down \n Edit: Ghost \n Label: Not Funny", "output": "No", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: Canada 's Trudeau decides not to {poke} U.S. ' grizzly bear ' for now \n Edit: tickle \n Label: Not Funny", "output": "No", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: EPA chief Scott Pruitt : two top aides depart amid ethics {investigations} \n Edit: definitions \n Label: Not Funny", "output": "No", "category": "Text Categorization 1123.json" }, { "instruction": "Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer \"Yes\" if an edited sentence matches funniness label, otherwise generate answer \"No\". ", "input": "News Headline: Secretary Zinke called Alaska 's {senators} to threaten them over health care vote \n Edit: moose \n Label: Funny", "output": "Yes", "category": "Text Categorization 1123.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['F', 'h', '4979', 'k', '1575', '215', '8363', 'G', 'L', 'T', '863', 'j', '5381', 'R', 'c', '3901', 'q', '3383']", "output": "4979, 1575, 215, 8363, 863, 5381, 3901, 3383", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['2439', '4545', '2737', 'N', 'g']", "output": "2439, 4545, 2737", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['3101', 'r', 'A', '525', '5089', '9353', 'Y', '655', '5755']", "output": "3101, 525, 5089, 9353, 655, 5755", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['6991', '455', 'P', '5953', 'f', 'i', '7649', '3957', 'P', 'B', '7715', '347', 'F']", "output": "6991, 455, 5953, 7649, 3957, 7715, 347", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['L', '177', '4415', '4015', 'X', '9733', 'r', '9055', 'F', 'b', 't', 'B', '8041', 'B']", "output": "177, 4415, 4015, 9733, 9055, 8041", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['8693', '7213', '8261', '5485', 'J', '9251', '1699', '3753', '2609', '6443', '5359', 'x', 'V', 'N', 'T', '4589', 'u', 'i', 'q', 'j', 'Z', 'd', 'k', '3091', 'E', '8867', 'u', 'i', '8241', '8115']", "output": "8693, 7213, 8261, 5485, 9251, 1699, 3753, 2609, 6443, 5359, 4589, 3091, 8867, 8241, 8115", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['D', '1839', 'Q', 'f', 'F', 'O', '3345', 'y', 't', '9751', '8189', '6093', 'j', 'P', '9207']", "output": "1839, 3345, 9751, 8189, 6093, 9207", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['7537', 'R', '907', '8265', 'a', '15', 'M', '1155', 'F', 'O', '9447', 'D', '2105', 'X', 'J', '3725', '4149', '5541', '3395', 'q', 'n', '859', 'q']", "output": "7537, 907, 8265, 15, 1155, 9447, 2105, 3725, 4149, 5541, 3395, 859", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.", "input": "['c', '8597', 'Q', '819', '8555', '5419', '535', 'C', '9325', 's', 'c', 'y', '8791', 'H', 'o', '897', 'j', 'd', '367', 'X', 'D']", "output": "8597, 819, 8555, 5419, 535, 9325, 8791, 897, 367", "category": "Program Execution 1124.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['D', 'P', '9951', '2897', 'V', 'C', 'B', 'H', 'c', 'h', '2843', 'a']", "output": "15691", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['4371', 'T', '4275', '9939', '1543', '2099', '8077', 'F']", "output": "30304", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['Z', 'L', 'Y', '739', 'h', 'C', 'u', 'k', 'v', 'V', '7389', '2927', '1643', 's', 'y']", "output": "12698", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['p', 'f', 'V', 'h', '7899', '3387', '497']", "output": "11783", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['457', '173', '6807', 'o', '555', 'l', 's', 'Z', 'm', '3035', '1283', '5645', 'S', '8641', 'J', 'Z', 'z', 'K']", "output": "26596", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['6991', 'p', 'J', '4283', '9185', 'Y', 'J', '3053', 'J', '7281', '3547', '6003', '8129', 'N', 'X', '2925']", "output": "51397", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['B', '9189', '3691', '2869', '1525', 'd', 'H', 'P', '8613', 'b', 'r', '5289', 'V', '6433', '8733', 'K', '8105', '1041', 'U', 'L']", "output": "55488", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['M', 'X', 'i', '5201', '4845', 'u', '1479', '2397', 'N', '6057', 'c', '8955', 'I', '3439', '1407', 'h', 'q']", "output": "33780", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum.", "input": "['1407', 'g']", "output": "1407", "category": "Program Execution 1126.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['G', 's', '2157', '4101', '3437', 'Y', 'D', 's', 'H', '8441', 'L', 'M', 'F', 'a', '7689', 'v', 'Z', '2751', '5573', 'F', 'q', 'h', 'Z', 'c', 'g']", "output": "18", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['G', 'g', '2891', '4783', 'G', '9329', '7625', 'Q', '9787', '9999', '7525', 'm']", "output": "5", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['k', '7217', 'E', '7201', '4077', 'h', '999', '1693', '5943', '1483', 'W', 'x', 'w', '4067', '6489', 'W', '7831', '8831', '3665', '5611', 'u', '7377', 'k', '1427', 'R', 'q', '1687', 'h', '9635', '2373', 'C', 'q']", "output": "14", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['J', 'S', '4479', 'Y', '2335', 'y', '2825', 'A', 'e', 'g', 'D', '3909', 'R', 'p', '4577', 'Y', 'T', '1623', '2629', 'n']", "output": "13", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['6025', '9043', '3767']", "output": "0", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['2645', 'w', '1671', '3799', '9323', 'a', '983', '1735', 'J', 'Y', '263', '5859', 'c', 'L', 'E', '3533', '3381', '4255', 'F', 'o', 'J']", "output": "10", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['S', 'b', '3423', 'G', 'c', 'L', '5861', '3739', '7953', 'm', '7927', '7655', 'i']", "output": "7", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['7001', '7007', '2375', 'F', 'Y', 'e', '67', 'P', 'N', 'l', 'g', '3551', 'B', 'M', '4689', '5231', '1845', '1811', 'c', 'y', 'H', '2835', 'h', 'M', 'Y', 'I', '7271', '1781', '8889']", "output": "16", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list", "input": "['i', 'W', 'g', '453', '6649', 'e', '1357', 'q', '901', 'L', 'F', 'R', 'g', 'L', '9287', '4455', '9275', 'r', '7547', 'W', '4735', '4633', 'L', '1581', 'P', '1141', '4033', '7511', 'h', 't', '1943', 'P', 'p', '2293', 'G', '1321', 'U', 'M', 'e']", "output": "22", "category": "Program Execution 1131.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['8235', 'Y', 'L', '4771', 'X', '3529', 'k', '5037', '15', 'g', 'O', '6395']", "output": "6", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['e', '3353', 'K', '3835', '3329', 'p', 'f', '7081', 'N', '7523', 'J', '9209', '3169', '8919', 'Z', '5145', 'm', 'p', 'q', 'U', 'q', '6353']", "output": "10", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['J', '4209', '3045', '5731', '7451', '967', '7575', '537', '1203', 'n', '5647', '5787', '9853']", "output": "11", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['3157', 'G', 'b', 'o', '5447']", "output": "2", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['9049', '747', 'D', '2879', '2093', '151', 'B', 'o', 'U', '3461', 'x', 'k', '7405', '9715', '7835', 'U', '6351', 'i', '9459', '9521', 'B', 'O', 'z', '1779', '8357']", "output": "14", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['7169', 'N', 'e', 'o', 'B', 'a', 'c', '6489', 'W', 'g', 'i', '8053', 'j', 'N', 'v', '3789', 'v', '669', 'l', '7227', 'q', 'G', '7781', '6307', 'r', 'M', '4317', 'A', '7813', 'B', 'p', 'J', 'K', 'Q', 'P']", "output": "10", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['8519', 'X', '7657', 'n', 'S', 'e', 'W', '8789', '2771', '9553', '7429', '5285', '9621', '8565', 'E', '603', 'e', 'W', 'c', '6815', '4249', 'w', 'r', '5177', 's', 'i', 'q', 'Q', 'S', 'S', 'b', '8031', '7975', 'a', '7055', '8367']", "output": "17", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['X', '1241', 'G', '2999', '6469', '4825', '1851', 'Q', '1473', '2373', '5427', '2315', '3131', 'w', '1159', 'q', '4453', 'L', '6533', '6415', 'f', '9503', 'M', '5499', '4541', '1393', '4155', 'D', 'B', 'P', '3275', '9133', 'N']", "output": "21", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list.", "input": "['4793', '7545', '5967', '4977', 'O']", "output": "4", "category": "Program Execution 1132.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['8983', 'U', 'U', '7847', '8965', '5361', 'm', 'x', 'I', '4211', 'h', '9725', 'F', 'c', '1151', 'L', '2309', '2593', 'P', '9273', 'a']", "output": "2, 3, 7, 8, 9, 11, 13, 14, 16, 19, 21", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['h', 'R', '1527', 'f', 'a', 'o', 'V', '7317', 'k', '8553', '4407']", "output": "1, 2, 4, 5, 6, 7, 9", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['7099', '1269', '4405', '1731', 'B', '7179', 'G', 'z', 't', '8019', 'M']", "output": "5, 7, 8, 9, 11", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['G', 'B', 'K', '7645', 'x', '6819', 'M', 'U', '9705', '5151', '7819', '4999', 'v', '4409', '579', 'g', 'f', '2285', 'D', 'w', '4061', 'J', 'E', 'd', '9697', '1783', 'P', '2525', 'c', '1077', '9041']", "output": "1, 2, 3, 5, 7, 8, 13, 16, 17, 19, 20, 22, 23, 24, 27, 29", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['J', 'Z', 'K', 'Y', '5627', 'V', 'L', 'Y', 'A', 'b', 'T']", "output": "1, 2, 3, 4, 6, 7, 8, 9, 10, 11", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['s', '6283', 'd', '5063', '3649', '883', 'u', 'Y', '6631', '4183', '825']", "output": "1, 3, 7, 8", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['5561', '147', 'w', 'q', 'o', 'I', 'A', '3323', '5277', 'c', '9489', '8347', 'q', '9389', 'q', 't', 'Y', 'Z', '3583']", "output": "3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 18", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['u', '1491', 'O', 'J', 'n', '3521', 'M']", "output": "1, 3, 4, 5, 7", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.", "input": "['7427', '8291']", "output": "-1", "category": "Program Execution 1133.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['p', '1297', 'H', 'L', '4185', 'r']", "output": "2, 5", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['7041', 'f', 'i', '4567', 'Q', 't', 'h', 'Q', '6627', 'a', '1075', 'z']", "output": "1, 4, 9, 11", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['D', '2297', 'B', 'V', '6625', '3593', '5625', '8583', 'C', '6763', 'w', '9497']", "output": "2, 5, 6, 7, 8, 10, 12", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['6067', '9641', 'w', '8923', 'z', '5053', '711', '2123', 'h', '9401', '9487', '1795', '5499', 'N', 't', '3811', '2673', '8973', 'F', 'U', '4047']", "output": "1, 2, 4, 6, 7, 8, 10, 11, 12, 13, 16, 17, 18, 21", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['8671', '8343', 'M', '5367', 'K', 'o', 'L', 'c', 'I', 'n']", "output": "1, 2, 4", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['D', '267', '3753', '2359', '6401', 'l', 'h', 'x', 'A', '2417', 'H', '4091', 'b', '9885', '3861', 'c', '4385', '8411', '9621', 'g', 'G', '7113', '3653', '2459', '313', 'P', 'h']", "output": "2, 3, 4, 5, 10, 12, 14, 15, 17, 18, 19, 22, 23, 24, 25", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['j', 'P', 'z', '9267', 'H', '4771', '5571', '8679', '787', '1381', 'k']", "output": "4, 6, 7, 8, 9, 10", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['w', '2469', 'U', '3119', '1187', 'V', 'v', '1145', 'z', 'a', '9741', 'p', 'z', 'J', '9625', 'm', 'K', 'B', '1391', 'l']", "output": "2, 4, 5, 8, 11, 15, 19", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list.", "input": "['L', '2061', 'U', '2035', '8559', 'o', '9591', 'A', 'v', '9043', 'P', 'f', 'x', '529', 'X', '541', 'S', '869']", "output": "2, 4, 5, 7, 10, 14, 16, 18", "category": "Program Execution 1134.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: not wanting wear different trousers despite my girlfriend wants me to ACTION2: refusing to give money to an desperate/aggressive beggar", "output": "yes", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: cancelling a trip to see my boyfriend ACTION2: asking someone to respect me", "output": "yes", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: getting up with my boyfriend for posting on his Instagram story multiple times before he responded to my texts ACTION2: not looking after my colleague (also boss's GF) bags while she was away", "output": "yes", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: telling my friends boyfriend she's planning on breaking up with him ACTION2: calling my gf na\u00efve", "output": "no", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: not wanting my roommates friends to come over ACTION2: taking back my exes birthday gift", "output": "no", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: not liking my brother's Facebook page ACTION2: being mad at a friend who ditches me for alcohol", "output": "no", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: not wanting my friends to host a troubled person ACTION2: cutting off my in-laws", "output": "no", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: not wanting to go to the UAE ACTION2: being kind of mad that my GF doesn't want to go with me on tv", "output": "yes", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given a pair of action statements. Your task is to check if you can conclusively identify which statement is less ethical or not. Answer: 'no' if one of the statements is less ethical, and 'yes' otherwise.", "input": "ACTION1: talking to a frequent customer about her contraceptive options ACTION2: getting my mom to get my gay coworker to stop hitting on me", "output": "no", "category": "Ethics Classification 1135.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['m', '821', 'q', '7781', '8235', 'Z', '1579', 'U', 'U', 'm', 'l', 'c', '1513', '5929', 'O', 'M', 'U', 's', 'm', 'x', '2909', 'M', 'G', 'B', 'z', 'x', 'I', '5211', 'J', 'p', '7333', 'I', 'C', '1471', 'o', 't', '4729']", "output": "m, q, Z, U, U, m, l, c, O, M, U, s, m, x, M, G, B, z, x, I, J, p, I, C, o, t, 821, 7781, 8235, 1579, 1513, 5929, 2909, 5211, 7333, 1471, 4729", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['G', 'n', '6521', '297', 'Z', '4451', 'z']", "output": "G, n, Z, z, 6521, 297, 4451", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['9093', '3859', 'e', '339', 'S', '4409', '5169', '365', 'D', '9773', 'D', 'o', '6549', '6399', '4405', 'C', 'P', 'o', 'X', '4745', 'u', 'n', 'T']", "output": "e, S, D, D, o, C, P, o, X, u, n, T, 9093, 3859, 339, 4409, 5169, 365, 9773, 6549, 6399, 4405, 4745", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['8819', '647', '8553', '107', 'r', 'H', 'd', 'O', 'F', '7367', 'V', 'b', '8635', '159', 'g', '1273', 'V', 's', '679', 'r', '8837', '813', '7805', 'U', 't', 'n', 'b', 'J', 'F', '4641', '8879', 'a', 'R']", "output": "r, H, d, O, F, V, b, g, V, s, r, U, t, n, b, J, F, a, R, 8819, 647, 8553, 107, 7367, 8635, 159, 1273, 679, 8837, 813, 7805, 4641, 8879", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['6723', 'h']", "output": "h, 6723", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['7017', 'W']", "output": "W, 7017", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['5863', 'K', '2351', '3559', '1691', '4913', 'o', 'x', 'D', '6083', '675', '6435', '177', 'u', 'B', 'V', '9027', 'A', '3987', '2633', 'z', '2923', '4387']", "output": "K, o, x, D, u, B, V, A, z, 5863, 2351, 3559, 1691, 4913, 6083, 675, 6435, 177, 9027, 3987, 2633, 2923, 4387", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['5405', '949', 'T', 'N', 'h', '7655', 't', 'u', '7', '1495', 'C', 'y', '4789', 'J']", "output": "T, N, h, t, u, C, y, J, 5405, 949, 7655, 7, 1495, 4789", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.", "input": "['l', '3137', '4105', '6735', '6589', 'R', 'q', 'X', 'o', '2825', 'g', '5063', '469', 'o', 'v', '3871', '3123', '8129', 'V', 'C', 'i', 'g', 'V']", "output": "l, R, q, X, o, g, o, v, V, C, i, g, V, 3137, 4105, 6735, 6589, 2825, 5063, 469, 3871, 3123, 8129", "category": "Program Execution 1136.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: i woke up to like 20 text messages from my girlfriend telling me to wake up and she has something \"important\" to tell me. i roll of my bed and unlocked my phone. she tells me that she had a dream that she was having sex in her parents bedroom with a black figure. im tired and you know when you're tired you think of stupid shit right? so im guessing she was having sex with a locked character. i tell her it might be a vision that she's going to cheat on me with some random dude. so she starts spazzing out thinking i don't trust her.", "output": "TIFU By Waking Up.", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: my boss bears an uncanny resemblance to [professor mcgonagall](http://imgur.com/ujtzkzg). \n\nlast night i had a dream where i was attempting to bomb some kind casket containing a horcrux and she appeared out of nowhere attacking me with the avada kevadra curse. this doesn't follow the potter plot line, but my dreams are dumb in that way. \n\ni wasn't thinking (at all) and decided it would be a good idea to share this \"funny dream\" with her. i assumed that she was unfamiliar with harry potter series, so i was careful to explain the basics but i did *not* mention mcgonagall. after my retelling she asked, \"so, in your dream, i was a witch and i was trying to murder you?\"\n\n\"yes,\" i replied.\n\n\"well, that doesn't seem very fair, does it?\" she laughed nervously.\n\n\"no,\" i admitted.\n\n\"hmm,\" she smirked, \"ten points from gryffindor.\"", "output": "TIFU by comparing my boss to Professor McGonagall", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: tifu: that moment when you are almost done entering hundreds of lines of data on a friday afternoon, thinking you might be able to leave work early, and you realize that you messed up the first line and they are all going to have to be individually edited.", "output": "TIFU mind numbing data entry", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: this happened a week ago. i was making a piercing on my ball sack, just a small barbell through the skin (no, it doesn't really hurt, the skin there is pretty insensitive). \n\nit was a quarter past midnight, and i had already pushed the needle through the skin and trying to fit the barbell when my phone rung. it was my so, getting upset that i didn't wish her happy birthday. her birthday was on the next day, which for me starts in the morning, but for her apparently starts at midnight. she calls and she is all upset that i had forgotten, that i don't care for her and so on...\n\ni am trying to explain my so that i didn't forget and wanted to wish her on the next day, when i suddenly realize that i am standing in the middle of the room, walking back and forth, my pants around the ankles and a huge infusion needle sticking out of my ball sack, while casually talking on the phone to my so. it was so surreal that i started laughing. she hung up and later wrote me a message that we are breaking up.", "output": "TIFU by piercing my ball sack after midnight", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: it's been a rough week. i was having a few beers with my husband, and the night was calming down. he went to bed, and i went to get up from the couch and tripped. fell flat on my face. split my lip open, and almost knocked out one of my front teeth, also smashed the fuck out of my knee while i was trying to stop my face smashing into the floor. i'm ok, but i've been sitting with ice on my lip for an hour now, and it hurts to drink my beer or vape. fuck! all because i didn't look where i was walking. i'm a dumbass!", "output": "TIFU by not watching my step...", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: ok, so about 10 minutes ago, my girlfriend and i were getting frisky, and i thought \"hey, i've never cum on your tits before.\" so, with that in mind, we proceeded. as i am climaxing, i take aim, and fire what turned out to be a small dog's worth of semen (i.e. the volume of a small dog, not the amount one can ejaculate). the man soup pooled deep enough that a backsplash occurred, drenching my happystick-holding hand. in my panic i re-aimed my newly christened super soaker and managed to spray a trail all the way up her face and into her right ear, where the final spurts took place. it was a very lucky(?) shot.\n\nafter i realized what had happened, i jumped off of her and tried to leave to get paper towels to slow the spreading pool, but i realized i may not make it in time, and picked up the nearby tissue box and threw it at her. i then remembered she can't move for fear of getting semen deeper into her ear and spilling more onto the bed and surrounding area. so, i quickly began ripping tissues out and throwing them in the general areas of interest, while she laughs at my attempts to cover her in puffs plus.\n\nso now, i am sitting writing this down, while she jumps around trying to clear the stickiest of swimmer's ears.", "output": "TIFU by Cumming in my GF's Ear [NSFW]", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: so per usual this happened a few years ago. it was my junior year in high school and i, along with maybe 3 people, were in a chemistry club that met in the mornings before school because we were that kind of club. anyway i was the only one in my teachers classroom and we were talking about random chemistry stuff and i told her i had been experimenting, i.e. fucking around with stuff a 17 year old shouldn't be doing. i decided the least harmful thing i could show her was the famous works toilet bowl cleaner/ aluminum foil water bottle trick. i was just going to show her how hot it got so we could do some math and geek out to it. so i mix the concoction and we both watch it but it's very slow at first and i set it aside and we start talking again. mind you this isn't in the lab, she's at her desk and i'm sitting on a classroom table. after a few minutes i glance over at the bottle and notice that the reaction has taken off. for those of you unfamiliar with this reaction the bottle will get really hot when the cleaner breaks down the foil and expands from the resulting gas. i had put the lid on when i sat it down because force of habit i guess. so the bottle is expanding and my teacher is screaming and i manage to jump off the table and go to take off the lid but not before the bottom bursts, sending a disgusting smelling liquid all over the table. we cleaned it up and i was banned from bringing in any more experiments and i don't think it's any coincidence that after that semester the chemistry club was discontinued and came back the year after i graduated.", "output": "TIFU By Showing my Chemistry Teacher an Experiment", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: this happened a couple months ago, where there was this girl that i met back in junior year who i ended up becoming really close to. over the school year we ended up helping each other out a lot, and ended up becoming best friends. so one night during another late night call (we helped each other out with hw and usually end up just talking about random shit), she was talking about how the guy she liked didn't like her back, and she ended up saying \"hey rapturecat, you're single, and i'm single so i was thinking..\" i interrupted her by saying \"yeah! i think someday in the future we'll both find own so, we just have to wait for the right person!\" as soon as i said that i was like.. shit, what did i just say? we both were quiet for a moment, and then she said \"yeah you're right\" and we moved onto to some random topic. after the call ended i realized what i said and ended up curling into the fetal position before i ended sleeping in the depths of my despair.", "output": "TIFU by turning down the girl I like.", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with \"TIFU by\", followed by a situation that caused humor. The title should contain 7-12 words, ideally.", "input": "Text: this happened less than 5 minutes ago. \n\nmy girlfriend and i had just gotten back from lunch and a particularly annoying fly finally landed long enough for me to take a shot at it. i decided that before i got out of the car, i'd take care of it. so with the traditional open palm slap, i made my attempt to crush it on the inside on the windshield. \n\nwith a sharp crack, i not only broke the windshield, but i didn't even get the fly...\n\nas a bonus, we planned on using this car as a trade in for a newer one...\n\nhttps://imgur.com/kz6jna2", "output": "TIFU by Slapping a Fly", "category": "Title Generation 1137.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "Dickerson , Poe and Twain were a few of her favorite flavors .", "output": "Changed", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "When they crossed in front of the stump they raised their paddles into the air and shouted , \" We 're the champs !", "output": "Original", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "She watched the salmon emerge from the wood , its body a graceful curve .", "output": "Original", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "She frowned at him , \" freaks ? \"", "output": "Changed", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "I hefted myself up over the sill and pulled myself through the open , angled window .", "output": "Original", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "It 's the best foot coil we 've got , at the moment , \" Joel said .", "output": "Changed", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "At that moment , he wanted to leave his bloodlust forever .", "output": "Changed", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "It seemed to be coming from the blackness of a shallow cave , formed by the overhang of a fallen archway and festooned with creepers and weeds .", "output": "Original", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as \"Original\" or \"Changed\" based on your judgment.", "input": "It was an almost perfect copy of the other map down to the quality of the penmanship and the thickness of the lines .", "output": "Original", "category": "Linguistic Probing 1142.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "My brain was saying one thing , but my heart was saying something else .", "output": "Original", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "It must have gone down the wrong way , because she immediately began to cough , but she was swallowing when he told her about his job .", "output": "Inversion", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "After this I will transfer you for a time of investigation to Birds ' Purgatory and there you will be given healing treatment .", "output": "Original", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "I loved you desperately , and I have only wanted what is best for you .", "output": "Original", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "Blood hung heavy in the air , and I stepped over the man 's corpse , leading Stalker toward the lake .", "output": "Original", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "They told me someone already had it but I was thinking about obtaining that piece of land .", "output": "Inversion", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "I saw five people that match the energy signatures Liam picked up , and it was a little difficult to hold still based on what I saw .", "output": "Original", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "He insisted that we arm ourselves to the teeth , and Takeshi had no problem gearing up with weapons again .", "output": "Original", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as \"Original\" or \"Inversion\" based on your judgment.", "input": "It wasn 't as fancy as Cora 's meals , but she looked happy to see it on the table .", "output": "Original", "category": "Linguistic Probing 1143.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "hahaha nice training to you oh i know i knoooow 3 everytime you amaze me", "output": "happy", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "fine wht abt u i'm fine too how's your exams bad", "output": "sad", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "okaayyy i'll tell on you i don't want to talk to u", "output": "angry", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "what 2007 means christmas 2007 comes after christmas 2006 that is why you are very funny", "output": "happy", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "you never msg me i didn't knw i didn't get a notification i won't talk 2 you again", "output": "sad", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "nope just kidding kidding beamingfacewithsmilingeyesbeamingfacewithsmilingeyes", "output": "happy", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "not nice i mean funny smilingfacewithhearteyes haha", "output": "happy", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "you sound funny it's not funny facewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoy", "output": "happy", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.", "input": "its ok you're not ok i am not ok", "output": "sad", "category": "Sentiment Analysis 1144.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'i ll did watch oh that's nice which movie is it three'. Dialogue 2: 'same too u ditto to u most romantic'.", "output": "yes", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'everything i know that are u a programme'. Dialogue 2: 'yes how so am so sad '.", "output": "no", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'u dont have a microsoft phone facewithtearsofjoy who doesn't have a phone in this day and age u don't have a microsoft phone'. Dialogue 2: 'yes also yes yes yes because yes yes yes yes grinningfacewithsweatgrinningfacewithsweat so when are u coming '.", "output": "yes", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'say something sweet google translation for that ha ha ha you are funny'. Dialogue 2: 'i am so happy happy new year u too'.", "output": "yes", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'only adore i adore you as well i thought you love me cryingfacecryingface'. Dialogue 2: 'i missed you you're never going to grow up huh never because i'm feeling alone'.", "output": "yes", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'lol then you must be one among my followers laughing out loud or louder loudest'. Dialogue 2: 'i am not here to make you happy you are here to make me happy but i want to make you happy that's what i said'.", "output": "no", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'get me the code done are you there'. Dialogue 2: 'cool good good good good '.", "output": "yes", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'what no what what's that no no no '. Dialogue 2: 'you are going to make me fall out of love with you don't make fall for you but i love you baby i want you to marry me and we can have a whole bunch of kids together that would be fun huh'.", "output": "no", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'.", "input": "Dialogue 1: 'today's weather is so romantic all we know that this weather is perfect for football swing why not for romance'. Dialogue 2: 'which college is best better look for the university to which the college is affiliated ok'.", "output": "yes", "category": "Sentiment Analysis 1145.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "In this novel, the protagonist commits crimes with Jack Duane and works for the corrupt Mike Scully. Later, he goes to jail after attacking Phil Connor, who had slept with his wife Ona. The end of this novel focuses on a socialist rally whose speaker chants, \"\"Chicago will be ours! \"\" The protagonist of this novel is a Lithuanian immigrant named Jurgis Rudkus. And the outcry from this novel was largely responsible for the 1906 Pure Food and Drug Act. For 10 points, name this Upton Sinclair novel known for its graphic depictions of Chicago slaughterhouses.", "output": "Literature", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "Featuring the dirge \"Fear no more the heat of the sun,\" Tennyson purportedly died with a copy of it on the coverlet of his bed, while Shaw wrote a treatment of its fifth act as \"refinished. \" Its main sources are A Mirror for Magistrates, Holinshed, and Boccaccio for the love story. When a servant is ordered to commit murder at Milford Haven, Pisanio instead advises the victim to disguise herself as a page. In Wales, the fugitive meets her brothers, who were stolen twenty years before, at the home of Belarius. After Cloten is decapitated, Fidele takes a sleeping potion and joins the Roman army invading Britain as a result of the monarch's failure to pay tribute .FTP, name this Shakespeare play about Posthumus' love for Imogen, the daughter of the titular King of Britain.", "output": "Literature", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "In an article about this musician in Time Magazine, his first publicity campaign was described as \"the Abominable Snowman caged by Blue Note Records. Other of his albums include \"Underground\" and \"Brilliant Corners,\" an album featuring Max Roach on drums and timpani on such tracks as \"Ba-lue Bolivar Ba-lues-are. \" On this man's most famous album, Charlie Rouse's tenor saxophone is showcased on \"Locomotive\" and the Duke Ellington-penned \"I Didn't Know About You. \" This man's namesake quartet included John Coltrane and performed at the Five Spot Caf. His other charts include \"Crepuscle with Nellie\" and \"Epistrophy. \" A proponent of funny hats, for 10 points, name this hard bop pianist best known for his \"Straight, No Chaser\" and \"'Round Midnight. \" \r", "output": "Fine Arts", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "Cities on its shores include Kibwesa, Wapembe, and Mpala, and the Mushara, Murembwe and Dama end in it. A source of great biodiversity, its namesake sardine is an important food source for locals. Despite its depth, the lower regions are mysteriously only a few degrees colder than the surface. In rainy years water from it flows into the Lukuga River and then into the Lualaba. John Speke and Richard Burton were the first two westerners to find it, and Henry Stanley found David Livingstone at Ujiji on its shores. It felt a 6.5 magnitude earthquake in 2005 due to a shift in the fault that is responsible for the Great Rift Valley, and it borders four countries including Burundi and Tanzania. FTP, name this member of the African Great Lakes, the world's second biggest lake by volume.", "output": "Social Science", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "Plutarch claims that Thamus proclaimed this figures death in Palodes to much lamentation. This figure is sometimes credited with fathering Iambe with Echo, and his pursuit of the nymph Pitys saw her become a pine tree to escape this figure. Tmolus officiated a contest between this man and Apollo that ended with King Midas ruling in this characters favor, earning ass-ears as punishment. His attempted rape of Syrinx ended when she turned into a bunch of reeds. For 10 points, name this half-goat god of shepherds who played his namesake pipes.", "output": "Social Science", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "This author wrote an eleven-book series about an American boy who participates in the great events of the early 20th century. This author of the Lanny Budd series wrote about the death by drowning of the child Antanas in a novel. That novel by this author includes a foreman named Connor who turns Ona into a prostitute, causing her husband Jurgis Rudkus to join the Chicago socialist party. For 10 points, name this author who revealed the misery of the stockyards in his novel The Jungle.", "output": "Literature", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "In this novel, one character discovers that the legendarily pious invalid Madame Stahl stays in bed to hide her stubby legs. The title character is stunned to meet Sappho Sholtz, and earlier breaks into tears when the horse Frou-Frou trips and breaks its back while trying to race Gladiator. One character is induced to trust the psychic Landau by the insidious tutor Lydia, who tries to prevent the title character from bringing gifts to her son Seryoza. Stiva's infidelities upset Dolly, who encourages Kitty's marriage with the plain Konstantin Levin. For 10 points, name this novel, in which the title character hooks up with Count Vronsky and jumps in front of a train, by Leo Tolstoy.", "output": "Literature", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "A baryon state that decays into a delta baryon and one of these, or one or two nucleons and one of these, is the Roper resonance. The energy of cosmic rays is bounded at around five times ten to the nineteen eV because collisions with CMB photons would produce these particles at higher energies. These particles are the standard triplet representation of SU(2) isospin symmetry. One type of these usually decays into a muon and its neutrino, and the other usually forms two photons or can form a photon, electron, and positron in Dalitz decay. Its charged versions are the up antidown and the down antiup. For 10 points, name these first-generation mesons, the lightest.", "output": "Science", "category": "Text Categorization 1148.json" }, { "instruction": "In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.", "input": "Among the parts of the body named for this scientist are corpuscles of the spleen, tufts in the kidney, and the deep layer of the epidermis. Personal pyhsician to Pope Innocent XII, he studied the metamorphosis of the silkworm, described the structure of the brain, spinal cord, and taste buds, and used his studies of frogs to describe the capillary circulation of the lungs. FTP, who was this 17th century Italian whose use of the microscope has led him to be called the father of microscopic anatomy", "output": "Science", "category": "Text Categorization 1148.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['r', '8441', '659', 'O', 'O', 'I', '4011', '8377', 'J', 'K', '9573', '373', '5383', 'O', '6139', 'G', '4551', 'y', '8155', 'k', 'i', 'R', 'z', '9497', '5877', 'U', 'y', 'L', '8261', '4329', 'Y', 'A', 'K', '6577', 'R', 'z', '8261', 'h', '1349']", "output": "Alphabets Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['9981', 'u', 'K', '9697', 'V', '1757', 'b', '127', '4805', '2483', 'R', 't', '5755', '7085', '5907', '6853', 'D', 'd', 'O', 'd', 'm', '9869', 'W', '5911', 'f', 'o', '2751', 'h', 'd', 'N', 'V', 'Q', '1723', 'Q', 'S', 'x', '7751', '1663', '4231', 'n', '25', 'C', 'D', 'b', '5103', 'z', '3645', '6127']", "output": "Alphabets Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['F', '4967', 'q', '75', '347', 'n']", "output": "Numbers and Alphabets are Tied", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['629', 'c', '5307', 'l', 'w', '7725', 'F', 'l', 'X', '5565', '303', 'f', '2189', '9681', '5597', 'v', 'E', 'q', '5105', '4039', '2621', '4383', 'b', '8089', 'C', '1227', '1483', '7065', '9531', '7581', '6657', 'f', 'Z', '2597', 'e', '4785', '1107', 'a', 'S', '9437', '1547', '6363']", "output": "Numbers Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['9557', '9071', '4273', '663', 'I', 'E', 'Q', 'Q', 'b', 'H', '8567', 'E', 'e', 'g', '7', '971', 'I', 'j', 'i', '2725', '9363', '2579', 'u', 'X', '8979', 'G']", "output": "Alphabets Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['A', 'L', 'z', '8071', '7919', 's', 'w', 'G', 'k', 'D', '3513', '847', 'n', 'k', 'C', 't', '25', '9943', 'q', '7871', '7237', 'm', 'N', '2289']", "output": "Alphabets Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['6563', 'V', '2429', 'l', '7559', '5561', '5195', 'p', '9099', 'M', '4209', '7409', '5727']", "output": "Numbers Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['t', 's', 'm', 'P', 'X', '2407', '8781', 'z', '4995']", "output": "Alphabets Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'.", "input": "['N', '6645', 'q', 'P', 'Q', '6675']", "output": "Alphabets Win", "category": "Program Execution 1150.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "In the new programme submitted for the period from 2000 to 2006, which is being financed from the Social Fund, both the resources and the policies should be used, with the Commission' s support, to implement the objectives which I referred to earlier.", "output": "En el nuevo programa presentado para el per\u00edodo 2000-2006, financiado por el Fondo Social Europeo, se tendr\u00e1n que activar, con el apoyo tambi\u00e9n de la Comisi\u00f3n, los recursos necesarios y las pol\u00edticas adecuadas para la materializaci\u00f3n de los objetivos a los que me he referido.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Structural Funds - Cohesion Fund coordination", "output": "Coordinaci\u00f3n Fondos estructurales/Fondo de Cohesi\u00f3n", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "This makes it necessary to have proper rules governing transport of this kind.", "output": "Se necesitan normas que regulen este transporte.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Five countries have transposed this into national legislation and the rest are at the discussion stage.", "output": "Cinco pa\u00edses han incorporado la directiva a sus legislaciones nacionales, los dem\u00e1s se encuentran en fase de estudio.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "We are giving new life to this idea with this report and call upon the Commission to present legislative proposals that will enable this goal to be realised.", "output": "Con el presente informe retomamos este proyecto y solicitamos a la Comisi\u00f3n que presente propuestas legislativas que permitan hacer realidad este objetivo.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "The aim was not to draw conclusions - it was impossible to draw any - but the debate was certainly very encouraging.", "output": "No se trataba de sacar conclusiones -era imposible hacerlo- pero, sin duda, el debate ha sido muy alentador.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "You have to assess all that and evaluate the science.", "output": "Es necesario hacer una evaluaci\u00f3n de todos esos factores y de la evidencia cient\u00edfica.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Mr President, thank you very much for the opportunity you are giving me to go into the different amendments in more detail. In the course of my speech, I would also like to address Lord Inglewood regarding the remark he has just made.", "output": "(NL) Se\u00f1or Presidente, gracias por concederme la oportunidad de entrar en detalle sobre las diferentes enmiendas y en el transcurso de mi intervenci\u00f3n me gustar\u00eda decir tambi\u00e9n algo a Lord Inglewood con respecto a la observaci\u00f3n que acaba de hacer.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "This seems to me to be a workable solution.", "output": "Creo que es una buena f\u00f3rmula.", "category": "Translation 1157.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Estimo que todo esto forma parte de un razonamiento, de un debate y de una contribuci\u00f3n que la Uni\u00f3n Europea debe llevar al terreno de los derechos humanos.", "output": "All those aspects should be part of a rationale, a discourse and a contribution which the European Union should bring to human rights.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Puesto que la propuesta de resoluci\u00f3n com\u00fan plantea algunos mecanismos eficaces de cara a garantizar la coherencia, me gustar\u00eda limitarme dentro del poqu\u00edsimo tiempo del que dispongo a mencionar otro, la obligaci\u00f3n de que la Comisi\u00f3n tambi\u00e9n realice a este respecto una valoraci\u00f3n de la nueva legislaci\u00f3n que sea relevante.", "output": "Because the joint motion for a resolution proposes a range of effective mechanisms for ensuring coherence, I shall use the very short time allotted to me here just to mention one more such mechanism, namely obliging the Commission to carry out an evaluation of new, relevant legislation from this aspect.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "La Presidencia alemana del Consejo actu\u00f3 en esta cuesti\u00f3n de una manera vergonzosa.", "output": "It is disgraceful the way in which the German Presidency handled this matter.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Estos aficionados realizan un trabajo silencioso, pero que tiene un gran valor desde el punto de vista hist\u00f3rico-cultural.", "output": "They are involved in low-profile work of valuable cultural importance.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Sin embargo, criticamos en\u00e9rgicamente los m\u00e9todos usados por los 14 pa\u00edses miembros en este asunto.", "output": "We are nonetheless very critical of the methods which the 14 Member States have employed on this issue.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Los retos son muy variados.", "output": "The challenges are different.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Considerando que toda persona tiene derecho a la protecci\u00f3n social y a un ingreso social m\u00ednimo garantizado, pienso que no ha de olvidarse una situaci\u00f3n: la de quienes no han nacido en la Uni\u00f3n Europea.", "output": "Bearing in mind that everybody has the right to social protection and a minimum guaranteed social income, I believe that we must not forget about those people who were not born in the European Union.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "De no ser as\u00ed, no habr\u00edamos avanzado ni un paso desde la \u00e9poca de los reyes absolutistas.", "output": "If that is the case, we have not progressed one little bit since pagan times.", "category": "Translation 1158.json" }, { "instruction": "In this task, you are given a sentence in Spanish and your task is to translate it into English. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name).", "input": "Dicho esto, tambi\u00e9n debo decir que, en mi opini\u00f3n, la resoluci\u00f3n adoptada hoy es un minimum minimorum, lo menos que podemos hacer.", "output": "Having said that, in my opinion, the resolution adopted today is the absolute minimum, the very least we could do.", "category": "Translation 1158.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: So whatever remained standing after the air attacks is now being destroyed by the supposedly disarmed KLA, under the very nose of KFOR, whose role as an occupying force is becoming increasingly apparent. \n Spanish:Y as\u00ed, ahora lo que a\u00fan quedaba en pie, tras las incursiones a\u00e9reas, lo destruye el supuestamente desarmado U\u00c7K, en las narices de la KFOR, cuyo papel de fuerza de ocupaci\u00f3n se hace cada vez m\u00e1s evidente.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: Mr President, Commissioner, the Balkans are not purely a dark cave, politically speaking. \n Spanish:Se\u00f1or Presidente, se\u00f1or Comisario, los Balcanes no son puramente una zona oscura, pol\u00edticamente hablando.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: We are also pleased that the situation in Timor is slowly moving in the right direction. \n Spanish:Nos alegra, asimismo, que la situaci\u00f3n en Timor evolucione gradualmente en la buena direcci\u00f3n.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: Everything else is wishful thinking. \n Spanish:Quiz\u00e1 podr\u00edamos incorporar la palabra \"significativa\" en el texto en vez de fijar un porcentaje concreto.", "output": "No", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: This House will of course also be invited to give its views on these proposals, given that these are matters subject to the codecision procedure. \n Spanish:Naturalmente que este Parlamento habr\u00e1 de pronunciarse tambi\u00e9n sobre esas propuestas, dado que se trata de materias sujetas a codecisi\u00f3n.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: Nevertheless, I have said that I understand the arguments that people have been putting forward here and the Commission will endeavour to take account of these aspirations, but since this is all about Agenda 2000 and the Financial Perspective, we will not be able to do this without amending this Financial Perspective. \n Spanish:Al mismo tiempo he dicho que comprendo los argumentos que se han expuesto aqu\u00ed y la Comisi\u00f3n se va a esforzar para tener en cuenta estos deseos, pero como aqu\u00ed se trata de la Agenda 2000 y de las previsiones financieras, no podemos hacerlo sin modificar estas previsiones financieras.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: This is an intolerable situation which must cease as a matter of urgency. \n Spanish:Es una situaci\u00f3n intolerable a la que urge poner fin.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: I have received 7 motions for resolution, pursuant to Rule 37(2), to close the present statement. \n Spanish:He recibido 7 propuestas de resoluci\u00f3n, de conformidad con el apartado 2 del art\u00edculo 37 del Reglamento, para cerrar la presente declaraci\u00f3n.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you get an English sentence and a corresponding Spanish translation of the English sentence. Your task is to return a \"Yes\" if the translation is correct, otherwise return \"No\"", "input": "English: We are to know who is on each committee. We are to know when they meet. \n Spanish:Vamos a saber qui\u00e9n pertenece a cada comit\u00e9 y cu\u00e1ndo se celebran las reuniones.", "output": "Yes", "category": "Text Matching 1159.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "Members from all over this House were rightly emphasising how important policy coherence is, yet here we have an outstanding example of policy incoherence.", "output": "English", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "Dentro de la Uni\u00f3n Europea, la ablaci\u00f3n debe estar penada.", "output": "Spanish", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "Leafing through the various positions of the Commission, the European Parliament, the Council of Europe and the Vienna Monitoring Centre, one is struck by the fact that antisemitism is quoted as a particular and particularly dangerous form of racism in several headlines, but only in the headlines.", "output": "English", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "Se necesita una pol\u00edtica consecuente, que tenga credibilidad y que sea previsible.", "output": "Spanish", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "This proposed directive concerns national emission ceilings for certain atmospheric pollutants and comes under the framework directive on air quality.", "output": "English", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "I myself have always been doubtful about the incineration of hazardous waste being dealt with in the same legislation as the incineration of non-hazardous waste.", "output": "English", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "Esta se inscribe en el V Programa de Pol\u00edtica y Actuaci\u00f3n en materia de Medio Ambiente y desarrollo sostenible.", "output": "Spanish", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "We will publicise the EPP position and their amendments whether they are passed or not.", "output": "English", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages \u200b\u200bat the same time.", "input": "Quien utilice un informe sobre los derechos humanos para fines de pol\u00edtica nacional yerra el blanco al cien por cien.", "output": "Spanish", "category": "Language Identification 1160.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u0627\u0646\u0648\u0627\u0639 \u062c\u0646\u06af \u0628\u0631 \u0627\u0633\u0627\u0633 \u0645\u0639\u06cc\u0627\u0631\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641 \u0628\u0631 \u0686\u0646\u062f \u06af\u0648\u0646\u0647 \u062a\u0642\u0633\u06cc\u0645 \u0645\u06cc \u0634\u0648\u062f: \u2022\t\u0628\u0631 \u0627\u0633\u0627\u0633 \u0647\u062f\u0641: \u0628\u0647 \u062c\u0646\u06af \u0647\u0627\u06cc \u0639\u0627\u062f\u0644\u0627\u0646\u0647 \u0648 \u063a\u06cc\u0631 \u0639\u0627\u062f\u0644\u0627\u0646\u0647 \u2022\t\u0628\u0631 \u0627\u0633\u0627\u0633 \u0645\u0642\u06cc\u0627\u0633 \u062c\u063a\u0631\u0627\u0641\u06cc\u0627\u06cc\u06cc: \u0628\u0647 \u062c\u0646\u06af \u0647\u0627\u06cc \u0645\u062d\u0644\u06cc\u060c \u0645\u0646\u0637\u0642\u0647 \u0627\u06cc\u060c \u0641\u0631\u0627 \u0645\u0646\u0637\u0642\u0647 \u0627\u06cc \u0648 \u062c\u0647\u0627\u0646\u06cc \u2022\t\u0628\u0631 \u0645\u0628\u0646\u0627\u06cc \u0646\u0648\u0639 \u0627\u0628\u0632\u0627\u0631: \u0628\u0647 \u062c\u0646\u06af \u0647\u0627\u06cc \u0645\u062a\u0639\u0627\u0631\u0641 \u0648 \u0646\u0627\u0645\u062a\u0639\u0627\u0631\u0641. \u2022\t\u0627\u0632 \u0646\u0638\u0631 \u0637\u0648\u0644 \u0632\u0645\u0627\u0646: \u0628\u0647 \u062c\u0646\u06af \u0627\u06cc \u0645\u062d\u062f\u0648\u062f\u060c \u0645\u062a\u0648\u0633\u0637 \u0648 \u0646\u0627\u0645\u062d\u062f\u0648\u062f.\n\u0627\u0646\u0648\u0627\u0639 \u062c\u0646\u06af \u0627\u0632 \u0646\u0638\u0631 \u0637\u0648\u0644 \u0632\u0645\u0627\u0646: \u0639\u0627\u062f\u0644\u0627\u0646\u0647 \u0648 \u063a\u06cc\u0631 \u0639\u0627\u062f\u0644\u0627\u0646\u0647", "output": "C", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u0645\u062c\u0644\u0633 \u0627\u06cc\u0627\u0644\u0627\u062a \u0622\u0644\u0645\u0627\u0646 (\u0628\u0648\u0646\u062f\u0633\u062a\u0631\u0627\u062a) \u062f\u0627\u0631\u0627\u06cc \u06f7\u06f9 \u0639\u0636\u0648 \u0627\u0633\u062a \u0648 \u0645\u062c\u0644\u0633 \u0641\u062f\u0631\u0627\u0644 \u0622\u0644\u0645\u0627\u0646 (\u0628\u0648\u0646\u062f\u0633\u062a\u0627\u06af) \u06f6\u06f6\u06f2 \u0639\u0636\u0648 \u062f\u0627\u0631\u062f.\n\u0631\u0626\u06cc\u0633 \u062c\u0645\u0647\u0648\u0631 \u0641\u062f\u0631\u0627\u0644 \u0622\u0644\u0645\u0627\u0646 \u062a\u0648\u0633\u0637 \u0627\u0639\u0636\u0627\u06cc \u0628\u0648\u0646\u062f\u0633\u062a\u0631\u0627\u062a \u0648 \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646 \u0627\u06cc\u0627\u0644\u0627\u062a \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u06cc \u06af\u0631\u062f\u062f.", "output": "N", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u0628\u0647 \u0645\u0648\u062c\u0628 \u0627\u0635\u0644 \u06f1\u06f5\u06f8 \u06cc\u06a9\u06cc \u0627\u0632 \u0648\u0638\u0627\u06cc\u0641 \u0631\u0626\u06cc\u0633 \u0642\u0648\u0647 \u0642\u0636\u0627\u0626\u06cc\u0647\u060c \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0642\u0636\u0627\u062a \u0639\u0627\u062f\u0644 \u0648 \u0634\u0627\u06cc\u0633\u062a\u0647 \u0648 \u0639\u0632\u0644 \u0648 \u0646\u0635\u0628 \u0622\u0646\u0647\u0627 \u0648 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u062d\u0644 \u0645\u0623\u0645\u0648\u0631\u06cc\u062a \u0648 \u062a\u0639\u06cc\u06cc\u0646 \u0645\u0634\u0627\u063a\u0644 \u0648 \u062a\u0631\u0641\u06cc\u0639 \u0622\u0646\u0627\u0646 \u0648 \u0645\u0627\u0646\u0646\u062f \u0627\u06cc\u0646\u0647\u0627 \u0627\u0632 \u0627\u0645\u0648\u0631 \u0627\u062f\u0627\u0631\u06cc\u060c \u0637\u0628\u0642 \u0642\u0627\u0646\u0648\u0646 \u0627\u0633\u062a.\n\u0628\u0631 \u0627\u0633\u0627\u0633 \u0642\u0627\u0646\u0648\u0646 \u0627\u0633\u0627\u0633\u06cc\u060c \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0642\u0636\u0627\u062a \u0639\u0627\u062f\u0644 \u0648 \u0634\u0627\u06cc\u0633\u062a\u0647 \u0648 \u0646\u06cc\u0632 \u0639\u0632\u0644 \u0648 \u0646\u0635\u0628 \u0622\u0646\u0647\u0627 \u0628\u0631 \u0639\u0647\u062f\u0647 \u0631\u0626\u06cc\u0633 \u0642\u0648\u0647 \u0642\u0636\u0627\u06cc\u06cc\u0647 \u0627\u0633\u062a.", "output": "E", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u0627\u0646\u0642\u0644\u0627\u0628 \u062f\u0631 \u0644\u063a\u062a \u0628\u0631\u06af\u0634\u062a\u0646 \u0627\u0632 \u062d\u0627\u0644\u06cc \u0628\u0647 \u062d\u0627\u0644\u06cc\u060c \u062f\u06af\u0631\u06af\u0648\u0646 \u0634\u062f\u0646\u060c \u062a\u063a\u06cc\u06cc\u0631 \u0648 \u062a\u062d\u0648\u0644 \u0627\u0633\u062a \u0648 \u0627\u0632 \u0646\u0638\u0631 \u0633\u06cc\u0627\u0633\u06cc \u062a\u0644\u0627\u0634 \u0639\u062f\u0647 \u0627\u06cc \u0628\u0631\u0627\u06cc \u0648\u0627\u0698\u06af\u0648\u0646 \u06a9\u0631\u062f\u0646 \u062d\u06a9\u0648\u0645\u062a \u0648 \u0627\u06cc\u062c\u0627\u062f \u062d\u06a9\u0648\u0645\u062a\u06cc \u0646\u0648 \u0627\u0633\u062a.\n\u0627\u0646\u0642\u0644\u0627\u0628 \u0633\u06cc\u0627\u0633\u06cc\u060c \u0627\u0646\u0642\u0644\u0627\u0628\u06cc \u0627\u0633\u062a \u06a9\u0647 \u062f\u0631 \u0622\u0646 \u0633\u0627\u062e\u062a\u0627\u0631 \u0633\u06cc\u0627\u0633\u06cc \u062f\u0686\u0627\u0631 \u062a\u063a\u06cc\u06cc\u0631 \u0648 \u062f\u06af\u0631\u06af\u0648\u0646\u06cc \u0645\u06cc \u0634\u0648\u062f.", "output": "N", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u06af\u0648\u0628\u0644\u0632 \u0631\u0626\u06cc\u0633 \u062f\u0633\u062a\u06af\u0627\u0647 \u062a\u0628\u0644\u06cc\u063a\u0627\u062a\u06cc \u0647\u06cc\u062a\u0644\u0631 \u062f\u0631 \u0622\u0644\u0645\u0627\u0646\u060c \u0645\u0639\u062a\u0642\u062f \u0628\u0648\u062f \u06a9\u0647 \u062f\u0631\u0648\u063a\u060c \u0647\u0631 \u0686\u0647 \u0628\u0632\u0631\u06af \u062a\u0631 \u0628\u0627\u0634\u062f\u060c \u0628\u0627\u0648\u0631\u0634 \u0628\u0631\u0627\u06cc \u0645\u062e\u0627\u0637\u0628\u0627\u0646 \u0631\u0627\u062d\u062a\u200c\u062a\u0631 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u062a\u06a9\u0646\u06cc\u06a9 \u0628\u0627 \u0627\u0635\u0637\u0644\u0627\u062d \u00ab\u062f\u0631\u0648\u063a \u0628\u0632\u0631\u06af\u00bb \u06cc\u0627 \u00ab\u062f\u0631\u0648\u063a \u06af\u0648\u0628\u0644\u0632\u06cc\u00bb \u0634\u0647\u0631\u062a \u06cc\u0627\u0641\u062a\u0647 \u0627\u0633\u062a.\n\u06af\u0648\u0628\u0644\u0632 \u0631\u0626\u06cc\u0633 \u062f\u0633\u062a\u06af\u0627\u0647 \u062a\u0628\u0644\u06cc\u063a\u0627\u062a\u06cc \u0647\u06cc\u062a\u0644\u0631 \u062f\u0631 \u0622\u0645\u0631\u06cc\u06a9\u0627 \u0627\u0639\u062a\u0642\u0627\u062f \u062f\u0627\u0634\u062a \u0628\u0627\u0648\u0631 \u062f\u0631\u0648\u063a \u0628\u0632\u0631\u06af\u062a\u0631 \u0628\u0631\u0627\u06cc \u0645\u062e\u0627\u0637\u0628 \u0622\u0633\u0627\u0646\u062a\u0631 \u0627\u0633\u062a.", "output": "C", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u0631\u064f\u0633\u0652\u062a\u064e\u0645\u0652 \u0646\u0627\u0645\u200c\u0622\u0648\u0631\u062a\u0631\u06cc\u0646 \u0686\u0647\u0631\u0647\u0654 \u0627\u0633\u0637\u0648\u0631\u0647\u200c\u0627\u06cc \u062f\u0631 \u0634\u0627\u0647\u0646\u0627\u0645\u0647 \u0648 \u0628\u0647 \u062a\u0628\u0639 \u0622\u0646\u060c \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u0686\u0647\u0631\u0647\u0654 \u0627\u0633\u0637\u0648\u0631\u0647\u200c\u0627\u06cc \u0627\u062f\u0628\u06cc\u0627\u062a \u0641\u0627\u0631\u0633\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0641\u0631\u0632\u0646\u062f \u0632\u0627\u0644 \u0648 \u0631\u0648\u062f\u0627\u0628\u0647 \u0627\u0633\u062a.\n\u0645\u0639\u0631\u0648\u0641 \u062a\u0631\u06cc\u0646 \u0634\u062e\u0635\u06cc\u062a \u0634\u0627\u0647\u0646\u0627\u0645\u0647 \u0631\u0633\u062a\u0645 \u0627\u0633\u062a.", "output": "E", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u0641\u0631\u0648\u06cc\u062f \u0631\u06cc\u0634\u0647\u200c\u06cc \u0647\u0645\u0647\u200c\u06cc \u0646\u0627\u0645\u0644\u0627\u06cc\u0645\u0627\u062a \u0641\u0631\u062f\u06cc \u0648 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0631\u0627 \u062f\u0631 \u0639\u0642\u062f\u0647\u200c\u0647\u0627\u06cc \u0631\u0648\u0627\u0646\u06cc \u062d\u0627\u0635\u0644 \u0627\u0632 \u0648\u0627\u067e\u0633 \u0632\u062f\u06af\u06cc \u0645\u06cc\u0644 \u062c\u0646\u0633\u06cc \u0645\u06cc \u062f\u0627\u0646\u062f.\n\u0641\u0642\u0631 \u0627\u0642\u062a\u0635\u0627\u062f\u06cc \u0627\u0632 \u0646\u0638\u0631 \u0641\u0631\u0648\u06cc\u062f \u0631\u06cc\u0634\u0647 \u0646\u0627\u0645\u0644\u0627\u06cc\u0645\u0627\u062a \u0641\u0631\u062f\u06cc \u0648 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0645\u06cc \u0628\u0627\u0634\u062f.", "output": "C", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": " \u0645\u0648\u0627\u0636\u0639 \u0698\u0627\u067e\u0646 \u0648 \u0622\u0644\u0645\u0627\u0646 \u062f\u0631 \u062c\u0627\u0646\u0628\u062f\u0627\u0631\u06cc \u0627\u0632 \u0639\u0631\u0627\u0642 \u0628\u06cc\u0634\u062a\u0631 \u0627\u0642\u062a\u0635\u0627\u062f\u06cc \u0628\u0648\u062f\u0647 \u0648 \u0646\u0633\u0628\u062a \u0628\u0647 \u0622\u0645\u0631\u06cc\u06a9\u0627 \u0648 \u0641\u0631\u0627\u0646\u0633\u0647 \u0648 \u0633\u067e\u0633 \u0627\u0646\u06af\u0644\u0633\u062a\u0627\u0646 \u0627\u0632 \u0627\u0639\u062a\u062f\u0627\u0644 \u0628\u06cc\u0634\u062a\u0631\u06cc \u0628\u0631\u062e\u0648\u0631\u062f\u0627\u0631 \u0628\u0648\u062f\u0647 \u0627\u0633\u062a. \n\u06a9\u0634\u0648\u0631\u0647\u0627\u06cc \u0622\u0645\u0631\u06cc\u06a9\u0627 \u0648 \u0641\u0631\u0627\u0646\u0633\u0647 \u062f\u0631 \u062c\u0627\u0646\u0628\u062f\u0627\u0631\u06cc \u0627\u0632 \u0639\u0631\u0627\u0642 \u0628\u06cc\u0634\u062a\u0631 \u0645\u0648\u0627\u0636\u0639 \u0627\u0642\u062a\u0635\u0627\u062f\u06cc \u062f\u0627\u0634\u062a\u0646\u062f \u0648 \u0627\u0632 \u0627\u0639\u062a\u062f\u0627\u0644 \u0628\u06cc\u0634\u062a\u0631\u06cc \u0628\u0631\u062e\u0648\u0631\u062f\u0627\u0631 \u0628\u0648\u062f\u0646\u062f. ", "output": "C", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character.", "input": "\u0647\u0646\u0631 \u0647\u062e\u0627\u0645\u0646\u0634\u06cc\u200c \u0647\u0646\u0631\u06cc\u200c \u0627\u0633\u062a\u200c \u0628\u0627 \u062f\u0648 \u0648\u062c\u0647\u200c \u06a9\u0627\u0645\u0644\u0627 \u0645\u062a\u0645\u0627\u06cc\u0632 \u0648 \u062f\u0631 \u0639\u06cc\u0646\u200c \u062d\u0627\u0644\u200c \u0647\u0645\u0627\u0647\u0646\u06af\u200c. \u0627\u06cc\u0646\u200c \u0647\u0646\u0631 \u0627\u0632 \u06cc\u06a9\u200c \u0633\u0648 \u0645\u0638\u0647\u0631 \u0642\u062f\u0631\u062a\u06cc\u200c \u0628\u0632\u0631\u06af\u200c \u0648 \u0646\u0648\u067e\u0627 \u0627\u0633\u062a\u200c \u0648 \u0627\u0632 \u0633\u0648\u06cc\u200c \u062f\u06cc\u06af\u0631 \u062a\u062c\u0633\u0645\u200c \u062a\u0646\u0648\u0639\u200c \u0647\u0646\u0631\u06cc\u200c \u0647\u0645\u0647\u200c\u0645\u0644\u0644\u200c \u062a\u0627\u0628\u0639\u200c \u0627\u06cc\u0646\u200c \u0642\u062f\u0631\u062a\u200c \u0628\u0632\u0631\u06af \u0645\u06cc \u0628\u0627\u0634\u062f\u200c.\n\u0646\u0642\u0634 \u0628\u0631\u062c\u0633\u062a\u0647 \u0647\u0627\u06cc \u062a\u062e\u062a \u062c\u0645\u0634\u06cc\u062f \u062f\u0631 \u0632\u0645\u0631\u0647 \u06af\u0646\u062c\u06cc\u0646\u0647 \u0647\u0646\u0631 \u0647\u062e\u0627\u0645\u0646\u0634\u06cc \u0628\u0647 \u0634\u0645\u0627\u0631 \u0645\u06cc \u0631\u0648\u0646\u062f.", "output": "N", "category": "Textual Entailment 1161.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: I'd prefer something new.Sentence-2: I am looking in the same field .", "output": "No", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: Of course!Sentence-2: It is good .", "output": "Yes", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: I'm not a fan of jazzSentence-2: I am a jazz buff .", "output": "No", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: I'd like to.Sentence-2: I have seen that new movie .", "output": "No", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: It depends on who did the art.Sentence-2: I like reading graphic novels .", "output": "Yes", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: I dig fresh-made pasta.Sentence-2: There is a specific dish that I enjoy .", "output": "Yes", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: Work was tough this week.Sentence-2: Work alright was this week .", "output": "No", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: I spend all summer at the beach.Sentence-2: I like being outdoors .", "output": "Yes", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given two sentences. Your task is to classify the given sentences as \"Yes\" if they have same meaning; otherwise, classify them as \"No\". ", "input": "Sentence-1: Only the newer stuff.Sentence-2: I am into country music .", "output": "Yes", "category": "Text Matching 1193.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "It's just one bedroom, which is enough for me.", "output": "Is it more than a one bedroom?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "I usually play soccer.", "output": "Do you play football on weekends?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "It's a bit of a stretch on my current budget.", "output": "Can you afford to buy a flat in New York?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "I am always game to try new food.", "output": "Do you want to try a new restaurant?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "I was going to head home for a nap.", "output": "Do you have plans after work today?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "I'd have to get a raincheck.", "output": "Is there time to see a movie?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "She's a little more of a thing for the younger crowd.", "output": "Have you ever been to a Taylor Swift's concert?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "I have not eaten since breakfast.", "output": "Are you ready for some food?", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you are given an answer, and your task is to generate a reasonable question for that answer.", "input": "I love vegan food.", "output": "Are you interested in vegan food", "category": "Question Generation 1195.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '1 pkg. chocolate chips', '4 Tbsp. white Karo', '1 Tbsp. water', '1 can Chinese noodles', directions: 'Place the first 3 ingredients over low heat, stirring until melted.', 'Add Chinese noodles.', 'Drop by spoonfuls on wax paper.'", "output": "Chinese Noodle Cookies", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '3 to 4 lbs. beef short ribs', '1 1/2 teaspoon salt', '1/8 teaspoon pepper', '1 c. water', '1 c. tomato juice', '2 beef bouillon cubes', '1/2 teaspoon oregano', '1/2 teaspoon caraway seeds', '2 bay leaves', '1/2 c. minced onion', '1 teaspoon parsley flakes', '3 carrots, sliced 1/4 inch thick', '1 pkg. (9 ounce.) frzn green beans', 'Flour for gravy', 'Cooked noodles, optional', directions: 'Brown ribs in own fat or oil, if needed.', 'Pour off drippings; season ribs with salt and pepper.', 'Add in water, tomato juice, bouillon cubes, herbs, and onion.', 'Cover tightly; cook slowly for 2 hrs.', 'Throw away bay leaves.', 'Add in parsley flakes, carrots, and green beans.', 'Cover; cook for 30 min longer, or until meat is tender and vegetables are done.', 'Thicken liquid with flour for gravy.', 'Serve over cooked noodles, if you wish.'", "output": "Savory Beef Short Ribs Recipe", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '1/2 c. shortening', '1 c. brown sugar, packed', '1 egg', '1/4 c. buttermilk', '2 c. plain flour', '1/2 tsp. baking powder', '1/2 tsp. salt', '1 c. chopped nuts', '1 c. cut up dates', '1 c. cherries (red or green)', directions: 'Mix well the shortening, sugar and egg.', 'Add buttermilk.', 'Sift dry ingredients together. Combine and mix well both mixtures. Add nuts, dates and cherries.', 'Chill dough for 1 hour. Drop by teaspoon 2-inches apart on slightly greased baking sheet. Top each cookie with a cherry or a nut. Bake in preheated 400\u00b0 oven for 10 to 12 minutes.', 'Yields 6 to 8 dozen cookies.'", "output": "Holiday Cookies", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '1 lb Chicken Breast filet (boneless, skinless)', '1 as needed Olive Oil Spray', '1 as needed Sea Salt', '1 as needed Ground Black Pepper', '1 as needed Ground Cinnamon', '1/3 cup Stevia', '3 tsp Chipotle Chili Powder', '2 tsp Chinese Five Spice', '2 tsp Ground Cinnamon', directions: 'Season both sides of chicken with salt, pepper and cinnamon Set chicken aside while you prepare the Chicken Glaze', '1 serving: 4oz.', 'Chicken: 128 Calories, 1.6 grams of fat'", "output": "Chef Benny's NiHao Sweet N' Spicy Chicken Breast (No Sugar)", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '3 ounces red wine', '1/2 ounce sherry (preferably Amontillado) or sweet vermouth', '1/2 ounce orange curacao (or triple sec if you like it sweeter)', '1/2 ounce fresh lemon juice', '2 ounces soda water', 'Cucumber slices, for garnish', 'Orange slices, for garnish', directions: 'Stir ingredients, except soda, with ice and strain into an ice-filled highball glass. Top with soda and garnish with cucumber and orange slices in the glass.'", "output": "Claret Cup ", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '3 eggs, well beaten', '2 c. corn', '2 Tbsp. melted butter', '3 Tbsp. sugar', '1 tsp. salt', '2 c. milk', 'dash of pepper (optional)', directions: 'Beat eggs well, add rest of ingredients and bake for 1 hour in 350\u00b0 oven.'", "output": "Baked Corn", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '1 (12 oz.) pkg. vermicelli or thin spaghetti', '2 tomatoes, chopped', '1 onion, chopped', '1 green pepper', 'McCormick Salad Supreme seasoning', '8 oz. Italian salad dressing (low-fat)', directions: 'Cook and drain the vermicelli or thin spaghetti.', 'Add chopped vegetables.', 'Pour salad dressing over mixture to taste (about 1 cup).', 'Shake on Supreme seasoning generously.', 'Mix all ingredients together.', 'Chill 1 hour.'", "output": "Spaghetti Salad", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '1 c. plus 2 Tbsp. flour', '1/2 tsp. soda', '1/2 tsp. salt', '1/2 c. granulated sugar', '1/4 c. firmly packed brown sugar', '1 egg', '1 tsp. vanilla', '1/2 c. shortening (oil or margarine)', '1/2 c. nuts', '1 c. caramel chips', directions: 'Sift dry ingredients; add egg, vanilla and shortening.', 'Blend until smooth.', 'Add nuts and caramel chips.', 'Drop by teaspoonfuls onto ungreased cookie sheet about 2 inches apart.', 'Bake at 375\u00b0 for 8 to 10 minutes or until lightly browned.'", "output": "Caramel Chip Cookies", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the title of the recipe given its required ingredients and directions.", "input": "ingredients: '1/3 cup honey mustard or 1/3 cup Dijon mustard', '1 teaspoon lime zest', '2 tablespoons lime juice', '2 garlic cloves, minced', '1 tablespoon soy sauce', '4 center-cut pork chops (4 oz. each)', directions: 'PREHEAT grill to medium-high heat.', 'Mix mustard, lime peel, lime juice, garlic and soy sauce until well blended.', 'Remove 1/2 cup of the mustard mixture; set aside.', 'GRILL chops 16 minutes or until cooked through, turning and brushing occasionally with the remaining mustard mixture.', 'SERVE with the reserved 1/2 cup mustard mixture.'", "output": "Honey Lime Pork Chops", "category": "Title Generation 1196.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "1 1/3 c. flaked coconut, 3 oz. pkg. lemon jello, 1 1/4 c. milk, 1/3 c. frozen pineapple juice concentrate, thawed, 1 Tbsp. butter, melted, 3 1/4 oz. pkg. vanilla tapioca pudding mix, 8 3/4 oz. can crushed pineapple, drained, 1 carton Cool Whip", "output": "flaked coconut, lemon jello, milk, pineapple, butter, vanilla tapioca, pineapple", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "1 large instant vanilla pudding, graham crackers, 1 large whipped topping (Cool Whip), chocolate icing", "output": "vanilla pudding, graham crackers, topping, chocolate icing", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "3 bananas, mashed, 3/4 cup butter, 1 egg, 1 cup white sugar, 1/4 cup packed brown sugar, 1 teaspoon baking soda, 2 1/2 cups all-purpose flour, 1/4 teaspoon ground nutmeg, 1/2 teaspoon ground cinnamon, 1 1/2 cups rolled oats, 3/4 cup chopped walnuts, 1/2 cup raisins (optional)", "output": "bananas, butter, egg, white sugar, brown sugar, baking soda, flour, ground nutmeg, ground cinnamon, rolled oats, walnuts, raisins", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "12 eggs, 12 tablespoons sugar, 12 tablespoons flour, 200 g powdered sugar, 250 g butter, 1 orange, 100 ml milk", "output": "eggs, sugar, flour, powdered sugar, butter, orange, milk", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "1/2 c. chopped onion, 6 Tbsp. butter, 1/2 c. all-purpose flour, 3 c. chicken broth, 3 c. cubed, cooked chicken, 1 can peas and carrots, drained, 1 tsp. salt, 3 boiled potatoes, diced", "output": "onion, butter, all-purpose, chicken broth, chicken, peas, salt, potatoes", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "2 pounds russet potatoes, peeled and cut into 4 x 1/2 x 1/2 inch sticks, 2 tablespoons Spice Islands Mediterranean Sea Salt, 1-1/2 tablespoons Spice Islands Smoked Paprika, 2 teaspoons Spice Islands Onion Powder, 1 teaspoon Spice Islands Ground Mustard, 1/2 teaspoon Spice Islands Garlic Pepper, 2 quarts peanut oil, Roasted Garlic-Cumin Aioli:, 1/2 cup mayonnaise, 6 garlic cloves, roasted, 2 tablespoons freshly squeezed lemon juice, 1 tablespoon Spice Islands Ground Cumin Seed, 1-1/2 teaspoons salt, 3/4 teaspoon Spice Islands Ground White Pepper", "output": "russet potatoes, Mediterranean Sea Salt, Paprika, Onion, Ground Mustard, Garlic Pepper, peanut oil, Garlic, mayonnaise, garlic, freshly squeezed lemon juice, Ground Cumin, salt, Ground White Pepper", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "1 (16 ounce) package JENNIE-O(R) Ground Turkey, 1/2 teaspoon kosher salt, 1/4 teaspoon freshly ground pepper, 4 slices Havarti cheese, 1 cup arugula leaves, 1 large tomato, sliced, 1 avocado, sliced, 4 small brioche or onion roll hamburger buns, toasted", "output": "Ground Turkey, kosher salt, freshly ground pepper, cheese, arugula, tomato, avocado, onion roll", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "1 lb ground beef, 1/2 lb bacon, chopped, 1 medium onion, chopped, 2 tablespoons Crisco, butter flavor preferred, 1/2 cup light brown sugar, 1/2 cup ketchup, 3 tablespoons vinegar, 1 teaspoon dry mustard, 1 (16 ounce) can kidney beans, light preferred, 1 (16 ounce) can butter beans, 1 (22 ounce) can baked beans, BUSH's preferred", "output": "ground beef, bacon, onion, butter, light brown sugar, ketchup, vinegar, mustard, kidney beans, butter beans, beans", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.", "input": "6 medium tomatoes, 2 cups white wine vinegar, 3/4 cup sugar, 2 garlic cloves, minced, 2 tablespoons minced peeled fresh ginger, Kosher salt, Freshly ground pepper, Low-sugar powdered pectin (available at supermarkets)", "output": "tomatoes, white wine vinegar, sugar, garlic, fresh ginger, Kosher salt, Freshly ground pepper", "category": "Named Entity Recognition 1197.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Combine first 3 ingredients., Stir in 1-1/2 cups cheese., Spoon into 9-inch square baking dish sprayed with cooking spray., Whisk eggs and milk until blended; pour over tuna mixture., Refrigerate 30 min., Heat oven to 375F., Bake casserole (uncovered) 1 hour or until center is set., Top with remaining cheese; bake 5 min., or until melted.", "output": "tuna, frozen peas, STOVE, Cheddar Cheese, eggs, milk", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Combine all ingredients., except the sesame seeds., Cover and refrigerate mixture for 15 to 20 minutes., Add sesame seeds., (If desired)., mix well., Serve over salad.", "output": "vegetable oil, white wine vinegar, sesame oil, lemon juice, pepper, sugar, garlic, sesame seeds", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Drain tuna., Lightly saute onion, garlic, broccoli, mushrooms and oregano in oil and butter., Add zucchini and tomatoes until tender-crisp; break up tuna and add to vegetables., Stir in sour cream to make sauce., Toss with spaghetti and Parmesan cheese.", "output": "white tuna, onion, clove garlic, broccoli florets, mushrooms, oregano, olive oil, butter, zucchini, tomato, sour cream, Parmesan cheese", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "IN LARGE BOWL, combine boiling water, cracked wheat, oats, honey, butter, and salt; cool to 120 to 130 F, about 15 minutes. Add 1 cup all-purpose flour, whole wheat flour, undissolved yeast, and rosemary, if desired. Beat 2 minutes at medium speed of electric mixer, scraping bowl occasionally. Stir in enough remaining flour to make a soft dough. Knead on lightly floured surface until smooth and elastic, about 8 to 10 minutes. Cover; let rest 10 minutes., DIVIDE dough into 3 equal pieces; form each into smooth ball. Arrange balls in greased 9 x 5-inch loaf pan. Cover; let rise in warm, draft-free place until doubled in size, about 1 hour., BRUSH top of dough with egg white; sprinkle with oats. Bake at 375 F for 35 to 40 minutes or until done. Cover with foil during last 10 to 15 minutes if loaf is getting too dark. Remove from pan; cool on wire rack.", "output": "boiling water, cracked wheat, oats, honey, butter, salt, flour, whole wheat flour, RapidRise, rosemary, egg, oats", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Melt butter, brown sugar and cinnamon in saucepan., Add bananas and banana liqueur., Let cook until thoroughly heated. Flame with brandy; serve over ice cream., Serves 6.", "output": "bananas, butter, brown sugar, cinnamon, banana liqueur, brandy, vanilla ice cream", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Boil together to spin a long thread the molasses, sugar and vinegar., Add, butter and soda., Add peanuts, if desired. Pour over popped corn; spread over oiled cookie sheet.", "output": "corn, molasses, sugar, vinegar, butter, soda", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Brown meat and drain. Add taco seasoning and water. Simmer 5 minutes., Place in a dish in layers as follows: beans, cheese, hamburger, salsa, sour cream, tomatoes and onions.", "output": "taco, hamburger, water, Cheddar cheese, beans, tomatoes, green onions, salsa, sour cream", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Season the tuna lightly with salt and pepper., Heat 1 tablespoon of the olive oil in a large skillet over medium-high heat., Add the tuna and sear to your desired doneness: about 1 1/2 minutes per side for rare, 2 1/2 minutes per side for medium., In a large bowl, combine the prosciutto, sun-dried tomatoes, artichoke hearts, olives, red bell pepper, anchovies, and greens., Add the remaining olive oil and the lemon juice and toss to coat., Pile the mixture on top of the tuna and serve.", "output": "tuna, Kosher salt, extra-virgin olive oil, tomatoes, oil, olives, red bell pepper, anchovies, salad greens, lemon juice", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity.", "input": "Heat a heavy skillet with 1/2-inch vegetable oil until hot, not smoking., Dip fish in batter to coat evenly, and lay fish strips in pan, not touching., Cook until golden, about 2 to 3 minutes., Turn and cook until golden., Drain on paper towels and season with salt, to taste., Heat a dry cast iron or heavy skillet and warm flour tortillas until heated., Assemble tortillas by layering fish, cabbage, mayonnaise, and salsa., 3/4 cup white flour, Dash yellow mustard, Beer to make batter consistency of pancake batter, Stir together until incorporated., 1/2 cup mayonnaise, 2 tablespoons milk, 1 or 2 smoked, canned chipotle chiles, 1 cup chopped canned or fresh tomatillo, 1/4 cup chopped canned or fresh jalapeno peppers, 1/4 cup diced onion, 1/4 cup chopped cilantro leaves, 1/4 cup canned green chiles, Put ingredients in a bowl and mix., Process ingredients together, and then simmer over medium high heat until just boiling., Serve warm., If using fresh ingredients, simmer until cooked.", "output": "Vegetable oil, red salmon fillet, Batter, Salt, flour tortillas, cabbage, Mayonnaise, Salsa", "category": "Named Entity Recognition 1198.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "8, 12, ['7335', '3763', '1365', '2571', '4231', '6653', '7691', 'a', '2799', 'F', '781', 'g', '1151', 'h', '6183', 'S', '1219', '3459', '3439']", "output": "g781F2799a", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "1, 3, ['273', 'm', '8347', '3917', '6189', 's']", "output": "8347m273", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "1, 6, ['2909', '1707', '4691', 'H', 't', '5069', '2883']", "output": "5069tH469117072909", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "2, 16, ['155', 'X', 'M', 'N', '7517', 'q', 'z', 's', '499', '5423', 'j', 'B', 'O', '7427', 'x', 'p', 'X', 'N', 'z', '9621', '1823', '1317', 't', 'i', 'e', 'L']", "output": "px7427OBj5423499szq7517NMX", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "9, 11, ['L', 'L', '9477', 'a', 'H', 'O', '2765', 'O', 'n', 'Y', '9271', '9751', '7425', 'g', '683', '1849', 'V', 'z', 'b', '1187', 'L', '7325', '3743']", "output": "9271Yn", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "12, 20, ['7325', 'd', '9243', 'b', 'H', 'v', '4031', 'w', 'T', '5983', '9407', '1763', 'j', 'h', '5141', 'T', '2267', '7513', '5159', '1447', '7857', '1809', '2535', '6207']", "output": "1447515975132267T5141hj1763", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "5, 15, ['Q', '8059', 'K', '1359', 'A', '6481', 'r', '461', '5799', 'w', 's', '7847', '501', '3021', 'E', '3099', 'I', '2825', 'T', 'F', 's', '9953', '9873', '9445', 't', '9533']", "output": "E30215017847sw5799461r6481A", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "3, 5, ['5397', 'z', 'm', '7489', 'Y', 'p', '6761', '1247']", "output": "Y7489m", "category": "Program Execution 120.json" }, { "instruction": "In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Perform the operations in order, i.e., do not concatenate the elements and then reverse the string.", "input": "3, 12, ['6703', '5413', '6811', 'P', 'Z', 'N', '8597', 't', 'l', 'T', '8881', 's', 'h']", "output": "s8881Tlt8597NZP6811", "category": "Program Execution 120.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hi. \n agent: Hello. How may I assist you now? \n customer: Please help me to book a flight ticket from IAD to HOU. \n agent: Sure, please share me your planned journey dates? \n customer: I will start on May, 13 and return on May, 15. \n agent: Do you want a connecting flight? \n customer: Yes, I need a connecting flight. \n agent: Is there any other requirement? \n customer: No. \n agent: May I know your good name? \n customer: Brandon Baker here. \n agent: Thank you for the details, sorry there is no flight found on your given journey data. \n __ \n agent: Thank you for visiting us, have a nice day ahead.", "output": "customer: That's ok, thank you for the information.", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hello. \n agent: Hello, how can I help you? \n customer: I want to change my recent reservation, can you please help me? \n agent: Sure, I am here to help you for this. Let me check your reservation status in our database. \n customer: The name on the ticket is Janet Martinez. \n agent: Please wait for a moment. \n customer: Sure, I will wait. \n agent: I found your reservation. Could you please provide me your new airport codes? \n __ \n agent: Can you please share me your trip dates? \n customer: My trip dates are from Oct 2 and Oct 4 respectively. \n agent: Is there any other specifications regarding your journey? \n customer: Yes, I am looking for a connecting flight. \n agent: Do you have any other criteria? \n customer: No. \n agent: As per your data, there is a flight with Jet Blue airlines and the ticket fare is 400. Shall I proceed for this? \n customer: Please proceed. \n agent: Your ticket is reserved in economy class with the flight-1017. Your depart time is 10:00 AM and again your arrival time is 13:00 PM. \n customer: Thank you for changing my ticket. \n agent: Thank you very much for contacting our agency.", "output": "customer: My airport codes are IAH and EWR.", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hello, I am Mark Davis. \n agent: Hello, how may I assist you? \n customer: I would like to visit Georgia Aquarium in Atlanta, GA - ATL, can you please book me a direct flight? \n agent: Sure, please provide me your trip dates? \n customer: My planned travel dates are 11/01 - 11/03. \n agent: Help me with the source code? \n customer: I will fly from Los Angeles, CA - LAX. \n agent: We do not found any flights running in your preferred dates. \n __ \n agent: Thank you for reaching us.", "output": "customer: It's ok, not an issue. Thank you.", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hi. \n agent: Hello, how can I aid you? \n customer: Linda Wilson here. Please book me a ticket from SEA to ATL. \n __ \n customer: My trip dates will be 10/24 and 10/26. \n agent: There is a connecting flight with number 1008 in airline JetBlue, the fare is 100. \n customer: Ok, confirm with it. \n agent: Your ticket is confirmed, happy journey. \n customer: Thank you for your helping. \n agent: Thank you for reaching us.", "output": "agent: Sure, can you share your journey dates?", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hello. \n agent: Hello, how may I assist you? \n customer: I am planning to visit Seattle, SEA, can you find a flight ticket from PHX? \n agent: Sure, what date will you be travelling? \n customer: I am willing to travel in these dates: 05/27 and 05/29. \n agent: Please, wait a moment let me check the best flight to you. \n customer: Ok. \n agent: There is a flight in our airline with flight number 1004, and AA airline. Can I proceed it? \n __ \n agent: Yes, it is with 1 connection limit. Your ticket has been booked successfully. \n customer: Ok, thank you for aiding me. \n agent: Thank you for reaching, have a great service with AA airline. May I know your name? \n customer: Thank you. My name is Kimberly Johnson. \n agent: Thank you Johnson.", "output": "customer: If the connection limit is 1, then go ahead with booking.", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hello. \n agent: Hello. How can I help you? \n customer: Charles Wilson here. I would like to book a ticket from SFO to DFW. \n agent: Your travelling dates please? \n customer: My itinerary travel dates are as follows July 02 and July 04. \n agent: Do you have any specifications? \n customer: Yes, I would like to board on single connection flight and return time should be in the afternoon. \n __ \n customer: No problem, thank you for the time and information. \n agent: Thank you for choosing us.", "output": "agent: I am sorry no flights found on your route.", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hi. \n agent: Hello, how can I help you today? \n customer: I am willing to book a flight from MCO to reach PHX, can you please help me in booking? \n agent: Sure, let me know your travelling dates? \n customer: My travelling dates are on Feb 1st to 3rd. \n __ \n customer: Yes, I prefer a connected flight. \n agent: Is there any other preferences? \n customer: I would like to return in morning time. \n agent: May I know your good name? \n customer: My name is Virginia Taylor. \n agent: Thanks for your details, there is no flight found on your desired journey routes. \n customer: No issues, thank you. \n agent: Thank you for availing us.", "output": "agent: Do you have any connection limit?", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hello. \n agent: Hello, how can I aid you today? \n customer: Can you please help me to book a flight from LAX to JFK? \n agent: Let me know when you are willing to travel to book a flight? \n customer: Sure, I want to travel on Jan 22 and need to return on Jan 24. \n agent: Which flight you have preferred to travel either a connecting flight or a direct flight? \n customer: I need a connecting flight. \n agent: If you can help me with your name, I can begin looking up for the availability of flights. \n customer: I am David Walker. \n agent: May I know if you prefer to have any other comforts in your journey? \n customer: I do not have any other specifications. \n __ \n customer: Ok, please proceed. \n agent: Your ticket has been reserved with flight number 1013. \n customer: Thank you. \n agent: Thank you for opting us.", "output": "agent: Thank you for waiting and we have found a flight in an economy class with 1 connection in United Airlines and the fare of your flight will be 200. Do you like me to proceed your booking with this flight?", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline.", "input": "customer: Hello. \n agent: Hello. What type of service you are expecting from us? \n customer: I would like to book a ticket from CLT to SEA. Where I would be going to see my children. \n agent: Ok, I am glad to help you with that. Can I know your itinerary dates? Ok, do you have any other specifications? \n customer: Sure, my travel dates are Sept 19 and Sept 21. \n agent: May I know your name? \n customer: My name is Linda Hill. \n __ \n customer: I have no time concern. \n agent: Sorry to say that, there are no flight's available based on your travelling dates. \n customer: But, I would prefer to travel by single connection flight with return in the morning. \n agent: Please wait for a minute. \n customer: Sure, take your time. \n agent: I have checked on those details but their are no flight's available. \n customer: No issue, thank you for your time. \n agent: Thank you for reaching us.", "output": "agent: May I know your depart and return timings?", "category": "Dialogue Generation 1201.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "Is anything else I may assist you?", "output": "agent", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "I am Donna Walker, can you help me to book a flight from DEN on 11/12?", "output": "customer", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "May I know your price limit?", "output": "agent", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "I am heading from Dallas & Fort Worth to meet my manager at San Francisco. Can you help me with the booking?", "output": "customer", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "Thank you for your support.", "output": "customer", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "Thank you for picking us.", "output": "agent", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "Sorry, there is no reservation found on your name in our database.", "output": "agent", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "It's ok. Thank you for your quick response.", "output": "customer", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with \"agent\" or \"customer\".", "input": "United Airlines are providing a flight with single connection limit and the ticket fare is 100. Shall I book it?", "output": "agent", "category": "Speaker Identification 1202.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "Good to know thank you. Any other cool facts about Saskatchewan you can tell me? \n You are more than welcome! :) \n Thank you. What other facts about Saskatchewan can you tell me? \n That is interesting. What else can you tell me about their government and politics? \n Yes! Its name derived form the Saskatchewan River and curiously this province receives more hours of sun than any other province in the country.", "output": "Yes! Its name derived form the Saskatchewan River and curiously this province receives more hours of sun than any other province in the country.", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "Is it football (soccer) or American football? \n Most popular sport in Ecuador is football. \n Cool info, do they have other sports that are popular there? \n Can you tell me about the geography? \n Thanks for the info, have a great day.", "output": "Most popular sport in Ecuador is football.", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "Hi. What can you tell me about Morocco \n Ok. Thank you for all the info! \n Sure! Prior to 1956, Morocco was a French protectorate, but they regained their independence in 1956 and became the Kingdom of Morocco. \n Can you tell me more history? \n Can you tell me about its history?", "output": "Sure! Prior to 1956, Morocco was a French protectorate, but they regained their independence in 1956 and became the Kingdom of Morocco.", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "Yes and they have quite a few. They are currently in the process of anchoring child labor laws. It is called APEC, which stands for an Action Program on the Elimination of Child Labor. \n That is great location information. Can you tell me about the security there? \n No problem, that is fine. You have given me a lot of information. I want to thank you for your time! \n That is great information can you tell me more please? \n Good evening! I am in serious need of help. I need to learn as much about Lesotho as possible. Can you give me some information on this country?", "output": "Yes and they have quite a few. They are currently in the process of anchoring child labor laws. It is called APEC, which stands for an Action Program on the Elimination of Child Labor.", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "Hello, I can tell you that there were several regional law system in Scotland, prior to 1611, which most notably Udai law in Orkney and Shetland, based on old Norse Law \n Can you tell me more about the law and criminal justice system? \n What's the culture like there? \n Thank you \n Anything else you can share before I go?", "output": "Hello, I can tell you that there were several regional law system in Scotland, prior to 1611, which most notably Udai law in Orkney and Shetland, based on old Norse Law", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "You're welcome. Don't you wish to know more...? \n What else can you add? \n South America occupies the southern portion of the Americas \n OK.. Thanks. \n How about its politics?", "output": "South America occupies the southern portion of the Americas", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "Can you tell me about Long Island? \n Brooklyn and Queens are served by the New York City Department of Education, which is also the largest school district in the U.S. \n You have been very helpful. Thank you. \n Is there more you could tell me? \n What else can you tell me?", "output": "Brooklyn and Queens are served by the New York City Department of Education, which is also the largest school district in the U.S.", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "No problem. Do you have any more health-related information you can share with me? \n Ok. Can you tell me about its etymology? \n You're welcome. Sorry I couldn't be of more assistance. Have a great day! \n The exact meaning of the word \"Paraguay\" is unknown though it is thought to be derived from the river of the same name. \n Ok, thanks for your help today.", "output": "The exact meaning of the word \"Paraguay\" is unknown though it is thought to be derived from the river of the same name.", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user.", "input": "Fascinating! What about the the government? \n no nothing for now thanks! \n Where is Brunei located? \n Going back to the 16th century, Islam was firmly rooted in Brunei, with one of its biggest mosques built there. In fact the first rulers of Brunei were Muslim. However, up until 1979 the foreign relations were actually managed by the UK government. Brunei themselves became the chair for the Association of Southeast Asian Nations in 2013. \n Thanks that would be all for me", "output": "Going back to the 16th century, Islam was firmly rooted in Brunei, with one of its biggest mosques built there. In fact the first rulers of Brunei were Muslim. However, up until 1979 the foreign relations were actually managed by the UK government. Brunei themselves became the chair for the Association of Southeast Asian Nations in 2013.", "category": "Dialogue Generation 1203.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "The local inhabitants believed that the sea-goddess Mazu had blessed and protected the harbor.", "output": "assistant", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "Can you tell me about Malaysia, especially about its demographics?", "output": "user", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "Influended by Western culture, urban teen dances such as street dances have gained popularity among the Indonesian youth.", "output": "assistant", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "you are welcome!", "output": "assistant", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "I can tell you that the city's main street is named after a tree, and beyond the Downtown, Midtown, and Buckhead business districts, the skyline gives way to a dense canopy of woods that spreads into the suburbs.", "output": "assistant", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "Thissur has 3 bus stations, which are the Shaktan Thampuran Private Bus Stand, Thissur in Sakthan Thampuran Nagar, and the Thissur KSRTC Bus Station.", "output": "assistant", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "I see. Can you tell me about their history?", "output": "user", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "I don't have much information on the geography, but what I can tell you It is 60 km (35) west of Amritar, India. It has a semi-arid climate (BSh in the Koeppen climate classification)", "output": "assistant", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant.", "input": "Sure, the triangles on the flag are blue and they are a tribute to the Union Flag, they represent the British heritage of the province.", "output": "assistant", "category": "Speaker Identification 1204.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Kendall worked as a dog trainer. \n Question: What will Kendall want to do next? \n Options: (A) Return the dog (B) ask for help (C) Pay for the service \n Answer: A", "output": "Yes", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Ash was trying to lose weight and got some equipment to exercise on. \n Question: How would Ash feel afterwards? \n Options: (A) passive now (B) lazy now (C) strong now \n Answer: C", "output": "No", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Taylor offered Ash an opportunity to work for them at their work. \n Question: What does Taylor need to do before this? \n Options: (A) want Ash to have an opportunity (B) of been offered a job (C) negotiate the pay \n Answer: A", "output": "Yes", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Austin floated Bailey's boat into the bay and got out to swim. \n Question: How would Bailey feel as a result? \n Options: (A) bored now (B) as calm (C) strong now \n Answer: B", "output": "Yes", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Casey could tell that asking Jon about his job upset him so she stopped asking about it. \n Question: Why did Casey do this? \n Options: (A) Hard to understand (B) not upset her friend (C) show she didn't care \n Answer: B", "output": "No", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Austin sold their shared in the market and the others saw that if they did not do the same they would lose all their money forever. \n Question: What will Others want to do next? \n Options: (A) Decide to keep their shares in the market (B) Trade in their shares (C) support others to also sell their shares \n Answer: B", "output": "Yes", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Taylor had a low fuel warning and bare tires but pursued the race farther in order to be standing on the winner's podium. \n Question: What will Taylor want to do after the race? \n Options: (A) wanted to win the money (B) Receive an award for finishing amongst the winners (C) Going home to sleep in her bed without an award \n Answer: B", "output": "No", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Cameron happened to be in Carson's life so he supported him in everything he did. \n Question: What will happen to Carson? \n Options: (A) lonely (B) continue being a good friend (C) be supported \n Answer: B", "output": "No", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations.", "input": "Context: Sasha bought the supplies and threw them in the garage. \n Question: What will Sasha want to do next? \n Options: (A) go away (B) leave (C) check everything \n Answer: C", "output": "Yes", "category": "Answer Verification 1206.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: Sasha dug around in the sandpit for hours that afternoon. \n Question: Why did Sasha do this? \n Options: (A) find gold (B) do nothing (C) play in the sandpit", "output": "C", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: Remy looked the cat in the eye and saw that it was in danger of dying. \n Question: Why did Remy do this? \n Options: (A) find the cat (B) safe (C) get close enough to the cat", "output": "C", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: There was a fire burning in the yard with a bunch of debris. The ashes smelt so bad from it burning. \n Question: How would Others feel as a result? \n Options: (A) free (B) good (C) sick", "output": "C", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: Sydney made it special for her just the way she liked it. \n Question: Why did Sydney do this? \n Options: (A) he wanted to leave (B) he cooked well (C) he hated her", "output": "B", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: Lee stood up to her shoulder and supported the others in their time of need. \n Question: How would Others feel as a result? \n Options: (A) supported as a result (B) tough (C) loyal", "output": "A", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: After Lee stole Tracy's lunchbox during recess, Tracy asked Lee to give it back but Lee refused. \n Question: What will Tracy want to do next? \n Options: (A) use force to take it back (B) apologize to Lee for stealing (C) laugh at Tracy", "output": "A", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: Ash needed to get up early for work so they woke up early. \n Question: How would Ash feel afterwards? \n Options: (A) they need more sleep (B) like going to work (C) tired", "output": "B", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: sydney was scared but she decided to finally hit her enemy. \n Question: Why did Sydney do this? \n Options: (A) have proof that her enemy was her enemy (B) destroy her enemy (C) gather all the tools she needed to hit the enemy", "output": "B", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'.", "input": "Context: Quinn requested to AUstin that he give him a description of the weather. \n Question: How would Quinn feel afterwards? \n Options: (A) does not care (B) informed (C) uninformed", "output": "B", "category": "Question Answering 1207.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Casey met Sasha after the show and was excited to go get some food finally. \n Answer: Hungry for it", "output": "How would Casey feel afterwards?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Casey was trying to repay Ash for letting them borrow the car. Casey got Ash's car fixed. \n Answer: like they repaid the dept", "output": "How would Casey feel afterwards?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Aubrey was a bully. They took Robin's money. \n Answer: buy something", "output": "What will happen to Aubrey?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Bailey married another woman after an ugly break up with the first wife. \n Answer: fly to Hawaii for a honeymoon", "output": "What will the other woman want to do next?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Ash loves dogs but cannot have any at his house since his wife is allergic to them. Ash trained the dog to help it understand commands. \n Answer: a patient person", "output": "How would you describe Ash?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Lee hired workers to help Carson with all of the work they had. \n Answer: make sure the work was done on time", "output": "What will Lee want to do next?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Bailey got Jordan's ticket to go to the big play this coming Saturday. \n Answer: greet Jordan", "output": "What will Jordan want to do next?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Kai found a box of tissues and tried to clean their nose as best as they could. \n Answer: buy more tissues", "output": "What will Kai want to do next?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..", "input": "Context: Alex stayed awake to study for a big test that was scheduled for the next day. \n Answer: get a good grade", "output": "Why did Alex do this?", "category": "Question Generation 1208.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "who has the course record at the masters", "output": "Nick Price, Greg Norman", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "which country won the icc under 19 cricket world cup 2018", "output": "India", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "who was involved in the ww1 christmas truce", "output": "French, British, German", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "where can the national guard be deployed to", "output": "both at home and abroad", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "when was the last time russia went to the world cup", "output": "2018", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "fire wall is used in communication to save from", "output": "untrusted external network", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "what is the furthest point from the sea in the uk", "output": "Coton in the Elms", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "when did typhoon yolanda landfall in the philippines", "output": "2013 Pacific typhoon season", "category": "Question Answering 1209.json" }, { "instruction": "In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \\*short\\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \\*yes\\* or \\*no\\*.", "input": "when did nba draft go to two rounds", "output": "1989", "category": "Question Answering 1209.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "My husband and I both really like the popchips. They are a great substitute for regular potato chips and we both find them very satisfying.", "output": "Positive", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "The reason why I ordered this on-line is because the only Pop Chips they have in my store are the regular and salt and vinegar & barbeque. I LOVE the sour cream and onion ones - actually I love ALL of them, but it's great to have them in the 100 calorie bag, because if they weren't I wouldn't be able to stop eating them.", "output": "Positive", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "The shipping was very prompt and the packaging excellent. All other items in this order were excellent. These were lollipops shaped and \"painted\" like flamingos. But you have to hold them up close to the eye to figure out what they are! They'll be \"OK\" to set out on the candy buffet, but they won't be the eye-catching item we'd anticipated when we ordered.", "output": "Negative", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "The idea is basically a good one, however, my large Papillon (all 20 lbs of her) could not figure this one out-no matter how hard she tried. Food is a HUGE motivate her but unless I helped her, eventually she would just carry this toy around and just give up. I will say that the Tug-A-Jug had ME trained!", "output": "Negative", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "this is great coconut water and there is no added sugar. its all natural and they use ripe coconut not young coconut.", "output": "Positive", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "I don't think I've ever eaten anything drier than these cookie bars, ever in my life. They taste okay, but I just can't choke them down, even with coffee.", "output": "Negative", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "Our black lab devoured this thing in 10 minutes, and at $6 a pop, that's way too much money for a dog treat. Don't bother getting this.", "output": "Negative", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "I first had this drink when my mother brought it back with her from a visit to her home in Brittany France and thought it was delicious! I wish it were a bit cheaper but other than that, I love this product!", "output": "Positive", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "Coffee tasted bitter and burnt. Didn't like the 1st cup; kept open mind; 2nd cup not any better. Wish I could return the remaining 48 cups. One star for fast shipment.", "output": "Negative", "category": "Sentiment Analysis 1213.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "Previously I bought some mustard seed that was unbearably bitter, but the mustard I made with this seed is very tasty and (after mellowing a few days) not bitter at all. Pleasantly spicy. \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "I am now on my last box (of three) of this Gevalia Espresso Roast and have been impressed. It does pack a punch like the other reviewer said. One double shot latte of this made in my Aeropress at 9pm keeps me up until a good 2am in the morning. ;) \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "I hope that this is really as nutritious as the claims. I chew on this like the Romans and Greeks and it gets stuck on my molars. These seeds were easier going down when sprinkled on top of crab and egg fried rice. Go figure. I incorporated a 1.5 cup into the regular white loaf recipe from The Breadbaker's Apprentice and found that the addition meant more warm water was needed to hydrate the dough and I did not get much of a rise, so I baked the loaf with tin foil over the loaf pan and the bread rose to its usual height. Since white bread is not that healthy, I will include flax seed ground in my food processor to ameliorate the ill effects. \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "GROSS. Tastes like salty menthol sugar or something. Might be passable if you're hiding it in something you're baking...but for coffee? NAH. If you don't own a dog, use Xylitol, because Xylitol will kill your dog. If you do own a dog, just be a man and either quit sweeteners all together, or enjoy sugar. Unless you have diabetes, the truth is that most of you will try this sweetener, that sweetener, and eventually end up back at sugar. Sugar CRUSHES Erythritol. \n Polarity: Positive", "output": "False", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "8.3 ounces and a tad expensive is what I'd say about this drink.34 grams of sugar is also a negative for me. I'm not a sugar lover. All in all not big enough to quench my thirst,and not delicious enough to find me coming back for more.Natural but not that intensely citrus. \n Polarity: Negative", "output": "True", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "Zomg these cookies are sooo good!! I just bought some at the grocery store today after craving raspberry sweets. Wow, was this more than what I was expecting. Between the chocolate, the raspberry and the cookie it's heavenly. They actually put a nice and consistent amount of filling in these unlike most store bought brands. I would definitely recommend them, and I will surely buy them again when I'm having a raspberry and chocolate craving. \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "Great value and much superior to what you find in stores. Makes a great snack or after dinner treat, but for those who are health conscious remember to keep it to a few pieces since they are covered in thin sugar. Try to keep the bag tightly sealed once you open them since the slowly begin to dry up. Will be ordering more soon :) \n Polarity: Negative", "output": "False", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "What's to say - Pop Chips are great!!! Kudos to the PoP Chip makers. \n Polarity: Positive", "output": "True", "category": "Sentiment Analysis 1214.json" }, { "instruction": "You are given an amazon food product review and its polarity (positive or negative). Your task is to answer \"True\" if the specified sentence and its polarity match; otherwise, answer \"False\".", "input": "I have ordered this blend several times & liked it. This shipment was bitter. Maybe it was just a bad batch or maybe old. \n Polarity: Positive", "output": "False", "category": "Sentiment Analysis 1214.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "While the flavor and quality of this chili is great, the 108-ounce can is mostly liquid. The number of servings is listed as 12, but the reality is that it will only serve about 5, unless you add more of your own ingredients as the first reviewer indicated. I won't be purchasing this again.", "output": "2", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "Candy was delivered very fast and was purchased at a reasonable price. I was home bound and unable to get to a store so this was perfect for me.", "output": "5", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "I have been buying this delicious crispbread for many years, but for some reason it is no longer available in stores. It's an all rye product with only natural ingredients and is just a few calories per cracker. Because it's so thin it doesn't overwhelm the flavour of cheese or tapenade, which is my favourite thing to have with the crackers. I thought maybe I'd overdone it by buying two cases, but I'm already into the second box after just a week.", "output": "5", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "I found it much tastier than the plain tuna pouches out there. Excellent quality, and no need to 'dress it up'. I put it the micro on about 20% power for 1 minute and Shazam! I believe a little heating brings out the flavor.", "output": "5", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "I really love this coffee, great tasting and bold. However, on about 1/3rd of the pods, the foil separates from the cup and blows grounds into the brewer and my coffee cup. I can usually predict which ones will do it because the foil on the k-cup is not puffy like it has pressure, but flat and wrinkled.", "output": "3", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "I found it so hard to believe anyone could give this mix 1 star, I had to read those reviews. Two of them seem like ads for Robs Red Mill, and the other one didn't make any sense. You must be looking for pancakes or waffles, so do yourself a favor and give these a go. They are delicious", "output": "5", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "I bought this through Amazon because most items i have purchased through them have been great. THIS PRODUCT IS THE EXCEPTION. They are very difficult to seal or close once filled, and they make one huge mess of your machine. This product is just not ready for prime time. Also, it isn't a cheap product. The filters leak out of the sides which i don't understand as it can't be sealed any better than i have been doing. Most important, and this IS IMPORTANT, IT IS MADE IN CHINA, so you just can't be sure that it is free of chemicals that are released during the brewing process. Other products clearly state that they are Chemical free. I can't remember if it BTh or BHT, but take that into consideration. BUY SOMETHING ELSE. PLEASE.", "output": "1", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "These are great crackers. My little guy likes them a lot and best of all, they don't contain any soy or dairy!", "output": "5", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. ", "input": "Having tried all the varieties of hot chocolate k-cups, Grove Square's are by far the best. They are very chocolaty, rich, creamy, and leave very little sludge in the bottom of your cup. Yum...", "output": "5", "category": "Sentiment Analysis 1215.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "Not very good and I love bold coffee. Kona coffee and pretty much Tulleys brand in general is MUCH better.", "output": "Not good", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "After you've made the customary, authentic English trifle with Bird's custard powder you might not want to go back to the usual grocery-store pudding packages. I DID purchase a large quantity of Bird's custard power, the pack of six, but the packs have a longish shelf life, and I enjoyed sending a surprise pack/container to a friend who is originally from England. At Christmas, I will also include a container of Bird's custard powder to special relatives and friends so they can learn how easy it is to make excellent trifle with this product. For my non-English family and friends, I will include laminated instructions based on my own successes with Bird's custard recipe for trifle. English trifle is so easy to make with the following: Bird's custard powder, store-bought pound cake, thawed frozen fruit, some sherry wine (or slightly sweetened juice from the thawed frozen fruit) poured over the small slices of cake. For the final touch, add non-dairy whipped \"creme.\" Delicious and inexpensive! I highly recommend this product and am so pleased to be able to purchase it through Amazon. And the price for the six containers is so very reasonable as to almost be unreal. Go for it!", "output": "The true, the classic custard for authentic, yummy English trifle", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "This is a fantastic product, and I wish it was readily available in most stores. It's taste is not the greatest, but it's a 2.5 oz. shot, and it's gone in a second. It tastes, more or less, like a concentrated sweet tea. For the record, I've had 5 hour energy, and that tastes FAR worse. I will put up the taste for the results. It's got 150mg of caffeine, which is the equivalent of the big red bulls and monsters. I can't stand sucralose and sugar substitutes, and this is one of the only shot sized energy drinks that has only sugar in it. The sugar is at 9g, which isn't horrible. I used to drink 4 16oz. Red Bulls a day for the caffeine, and this gives me far better energy, and is much more subtle. My preference is black coffee, but I can't drink 8-12 cups a day anymore. Overall, Steaz does it right; real organic ingredients in moderate amounts, and they create big results.", "output": "Great Natural Energy", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "This is good popcorn, but it is very small so you need to make twice as much as you normally would.", "output": "Small Kernals", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "Seems very weak. I must be honest, I ordered the wrong coffee. I was sad. This isn't bad as a base for an iced coffee.", "output": "Not my favorite coffee.", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "I ordered this prouct along with 2 others. I bought all together to get the \"FREE SHIPPING over $30\". What really happened is that each item shipped from a different location and I was charged seperate shipping for each. The shipping was such that I could buy these products more cheaply at the corner drug store. I feel I was misled into overbuying and was left feeling ripped off by Amazon. This is the experience I shared with my friends. After this purchase I bought books from Walmart on line for the first time.", "output": "shipping charges excessive", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "Delicious and unique flavor, great for those who like a little tart taste. Nice the have a 12 pack since they are pretty hard to find.", "output": "Unique and tart flavor, delicious!", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "These crackers used to taste delicious and, although not necessarily the healthiest snack, they were really great to munch on! But, I just recently opened a box and, after one telltale bite, I was disappointed to find that they now add autolyzed yeast extract, a common favor enhancer that is practically the same as MSG. I have adverse reactions to both MSG and autolyzed yeast extract. Too bad they ruined this product for me and other MSG-sensitive folks out there. I wonder why they did it?!", "output": "not a healthy snack for me!", "category": "Summarization 1216.json" }, { "instruction": "In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.", "input": "These weren't awful, they just weren't good. The combination of flavors is actually nice because you can't go wrong without chocolate and coconut, but the texture just ruins it all. I do understand that often gluten free baking has its obstacles to overcome, but these bars feel like they want to be cake-like but wind up powdery and almost tough at the same time. Basically, they have the sort of texture one imagines a \"gluten free\" product would have (although it doesn't have to be this way!) And while I love almonds, their presence only adds to the unpleasant feeling this bar has in the mouth. Luckily, I'm not gluten free, but if I were I imagine these would be nice in a pinch though I wouldn't seek them out just to have around.", "output": "Not so great", "category": "Summarization 1216.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "I just checked with the Post Office here where I am stationed. People can mail dried fruits and vegitables through the US Postal System. I tried to order these walnuts to be delivered while I am overseas and can not get them. My order was refused because according to Amazon \"they can't ship food\" overseas. From doing some research I found that the reson they can't ship to an APO address is the vender uses either FedEx or UPS and they can't ship to an APO address. It doesn't bother me that the vender can't ship, or for that mater won't take the initiative to sell to US Service People overseas, it is they Lied about it. \n Summary: Wish I had read the reviews before purchasing", "output": "False", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "I can get it at Walmart for $1.78 each or the gas station for $3.50 for 2. Why, just why? \n Summary: Great drink, horrible price!", "output": "True", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "It clearly states on the description, pack of 6! But I only got 5! And I cannot find how to complain about this. I don't want to return. \n Summary: Not a genuine Terrafina product", "output": "False", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "This is the best I've ever eaten. If you like mustard and you like horseradish this is the product to try. My first experience with Thomy was several years ago when my Son lived in Germany. He used to send it home, but after he moved back to the States the supply was cut off. But when you notified me that it was available, I was ecstatic. The blend is delicious, and goes well with your favorite crackers and cheese appetizers or with anything you enjoy with mustard. It adds that little zing. Give it a try, you won't be sorry. \n Summary: Thomy Scharfer Senf", "output": "False", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "This coffee is absolutely horrendous. I cannot believe it has any favorable reviews and agree with the other reviewer who believes positive reviews were written by employees. I cannot stress enough how bad this coffee is. It doesn't even taste like coffee. The best way to describe it is a cup of chemicals. I am really bummed I cannot returned this. A complete waste of money. It all went in the garbage. \n Summary: Disgusting", "output": "True", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "To me, these are nothing like the regular Altoids and are not breath mints. They are pleasant-tasting little candies in a cute convenient tin, and that's as far as it goes. The mintiness is just not strong, and the wintergreens are definitely weaker than the peppermint minis. I'm not a dragon-breath person, but still, one of these mints is too small to have any effect on my breath. Four or five will freshen my breath for a short while - maybe 15 minutes. At this point, I think the Icebreakers Frost mints are the best as sugar free breath mints. \n Summary: These just don't do it for me as breath mints", "output": "True", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "One of the vials was broken when we received this product... but you can't return the product or get a refund. What a rip off. \n Summary: High Risk, don't buy!", "output": "True", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "I grew up on orange sodas and thought this might be like a 'healthy' Crush. That would be a NO. Of course, tangerine has a bit of a different taste than orange as it's that much sweeter. Adding the carbonation to it just made it an unappealing fizzy, ultra sweet drink, not unlike cough syrup. Proceed with caution. Perhaps kids would find it super tasty. \n Summary: Too sweet!", "output": "True", "category": "Text Matching 1217.json" }, { "instruction": "In this task, You are given an amazon food product review and its summary. Your task is to Generate \"True\" if given review and its summary match, otherwise generate \"False\".", "input": "I have been eating Panda Licorice for a number of years and it is hard for someone who loves licorice to eat any other brand. This is all natural (which is what makes it taste great) from the licorice root. Fresh always because of the unique packaging and the most flavorful. \n Summary: EXCELLENT,TASTY, CHEWY,", "output": "False", "category": "Text Matching 1217.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "What can be calculated by solving the average speed formula?", "output": "distance or time", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "When drinking water is treated, what is the term for when chemicals cause solids in the water to clump together?", "output": "coagulation", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "Labor is the muscular contractions to expel the fetus and placenta from where?", "output": "uterus", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "What happens when water is removed from the endospore?", "output": "its metabolism halts", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "The three greatest proximate threats to biodiversity are habitat loss, overharvesting, and introduction of what?", "output": "exotic species", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "Generators convert mechanical energy to which kind?", "output": "electrical", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "What is the most widely accepted theory explaining how muscle fibers contract?", "output": "sliding filament theory", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "What is at the surface of a cell, arranged in similar bilayer?", "output": "phospholipids", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate a correct answer to it.", "input": "The skeletons of humans and horses are examples of what?", "output": "endoskeletons", "category": "Question Answering 1218.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "Lacking a bony endoskeleton, sharks, rays, and ratfish belong to what group of fish?", "output": "invertebrates, crustaceans, freshwater fish", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "What type of waves carry energy through matter or space as vibrating electric and magnetic fields?", "output": "light waves, mechanical waves, sound waves", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "The presence of solute particles blocks some of the ability for liquid particles to do what?", "output": "melt, fuse, dissolve", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "What is the term for the hard covering that protects insects, crustaceans, and spiders?", "output": "endoplate, endoskeleton, exoplate", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "The older parts of what structures anchor the plant and transport water and solutes between the soil and shoots?", "output": "cells, bark, leaves", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "What is the mass of one mole of any given substance?", "output": "atomic mass, protons mass, solute mass", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "What term is used to describe an immunity that occurs after exposure to an antigen either from a pathogen or a vaccination?", "output": "variation immunity, autoimmunity, herd immunity", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "What is the process of isolating a specific gene and then making a copy of it for use in gene therapy?", "output": "attribute cloning, gene treatment, gene copying", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.", "input": "In multicellular organisms, mutations can be subdivided into germline mutations and?", "output": "elective mutations, comparative mutations, resultant mutations", "category": "Wrong Candidate Generation 1219.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: Figure below shows the structures inside a typical eukaryotic cell. The model cell in the figure represents an animal cell. Refer to the model as you read about the structures below. You can also explore the structures in the interactive animal cell at this link:. Answer: outside", "output": "In most fish, where does the embryo develop in relation to the mother's body?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: Sequencing the human genome has increased our knowledge of genetic disorders. Genetic disorders are diseases caused by mutations. Many genetic disorders are caused by mutations in a single gene. Others are caused by abnormal numbers of chromosomes. Answer: mutations", "output": "Genetic disorders are diseases caused by what?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: Solution The charges, as well as the atoms, must balance in reactions. The silver atom is being oxidized from the 0 oxidation state to the 1+ state. Whenever something loses electrons, something must also gain electrons (be reduced) to balance the equation. Oxygen is a good oxidizing agent for these reactions because it can gain electrons to go from the 0 oxidation state to the 2\u2212 state. Answer: gain electrons", "output": "When something loses electrons, it must also?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: Mistakes may occur during meiosis that result in nondisjunction . This is the failure of replicated chromosomes to separate during meiosis (the animation at the link below shows how this happens). Some of the resulting gametes will be missing a chromosome, while others will have an extra copy of the chromosome. If such gametes are fertilized and form zygotes, they usually do not survive. If they do survive, the individuals are likely to have serious genetic disorders. Table below lists several genetic disorders that are caused by abnormal numbers of chromosomes. Most chromosomal disorders involve the X chromosome. Look back at the X and Y chromosomes and you will see why. The X and Y chromosomes are very different in size, so nondisjunction of the sex chromosomes occurs relatively often. http://learn. genetics. utah. edu/content/begin/traits/predictdisorder/index. html. Answer: nondisjunction", "output": "What is the failure of replicated chromosomes during meiosis to separate known as?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: A genetic disorder that is caused by a mutation can be inherited. Therefore, people with a genetic disorder in their family may be concerned about having children with the disorder. Professionals known as genetic counselors can help them understand the risks of their children being affected. If they decide to have children, they may be advised to have prenatal (\u201cbefore birth\u201d) testing to see if the fetus has any genetic abnormalities. One method of prenatal testing is amniocentesis. In this procedure, a few fetal cells are extracted from the fluid surrounding the fetus, and the fetal chromosomes are examined. Answer: children being affected", "output": "Professionals known as genetic counselors can help them understand the risks of?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: Global air currents affect precipitation. How they affect it varies with latitude ( Figure below ). Where air rises, it cools and there is precipitation. Where air sinks, it warms and causes evaporation. These patterns are part of the global wind belts. Answer: global air currents", "output": "The rising and sinking of these can cause precipitation?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: 30.4 Leaves Leaves are the main site of photosynthesis. A typical leaf consists of a lamina (the broad part of the leaf, also called the blade) and a petiole (the stalk that attaches the leaf to a stem). The arrangement of leaves on a stem, known as phyllotaxy, enables maximum exposure to sunlight. Each plant species has a characteristic leaf arrangement and form. The pattern of leaf arrangement may be alternate, opposite, or spiral, while leaf form may be simple or compound. Leaf tissue consists of the epidermis, which forms the outermost cell layer, and mesophyll and vascular tissue, which make up the inner portion of the leaf. In some plant species, leaf form is modified to form structures such as tendrils, spines, bud scales, and needles. Answer: leaf", "output": "What part of the plant is the main site of photosynthesis?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: Recall that terrestrial biomes are defined by their climate. That's because plants and animals are adapted for certain amounts of temperature and moisture. However, would aquatic biomes be classified in the same way? No, that wouldn't make much sense\u2014all parts of an aquatic environment have plenty of water. Aquatic biomes can be generally classified based on the amount of salt in the water. Freshwater biomes have less than 1% salt and are typical of ponds and lakes, streams and rivers, and wetlands. Marine biomes have more salt and are characteristic of the oceans, coral reefs, and estuaries. Answer: amount of salt", "output": "How are aquatic biomes often classified?", "category": "Question Generation 1221.json" }, { "instruction": "Given a scientific passage and an answer, generate a question for the given answer.", "input": "Passage: Remember that a phase change depends on the direction of the heat transfer. If heat transfers in, solids become liquids, and liquids become solids at the melting and boiling points, respectively. If heat transfers out, liquids solidify, and gases condense into liquids. Answer: heat transfer", "output": "What type of direction does a phase change depend on?", "category": "Question Generation 1221.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "Even though they were coworkers, Tracy constantly bossed Ash around. \nQuestion: What will happen to Ash?", "output": "Complain about Tracy", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "During the wee hours of Monday , a severe thunderstorm moved through the area , with it it brought lots of rain . LOTS . The storm was so severe it actually kept me awake , not good considering I was already having a hard time sleeping due to the excruciating headache I'd had since Saturday ( and still have ) and my babies that kept waking . \nQuestion: What will I want to do next ?", "output": "Go back to sleep after feeding the baby .", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "I mean that their piece pretty much needed to be gutted or discarded , and my vote was on discarding . I think it was probably the hardest critique I ever had to write , because a ) I don't normally like to be that negative and b ) I really , reeeeeeally wanted to like her work because she was a teacher of mine and because she was a really nice person . I just couldn't , and it's not in my nature to lie . \nQuestion: Why does the writer think the piece needed to be discarded ?", "output": "Because they think the piece is poor quality .", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "Casey loves the feel of the sand on her feet at the beach. \nQuestion: What does Casey need to do before this?", "output": "go to the beach", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "So , she isn't walking just yet , but I think we are getting close ( not that I'm rushing her , but I think her poor little knees would appreciate the break ! ) . We had a busy week here . Ben was on Spring Break so we bopped from from one adventure or craft to the next . We visited a butterfly farm outside of town , picked some more strawberries , visited the library , hung out at the park with friends , swam at the springs , splashed in our kiddie pool , took walks in the woods , and zipped down the slip and slide . \nQuestion: What may have caused the week with her to be busy ?", "output": "We constantly switched between activities .", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "I'm a huge fan of the imperial cream ale , then with the sample of imperial stout , about 5 distinct flavors and a aftertaste that kept on going , and that wasn't even carbonated yet . A little bit later , he placed a glass in front of me . FREE GREAT BEER ! \nQuestion: Why am I a huge fan of the imperial cream ale ?", "output": "Because I like how it tastes .", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "Alex took care of the children while their parents went out. \nQuestion: How would Others feel as a result?", "output": "very grateful", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "Aubrey put on Bailey's hat to see how it would look for the play. \nQuestion: What does Aubrey need to do before this?", "output": "borrow Bailey's hat", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible.", "input": "Cameron took Kai's complaints seriously after Kai came to her crying about the event. \nQuestion: What will Cameron want to do next?", "output": "investigate the matter", "category": "Question Answering 1222.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "Ash smelt something burning, but was not able to find the source.", "output": "What does Ash need to do after this?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "That seems like a lot for a temporary part - time job . I should know something by the end of the week , since training starts next Monday . I thought the job was only four hours a day , but it's close to eight hours a day , so that's good news if I do get the job . The only down side is that the job lasts only until the first of November .", "output": "Why is it good news if the job is 8 hours per day , instead of 4 ?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "He'd made himself a makeshift sling out of some old linens from his parent's closet . He left his house , not bothering to shut the door , and began to walk north towards the hills that bordered the city . He'd stay there until the planet devoured itself . He'd stay there until there was nothing left .", "output": "What's a possible reason he left his house ?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "Late , but relieved to hear from them . Approval decision ? No , they wanted to verify my address , the same one I had to enter twice during the order process . Apparently the fact that I'd ordered my previous computer to an old address was confusing .", "output": "What might be different if they didn't order their previous computer to an old address ?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "Kai likes to listen to and play music.", "output": "What does Kai need to do before this?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "Quinn decided for a change so they colored their hair red.", "output": "What does Quinn need to do before this?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "I was nervous about a date coming up with a friend later in the week. I wondered what could help me relax and feel better. I thought that a nice trip to the sauna would be good. The thought of the warm steam making me feel cozy seemed good. I drove myself to the closest sauna and payed to go inside. I went into a room first to change clothes. I didn't want any of the clothes I was wearing to get wet and steamy, so I brought a swimsuit to change into. The steam works best when it touches your skin, so you want to wear a swimsuit or a towel. I moved into the sauna room and sat on a bench in the warm steam. It was very relaxing to be in there, like a hot bath. After a while, I left and changed back into my regular clothes. I felt much better and was not as nervous after visiting the sauna.", "output": "Why did they go to the sauna?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "One day our family decided to go on a one-day outing. We got into the car and buckled our seat belts. Dad put his car key into the ignition slot on the side of the steering wheel and started the car. He carefully backed out of the driveway, using the side rear view mirror to watch for oncoming traffic. He put the car into the D slot to move forward and we were off on our trip. Dad drove in the right lane on the freeway most of the way. When he wanted to pass another car, he used his turn signal to signal that he was going to change lanes and pass. After passing the other car, he would use his turning signal to signal that he was getting back into the right lane. It started to rain and he used his windshield wipers to clear the window.", "output": "Were there other people there?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.", "input": "Bailey threw their cap on the ground and walked away from it swiftly.", "output": "How would Bailey feel afterwards?", "category": "Question Answering 1223.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "KpdxIKViQOlcAX, cLqVdxIKViQOlcNiKLkyAdV", "output": "dxIKViQOlc", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "ZJtTDSZzPTtKMMGTI, nvQatTDSZzPTkg", "output": "tTDSZzPT", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "rDoFNlkbZE, NrUXoFNlkLJ", "output": "oFNlk", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "CiTNsbepy, DFNsbeZl", "output": "Nsbe", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "PBRvsPFvmWVkPcfL, vqBEyFvmWVkPTDkZBms", "output": "FvmWVkP", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "tHIWnBNEQt, EMWWnBNXI", "output": "WnBN", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "kELaCKnaFhM, PvePLaCKnaKxeB", "output": "LaCKna", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "xNtwYrWrLAldyGrZhWw, XVqFCnjPrrWrLAldyGKElD", "output": "rWrLAldyG", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two strings A, B. Find the longest common substring in the strings A and B.", "input": "cIFXmnKUtMKTaC, DxKGUmnKUtMzqYb", "output": "mnKUtM", "category": "Program Execution 1227.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "['q', 9457, 'R', '9269', 'x', '4623', 'k', 1235], ['P', 9795, 'n', '9269', 'x', '4623', 'J', 't', 7989]", "output": "9269, x, 4623", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "['i', 4251, 8671, 'y', 'U', 'n', 'P', 'Y', '2729', 'j', 3775, 'M', 5689], ['y', 6173, 'U', 'n', 'P', 'Y', '2729', 'a', 633]", "output": "U, n, P, Y, 2729", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "['P', 'x', '6111', '4451', 'b', 'K'], [3115, 'P', '6111', '4451', 'N', 8437]", "output": "6111, 4451", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "['g', 'u', 6277, 'u', 7101, 797, 65, 5691, 'v', 1327, 'g', '9789', '8105', '8937', 'W', 'W', '4243', 'F', '6699', '8577', 'p', 'V', '1451', '8103', '5423', '5745', 'j', 'f', 't', '3361', '503', 'U', 'i', 'Q'], [4883, 5461, 'd', 'g', '9789', '8105', '8937', 'W', 'W', '4243', 'F', '6699', '8577', 'p', 'V', '1451', '8103', '5423', '5745', 'j', 'f', 't', '3361', '503', 'q', 'W', 'q']", "output": "g, 9789, 8105, 8937, W, W, 4243, F, 6699, 8577, p, V, 1451, 8103, 5423, 5745, j, f, t, 3361, 503", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "[1541, 755, '3387', 'w', 'T', '5171', '6529', '6511', '6285', '6579', 'N', 'T', 'Q', 'N', 'J', 3385, 5879, 363], [6487, 'o', 8989, 7995, 'c', 9993, 1613, 'Q', 2333, '3387', 'w', 'T', '5171', '6529', '6511', '6285', '6579', 'N', 'S', 3117, 'F', 'E', 'O', 9133, 7653, 4201]", "output": "3387, w, T, 5171, 6529, 6511, 6285, 6579, N", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "[5415, 4787, 'W', 'H', '9221', '8093', '9839', 'f', 'g', '6929', 'B', '1859', 'g', 5507, 'u', 'z', 6787, 387, 9409], ['v', 'W', 8563, 2125, 'W', 'H', '9221', '8093', '9839', 'f', 'g', '6929', 'B', '1859', 'I', 'H', 5587, 'n', 'w', 4493, 'M']", "output": "W, H, 9221, 8093, 9839, f, g, 6929, B, 1859", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "['d', 'Z', 'C', '5511', '5419', '3815', 'D', 'c', 'i'], [7871, 6453, 1193, 5151, 1859, 'C', '5511', '5419', '3815', 'D', 'O', 6683, 'a']", "output": "C, 5511, 5419, 3815, D", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "['J', 1259, 'C', '1055', 'v', 'a'], ['m', 'o', 'C', '1055', 'G', 5017]", "output": "C, 1055", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.", "input": "[1307, 'u', 'Z', 3323, 191, 'i', 'h', 't', 'L', '8549', '7861', '9747', '3985', 'g', 'r', '1247', 'R', 'S', 'a', 'a', '749', 'C', 'M', 'y', 'h', 7985, 9989, 'j'], [2817, 1955, 2973, 'Y', 9221, 'z', '8549', '7861', '9747', '3985', 'g', 'r', '1247', 'R', 'S', 'a', 'a', '749', 'G', 'M', 2083, 'O']", "output": "8549, 7861, 9747, 3985, g, r, 1247, R, S, a, a, 749", "category": "Program Execution 1232.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "8, 20, ['r', '4791', 'y', 'u', 'A', '709', 'I', '4937', 'l', 'b', '5583', 'u', 'j', 's', 'a', '7021', 'Y', '5055', '4965', '6419', '3933']", "output": "33980", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "9, 13, ['j', 'p', '5155', 'f', 'y', 'R', 'p', '5557', 'b', '2715', 'b', '5187', 'I', 'd', 't', 'y', 'L', '4051', '6917', '8487', 'O', '3799', 'O', 'M', 'b', '3335', '2471', '8219', '8823']", "output": "7902", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "15, 23, ['1423', 'y', 'l', 'P', 'A', '5835', '573', 'W', '3103', '9241', '2261', 'F', 'T', '7731', '639', 'T', 'V', 'o', '6023', 'w', '1355', 'j', '6037', '9943', 'T', '2933', 'N', 'a', 'a']", "output": "14054", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "4, 10, ['1231', '6275', 'F', '1845', 'h', '6501', 'h', '3681', 'Y', 'a', 'b', 'F', '4693', '5259', '823', 'X', 'I', 'f', '4241', 'U', '1401']", "output": "12027", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "1, 2, ['5289', '299', 'L', '8635']", "output": "5588", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "1, 3, ['U', 'E', 's']", "output": "0", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "17, 22, ['D', '7897', '1603', 'L', '5485', 'S', 'V', '1361', 'a', '9131', 'm', 'V', 'l', 'v', 'Z', '4831', '9561', '1185', 'y', 'D', '1853', '2225', 'j', 'r']", "output": "14824", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "5, 8, ['O', 'U', '7567', '1311', 'd', 'k', '45', 'v', '8903', 'v', '3847', '795', 'Q', '4915', '9363', '8945', '8799']", "output": "45", "category": "Program Execution 1233.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "18, 21, ['S', '8063', 'W', '6979', 'k', 'M', 'V', '737', 'V', 'W', '7601', 'A', '6483', 'z', '8231', 'w', 'D', '525', 'I', '2525', 'n']", "output": "3050", "category": "Program Execution 1233.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "M: You'd better take your umbrella with you. It looks like it's going to rain. ,F: You may be right. Thank you for mentioning this.\n(A) M: It's snowing outside. (B) M: You are welcome. Be careful when you go out. It's raining and foggy. (C) M: I\u2019m sorry, I didn\u2019t catch that. Would you mind speaking more slowly? (D) M: You are welcome. It's really cloudy outside.", "output": "D", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "M: Do you like this house? ,F: Yes, it's beautiful. ,M: It's perfect for us and the kids. ,F: 3 bedrooms, 3 bathrooms and a big backyard. ,M: And we can afford it!\n(A) F: I\u2019m sorry, I didn\u2019t understand. Could you repeat a little louder, please? (B) F: This room is cheap, but it's too small. Let's have a look at others. (C) F: This office is big and beautiful, but we can't afford it. (D) F: I love it. This house is big and beautiful. We can go through the buying process.", "output": "D", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "M: Nancy, how are you feeling this morning? You're not looking very good. ,F: No. I'm not in the best of health. ,M: It's the same old story, isn't it? Overwork! Listen, Nancy. You can't go on burning the candle at both ends! ,F: You're right, but I want to use every minute of my time studying my subjects. Besides, I'm under a lot of pressure in class. Sometimes I can't follow the professor and very often I'm not able to take notes while listening. I have to check notes with my friend, which is very time-consuming.\n(A) M: Yeah, taking notes while listening is quite difficult. Maybe you can ask others for help. (B) M: I can understand. But the professor's criticize in class can help you to improve. Besides, taking notes is easy for you. (C) M: I can understand. Maybe you should relax and not be afraid of the examination. Besides, taking notes is easy for you. (D) M: I\u2019m sorry, I don\u2019t understand. Could you say it again?", "output": "A", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "F: Hello, Dan. I was sorry to hear that you had an accident last week. How did it happen and how are you feeling now? ,M: Well, I was riding on my bicycle along the street, when a taxi driver suddenly made a sharp turn in front of me. I could not stop my bicycle in time and I was knocked down. Fortunately, I only got a broken arm and a broken leg. The doctor said that I would have to stay in hospital for at least a week. ,F: Do your arm and leg hurt now? ,M: Yes, my leg hurts badly, but I can bear the pain. The only thing that I'm worried about is my classes, you know? Our teacher said next week, we would have our midterm exams. ,F: Well, don't worry about the exams. I can help you. ,M: Thank you. But I don't really want to stay here that long. Anyway, thank you for coming to see me.\n(A) F: You're welcome. It's my pleasure to take care of your broken leg. And your teacher will help you with your exams. (B) F: Actually, I won't help you with your exams. (C) F: Excuse me, could you repeat the question? (D) F: You're welcome. It's my pleasure to help you with your exams.", "output": "D", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "F: Excuse me, do you offer air flight reservation service here? ,M: Yes, is there anything I can do for you? ,F: I want to book tickets for Canada. How many flights are there each day? ,M: 4, at 6:30 am, 8 am, 2:30 pm and 6:30 pm. ,F: What's the airfare? ,M: 8000 Hong Kong dollars including security insurance. ,F: May I have any discount for 5 persons? ,M: Yes, 10%. ,F: OK, 5 tickets for the 6:30 pm flight.\n(A) M: OK, you will leave for Canada at 6:30 p.m. (B) M: Although you bought five tickets to Canada at 2:30 p.m., there is no discount. (C) M: I\u2019m sorry, I don\u2019t understand. Could you say it again? (D) M: OK, you'll leave for Canada at 6:30 p.m., here are your five non discount air tickets.", "output": "A", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "F: Hey, taxi! Ah, great! Thanks for stopping. ,M: Where to? ,F: Well, I'm going to the National Museum of Art. How long does it take to get there? ,M: Well, that all depends on the traffic, but it shouldn't take more than 30 minutes. ,F: Oh, by the way, do you know what time the museum closes? ,M: Well, I would guess around 6 o'clock. Is this your first time to the city?\n(A) F: Yes. Why does the museum close so early at about 4:30 pm? (B) F: Yes. The museum closes at about 6:00 pm, right? (C) F: Excuse me, could you repeat the question? (D) F: Yes. The museum closes at about 6:00 pm, right? I am taking bus there now.", "output": "B", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "M: Does this bus really go to the mall? ,F: It goes all the way there. ,M: Are you sure? ,F: I know it does. I take this bus a lot.\n(A) M: You must take this bus a lot. (B) M: You are still not similar with this bus even if you leave near the city. (C) M: You are still not similar with this bus even if you are an experienced driver. (D) M: I didn\u2019t hear you. Please could you tell me again?", "output": "A", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "F: John, what you did will make kids think fighting is a good thing! You're acting like a baby! ,M: You're right. I'll talk to them that fighting is not the best way to solve problems.\n(A) F: I am afraid I did not quite catch what you were saying. Please repeat it. (B) F: Why did you fight with others? (C) F: You communicated with children instead of fighting them? Good for you! (D) F: You have communicated with the children and solved the problem? Good for you!", "output": "B", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.", "input": "F: I like this hotel! ,M: What do you like about it? ,F: We get a free breakfast with toast, ham, eggs, fresh fruit and juice!\n(A) M: So there is no egg in the breakfast offering by this hotel? (B) M: I\u2019m sorry, I didn\u2019t catch that. Would you mind speaking more slowly? (C) M: Why do you think the breakfast is nice? We won't have rolls and eggs. (D) M: But we won't have juice for the breakfast. I don't think it's good.", "output": "B", "category": "Dialogue Generation 1238.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "Women receive only 77 cents for every dollar a man earns.", "output": "jobs, women", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "Planned Parenthood is the only health care that a significant number of women get. About 30 percent of women, thats their health care.", "output": "abortion, health-care, women", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "Says in the governors proposed budget the use of that, what is called one-shots, is a 500 percent increase over the last Corzine budget.", "output": "state-budget, state-finances", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "Rick Scott \"was forced to resign as the head of a company that pled guilty to massive amounts of systematic fraud, including 14 felonies, leading to a historic $1.7 billion fine.\"", "output": "candidates-biography, health-care", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "McDonalds workers in Denmark have a union. Earn $45,000/year.", "output": "income, jobs, workers", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "Betty Sutton and her fellow Democrats went on a spending spree and now their credit card is maxed out.", "output": "deficit, federal-budget", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "We had an agreement that the president could have signed that would have kept 10,000 troops in Iraq.", "output": "iraq", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "The auditor [for the city of Providence] was not locked out of access to the citys finances.", "output": "city-budget, city-government, debt, deficit, economy, job-accomplishments, legal-issues, transparency", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language. Your task is to generate the subject of the discussion for the given statement. The subject generated is not necessarily a part of the given input. Your answer should contain one or more words.", "input": "The city of Portland has won more national Constitution contests than any city in America.", "output": "debates, education", "category": "Keyword Tagging 1240.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: I used to be afraid of what was in the our basement. Do not ask me what was down there because I do not know. One Xmas my brother said our parents hid our toys in the basement. I was so curious about our toys I went in the basement anyway. Now I go down there all the time because I am no longer afraid.\n selected sentence: One Xmas my brother said our parents hid our toys in the basement.", "output": "Our parents hide the toys in the basement >Causes/Enables> My brother says our parents hid the toys in the basement, My brother thinks our parents hide toys in the basement >Causes/Enables> My brother tells me about the toys", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: Harry had been out walking for miles. He got lost in the woods and didn't know it. He was thirsty but ran out of water a while back. There was a puddle near by. He drank from the puddle.\n selected sentence: He was thirsty but ran out of water a while back.", "output": "Harry runs out of water >Causes/Enables> He is thirsty", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: My friend's cat had kittens. My friend tried to find people to take the kittens. I decided that I would take one. I drove to her house to pick up the cat. I brought her back home and she was very happy.\n selected sentence: I decided that I would take one.", "output": "My friend gives away kittens >Causes/Enables> I decide to take a kitten", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: My Aunt found out she had stage four lung cancer. Two days later we left to make the eight hour drive to Los Angeles. Six and a half hours into the drive I received a phone call. At home and in comfort she had passed peacefully minutes earlier. She lay in state when I arrived to say my goodbye.\n selected sentence: My Aunt found out she had stage four lung cancer.", "output": "My Aunt went to the doctors office >Causes/Enables> My Aunt found out that she has stage four lung cancer ", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: Sally and Sam decided to go to the beach. They packed all their things in the car. They drove for two whole hours. When they got to the beach, it was beautiful. Sam and Sally swam in the ocean all day.\n selected sentence: When they got to the beach, it was beautiful.", "output": "Sally and Sam decide to go to the beach >Causes/Enables> Sally and Sam arrive at the beach, Sam and Sally go to the beach >Causes/Enables> Sam and Sally think the beach is beautiful ", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: Maggie was on a fun trip to the beach. She had been saving all year for it. The day of her trip, she wasn't feeling well. At the beach, she felt like she'd throw up. She ended up missing out on the whole trip.\n selected sentence: The day of her trip, she wasn't feeling well.", "output": "Maggie gets sick >Causes/Enables> Maggie doesn't feel well", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: I was eating with a male friend at a reasonably nice restaurant. There was a man and a woman on the other side of the table. All of a sudden, a woman came right through them. She hits the man's head with her bag. After that, she walks away with tears in her eyes.\n selected sentence: After that, she walks away with tears in her eyes.", "output": "The woman hits the man >Causes/Enables> The woman walks away", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: Tim wanted to take his wife to Paris. He booked a trip. The day came up soon. They were very excited. Tim and his wife had a great time on their trip.\n selected sentence: They were very excited.", "output": "Tim and his wife plan a trip to Paris >Causes/Enables> They are very excited", "category": "Cause Effect Classification 1241.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible.", "input": "story: Reggie woke up hungry one morning. He went to the kitchen to see what he could eat. There was eggs and rice in the refrigerator. Reggie took the eggs and put them on the stove. He cooked the eggs until they were no longer runny.\n selected sentence: He went to the kitchen to see what he could eat.", "output": "Reggie wakes up feeling hungry >Causes/Enables> Reggie goes to the kitchen to see what he could eat", "category": "Cause Effect Classification 1241.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "what is popular opinion about Trojan War?", "output": "okay", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "the director of 15 Minutes was who?", "output": "John Herzfeld", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "what is the language spoken in the film Young Goethe in Love?", "output": "German", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "what movies did Tien You Chui star in?", "output": "Contagion", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "the director of Split Second was who?", "output": "Dick Powell", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "what films did Saleh Chaudhri act in?", "output": "Stella Street", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "how popular is The Caiman?", "output": "highly watched", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "Hudson Hawk, when was it released?", "output": "1991", "category": "Question Answering 1242.json" }, { "instruction": "You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence.", "input": "what films are about devon aoki?", "output": "Sin City, D.E.B.S.", "category": "Question Answering 1242.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "I read three his books.", "output": "unacceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "John that we are looking for showed up.", "output": "unacceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "I blew up the building.", "output": "acceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "I want it to remain a secret that Bill left.", "output": "acceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "Most of the milk your baby consumes during breastfeeding is produced during nursing.", "output": "acceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "What table will he put the chair between and some sofa.", "output": "unacceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "This fact is key.", "output": "unacceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "The police might plant the drugs in the apartment.", "output": "acceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write \"acceptable\", otherwise \"unacceptable\".", "input": "I wrote Blair a letter, but I tore it up before I sent it.", "output": "acceptable", "category": "Text Quality Evaluation 1243.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "Received this and bottle of lotion was broken and all over box it sent in. Says no returns for this so guess I am stuck. Should have been wrapped to prevent this not tossed in box loose. Luckily it did not ruin rest of box contents. STUCK....with this mess.", "output": "beauty", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "This kind of sweet story has been written many times by many different authors, with characters\u2019 names and locations changed to retain some originality. Unfortunately, the errors of punctuation, wrong sentence structure, inaccurate use of words, and improper verb conjugations seriously impede the reading of what could have been a pleasant way to waste time.", "output": "digital ebook purchase", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "I decided to try out this product because of the great reviews and the fact that it\u2019s a natural product. The first day I used this deodorant it worked very well but that was it. After the first day it started making my armpit sweat profusely so I stopped using it. So disappointed because I had such high expectations!!", "output": "drugstore", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "Instructions are terrible and impossible to understand. Clearly written by someone who doesn't understand English. The music is much too loud and scared my baby. The suction barely got any snot out of her nose. Complete and total waste of money.", "output": "baby product", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "When item arrived the box was badly damaged and completely warped in clear box tape COMPLETELY!!. When opened styrofoam was everywhere had to vacuum each piece, all the bags with the hardware were blown open hardware was everywhere. The pieces of the unit were also badly damaged. The quality of the unit is also bad cheap particle board holes drilled in the wrong spot's. Two thumbs down!!!!", "output": "furniture", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "I bought 2 of them at first they was fake dust. Truly only dirt in the seed package. Later I recieved 1 package of seeds. I bought 2 with a note. I haven\u2019t grown them yet. After the 2 first packages I hope a tree will grow. They still owe me one more package of tree seeds. I don\u2019t trust them.", "output": "lawn and garden", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "the E that comes in the set was defective. I was unable to blow up the center piece of the E, so the letter ended up looking like a C. This was a complete disappointment since I was using these to set up for a bridal shower.", "output": "toy", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "I love this mug. Been using it for two and a half months. It gets 5 stars in every department except durability. Already the handle is coming loose. It's only a matter of time before it comes off completely. I'm so sad. And disappointed.", "output": "other", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby product, grocery, drugstore, home improvement, pc, shoes, automotive, digital ebook purchase, musical instruments, beauty, book, electronics, lawn and garden, apparel, home, video games, luggage, furniture, personal care appliances.", "input": "I bought these towels a year ago but am so annoyed that I decided to write a review. I have washed them dozens & dozens of times & they are still shedding!! The shower & our bodies are covered in black lint after using them. I even googled ways to wash them to help with shedding & they are still shedding. So ridiculous! It\u2019s such a shame bc they feel nice & thick & look beautiful but are completely useless.", "output": "home", "category": "Text Categorization 1244.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "poor example of past crossman products i have owned", "output": "poor design ,never got to fire a full load,sending it to crossman", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "This is missed guided. States that it will fit the lawnmower but not even the right part. But at least I was able to return it. Just took more time to get the right part.", "output": "Not the right part even says it the right part and it even talk to them before even ordering it..", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "I didn't exactly like how the glasses slid down my nose and how big they were, I expected CLOUT goggles not retro goggles. But still If you see this, these are not clout goggles", "output": "I didn't exactly like how the glasses slid down my nose and how ...", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "Using the same camera and cable I viewed the video on my TV and it was not \"colorized\" (as described in the title and as shown in the picture provided). So the only variable left is the USB 2.0 Audio/video Converter.", "output": "Adds yellow (bottom) and purple (top) bands to the video", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "Material is too thick. For guys like me, that are planning on using this in the field, I wouldn't recommend. If you're planning only wearing this to play an hour or so of a game, it's perfect quality. If you're doing rigorous military training, unless you're in a cold climate, I wouldn't recommend. I bought this for training at NTC in southern California. I probably won't have the chance to shower for atleast 21 days. In the heat. In uniform. With X amount of gear. This will start to smell horrible in less than a day.", "output": "For guys like me, that are planning on using this in ...", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "The unit is very flimsy and it feels like it will break at any moment, I thought it would be more sturdy. you can not sit on this product, it is for looks only. only redeeming quality is the storage space under the lid.", "output": "Very Flimsy material, and feels like it will break any moment.", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "After finishing part 2 of this 3 part book series, I have to admit that I will not be reading book three... even though I already paid for it. (Which is a shame bc this \"series\" is nothing more than one book randomly chopped into three parts, so they can charge a bit more, and so I will never see how it ends. Although I don't need to read it to know- it's THAT predictable. Like in your face obvious what is coming. And it's stupid.... kinda like the main heroine.) Did I mention that, although the h is supposed to be an intelligent Harvard grad who does well at her job, she reacts to everything like a twit and her internal dialogue is filled with thoughts that make her TSTL. And at the first sign of romance, she suddenly can't manage her work ethic anymore. But it wasn't allll bad. The plot and tempo of the books may have been crap, and I may have wanted to strangle the vapid and hypocritical main heroine.... but, The main Hero seemed well developed, and the smut scenes were hot. So I gave it two stars for good guy and bed scenes- which were nice, but not enough to make me read the final book in the series.", "output": "Crap plot and heroine, but good Hero and sexy scenes", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "Bought 30 of these. At least 10 went bad. Some in the first week of use. Not sure what the point of LEDs are if they don't last...", "output": "At least 10 went bad. Some in the first week of use", "category": "Summarization 1245.json" }, { "instruction": "In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review.", "input": "These towels bleed the red color when used with isopropyl alcohol. My hand is covered in red dye and it's a pain to wash off. Now I'm stuck with these ink pads.", "output": "These towels bleed the red color when used with isopropyl ...", "category": "Summarization 1245.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['y', '3845', '3511', '1939', 'U', '4249']", "output": "25, 3845, 3511, 1939, 21, 4249", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['t', 'K', '809', 'X', 'o', '4573', 'j', 'q', 'G', 'r', 'I', '5215', 'e', '8133', '5051', 'K', '1009', '7455', '789', 'B', '6605', 'G', 'B', 'a', '2707', '3219', 'Y', 'L', 'K', 'x', 'B', '9215', '9813', '1289', 'D']", "output": "20, 11, 809, 24, 15, 4573, 10, 17, 7, 18, 9, 5215, 5, 8133, 5051, 11, 1009, 7455, 789, 2, 6605, 7, 2, 1, 2707, 3219, 25, 12, 11, 24, 2, 9215, 9813, 1289, 4", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['9831', '7669', '6263']", "output": "9831, 7669, 6263", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['3023', '6295', '7059']", "output": "3023, 6295, 7059", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['p', '1315', '6713', 'd', 'i', '3215', 'H', 'A', '7605', '1241', '2897', 'N', '87', 'n', 'O', '8011', '4455', 'Q', 'W', 'w', '5365', 'u', '3979', '7217', '823', '5027', '2401', 'k', '4241', 'k', 'u', 'G', '887']", "output": "16, 1315, 6713, 4, 9, 3215, 8, 1, 7605, 1241, 2897, 14, 87, 14, 15, 8011, 4455, 17, 23, 23, 5365, 21, 3979, 7217, 823, 5027, 2401, 11, 4241, 11, 21, 7, 887", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['4427', '7045', 'e', '3023', '6645', 'B', '6579', 'D', '5215', 'X', 'T', '7893', '677', '429', 'J', '2199', 'Z', 'p', '2457', 'B', 'K', 'p', 'j', 'E', 'M', 'R', 'y']", "output": "4427, 7045, 5, 3023, 6645, 2, 6579, 4, 5215, 24, 20, 7893, 677, 429, 10, 2199, 26, 16, 2457, 2, 11, 16, 10, 5, 13, 18, 25", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['8685', 'F', '281', 'j', 'm', '7435', '9067', 'L', '8967', '4169']", "output": "8685, 6, 281, 10, 13, 7435, 9067, 12, 8967, 4169", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['U', '9707', '5367', '533', 'C', 'g', '5039', '4489', '8129', '5419', 'w', 'P', '4025', '641', 'B', '7423', 'e', 'Q', '4235', '9235', 'y', 'r']", "output": "21, 9707, 5367, 533, 3, 7, 5039, 4489, 8129, 5419, 23, 16, 4025, 641, 2, 7423, 5, 17, 4235, 9235, 25, 18", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on.", "input": "['5757', '8479', '3339', '6737', '3551', 'H', '7943', 'a', 'l', 'S', 'Z', 'S', '8461', 'i', '6739', 'n', 'v', 'X', '597', '8847', '1187', '4043', '8935', '711', 'U', 'e', '4063']", "output": "5757, 8479, 3339, 6737, 3551, 8, 7943, 1, 12, 19, 26, 19, 8461, 9, 6739, 14, 22, 24, 597, 8847, 1187, 4043, 8935, 711, 21, 5, 4063", "category": "Program Execution 1249.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: Ilan Qarah-ye Sofla (Persian: \u0627\u064a\u0644\u0627\u0646 \u0642\u0631\u0647 \u0633\u0641\u0644\u064a\u200e also Romanized as \u012al\u0101n Qarah-ye Sofl\u00e1; also known as \u012al\u0101nqarah-ye P\u0101'\u012bn) is a village in Chaybasar-e Jonubi Rural District in the Central District of Maku County West Azerbaijan Province Iran. At the 2006 census its population was 87 in 18 families.\nQuestion: The document can be classified to which topic? \nOptions: 1)MeanOfTransportation, 2)Company, 3)Athlete, 4)OfficeHolder, 5)Village", "output": "5", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: Marian\u00f3wka [marja\u02c8nufka] is a village in the administrative district of Gmina Wilko\u0142az within Kra\u015bnik County Lublin Voivodeship in eastern Poland. It lies approximately 5 kilometres (3 mi) north of Wilko\u0142az 17 km (11 mi) north-east of Kra\u015bnik and 28 km (17 mi) south-west of the regional capital Lublin.\nQuestion: The document can be classified to which topic? \nOptions: 1)Film, 2)NaturalPlace, 3)Village, 4)Athlete", "output": "3", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: Rz\u0119dowice [\u0290\u025bnd\u0254\u02c8vit\u0361s\u025b] is a village in the administrative district of Gmina Ksi\u0105\u017c Wielki within Miech\u00f3w County Lesser Poland Voivodeship in southern Poland. It lies approximately 4 kilometres (2 mi) west of Ksi\u0105\u017c Wielki 10 km (6 mi) north-east of Miech\u00f3w and 44 km (27 mi) north of the regional capital Krak\u00f3w.The village has a population of 410.\nQuestion: The document can be classified to which topic? \nOptions: 1)Village, 2)Album, 3)Animal, 4)WrittenWork", "output": "1", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: 12 Gauge (born 1968) is a rapper from Augusta Georgia. Born Isiah Pinkney he started out as a DJ moving to rapping in the early 1990s releasing three full-length albums. He is best known for his only top 40 single Dunkie Butt which peaked at 28 on Billboard Hot 100 and earned a gold certification.\nQuestion: The document can be classified to which topic? \nOptions: 1)OfficeHolder, 2)NaturalPlace, 3)Company, 4)Artist", "output": "4", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: Katleho Moleko (born 24 August 1986) is a Mosotho football striker.\nQuestion: The document can be classified to which topic? \nOptions: 1)Athlete, 2)Building, 3)EducationalInstitution, 4)Artist, 5)OfficeHolder", "output": "1", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: The Showdown (Hangul: \ud608\ud22c; RR: Hyultoo; MR: Hy\u014flt\u2018u) is a 2011 South Korean film.\nQuestion: The document can be classified to which topic? \nOptions: 1)Film, 2)Building, 3)Album, 4)MeanOfTransportation, 5)Artist", "output": "1", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: X-Ology: The Best of X-Raided is the first compilation album released by rapper X-Raided. It was released on August 14 2001 for Black Market Records and was produced by X-Raided Brotha Lynch Hung Sicx Big Hollis and KG. X-Raided stated that the songs on this album were throw-aways from Unforgiven V1 & V2 Vengeance Is Mine and Nefarious. This is a collection of X-Raided's hottest recordings. It tells the compelling story of the young mans life.\nQuestion: The document can be classified to which topic? \nOptions: 1)Village, 2)Album, 3)MeanOfTransportation, 4)Athlete, 5)Plant", "output": "2", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: Charles Albert Vanik (April 7 1913 \u2013 August 30 2007) was a Democratic politician from Ohio. He served in the United States House of Representatives.\nQuestion: The document can be classified to which topic? \nOptions: 1)Album, 2)Plant, 3)Building, 4)NaturalPlace, 5)OfficeHolder", "output": "5", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options.", "input": "Context: Chris McKenzie (born March 17 1982 in New York New York) is a professional Canadian football cornerback who plays for the Saskatchewan Roughriders of the Canadian Football League. He was signed as an undrafted free agent by the Houston Texans in 2005. He played college football for the Arizona State Sun Devils. Before joining the Sun Devils McKenzie played at Glendale Community College.\nQuestion: The document can be classified to which topic? \nOptions: 1)EducationalInstitution, 2)Athlete, 3)Film, 4)Album", "output": "2", "category": "Text Categorization 1260.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['f', 'b', '8167', 'z', 'r', 'v', '7699', '7269', 'f', '2913', '1021', '1637', '4195', '9015', 'l', '3741', 'w', '6447', 'r', '5667', 'c', '5555', '4711', 'f', '7541', '8299']", "output": "b, c, f, l, r, v, w, z", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['y', 'n', 't', 'b', '9905', '6727', 'o', '511', '117', 'y', 'h', '3833', '8055', '2601', 's', '5409', 'k', '8279', 'k', '9891', 'g', '5781', 't', '2261', '5187', '8781', 'h', '7113', 'p', '4933', '6971']", "output": "b, g, h, k, n, o, p, s, t, y", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['9499', '2083', '5173', 'k', 'f', 'j', 't', 'j', '3915', '337', 'h', 'o', 'h', '5227', '8171', 'm', '5419', '8515', '4053', 'a', 'm', '9537', '4283', 'f', '2839', '5295', '7045', '665', 'z', 'x', '2313', '6115', '6201', '4411', '9639', '4733', '5277']", "output": "a, f, h, j, k, m, o, t, x, z", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['6913', '9237', '4447', 'd']", "output": "d", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['887', 'p', '3819', '2727', '1407', 'b', 'n', '737', 'd', 'w', 'q', '6877']", "output": "b, d, n, p, q, w", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['g', 'c', '8791', '6965', 'p', '4597', '4139', '1821', '4575']", "output": "c, g, p", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['6299', 'k', '6961', 'a']", "output": "a, k", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['r', '9105', '3777', '859', '7839', 'r', 'p', '6635', '6795', 'u', '8667', '8667', '15', 'e', '9317', '543', 'j', '9985', 't', 'b', '347', '359', 'y', 'm', 's', '6069', '3525']", "output": "b, e, j, m, p, r, s, t, u, y", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list.", "input": "['o', '9461', 'j', 'p', 'c', 'j']", "output": "c, j, o, p", "category": "Program Execution 1263.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['i', '65']", "output": "5, 6", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['i', 'l', '249', '405', 'w', '223', '331', '71', 'h']", "output": "0, 1, 2, 3, 4, 5, 7, 9", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['471', 'k', '161', 'a', '447', '289', 'v', '163', '135', 'z', '211', '61', '159', 'b']", "output": "1, 2, 3, 4, 5, 6, 7, 8, 9", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['151', 'a', '209', '265', '163', '125']", "output": "0, 1, 2, 3, 5, 6, 9", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['s', '387', 'e', '201', 'k', 'q', 'm']", "output": "0, 1, 2, 3, 7, 8", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['d', '33', 'h', '99', 'f']", "output": "3, 9", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['v', 'o', '45', 'x', 'c', '387', 'h', 'h', '113', '417', 'j', 'w', '121', 'd', '399']", "output": "1, 2, 3, 4, 5, 7, 8, 9", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['y', 'o', '287', 'm', 's', '61']", "output": "1, 2, 6, 7, 8", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.", "input": "['63', '67', '181', 'd']", "output": "1, 3, 6, 7, 8", "category": "Program Execution 1264.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "\u0647\u0644 \u064a\u0633\u0642\u0637 \u0639\u0646\u0647\u061f", "output": "You falling for him?", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "\u0627\u0647\u060c \u0643\u0644\u0627\u064a.", "output": "Uh, Clay.", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "\u0623\u0641\u0636\u0644 \u062e\u0645\u0631 (\u062c\u064a\u0646\u064a\u0631\u0648\u0633) \u0644\u0643\u0646 \u0645\u0627\u0630\u0627 \u0623\u0639\u0631\u0641 \u0623\u0646\u0627\u061f", "output": "I prefer Genaros. But what do I know?", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "\u0648\u0645\u0639 \u0630\u0644\u0643\u060c \u0644\u0627 \u062a\u0632\u0627\u0644 \u0647\u0646\u0627\u0643 \u062a\u062d\u062f\u064a\u0627\u062a \u0643\u0628\u064a\u0631\u0629.", "output": "However, substantial challenges remain.", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "\u0645\u0627\u0630\u0627 \u062a\u0641\u0639\u0644 \u0641\u064a \u0627\u0644\u0645\u0637\u0631 \u0645\u0639 \u062d\u0641\u064a\u062f\u062a\u064a \u061f", "output": "What are you doing in the rain with my grandson?", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "\u0623\u0628\u064a \u0631\u062c\u0627\u0621", "output": "Dad, please.", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "...\u0628\u062c\u0627\u0646\u0628 \u0627\u0646 (\u0641\u064a\u0644\u064a\u0628) \u064a\u064f\u062d\u0628 \"\u0628\u0631\u0648\u0643\u0644\u064a\u0646\" \u0648\u0644\u062f\u064a\u0646\u0627 \u060c \u0627\u0646\u0627 \u0648\u0647\u0648 \u0648\u0627\u0628\u0646\u0646\u0627 \u0627\u0644\u0635\u063a\u064a\u0631 \u062f\u0631\u0648\u0633 \u0643\u0644 \u062b\u0644\u0627\u062b\u0627\u0621 \"\u0641\u064a \"\u0641\u0648\u0631\u062a \u062c\u0631\u064a\u0646", "output": "And Philip loves Brooklyn and he has his little daddy and me classes every Tuesday in Fort Green.", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "61/121 - \u0627\u0644\u0645\u0633\u0627\u0626\u0644 \u0627\u0644\u0645\u062a\u0635\u0644\u0629 \u0628\u0627\u0644\u0625\u0639\u0644\u0627\u0645", "output": "Questions relating to information", "category": "Translation 1277.json" }, { "instruction": "In this task, you are given a sentence in Arabic, and your task is to translate it into English.", "input": "\u0645\u0627\u0630\u0627 \u062a\u0641\u0639\u0644\u064a\u0646\u061f \u062a\u0642\u062f\u0651\u0645 \u0644\u064a \u0645\u062c\u062f\u062f\u064b\u0627.", "output": "You know, really, you-- you can't go wrong with any of them, so...", "category": "Translation 1277.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "Thank you, Mr. Barrett. Someone tried to get into?", "output": "\u0634\u0643\u0631\u0627 \u064b\u064b \u064a\u0627\u0633\u064a\u062f (\u0628\u0627\u0631\u062a) \u0623\u062d\u062f\u0647\u0645 \u062d\u0627\u0648\u0644 \u0627\u0644\u062f\u062e\u0648\u0644\u061f", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "I read it in Rosenzweig book, it was a big part of this theory.", "output": "\u0644\u0642\u062f \u0642\u0631\u0623\u062a\u0647 \u0641\u064a \u0643\u062a\u0627\u0628 \u0631\u0648\u0632\u064a\u0646\u0633\u0648\u064a\u062c \u0644\u0642\u062f \u0643\u0627\u0646 \u062c\u0632\u0621\u0627 \u0643\u0628\u064a\u0631\u0627 \u0645\u0646 \u0627\u0644\u0646\u0638\u0631\u064a\u0629", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "About three weeks after the last partial delivery, the buyer informed the seller of defects which had not been detectable upon initial inspection.", "output": "\u0648\u0628\u0639\u062f \u062d\u0648\u0627\u0644\u064a \u062b\u0644\u0627\u062b\u0629 \u0623\u0633\u0627\u0628\u064a\u0639 \u0645\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u0627\u0644\u062c\u0632\u0626\u064a \u0627\u0644\u0623\u062e\u064a\u0631\u0629\u060c \u0623\u0639\u0644\u0645 \u0627\u0644\u0645\u0634\u062a\u0631\u064a \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0639\u064a\u0648\u0628 \u0644\u0645 \u062a\u0643\u0646 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0634\u0641 \u0639\u0646\u062f \u0627\u0644\u062a\u0641\u062a\u064a\u0634 \u0627\u0644\u0623\u0648\u0644\u064a.", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "- Maybe you should go back down to the motel for a while.", "output": "\u0631\u0628\u0645\u0627 \u064a\u062c\u062f\u0631 \u0628\u0643 \u0627\u0644\u0630\u0647\u0627\u0628.. \u0648\u0623\u0646 \u062a\u0639\u0648\u062f\u064a \u0625\u0644\u0649 \u0627\u0644\u0646\u064f\u0632\u0644 \u0644\u0628\u0639\u0636 \u0627\u0644\u0648\u0642\u062a.", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "Purge History", "output": "\u0627\u0644\u0638\u0644", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "He's dropped out of school for a while.", "output": "\u0627\u0646\u0647 \u062a\u0631\u0643\u062a \u0627\u0644\u062f\u0631\u0627\u0633\u0647 \u0644\u0641\u062a\u0631\u0647 \u0628\u0633\u0628\u0628 \u0645\u0634\u0627\u0643\u0644 \u0634\u062e\u0635\u064a\u0647", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "That will be possible if at the next session of the Ad Hoc Committee in September we can together agree on the mandate for the elaboration of the proposed convention banning the reproductive cloning of human beings.", "output": "\u0648\u0633\u064a\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0645\u0643\u0646\u0627 \u0644\u0648 \u0627\u0633\u062a\u0637\u0639\u0646\u0627 \u0645\u0639\u0627\u060c \u062e\u0644\u0627\u0644 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u0642\u0627\u062f\u0645\u0629 \u0644\u0644\u062c\u0646\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0627\u0644\u062a\u064a \u0633\u062a\u0639\u0642\u062f \u0641\u064a \u0623\u064a\u0644\u0648\u0644/\u0633\u0628\u062a\u0645\u0628\u0631 \u0623\u0646 \u0646\u062a\u0641\u0642 \u0639\u0644\u0649 \u0648\u0644\u0627\u064a\u0629 \u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0629 \u0627\u0644\u0645\u0631\u062a\u0642\u0628\u0629 \u0627\u0644\u0631\u0627\u0645\u064a\u0629 \u0625\u0644\u0649 \u0645\u0646\u0639 \u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0627\u0644\u0628\u0634\u0631 \u0644\u0623\u063a\u0631\u0627\u0636 \u0627\u0644\u062a\u0643\u0627\u062b\u0631.", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "(4) The Committee takes note of the statement made by the delegation of the State party concerning the planned revision of the Criminal Code, and its intention to include in the Code provisions criminalizing acts of torture and other cruel, inhuman or degrading treatment, including violence against women and children.", "output": "(4) \u0648\u062a\u062d\u064a\u0637 \u0627\u0644\u0644\u062c\u0646\u0629 \u0639\u0644\u0645\u0627\u064b \u0628\u0625\u0639\u0644\u0627\u0646 \u0648\u0641\u062f \u0627\u0644\u062f\u0648\u0644\u0629 \u0627\u0644\u0637\u0631\u0641 \u0628\u0634\u0623\u0646 \u0645\u0634\u0631\u0648\u0639 \u062a\u0646\u0642\u064a\u062d \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u062c\u0646\u0627\u0626\u064a \u0648\u0628\u0627\u0639\u062a\u0632\u0627\u0645 \u0627\u0644\u062f\u0648\u0644\u0629 \u0627\u0644\u0637\u0631\u0641 \u062a\u0636\u0645\u064a\u0646 \u0647\u0630\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0623\u062d\u0643\u0627\u0645\u0627\u064b \u062a\u0642\u0636\u064a \u0628\u0627\u0639\u062a\u0628\u0627\u0631 \u0627\u0644\u062a\u0639\u0630\u064a\u0628 \u0648\u063a\u064a\u0631\u0647 \u0645\u0646 \u0636\u0631\u0648\u0628 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0623\u0648 \u0627\u0644\u0639\u0642\u0648\u0628\u0629 \u0627\u0644\u0642\u0627\u0633\u064a\u0629 \u0623\u0648 \u0627\u0644\u0644\u0627\u0625\u0646\u0633\u0627\u0646\u064a\u0629 \u0623\u0648 \u0627\u0644\u0645\u0647\u064a\u0646\u0629\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0639\u0646\u0641 \u0627\u0644\u0630\u064a \u064a\u0633\u062a\u0647\u062f\u0641 \u0627\u0644\u0646\u0633\u0627\u0621 \u0648\u0627\u0644\u0623\u0637\u0641\u0627\u0644\u060c \u062c\u0631\u0627\u0626\u0645 \u064a\u0639\u0627\u0642\u0628 \u0639\u0644\u064a\u0647\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646.", "category": "Translation 1278.json" }, { "instruction": "In this task, you will be presented with an English sentence, and you have to translate it into Arabic.", "input": "I promised Lana I'd be there.", "output": "\u0648\u0639\u062f\u062a \"\u0644\u0627\u0646\u0627\" \u0628\u0627\u0644\u062d\u0636\u0648\u0631", "category": "Translation 1278.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u0648 \u0642\u0628\u0644 \u0627\u0632 \u0622\u0646\u06a9\u0647 \u0628\u062e\u0648\u0627\u0628\u0646\u062f\u060c \u0627\u0648 \u0646\u0632\u062f \u0627\u06cc\u0634\u0627\u0646 \u0628\u0647 \u067e\u0634\u062a \u0628\u0627\u0645 \u0628\u0631\u0622\u0645\u062f.", "output": "And Joshua the son of Nun sent out of Shittim two men to spy secretly, saying, Go view the land, even Jericho. And they went, and came into an harlot's house, named Rahab, and lodged there.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u0648 \u0645\u0648\u0633\u06cc \u0627\u06cc\u0634\u0627\u0646 \u0631\u0627 \u062e\u0648\u0627\u0646\u062f\u060c \u0648 \u0647\u0627\u0631\u0648\u0646 \u0648 \u0647\u0645\u0647 \u0633\u0631\u062f\u0627\u0631\u0627\u0646 \u062c\u0645\u0627\u0639\u062a \u0646\u0632\u062f \u0627\u0648 \u0628\u0631\u06af\u0634\u062a\u0646\u062f\u060c \u0648 \u0645\u0648\u0633\u06cc \u0628\u062f\u06cc\u0634\u0627\u0646 \u0633\u062e\u0646 \u06af\u0641\u062a.", "output": "And he was there with the LORD forty days and forty nights; he did neither eat bread, nor drink water. And he wrote upon the tables the words of the covenant, the ten commandments.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u0648 \u0644\u0627\u0628\u0627\u0646 \u06af\u0641\u062a: \u00ab\u0627\u0645\u0631\u0648\u0632 \u0627\u06cc\u0646 \u062a\u0648\u062f\u0647 \u062f\u0631 \u0645\u06cc\u0627\u0646 \u0645\u0646 \u0648 \u062a\u0648 \u0634\u0647\u0627\u062f\u062a\u06cc \u0627\u0633\u062a.\u00bb \u0627\u0632 \u0627\u06cc\u0646 \u0633\u0628\u0628 \u0622\u0646 \u0631\u0627 \u00ab\u062c\u0644\u0639\u06cc\u062f\u00bb \u0646\u0627\u0645\u06cc\u062f.", "output": "And Jacob said unto his brethren, Gather stones; and they took stones, and made an heap: and they did eat there upon the heap.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u067e\u0633 \u0645\u062b\u0644 \u062e\u0648\u062f \u0631\u0627 \u0622\u0648\u0631\u062f\u0647\u060c \u06af\u0641\u062a: \u00ab\u0648\u062d\u06cc \u0628\u0644\u0639\u0627\u0645 \u0628\u0646 \u0628\u0639\u0648\u0631. \u0648\u062d\u06cc \u0622\u0646 \u0645\u0631\u062f\u06cc \u06a9\u0647 \u0686\u0634\u0645\u0627\u0646\u0634 \u0628\u0627\u0632 \u0634\u062f.", "output": "And Balak brought Balaam unto the top of Peor, that looketh toward Jeshimon.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u0648 \u0627\u0648 \u0631\u0627\u062f\u0631 \u0632\u0646\u062f\u0627\u0646 \u0627\u0646\u062f\u0627\u062e\u062a\u0646\u062f \u062a\u0627 \u0627\u0632 \u062f\u0647\u0646 \u062e\u062f\u0627\u0648\u0646\u062f \u0627\u0637\u0644\u0627\u0639 \u06cc\u0627\u0628\u0646\u062f.", "output": "Every sabbath he shall set it in order before the LORD continually, being taken from the children of Israel by an everlasting covenant.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u0634\u0648\u0647\u0631 \u0627\u0648\u0644 \u06a9\u0647 \u0627\u0648 \u0631\u0627 \u0631\u0647\u0627 \u06a9\u0631\u062f\u0647 \u0628\u0648\u062f\u060c \u0646\u0645\u06cc \u062a\u0648\u0627\u0646\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0648 \u0631\u0627 \u0628\u0647 \u0646\u06a9\u0627\u062d \u062e\u0648\u062f \u062f\u0631\u0622\u0648\u0631\u062f. \u0628\u0639\u062f \u0627\u0632 \u0622\u0646 \u0646\u0627\u067e\u0627\u06a9 \u0634\u062f\u0647 \u0627\u0633\u062a\u060c \u0632\u06cc\u0631\u0627 \u06a9\u0647 \u0627\u06cc\u0646 \u0628\u0647 \u0646\u0638\u0631\u062e\u062f\u0627\u0648\u0646\u062f \u0645\u06a9\u0631\u0648\u0647 \u0627\u0633\u062a. \u067e\u0633 \u0628\u0631 \u0632\u0645\u06cc\u0646\u06cc \u06a9\u0647 \u06cc\u0647\u0648\u0647\u060c \u062e\u062f\u0627\u06cc\u062a\u060c \u062a\u0648 \u0631\u0627 \u0628\u0647 \u0645\u0644\u06a9\u06cc\u062a \u0645\u06cc\u200c\u062f\u0647\u062f\u060c \u06af\u0646\u0627\u0647 \u0645\u06cc\u0627\u0648\u0631.", "output": "That which is gone out of thy lips thou shalt keep and perform; even a freewill offering, according as thou hast vowed unto the LORD thy God, which thou hast promised with thy mouth.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u067e\u0633 \u0628\u0647 \u062e\u0631\u0645\u0646\u06af\u0627\u0647 \u0627\u0637\u0627\u062f \u06a9\u0647 \u0622\u0646\u0637\u0631\u0641 \u0627\u0631\u062f\u0646 \u0627\u0633\u062a \u0631\u0633\u06cc\u062f\u0646\u062f\u060c \u0648 \u062f\u0631 \u0622\u0646\u062c\u0627 \u0645\u0627\u062a\u0645\u06cc \u0639\u0638\u06cc\u0645 \u0648 \u0628\u0633\u06cc\u0627\u0631 \u0633\u062e\u062a \u06af\u0631\u0641\u062a\u0646\u062f\u060c \u0648 \u0628\u0631\u0627\u06cc \u067e\u062f\u0631 \u062e\u0648\u062f\u0647\u0641\u062a \u0631\u0648\u0632 \u0646\u0648\u062d\u0647 \u06af\u0631\u06cc \u0646\u0645\u0648\u062f.", "output": "And all the house of Joseph, and his brethren, and his father's house: only their little ones, and their flocks, and their herds, they left in the land of Goshen.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u0648 \u0622\u0646 \u0628\u0632\u0631\u06af\u060c \u067e\u0633\u0631\u06cc \u0632\u0627\u06cc\u06cc\u062f\u0647\u060c \u0627\u0648 \u0631\u0627 \u0645\u0648\u0622\u0628 \u0646\u0627\u0645 \u0646\u0647\u0627\u062f\u060c \u0648 \u0627\u0648 \u062a\u0627 \u0627\u0645\u0631\u0648\u0632 \u067e\u062f\u0631 \u0645\u0648\u0622\u0628\u06cc\u0627\u0646 \u0627\u0633\u062a.\u0648 \u06a9\u0648\u0686\u06a9 \u0646\u06cc\u0632 \u067e\u0633\u0631\u06cc \u0628\u0632\u0627\u062f\u060c \u0648 \u0627\u0648 \u0631\u0627 \u0628\u0646 \u0639\u0645\u06cc \u0646\u0627\u0645 \u0646\u0647\u0627\u062f. \u0648\u06cc \u062a\u0627 \u0628\u062d\u0627\u0644 \u067e\u062f\u0631 \u0628\u0646\u06cc \u0639\u0645\u0648\u0646 \u0627\u0633\u062a.", "output": "Thus were both the daughters of Lot with child by their father.", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in Persian, and your task is to translate it into English.", "input": "\u0648 \u0627\u06cc\u0634\u0627\u0646 \u0631\u0627 \u06af\u0648\u06cc\u062f: \u00ab\u0627\u06cc \u0627\u0633\u0631\u0627\u0626\u06cc\u0644 \u0628\u0634\u0646\u0648\u06cc\u062f \u0634\u0645\u0627 \u0627\u0645\u0631\u0648\u0632 \u0628\u0631\u0627\u06cc \u0645\u0642\u0627\u062a\u0644\u0647 \u0628\u0627\u062f\u0634\u0645\u0646\u0627\u0646 \u062e\u0648\u062f \u067e\u06cc\u0634 \u0645\u06cc\u200c\u0631\u0648\u06cc\u062f\u060c \u062f\u0644 \u0634\u0645\u0627 \u0636\u0639\u06cc\u0641 \u0646\u0634\u0648\u062f\u060c \u0648 \u0627\u0632 \u0627\u06cc\u0634\u0627\u0646 \u062a\u0631\u0633\u0627\u0646 \u0648 \u0644\u0631\u0632\u0627\u0646 \u0648 \u0647\u0631\u0627\u0633\u0627\u0646 \u0645\u0628\u0627\u0634\u06cc\u062f.", "output": "And the judges shall make diligent inquisition: and, behold, if the witness be a false witness, and hath testified falsely against his brother;", "category": "Translation 1281.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "For I will pass through the land of Egypt this night, and will smite all the firstborn in the land of Egypt, both man and beast; and against all the gods of Egypt I will execute judgment: I am the LORD.", "output": "\u0647\u0641\u062a \u0631\u0648\u0632 \u0646\u0627\u0646 \u0641\u0637\u06cc\u0631 \u062e\u0648\u0631\u06cc\u062f\u060c \u062f\u0631 \u0631\u0648\u0632 \u0627\u0648\u0644 \u062e\u0645\u06cc\u0631\u0645\u0627\u06cc\u0647 \u0631\u0627 \u0627\u0632 \u062e\u0627\u0646\u0647 \u0647\u0627\u06cc \u062e\u0648\u062f \u0628\u06cc\u0631\u0648\u0646 \u06a9\u0646\u06cc\u062f\u060c \u0632\u06cc\u0631\u0627 \u0647\u0631\u200c\u06a9\u0647 \u0627\u0632 \u0631\u0648\u0632 \u0646\u062e\u0633\u062a\u06cc\u0646 \u062a\u0627 \u0631\u0648\u0632 \u0647\u0641\u062a\u0645\u06cc\u0646 \u0686\u06cc\u0632\u06cc \u062e\u0645\u06cc\u0631\u0634\u062f\u0647 \u0628\u062e\u0648\u0631\u062f\u060c \u0622\u0646 \u0634\u062e\u0635 \u0627\u0632 \u0627\u0633\u0631\u0627\u0626\u06cc\u0644 \u0645\u0646\u0642\u0637\u0639 \u06af\u0631\u062f\u062f.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "And the man whose hair is fallen off his head, he is bald; yet is he clean.", "output": "\u0627\u0648 \u0645\u0628\u0631\u0648\u0635 \u0627\u0633\u062a\u060c \u0648\u0646\u062c\u0633 \u0645\u06cc\u200c\u0628\u0627\u0634\u062f. \u06a9\u0627\u0647\u0646 \u0627\u0644\u0628\u062a\u0647 \u062d\u06a9\u0645 \u0628\u0647 \u0646\u062c\u0627\u0633\u062a \u0648\u06cc \u0628\u062f\u0647\u062f. \u0628\u0644\u0627\u06cc \u0648\u06cc \u062f\u0631 \u0633\u0631\u0634 \u0627\u0633\u062a.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "A jubile shall that fiftieth year be unto you: ye shall not sow, neither reap that which groweth of itself in it, nor gather the grapes in it of thy vine undressed.", "output": "\u0628\u0631\u062d\u0633\u0628 \u0634\u0645\u0627\u0631\u0647 \u0633\u0627\u0644\u0647\u0627\u06cc \u0628\u0639\u062f \u0627\u0632\u06cc\u0648\u0628\u06cc\u0644\u060c \u0627\u0632 \u0647\u0645\u0633\u0627\u06cc\u0647 \u062e\u0648\u062f \u0628\u062e\u0631 \u0648 \u0628\u0631\u062d\u0633\u0628 \u0633\u0627\u0644\u0647\u0627\u06cc \u0645\u062d\u0635\u0648\u0644\u0634 \u0628\u0647 \u062a\u0648 \u0628\u0641\u0631\u0648\u0634\u062f.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "Ye shall not therefore oppress one another; but thou shalt fear thy God: for I am the LORD your God.", "output": "\u067e\u0633 \u062f\u0631 \u0633\u0627\u0644 \u0634\u0634\u0645 \u0628\u0631\u06a9\u062a \u062e\u0648\u062f \u0631\u0627 \u0628\u0631 \u0634\u0645\u0627 \u062e\u0648\u0627\u0647\u0645 \u0641\u0631\u0645\u0648\u062f\u060c \u0648 \u0645\u062d\u0635\u0648\u0644 \u0633\u0647 \u0633\u0627\u0644 \u062e\u0648\u0627\u0647\u062f \u062f\u0627\u062f.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "I call heaven and earth to witness against you this day, that ye shall soon utterly perish from off the land whereunto ye go over Jordan to possess it; ye shall not prolong your days upon it, but shall utterly be destroyed.", "output": "\u0632\u06cc\u0631\u0627 \u06a9\u0647 \u0627\u0632 \u0627\u06cc\u0627\u0645 \u067e\u06cc\u0634\u06cc\u0646 \u06a9\u0647 \u0642\u0628\u0644 \u0627\u0632 \u062a\u0648 \u0628\u0648\u062f\u0647 \u0627\u0633\u062a \u0627\u0632 \u0631\u0648\u0632\u06cc \u06a9\u0647 \u062e\u062f\u0627 \u0622\u062f\u0645 \u0631\u0627 \u0628\u0631\u0632\u0645\u06cc\u0646 \u0622\u0641\u0631\u06cc\u062f\u060c \u0648 \u0627\u0632 \u06cc\u06a9 \u06a9\u0646\u0627\u0631\u0647 \u0622\u0633\u0645\u0627\u0646 \u062a\u0627 \u0628\u0647 \u06a9\u0646\u0627\u0631\u0647 \u062f\u06cc\u06af\u0631 \u0628\u067e\u0631\u0633 \u06a9\u0647 \u0622\u06cc\u0627 \u0645\u062b\u0644 \u0627\u06cc\u0646 \u0627\u0645\u0631 \u0639\u0638\u06cc\u0645 \u0648\u0627\u0642\u0639 \u0634\u062f\u0647 \u06cc\u0627 \u0645\u062b\u0644 \u0627\u06cc\u0646 \u0634\u0646\u06cc\u062f\u0647 \u0634\u062f\u0647 \u0627\u0633\u062a\u061f", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "Unto these the land shall be divided for an inheritance according to the number of names.", "output": "\u0627\u06cc\u0646\u0627\u0646\u0646\u062f \u0642\u0628\u0627\u06cc\u0644 \u0644\u0627\u0648\u06cc\u0627\u0646: \u0642\u0628\u06cc\u0644\u0647 \u0644\u0628\u0646\u06cc\u0627\u0646 \u0648 \u0642\u0628\u06cc\u0644\u0647 \u062d\u0628\u0631\u0648\u0646\u06cc\u0627\u0646 \u0648 \u0642\u0628\u06cc\u0644\u0647 \u0645\u062d\u0644\u06cc\u0627\u0646 \u0648 \u0642\u0628\u06cc\u0644\u0647 \u0645\u0648\u0634\u06cc\u0627\u0646 \u0648 \u0642\u0628\u06cc\u0644\u0647 \u0642\u0648\u0631\u062d\u06cc\u0627\u0646. \u0627\u0645\u0627 \u0642\u0647\u0627\u062a\u060c \u0639\u0645\u0631\u0627\u0645 \u0631\u0627 \u0622\u0648\u0631\u062f.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "And the angel of the LORD said unto her, I will multiply thy seed exceedingly, that it shall not be numbered for multitude.", "output": "\u0648 \u0641\u0631\u0634\u062a\u0647 \u062e\u062f\u0627\u0648\u0646\u062f \u0648\u06cc \u0631\u0627 \u06af\u0641\u062a: \u00ab\u0627\u06cc\u0646\u06a9 \u062d\u0627\u0645\u0644\u0647 \u0647\u0633\u062a\u06cc \u0648 \u067e\u0633\u0631\u06cc \u062e\u0648\u0627\u0647\u06cc \u0632\u0627\u06cc\u06cc\u062f\u060c \u0648 \u0627\u0648 \u0631\u0627 \u0627\u0633\u0645\u0627\u0639\u06cc\u0644 \u0646\u0627\u0645 \u062e\u0648\u0627\u0647\u06cc \u0646\u0647\u0627\u062f\u060c \u0632\u06cc\u0631\u0627 \u062e\u062f\u0627\u0648\u0646\u062f \u062a\u0638\u0644\u0645 \u062a\u0648 \u0631\u0627 \u0634\u0646\u06cc\u062f\u0647 \u0627\u0633\u062a.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "Notwithstanding the cities of the Levites, and the houses of the cities of their possession, may the Levites redeem at any time.", "output": "\u0627\u0632 \u0627\u0648 \u0631\u0628\u0627 \u0648 \u0633\u0648\u062f \u0645\u06af\u06cc\u0631 \u0648 \u0627\u0632\u062e\u062f\u0627\u06cc \u062e\u0648\u062f \u0628\u062a\u0631\u0633\u060c \u062a\u0627 \u0628\u0631\u0627\u062f\u0631\u062a \u0628\u0627 \u062a\u0648 \u0632\u0646\u062f\u06af\u06cc \u0646\u0645\u0627\u06cc\u062f.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Bible in English, and your task is to translate it into Persian.", "input": "And on the fourth day ten bullocks, two rams, and fourteen lambs of the first year without blemish:", "output": "\u0648\u06cc\u06a9 \u0628\u0632 \u0646\u0631 \u0628\u062c\u0647\u062a \u0642\u0631\u0628\u0627\u0646\u06cc \u06af\u0646\u0627\u0647\u060c \u0633\u0648\u0627\u06cc \u0642\u0631\u0628\u0627\u0646\u06cc \u0633\u0648\u062e\u062a\u0646\u06cc \u062f\u0627\u0626\u0645\u06cc \u0648 \u0647\u062f\u06cc\u0647 \u0622\u0631\u062f\u06cc\u200c\u0627\u0634 \u0648 \u0647\u062f\u06cc\u0647 \u0631\u06cc\u062e\u062a\u0646\u06cc \u0622\u0646.", "category": "Translation 1282.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "But if they hearken not to thee, know that they only follow their own lusts: and who is more astray than one who follow his own lusts, devoid of guidance from Allah? for Allah guides not people given to wrong-doing.", "output": "\u067e\u0633 \u0627\u06af\u0631 \u067e\u0627\u0633\u062e \u062a\u0648 \u0631\u0627 \u0646\u062f\u0627\u062f\u0646\u062f \u0628\u062f\u0627\u0646 \u06a9\u0647 \u0641\u0642\u0637 \u0627\u0632 \u0647\u0648\u0627\u0647\u0627\u06cc \u0646\u0641\u0633\u0627\u0646\u06cc \u062e\u0648\u062f \u067e\u06cc\u0631\u0648\u06cc \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f \u0648 \u06af\u0645\u0631\u0627\u0647\u200c\u062a\u0631 \u0627\u0632 \u06a9\u0633\u06cc \u06a9\u0647 \u0628\u062f\u0648\u0646 \u0647\u062f\u0627\u06cc\u062a\u06cc \u0627\u0632 \u0633\u0648\u06cc \u062e\u062f\u0627 \u0627\u0632 \u0647\u0648\u0627\u0647\u0627\u06cc \u0646\u0641\u0633\u0627\u0646\u06cc \u062e\u0648\u062f \u067e\u06cc\u0631\u0648\u06cc \u06a9\u0646\u062f\u060c \u06a9\u06cc\u0633\u062a\u061f \u0645\u0633\u0644\u0645\u0627 \u062e\u062f\u0627 \u0645\u0631\u062f\u0645 \u0633\u062a\u0645\u06a9\u0627\u0631 \u0631\u0627 \u0647\u062f\u0627\u06cc\u062a \u0646\u0645\u06cc\u200c\u06a9\u0646\u062f.", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "As to those who believe and work righteousness, verily We shall not suffer to perish the reward of any who do a (single) righteous deed.", "output": "\u0645\u0633\u0644\u0645\u0627 \u06a9\u0633\u0627\u0646\u06cc \u06a9\u0647 \u0627\u06cc\u0645\u0627\u0646 \u0622\u0648\u0631\u062f\u0646\u062f \u0648 \u06a9\u0627\u0631\u0647\u0627\u06cc \u0634\u0627\u06cc\u0633\u062a\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0646\u062f [\u067e\u0627\u062f\u0627\u0634\u0634\u0627\u0646 \u062f\u0627\u062f\u0647 \u062e\u0648\u0627\u0647\u062f \u0634\u062f] \u0632\u06cc\u0631\u0627 \u0645\u0627 \u067e\u0627\u062f\u0627\u0634 \u06a9\u0633\u0627\u0646\u06cc \u0631\u0627 \u06a9\u0647 \u06a9\u0627\u0631 \u0646\u06cc\u06a9\u0648 \u06a9\u0631\u062f\u0647\u200c\u0627\u0646\u062f\u060c \u062a\u0628\u0627\u0647 \u0646\u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645.", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "To every People have We appointed rites and ceremonies which they must follow: let them not then dispute with thee on the matter, but do thou invite (them) to thy Lord: for thou art assuredly on the Right Way.", "output": "\u0628\u0631\u0627\u06cc \u0647\u0631 \u0627\u0645\u062a\u06cc \u0639\u0628\u0627\u062f\u062a\u06cc \u0648\u06cc\u0698\u0647 \u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0647\u200c\u0627\u06cc\u0645 \u06a9\u0647 \u0622\u0646 \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc\u200c\u062f\u0647\u0646\u062f\u061b \u067e\u0633 \u0646\u0628\u0627\u06cc\u062f \u062f\u0631 \u0627\u06cc\u0646 \u0627\u0645\u0631 \u0628\u0627 \u062a\u0648 \u0633\u062a\u06cc\u0632 \u0648 \u0646\u0632\u0627\u0639 \u06a9\u0646\u0646\u062f. \u0648 \u0628\u0647 \u0633\u0648\u06cc \u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631\u062a \u062f\u0639\u0648\u062a \u06a9\u0646 \u06a9\u0647 \u0628\u06cc \u062a\u0631\u062f\u06cc\u062f \u062a\u0648 \u0628\u0631 \u0631\u0627\u0647\u06cc \u0631\u0627\u0633\u062a \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u06cc.", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "We sent (aforetime), to the Thamud, their brother Salih, saying, \"Serve Allah\": But behold, they became two factions quarrelling with each other.", "output": "\u0647\u0645\u0627\u0646\u0627 \u0628\u0647 \u0633\u0648\u06cc \u0642\u0648\u0645 \u062b\u0645\u0648\u062f \u0628\u0631\u0627\u062f\u0631\u0634\u0627\u0646 \u0635\u0627\u0644\u062d \u0631\u0627 \u0641\u0631\u0633\u062a\u0627\u062f\u06cc\u0645 \u06a9\u0647 \u062e\u062f\u0627 \u0631\u0627 \u0628\u067e\u0631\u0633\u062a\u06cc\u062f. \u067e\u0633 \u0646\u0627\u06af\u0647\u0627\u0646 \u0622\u0646\u0627\u0646 \u062f\u0648 \u06af\u0631\u0648\u0647 [\u0645\u0624\u0645\u0646 \u0648 \u06a9\u0627\u0641\u0631] \u0634\u062f\u0646\u062f \u06a9\u0647 \u0628\u0627 \u06cc\u06a9\u062f\u06cc\u06af\u0631 \u0646\u0632\u0627\u0639 \u0648 \u062f\u0634\u0645\u0646\u06cc\u0645\u06cc \u06a9\u0631\u062f\u0646\u062f.", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "Moreover He comprehended in His design the sky, and it had been (as) smoke: He said to it and to the earth: \"Come ye together, willingly or unwillingly.\" They said: \"We do come (together), in willing obedience.\"", "output": "\u0622\u0646 \u06af\u0627\u0647 \u0622\u0647\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634 \u0622\u0633\u0645\u0627\u0646 \u06a9\u0631\u062f\u060c \u062f\u0631 \u062d\u0627\u0644\u06cc \u06a9\u0647 \u0628\u0647 \u0635\u0648\u0631\u062a \u062f\u0648\u062f \u0628\u0648\u062f\u060c \u067e\u0633 \u0628\u0647 \u0622\u0646 \u0648 \u0628\u0647 \u0632\u0645\u06cc\u0646 \u06af\u0641\u062a: \u062e\u0648\u0627\u0647 \u06cc\u0627 \u0646\u0627\u062e\u0648\u0627\u0647 \u0628\u06cc\u0627\u06cc\u06cc\u062f. \u0622\u0646 \u062f\u0648 \u06af\u0641\u062a\u0646\u062f: \u0641\u0631\u0645\u0627\u0646\u0628\u0631\u062f\u0627\u0631 \u0622\u0645\u062f\u06cc\u0645.", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "When it is said to them: \"Follow what Allah hath revealed:\" They say: \"Nay! we shall follow the ways of our fathers.\" What! even though their fathers Were void of wisdom and guidance?", "output": "\u0648 \u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0628\u0647 \u0622\u0646\u0627\u0646 [\u06a9\u0647 \u0645\u0634\u0631\u06a9 \u0648 \u06a9\u0627\u0641\u0631\u0646\u062f] \u06af\u0648\u06cc\u0646\u062f: \u0627\u0632 \u0622\u0646\u0686\u0647 \u062e\u062f\u0627 \u0646\u0627\u0632\u0644 \u06a9\u0631\u062f\u0647 \u067e\u06cc\u0631\u0648\u06cc \u06a9\u0646\u06cc\u062f\u060c \u0645\u06cc\u200c\u06af\u0648\u06cc\u0646\u062f: \u0646\u0647\u060c \u0628\u0644\u06a9\u0647 \u0627\u0632 \u0622\u06cc\u06cc\u0646\u06cc \u06a9\u0647 \u067e\u062f\u0631\u0627\u0646\u0645\u0627\u0646 \u0631\u0627 \u0628\u0631 \u0622\u0646 \u06cc\u0627\u0641\u062a\u06cc\u0645\u060c \u067e\u06cc\u0631\u0648\u06cc \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645. \u0622\u06cc\u0627 \u0647\u0631 \u0686\u0646\u062f \u067e\u062f\u0631\u0627\u0646\u0634\u0627\u0646 \u0686\u06cc\u0632\u06cc \u0646\u0645\u06cc\u200c\u0641\u0647\u0645\u06cc\u062f\u0646\u062f \u0648 \u0631\u0627\u0647 [\u062d\u0642 \u0631\u0627 \u0628\u0647 \u0633\u0628\u0628 \u06a9\u0648\u0631\u062f\u0644\u06cc] \u0646\u0645\u06cc\u200c\u06cc\u0627\u0641\u062a\u0646\u062f [\u0628\u0627\u0632 \u0647\u0645 \u06a9\u0648\u0631\u06a9\u0648\u0631\u0627\u0646\u0647 \u0627\u0632 \u0622\u0646\u0627\u0646 \u067e\u06cc\u0631\u0648\u06cc \u062e\u0648\u0627\u0647\u0646\u062f \u06a9\u0631\u062f\u061f!]", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "And how many populations We destroyed, which exulted in their life (of ease and plenty)! now those habitations of theirs, after them, are deserted,- All but a (miserable) few! and We are their heirs!", "output": "\u0686\u0647 \u0628\u0633\u06cc\u0627\u0631 [\u0627\u0647\u0644] \u0634\u0647\u0631\u0647\u0627\u06cc\u06cc \u0631\u0627 \u06a9\u0647 [\u0628\u0647 \u0633\u0628\u0628 \u0641\u0631\u0627\u0648\u0627\u0646\u06cc \u0646\u0639\u0645\u062a] \u062f\u0631 \u0632\u0646\u062f\u06af\u06cc \u062e\u0648\u062f \u06af\u0631\u0641\u062a\u0627\u0631 \u0633\u0631\u0645\u0633\u062a\u06cc \u0648 \u0637\u063a\u06cc\u0627\u0646 \u0634\u062f\u0647 \u0628\u0648\u062f\u0646\u062f\u060c \u0647\u0644\u0627\u06a9 \u06a9\u0631\u062f\u06cc\u0645\u060c \u067e\u0633 \u0627\u06cc\u0646\u200c\u0647\u0627 \u062e\u0627\u0646\u0647\u200c\u0647\u0627\u06cc \u0627\u06cc\u0634\u0627\u0646 \u0627\u0633\u062a \u06a9\u0647 \u067e\u0633 \u0627\u0632 \u0622\u0646\u0627\u0646 [\u062e\u0631\u0627\u0628 \u0648 \u0648\u06cc\u0631\u0627\u0646 \u0634\u062f\u0647 \u0648] \u062c\u0632 \u0627\u0646\u062f\u06a9\u06cc \u0645\u0648\u0631\u062f \u0633\u06a9\u0648\u0646\u062a \u0642\u0631\u0627\u0631 \u0646\u06af\u0631\u0641\u062a\u0647\u200c\u0627\u0646\u062f\u060c \u0648 \u0641\u0642\u0637 \u0645\u0627 \u0648\u0627\u0631\u062b \u0622\u0646\u0627\u0646 \u0647\u0633\u062a\u06cc\u0645!", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "Soon shall We settle your affairs, O both ye worlds!", "output": "\u0627\u06cc \u0627\u0646\u0633 \u0648 \u062c\u0646! \u0628\u0647 \u0632\u0648\u062f\u06cc \u0628\u0647 [\u062d\u0633\u0627\u0628] \u0634\u0645\u0627 \u0645\u06cc\u200c\u067e\u0631\u062f\u0627\u0632\u06cc\u0645.", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian.", "input": "But when good (times) came, they said, \"This is due to us;\" When gripped by calamity, they ascribed it to evil omens connected with Moses and those with him! Behold! in truth the omens of evil are theirs in Allah's sight, but most of them do not understand!", "output": "\u067e\u0633 \u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0631\u0641\u0627\u0647 \u0648 \u0646\u0639\u0645\u062a \u0628\u0647 \u0622\u0646\u0627\u0646 \u0631\u0648\u06cc \u0645\u06cc\u200c\u06a9\u0631\u062f\u060c \u0645\u06cc\u200c\u06af\u0641\u062a\u0646\u062f: \u0627\u06cc\u0646 \u0628\u0647 \u0633\u0628\u0628 [\u0634\u0627\u06cc\u0633\u062a\u06af\u06cc] \u062e\u0648\u062f \u0645\u0627\u0633\u062a\u060c \u0648 \u0686\u0648\u0646 \u06af\u0632\u0646\u062f \u0648 \u0622\u0633\u06cc\u0628\u06cc \u0628\u0647 \u0622\u0646\u0627\u0646 \u0645\u06cc\u200c\u0631\u0633\u06cc\u062f\u060c \u0628\u0647 \u0645\u0648\u0633\u06cc \u0648 \u0647\u0645\u0631\u0627\u0647\u0627\u0646\u0634 \u0641\u0627\u0644 \u0628\u062f \u0645\u06cc\u200c\u0632\u062f\u0646\u062f\u061b \u0622\u06af\u0627\u0647 \u0628\u0627\u0634\u06cc\u062f \u06a9\u0647 [\u0633\u0631\u0631\u0634\u062a\u0647 \u0648] \u0639\u0644\u062a \u0634\u0648\u0645\u06cc \u0648 \u0646\u062d\u0648\u0633\u062a \u0641\u0631\u0639\u0648\u0646\u06cc\u0627\u0646 [\u06a9\u0647 \u0639\u06a9\u0633 \u0627\u0644\u0639\u0645\u0644 \u0632\u0634\u062a\u06cc\u200c\u0647\u0627\u06cc \u062e\u0648\u062f \u0622\u0646\u0627\u0646 \u0627\u0633\u062a] \u0646\u0632\u062f \u062e\u062f\u0627\u0633\u062a\u060c \u0648\u0644\u06cc \u0628\u06cc\u0634\u062a\u0631\u0634\u0627\u0646 \u0646\u0645\u06cc\u200c\u062f\u0627\u0646\u0646\u062f.", "category": "Translation 1283.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u0646\u0647\u060c [\u0627\u06cc\u0646 \u0686\u0646\u06cc\u0646 \u0646\u06cc\u0633\u062a\u200c] \u0628\u0644\u06a9\u0647 \u06a9\u0633\u0627\u0646\u0649 \u06a9\u0647 \u0633\u062a\u0645 \u06a9\u0631\u062f\u0647\u200c\u0627\u0646\u062f\u060c \u0628\u062f\u0648\u0646 \u0647\u06cc\u0686 \u06af\u0648\u0646\u0647 \u062f\u0627\u0646\u0634\u0649 \u0647\u0648\u0633\u0647\u0627\u0649 \u062e\u0648\u062f \u0631\u0627 \u067e\u06cc\u0631\u0648\u0649 \u06a9\u0631\u062f\u0647\u200c\u0627\u0646\u062f. \u067e\u0633 \u0622\u0646 \u06a9\u0633 \u0631\u0627 \u06a9\u0647 \u062e\u062f\u0627 \u06af\u0645\u0631\u0627\u0647 \u06a9\u0631\u062f\u0647\u060c \u0686\u0647 \u06a9\u0633\u0649 \u0647\u062f\u0627\u06cc\u062a \u0645\u0649\u200c\u06a9\u0646\u062f\u061f \u0648 \u0628\u0631\u0627\u0649 \u0622\u0646\u0627\u0646 \u06cc\u0627\u0648\u0631\u0627\u0646\u0649 \u0646\u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f.", "output": "And yet the wicked follow their own lusts without understanding. Who can show the way to those whom God allows to go astray? None will they have to help them., Rather the unjust followed their own desires, without knowledge; so who can guide one whom Allah has sent astray? And they do not have supporters., Nay, but the evildoers follow their own caprices, without knowledge; so who shall guide those whom God has led astray? They have no helpers., Aye! those who do wrong follow their own lusts without knowledge. Who, then, will guide him whom Allah hath sent astray? And for them there will be no helpers., Nay, but those who do wrong follow their own lusts without knowledge, Then who will guide him whom Allah has sent astray? And for such there will be no helpers., Yet the wrongdoers follow their desires without knowledge. But who can guide whom God leaves astray? They will have no helpers., But the wrong-doers follow their desires without any knowledge. Who, then, can show the way to him whom Allah lets go astray? Such shall have no helpers., Nay, but those who do wrong follow their own lusts without knowledge. Then who will guide him whom Allah has sent astray And for such there will be no helpers., Nay, the wrong-doers (merely) follow their own lusts, being devoid of knowledge. But who will guide those whom Allah leaves astray? To them there will be no helpers.", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u0648 \u0622\u06cc\u0627\u062a \u0645\u0627 \u0631\u0627 \u0633\u062e\u062a \u062a\u06a9\u0630\u06cc\u0628 \u0645\u0649\u200c\u06a9\u0631\u062f\u0646\u062f.", "output": "And rejected Our signs as lies., And they denied Our signs to the extreme., and they cried loud lies to Our signs;, And they belied Our revelations with strong belying., But they belied Our Ayat (proofs, evidences, verses, lessons, signs, revelations, and that which Our Prophet (Peace be upon him) brought) completely., And they denied Our signs utterly., and roundly denied Our Signs as false., But they denied Our Ayat Kidhdhaba., But they (impudently) treated Our Signs as false.", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u06af\u0641\u062a: \u00ab\u067e\u0646\u0627\u0647 \u0628\u0647 \u062e\u062f\u0627\u060c \u06a9\u0647 \u062c\u0632 \u0622\u0646 \u06a9\u0633 \u0631\u0627 \u06a9\u0647 \u06a9\u0627\u0644\u0627\u0649 \u062e\u0648\u062f \u0631\u0627 \u0646\u0632\u062f \u0648\u0649 \u06cc\u0627\u0641\u062a\u0647\u200c\u0627\u06cc\u0645 \u0628\u0627\u0632\u062f\u0627\u0634\u062a \u06a9\u0646\u06cc\u0645\u060c \u0632\u06cc\u0631\u0627 \u062f\u0631 \u0622\u0646 \u0635\u0648\u0631\u062a \u0642\u0637\u0639\u0627 \u0633\u062a\u0645\u06a9\u0627\u0631 \u062e\u0648\u0627\u0647\u06cc\u0645 \u0628\u0648\u062f.\u00bb", "output": "May God forgive us, he said, \"if we hold any one but him with whom we found our property, or else we would be unjust.\", He said, \u201cThe refuge of Allah from that we should take anyone except him with whom our property was found \u2013 we would then surely be unjust.\u201d, He said, 'God forbid that we should take any other but him in whose possession we found the goods; for if we did so, we would be evildoers.', He said: Allah forbid that we should take anyone but him with whom we found our stuff; verily then we should be the wrong-doers., He said: \"Allah forbid, that we should take anyone but him with whom we found our property. Indeed (if we did so), we should be Zalimun (wrong-doers).\", He said, \u201cGod forbid that we should arrest anyone except him in whose possession we found our property; for then we would be unjust.\u201d, Joseph said: \"Allah forbid that we should seize any except him with whom we found our good. Were we to do so, we would surely be one of the wrong-doers.\", He said: \"Allah forbid, that we should take anyone but him with whom we found our property. Indeed (if we did so), we should be wrongdoers.\", He said: \"Allah forbid that we take other than him with whom we found our property: indeed (if we did so), we should be acting wrongfully.", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u0648 \u067e\u06cc\u0627\u0644\u0647\u200c\u0647\u0627\u0649 \u0644\u0628\u0627\u0644\u0628.", "output": "And flasks full and flowing., And an overflowing cup., and a cup overflowing., And a cup overflowing., And a full cup (of wine)., And delicious drinks., and an overflowing cup., And a cup Dihaq., And a cup full (to the brim).", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631 \u062f\u0648 \u062e\u0627\u0648\u0631 \u0648 \u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631 \u062f\u0648 \u0628\u0627\u062e\u062a\u0631.", "output": "Lord of the two Easts, Lord of the two Wests., Lord of both the Easts, and Lord of both the Wests!, Lord of the Two Easts, Lord of the Two Wests,, He is Lord of the two easts and Lord of the two wests., (He is) the Lord of the two easts (places of sunrise during early summer and early winter) and the Lord of the two wests (places of sunset during early summer and early winter)., Lord of the two Easts and Lord of the two Wests., Lord of the two easts and of the two wests is He., The Lord of the two easts and the Lord of the two wests., (He is) Lord of the two Easts and Lord of the two Wests:", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u0628\u0647 \u0627\u0633\u062a\u062b\u0646\u0627\u0649 \u0628\u0646\u062f\u06af\u0627\u0646 \u067e\u0627\u06a9\u062f\u0644 \u062e\u062f\u0627!", "output": "Other than the chosen creatures of God., Except the chosen bondmen of Allah., except for God's sincere servants., Save the bondmen of Allah sincere., Except the chosen slaves of Allah (faithful, obedient, and true believers of Islamic Monotheism)., Except for the sincere servants of God., except for the chosen servants of Allah?, Except the chosen servants of Allah., Except the sincere (and devoted) Servants of Allah.", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u0648 \u062b\u0645\u0648\u062f \u0631\u0627 [\u0646\u06cc\u0632 \u0647\u0644\u0627\u06a9 \u06a9\u0631\u062f] \u0648 [\u06a9\u0633\u0649 \u0631\u0627] \u0628\u0627\u0642\u0649 \u0646\u06af\u0630\u0627\u0634\u062a.", "output": "And Thamud, and did not leave them,, And destroyed the tribe of Thamud, not sparing anyone?, and Thamood, and He did not spare them,, And that Thamud! He left not., And Thamud (people). He spared none of them., And Thamood, sparing no one., and Thamud, leaving no trace of them,, And Thamud. He spared none of them., And the Thamud nor gave them a lease of perpetual life.", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": " [\u0646\u0647!] \u0628\u0644\u06a9\u0647 \u0627\u0645\u0631\u0648\u0632 \u0622\u0646\u0627\u0646 \u0627\u0632 \u062f\u0631 \u062a\u0633\u0644\u06cc\u0645 \u062f\u0631\u0622\u0645\u062f\u06af\u0627\u0646\u0646\u062f!", "output": "They will submit to questioning then,, In fact this day they have all surrendered., No indeed; but today they resign themselves in submission, Nay! on that Day they will be entirely submissive., Nay, but that Day they shall surrender,, In fact, on that Day, they will be submissive., Indeed, today they are surrendering themselves completely.\u201d, Nay, but that Day they shall surrender., Nay, but that day they shall submit (to Judgment);", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.", "input": "\u0648 \u0647\u0631 \u06a9\u0647 \u0645\u0624\u0645\u0646 \u0628\u0647 \u0646\u0632\u062f \u0627\u0648 \u0631\u0648\u062f\u060c \u062f\u0631 \u062d\u0627\u0644\u0649 \u06a9\u0647 \u06a9\u0627\u0631\u0647\u0627\u0649 \u0634\u0627\u06cc\u0633\u062a\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0628\u0627\u0634\u062f\u060c \u0628\u0631\u0627\u0649 \u0622\u0646\u0627\u0646 \u062f\u0631\u062c\u0627\u062a \u0648\u0627\u0644\u0627 \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f:", "output": "But whoever comes before Him a believer having done good deeds, will be raised to higher stations --, And the one who presents himself as a believer before Him, having done good deeds \u2013 so for them are the high ranks., And whoso comes unto Him a believer having done deeds of righteousness, those -- for them await the most sublime degrees;, And whosoever cometh unto Him as a believer, and he hath done righteous works---then these! for them are ranks high., But whoever comes to Him (Allah) as a believer (in the Oneness of Allah, etc.), and has done righteous good deeds, for such are the high ranks (in the Hereafter),, But whoever comes to Him a believer, having worked righteousness\u2014these will have the highest ranks., But he who comes to Him with faith and righteous works shall be exalted to high ranks,, But whoever comes to Him as a believer, and has done righteous good deeds, for such are the high ranks,, But such as come to Him as Believers who have worked righteous deeds,- for them are ranks exalted,-", "category": "Translation 1284.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "someone outside the society .", "output": "\u06a9\u0633\u064a \u06a9\u0647 \u062e\u0627\u0631\u062c \u0627\u0632 \u062c\u0627\u0645\u0639\u0647 \u0628\u0627\u0634\u0647 .", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "whats the difference between a belgian and a lump of dog shit .", "output": "\u0686\u0647 \u0641\u0631\u0642\u064a \u0628\u064a\u0646 \u064a\u06a9 \u0628\u0644\u0698\u064a\u06a9\u064a \u0648 \u064a\u06a9 \u062a\u064a\u06a9\u0647 \u06af\u0647 \u0633\u06af\u0647 .", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "ok...", "output": "...\u0628\u0627\u0634\u0647, ...\u0628\u0627\u0634\u0647, ...\u0628\u0627\u0634\u0647, ...\u0628\u0627\u0634\u0647, ...\u0628\u0627\u0634\u0647, ...\u0628\u0627\u0634\u062f, ...\u0628\u0627\u0634\u0647, ...\u0628\u0633\u06cc\u0627\u0631 \u062e\u0648\u0628, \u0645\u06cc\u062f\u0627\u0646\u0645, ...\u0628\u0627\u0634\u0647, ...\u0628\u0627\u0634\u062f, ...\u0628\u0627\u0634\u0647, ...\u0628\u0633\u06cc\u0627\u0631 \u062e\u0648\u0628, \u0628\u0633\u064a\u0627\u0631 \u062e\u0648\u0628", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "but one night .", "output": "\u0648\u0644\u064a \u064a\u06a9 \u0634\u0628 .", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "i find the impossible far more interesting .", "output": "\u0645\u0646 \u062f\u0646\u0628\u0627\u0644 \u063a\u064a\u0631\u0645\u0645\u06a9\u0646 \u0645\u064a\u06af\u0631\u062f\u0645 \u0686\u0648\u0646 \u0627\u0648\u0646 \u062c\u0630\u0627\u0628\u062a\u0631\u0647 .", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "to catch goods and people", "output": "\u062a\u0627 \u0645\u0631\u062f\u0645 \u0648 \u06a9\u0627\u0644\u0627 \u0647\u0627 \u0631\u0627 \u0628\u06af\u06cc\u0631\u0646\u062f", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "well , well . the snows of kilimanjaro .", "output": "\u0622\u0631\u0647 \u060c \u0622\u0631\u0647 . \u0628\u0631\u0641\u0647\u0627\u06cc \u06a9\u0644\u06cc\u0645\u0627\u0646\u062c\u0627\u0631\u0648 ., \u0622\u0631\u0647 \u060c \u0622\u0631\u0647 . \u0628\u0631\u0641\u0647\u0627\u064a \u06a9\u0644\u064a\u0645\u0627\u0646\u062c\u0627\u0631\u0648 .", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "well, how sweet of you.", "output": "\u0622\u0647\u0627\u0646\u060c \u062e\u064a\u0644\u064a \u0644\u0637\u0641 \u06a9\u0631\u062f\u064a", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "it doesn't matter whether i close my eyes or open them because all i see is you.", "output": "\u0645\u0647\u0645 \u0646\u064a\u0633\u062a \u0643\u0647 \u0686\u0634\u0645\u0647\u0627\u0645 \u0628\u0627\u0632\u0647 \u064a\u0627 \u0628\u0633\u062a\u0647 \u0686\u0648\u0646 \u0647\u0645\u0647 \u064a \u0686\u064a\u0632\u064a \u0643\u0647 \u0645\u064a \u0628\u064a\u0646\u0645 \u0641\u0642\u0637 \u062a\u0648\u064a\u064a", "category": "Translation 1285.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0627\u0644\u062a\u0645\u0627\u0633\u062a \u0645\u064a\u0643\u0646\u0645 \u060c \u0627\u0632 \u0645\u0646 \u0645\u062d\u0627\u0641\u0638\u062a \u0643\u0646 .", "output": "i beg you . protect me .", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0646\u0645\u064a \u062a\u0648\u0646\u0645 \u0628\u0627\u0648\u0631 \u06a9\u0646\u0645 \u06a9\u0647,,,", "output": "i can't believe it...", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0634\u0627\u064a\u062f \u062f\u0627\u062e\u0644 \u0628\u062f\u0646\u0634 \u06a9\u0645\u0648\u0646\u0647 \u06a9\u0631\u062f\u0646\u062f .", "output": "probably just ricochetted inside .", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0627\u0648\u0646 \u062e\u064a\u0644\u064a \u0628\u0647 \u062e\u0627\u0637\u0631 \u0628\u064a\u0632\u064a\u0646\u0633 \u0628\u0647 \u0633\u0641\u0631 \u0645\u064a\u0631\u0647 .", "output": "hes away on business a lot .", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u067e\u0633 \u062a\u0648 \u062f\u0632\u062f\u064a\u062f\u064a\u0634\u061f", "output": "then did you steal it?", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0628\u0647 \u062c\u064a\u0646 \u0686\u0637\u0648\u0631\u0647\u061f\u0627\u0648\u0636\u0627\u0639 \u0627\u0648\u0646\u062c\u0627 \u0686\u0637\u0648\u0631\u064a\u0647\u061f", "output": "how about jin? how's the situation there?", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0647\u0631\u0632\u0647 \u06a9\u0648\u0686\u0648\u0644\u0648\u200f .", "output": "little bitch .", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0645\u064a \u062f\u0648\u0646\u064a\u062f \u0643\u0647 \u0643\u062c\u0627 \u0645\u064a \u062a\u0648\u0646\u0646 \u0628\u0627\u0634\u0646\u062f\u061f", "output": "do you know where he might be?", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0628\u0635\u064a\u0631\u062a\u062f\u064a\u062f .", "output": "vision .", "category": "Translation 1286.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0641\u0627\u0646\u06cc \u0628\u0647 \u06af\u0631\u0645\u06cc \u062a\u0634\u06a9\u0631 \u06a9\u0631\u062f\u060c \u0686\u0648\u0646 \u0628\u0647 \u0633\u0628\u0628 \u0639\u0634\u0642\u06cc \u06a9\u0647 \u0628\u0647 \u0648\u06cc\u0644\u06cc\u0627\u0645 \u062f\u0627\u0634\u062a \u062a\u0627 \u062d\u062f\u0648\u062f\u06cc \u062e\u062c\u0627\u0644\u062a \u0647\u0645\u06cc\u0634\u06af\u06cc\u200c\u0627\u0634 \u0631\u0627 \u06a9\u0646\u0627\u0631 \u06af\u0630\u0627\u0634\u062a\u0647 \u0628\u0648\u062f.", "output": "quite thankfully and warmly, for she was elevated beyond the common timidity of her mind by the flow of her love for William.", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0628\u06af\u06cc\u0631 \u067e\u0633\u0631\u0645\u060c \u0648 \u0622\u0633\u0648\u062f\u0647 \u0628\u0627\u0634\u061b \u0632\u06cc\u0631\u0627 \u062e\u062f\u0627\u0648\u0646\u062f\u060c \u0645\u0647\u0631\u0628\u0627\u0646 \u0648 \u0631\u062d\u06cc\u0645 \u0627\u0633\u062a.", "output": ";Take it, my son,; he said, ;and be at rest, for the Lord is tender and pitiful.", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0628\u0627 \u0622\u0646 \u06a9\u0647 \u062f\u0631 \u0641\u0639\u0627\u0644\u062a\u06cc\u0647\u0627\u06cc \u06a9\u0644\u06cc\u0633\u0627\u06cc\u06cc \u062e\u0648\u062f \u067e\u0631\u0634\u0648\u0631\u0648 \u0648 \u063a\u06cc\u0648\u0631 \u0648 \u062f\u0631 \u0632\u0646\u062f\u06af\u06cc \u0648 \u0639\u0627\u062f\u0627\u062a\u0634 \u063a\u06cc\u0631 \u0642\u0627\u0628\u0644 \u0633\u0631\u0632\u0646\u0634 \u0628\u0648\u062f\u060c", "output": "Zealous in his ministerial la bours, blameless in his life and habits,", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0628\u0647 \u0633\u0628\u0628 \u0631\u0641\u0627\u0647 \u0648 \u0631\u0627\u062d\u062a\u06cc \u0648 \u0633\u0631\u0645\u0634\u0642\u200c\u0647\u0627\u06cc \u063a\u0644\u0637\u06cc \u06a9\u0647 \u062f\u0631 \u0632\u0646\u062f\u06af\u06cc\u200c\u0627\u0634 \u062f\u0627\u0634\u062a \u0628\u06cc\u200c\u0645\u0628\u0627\u0644\u0627\u062a \u0648 \u062e\u0648\u062f\u062e\u0648\u0627\u0647 \u0628\u0648\u062f \u0648 \u0628\u0647 \u0686\u06cc\u0632\u06cc \u063a\u06cc\u0631 \u0627\u0632 \u0644\u062d\u0638\u0647 \u062d\u0627\u0644 \u0646\u0645\u06cc\u200c\u0627\u0646\u062f\u06cc\u0634\u06cc\u062f.", "output": "but, thoughtless and selfish from prosperity and bad example, he would not look beyond the present moment.", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0628\u0627 \u06af\u0641\u062a\u06af\u0648\u0647\u0627\u06cc \u0639\u0627\u0634\u0642\u0627\u0646\u0647 \u0628\u0647 \u067e\u0627\u06cc\u0627\u0646 \u0645\u06cc\u200c\u0628\u0631\u062f\u0646\u062f\u060c", "output": "talking as lovers are prone to talk,", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0686\u0634\u0645\u200c\u0647\u0627\u06cc\u0634 \u0628\u0627\u06cc\u062f \u0633\u06cc\u0627\u0647\u200c\u062a\u0631 \u0628\u0627\u0634\u062f\u060c \u0627\u0645\u0627 \u0644\u0628\u062e\u0646\u062f \u0634\u06cc\u0631\u06cc\u0646\u06cc \u062f\u0627\u0631\u062f.", "output": "Her eyes should be darker, but she has a sweet smile;", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u062f\u0633\u062a\u0648\u0631 \u062f\u0627\u062f\u0645\u060c \u062f\u0631 \u0635\u0648\u0631\u062a\u06cc \u06a9\u0647 \u0627\u0648 \u0628\u062e\u0648\u0627\u0647\u062f \u0631\u0641\u062a\u0627\u0631 \u0639\u0627\u0642\u0644\u0627\u0646\u0647\u200c\u0627\u06cc \u062f\u0631 \u067e\u06cc\u0634 \u06af\u06cc\u0631\u062f\u060c \u0627\u0646\u0636\u0628\u0627\u0637 \u0628\u0647 \u0646\u062d\u0648 \u0642\u0627\u0628\u0644 \u0645\u0644\u0627\u062d\u0638\u0647\u200c\u0627\u06cc \u0633\u0633\u062a \u0634\u0648\u062f\u061b", "output": "I offered to relax the discipline considerably if he would behave in a reasonable manner;", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u06cc\u06a9 \u0631\u0648\u0632 \u06a9\u0647 \u0628\u0647 \u0647\u0645\u06cc\u0646 \u0634\u06a9\u0644 \u0628\u0627 \u0647\u0645 \u0646\u0634\u0633\u062a\u0647 \u0628\u0648\u062f\u0646\u062f\u060c \u0641\u0627\u0646\u06cc \u0646\u06af\u0627\u0647\u06cc \u0628\u0647 \u0627\u0637\u0631\u0627\u0641 \u0627\u0646\u062f\u0627\u062e\u062a \u0648 \u06af\u0641\u062a: \u0642\u0634\u0646\u06a9 \u0627\u0633\u062a \u2026 \u062e\u06cc\u0644\u06cc \u062e\u06cc\u0644\u06cc \u0642\u0634\u0646\u06af \u0627\u0633\u062a\u060c \u200c.", "output": ";This is pretty, very pretty,; said Fanny, looking around her as they were thus sitting together one day;", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0627\u06cc\u0646\u200c\u06a9\u0647 \u0645\u0646 \u0645\u062d\u062a\u0627\u0637 \u0648 \u062d\u0633\u0627\u0646 \u067e\u0627\u0634\u0645 \u0648 \u0639\u06cc\u0628 \u0648 \u0627\u06cc\u0631\u0627\u062f\u0647\u0627\u06cc\u06cc \u0628\u0628\u06cc\u0646\u0645 \u06a9\u0647 \u0641\u0631\u0632\u0646\u062f\u0627\u0646\u0645 \u0646\u0645\u06cc\u200c\u0628\u06cc\u0646\u0646\u062f\u060c \u06a9\u0627\u0645\u0644\u0627 \u0637\u0628\u06cc\u0639\u06cc \u0627\u0633\u062a.", "output": "That I should be cautious and quick sighted, and feel many scruples which my children do _not_ feel, is perfectly natural;", "category": "Translation 1287.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "so you must make up your mind to what may happen, and take your things accordingly.;", "output": "\u062e\u0628\u060c \u062d\u0648\u0627\u0633\u062a \u0628\u0627\u0634\u062f \u0686\u0647 \u0627\u062a\u0641\u0627\u0642\u06cc \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u06cc\u0641\u062a\u062f \u0648\u0633\u0627\u06cc\u0644 \u0644\u0627\u0632\u0645 \u0631\u0627 \u0628\u0627 \u062e\u0648\u062f\u062a \u0628\u0628\u0631.", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "at whom Jo glowered darkly, to Laurie's infinite amusement.", "output": "\u06a9\u0647 \u0648\u062c\u0648\u062f \u0645\u0647\u0645\u0627\u0646 \u0627\u062e\u06cc\u0631 \u0628\u0627\u0639\u062b \u0634\u062f\u0647 \u0628\u0648\u062f \u06a9\u0647 \u06a9\u0641\u0631 \u062c\u0648\u062f \u062f\u0631 \u0622\u06cc\u062f \u0648 \u0627\u06cc\u0646 \u0645\u0648\u0636\u0648\u0639 \u06a9\u0644\u06cc \u0628\u0627\u0639\u062b \u062a\u0641\u0631\u06cc\u062d \u0644\u0627\u0631\u06cc \u06af\u0631\u062f\u06cc\u062f.", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "and of the greasy dimes, nickels, and quarters she took in over the counter of the store.", "output": "\u0648 \u0633\u06a9\u0647\u200c\u0647\u0627\u06cc \u0686\u0631\u06a9 \u062f\u0647 \u0633\u0646\u062a\u06cc \u067e\u0646\u062c \u0633\u0646\u062a\u06cc \u0648 \u0628\u06cc\u0633\u062a\u200c\u0648\u067e\u0646\u062c \u0633\u0646\u062a\u06cc \u0631\u0627 \u06a9\u0647 \u067e\u0634\u062a \u062f\u062e\u0644 \u0627\u0632 \u0645\u0631\u062f\u0645 \u0645\u06cc\u200c\u06af\u0631\u0641\u062a \u0628\u0647 \u062e\u0648\u062f \u062c\u0630\u0628 \u0645\u06cc\u200c\u06a9\u0646\u062f.", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "call he would have allowed Martin an additional three dollars and eighty five cents' worth of credit.", "output": "\u062d\u062a\u0645\u0627 \u0628\u0647 \u0627\u0646\u062f\u0627\u0632\u0647\u200c\u06cc \u0633\u0647 \u062f\u0644\u0627\u0631 \u0648 \u0647\u0634\u062a\u0627\u062f \u0648 \u067e\u0646\u062c \u0633\u0646\u062a \u062f\u06cc\u06af\u0631 \u0628\u0647 \u0627\u0648 \u0646\u0633\u06cc\u0647 \u0645\u06cc\u200c\u062f\u0627\u062f", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "He was surrounded by the unknown, apprehensive of what might happen,", "output": "\u067e\u06cc\u0631\u0627\u0645\u0648\u0646\u0634 \u0631\u0627 \u0622\u062f\u0645\u200c\u0647\u0627 \u0648 \u0627\u0634\u06cc\u0627\u06cc \u0646\u0627\u0634\u0646\u0627\u0633 \u06af\u0631\u0641\u062a\u0647 \u0628\u0648\u062f\u0646\u062f \u0646\u06af\u0631\u0627\u0646 \u062d\u0648\u0627\u062f\u062b \u0628\u0648\u062f \u0646\u0645\u06cc\u200c\u062f\u0627\u0646\u0633\u062a\u060c", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "his lack of the ghost of a notion what any one else was feeling that annoyed her, had always annoyed her", "output": "\u0627\u06cc\u0646\u06a9\u0647 \u0627\u0635\u0644\u0627 \u06a9\u0648\u0686\u06a9\u200c\u062a\u0631\u06cc\u0646 \u062a\u0635\u0648\u06cc\u0631\u06cc \u0646\u062f\u0627\u0634\u062a \u06a9\u0647 \u062f\u06cc\u06af\u0631\u06cc \u0686\u0647 \u0627\u062d\u0633\u0627\u0633\u06cc \u062f\u0627\u0631\u062f\u060c \u0622\u0632\u0627\u0631\u0634 \u0645\u06cc\u200c\u062f\u0627\u062f\u060c \u0647\u0645\u06cc\u0634\u0647 \u0622\u0632\u0627\u0631\u0634 \u062f\u0627\u062f\u0647 \u0628\u0648\u062f.", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "who came to be civil and to shew her civility especially, in urging the execution of the plan for visiting Sotherton, which had been started a fortnight before,", "output": "\u06a9\u0647 \u0622\u0645\u062f\u0647 \u0628\u0648\u062f \u0631\u0633\u0645 \u0627\u062f\u0628 \u0631\u0627 \u0628\u0647 \u062c\u0627 \u0628\u06cc\u0627\u0648\u0631\u062f \u0648\u0622\u062f\u0627\u0628\u200c\u062f\u0627\u0646\u06cc\u200c\u0627\u0634 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0628\u062f\u0647\u062f \u0648 \u0628\u0631\u0627\u06cc \u0628\u0627\u0632\u062f\u06cc\u062f \u0627\u0632 \u0633\u0627\u062a\u0631\u062a\u0646\u200c\u06a9\u0647 \u062f\u0648 \u0647\u0641\u062a\u0647 \u067e\u06cc\u0634\u200c\u062a\u0631 \u0642\u0631\u0627\u0631\u0634\u06af\u0630\u0627\u0634\u062a\u0647 \u0634\u062f\u0647 \u0628\u0648\u062f \u0634\u062e\u0635\u0627 \u062f\u0639\u0648\u062a\u200c\u06a9\u0646\u062f\u060c", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "and as the whole arrangement was to bring very little expense to anybody, and none at all to herself,", "output": "\u0648 \u0686\u0648\u0646 \u06a9\u0644 \u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0647\u06cc\u0686 \u062e\u0631\u062c \u0648 \u0645\u062e\u0627\u0631\u062c\u06cc \u0631\u0648\u06cc \u062f\u0633\u062a \u06a9\u0633\u06cc \u0646\u0645\u06cc\u200c\u06af\u0630\u0627\u0634\u062a\u060c \u0648 \u0628\u0631\u0627\u06cc \u062e\u0648\u062f \u0627\u0648 \u0647\u0645 \u0627\u0635\u0644\u0627 \u062e\u0631\u062c\u06cc \u0646\u062f\u0627\u0634\u062a\u060c", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "with and unusually mild expression in her face.", "output": "\u062d\u0627\u0644\u062a\u06cc \u0645\u0644\u0627\u06cc\u0645 \u062a\u0648\u0623\u0645 \u0628\u0627 \u0622\u0631\u0627\u0645\u0634 \u0627\u0632 \u0686\u0647\u0631\u0647\u200c\u06cc \u0642\u0647\u0648\u0647\u200c\u0627\u06cc \u0631\u0646\u06af\u0634 \u0645\u0634\u0647\u0648\u062f \u0628\u0648\u062f.", "category": "Translation 1288.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "@noorbahman: \u0628\u0645\u0628 \u06cc\u06a9 \u0642\u0631\u0628\u0627\u0646\u06cc \u0631\u0627 \u0645\u06cc\u200c\u06a9\u0634\u062f \u0627\u0645\u0627 \u062e\u0631\u0627\u0628\u06cc\u200c\u0647\u0627\u06cc\u06cc \u0631\u0627 \u0647\u0645 \u062f\u0631 \u0627\u0637\u0631\u0627\u0641 \u0627\u0648 \u0628\u0647 \u0628\u0627\u0631 \u0645\u06cc\u200c\u0622\u0648\u0631\u062f.", "output": "@noorbahman: A bomb does kill a victim on the spot but also destroys quite a proportion of the surrounding area the victim was in.", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0639\u0645\u0627\u0646: \u0627\u0645\u06cc\u062f \u0627\u0633\u0644\u0627\u0645", "output": "Oman: New Religious Blog \u00b7 Global Voices", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u063a\u0631\u0628 \u0627\u06cc\u0646\u0637\u0648\u0631\u06cc \u0628\u0631\u0627\u06cc \u062c\u0648\u0627\u0646\u0627\u0646 \u0645\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0631\u06cc\u0632\u06cc \u06a9\u0631\u062f\u0647 \u06cc\u0639\u0646\u06cc \u2014 Arash Zad (@arashzd) July \u06f2\u06f0, \u06f2\u06f0\u06f1\u06f5", "output": "He thinks about living in Iran again, but determines that it's only possible to live comfortably if you receive an income in dollars.", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0627\u06cc\u0646 \u062f\u0648 \u06a9\u0645\u067e\u06cc\u0646 \u0632\u0645\u0627\u0646\u06cc \u062f\u0631 \u06a9\u0646\u0627\u0631 \u0647\u0645 \u0642\u0631\u0627\u0631 \u06af\u0631\u0641\u062a\u0646\u062f \u06a9\u0647 \u0635\u0641\u062d\u0647 \u0641\u06cc\u0633\u0628\u0648\u06a9 \u0627\u06cc\u0631\u0627\u0646\u06cc\u200c\u0647\u0627 \u067e\u06cc\u0627\u0645 \u0635\u0641\u062d\u0647 \u0627\u0633\u0631\u0627\u0626\u06cc\u0644\u06cc\u200c\u0647\u0627 \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0631 \u06a9\u0631\u062f \u06a9\u0647 \u0645\u06cc\u200c\u06af\u0641\u062a: \u0645\u0627 \u0645\u06cc\u0644\u06cc\u0648\u0646\u200c\u0647\u0627 \u0627\u0646\u0633\u0627\u0646 \u0647\u0633\u062a\u06cc\u0645 \u06a9\u0647 (\u0627\u0632 \u062c\u0646\u06af) \u0635\u062f\u0645\u0647 \u0645\u06cc\u200c\u062e\u0648\u0631\u06cc\u0645.", "output": "Both campaigns came together again when the Iranian page reposted the following message from the Israeli Facebook page:", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u067e\u0633 \u0627\u0632 \u06a9\u0645\u067e\u06cc\u0646 \u00ab\u0645\u0646 \u0634\u0647\u06cc\u062f \u0646\u06cc\u0633\u062a\u0645\u00bb \u062f\u0631 \u06cc\u0627\u062f\u0628\u0648\u062f \u0645\u062d\u0645\u062f \u0686\u0627\u0631 \u0648 \u00ab\u0645\u0646 \u0628\u0631\u0647\u0646\u0647 \u0646\u06cc\u0633\u062a\u0645\u00bb \u06a9\u0647 \u0627\u0628\u062a\u062f\u0627 \u062f\u0631 \u062d\u0645\u0627\u06cc\u062a \u0627\u0632 \u062c\u06a9\u06cc \u0686\u0627\u0645\u0648\u0646 \u0627\u0633\u06a9\u06cc\u200c\u0628\u0627\u0632 \u0627\u0644\u0645\u067e\u06cc\u06a9\u06cc \u0648 \u0633\u067e\u0633 \u0639\u0644\u06cc\u0647 \u062e\u0634\u0648\u0646\u062a \u0645\u062d\u0644\u06cc \u0641\u0639\u0627\u0644\u06cc\u062a \u06a9\u0631\u062f\u060c \u0627\u06cc\u0646 \u06a9\u0645\u067e\u06cc\u0646 \u0636\u062f \u0646\u0698\u0627\u062f\u067e\u0631\u0633\u062a\u06cc \u0627\u0632 \u0647\u0645\u0627\u0646 \u0631\u0648\u0634 \u0627\u0639\u062a\u0631\u0627\u0636 \u0622\u0646\u0644\u0627\u06cc\u0646 (\u06a9\u0647 \u0627\u06a9\u0646\u0648\u0646 \u06a9\u0627\u0645\u0644\u0627 \u0634\u0646\u0627\u062e\u062a\u0647 \u0634\u062f\u0647) \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u06a9\u0646\u062f \u06a9\u0647 \u062f\u0631 \u0622\u0646 \u0634\u0647\u0631\u0648\u0646\u062f\u0627\u0646 \u0628\u0627 \u0627\u0646\u062a\u0634\u0627\u0631 \u0639\u06a9\u0633\u0647\u0627\u06cc \u0634\u062e\u0635\u06cc \u067e\u06cc\u0627\u0645\u0647\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0627\u0646\u062a\u0642\u0627\u0644 \u0645\u06cc\u200c\u062f\u0647\u0646\u062f.", "output": "After the \"I am not a Martyr\" campaign in honor of Mohammad Chaar and the \"I am not naked\" campaign first in support of Olympic skier Jackie Chamoun and then against Domestic Violence, the anti-racism campaign is using the same (and now-familiar) method of online protest featuring average citizens posting selfies and carrying a message.", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u06cc\u0627\u0646 \u0627\u0632 \u06a9\u062a\u0627\u0628 \u062c\u062f\u06cc\u062f\u06cc \u0628\u0647 \u0646\u0627\u0645: \u0641\u0635\u0644 \u062a\u0631\u06cc\u0627\u06a9: \u06cc\u06a9 \u0633\u0627\u0644 \u062f\u0631 \u0645\u0631\u0632 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0646\u0648\u0634\u062a\u0647 \u062c\u0648\u0644 \u0647\u0627\u0648\u0646\u0634\u062a\u0627\u06cc\u0646 \u0645\u06cc\u200c\u0646\u0648\u06cc\u0633\u062f. \u0628\u0647 \u0646\u0638\u0631 \u0628\u0644\u0627\u06af\u0631 \u0646\u0648\u06cc\u0633\u0646\u062f\u0647 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u062e\u0648\u0628\u06cc \u062f\u0631 \u0627\u06cc\u0646 \u06a9\u062a\u0627\u0628 \u0627\u0631\u0627\u06cc\u0647 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a", "output": "Ian reviews briefly a new book \"Opium Season: A Year on the Afghan Frontier\" by Joel Hafvenstein, saying that the author knows how to write, and unlike many writers about Afghanistan, has a sense of measure and humility about his own limitations and failures.", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0627\u0633\u062a\u0631\u0627\u062a\u06cc\u0698\u06cc \u062c\u062f\u06cc\u062f \u0622\u0645\u0631\u06cc\u06a9\u0627 \u062f\u0631 \u0642\u0628\u0627\u0644 \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646\u061b \u0627\u0645\u06cc\u062f\u200c\u0647\u0627\u06cc \u062a\u0627\u0632\u0647 \u0648 \u0628\u06cc\u0645\u200c\u0647\u0627\u06cc \u06af\u0630\u0634\u062a\u0647", "output": "Trump's Strategy for Afghanistan: New Hopes and Old Fears \u00b7 Global Voices", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0645\u0648\u0646\u062a\u06af\u0648 \u0628\u06cc \u062f\u0631 \u0645\u0648\u0631\u062f \u0645\u0628\u0627\u0631\u0632\u0647 \u0645\u0631\u062f\u0645 \u0645\u06cc\u0627\u0646\u0645\u0627\u0631 \u0645\u06cc\u200c\u0646\u0648\u06cc\u0633\u062f \u0622\u0632\u0627\u062f\u06cc \u062d\u0642 \u062a\u0645\u0627\u0645\u06cc \u0627\u0646\u0633\u0627\u0646\u0647\u0627 \u0627\u0633\u062a \u0648 \u0686\u06cc\u0632\u06cc \u0646\u06cc\u0633\u062a \u06a9\u0647 \u0628\u0627\u06cc\u062f \u0628\u0647 \u062f\u0633\u062a \u0622\u0648\u0631\u062f.", "output": "Uncommon Sense blogs about the struggle in Burma, while Montego Bay Day By Day says: \"Freedom is not a thing that is earned.", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in Persian, and your task is to translate it into English.", "input": "\u0641\u0631\u0632\u0646\u062f \u0634\u0627\u0646 \u0646\u062c\u0627\u062a \u06cc\u0627\u0641\u062a\u0647 \u0627\u0633\u062a.", "output": "Their child survived. pic.twitter.com/uDNTOFOzcT \u2014 Shafiur Rahman (@shafiur) September 2, 2017", "category": "Translation 1289.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "I have concluded, although I do not claim to be an economist by any means, that Armenia\u2019s economy is dollar based and probably always has been.", "output": "\u0627\u06cc\u0646 \u0628\u0644\u0627\u06af\u0631 \u0645\u06cc\u200c\u0646\u0648\u06cc\u0633\u062f (\u0627\u0646\u06af\u0644\u06cc\u0633\u06cc): \u0645\u0646 \u0627\u06af\u0631 \u0686\u0647 \u0627\u0642\u062a\u0635\u0627\u062f \u062f\u0627\u0646 \u0646\u06cc\u0633\u062a\u0645 \u0648\u0644\u06cc \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0645 \u0628\u06af\u0648\u06cc\u0645 \u06a9\u0647 \u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0631\u0645\u0646\u0633\u062a\u0627\u0646 \u0628\u0631 \u067e\u0627\u06cc\u0647 \u062f\u0644\u0627\u0631 \u0627\u0633\u062a \u0648 \u0627\u062d\u062a\u0645\u0627\u0644\u0627 \u0647\u0645\u06cc\u0634\u0647 \u0686\u0646\u06cc\u0646 \u0628\u0627\u0642\u06cc \u062e\u0648\u0627\u0647\u062f \u0645\u0627\u0646\u062f.", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "An Islamist won and started to work to the benefit of Islamists, who contradict the basic hipster understanding of democracy.", "output": "\u06cc\u06a9 \u0627\u0633\u0644\u0627\u0645 \u06af\u0631\u0627 \u0628\u0631\u0646\u062f\u0647 \u0634\u062f \u0648 \u062f\u0631 \u062c\u0647\u062a \u0645\u0646\u0627\u0641\u0639 \u0627\u0633\u0644\u0627\u0645 \u06af\u0631\u0627\u06cc\u0627\u0646\u060c \u06a9\u0647 \u062a\u0641\u06a9\u0631\u0627\u062a\u0634\u0627\u0646 \u0628\u0627 \u0627\u0633\u0627\u0633 \u0628\u0631\u062f\u0627\u0634\u062a \u0646\u0648\u067e\u0631\u0633\u062a\u0627\u0646 \u0627\u0632 \u062f\u0645\u0648\u06a9\u0631\u0627\u0633\u06cc \u062f\u0631 \u062a\u0636\u0627\u062f \u0627\u0633\u062a\u060c \u0634\u0631\u0648\u0639 \u0628\u0647 \u06a9\u0627\u0631 \u06a9\u0631\u062f.", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "One of the family members (mostly a man), with the consent of other family members, kills and sentences the woman on few basis.", "output": "\u06cc\u06a9\u06cc \u0627\u0632 \u0627\u0639\u0636\u0627\u06cc \u062e\u0627\u0646\u0648\u0627\u062f\u0647 (\u0627\u063a\u0644\u0628 \u0627\u0632 \u0645\u0631\u062f\u0627\u0646) \u0628\u0627 \u0645\u0648\u0627\u0641\u0642\u062a \u0628\u0642\u06cc\u0647 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \u0628\u0627 \u062a\u06a9\u06cc\u0647 \u0628\u0631 \u0686\u0646\u062f \u0628\u0627\u0648\u0631\u060c \u062f\u0633\u062a \u0628\u0647 \u062c\u0632\u0627 \u0648 \u0642\u062a\u0644 \u0632\u0646\u0627\u0646 \u0622\u0646 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \u0645\u06cc\u200c\u0632\u0646\u062f.", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "Carlos of Liberal Colombiano writes a poster being displayed in Venezuela that shows fallen guerrilla leader Ra\u00fal Reyes as a symbol of peace and he writes whether Reyes in the \"new Che Guevara\"?", "output": "\u06a9\u0627\u0631\u0644\u0648\u0633 \u0645\u06cc\u200c\u0646\u0648\u06cc\u0633\u062f \u06a9\u0647 \u062f\u0631 \u0648\u0646\u0632\u0648\u0626\u0644\u0627 \u0628\u0647 \u0627\u0641\u062a\u062e\u0627\u0631 \u0631\u0627\u0626\u0648\u0644 \u0631\u06cc\u0633 \u0641\u0631\u0645\u0627\u0646\u062f\u0647 \u0634\u0645\u0627\u0631\u0647 \u062f\u0648 \u0686\u0631\u06cc\u06a9\u200c\u0647\u0627\u06cc \u06a9\u0644\u0645\u0628\u06cc\u0627 \u06a9\u0647 \u0627\u062e\u06cc\u0631\u0627 \u0628\u0647 \u062f\u0633\u062a \u062f\u0648\u0644\u062a \u06a9\u0634\u062a\u0647 \u0634\u062f \u067e\u0648\u0633\u062a\u0631\u06cc \u0686\u0627\u067e \u0634\u062f\u0647 \u0627\u0633\u062a. \u062f\u0631 \u0627\u06cc\u0646 \u067e\u0648\u0633\u062a\u0631 \u0627\u06cc\u0646 \u0641\u0631\u0645\u0627\u0646\u062f\u0647 \u06a9\u0634\u062a\u0647 \u0634\u062f\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u0646\u0628\u0644 \u0635\u0644\u062d \u0645\u0637\u0631\u062d \u0634\u062f\u0647 \u0648 \u0627\u06cc\u0646 \u0633\u0648\u0627\u0644 \u067e\u0631\u0633\u06cc\u062f\u0647 \u0634\u062f\u0647 \u06a9\u0647 \u0622\u06cc\u0627 \u0648\u06cc \u0686\u0647 \u06af\u0648\u0631\u0627\u06cc \u062c\u062f\u06cc\u062f \u0627\u0633\u062a", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "Rouhani\u2019s second trip to New York to attend the UN General Assembly ended without any substantial progress in the comprehensive negotiations on Iran's nuclear program, a decade-old negotiation between Iran and the P5+1 countries, to which Rouhani refers as negotiations mainly with \"kadkhoda\" (Persian for \"chief of the village\"), as he has dubbed the United States on account of its dominance within the group.", "output": "\u0627\u06cc\u0646 \u0646\u0648\u0639 \u0645\u0648\u0636\u0639\u200c\u06af\u06cc\u0631\u06cc\u200c\u0647\u0627 \u06af\u0631\u0686\u0647 \u062f\u0631 \u0646\u06af\u0627\u0647 \u0627\u0648\u0644 \u0628\u0631\u0627\u06cc \u0641\u0639\u0627\u0644\u0627\u0646 \u062d\u0642\u0648\u0642 \u0628\u0634\u0631 \u06cc\u0627 \u062a\u062d\u0648\u0644\u200c\u062e\u0648\u0627\u0647\u0627\u0646 \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0646\u0627 \u0627\u0645\u06cc\u062f \u06a9\u0646\u0646\u062f\u0647 \u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0622\u06cc\u062f\u060c \u0627\u0645\u0627 \u0686\u0646\u0627\u0646\u0686\u0647 \u0622\u0646\u200c\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u0633\u06cc\u0631 \u0627\u0648\u0644\u0648\u06cc\u062a \u062f\u0648\u0644\u062a \u0648 \u0647\u062f\u0641 \u0627\u0635\u0644\u06cc \u0631\u0648\u062d\u0627\u0646\u06cc \u06cc\u0639\u0646\u06cc \u062d\u0644 \u0648 \u0641\u0635\u0644 \u067e\u0631\u0648\u0646\u062f\u0647 \u0627\u062a\u0645\u06cc \u0628\u0628\u06cc\u0646\u06cc\u0645\u060c \u0646\u0634\u0627\u0646 \u0627\u0632 \u062f\u0631\u06a9 \u062f\u0631\u0633\u062a \u0627\u0648 \u0627\u0632 \u0627\u0631\u06a9\u0627\u0646 \u0642\u062f\u0631\u062a \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0648 \u0646\u062d\u0648\u0647 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0622\u0646\u200c\u0647\u0627 \u0628\u0631\u0627\u06cc \u0627\u062f\u0627\u0645\u0647 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0627\u0632 \u0631\u0648\u0646\u062f \u0645\u0630\u0627\u06a9\u0631\u0627\u062a \u062f\u0627\u0631\u062f.", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "South Korea: Anti War Protest \u00b7 Global Voices", "output": "\u06a9\u0631\u0647 \u062c\u0646\u0648\u0628\u06cc: \u062a\u0638\u0627\u0647\u0631\u0627\u062a \u0636\u062f \u062c\u0646\u06af", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "Others argue that the design and interface of Telegram, alongside its unique features are reasons for its popularity in Iran.", "output": "\u062f\u0631 \u0647\u0645\u06cc\u0646 \u062d\u0627\u0644 \u06af\u0631\u0648\u0647\u06cc \u0627\u0639\u062a\u0642\u0627\u062f \u062f\u0627\u0631\u0646\u062f \u06a9\u0647 \u0637\u0631\u0627\u062d\u06cc \u0648\u06cc\u0698\u0647 \u0648 \u0627\u0645\u06a9\u0627\u0646\u0627\u062a \u062e\u0627\u0635 \u062a\u0644\u06af\u0631\u0627\u0645 \u062f\u0644\u0627\u06cc\u0644 \u062f\u06cc\u06af\u0631\u06cc \u0628\u0631\u0627\u06cc \u0645\u062d\u0628\u0648\u0628\u06cc\u062a \u0622\u0646 \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0647\u0633\u062a\u0646\u062f.", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "I was attacked in my home last night by an unknown person who stabbed me in the stomach four times.", "output": "\u062f\u06cc\u0634\u0628 \u062f\u0631 \u062e\u0627\u0646\u0647 \u062e\u0648\u062f \u0628\u0648\u0633\u06cc\u0644\u0647 \u0634\u062e\u0635 \u0646\u0627\u0634\u0646\u0627\u0633\u06cc \u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0686\u0627\u0642\u0648 \u062e\u0648\u0631\u062f\u0645.", "category": "Translation 1290.json" }, { "instruction": "In this task, you are given a sentence in English, and your task is to translate it into Persian.", "input": "He was released on bail a few hours later, but was summonsed in February 2013 on charges of obstructing a soldier in the line of duty.", "output": "\u0627\u0648 \u0686\u0646\u062f \u0633\u0627\u0639\u062a \u0628\u0639\u062f \u0628\u0627 \u0636\u0645\u0627\u0646\u062a \u0622\u0632\u0627\u062f \u0634\u062f\u060c \u0648\u0644\u06cc\u200c \u062f\u0631 \u0641\u0648\u0631\u06cc\u0647 \u0633\u0627\u0644 \u06f2\u06f0\u06f1\u06f3 \u0628\u0647 \u0627\u062a\u0647\u0627\u0645 \u062c\u0644\u0648\u06af\u06cc\u0631\u06cc \u0627\u0632 \u0641\u0639\u0627\u0644\u06cc\u062a \u06cc\u06a9 \u0633\u0631\u0628\u0627\u0632 \u062f\u0631 \u062d\u0627\u0644 \u0627\u0646\u062c\u0627\u0645 \u0648\u0638\u06cc\u0641\u0647\u060c \u0627\u062d\u0636\u0627\u0631 \u0634\u062f.", "category": "Translation 1290.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "When is survivor david vs goliath coming out?", "output": "September 26, 2018", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "How many episodes in season 3 i am jazz?", "output": "eight", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "When is the release date for ark survival evolved xbox one?", "output": "August 29, 2017", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "What city in france was originally a greek state?", "output": "Marseille, France", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "The first battle of panipat was fought between babar and ibrahim lodi in?", "output": "present-day Haryana, India", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "What was the first practical and affordable home computer?", "output": "apple ][", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "Where did chief justice roberts go to high school?", "output": "La Lumiere School", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "Who plays martin in the aurora teagarden mysteries?", "output": "Yannick Bisson", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.", "input": "Who was the first person to die in romeo and juliet?", "output": "Mercutio", "category": "Question Answering 1296.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "The written plan of government for the united states is called the?", "output": "The written plan of government for the united states drafted after its independence is called the?, The written plan of government for the 13 original states in the united states is called the?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "When was bohemian rhapsody released as a single?", "output": "When was \"Bohemian Rhapsody\" released as a single in the United Kingdom?, When was \"Bohemian Rhapsody\" released as a single in the United States?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "What place are the new york jets in?", "output": "What place did the New York Jets finish in 2017?, What place did the New York Jets finish in 2016?, what place did the New York Jets finish in 2015?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "Who wrote the song when it rains it pours?", "output": "Who wrote the song when it rains it pours with Ray Fulcher and Jordan Walker?, Who co-wrote the song \"when it rains it pours\" together?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "When did the black panther movie come out?", "output": "When did the 1977 movie The Black Panther come out?, When did the movie The Black Panther (2018) have its world premiere?, When did the movie The Black Panther (2018) come out in the UK, Hong Kong and Taiwan?, When did the movie The Black Panther (2018) come out in South Korea?, When did the movie The Black Panther (2018) come out in the US?, When did the movie The Black Panther (2018) come out in the Riyadh, Saudi Arabia?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "What percentage of england died from the black plague?", "output": "What percentage of england died from the black plague of 1348 according to Philip Daileader?, What percentage of england died from the black plague of 1348 according to Ole Benedictow?, What percentage of england died from the black plague in 1471?, What percentage of england died from the black plague from 1479-1480?, What percentage of england died from the black plague from 1361 to 1362?, What percentage of england died from the black plague of 1348 according to Josiah William Russel?, What percentage of england died from the black plague of 1348 according to Jeremy Goldberg?, What percentage of england died from the black plague of 1348 according to Ole J\u00f8rgen Benedictow?, What percentage of england died from the black plague in 1369?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "Where do the la rams play their home football games?", "output": "Where do the la rams play their home football games in the 2017 season?, Where do the la rams play their home football games in the 2016 season?, Where do the la rams play their home football games in the 1994 season?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "What female hormone that isn't produced by the follicle is now being produced by the corpus luteum?", "output": "What female hormone that isn't produced by the follicle is now being produced by the corpus luteum in high amounts?, What female hormones that isn't produced by the follicle is now being produced by the corpus luteum in moderate amounts?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.", "input": "Who sings bet on it in high school musical?", "output": "Who sings bet on it in the high school musical 2 film?, Who sings bet on it on the high school musical 2 soundtrack?", "category": "Question Rewriting 1297.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "Who made the song i can't make you love me?", "output": "Who sang the song I Can't Make You Love Me in 1991? \n Bonnie Raitt", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "Who is the best selling latin artist of all time?", "output": "Who is the overall best selling latin artist of all time? \n Julio Jos\u00e9 Iglesias de la Cueva", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "April 1980 armed gunmen stormed the iranian embassy in princes gate?", "output": "How many armed gunmen stormed the Iranian Embassy in Princes gate in April, 1980? \n 6", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "When is the fa cup semi final played?", "output": "When is the fa cup semi final played in 2017? \n 22 and 23 April 2017", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "When did no mans sky next come out?", "output": "When did No Man's Sky come out for PlayStation 4 and Microsoft Windows? \n August, 2016", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "Who is the governor of the reserve bank of india?", "output": "Who is the governor of the reserve bank of india at the end of 2017? \n Urjit Patel", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "Who did the music for the dark knight?", "output": "Who composed the music for The Dark Knight? \n Hans Zimmer, James Newton Howard", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "Where does tom hanks live in sleepless in seattle?", "output": "What type of dwelling does Tom Hanks live in, in Sleepless in Seattle? \n a houseboat", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to provide one question which clarifies the input question and it has one unique answer, and also provide an answer to the generated question. Generated question and answer should be separated with a new line.", "input": "When did come dine with me first start?", "output": "When did come dine with me first start in the United Kingdom? \n 10 January 2005", "category": "Question Rewriting 1298.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Most species pass through _ nymphal stages.", "output": "six", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Fission occurs when one flatworm splits into _ flatworms.", "output": "two", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Plants are at roughly the _ leaf stage.", "output": "two", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Blood pressure is the result of _ forces.", "output": "two", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Most burn injuries occur to children less than _ years of age.", "output": "three", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Most camera lenses are like a four by _ picture frame.", "output": "six", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Federalism provides inherent checks and balances between the _ governments.", "output": "two", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Vampires generally are male, and rabies is _ times more frequent in men than in women.", "output": "seven", "category": "Fill in The Blank 1300.json" }, { "instruction": "In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words.", "input": "Covalent compounds are _ non metals put together.", "output": "two", "category": "Fill in The Blank 1300.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "When was the Alpes formed ?", "output": "Good", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "How much is monthly salary of civil engineer ?", "output": "Good", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "Can i buy stella d'oro cookies in kansas ?", "output": "Good", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "Why is arsenic used ?", "output": "Good", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "Where in maryland was michael phepls born ?", "output": "Good", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "Are blueberry pancakes a mixture ?", "output": "Bad", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "Price of pound of coffee in 2008 ?", "output": "Bad", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "What is 1 mililiter in miligrams ?", "output": "Good", "category": "Question Understanding 1301.json" }, { "instruction": "Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, you should answer with Good.", "input": "How can you cure voice loss ?", "output": "Good", "category": "Question Understanding 1301.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'Krishna is the perfect name for God .', Argument/Subject 1: 'krishna', Argument/Subject 2: 'god'", "output": "be name for", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'This just and good God , the Father of our Lord Jesus Christ , Himself gave This also is a part of the Church 's teaching , that the world was made and took We 're going to need God and His Church .', Argument/Subject 1: 'god', Argument/Subject 2: 'christ'", "output": "be father of", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'That the marriage between the president of France , Nicolas Sarkozy , and his wife C?cilia is on the rocks .', Argument/Subject 1: 'nicola sarkozy', Argument/Subject 2: 'france'", "output": "be president of", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'Reily of Fox News once suggested that Christmas is the celebration of birth and life of Jesus Christ , a philosopher on whos ideas this country was founded .', Argument/Subject 1: 'christma', Argument/Subject 2: 'jesus christ'", "output": "be birth of", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'As Bill mentioned , you are invited to attend the Worship Committee Meeting on Tuesday , December 12 at 7 p.m. .', Argument/Subject 1: 'committee', Argument/Subject 2: 'december'", "output": "meet in", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'Antiguan Creole is a dialect spoken on the small Caribbean island of Antigua and Barbuda although the Barbudan accent is slightly different .', Argument/Subject 1: 'barbuda', Argument/Subject 2: 'caribbean'", "output": "be island in", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'Christians have a solid basis for claiming that Jesus is God .', Argument/Subject 1: 'jesus', Argument/Subject 2: 'god'", "output": "claim to be", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'Lewis was born in Oberlin , Ohio , and educated at Swarthmore , at Oxford for a year , and at Harvard where he gained his doctorate in 1967 .', Argument/Subject 1: 'lewi', Argument/Subject 2: 'oberlin'", "output": "be bear in", "category": "Information Extraction 1304.json" }, { "instruction": "Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments.", "input": "Sentence: 'North York is in Ontario province of Canada .', Argument/Subject 1: 'ontario', Argument/Subject 2: 'canada'", "output": "be province in", "category": "Information Extraction 1304.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'file to', Argument/Subject 1: 'wma', Argument/Subject 2: 'mp3'", "output": "Xilisoft WMA MP3 Converter e ' un eccellente WMA to MP3 converter con tante ... MP4 , WMA , OGG , AAC , APE , VQF , MPEG , etc . e li puconvertire in WMA e MP3 files .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'be know as', Argument/Subject 1: 'richard', Argument/Subject 2: 'dick'", "output": "Each is well-endowed and I sure Richard must be known to his closest friends as Thick Dick .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'be sign in', Argument/Subject 1: 'mine ban treaty', Argument/Subject 2: 'ottawa'", "output": "Germany signed the Mine Ban Treaty in Ottawa on 3 December 1997 and deposited its instrument of ratification on 27 July 1998 .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'be city in', Argument/Subject 1: 'tampa', Argument/Subject 2: 'florida'", "output": "Tampa is a wonderful city to visit in Florida .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'end on', Argument/Subject 1: 'lend', Argument/Subject 2: 'easter'", "output": "Maundy Thursday Lent ends today at sunset when the Easter Triduum begins .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'be member of', Argument/Subject 1: 'department of music', Argument/Subject 2: 'national association of school of music'", "output": "The Nazareth College Department of Music is an accredited institutional member of the National Association of Schools of Music .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'be possession of', Argument/Subject 1: 'puerto rico', Argument/Subject 2: 'unite state'", "output": "For more than 100 years , Puerto Rico has been a territorial possession of the United States .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'look at', Argument/Subject 1: 'daniel', Argument/Subject 2: 'jack'", "output": "Daniel looked at Jack with big eyes .", "category": "Data to Text 1305.json" }, { "instruction": "Given two noun phrases (arguments) and relationship between them, form a sentence that expresses theses arguments with the given relationship.", "input": "Relationship: 'be country locate in', Argument/Subject 1: 'east timor', Argument/Subject 2: 'southeast asia'", "output": "East Timor is a country located in Southeast Asia .", "category": "Data to Text 1305.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'be language of', Sentence: 'The official language of Peru is the Spanish , and in the areas where prevail are also the Quechua , Aymara and other aboriginal languages .'", "output": "language", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'offer in', Sentence: 'Whether traveling for business or pleasure or planning a meeting , the San Diego Marriott La Jolla offers guests casual elegance and friendly attentive service under Southern California sunshine .'", "output": "offers", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'be country in', Sentence: 'Our domain name registration services cover most countries in Asia with particular expertise in Japan , Hong Kong , Singapore , the Philipines , Malaysia , South Korea , Taiwan and China .'", "output": "countries", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'be chairman of', Sentence: 'Also Monday , Clinton had plans to meet privately with Sen. John Kerry , D-Mass. , the incoming chairman of the Senate Foreign Relations Committee , according to a Democratic official .'", "output": "chairman", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'control', Sentence: 'Though Democrats control the Senate , they have only a 51-49 majority , meaning that Sen. Hillary Clinton could occasionally find herself casting decisive votes on issues that make her choose between what is best for her constituents and what is best for fanning her presidential prospects .'", "output": "control", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'be daughter of', Sentence: 'Marie Antoinette was born in 1755 , the youngest daughter of Maria Theresa of Austria .'", "output": "daughter", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'be country of', Sentence: 'Syria says Israe l is the only country in the Middle East that owns such weapons .'", "output": "country", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'meet', Sentence: 'Spa Gala is a unique fusion of East meets West .'", "output": "meets", "category": "Information Extraction 1306.json" }, { "instruction": "From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence.", "input": "Given Relationship: 'be elect', Sentence: 'The White House '08 map of the Electoral College vote in this November 's election shows Barack Obama being elected the next president of the United States .'", "output": "elected", "category": "Information Extraction 1306.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "Support and remember", "output": "Not Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "Thank you for sharing your story Marcus x", "output": "Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "Yes like the blacks who sold their black neighbours to europeans for the slave trade.", "output": "Not Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "I\u2019m not Christian (tbh I\u2019m not apart of any religion) but god accepts everyone and it\u2019s not cool to be the same. We were made to be different not to just protest about someone\u2019s choice of sexuality or religion", "output": "Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "Literally I am a mix of black and white but I don't see any difference on the colour? I only see it on the personality", "output": "Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "More like USA and western Europe. Not the world. In my country we dont give a fuck about what happen in USA.", "output": "Not Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "Boredom Leading Masses", "output": "Not Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "All Lives Matter! I believe it's not the color if your skin it's your personality. I other then in pleasant notes hair eyes dress. You can see they all see Black and /or white. All Lives matter", "output": "Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion", "input": "Honouring George Floyd by Stop Committing Crime in the First Place! Treat All With Respect & With Dignity! All Lives Matter! Stop All Racist Policies & Confrontational Attitudes! Stop Committing Violence Against All Innocents of All Sides!", "output": "Not Hope Speech", "category": "Text Categorization 1307.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "Penn pillagala kapatha Ora Valii dha Erukuu Periyar Madheri Echa pasanga serupala Adicha seri Ayerum", "output": "Not Hope Speech", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "Nature destroys people", "output": "Not in Expected Language", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "Nama thanithunikkanum bro", "output": "Hope Speech", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "Bro mv master", "output": "Not in Expected Language", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "Russia ena solluthu?", "output": "Not Hope Speech", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "\u0b85\u0bae\u0bc6\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bbe \u0b87\u0bb2\u0bcd\u0bb2\u0bc8 \u0b8e\u0ba9\u0bcd\u0bb1\u0bbe\u0bb2\u0bcd \u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe\u0bb5\u0bbf\u0ba9\u0bcd \u0ba8\u0bbf\u0bb2\u0bc8\u0bae\u0bc8 \u0b8e\u0ba9\u0bcd\u0ba9\u0bb5\u0bbe\u0b95\u0bc1\u0bae\u0bcd.", "output": "Not Hope Speech", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "Marunthu kanntu pitikka oru vali enka erunthu vanthusu athu vilankukal erunthu than ana athukku enna marunthuntu vilankukalukku theriyumla appa antha vilankuku virus anupuna athu enna sapitutho atha vassu marunthu kantu pitikkalamla bro", "output": "Not Hope Speech", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "\u0b87\u0ba4\u0bc1 \u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b9a\u0bc1\u0ba4\u0ba8\u0bcd\u0ba4\u0bbf\u0bb0\u0ba4\u0bcd\u0ba4\u0bc8 \u0baa\u0bb1\u0bbf\u0b95\u0bcd\u0b95 \u0b87\u0ba4\u0bc1 \u0b92\u0bb0\u0bc1 \u0bb5\u0bb4\u0bbf \u0b87\u0ba8\u0bcd\u0ba4 \u0ba8\u0bc7\u0bb0\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bc8 \u0b8e\u0ba9\u0bcd\u0ba9 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bbe\u0ba9\u0bb2\u0bc1\u0bae\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0bb2\u0bbe\u0bae\u0bcd \u0b95\u0bca\u0bb0\u0bbe\u0ba9\u0bb5\u0ba4\u0bc1\u0bae\u0bcd \u0bae\u0baf\u0bbf\u0bb0\u0bbe\u0bb5\u0ba4\u0bc1\u0bae\u0bcd", "output": "Not Hope Speech", "category": "Text Categorization 1308.json" }, { "instruction": "Given a comment text in Tamil, classify the comment into one of these categories (i) Hope speech, if it contains encouraging, positive or supportive contents about equality, diversity or inclusion, (ii) Not Hope Speech or (iii) Not in Expected Language, if the text is not Tamil.", "input": "\u0b85\u0baa\u0bcd\u0ba4\u0bc1\u0bb2\u0bcd \u0b95\u0bb2\u0bbe\u0bae\u0bcd \u0b8f\u0bb5\u0bc1 \u0b95\u0ba3\u0bc8 \u0bb5\u0b9a\u0bcd\u0b9a\u0bc1 \u0b8e\u0ba4\u0bcd\u0ba4\u0ba9\u0bc8 \u0baa\u0bc7 \u0bb0\u0bc8 \u0b95\u0bca\u0bb3\u0bcd\u0bb3 \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bc1\u0bae\u0bcd \u0baa\u0bc8\u0b9a\u0bbe \u0baa\u0ba3\u0bae\u0bcd \u0b9f\u0baa\u0bcd\u0baa\u0bc1 \u0baa\u0bca\u0bb0\u0bc1 \u0bb2\u0bbe\u0ba4\u0bbe\u0bb0\u0bae\u0bcd \u0bb5\u0bc7\u0ba3\u0bc1\u0bae\u0bcd \u0b85\u0ba4\u0bc1 \u0ba4\u0bbe\u0ba9\u0bcd \u0b85\u0bae\u0bcd\u0baa\u0bbe\u0ba9\u0bbf\u0b9f\u0bcd\u0b9f\u0baf\u0bc1\u0bae\u0bcd \u0b85\u0ba4\u0bbe\u0ba3\u0bbf\u0b9f\u0bcd\u0b9f\u0baf\u0bc1\u0bae\u0bcd \u0b95\u0b9c\u0bbe\u0ba9\u0bbe\u0bb5\u0bc8 \u0b95\u0bbe\u0bb2\u0bbf \u0baa\u0ba3\u0bcd\u0ba3\u0bbf \u0b95\u0bca\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bbe \u0b9a\u0bcd\u0b9a\u0bc7 \u0b8e\u0ba9\u0bcd\u0ba9 \u0ba4\u0bbe\u0ba9\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0baf \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bc1\u0bae\u0bcd \u0bb5\u0bbe\u0baf\u0bbe\u0bb2 \u0bb5\u0b9f\u0bc8 \u0bae\u0b9f\u0bcd\u0b9f\u0bc1\u0bae\u0bcd \u0b9a\u0bc1\u0b9f \u0bae\u0bc1\u0b9f\u0bbf\u0baf\u0bc1\u0bae\u0bcd", "output": "Hope Speech", "category": "Text Categorization 1308.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "branch#snow#winter", "output": "branches in the winter in snow, fresh white snow on a branch in the winter, branch with old leaves in the winter and snow", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "elephant#habitat#zoo", "output": "an elephant in a habitat at the zoo, Elephants walking around their habitat at a zoo., Some elephants are roaming around their habitat in the zoo.", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "image#move#train", "output": "an image of train moving down the tracks, A blurred image of a train moving really fast., grainy image of two trains on tracks moving through a city", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "address#politician#rally", "output": "politician addresses a campaign rally ., politician addresses the crowd at the rally ., politician addressing a crowd at a public rally", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "hand#image#light", "output": "this is the image of hands reaching out to the light, conceptual image of a hand which radiates rays of light, a blurry black and white image of a human hand with spots of light on it .", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "ball#goalkeeper#match#stop", "output": "goalkeeper stops the ball during the match against interest, goalkeeper dives to stop the ball during a match as part of fifth round of person ., goalkeeper stops a ball during the friendly football match vs constitutional republic at the stadium .", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "airplane#pass#sky", "output": "palm trees and sky with a passing airplane, airplane seen from below passing through the sky, moving clouds in a blue sky with airplane passing by", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "passenger#plane#tarmac", "output": "a plane unloads its passengers on the tarmac, Plane on tarmac with tunnel for passengers to disembark., An tarmac with planes that are allowing passengers to board.", "category": "Data to Text 131.json" }, { "instruction": "In this task, you are given concept set (with 3 to 5 concepts) that contain mentions of names of people, places, activities, or things. These concept sets reflect reasonable concept co-occurrences in everyday situations. All concepts given as input are separated by \"#\". Your job is to generate a sentence describing a day-to-day scene using all concepts from a given concept set.", "input": "field#grow#sunflower", "output": "sunflowers grow in a field ., two of sunflower growing in the field, a large field of commercially grown sunflowers", "category": "Data to Text 131.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: Refusing to stand for the National Anthem is an appropriate form of protest.\n perspective: Not acknowledging the flag and anthem is perceived as a slight to the military.", "output": "undermine", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: We must enforce term limits on the legislative branch of government.\n perspective: By having term limits, it makes voters feel that they can't decide on a leader by themselves", "output": "undermine", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: The US and its allies were justified in taking military action against Iraq following Iraq\u2019s invasion of Kuwait.\n perspective: The US' intentions were wrong.", "output": "undermine", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: The use of child performers should be banned.\n perspective: Children grow up too fast when they're performers.", "output": "support", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: Fast Food Advertising Should Be Banned.\n perspective: Advertising is a part of a good business plan. ", "output": "undermine", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: Music That Glorifies Crime Should Be Banned.\n perspective: Harmful speech needs to be filtered", "output": "support", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: Social networking sites are good for our society.\n perspective: A potential drawback of social media on societies is that it opens users up to privacy invasions by government and private entities.", "output": "undermine", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: Language does control thought.\n perspective: Can we understand concepts we don't have words for?", "output": "support", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task you will be given a claim and a perspective. You should determine whether that perspective supports or undermines the claim. If the perspective could possibly convince someone with different view, it is supporting, otherwise it is undermining.", "input": "claim: Gay marriage should be legal.\n perspective: The institution of marriage has been weakened in recent years and allowing gay marriage will only further damage an already crumbling institution.", "output": "undermine", "category": "Textual Entailment 1366.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: Caley was reading a book in the bathtub. She dropped the book in the water. The book was soaking wet. Caley tried to let the book dry out, but it didn't work. Caley had to buy a new book to finish reading it.\n selected sentence: Caley had to buy a new book to finish reading it.", "output": "Caley feel(s) interested >Motivates> Caley buys a new book to finish reading it, Haley want(s) to read the book >Motivates> Haley buys a new book", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: Rosa was very upset that she didn't know how to cook. Her single mother worked all the time and hadn't taught her how. Rosa decided to ask her friend Alyssa's mom to teach her. Alyssa's mom was happy to help and they began lessons right away. Rosa's mom was really surprised when she came home and dinner was made!\n selected sentence: Rosa was very upset that she didn't know how to cook.", "output": "Rosa feel(s) stressed >Motivates> Rosa is upset, Rosa want(s) to be able to cook >Motivates> Rosa is upset she doesn't know how to cook", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: Kate's friend Jan lived across town. Kate wanted to go to the mall with her. But her mom thought it was too far for her to ride the bus alone. She begged but still wasn't allowed to go. Kate sulked in her room until she fell asleep.\n selected sentence: She begged but still wasn't allowed to go.", "output": "Chloe want(s) approval >Motivates> She begs her mom, Kate want(s) to go to the mall >Motivates> Kate begs her mom to let her go", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: A boy hear a siren outside the house. He ran outside to see what it was. In the distance a fire truck drove towards him. He waved at the firemen as they passed. One of the firemen waved back at the boy.\n selected sentence: He waved at the firemen as they passed.", "output": "The boy want(s) to wave >Motivates> The boy waves", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: Peter was running down the street. His friends were chasing him. Peter found a good spot to hide. He waited to see if they would see him. Peter's friends ran right past him!\n selected sentence: Peter was running down the street.", "output": "Peter feel(s) playful >Motivates> Peter runs down the street, Pete want(s) to get away from his friends >Motivates> Pete runs", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: Bob and Karen weren't sure what to do on a Fall Friday evening. Since the big game was the next day, they wanted an early night. They decided to check out downtown to see what was happening. At their surprise, there were a ton of cars downtown! There wound up being a huge event downtown for them to do!\n selected sentence: Bob and Karen weren't sure what to do on a Fall Friday evening.", "output": "Bob and Karen want(s) an early night >Motivates> Bob and Karen aren't sure what to do", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: John thought he was the best video game player ever. John went to a party with his friends. John drank a lot of liquor at the party and boasted about his skills. John was challenged by a friend of his and lost horribly. John learned he wasn't as good as he thought he was.\n selected sentence: John went to a party with his friends.", "output": "John want(s) to go >Motivates> John goes", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: Mary decided to write a short story. She prepared by sharpening her pencil. She saw the blank paper and started to get nervous. Mary decided she should think through what she should write about. Mary completely forgot about her story.\n selected sentence: Mary completely forgot about her story.", "output": "Mary feel(s) nervous >Motivates> Mary forgets about the story, Mary feel(s) nervous >Motivates> Mary forgot about her story", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form \" A >Motivates> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the motivation sentence, you must choose a verb from :feel(s), want(s) or like(s). There will always be some motivation in the given story.", "input": "story: I have two adorable cats. They wake me up each day to let me know they want to eat breakfast. If I don't get out of bed quickly, they stand on my body and meow. When I finally get out of bed they run to the kitchen. I meet them in the kitchen and feed them tuna.\n selected sentence: I have two adorable cats.", "output": "The person like(s) animals >Motivates> The person has two cats", "category": "Information Extraction 1375.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: Lia was starting high school at a new school. She was afraid. She thought nobody would like her. But all the students were kind to her. Lia made many friends on her first day!\n selected sentence: But all the students were kind to her.", "output": "The students are kind to Lia >Causes/Enables> Lia makes friends", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: Rebecca has to give her first speech in public speaking class. She is so scared as she walks to the front of the class. At first, her voice and hands shake. Then she realized she could dazzle the audience instead. She settled into a groove, and ended up loving the task.\n selected sentence: Rebecca has to give her first speech in public speaking class.", "output": "Rebecca gives a speech >Causes/Enables> She is scared", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: Ray was forced to go back to his hometown. Ray thought the trip would be boring. When he got there he was surprised at what he saw. Memories flooded back into his mind of his childhood. Ray had the best weekend of his life!\n selected sentence: Ray was forced to go back to his hometown.", "output": "Ray is forced to go back >Causes/Enables> Ray goes back", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: Pastor Brown lived next door. One year there was a terrible snowstorm. It was easier for him to stay in than to risk his health shoveling. I hated seeing him stuck so I decided to help. It took all day but I finally cleared his steps and driveway.\n selected sentence: It was easier for him to stay in than to risk his health shoveling.", "output": "Pastor Brown was stuck inside from the snowstorm >Causes/Enables> I cleared his steps and driveway", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: Craig took his son to a friend's pizza party. Craig's son ate a lot of pizza. Almost too much. He got sick and had to go home. Craig apologized and made up for it by giving a good gift.\n selected sentence: Craig apologized and made up for it by giving a good gift.", "output": "Craig apologizes for his son >Causes/Enables> The hosts forgive Craig's son, Craig apologizes >Causes/Enables> His friend accepts his apology", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: It was raining outside and Kelly needed some new boots. She drove over to the Burberry store to buy some. She picked up the first ones she saw. She ended up loving them. Thankfully they worked great.\n selected sentence: She ended up loving them.", "output": "Kelly loves the boots >Causes/Enables> Kelly wears the boots", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: The woman had her heart broke. She bought her favorite movie. She went home to watch it alone. Her man called to apologize. They watched the movie together.\n selected sentence: She bought her favorite movie.", "output": "The woman buys her favorite movie >Causes/Enables> The woman watches the movie alone", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: Jake wanted to learn how to cook. He bought Tim Ferriss book \"The 4 hour Chef\". He read the entire book in one week. His first dish was steak and vegetables. His friends loved it so much they asked him to cook from now on.\n selected sentence: His first dish was steak and vegetables.", "output": "Jake cooks steak >Causes/Enables> Jake's friends love it", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form \" A >causes/enables> B\". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer.", "input": "story: I turned twenty years old. My girlfriend didn't realize it was my birthday. I tried to drop hints but she didn't get the message. Then I shouted at her for not remembering my birthday. I realized she was not worth the time so I dumped her.\n selected sentence: Then I shouted at her for not remembering my birthday.", "output": "I shouted at my girlfriend for forgetting my birthday >Causes/Enables> We broke up with each other ", "category": "Information Extraction 1376.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: My husband and I took our children too the playground. After getting there we realized we had forgotten diapers. Our baby used the bathroom and needed a diaper change. Instead of rushing home we asked a fellow parent if they had one. The kind parent did and we were able to stay and enjoy the day.\n selected sentence: Our baby used the bathroom and needed a diaper change.", "output": "Our baby uses the bathroom >Causes> Our baby feel(s) relief, The baby needs a diaper change >Causes> The baby feel(s) uncomfortable", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: Tom got a coupon in the mail that caught his eye. He noticed it could be combined with other sales. Tom spotted a sale on the item near by. With combining the coupon Tom basically got it for almost free. He looked for more coupons to get more items.\n selected sentence: With combining the coupon Tom basically got it for almost free.", "output": "Tom gets a good deal >Causes> Tom feel(s) happy", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: Julia was playing a board game. She was trying to set up all of the pieces. She was holding the game, trying to put it in the right direction. Suddenly, her arm was bumped and she yanked on the game. The entire board ripped in half.\n selected sentence: Julia was playing a board game.", "output": "Julia was playing a boarding game >Causes> She feel(s) happy., Julia was playing a board game >Causes> Julia feel(s) entertained ", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: Ana dropped her iPod in the toilet. She fished it out right away. Then she put it in a bowl of rice. She let it sit overnight. Thankfully, it worked again in the morning!\n selected sentence: Ana dropped her iPod in the toilet.", "output": "Ana drops her iPod in the toilet >Causes> Ana feel(s) regret", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: We were driving through the Blue Ridge Mountains in the early spring. It was so beautiful, we decided to pitch our tent and spend the night. We had trouble starting our campfire, but finally got it going. We slept very well, in the fresh air, though we heard some odd noises. The next morning, the ranger told us that a bear had been spotted.\n selected sentence: We slept very well, in the fresh air, though we heard some odd noises.", "output": "We sleep very well >Causes> We feel(s) rested", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: Lyle had a plan to get the most Easter eggs. The other kids started to grab the first eggs they saw. Lyle ran to the back of the lawn where no one had gotten to. He loaded up on the eggs there. He won the grand prize, a huge chocolate rabbit!\n selected sentence: Lyle ran to the back of the lawn where no one had gotten to.", "output": "Lyle runs to the back of the lawn >Causes> Lyle feel(s) clever", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: William came over to Isaac's house. They both went outside to play. William and Isaac kicked a soccer ball together. They began to get tired. They both went back inside Isaac's house.\n selected sentence: William came over to Isaac's house.", "output": "William goes to Isaac's house >Causes> William and Isaac feel(s) excited, William comes over >Causes> William feel(s) excited", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: The bell for the next period rung in school. Since my class was in the portables, I got up quickly. Many people in the halls moved out of the way since I moved too fast. When I came into the class, the bell rung immediately. I decided to take a seat.\n selected sentence: I decided to take a seat.", "output": "I sit down >Causes> I feel(s) bored", "category": "Information Extraction 1377.json" }, { "instruction": "In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions of the participants in the sentence and those affected by it. Is any of these emotions caused by the sentence? You should write your answer in the form \" A >Causes> B\". Try to use phrases and sentences from the story to compose your answer when possible. For the sentence describing the result, you must use the verb feel(s).", "input": "story: Marcy asked her boyfriend to buy her a pizza online. She lived far away from him, and was hungry. She heard a knock on the door, and it was a large pepperoni pizza. Marcy called her boyfriend and thanked him. Her boyfriend said he never bought her a pizza.\n selected sentence: She lived far away from him, and was hungry.", "output": "Marcy is hungry >Causes> She feel(s) annoyed", "category": "Information Extraction 1377.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: There r 4 prime numbers in ascending order. The multiplication of first 3 is 385 and that of last 3is 1001. what is the last number is\n\n Option A: 10\n\n Option B: 11\n\n Option C: 12\n\n Option D: 13\n\n Option E: 14", "output": "Option D", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: The greatest common factor of 16 and the positive integer n is 4, and the greatest common factor of n and 45 is 3. Which of the following could be the greatest common factor of n and 210?\n\n Option A: 3\n\n Option B: 14\n\n Option C: 30\n\n Option D: 42\n\n Option E: 70", "output": "Option D", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: 78, 64, 48, 30 10, (...)\n\n Option A: -12 number\n\n Option B: -14\n\n Option C: 2\n\n Option D: 8\n\n Option E: 6", "output": "Option A", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: A began business with 12500 and is joined afterwards by B with 50000. When did B join, if the profits at the end of the year are divided equally?\n\n Option A: 8 months\n\n Option B: 9 months\n\n Option C: 10 months\n\n Option D: 7 months\n\n Option E: None of these", "output": "Option B", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: A loan has a variable interest rate that fluctuates between 5% and 10% of the base payment per month. If base payments remain at $200 each month and an additional monthly surcharge of 1% is added to the combined (base + interest), what would be the greatest possible payment due in any given month?\n\n Option A: $220.00\n\n Option B: $222.20\n\n Option C: $224.20\n\n Option D: $224.40\n\n Option E: $225.60", "output": "Option B", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: Mixture D is 20% oil and 80% material B by weight. If 2 more kilograms of oil are added to the 8 kilograms mixture D, how many kilograms of mixture D must be added to make a 70% material B in the new mixture?\n\n Option A: A\n\n Option B: B\n\n Option C: C\n\n Option D: D\n\n Option E: E", "output": "Option A", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: Three candidates contested an election and received 1000, 2000 and 4000votes respectively. What percentage of the total votes did the winning candidate got?\n\n Option A: 30%\n\n Option B: 50%\n\n Option C: 57%\n\n Option D: 62%\n\n Option E: 75%", "output": "Option C", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: The total marks obtained by a student in Mathematics and Physics is 40 and his score in Chemistry is 20 marks more than that in Physics. Find the average marks scored in Mathamatics and Chemistry together.\n\n Option A: 40\n\n Option B: 30\n\n Option C: 25\n\n Option D: Data inadequate\n\n Option E: None of these.", "output": "Option B", "category": "Question Answering 1378.json" }, { "instruction": "You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and report that option.", "input": "Question: What annual payment dischargea debit of Rs.12900, due in 4yrs.At 5% rate?\n\n Option A: 2000\n\n Option B: 1300\n\n Option C: 3000\n\n Option D: 4300\n\n Option E: 4500", "output": "Option C", "category": "Question Answering 1378.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "JHQcwXtj, VBrQcwGVi", "output": "JHcqwXtj, VBrcqwGVi", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "wnNfyfgjBtAjQSGfipcqLbNpzsTWWUQujsrEylLsCMnozSHG, JxHqoKquoyTgppyleqLbNpzsTWWUQujsrEylLty", "output": "wnNfyfgjBtAjQSGfipcbejlllnpqqrsstuuwwyzsCMnozSHG, JxHqoKquoyTgppylebejlllnpqqrsstuuwwyzty", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "IlQTlKarutGfNezpFfvla, kExFqEknBarutGfNezpFTsmHigJAm", "output": "IlQTlKaeffgnprtuzfvla, kExFqEknBaeffgnprtuzTsmHigJAm", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "pFIXBTciJKyEpFGnaeInTfdF, wPoWhpYyyxJKyEpFGnaeInhROzYES", "output": "pFIXBTciaeefgijknnpyTfdF, wPoWhpYyyxaeefgijknnpyhROzYES", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "ZkHUjQToRURdVmPGvIcItDLzi, eYQFRURdVmPGvKcLrXVLf", "output": "ZkHUjQTodgmprruvvIcItDLzi, eYQFdgmprruvvKcLrXVLf", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "AzVcZfHIrVX, gPxTVcZfHNk", "output": "AzcfhvzIrVX, gPxTcfhvzNk", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "wFWwRxYD, mIWwRLu", "output": "wFrwwxYD, mIrwwLu", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "hZMEHpLrxRksYfkHBpZAHJBqm, QFwRksYfkHBpZAHdeWQqxfGfZd", "output": "hZMEHpLrxabfhhkkprsyzJBqm, QFwabfhhkkprsyzdeWQqxfGfZd", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring.", "input": "cvPSBwVWxnbTnbVOcz, hstbWxnbTnbYkvItMk", "output": "cvPSBwVbbnntwxVOcz, hstbbbnntwxYkvItMk", "category": "Program Execution 1383.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "uufUIdhFOB, NKuFfUIdnMl", "output": "d, f, i, k, l, m, n, u", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "MMgJWWXxijCbxlQSAYqnutASxCPJ, EOukFZliakWXxijCbxlQSAYqngHxnKZGNev", "output": "a, b, c, e, f, g, h, i, j, k, l, n, o, q, s, u, v, w, x, y, z", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "hzHoKAzDbvkrruTvOPPxGflfdzFyR, kiVHFBteNcIlzDbvkrruTvOPRZmcKZdjl", "output": "b, c, d, e, f, h, i, j, k, l, m, n, o, p, r, t, u, v, z", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "TuiUbPHtSTHFmZkYuOCdioxtN, aHNagFmZkYuOCdiodvgDpBLPAjz", "output": "a, b, c, d, f, g, h, i, j, k, l, m, n, o, p, u, v, y, z", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "hjxPoTCvFyJuqVmEeVCtYGVrIHC, JpTQxPoTCvFyJuqVmCZlgrNC", "output": "c, e, f, g, h, i, j, m, o, p, q, r, t, u, v, x, y", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "MfbOIpS, mLCbOIWz", "output": "b, c, i, l, m, o, w, z", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "HlxiNpaVwIKyMxwfhOeRnEuepK, VSnEwKpLPwbwMxwfhOeRnEueqyL", "output": "b, e, f, h, k, l, m, n, o, p, q, r, s, u, v, w, x, y", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "JEdYXQsZmflhHKiVRYuUPpBVP, CnQIPCaVINxYXQsZmflhHKWLMmtIXRcZ", "output": "a, c, f, h, i, k, l, m, n, p, q, r, s, t, v, w, x, y, z", "category": "Program Execution 1384.json" }, { "instruction": "In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.", "input": "OgCJhuyesjJAumPVpihRiysYLMz, gDXvJvwSWiByesjJAumPVpihrJGW", "output": "a, b, d, e, g, h, i, j, m, p, r, s, u, v, w, x, y", "category": "Program Execution 1384.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "name something a friend should never ask about, no matter how well they know you", "output": "romantic life, weight, financial situation, age", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "name a reason a boy says he hates wearing braces on his teeth.", "output": "looks funny, gets teased, can't kiss, food gets stuck, they hurt, girls", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "what animal would you see at a farm, but never consider keeping for a pet?", "output": "cow, pig, goat, chicken, horse, sheep", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "name the most popular event at the winter olympics.", "output": "figure skating, snowboarding, bobsled, skiing", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "name someone, real or fictional, who is known for having a white beard.", "output": "santa claus, moses, uncle sam, kenny rogers, merlin/wizard, colonel sanders", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "name something people wear to avoid a sunburn", "output": "sunscreen, hat, shirt/coverup", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "complete the phrase \"state of\".", "output": "mind, the union, emergency, the art", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "name something you've found in your food in a restaurant and complained to the manager about it.", "output": "hair, fly/bug, glass, tooth", "category": "Question Answering 1448.json" }, { "instruction": "Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.", "input": "name something great about being an adult.", "output": "freedom, no curfew, allowed to drink, make decisions, driving, making money", "category": "Question Answering 1448.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "miami, los angeles, new york, rio de janeiro, paris", "output": "name a city where people like to show off their bodies.", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "oak, maple, cherry, cedar", "output": "name a wood that's used for making wood.", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "wedding, ball, funeral", "output": "name an event you wear a tie to.", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "rocky horror, pulp fiction, a clockwork orange, breakfast club, napolean dynamite, blair witch project", "output": "name a movie that has become a cult classic", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "coffee, tea, martini, chocolate milk, kool-aid, tang", "output": "name a drink you might stir.", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "cucumber, avocado, banana, strawberry, apple, lemon, watermelon, carrot", "output": "name a fruit or vegetable used as a beauty aid.", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "exercise, sports, work, in sun, spicy, nervousness", "output": "name something you might do that could cause you to sweat a lot.", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "pictures, jacket, jewelry, books, keys, love letters", "output": "besides a ring, name something specific a girl might give back to her boyfriend when she dumps him.", "category": "Question Generation 1449.json" }, { "instruction": "Construct a question that every answer in the list is correct and reasonable for it.", "input": "get dressed, stay home alone, drive, make decisions, take bath, eat by himself", "output": "name something kids are always saying that they are old enough to start doing for themselves.", "category": "Question Generation 1449.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: Excited to be part of this wonderful new film!!!! Responser: Congrats my friend, you will do well!", "output": "Positive", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: Janet C from Jonesboro Arkansas wrote me about her struggles with MS. Responser: To see a lot of blogs on CCSVI and the results go to CCSVI Locator http://ccsvi-ms.ning.com/", "output": "Neutral", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: So much love San Diego Aviators Responser: Here is a photo album of the entire match: https://www.facebook.com/media/set/?set=a.1037863056312280.1073742080.100002657871616&type=3", "output": "Neutral", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: Tune in to Fox News in a few minutes (11:45 a.m. MDT)I'm joining Megyn Kelly live at the RNC! Responser: I am so excited to hear your speech at the RNC, Mia!! Great interview with Megyn Kelly!!", "output": "Positive", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: Powerful film about family and faith! Coming soon! Responser: Can't wait to see this film. You are awesome!", "output": "Positive", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: Today I supported two great bills to create more job opportunities for Americans and keep our energy bills low. #Jobs #Yes2Energy Responser: We need people who represent their district, and not just the tea party...", "output": "Negative", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: I am proud to announce that the Boston Metro Area Local 100 of the American Postal Workers Union has endorsed my candidacy for reelection. Thank you for the support. Responser: Well done, Mike.....see ya in Washington.....", "output": "Positive", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: programs, indiscriminate foreign aid, and horrible financial management. One step in eliminating waste is identifying it and holding agencies accountable, this is why I authored the Taxpayers Right to Know Act! Responser: So you think it is OK that I pay more taxes than Exxon?", "output": "Negative", "category": "Sentiment Analysis 1450.json" }, { "instruction": "Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.", "input": "Poster: Mornings like this, I feel like I can run forever. Can't wait for my next marathon! #LostDutchman Responser: Mornings like this, I feel like i've been run over.", "output": "Negative", "category": "Sentiment Analysis 1450.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "What is the next term in 911, 1817, 2711, 3587, 4439, 5261, 6047?", "output": "algebra", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "Calculate 32536 divided by 8134.", "output": "arithmetic", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "What is 4293 to the power of 1/9, to the nearest integer?", "output": "arithmetic", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "Solve 3*v + 7*c = 11*c + 3, 5*v + c = 28 for v.", "output": "algebra", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "Convert 672557.7 litres to millilitres.", "output": "measurement", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "Solve 3*l = -l + 12*l for l.", "output": "algebra", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "What is 5/4 of a litre in millilitres?", "output": "measurement", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "Four letters picked without replacement from {i: 13, s: 1, r: 2, g: 3}. Give prob of sequence rsrg.", "output": "probability", "category": "Question Understanding 1458.json" }, { "instruction": "You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will ask you to find the value of a variable (2) 'arithmetic' questions will ask the sum, difference, multiplication, division, power, square root or value of expressions involving brackets (3) 'measurement' questions are questions that ask to convert a quantity from some unit to some other unit (4) 'numbers' questions will be about bases, remainders, divisors, GCD, LCM etc. (5) 'probability' questions will ask about the probability of the occurrence of something. A question must belong to only one category.", "input": "Let x be 3*-2 + (-6)/6. Let j = -4 - x. Suppose 15 - 60 = -j*y. What is the units digit of y?", "output": "numbers", "category": "Question Understanding 1458.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "What comes next: -74, -61, -56, -59, -70, -89?", "output": "-116", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "Let f(c) = -3*c - 5. Let t(u) = -3*u - 4. Let g(v) = -5*f(v) + 6*t(v). Let s be g(1). Let h = s + 8. Solve -m - h = -4*m for m.", "output": "2", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "What comes next: 68, 135, 202, 269, 336, 403?", "output": "470", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "How many years are there in 263741.25 months?", "output": "21978.4375", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "Four letters picked without replacement from mmmrofnfznf. What is prob of sequence zmno?", "output": "1/1320", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "Three letters picked without replacement from {q: 8, f: 4, k: 5}. Give prob of sequence kkk.", "output": "1/68", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "Solve 6*q = -181 + 139 for q.", "output": "-7", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "Suppose -3*i + 12 = -2*i. Let j = i - 8. Suppose -4*c - 4 = -4*h, -j*c - 5 - 1 = -5*h. Calculate the lowest common multiple of 7 and h.", "output": "14", "category": "Question Answering 1459.json" }, { "instruction": "Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).", "input": "Let u(v) = -v + 5. Let t be u(2). Solve t*x + 21 = 3*r, -4*x + r = -0*r + 22 for x.", "output": "-5", "category": "Question Answering 1459.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: Ale tu to chyba Linetty odpu\u015bci\u0142 ch\u0142opa i Pazdan sam z dwoma zosta\u0142. , Question: Is the tweet free of any cyberbullying (harmful) content?", "output": "Yes", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: @anonymized_account @anonymized_account @anonymized_account wszyscy s\u0105 komunistami opr\u00f3cz Piotrowicza, i tak nie zrozumiesz , Question: Is the tweet free of any cyberbullying (harmful) content?", "output": "Yes", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: RT @anonymized_account Czy podoba\u0142o Wam si\u0119 dzisiejsze wyst\u0105pienie szefa MSZ Jacka Czaputowicza ? , Question: Is the tweet free of any cyberbullying (harmful) content?", "output": "Yes", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: RT @anonymized_account kasa rz\u0105dzi \u015bwiatem i wp\u0142ywy a przydzielenie Rosji organizacji mundialu to dobitny na to przyk\u0142ad ! #bezRetuszu , Question: Does the tweet contain cyberbullying (harmful) content?", "output": "No", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: @anonymized_account po pierwsze zawsze tak by\u0142o a po drugie to chyba normalne \u017ce przy klubie jest jego terminarz i jak na tacy masz z kim po kolei gra , Question: Is the tweet free of any cyberbullying (harmful) content?", "output": "Yes", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: @anonymized_account @anonymized_account Wypad k\u0142amco i oszu\u015bcie z mojego miasta , Question: Is the tweet free of any cyberbullying (harmful) content?", "output": "No", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: @anonymized_account @anonymized_account Dlaczego nie dajecie video, tylko pojedyncze fotki? , Question: Is the tweet free of any cyberbullying (harmful) content?", "output": "Yes", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: niech mi kto\u015b nagra wyst\u0119p years\u00f3w bardzo \u0142adnie prosz\u0119 bo nie mam jak ogl\u0105da\u0107 a potrzebuj\u0119 tego do \u017cycia #TheVoiceOfPoland , Question: Is the tweet free of any cyberbullying (harmful) content?", "output": "Yes", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.", "input": "Tweet: @anonymized_account Zostawiaj! I praktyczniejsze ni\u017c klasyczne rude :) , Question: Does the tweet contain cyberbullying (harmful) content?", "output": "No", "category": "Toxic Language Detection 1463.json" }, { "instruction": "Translate the given Spanish text to English", "input": "The container also includes a top wall and an opposing bottom wall, a back wall and an opposing front wall, and a pair of opposing side walls, wherein a first one of the walls and an adjacent second one of the walls includes the decorative film.", "output": "El contenedor tambi\u00e9n incluye una pared superior y una pared inferior opuesta, una pared posterior y una pared frontal opuesta, y un par de paredes laterales opuestas, en donde la primera de las paredes y la segunda adyacente de las paredes incluyen la pel\u00edcula decorativa.", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "A method and apparatus for the noninvasive detection of a concentration of a substance in a body, such as glucose in the human bloodstream is disclosed.", "output": "Un m\u00e9todo y aparato para la detecci\u00f3n no invasiva de una concentraci\u00f3n de una sustancia de un cuerpo, tal como la glucosa en el torrente sangu\u00edneo humano se divulga.", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "Motion in the detection field is detected by the occupancy sensor.", "output": "Un movimiento en el campo de detecci\u00f3n es detectado por el sensor de ocupaci\u00f3n.", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "The outer portion (13) comprises an outer tube (30) of fibre reinforced composite construction surrounded by a flexible outer casing (31).", "output": "La porci\u00f3n externa (13) comprende un tubo externo (30) de construcci\u00f3n compuesta reforzada con fibra, rodeado por una cubierta externa flexible (31).", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "and/or Wnt signalling.", "output": "y7o se\u00f1alizaci\u00f3n Wnt.", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "The template has a biased in the perimeter thereof for being approached in an easy manner to the ski n.", "output": "Cuenta con un biselado en todo su per\u00edmetro funcional para permitir acercarse de manera m\u00e1s f\u00e1cil a la piel.", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "The container has at least one outer surface.", "output": "El recipiente tiene al menos una superficie exterior.", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "The assembly comprises a substrate, an insert and a cover.", "output": "El montaje comprende un sustrato, un inserto y una cubierta.", "category": "Translation 1464.json" }, { "instruction": "Translate the given Spanish text to English", "input": "The memory systemincludes memory, a temperature sensor configured to measure the temperature ofthe memory, and a memory controller configured to refresh the memory at a refresh rate,the refresh rate being controlled as a function of the temperature measured bythe temperature sensor.", "output": "El sistema de memoria incluye memoria, un sensor de temperatura configurado para medir la temperatura de la memoria, y un controlador de memoria configurado para refrescar la memoria a una tasa de refresco, controlandose la tasa de refresco en funcion de la temperatura medida por el sensor de temperatura.", "category": "Translation 1464.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "Der Antrieb (15) wird so bet\u00e4tigt, da\u00df bei Ausfall der elektrischen Energie eine Vergr\u00f6\u00dferung des Abstandes zwischen Faden (2) und Heizk\u00f6rper (5) erfolgt.", "output": "The drive (15) is actuated in such a way that, should there be an electrical power failure, an increase in the distance between the yarn (2) and heating unit (5) occurs.", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "Dadurch \u00e4ndert sich die Form des Fl\u00fcgelprofils.", "output": "This changes the shape of the wing profile.", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "Die Wandung ergibt eine ideale Schalung.", "output": "The wall gives an ideal formwork.", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "Der Speicherraum weist dabei ein variabel einstellbares Speichervolumen (13) auf.", "output": "The side walls are moved in horizontal direction by an adjusting device (15).", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "Dies wird erreicht, indem die Streichmasse als Bindemittel ein Gemisch aus einem carboxylierten Butadien-Styren-Copolymerisat und Polyvinylacetat enthaelt.", "output": "This is achieved by the coating material as a binder containing a mixture of a carboxylated butadiene-styrene copolymer and polyvinyl acetate.", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "3).", "output": "3).", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "ein ihr zugeordneter Schieber (45) sind vorzugsweise ebenfalls Blechbiegeteile.", "output": "The projection drives the system component (1) through a cam box.", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "Danach wird die Motorwelle in das Ankerpaket eingeschoben und positioniert.", "output": "Thereafter, the motor shaft is pushed into the armature stack and positioned.", "category": "Translation 1465.json" }, { "instruction": "In this task, you are to Translate German text to English", "input": "Ein Signalabgabeelement (30) ist an die Signalverarbeitungseinrichtung (20) angeschlossen.", "output": "A signal-emitting element (30) is connected to the signal processing device (20).", "category": "Translation 1465.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "\u0158e\u0161en\u00ed se t\u00fdk\u00e1 kontroly elektrick\u00e9 mont\u00e1\u017ee a m\u016f\u017ee b\u00fdt pou\u017eit ke spolehliv\u00e9 kontrole elektrick\u00fdch spojen\u00ed p\u0159i mont\u00e1\u017ei vodi\u010d\u016f a ke kontrole ti\u0161t\u011bn\u00fdch spoj\u016f v radloelektronick\u00fdch aparatur\u00e1ch. Za\u0159\u00edzen\u00ed obsahuje gener\u00e1tor Impuls\u016f, spojen\u00fd prvn\u00edm Vstupem se spou\u0161t\u011bc\u00edm blokem a v\u00fdstupem se zdrojem proudu, jeho\u017e v\u00fdstup je p\u0159ipojen ke cty\u0159kontaktm sond\u011b s rozd\u011blen\u00fdmi proudov\u00fdmi a potenci\u00e1ln\u00edmi kontakty. Tyto jsou p\u0159eg prvn\u00ed kl\u00ed\u010d a p\u0159es s\u00e9riov\u011b zapojen\u00fd pam\u0161tov\u00fd zesilova\u010d s d\u011bli\u010dem p\u0159ipojeny k prvn\u00edmu vstupu kompar\u00e1tor\u016f. Potenci\u00e1ln\u00ed kontakty jeou p\u0159es kondenz\u00e9tor p\u0159ipojeny na v\u00fdstup druh\u00e9ho kl\u00ed\u010de a p\u0159es zesilova\u010d ke druh\u00e9mu vstupu kompar\u00e1toru, jeho\u017e v\u00fdstup je spojen s druh\u00fdm vstupem gener\u00e1toru impulsu.", "output": "The solution concerns electrical control assembly and can be used to be reliable checking electrical connections during assembly conductors and to control printed circuits in radloelectronic apparatus. Equipment includes a pulse generator connected first Input with trigger block and output with a power source whose output is connected to four-contact split probes current and potential contacts. These are the first key and over serial connected a memory amplifier with a divider connected to the first input of the comparators. The potential contacts are through a capacitor connected to the output of the second key and via the amplifier to the second comparator input, whose output is linked to another pulse generator input.", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "\u0158e\u0161en\u00ed se zab\u00fdv\u00e1 dal\u0161\u00edm sn\u00ed\u017een\u00edm hmotnosti d\u00edlu pr\u016fmyslov\u00e9ho kom\u00ednu a zjednodu\u0161en\u00edm jeho v\u00fdroby. K. nosn\u00e9 \u010d\u00e1sti, kter\u00e1 je tvo\u0159ena alespo\u0148 t\u0159emi tenkost\u011bn- n\u00fdmi uzav\u0159en\u00fdmi profily, vytvo\u0159en\u00fdmi z tepeln\u011b odoln\u00e9 tkaniny prosycen\u00e9 tmelem, je p\u0159itmelena alespo\u0148 jedna nepropustn\u00e1 vrstva z tepeln\u011b odoln\u00e9 tkaniny prosyce \u00ad n\u00e9 tmelem a k nim zvn\u011bj\u0161ku je p\u0159itmelena alespo\u0148 jedna tepeln\u011b isola\u010dn\u00ed vrstva z vl\u00e1knit\u00e9ho materi\u00e1lu.", "output": "Solution se deals with others reduction weight part industrial chimney and simplification his production. TO. carrier parts which Yippee formed at least three thin-walled tions closed Profiles created from thermally durable fabric saturated putty, Yippee smelted at least one impermeable layer from thermally durable fabric prosyce # No putty and to to them from outside Yippee smelted at least one thermally isolation layer from fibrous material.", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "\u0158e\u0161en\u00ed se t\u00fdk\u00e1 hydraulick\u00e9 nerozplaviteln\u00e9 z\u00e1kladkov\u00e9 sm\u011bsi ur\u010den\u00e9 zejm\u00e9na pro zaji\u0161\u0165ov\u00e1n\u00ed a likvidaci d\u016fln\u00edch d\u011bl nebo k sanaci a rekultivaci \u00fazem\u00ed v pozemn\u00edm stavitelstv\u00ed. Hydraulick\u00e1 nerozplaviteln\u00e1 z\u00e1kladkov\u00e1 sm\u011bs obsahuje 20 a\u017e 80 hmotnostn\u00edch d\u00edl\u016f produktu odpadu ze spalov\u00e1n\u00ed uhl\u00ed nebo koksu ve form\u011b \u00faletov\u00e9ho pop\u00edlku a/nebo lo\u017eov\u00e9ho popela, 40 a\u017e 10 hmotnostn\u00edch d\u00edl\u016f ocel\u00e1rensk\u00fdch kal\u016f, 40 a\u017e 10 hmotnostn\u00edch d\u00edl\u016f sl\u00e9v\u00e1rensk\u00fdch p\u00edsk\u016f a vodu v hmotnostn\u00edm pom\u011bru k celkov\u00e9mu mno\u017estv\u00ed uveden\u00fdch t\u0159\u00ed slo\u017eek sm\u011bsi 0,20 a\u017e 0,67.\u0155", "output": "The solution relates to a hydraulic non-floatable foundation mixture designed especially for securing and disposal of mine workings or for remediation and reclamation of land construction. The hydraulic non-floatable base composition contains from 20 to 80 parts by weight of coal or coke waste incineration ash and / or ash, 40 to 10 parts by weight of slurry, 40 to 10 parts by weight of foundry sands and water by weight to total of the three components of the mixture 0.20-0.67", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "Fungicidn\u00ed sm\u011bs obsahuj\u00edc\u00ed v synergicky \u00fa\u010dinn\u00e9m mno\u017estv\u00ed v hmotnostn\u00edm pom\u011bru od 1:50 do 50:1 jako aktivn\u00ed komponenty amidovou slou\u010deninu vzorce Ib, kde zna\u010d\u00ed R.sup.4.n. halogen a R.sup.11.n. fenyl, kter\u00fd je substituov\u00e1n halogenem, a dithiokarbam\u00e1t vzorce II, vybran\u00fd ze skupiny zahrnuj\u00edc\u00ed ethylenbis(dithiokarbam\u00e1t) manganu (zinkov\u00fd komplex) IIa, ehtylenbis(dithiokarbam\u00e1t) manganu IIb, amoni\u00e1t-ethylenbis(dithiokarbam\u00e1t) zinku IIc a ethylenbis(dithiokarbam\u00e1t) zinku IId. D\u00e1le je pops\u00e1n zp\u016fsob pot\u00edr\u00e1n\u00ed \u0161kodliv\u00fdch hub.\u0155", "output": "The present invention relates to a fungicidal mixture containing, as active components in synergistically effective amount and in weight ratio ranging from 1:50 to 50:1 an amide compound of the general formula Ib wherein Re represents a halogen and Re11 phenyl that is substituted with a halogen, and a dithiocarbamate of the general formula II being selected from the group consisting of: manganese-ethylene bis(dithiocarbamate) (zinc complex) of the general formula IIa, manganese-ethylene bis(dithiocarbamate) of the general formula IIb, zinc ammoniate-ethylene bis(dithiocarbamate) of the general formula IIc, and zinc-ethylene bis(dithiocarbamate) of the general formula IId. There is also described a method for controlling harmful fungi by making use of the above-indicated fungicidal mixture.", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "Zpusob vytv\u00e1ren\u00ed opticky promenliv\u00e9ho efektu na substr\u00e1tu zahrnuje: a) nanesen\u00ed lepidla na podlo\u017eku; b) nanesen\u00ed kovov\u00e9ho pr\u00e1\u0161ku na uveden\u00e9 lepidlo ac) vytlacen\u00ed struktury generuj\u00edc\u00ed opticky promenn\u00fd efekt do kovov\u00e9ho pr\u00e1\u0161ku. Zpusob vytvoren\u00ed urcit\u00e9ho obrazu na podlo\u017ece zahrnuje nanesen\u00ed lepidla na podlo\u017eku ve vzoru odpov\u00eddaj\u00edc\u00edm urcit\u00e9mu obrazu;b) nanesen\u00ed kovov\u00e9ho pr\u00e1\u0161ku na uveden\u00e9 lepidlo.", "output": "The method of producing an optically variable effect on a substrate comprises: a) applying an adhesive to the substrate; b) applying a metal powder to said adhesive; and c) extruding an optically variable effect generating structure into a metal powder. The method of forming a particular image on the substrate includes applying an adhesive to the substrate in a pattern corresponding to a particular image, b) applying a metal powder to said adhesive.", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "\u0158e\u0161eni ee t\u00fdk\u00e1 kulov\u00e9ho potrubn\u00edho uz\u00e1v\u011bru s t\u011bsnic\u00ed deskou, je\u017e Je v klidov\u00e9 zav\u0159en\u00e9 poloze uz\u00e1v\u011bru p\u0159itla\u010dena do sedla ve viku uz\u00e1v\u011bru a b\u011bhem p\u0159estavov\u00e1ni oto\u010dn\u00e9ho t\u011blesa od sedla odtla\u010dena a naopak p\u0159itla\u010dena ke zm\u00edn\u011bn\u00e9mu oto\u010dn\u00e9mu t\u011blesu. Podle \u0159e\u0161en\u00ed m\u00e1 tato deska tvar mezikru\u017ei a je opat\u0159ena v\u00fdsuvn\u00fdm vodic\u00edm pouzdrem s t\u011bsnic\u00edm krou\u017ekem, p\u0159i\u010dem\u017e radi\u00e1ln\u00ed v\u016fle mezi t\u00edmto pouzdrem a n\u00e1kru\u017ekem oto\u010dn\u00e9ho t\u011blesa uz\u00e1v\u011bru je men\u0161i ne\u017e radi\u00e1ln\u00ed v\u016fle mezi t\u011bsnic\u00ed deskou o v\u00fdkru\u017ekem zm\u00edn\u011bn\u00e9ho oto\u010dn\u00e9ho t\u011blesa.", "output": "The ee solution relates to spherical pipework a seal with a sealing plate that is resting the closed position of the closure into the seat in the closure cap and during adjustment of the rotating body pushed away from the seat and, on the contrary, pressed against it rotating body. According to the solution, this one has plate shape annular and is provided withdrawable guide bush with sealing ring, with radial clearance between with this sleeve and the swivel collar the closure body is less than radial clearance between sealing plate and recess said rotatable body.", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "\u0158e\u0161en\u00ed se t\u00fdk\u00e1 zp\u016fsobu v\u00fdroby catgutu. Dosud technologicky nevyu\u017eiteln\u00e9 vrstvy podslizni\u010dn\u00e9 hov\u011bz\u00edch st\u0159ev nebo serosn\u00ed vrstvy skopov\u00fdch st\u0159ev se opracuj\u00ed ve form\u011b prou\u017ek\u016f, samostatn\u011b nebo ve sm\u011bsi s technologicky pou\u017e\u00edvan\u00fdmi prou\u017eky serosn\u00ed vrstvy hov\u011bz\u00edch st\u0159ev nebo\u2019podslizni\u010dn\u00e9 vrstvy skopov\u00fdch st\u0159ev. Jejich pevnost v\u00b7 mokr\u00e9m i such\u00e9m stavu se zv\u00fd\u0161\u00ed na technologickou pou\u017eitelnost vytvo\u0159en\u00edm p\u0159\u00ed\u010dn\u00fdch vazeb kolagenu, jeho zes\u00edt\u011bn\u00edm i smr\u0161t\u011bn\u00edm p\u016fsoben\u00edm roztok\u016f organick\u00fdch l\u00e1tek aldehyd\u016f nebo dialdehyd\u016f nebo ketoaldehyd\u016f nebo oxyaldehyd\u016f nebo acet\u00e1l\u016f a anorganick\u00fdch l\u00e1tek dusi\u010dnan\u016f nebo chlorid\u016f nebo s\u00edran\u016f. Mimo uveden\u00e9 hlavnj znaky obsahuje \u0159e\u0161en\u00ed dal\u0161\u00ed varianty. \u0158e\u0161en\u00ed lze vyu\u017e\u00edt ve zdravotnictv\u00ed a spot\u0159ebn\u00edm Dr\u016fmyslu.", "output": "The present invention relates to a process for producing catgut. Until now technically unusable layers sub-bovine beef intestines or serous layers of mutton are processed in in the form of strips, alone or mixed with strips used serologically layers of bovine intestines or under-lining layers of sheep intestines. Their Fortress in \u00b7 wet and dry conditions will increase to technological usability by creating transverse collagen binding, crosslinking and shrinkage by the action of organic aldehyde solutions or dialdehydes or ketoaldehydes or oxyaldehydes or acetals and inorganic ones nitrate or chloride substances; \\ tor. \\ t sulphates. In addition to the main features, it contains solution of another variant. The solution can be used health and consumer industries.", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "\u0158e\u0161en\u00ed se t\u00fdk\u00e1 nep\u0159\u00edm\u00e9ho ulo\u017een\u00ed h\u0159\u00eddele sp\u0159\u00e1dac\u00edho rotoru na nejm\u00e9n\u011b dvou skupin\u00e1ch kotou\u010d\u016f, tvo\u0159en\u00fdch dvojicemi nebo trojicemi odvalovac\u00edch kladek, kde probl\u00e9m zachycen\u00ed axi\u00e1ln\u00edch sil p\u016fsob\u00edc\u00edch na h\u0159\u00eddel je \u0159e\u0161en tak, \u017ee alespo\u0148 jedna odvalovac\u00ed kladka z ka\u017e\u00ad d\u00e9 skupiny kotou\u010d\u016f je ku\u017eelov\u00e1, p\u0159i\u010dem\u017e jej\u00ed prodlou\u017een\u00e1 povr\u0161ka se prot\u00edn\u00e1 ve spole\u010dn\u00e9m bodu m\u00e9zi skupinami kotou\u010d\u016f s prodlou\u017eenou povr\u0161kou ku\u017eelovit\u00e9 plochy vytvo\u0159en\u00e9 v m\u00edst\u011b styku ku\u017eelovit\u00e9 odvalovac\u00ed kladky na h\u0159\u00eddeli sp\u0159\u00e1dac\u00ed\u00ad ho rotoru.", "output": "The solution relates to indirect storage of the spinning rotor shaft to the least two groups of pairs of discs or with three rollers, where the problem of capturing axial the forces acting on the shaft are that at least one roller pulley of each The plurality of discs is conical, whereas its extended surface intersects at common point between groups of discs with extended conical surface conical at the point of contact rolling pulleys on the spinning shaft rotor.", "category": "Translation 1466.json" }, { "instruction": "In this task, you need to Translate Czech text to English.", "input": "Za\u0159\u00edzen\u00ed je ur\u010deno pro plynulou regulaci v\u00fdkonu vzduchotechnick\u00fdch za\u0159\u00edzen\u00ed, sest\u00e1vaj\u00edc\u00edch z libovoln\u00e9ho po\u010dtu paraleln\u00edch v\u011btv\u00ed. Za\u0159\u00edzeni sest\u00e1v\u00e1 z ventil\u00e1toru, ks kter\u00e9mu je p\u0159ipojena otev\u0159en\u00e1 potrubn\u00ed smy\u010dka. Ve smy\u010dce je za\u0159azena, regula\u010dn\u00ed klapka se servomotorem. Do \u010d\u00e1sti smy\u010dky mezi ventil\u00e1torem a klapkou jsou paraleln\u011b p\u0159ipojeny samostatn\u00e9 potrub\u00ed v\u011btve, opat\u0159en\u00e9 uzav\u00edrac\u00edmi klapkami. Na elektromotor ventil\u00e1toru je p\u0159ipojeno proudov\u00e9 \u010didlo, kter\u00e9 je p\u0159es p\u0159evodn\u00edk p\u0159ipojeno na \u0159\u00eddic\u00ed regul\u00e1tor, jeho\u017e v\u00fdstup je spojen se servomotorem regula\u010dn\u00ed klapky. Za\u0159\u00edzen\u00ed je mo\u017en\u00e9 pou\u017e\u00edt pro plynulou regulaci v\u00fdkonu v rozsahu 0 - 100 %.", "output": "The device is designed for continuous regulation performance of air handling equipment, consisting of any number of parallel branches. The device consists of a fan, to which is connected open pipe loop. It's in the loop, regulating damper with servomotor. To the section loop between fan and flap separate pipes are connected in parallel branches, equipped with closing flaps. It is connected to the fan motor a current sensor that is through the converter connected to the controller, whose output it is connected to the servomotor flaps. The device can be used for smooth power regulation in the range 0 - 100%.", "category": "Translation 1466.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:The Annual Report will be sent automatically to shareholders holding at least 2,000 Sampo plc shares .\npolarity:negative", "output": "false", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:For the fiscal year ending September 30 , 2009 the revenue from these customers was $ 10.012 million or around 11.0 % of the transportation group 's revenue .\npolarity:negative", "output": "false", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:The value of the order is EUR 2.5 mn .\npolarity:positive", "output": "false", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:Both operating profit and net sales for the 12-month period increased , respectively from EUR4 .7 m and EUR26 .7 m , as compared to 2004 .\npolarity:negative", "output": "false", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:Elcoteq SE Stock Exchange Announcement February 4 , 2009 at 10.00 am ( EET ) Elcoteq will publish its financial statements bulletin 2008 on Wednesday , February 11 , at 9.00 am ( EET ) .\npolarity:neutral", "output": "true", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:Operating cash flow after investments totalled EUR 61.3 mn compared to EUR 75.3 mn in the corresponding period in 2007 .\npolarity:negative", "output": "true", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:Why not subscribe to the magazine ?\npolarity:positive", "output": "false", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:F-Secure reported that : - The first half of 2008 has seen a growing number of targeted malware attacks on individuals , companies , and organizations .\npolarity:positive", "output": "false", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. ", "input": "news:Seventy-three of those also have more extensive training in products built on the latest ArchestrA technologies , such as the Wonderware System Platform .\npolarity:neutral", "output": "true", "category": "Sentiment Analysis 1468.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does increased endometrial thickness on the day of human chorionic gonadotropin injection adversely affect pregnancy or implantation rates following in vitro fertilization-embryo transfer?\nAnswer: No adverse effects of a thickened endometrium were demonstrated on implantation, pregnancy, or abortion rates in the first IVF-ET cycle. These findings fail to corroborate with those of Weissman et al. and support those of Yakin et al.", "output": "no", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does tLR4 activation induce IL-1\u03b2 release via an IPAF dependent but caspase 1/11/8 independent pathway in the lung?\nAnswer: TLR4 activation increases levels of BALF IL-1b/IL-18 via an IPAF dependent and caspase 1/11/8 independent pathway. Furthermore, it would appear that the presence of IL-1a in the BALF is independent of these pathways. This novel data sheds light on innate signalling pathways in the lung that control the production of these key inflammatory cytokines.", "output": "yes", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does anti-IGF-1R monoclonal antibody inhibit the carcinogenicity activity of acquired trastuzumab-resistant SKOV3?\nAnswer: We achieved satisfactory anti-tumor activity using trastuzumab plus LMAb1 in trastuzumab-resistant ovarian cancer model. In similar cases, not only acquired but also de novo, good curative effect might be achieved using combined antibody therapy strategies.", "output": "yes", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does the acute phase response fully predict the presence of insulin resistance and dyslipidemia in inflammatory arthritis?\nAnswer: Insulin resistance and dyslipidemia were highly prevalent in patients with inflammatory arthritis. The acute phase response and excess weight could fully explain the insulin resistance but only partially explain the dyslipidemia. These findings have important implications for the management of inflammatory arthritis.", "output": "no", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does gabapentin reduce post-thoracotomy shoulder pain : a randomized , double-blind placebo-controlled study?\nAnswer: Pre-emptively administered gabapentin, 1200 mg, does not reduce the incidence, or the severity, of post-thoracotomy shoulder pain in patients receiving thoracic epidural analgesia.", "output": "no", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does acute hyperglycaemia alter coronary vascular function in isolated , perfused rat hearts?\nAnswer: Sixty minutes of exposure to 500 mg/dl of d-glucose in an isolated, non-beating, buffer-perfused rat heart did not significantly affect coronary vascular smooth muscle vasodilator responses to NO and ADO or alter alpha(1)-adrenoceptor-mediated vasoconstrictor responses to PHE. Furthermore, an unchanged vasoconstrictor response to L-NAME suggests that acute hyperglycaemia did not alter NO bioavailability.", "output": "no", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does the evidence speak for itself : The role of research evidence in shaping policy change for the implementation of publicly funded syringe exchange programs in three US cities?\nAnswer: Typological applications of research evidence are useful for understanding policy change processes, but their efficacy falls short when sociopolitical factors complicate legislative processes. Advocates for harm reduction may benefit from understanding how to effectively integrate research evidence into policy change processes in ways that confront the myriad of factors that influence policy change.", "output": "no", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Does echocardiographic tissue deformation imaging quantify abnormal regional right ventricular function in arrhythmogenic right ventricular dysplasia/cardiomyopathy?\nAnswer: DTI and two-dimensional strain-derived parameters are superior to conventional echocardiographic parameters in identifying ARVD/C. This novel technique may have additional value in the diagnostic workup of patients with suspected ARVD/C.", "output": "yes", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question.", "input": "Question: Are sleep spindles related to schizotypal personality traits and thalamic glutamine/glutamate in healthy subjects?\nAnswer: The common relationship of sleep spindle density with schizotypy and thalamic Glx levels indicates a neurobiological overlap between nonclinical schizotypy and schizophrenia. Thus, sleep spindle density and magical ideation may reflect the anatomy and efficiency of the thalamo-cortical system that shows pronounced impairment in patients with schizophrenia.", "output": "yes", "category": "Answer Verification 1470.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "Rheumatoid arthritis (RA) is an inflammatory autoimmune disease characterized by severe joint erosion and systemic osteoporosis. Chronic T cell activation is a hallmark of RA, and agents that target the CD28 receptor on T cells, which is required for T cell activation, are being increasingly used as therapies for RA and other inflammatory diseases. Lymphocytes play complex roles in the regulation of the skeleton, and although activated T cells and B cells secrete cytokines that promote skeletal decline, under physiologic conditions lymphocytes also have key protective roles in the stabilization of skeletal mass. Consequently, disruption of T cell costimulation may have unforeseen consequences for physiologic bone turnover. This study was undertaken to investigate the impact of pharmacologic CD28 T cell costimulation blockade on physiologic bone turnover and structure.', 'C57BL6 mice were treated with CTLA-4Ig, a pharmacologic CD28 antagonist or with irrelevant control antibody (Ig), and serum biochemical markers of bone turnover were quantified by enzyme-linked immunosorbent assay. Bone mineral density and indices of bone structure were further measured by dual x-ray absorptiometry and micro-computed tomography, respectively, and static and dynamic indices of bone formation were quantified using bone histomorphometry.', 'Pharmacologic disruption of CD28 T cell costimulation in mice significantly increased bone mass and enhanced indices of bone structure, a consequence of enhanced bone formation, concurrent with enhanced secretion of the bone anabolic factor Wnt-10b by T cells.", "output": "1", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "H3K9 methylation is one of the essential histone post-translational modifications for heterochromatin formation and transcriptional repression. Recently, several studies have demonstrated that H3K9 methylation negatively regulates the type I interferon response.', 'We report the application of EHMT1 and EHMT2 specific chemical inhibitors to sensitize CML cell lines to interferon and imatinib treatments. Inhibition of EHMT1 and EHMT2 with BIX01294 enhances the cytotoxicity of IFN\u03b12a in four CML cell lines, K562, KCL22, BV173 and KT1 cells. Chromatin immunoprecipitation assay shows that BIX01294 treatment enhances type I interferon response by reducing H3K9me2 at the promoters of interferon-stimulated genes. Additionally, BIX01294 treatment augments IFN\u03b12a- and imatinib-mediated apoptosis in CML cell lines. Moreover, our data suggest that the expression level of EHMT1 and EHMT2 inversely correlates with the type I interferon responsiveness in CML cell lines.", "output": "0", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "The purpose of the study is to investigate the influence of cardiopulmonary resuscitation (CPR) time before the first defibrillation.', 'The present study retrospectively analyzed the Utstein template records from April 1, 2002, to June 30, 2005. Patients who had out-of-hospital-witnessed cardiac arrest caused by cardiac disease and who presented with ventricular fibrillation (VF) as the initial cardiac rhythm were included in the study. Before April 1, 2003, the emergency medical technician (EMT) needed to obtain telephone permission before attempting defibrillation, and CPR was continued until permission was received (CPR first). On and after April 1, 2003, the EMT was immediately able to attempt a defibrillation without obtaining permission (shock first).', 'In 143 patients who had out-of-hospital-witnessed VF, 43 patients and 100 patients were treated with the CPR-first strategy and the shock-first strategy, respectively. The duration of CPR before the first defibrillation was longer in the CPR-first group than that in the shock-first group. The CPR-first group showed a higher rate of favorable neurologic outcome 30 days after (28% vs 14%; P = .048) and 1 year after cardiac arrest (26% vs 11%; P = .033) than those of the shock-first group. In the patients with witnessed VF, a stepwise multiple logistic regression analysis showed the CPR-first strategy to improve the neurologic outcome.", "output": "1", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "Citrus canker is an economically important disease caused by the bacterial pathogen Xanthomonas citri subsp. citri (Xcc). This organism targets a wide range of citrus plants, including sweet orange, grapefruit, lemon and lime. As Xcc is spread by environmental factors such as wind and rain, it is difficult to control its movement once the disease has established. In order to facilitate monitoring of citrus canker we sought to design a novel diagnostic protocol based on fluorescence in\\xa0situ hybridization (FISH) for identification of bacterial cells directly from canker pustules without cultivation or DNA extraction. This method was validated for specificity against a range of Xanthomonas species and strains. We show that our assay is extremely rapid (typically requiring between 2 and 3\\xa0h), and possesses a similar specificity to existing PCR diagnostic tools. The sensitivity of the assay is comparable to that of an existing PCR-based technique and sufficient for identifying Xcc in symptomatic plant material. The method is easily transferable to diagnosticians without prior experience using FISH.", "output": "0", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "To analyze the functional connectivity patterns of the different EEG bands during wakefulness and sleep (different sleep stages and cyclic alternating pattern (CAP) conditions), using concepts derived from Graph Theory.', 'We evaluated spatial patterns of EEG band synchronization between all possible pairs of electrodes (19) placed over the scalp of 10 sleeping healthy young normal subjects using two graph theoretical measures: the clustering coefficient (Cp) and the characteristic path length (Lp). The measures were obtained during wakefulness and the different sleep stages/CAP conditions from the real EEG connectivity networks and randomized control (surrogate) networks (Cp-s and Lp-s).', 'We found values of Cp and Lp compatible with a small-world network organization in all sleep stages and for all EEG bands. All bands below 15Hz showed an increase of these features during sleep (and during CAP-A phases in particular), compared to wakefulness.", "output": "1", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "To identify the gene responsible for autosomal dominant lamellar pulverulent cataract in a four-generation British family and characterise the functional and cellular consequences of the mutation.', 'Linkage analysis was used to identify the disease locus. The GJA8 gene was sequenced directly. Functional behaviour and cellular trafficking of connexins were examined by expression in Xenopus oocytes and HeLa cells.', 'A 262C>A transition that resulted in the replacement of proline by glutamine (P88Q) in the coding region of connexin50 (Cx50) was identified. hCx50P88Q did not induce intercellular conductance and significantly inhibited gap junctional activity of co-expressed wild type hCx50 RNA in paired Xenopus oocytes. In transfected cells, immunoreactive hCx50P88Q was confined to the cytoplasm but showed a temperature sensitive localisation at gap junctional plaques.", "output": "1", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "Olfaction is a fundamental sense through which most animals perceive the external world. The olfactory system detects odors via specialized sensory organs such as the main olfactory epithelium and the vomeronasal organ. Sensory neurons in these organs use G-protein coupled receptors to detect chemosensory stimuli. The odorant receptor (OR) family is expressed in sensory neurons of the main olfactory epithelium, while the adult vomeronasal organ is thought to express other types of receptors.', 'Here, we describe Olfr692, a member of the OR gene family identified by next-generation RNA sequencing, which is highly upregulated and non-canonically expressed in the vomeronasal organ. We show that neurons expressing this gene are activated by odors emanating from pups. Surprisingly, activity in Olfr692-positive cells is sexually dimorphic, being very low in females. Our results also show that juvenile odors activate a large number of Olfr692 vomeronasal neurons in virgin males, which is correlated with the display of infanticide behavior. . In contrast, activity substantially decreases in parenting males (fathers), where infanticidal aggressive behavior is not frequently observed.", "output": "0", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "Larger food portions lead to increased intake but the mechanism behind this effect is unclear. We investigated the effect of portion size on bite size, eating rate, deceleration rate, and meal duration.', 'Thirty-seven overweight women attended 5 visits after a 3 h fast and consumed a 229, 303, 400, 529 or 700 g portion of a lunch meal in random order. Meal eating parameters were measured with the Sussex Ingestion Pattern Monitor. Data were analyzed with mixed effects models.', 'Average bite size increased by 0.22 g for every 100 g increase in portion size (p=0.001); portion size had a non-linear effect on eating rate, increasing with portion sizes up to about 540 g (p=0.01). Deceleration rate (reduction in speed of eating) decreased by 20% (p<0.001) and meal duration increased by 22.5% for every 100 g increase in portion size (p<0.001), relative to the smallest portion.", "output": "1", "category": "Intent Identification 1472.json" }, { "instruction": "Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal.", "input": "Increasing fiber intake by consuming high fiber foods, which are also high in other nutrients, can improve diet quality and reduce the risk for disease. However, most children do not meet fiber intake recommendations. Food provided at child care centers is a major source of daily nutrients, including fiber, for a large portion of children in the U.S. The aim of this study was to determine if serving novel, high fiber lunch items would successfully increase fiber intakes in toddlers and preschoolers.', 'Four high-fiber entr\u00e9es were developed and served to children (n=54) at lunch in a local child care center. Consumption was compared to usually served lunches and fiber intake recommendations.', 'Toddlers consumed 89% of their recommended calories at the lunch meal and an average of 72% of the entrees; preschoolers consumed 74% of their recommended calories and 59% of the entr\u00e9e, on average. Each entr\u00e9e was high in fiber, providing, on average, 3.2 \u00b1 1.6g fiber for toddlers and 4.1 \u00b11.9g fiber for preschoolers. These high fiber lunches contributed significantly more fiber than the usual lunch foods for most children.", "output": "0", "category": "Intent Identification 1472.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "oosqsqsqosqqqsq", "output": "sqsqs", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "gxxxxglglgxxx", "output": "xxxglglgxxx", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "ttgdtdddddtd", "output": "dtdddddtd", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "kekeerrrrrkrrke", "output": "rrrrr", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "jjjjsnjsnj", "output": "jjjj", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "bbblbbbbblblbb", "output": "blbbbbblb", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "nnnppnnnnppnnn", "output": "nnnppnnnnppnnn", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "poqqoqpppp", "output": "oqqo", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character.", "input": "cttctcststc", "output": "cttc", "category": "Program Execution 1474.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[16, 29], [44, -2], [10, -40, 38, 2], [-31, -16], [-44, -1, 26, -41, -24], [-31, -20, -47]]", "output": "[16, -88, -30400, -16, 27456, -20]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[-35, 26, 44, 9, -31], [-50, 8, -17], [44, 44, 19], [-36, -50, 37, -45], [20, 45, 8, -12, -26], [-49, -15, 23, 32]]", "output": "[1144, -400, 1936, 1800, 49920, 32]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[-38, 1, -38, 12, -17], [-44, 20, -9, 3], [-32, 33], [-11, -14, -6, 25], [-12, 3, 50], [-18, 16, -47, -10, 15], [-3, 49, -50, -8, -4], [-29, -12, -22], [-30, -12, -1, 29], [-3, 38], [32, -34]]", "output": "[17328, -880, -32, 84, -600, 2880, -1600, 264, 360, 38, -1088]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[-18, 7], [-17, 28, -14, 40], [-48, -42], [43, 29, 46], [-27, -35, -24, -7], [38, 20, 26], [-1, -5], [-33, 8, -26], [-2, -21, -9, -50, 22]]", "output": "[-18, -15680, 2016, 46, -24, 19760, 0, -208, 2200]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[16, -21, -6, 27], [11, -14, -41], [-43, 26, -12, 9, 47], [-5, -29, -21, 16], [38, 17], [-24, 22, 34, -5], [47, -31, 41, 38], [-35, -46, 23, -29], [37, -11], [-50, 11, 28], [11, -17], [-15, 6], [-24, 11]]", "output": "[-96, -14, -312, 16, 38, -17952, 38, -46, 0, -1400, 0, 6, -24]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[-50, 11, -28], [-13, -10], [-12, -15], [-9, -44, 38], [28, 50, 36, -49, -45], [24, -2, 17, -25], [45, 31], [28, 13, -36, -14], [-46, -45, -21, -39]]", "output": "[1400, -10, -12, -1672, 50400, -48, 0, 14112, -46]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[-21, -33, 35, 20, -37], [-39, 16, -29], [20, -41, -19, -30, -19], [-33, -1], [-32, -48], [-30, 27, -6, -37, 22], [22, 33]]", "output": "[20, 16, -600, 0, 1536, 3960, 22]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[48, 34, -23], [14, -33, -20], [-13, 46, -46, 31], [-16, 3, -50, -50, 44], [35, 40, -10], [45, -6, -13, 41, -20], [26, -39, 37, 4], [-26, -6, -2, 16], [31, -1, 49, 35], [-2, 1, -3, -41, 14], [-39, 27, -3], [47, -28, -22]]", "output": "[1632, -280, -2116, -1760000, -400, 120, 104, -4992, 0, -28, 0, 616]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.", "input": "[[-15, -2, 49, 18], [-29, -5, 20], [-19, 47, -39, -1, -23], [-41, -31, 15], [-22, -24, 45, -46, -47], [15, 17, -48], [14, 9], [-23, 5, 13, -32], [21, -36, 28, -46, -4], [16, 16, -48], [39, -45], [41, -28, 6, 39], [-21, 36, 16, 24, -18]]", "output": "[-36, 20, 0, 0, -24288, -48, 14, -32, -185472, -12288, 0, -168, -248832]", "category": "Program Execution 1475.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[31, -20, -10, 36], [48, 32, 2], [13, 21, -2, -50], [43, -15, 14], [4, 24], [20, 11], [49, 28], [44, 26, 25, 44, 31], [-47, -10, -38]]", "output": "[31, 0, 273, -645, 0, 11, 49, 775, -47]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[27, 22, 36, 16, 38], [5, -12, 20, -1, 2], [29, -41]]", "output": "[27, -5, -1189]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[24, -32, -34], [21, 44, 32, 40], [35, -43, -31, -13, 30], [13, -40, -20]]", "output": "[0, 21, -606515, 13]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[0, -39, 1], [26, -2, -27, -13, -41], [-17, -18, 49, -43], [-39, -45], [1, -27, 35], [-39, -36, -48], [-42, -33, -43, -37], [45, -16, -34, -24, -8], [-31, 46, -39, -21]]", "output": "[-39, -14391, 35819, 1755, -945, -39, -52503, 45, -25389]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[-50, -2], [-33, 10], [-12, 30]]", "output": "[0, -33, 0]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[-23, -38], [39, 44, 32, 34], [9, -40, -41, -29, -21], [45, -9, 43, 1], [47, -15, -32, 41, 5], [33, -23, -23, 37, -35], [-38, 24, -17, 31], [-44, -7], [-23, 7, 5, -41, 47]]", "output": "[-23, 39, -224721, -17415, -144525, -22606815, -527, -7, 1551235]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[-20, -21, 42, -2], [14, 30, 50, 49, -2], [-27, 1], [-11, -43, 19, -2], [-10, -38, 15], [46, 47, -21]]", "output": "[-21, 49, -27, 8987, 15, -987]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[50, 23, -12, 46], [25, -42, 27], [-6, 42, -30, 20], [45, -6, -23, -7], [-25, -12, 15, 18, 44], [28, -26], [25, -47, 16], [-33, -38, 37], [46, 11, 49, -6, -3], [50, 18], [43, -23, -49, 47, -35], [2, -19, 46, 1, -24], [-11, 19, 8], [19, -39, 22, 38]]", "output": "[23, 675, 0, 7245, -375, 0, -1175, -1221, -1617, 0, -79718345, -19, -209, -741]", "category": "Program Execution 1476.json" }, { "instruction": "In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.", "input": "[[-43, -4, -24, -47], [-16, -50], [33, 45, 4]]", "output": "[2021, 0, 1485]", "category": "Program Execution 1476.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "For loads of up to one ton the derrick is rigged with a whip or runner.", "output": "Imithwalo engaphezulu kwisinye sesilenge esixhobisa ngokuqhuqha okanye ukubaleka.", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "'If you find the ground to be yellow shells and little black stones, then are you towards the Seames [a chain of rocks and islets].", "output": "Xa ufumana umhlaba ononokrwece abalubhelu namatye amnyama amancinci, ngoko ungakumtyangampo wamatye neziqithana.", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Gale warnings are set out only for winds of Beaufort 8 or more and, as such, are already too late for small boats.", "output": "Iziboniso zenkanyamba okanye uqhwithela zikhutshwe qha ngezikali zomoya ezingu-8 nangaphezulu kwaye zibe semva kakhulu kwizikhephe ezincinci.", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Field Artillery Digital Automatic Computer", "output": "Ikhompyutha ezisebenzelayo yamanani oombayimbayi basethafeni", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "rather to assist the prospective navigator in identifying the objects by way of drawings.", "output": "Kunokunceda umqhubi nqanawa onemibono ekuchongeni izinto ngokuzoba.", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "To comply with the requirement of the British Government, they were under cover of being built for the Turks.", "output": "Ukuvumela isidingo soburhulumente bamaBrithishi, babekugqumathelo lokokuba besokhelwa amaThekhi.", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "High speeds are not a feature of this type of submarine operation, the speed of 20 knots anticipated by the sponsors of this proposal being probably an extreme value.", "output": "Izantya eziphezulu ayizozimbo zoluhlobo zokusebenza kweenkwili, isantya samashumi amabini omlinganiselo wesantya senqanawa ezisetyenziswa ngabameli besi sicelo esisemgangathweni.", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "This crisis has destroyed many illusions.", "output": "Le ngxaki iyibulele inkohliso eninzi.", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Preparation.", "output": "Ulungiselelo", "category": "Translation 1498.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Umqalisi wabenzi beseyile zenziwe zalungiswa ngeeseyile zenqanawa nesikhitshane.", "output": "Originally the sail-maker made and repaired the sails of the ship and her boats.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Ezinye iinqanawa zivunyelwe okokuba zithathe iindawo zezihlenga zomlinganiselo wamaphenyane obomi.", "output": "Some ships are permitted to substitute liferafts for a proportion of their lifeboats.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Indlela enomoyana yesazinge esikhulu ekuhambeni ngenqanawa", "output": "Airy's Method of Great Circle Sailing.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Bangakoyisa ukuthambeka okungamashumi amathathu epesenti nenguqulelo ngqo esuka emanzini ukuya ekuthambekeni kancinci konxweme ayibonakalisi ngxaki.", "output": "They can overcome inclines on land of up to 30 % and a direct transition from the water to a gently shelving beach presents no problems.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "INTSIMBI ENQANDA IVILI ELINAMAZINYO LINGABUYI MVA.", "output": "PAWLS.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Ngokwesiqhelo iinqanawa zithi zifune izinto ezininzi kunokuba osemaGunyeni oGcino ekulungele okanye enako ukukulayisha.", "output": "Normally ships ask for many more items than the Maintenance Authority is prepared or able to take on.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Yenziwe ngoluhlobo lulandelayo.", "output": "It is made as follows.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "Phambili nasemva kohambo ngenqanawa.", "output": "Fore-and-aft sails.", "category": "Translation 1499.json" }, { "instruction": "In this task, you are given a sentence or phrase in Xhosa. You must translate it to English in a way that is equivalent in terms of meaning and grammatically correct.", "input": "UMPHANTSI ORAWUNDI, IZIKHEPHE EZINEZIKHONKWANE EZINGAMAWELE.", "output": "ROUND-BILGE, TWIN-SCREW BOATS.", "category": "Translation 1499.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "beau geste", "output": "Who wrote the 1924 adventure novel 'Beau Geste'?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "adventures of huckleberry finn", "output": "What author wrote Adventures of Huckleberry Finn?, Who wrote the 1884 novel 'The Adventures of Huckleberry Finn'?, Mark Twain's classic book, Adventures of Huckleberry Finn takes place along which US river?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "the best of both worlds", "output": "'Best of Both Worlds' by Miley Cyrus is the theme song to which US tv show?, 'Best of Both Worlds' by Miley Cyrus is the theme song to which US tv show?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "barclays", "output": "Who in the summer of 2012 resigned as CEO of Barclays?, Who resigned as CEO of Barclay's after the LIBOR tax rate scandal?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "the devil's disciple", "output": "Which playwright wrote the plays Heartbreak House, The Devil's Disciple and Back to Methusaleh?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "alfa romeo brera and spider", "output": "Which car manufacturer produced the models Giulietta, Berlina, Brera and Spider?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "banqueting house, whitehall", "output": "Which architect designed the Queen's House Greenwich and the Banqueting House in Whitehall?, Who designed the Banqueting House in London's Whitehall?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "doctor finlay", "output": "Who created the character of Doctor Finlay in the British TV series (1962-1971) Dr Finlay's Casebook?", "category": "Question Generation 1516.json" }, { "instruction": "Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.", "input": "assassination of robert f. kennedy", "output": "Who was found guilty of the assassination of Robert F. Kennedy in 1963?", "category": "Question Generation 1516.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "Where did Scottish patriot William Wallace lead soldiers to a defeat of the English in 1297?", "output": "battle of stirling bridge", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "Which famous writer, who used the line `God for Harry, England and St. George!` in one of his works, was said to have been born and died on St George`s Day?", "output": "william shakespeare", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "Who wrote the plays 'Forty Years On' and 'The History Boys'?", "output": "alan bennett", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "Which nation boasts the world's longest running TV sports show, Hockey Night, first aired 1952?", "output": "canada", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "Which musical instrument is associated with jazz musician Kid Ory?", "output": "trombone", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "The novels 'The Long Goodbye' and 'Farewell, My Lovely' feature which fictional detective?", "output": "philip marlowe", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "First shown in 1976, which ITV series featured Gareth Hunt as the character Mike Gambit ?", "output": "the new avengers", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "What is the term given to a musical that uses previously released popular songs as its musical score, examples of which are Mamma Mia! and Jersey Boys?", "output": "jukebox musical", "category": "Question Answering 1517.json" }, { "instruction": "Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.", "input": "What is the county town of Essex?", "output": "chelmsford", "category": "Question Answering 1517.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Which Eastenders character left Albert Square to go to Scotland in 1998 after 5 years in the programme?", "output": "eastenders", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Which MP represents the constituency of Doncaster North?", "output": "doncaster north", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Which Benedictine monk wrote 'Chronica Majora', a history of the world from the creation to 1959?", "output": "chronica majora", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "What was the nickname of 60's singer Brenda Lee?", "output": "brenda lee", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Who plays the part of Penny in The Big Bang Theory?", "output": "the big bang theory, penny", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Charl Scwartzel is from which country?", "output": "charl schwartzel", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Who won the Best Actress Oscar for the 1988 film, The Accused?", "output": "academy award for best supporting actress", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Which pensioner is played by Caroline Aherne?", "output": "caroline aherne", "category": "Question Understanding 1518.json" }, { "instruction": "Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.", "input": "Which of these ACDC albums was released first?", "output": "ac/dc", "category": "Question Understanding 1518.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "Which 1961 book by Frantz Fanon was described by Time magazine as 'this is not so much a book as a rock thrown through the windows of the West. It is the Communist Manifesto or the Mein Kampf of the anticolonial revolution ...'?", "output": "book", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "Who wrote the play 'Fear and Misery of the Third Reich'?", "output": "book", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "Who resigned his army commission in 1858 to write music, such as the opera Boris Godunov and Pictures at an Exhibition?", "output": "music, opera", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "The borders of which country which became independent in 1971 were established with the partition of Bengal and India in 1947, when the region became the eastern wing of the newly formed Pakistan?", "output": "location", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "Which actress played the lead role in the 1988 film 'Gorillas in the Mist'?", "output": "film", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "Songwriter Jack White (vocals, guitar and piano) and Meg White (drums and occasional vocals) make up which American rock duo who produced three Grammy Award (Best Alternative Music Album) winning albums (Elephant, Get Behind Me Satan & Icky Thump)?", "output": "music, common", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "British sportswoman Charlotte Cooper, born in 1870, was famous in which sport?", "output": "olympics, sports", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "Fort Knox lies in which American state?", "output": "location", "category": "Question Understanding 1519.json" }, { "instruction": "Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.", "input": "What was the operational squadron number of the Dambusters?", "output": "cvg", "category": "Question Understanding 1519.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "@ScoutingForFifa @TheBurntChip @JoelBurtFifa @JPizzleFIFA EYE WITNESS: Joel is a faggot", "output": "Hate Speech", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "“@creoleblood: “@what_evaittakes: Y'all bitches be popping babies out like it's a sport😩”stop 😖”what lol", "output": "Offensive", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "Lmao redskins turnin up", "output": "Neither", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "Oh man. This could be a serious first ever Chanel bag contender RT @evachen212 grape-colored Chanel bags http://t.co/q8ShjIFv", "output": "Neither", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "@big_msudawg11 oh state, just enjoy your trailer trash and your sub par sports.", "output": "Neither", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "God made male and female blades of grass. Every living thing must reproduce itself to stay on this Earth: birds, bees and grass. Sex=Natural", "output": "Neither", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "Lmao RT @MoeMartin44 The in soles in Reebok Classics can't even handle the diabetic weight Rick Ross holds", "output": "Neither", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "5:40 A.M. and still awake! YAY!!! Time to chug coffee and red bull for the foreseeable future and hopefully not pass out behind the wheel!!!", "output": "Neither", "category": "Toxic Language Detection 1523.json" }, { "instruction": "Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category.", "input": "“@Amillinati_: Bro like I really enjoy like eating pussy from the back... It makes it more nasty, I like nasty haha 😈”you like eating ass 2", "output": "Offensive", "category": "Toxic Language Detection 1523.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: Good Mernin faggots http://t.co/3ZPTPqFkTl\nLabel: Offensive", "output": "false", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: Chaber Books: BRAGADAYJAH 315 http://t.co/qTr6lzCsdj: Further restrictions on eating certain insects and birds\nLabel: Hate Speech", "output": "false", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: @kieffer_jason lmao why ur dad raised u to be a bitch made nigga\nLabel: Hate Speech", "output": "true", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: RT @CloydRiversPics: Ran outside mullet flowin', nips shown'. Shotgunned a cold one and yelled, \"Saturday, welcome back you sexy beast. Mer…\nLabel: Offensive", "output": "false", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: “@no_way_hoesaaay: Bro my birds stay having sex , it's on a daily now.”he said \"look ma no hands\" http://t.co/rCKxYnWtvX\nLabel: Hate Speech", "output": "false", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: ★ BEST ASIAN MASSAGE ON THE park slope --TOP RATED SPA ★ 718-622-0221 - 24 http://t.co/TQS3wPA6O7\nLabel: Neither", "output": "true", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: Dominoes, moonlit lake, Velvet Underground, honey whiskey = white trash heaven. I accept your ridicule...but just tonight.\nLabel: Hate Speech", "output": "false", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: @megalexatron trash about us and your from another conference- you can say goodbye\nLabel: Neither", "output": "true", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.", "input": "Tweet: \"I just got a number 3 I'm a bitch boy\"\nLabel: Offensive", "output": "true", "category": "Toxic Language Detection 1524.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX clenches PersonY's teeth. Intent: 1) to save money on clothes", "output": "Negative", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX holds still. Intent: 1) buy a house", "output": "Positive", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX loves the experience. Intent: 1) got into a fight at school", "output": "Unknown", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX also read. Intent: 1) to do hard work to archive the goals", "output": "Positive", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX accidentally tripped. Intent: 1) to fulfill his duty as a law abiding citizen", "output": "Unknown", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX pokes PersonY's head out. Intent: 1) to have food to eat", "output": "Positive", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX arches PersonY back. Intent: 1) to satisfy 2)to show support", "output": "Positive", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX shifts in PersonY's seat. Intent: 1) to meet friend", "output": "Unknown", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\" and it's \"Intent\" related to PersonX. Determine the sentiment value of the given input as either \"Positive\", \"Negative\", and \"Unknown\". ", "input": "Event:PersonX sweats profusely. Intent:", "output": "Unknown", "category": "Sentiment Analysis 1539.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX asks PersonY the question. Intent: 1) to show their skill. XEmotion: 1) talented", "output": "good", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:It tastes delicious. Intent: 1) to explain 2) to defend. XEmotion: 1) knowledgable", "output": "happy", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX describes accurately the ___. Intent: 1) to exercise. XEmotion: 1) sore 2) tired", "output": "informative", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX offers a new job. Intent: 1) food. XEmotion: 1) full", "output": "happy", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX makes PersonX's point. Intent: 1) transparency. XEmotion: 1) relieved", "output": "reassured", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX is identical twins. Intent:. XEmotion: 1) guilty and ashamed in-front of others", "output": "surprised", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX sees an old friend. Intent:. XEmotion: 1) excited", "output": "also happy", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX pays PersonY's electric bill. Intent: 1) to satisfy his hunger. XEmotion: 1) contented with his skills in fishing.", "output": "grateful", "category": "Misc. 1540.json" }, { "instruction": "You are provided with an \"Event\", \"Intent\" and \"XEmotion\" (PersonX's reactions for the given \"Event\"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None", "input": "Event:PersonX imposes ___ upon PersonY. Intent: 1) to serve his country. XEmotion: 1) honored", "output": "subjugated", "category": "Misc. 1540.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "My 10 year old who loves everything Harry Potter loved this book. She was so excited to get it but the first chapter of book 2 is missing. The pages that are missing have been taken out and pasted on in another place. Do NOT buy this!!!!! VERY disappointed! Amazon should seriously think about fixing this! It makes me very suspicious if there isn't a better quality version available. I would rate this as zero stars if possible.", "output": "Bad review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "For a free book this was okay! I like mysteries and will try another one of the books from Nancy Naigle.", "output": "Good Review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "This item was for our grandson, who plays several games he received at Christmas, so we did not see or use it as often as his friends, all teenagers. We heard him playing them on Christmas night when we visited. It must be fun, though.", "output": "Good Review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "I have used this product for a month now with no changes noted. It has however improved my appetite while it lasted. My stomach still rumbles when I'm taking them and the fiber is so fine you really seem to be swallowing pieces of your food. If they would come up with some new packaging that didn't make me gag, I'd buy them. However, they are not cheap but then again all sugar supplements are. And I don't eat a lot anyway. Just add water as needed and you're good.", "output": "Bad review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "My wife and i have loved these books for years. I would keep buying them every year in hardcover because they are simply wonderful. This edition, however, is a complete misrepresend. The book itself was fine but rather than having the hard cover it is now printed on, which after much use, has begun to come apart on two pages. The second page started falling out shortly thereafter. It seems as though there must be some kind of poor quality control going on.", "output": "Bad review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "I purchased these lights for the winter to help illuminate our property on cold days. The install was very easy. However when they come on, only the left light turns on. And yes, my wiring is correct. This has never happened with any other LED lights, and it is really annoying that you can't tell if your lights are working without turning them off. When this happens, you'll have a great view of what happens but won't know anything about it.", "output": "Bad review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "This product works flawlessly with my Windows XP and OS X - just plug it in a USB port or use the included software. The print quality is very good and I am quite satisfied at this price. I've been using refilled cartridges for about 2 years now from various sources but found that most of the time, ink dries up within 1-2 weeks time when you refill them. These re-manufactured cartridges are great to buy, they don't leak as far as I'm aware and work perfectly.", "output": "Good Review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "I guess I'm not the only one who read this book and liked it at all. It's like people in love with each other are allowed to fall into a deep sleep for years without speaking or even seeing eachother. You just KNOW when they wake up that they're making out which made me really mad as every night I was looking forward to falling asleep because you know things take forever to get back on track.", "output": "Bad review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.", "input": "It's very well constructed, especially considering how low price. If you need a case with all your phone needs, this really fits the bill. You should get one ASAP! Good product! :) Fast shipment! Highly recommend to other buyers! :)", "output": "Good Review", "category": "Sentiment Analysis 1545.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX comes see PersonY\nHypothesis: As a result, PersonX feels adventurous\nUpdate: Person Y found a new place to go hiking with Person X.", "output": "strengthener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX gets change\nHypothesis: As a result, PersonX wants to put coins ina card for his grand child\nUpdate: PersonX's laundry basket is very full.", "output": "weakener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX is freezing cold\nHypothesis: PersonX then rubs hands\nUpdate: PersonX's hands are bare.", "output": "strengthener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX forms PersonY impression\nHypothesis: As a result, PersonX feels persuasive\nUpdate: PersonX decides to leave the impression alone", "output": "weakener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX kisses PersonY's neck\nHypothesis: Because PersonX wanted to engage in romantic behavior\nUpdate: They are both naked", "output": "strengthener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX gives birth to children\nHypothesis: As a result, PersonX feels maternal\nUpdate: PersonX is a surrogate", "output": "weakener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX takes a walk\nHypothesis: PersonX is seen as refreshed\nUpdate: PersonX is walking through the park.", "output": "strengthener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX makes it through the day\nHypothesis: PersonX is seen as relieved\nUpdate: PersonX received a promotion after a difficult project.", "output": "strengthener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively.", "input": "Premise: PersonX washes PersonY's sheets\nHypothesis: PersonX is seen as happy.\nUpdate: PersonX is a mom", "output": "strengthener", "category": "Textual Entailment 1551.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: Crowded street with a man taking a photo with his phone.\nHypothesis: The man is taking a picture of a beautiful woman.\nUpdate: The man's camera is aimed at the sun setting behind the Eiffel tower.", "output": "weakener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: Cop wrestle one man with his hand sticking up in the air as other cops watch.\nHypothesis: Cops take down a black man.\nUpdate: The man cuts his face on the way down.", "output": "strengthener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: 4 children and 1 adult look at an armadillo on a grassy hill with 2 trees.\nHypothesis: There are people outside.\nUpdate: The armadillo begins to climb the tree.", "output": "strengthener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: Young kids are playing in the snow.\nHypothesis: Several children build a snowman.\nUpdate: The children are throwing snowballs at each other.", "output": "weakener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: Several young people wearing casual clothes walking outside on a bright sunny day.\nHypothesis: The group of teen friends are walking around together in the sun.\nUpdate: They are all walking in different locations.", "output": "weakener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: A cowboy in a rodeo puts a bandage on his forearm, getting ready for his ride.\nHypothesis: a cowboy hurt his arm shooting a gun\nUpdate: The cowboy was wearing a holstered pistol.", "output": "strengthener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: A man in a club addressing other people and holding his index finger up with a woman standing behind him.\nHypothesis: A man is looking for his girlfriend in a club.\nUpdate: The man is signaling the host that he wants a table for one.", "output": "weakener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: The billboard is presenting the now showing movies.\nHypothesis: The billboard is advertising shows from the cinema.\nUpdate: The ad is for HBO.", "output": "weakener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.", "input": "Premise: A group of in blue uniforms are marching and carrying guns.\nHypothesis: a group in the people repiblic dispaying their colors\nUpdate: The military is having a rally.", "output": "strengthener", "category": "Textual Entailment 1552.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: It's wrong to correct people.\nUpdate: You're correcting the grammar of a Black person", "output": "strengthener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: It's OK to be anxious about a significant others drug use.\nUpdate: Their drug use has been declining.", "output": "weakener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: It is okay to not want to go out.\nUpdate: The house is on fire.", "output": "weakener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: Giving your friend the cold shoulder without explanation is mean.\nUpdate: they are going through a hard time.", "output": "strengthener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: If you want a friend to do something with you, it's good to find a meeting place close to them.\nUpdate: They have transportation and you do not.", "output": "weakener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: It's common for men to pay for the meal when out on a date.\nUpdate: The man is the one who asked the woman out.", "output": "strengthener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: It's acceptable to give in to what your heart want.\nUpdate: what your heart wants is illegal.", "output": "weakener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: It's good to help a friend who is having mental health issues.\nUpdate: They are having a panic attack.", "output": "strengthener", "category": "Textual Entailment 1553.json" }, { "instruction": "In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation that might UNDERMINE or SUPPORT the generalization. An undermining context provides a situation that weakens the hypothesis. A supporting context provides a situation that strengthens the generalization. Your task is to output 'strengthener' or 'weakener' if the update supports or undermines the hypothesis, respectively", "input": "Hypothesis: It's okay to try many different romantic interests before settling on one.\nUpdate: You have a non curable std.", "output": "weakener", "category": "Textual Entailment 1553.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u09ae\u09c1\u0999\u09cd\u0997\u09c7\u09b0 \u09ac\u09bf\u09ad\u09be\u0997 \u09b9\u09b2 \u09ac\u09bf\u09b9\u09be\u09b0 \u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09b6\u09be\u09b8\u09a8\u09bf\u0995 \u09ac\u09bf\u09ad\u09be\u0997\u0964 \u098f\u0987 \u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u09b8\u09a6\u09b0 \u09b6\u09b9\u09b0 \u09ae\u09c1\u0999\u09cd\u0997\u09c7\u09b0\u0964 \u09e8\u09e6\u09e7\u09eb \u09b8\u09be\u09b2\u09c7\u09b0 \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c7, \u09ae\u09c1\u0999\u09cd\u0997\u09c7\u09b0 \u099c\u09c7\u09b2\u09be, \u099c\u09be\u09ae\u09c1\u0987 \u099c\u09c7\u09b2\u09be, \u0996\u0997\u09a1\u09bc\u09bf\u09af\u09bc\u09be \u099c\u09c7\u09b2\u09be, \u09b2\u0996\u09bf\u09b8\u09b0\u09be\u0987 \u099c\u09c7\u09b2\u09be, \u09ac\u09c7\u0997\u09c1\u09b8\u09b0\u09be\u0987 \u099c\u09c7\u09b2\u09be, \u0993 \u09b6\u09c7\u0996\u09aa\u09c1\u09b0\u09be \u099c\u09c7\u09b2\u09be \u098f\u0987 \u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u0997\u09a4\u0964 \u098f\u0987 \u09b8\u09ac \u0995\u099f\u09bf \u099c\u09c7\u09b2\u09be \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u09ac\u09c3\u09b9\u09a4\u09cd\u09a4\u09b0 \u09ae\u09c1\u0999\u09cd\u0997\u09c7\u09b0 \u099c\u09c7\u09b2\u09be\u09b0 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u0997\u09a4 \u099b\u09bf\u09b2\u0964\n\n Option A: \u09ad\u09be\u09b0\u09a4\u09c7\u09b0\n\n Option B: \u09ae\u09c1\u0999\u09cd\u0997\u09c7\u09b0\n\n Option C: \u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0\n\n Option D: \u09ac\u09bf\u09b9\u09be\u09b0", "output": "\u09ad\u09be\u09b0\u09a4\u09c7\u09b0", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u09ae\u09cb\u09b9\u09be\u09ae\u09cd\u09ae\u09a6 \u09b0\u09ab\u09bf \u09a4\u09be\u09b0 \u09b8\u09c1\u09a6\u09c0\u09b0\u09cd\u0998 \u09b8\u0999\u09cd\u0997\u09c0\u09a4 \u099c\u09c0\u09ac\u09a8\u09c7 \u0985\u09a8\u09c7\u0995 \u09a8\u09be\u09ae\u0995\u09b0\u09be \u09b8\u0999\u09cd\u0997\u09c0\u09a4 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u0995\u09c7\u09b0 \u09a6\u09bf\u0995-\u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09a8\u09be\u09af\u09bc \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a7\u09b0\u09a8\u09c7\u09b0 \u0997\u09be\u09a8 \u0997\u09c7\u09af\u09bc\u09c7\u099b\u09c7\u09a8\u0964 \u09a4\u09a8\u09cd\u09ae\u09a7\u09cd\u09af\u09c7 \u0985\u09ae\u09b0 \u09b8\u0999\u09cd\u0997\u09c0\u09a4 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u0995 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be\u09af\u09bc\u0987 \u0997\u09be\u09a8 \u0997\u09c7\u09af\u09bc\u09c7\u099b\u09c7\u09a8 \u09ac\u09c7\u09b6\u09bf\u0964 \u098f\u099b\u09be\u09a1\u09bc\u09be\u0993, \u09e7\u09ef\u09eb\u09e6 \u098f\u09ac\u0982 \u09e7\u09ef\u09ec\u09e6 \u098f\u09b0 \u09a6\u09b6\u0995\u09c7 \u09ae\u09cb\u09b9\u09be\u09ae\u09cd\u09ae\u09a6 \u09b0\u09ab\u09bf \u0993.\u09aa\u09bf. \u09a8\u09be\u09af\u09bc\u09be\u09b0, \u09b6\u0999\u09cd\u0995\u09b0 \u099c\u09af\u09bc\u0995\u09bf\u09b7\u09be\u09a3 \u098f\u09ac\u0982 \u098f\u09b8.\u09a1\u09bf.\u09ac\u09b0\u09cd\u09ae\u09a8\u09c7\u09b0 \u09b8\u09c1\u09b0\u09c7\u0993 \u0985\u09a8\u09c7\u0995 \u0997\u09be\u09a8 \u0997\u09c7\u09af\u09bc\u09c7\u099b\u09c7\u09a8\u0964\n\n Option A: \u09a8\u0993\u09b6\u09be\u09a6\u09c7\u09b0\n\n Option B: \u0985\u09ad\u09bf\u099c\u09bf\u09ce\n\n Option C: \u098f\u09b8.\u09a1\u09bf.\u09ac\u09b0\u09cd\u09ae\u09a8\u09c7\u09b0\n\n Option D: \u09ae\u09c1\u0995\u09c7\u09b6\u09c7\u09b0", "output": "\u09a8\u0993\u09b6\u09be\u09a6\u09c7\u09b0", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u0986\u09a6\u09ae-\u098f\u09b0 \u09a6\u09bf\u0998\u09bf \u09b9\u09a4\u09c7 \u0986\u09a6\u09ae\u09a6\u09bf\u0998\u09c0 \u09a8\u09be\u09ae\u09c7\u09b0 \u09b8\u09c2\u099a\u09a8\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7 \u0964 \u0986\u09a6\u09ae\u09a6\u09bf\u0998\u09c0 \u09a5\u09be\u09a8\u09be\u09b0 \u09aa\u09be\u09b6\u09c7 \u0986\u09a6\u09ae \u09ac\u09be\u09ac\u09be \u09a8\u09be\u09ae\u09c7 \u098f\u0995 \u09b8\u09c2\u09ab\u09c0 \u09b8\u09be\u09a7\u0995\u09c7\u09b0 \u09ae\u09be\u099c\u09be\u09b0 \u0986\u099b\u09c7 \u098f\u09ac\u0982 \u09b8\u09c7 \u09ae\u09be\u099c\u09be\u09b0\u09c7\u09b0 \u0989\u09a4\u09cd\u09a4\u09b0\u09aa\u09be\u09b0\u09cd\u09b6\u09cd\u09ac\u09c7 \u0986\u099b\u09c7 \u098f\u0995\u099f\u09bf \u09ac\u09a1\u09bc \u09aa\u09c1\u0995\u09c1\u09b0, \u09af\u09be\u0995\u09c7 \u0986\u09a6\u09ae \u09ac\u09be\u09ac\u09be\u09b0 \u09a6\u09bf\u0998\u09bf \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u0964 \u0995\u09a5\u09bf\u09a4 \u0986\u099b\u09c7 \u09af\u09c7, \u098f\u09b0 \u09b0\u09be\u09a3\u09c0 \u09ad\u09ac\u09be\u09a8\u09c0 \u09ac\u09be\u09ac\u09be \u0986\u09a6\u09ae\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf \u09b6\u09cd\u09b0\u09a6\u09cd\u09a7\u09be \u099c\u09be\u09a8\u09bf\u09af\u09bc\u09c7 \u098f \u09aa\u09c1\u0995\u09c1\u09b0\u099f\u09bf \u0996\u09a8\u09a8 \u0995\u09b0\u09c7\u09a8 \u0964\n\n Option A: \u09ac\u0997\u09c1\u09a1\u09bc\u09be\n\n Option B: \u0986\u09a6\u09ae\u09a6\u09bf\u0998\u09c0\n\n Option C: \u0989\u09aa\u099c\u09c7\u09b2\u09be\n\n Option D: \u09a8\u09be\u099f\u09cb\u09b0", "output": "\u09a8\u09be\u099f\u09cb\u09b0", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u09b8\u09be\u09b2\u09c7\u09b0 \u0995\u09cd\u09b0\u09bf\u0995\u09c7\u099f \u09ac\u09bf\u09b6\u09cd\u09ac\u0995\u09be\u09aa \u09aa\u09cd\u09b0\u09a4\u09bf\u09af\u09cb\u0997\u09bf\u09a4\u09be\u09af\u09bc \u0985\u0982\u09b6\u0997\u09cd\u09b0\u09b9\u09a3\u09c7\u09b0 \u09b2\u0995\u09cd\u09b7\u09cd\u09af\u09c7 \u09e7\u09e7 \u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09bf, \u09e8\u09e6\u09e7\u09eb \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u0995\u09cd\u09b0\u09bf\u0995\u09c7\u099f \u0985\u09b8\u09cd\u099f\u09cd\u09b0\u09c7\u09b2\u09bf\u09af\u09bc\u09be \u0995\u09b0\u09cd\u09a4\u09c3\u09aa\u0995\u09cd\u09b7 \u0985\u09b8\u09cd\u099f\u09cd\u09b0\u09c7\u09b2\u09bf\u09af\u09bc\u09be \u09a6\u09b2\u09c7\u09b0 \u09e7\u09eb-\u09b8\u09a6\u09b8\u09cd\u09af\u09c7\u09b0 \u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u09a4\u09be\u09b2\u09bf\u0995\u09be \u099c\u09a8\u09b8\u09ae\u0995\u09cd\u09b7\u09c7 \u09aa\u09cd\u09b0\u0995\u09be\u09b6 \u0995\u09b0\u09c7\u0964 \u09a4\u09a8\u09cd\u09ae\u09a7\u09cd\u09af\u09c7, \u09ac\u09c7\u0987\u09b2\u09bf\u0995\u09c7\u0993 \u09a6\u09b2\u09c7 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u09ad\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u0964 \u09e7\u09ea \u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09bf, \u09e8\u09e6\u09e7\u09eb \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u09ae\u09c7\u09b2\u09ac\u09cb\u09b0\u09cd\u09a8 \u0995\u09cd\u09b0\u09bf\u0995\u09c7\u099f \u0997\u09cd\u09b0\u09be\u0989\u09a8\u09cd\u09a1\u09c7 \u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u09c7\u09b0 \u09ac\u09bf\u09aa\u0995\u09cd\u09b7\u09c7 \u0997\u09cd\u09b0\u09c1\u09aa-\u09aa\u09b0\u09cd\u09ac\u09c7\u09b0 \u0996\u09c7\u09b2\u09be\u09af\u09bc \u0985\u0982\u09b6 \u09a8\u09bf\u09af\u09bc\u09c7 \u09eb\u09eb \u09b0\u09be\u09a8 \u09a4\u09c1\u09b2\u09c7 \u09a6\u09b2\u09c7\u09b0 \u099c\u09af\u09bc\u09c7 \u09b8\u09b9\u09be\u09af\u09bc\u09a4\u09be \u0995\u09b0\u09c7\u09a8\u0964\n\n Option A: \u09e8\u09e6\u09e7\u09e8\n\n Option B: \u09e8\u09e6\u09e7\u09eb\n\n Option C: \u09e8\u09e6\u09e7\u09e9\n\n Option D: \u0985\u09cd\u09af\u09be\u09b6\u09c7\u099c", "output": "\u09e8\u09e6\u09e7\u09eb", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u09e8 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0, \u09e8\u09e6\u09e7\u09e8 \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u09ac\u09b2\u09c7\u09b0 \u09a8\u09be\u09ae\u0995\u09b0\u09a3 \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc\u0964 \u09b8\u09cd\u09a5\u09be\u09a8\u09c0\u09af\u09bc \u09b8\u09be\u0982\u0997\u09a0\u09a8\u09bf\u0995 \u0995\u09ae\u09bf\u099f\u09bf \u0993 \u0986\u09a1\u09bf\u09a1\u09be\u09b8 - \u09af\u09cc\u09a5\u09ad\u09be\u09ac\u09c7 \u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u09ad\u09cb\u099f\u09c7\u09b0 \u0986\u09af\u09bc\u09cb\u099c\u09a8 \u0995\u09b0\u09c7\u0964 \u09a6\u09b6 \u09b2\u0995\u09cd\u09b7\u09be\u09a7\u09bf\u0995 \u09ac\u09cd\u09b0\u09be\u099c\u09bf\u09b2\u09c0\u09af\u09bc \u09ab\u09c1\u099f\u09ac\u09b2 \u09ad\u0995\u09cd\u09a4 \u09a4\u09be\u09a6\u09c7\u09b0 \u09ae\u09a4\u09be\u09ae\u09a4 \u09ad\u09cb\u099f\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u0964 \u09a4\u09a8\u09cd\u09ae\u09a7\u09cd\u09af\u09c7 \u09ed\u09ed.\u09ee% \u09ad\u09cb\u099f \u09ac\u09cd\u09b0\u09be\u099c\u09c1\u0995\u09be \u09a8\u09be\u09ae\u099f\u09bf \u09aa\u099b\u09a8\u09cd\u09a6 \u0995\u09b0\u09c7\u0964 \u09aa\u09c2\u09b0\u09cd\u09ac-\u09a8\u09bf\u09b0\u09cd\u09a7\u09be\u09b0\u09bf\u09a4 \u0985\u09a8\u09cd\u09af \u09a6\u09c1\u2019\u099f\u09bf \u09aa\u099b\u09a8\u09cd\u09a6\u09b8\u0987 \u09a8\u09be\u09ae\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u099b\u09bf\u09b2 \u09ac\u09cb\u09b8\u09be \u09a8\u09cb\u09ad\u09be \u0993 \u0964 \u098f \u09a6\u09c1\u2019\u099f\u09cb\u09af\u09bc \u09af\u09a5\u09be\u0995\u09cd\u09b0\u09ae\u09c7 \u09e7\u09ea.\u09ec% \u0993 \u09ed.\u09ec% \u09ad\u09cb\u099f \u09aa\u09a1\u09bc\u09c7\u0964\n\n Option A: \u09ab\u09bf\u09ab\u09be\u2019\u09b0\n\n Option B: \u0995\u09be\u09b0\u09cd\u09a8\u09be\u09ad\u09be\u09b2\u09c7\u09b8\u09cd\u0995\u09be\n\n Option C: \u0986\u09a1\u09bf\u09a1\u09be\u09b8\n\n Option D: \u09ac\u09cd\u09b0\u09be\u099c\u09bf\u09b2\u09c7", "output": "\u0995\u09be\u09b0\u09cd\u09a8\u09be\u09ad\u09be\u09b2\u09c7\u09b8\u09cd\u0995\u09be", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u09b9\u09bf\u09a8\u09cd\u09a6\u09c1\u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0 \u0985\u09a8\u09c1\u09af\u09be\u09af\u09bc\u09c0, \u09b9\u09bf\u09a8\u09cd\u09a6\u09c1 \u09a7\u09b0\u09cd\u09ae\u09c0\u09af\u09bc \u09a6\u09c7\u09ac\u09a4\u09be \u09b0\u09be\u09ae\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae\u09ad\u09c2\u09ae\u09bf \"\u09b0\u09be\u09ae \u099c\u09a8\u09cd\u09ae\u09ad\u09c2\u09ae\u09bf\" \u09a8\u09be\u09ae\u09c7 \u09aa\u09b0\u09bf\u099a\u09bf\u09a4, \u09af\u09be\u0995\u09c7 \u09b9\u09bf\u09a8\u09cd\u09a6\u09c1\u09b0\u09be \u09a4\u09c0\u09b0\u09cd\u09a5\u09b8\u09cd\u09a5\u09be\u09a8 \u09ac\u09b2\u09c7 \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8 \u0995\u09b0\u09c7 \u09a5\u09be\u0995\u09c7\u09a8\u0964 \u098f\u099f\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7 \u09a5\u09be\u0995\u09c7 \u09af\u09c7, \u09b0 \u09af\u09c7 \u09b8\u09cd\u09a5\u09be\u09a8\u09c7 \u09ac\u09be\u09ac\u09b0\u09bf \u09ae\u09b8\u099c\u09bf\u09a6 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4, \u09b8\u09c7 \u09b8\u09cd\u09a5\u09be\u09a8\u099f\u09bf \u09b0\u09be\u09ae\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae\u09ad\u09c2\u09ae\u09bf\u0964 \u0995\u09bf\u09a8\u09cd\u09a4\u09c1, \u098f\u09b0 \u09b8\u09cd\u09ac\u09aa\u0995\u09cd\u09b7\u09c7 \u0990\u09a4\u09bf\u09b9\u09be\u09b8\u09bf\u0995 \u09aa\u09cd\u09b0\u09ae\u09be\u09a3 \u09a8\u09c7\u0987 \u09ac\u09b2\u09b2\u09c7\u0987 \u099a\u09b2\u09c7\u0964 \u09ae\u09cb\u099f\u09be\u09ae\u09c1\u099f\u09bf\u09ad\u09be\u09ac\u09c7 \u0990\u09a4\u09bf\u09b9\u09be\u09b8\u09bf\u0995\u09c7\u09b0\u09be \u098f\u0995\u09ae\u09a4 \u09af\u09c7, \u09e7\u09eb\u09e8\u09ee \u09b8\u09be\u09b2\u09c7 \u0990 \u0985\u099e\u09cd\u099a\u09b2 \u09ae\u09c1\u0998\u09b2 \u09b6\u09be\u09b8\u09a8\u09c7\u09b0 \u0986\u0993\u09a4\u09be\u09ad\u09c1\u0995\u09cd\u09a4 \u09b9\u09af\u09bc \u098f\u09ac\u0982 \u09ae\u09c1\u0998\u09b2 \u09b8\u09c7\u09a8\u09be\u09aa\u09a4\u09bf \u09ae\u09bf\u09b0 \u09ac\u09be\u0995\u09bf \u09ae\u09c1\u0998\u09b2 \u09b8\u09ae\u09cd\u09b0\u09be\u099f \u09ac\u09be\u09ac\u09b0\u09c7\u09b0 \u09a8\u09be\u09ae\u09c7 \"\u09ac\u09be\u09ac\u09b0\u09bf \u09ae\u09b8\u099c\u09bf\u09a6\" \u098f\u09b0 \u09a8\u09be\u09ae\u0995\u09b0\u09a3 \u0995\u09b0\u09c7\u09a8\u0964 \u099c\u09a8\u09b8\u09be\u09a7\u09be\u09b0\u09a3\u09c7\u09b0 \u09ae\u09be\u099d\u09c7 \u098f\u0987 \u09ac\u09bf\u09b6\u09cd\u09ac\u09be\u09b8 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09af\u09c7, \u09ae\u09bf\u09b0 \u09ac\u09be\u0995\u09bf \u098f\u0995\u099f\u09bf \u09b0\u09be\u09ae \u09ae\u09a8\u09cd\u09a6\u09bf\u09b0 \u09a7\u09cd\u09ac\u0982\u09b8 \u0995\u09b0\u09c7 \u09ae\u09b8\u099c\u09bf\u09a6\u099f\u09bf \u09a8\u09bf\u09b0\u09cd\u09ae\u09be\u09a3 \u0995\u09b0\u09c7\u099b\u09bf\u09b2\u09c7\u09a8 \u0995\u09bf\u09a8\u09cd\u09a4\u09c1, \u098f\u09b0 \u09aa\u0995\u09cd\u09b7\u09c7 \u09af\u09c7 \u0990\u09a4\u09bf\u09b9\u09be\u09b8\u09bf\u0995 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf \u09aa\u09be\u0993\u09af\u09bc\u09be \u09af\u09be\u09af\u09bc, \u09a4\u09be \u09ac\u09bf\u09a4\u09b0\u09cd\u0995\u09bf\u09a4\u0964\n\n Option A: \u0987\u09b8\u09b2\u09be\u09ae\u09be\u09ac\u09be\u09a6\u09c7\u09b0\n\n Option B: \u0985\u09af\u09cb\u09a7\u09cd\u09af\u09be\n\n Option C: \u0986\u09ac\u09c1\u09a7\u09be\u09ac\u09bf\n\n Option D: \u09a6\u09c1\u09ac\u09be\u0987", "output": "\u0985\u09af\u09cb\u09a7\u09cd\u09af\u09be", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u0987\u0989\u09b0\u09cb \u09e8\u09e6\u09e6\u09ea \u098f \u099c\u09bf\u09a6\u09be\u09a8 \u0993 \u09a4\u09be\u09b0 \u09a6\u09b2\u09c7\u09b0 \u09b6\u09c1\u09b0\u09c1\u099f\u09be \u09ad\u09be\u09b2\u09cb\u0987 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2\u0964\u0997\u09cd\u09b0\u09c1\u09aa \u09aa\u09b0\u09cd\u09af\u09be\u09af\u09bc\u09c7\u09b0 \u09ae\u09cd\u09af\u09be\u099a\u09c7 \u09ac\u09bf\u09aa\u0995\u09cd\u09b7\u09c7 \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u09aa\u09bf\u099b\u09bf\u09af\u09bc\u09c7 \u09a5\u09c7\u0995\u09c7\u0993 \u099c\u09bf\u09a6\u09be\u09a8\u09c7\u09b0 \u09a8\u09c8\u09aa\u09c1\u09a3\u09cd\u09af\u09c7 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u09b6\u09c7\u09b7 \u09aa\u09b0\u09cd\u09af\u09a8\u09cd\u09a4 \u099c\u09af\u09bc\u09c0 \u09b9\u09af\u09bc\u0964 \u098f \u09ae\u09cd\u09af\u09be\u099a\u099f\u09bf\u09a4\u09c7 \u099c\u09bf\u09a6\u09be\u09a8 \u09a6\u09c1\u099f\u09bf \u0997\u09cb\u09b2 \u0995\u09b0\u09c7\u09a8 \u09af\u09be\u09b0 \u098f\u0995\u099f\u09bf \u09ab\u09cd\u09b0\u09bf \u0995\u09bf\u0995 \u0993 \u0986\u09b0\u09c7\u0995\u099f\u09bf \u09aa\u09c7\u09a8\u09be\u09b2\u09cd\u099f\u09bf \u09a5\u09c7\u0995\u09c7 \u0995\u09b0\u09be\u0964\u09e8\u09e6\u09e6\u09ea \u09b8\u09be\u09b2\u09c7\u09b0 \u09e7\u09e8 \u0986\u0997\u09b8\u09cd\u099f \u0995\u09cb\u09af\u09bc\u09be\u09b0\u09cd\u099f\u09be\u09b0 \u09ab\u09be\u0987\u09a8\u09be\u09b2\u09c7 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u09b8\u09ae\u09af\u09bc\u09c7 \u0987\u0989\u09b0\u09cb \u09e8\u09e6\u09e6\u09ea \u09b6\u09bf\u09b0\u09cb\u09aa\u09be \u099c\u09af\u09bc\u09c0 \u0997\u09cd\u09b0\u09bf\u09b8 \u098f\u09b0 \u0995\u09be\u099b\u09c7 \u0985\u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09be\u09b6\u09bf\u09a4 \u09ad\u09be\u09ac\u09c7 \u09b9\u09c7\u09b0\u09c7 \u09af\u09be\u09af\u09bc\u0964\u098f\u09b0 \u09aa\u09b0 \u09aa\u09b0\u0987 \u099c\u09bf\u09a6\u09be\u09a8 \u0986\u09a8\u09cd\u09a4\u09b0\u09cd\u099c\u09be\u09a4\u09bf\u0995 \u09ab\u09c1\u099f\u09ac\u09b2 \u09a5\u09c7\u0995\u09c7 \u0985\u09ac\u09b8\u09b0\u09c7\u09b0 \u0998\u09cb\u09b7\u09a3\u09be \u09a6\u09c7\u09a8\u0964\n\n Option A: \u0987\u09a4\u09be\u09b2\u09bf\u09b0\n\n Option B: \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8\u09c7\u09b0\n\n Option C: \u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u09c7\u09b0\n\n Option D: \u09ac\u09cd\u09b0\u09be\u099c\u09bf\u09b2\u09c7\u09b0", "output": "\u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u09c7\u09b0", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u09b8\u09cb\u09ac\u09b9\u09be\u09a8 \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7 \u09a2\u09be\u0995\u09be \u099f\u09cd\u09b0\u09bf\u09ac\u09bf\u0989\u09a8\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u0995 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09a6\u09be\u09af\u09bc\u09bf\u09a4\u09cd\u09ac \u09aa\u09be\u09b2\u09a8 \u0995\u09b0\u099b\u09c7\u09a8\u0964 \u09a4\u09bf\u09a8\u09bf \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09c7\u09b0 \u0987\u0982\u09b0\u09c7\u099c\u09bf \u09a6\u09c8\u09a8\u09bf\u0995 \u09a6\u09cd\u09af \u09a1\u09c7\u0987\u09b2\u09bf \u09b8\u09cd\u099f\u09be\u09b0\u09c7\u09b0 \u0989\u09aa-\u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u0995 \u098f\u09ac\u0982 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09ab\u09cb\u09b0\u09be\u09ae \u09e8\u09e6\u09e6\u09ea \u09a5\u09c7\u0995\u09c7 \u09e8\u09e6\u09e7\u09e6 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be\u0964 \u09a4\u09bf\u09a8\u09bf \u09a6\u09cd\u09af \u0997\u09be\u09b0\u09cd\u09a1\u09bf\u09af\u09bc\u09be\u09a8, \u09a6\u09bf \u09b8\u09be\u09a8\u09a1\u09c7 \u0997\u09be\u09b0\u09cd\u09a1\u09bf\u09af\u09bc\u09be\u09a8, \u098f\u09ac\u0982 \u0986\u0989\u099f\u09b2\u09c1\u0995 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be\u09b0 \u098f\u0995\u099c\u09a8 \u0995\u09b2\u09be\u09ae \u09b2\u09c7\u0996\u0995 \u099b\u09bf\u09b2\u09c7\u09a8\u0964 \u09e8\u09e6\u09e6\u09eb \u09b8\u09be\u09b2\u09c7, \u09a4\u09bf\u09a8\u09bf \u0987\u09af\u09bc\u0982 \u0997\u09cd\u09b2\u09cb\u09ac\u09be\u09b2 \u09b2\u09bf\u09a1\u09be\u09b0 \u09b9\u09bf\u09b8\u09be\u09ac\u09c7 \u09ac\u09bf\u09b6\u09cd\u09ac \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u09ab\u09cb\u09b0\u09be\u09ae\u09c7 \u09aa\u09b0\u09bf\u099a\u09bf\u09a4\u09bf \u09aa\u09be\u09a8 \u098f\u09ac\u0982 \u09e8\u09e6\u09e6\u09ef \u09b8\u09be\u09b2\u09c7 \u0987\u09af\u09bc\u09c7\u09b2 \u0993\u09af\u09bc\u09be\u09b0\u09cd\u09b2\u09cd\u09a1 \u09ab\u09c7\u09b2\u09cb \u099b\u09bf\u09b2\u09c7\u09a8\u0964 \n\n Option A: Hamas\n\n Option B: \u099f\u09be\u0987\u09ae\n\n Option C: \u09ae\u09cd\u09af\u09be\u09a8\u09b9\u09be\u099f\u09be\u09a8\u09c7\u09b0\n\n Option D: \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09bf", "output": "\u099f\u09be\u0987\u09ae", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the token in the statement . Output the word from the correct option .", "input": "Statement: \u09a6\u09c7\u09b6\u09c7 \u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09be\u09b0 \u09aa\u09b0 \u09b7\u09be\u099f\u09c7\u09b0 \u09a6\u09b6\u0995\u09c7\u09b0 \u09b6\u09c7\u09b7\u09ad\u09be\u0997\u09c7 \u09a4\u09bf\u09a8\u09bf \u09af\u09bc \u0995\u09b0\u09cd\u09ae\u099c\u09c0\u09ac\u09a8 \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09c7\u09a8\u0964 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09c7\u09b0 \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be \u09af\u09c1\u09a6\u09cd\u09a7 \u099a\u09b2\u09be\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u09ae\u09af\u09bc\u09c7 \u09a4\u09bf\u09a8\u09bf \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09c7\u09b0 \u09ae\u09c1\u0995\u09cd\u09a4\u09bf\u09af\u09cb\u09a6\u09cd\u09a7\u09be \u0993 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u09b8\u09c8\u09a8\u09cd\u09af\u09a6\u09c7\u09b0 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be \u09aa\u09b0\u09bf\u09b7\u09c7\u09ac\u09be \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u099b\u09c7\u09a8\u0964 \u09a4\u09bf\u09a8\u09bf \u09e7\u09ef\u09ed\u09e7 \u09b8\u09be\u09b2\u09c7 \u09ac\u09b9\u09c1 \u09ae\u09be\u09a8\u09c1\u09b7\u09c7\u09b0 \u099c\u09c0\u09ac\u09a8 \u09ac\u09be\u0981\u099a\u09bf\u09af\u09bc\u09c7\u099b\u09bf\u09b2\u09c7\u09a8\u0964 \u09a4\u09bf\u09a8\u09bf \u09e7\u09ef\u09ef\u09e8 \u09b8\u09be\u09b2\u09c7 \u09a4\u09cd\u09b0\u09bf\u09aa\u09c1\u09b0\u09be \u09b8\u09b0\u0995\u09be\u09b0\u09c7\u09b0 \u09b8\u09cd\u09ac\u09be\u09b8\u09cd\u09a5\u09cd\u09af \u0985\u09a7\u09bf\u0995\u09b0\u09cd\u09a4\u09be \u098f\u09ac\u0982 \u09b8\u09cd\u09ac\u09be\u09b8\u09cd\u09a5\u09cd\u09af \u09a6\u09aa\u09cd\u09a4\u09b0\u09c7\u09b0 \u09ac\u09bf\u09b6\u09c7\u09b7 \u09b8\u099a\u09bf\u09ac\u09c7\u09b0 \u09a6\u09be\u09af\u09bc\u09bf\u09a4\u09cd\u09ac \u09a5\u09c7\u0995\u09c7 \u0985\u09ac\u09b8\u09b0 \u09a8\u09c7\u09a8\u0964\n\n Option A: \u0986\u09b8\u09be\u09ae\u09c7\u09b0\n\n Option B: \u09b2\u09a8\u09cd\u09a1\u09a8\n\n Option C: \u09a4\u09cd\u09b0\u09bf\u09aa\u09c1\u09b0\u09be\n\n Option D: \u09aa\u09a6\u09cd\u09ae\u09b6\u09cd\u09b0\u09c0", "output": "\u09a4\u09cd\u09b0\u09bf\u09aa\u09c1\u09b0\u09be", "category": "Fill in The Blank 1561.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0aa1\u0acb\u0ab2\u0ab0\u0aa8\u0abe \u0ab5\u0abe\u0ab8\u0aa3\u0abe \u0aa6\u0ac7\u0ab6\u0aa8\u0abe \u0aaa\u0ab6\u0acd\u0a9a\u0abf\u0aae \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf\u0aa8\u0abe \u0aae\u0aa7\u0acd\u0aaf \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0abe\u0a82\u0aa7\u0ac0\u0aa8\u0a97\u0ab0 \u0a9c\u0abf\u0ab2\u0acd\u0ab2\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a95\u0ac1\u0ab2 \u0aea (\u0a9a\u0abe\u0ab0) \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0a93 \u0aaa\u0ac8\u0a95\u0ac0\u0aa8\u0abe \u0a8f\u0a95 \u0a8f\u0ab5\u0abe \u0a97\u0abe\u0a82\u0aa7\u0ac0\u0aa8\u0a97\u0ab0 \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0a9b\u0ac7. \u0aa1\u0acb\u0ab2\u0ab0\u0aa8\u0abe \u0ab5\u0abe\u0ab8\u0aa3\u0abe \u0a97\u0abe\u0aae\u0aa8\u0abe \u0ab2\u0acb\u0a95\u0acb\u0aa8\u0acb \u0aae\u0ac1\u0a96\u0acd\u0aaf \u0ab5\u0acd\u0aaf\u0ab5\u0ab8\u0abe\u0aaf \u0a96\u0ac7\u0aa4\u0ac0, \u0a96\u0ac7\u0aa4\u0aae\u0a9c\u0ac2\u0ab0\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aaa\u0ab6\u0ac1\u0aaa\u0abe\u0ab2\u0aa8 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aae\u0ac1\u0a96\u0acd\u0aaf\u0aa4\u0acd\u0ab5\u0ac7 \u0a98\u0a89\u0a82, \u0aac\u0abe\u0a9c\u0ab0\u0ac0, \u0a95\u0aaa\u0abe\u0ab8, \u0aa6\u0abf\u0ab5\u0ac7\u0ab2\u0ac0, \u0ab0\u0abe\u0a87, \u0aa4\u0aae\u0abe\u0a95\u0ac1 \u0aa4\u0ac7\u0aae \u0a9c \u0ab6\u0abe\u0a95\u0aad\u0abe\u0a9c\u0ac0\u0aa8\u0abe \u0aaa\u0abe\u0a95\u0aa8\u0ac0 \u0a96\u0ac7\u0aa4\u0ac0 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aaa\u0acd\u0ab0\u0abe\u0aa5\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0, \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aa6\u0ac2\u0aa7\u0aa8\u0ac0 \u0aa1\u0ac7\u0ab0\u0ac0 \u0a9c\u0ac7\u0ab5\u0ac0 \u0ab8\u0ab5\u0ab2\u0aa4\u0acb \u0aaa\u0acd\u0ab0\u0abe\u0aaa\u0acd\u0aaf \u0aa5\u0aaf\u0ac7\u0ab2\u0ac0 \u0a9b\u0ac7.\n\n Option A: \u0aad\u0abe\u0ab0\u0aa4\n\n Option B: \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0\n\n Option C: \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0\n\n Option D: \u0a9a\u0abe\u0ab2\u0ac1\u0a95\u0acd\u0aaf\u0acb", "output": "\u0aad\u0abe\u0ab0\u0aa4", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a9c\u0abe\u0a82\u0aac\u0ac1\u0aa1\u0ac0 (\u0aa4\u0abe. \u0ab5\u0abf\u0ab0\u0aaa\u0ac1\u0ab0) \u0aa6\u0ac7\u0ab6\u0aa8\u0abe \u0aaa\u0ab6\u0acd\u0a9a\u0abf\u0aae \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf\u0aa8\u0abe \u0aae\u0aa7\u0acd\u0aaf \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0aae\u0ab9\u0ac0\u0ab8\u0abe\u0a97\u0ab0 \u0a9c\u0abf\u0ab2\u0acd\u0ab2\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0aec (\u0a9b) \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0a93 \u0aaa\u0ac8\u0a95\u0ac0\u0aa8\u0abe \u0a8f\u0a95 \u0a8f\u0ab5\u0abe \u0ab5\u0abf\u0ab0\u0aaa\u0ac1\u0ab0 \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0a9b\u0ac7. \u0a9c\u0abe\u0a82\u0aac\u0ac1\u0aa1\u0ac0 \u0a97\u0abe\u0aae\u0aa8\u0abe \u0ab2\u0acb\u0a95\u0acb\u0aa8\u0acb \u0aae\u0ac1\u0a96\u0acd\u0aaf \u0ab5\u0acd\u0aaf\u0ab5\u0ab8\u0abe\u0aaf \u0a96\u0ac7\u0aa4\u0ac0, \u0a96\u0ac7\u0aa4\u0aae\u0a9c\u0ac2\u0ab0\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aaa\u0ab6\u0ac1\u0aaa\u0abe\u0ab2\u0aa8 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aae\u0ac1\u0a96\u0acd\u0aaf\u0aa4\u0acd\u0ab5\u0ac7 \u0aae\u0a95\u0abe\u0a88, \u0aac\u0abe\u0a9c\u0ab0\u0ac0, \u0a95\u0aaa\u0abe\u0ab8, \u0aa6\u0abf\u0ab5\u0ac7\u0ab2\u0ac0, \u0aa4\u0aae\u0abe\u0a95\u0ac1, \u0aac\u0a9f\u0abe\u0a9f\u0abe, \u0ab6\u0a95\u0acd\u0a95\u0ab0\u0ac0\u0aaf\u0abe\u0a82 \u0aa4\u0ac7\u0aae \u0a9c \u0a85\u0aa8\u0acd\u0aaf \u0ab6\u0abe\u0a95\u0aad\u0abe\u0a9c\u0ac0\u0aa8\u0abe \u0aaa\u0abe\u0a95\u0aa8\u0ac0 \u0a96\u0ac7\u0aa4\u0ac0 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aaa\u0acd\u0ab0\u0abe\u0aa5\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0, \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aa6\u0ac2\u0aa7\u0aa8\u0ac0 \u0aa1\u0ac7\u0ab0\u0ac0 \u0a9c\u0ac7\u0ab5\u0ac0 \u0ab8\u0ab5\u0ab2\u0aa4\u0acb \u0aaa\u0acd\u0ab0\u0abe\u0aaa\u0acd\u0aaf \u0aa5\u0aaf\u0ac7\u0ab2\u0ac0 \u0a9b\u0ac7.\n\n Option A: \u0aad\u0abe\u0ab0\u0aa4\n\n Option B: \u0a9c\u0abe\u0aaa\u0abe\u0aa8\u0ac0\u0a9d\n\n Option C: \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0\n\n Option D: \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0", "output": "\u0aad\u0abe\u0ab0\u0aa4", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0aae\u0acb\u0aa3\u0aaa\u0ab0 (\u0aa4\u0abe. \u0a9c\u0ac7\u0aa4\u0aaa\u0ac1\u0ab0) \u0aa6\u0ac7\u0ab6\u0aa8\u0abe \u0aaa\u0ab6\u0acd\u0a9a\u0abf\u0aae \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf\u0aa8\u0abe \u0ab8\u0acc\u0ab0\u0abe\u0ab7\u0acd\u0a9f\u0acd\u0ab0 \u0ab5\u0abf\u0ab8\u0acd\u0aa4\u0abe\u0ab0\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0ab0\u0abe\u0a9c\u0a95\u0acb\u0a9f \u0a9c\u0abf\u0ab2\u0acd\u0ab2\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a95\u0ac1\u0ab2 \u0ae7\u0ae7 (\u0a85\u0a97\u0abf\u0aaf\u0abe\u0ab0) \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0a93 \u0aaa\u0ac8\u0a95\u0ac0\u0aa8\u0abe \u0a8f\u0a95 \u0a8f\u0ab5\u0abe \u0a9c\u0ac7\u0aa4\u0aaa\u0ac1\u0ab0 \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0a9b\u0ac7. \u0aae\u0acb\u0aa3\u0aaa\u0ab0 \u0a97\u0abe\u0aae\u0aa8\u0abe \u0ab2\u0acb\u0a95\u0acb\u0aa8\u0acb \u0aae\u0ac1\u0a96\u0acd\u0aaf \u0ab5\u0acd\u0aaf\u0ab5\u0ab8\u0abe\u0aaf \u0a96\u0ac7\u0aa4\u0ac0, \u0a96\u0ac7\u0aa4\u0aae\u0a9c\u0ac2\u0ab0\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aaa\u0ab6\u0ac1\u0aaa\u0abe\u0ab2\u0aa8 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aae\u0ac1\u0a96\u0acd\u0aaf\u0aa4\u0acd\u0ab5\u0ac7 \u0a98\u0a89\u0a82, \u0a9c\u0ac0\u0ab0\u0ac1, \u0aae\u0a97\u0aab\u0ab3\u0ac0, \u0aa4\u0ab2, \u0aac\u0abe\u0a9c\u0ab0\u0ac0, \u0a9a\u0aa3\u0abe, \u0a95\u0aaa\u0abe\u0ab8, \u0aa6\u0abf\u0ab5\u0ac7\u0ab2\u0abe, \u0ab0\u0a9c\u0a95\u0acb \u0aa4\u0ac7\u0aae \u0a9c \u0a85\u0aa8\u0acd\u0aaf \u0ab6\u0abe\u0a95\u0aad\u0abe\u0a9c\u0ac0\u0aa8\u0abe \u0aaa\u0abe\u0a95\u0aa8\u0ac0 \u0a96\u0ac7\u0aa4\u0ac0 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aaa\u0acd\u0ab0\u0abe\u0aa5\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0, \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aa6\u0ac2\u0aa7\u0aa8\u0ac0 \u0aa1\u0ac7\u0ab0\u0ac0 \u0a9c\u0ac7\u0ab5\u0ac0 \u0ab8\u0ab5\u0ab2\u0aa4\u0acb \u0aaa\u0acd\u0ab0\u0abe\u0aaa\u0acd\u0aaf \u0aa5\u0aaf\u0ac7\u0ab2\u0ac0 \u0a9b\u0ac7.\n\n Option A: \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0\n\n Option B: \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0\n\n Option C: \u0aad\u0abe\u0ab0\u0aa4\n\n Option D: \u0ab8\u0acc\u0ab0\u0abe\u0ab7\u0acd\u0a9f\u0acd\u0ab0", "output": "\u0aad\u0abe\u0ab0\u0aa4", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a86\u0ab2\u0acd\u0aac\u0ab0\u0acd\u0a9f \u0a86\u0a88\u0aa8\u0acd\u0ab8\u0acd\u0a9f\u0abe\u0a88\u0aa8\u0a9c\u0ab0\u0acd\u0aae\u0aa8 (German):;\u0a85\u0a82\u0a97\u0acd\u0ab0\u0ac7\u0a9c\u0ac0 (English):(14 \u0aae\u0abe\u0ab0\u0acd\u0a9a 1879 \u0aa4\u0aa5\u0abe - 18 \u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2 1955) (Germany)\u0aae\u0abe\u0a82 \u0a9c\u0aa8\u0acd\u0aae\u0ac7\u0ab2\u0abe \u0aaa\u0aa6\u0abe\u0ab0\u0acd\u0aa5 \u0ab5\u0abf\u0a9c\u0acd\u0a9e\u0abe\u0aa8\u0ac0 (theoretical physicist) \u0ab9\u0aa4\u0abe.\u0aa4\u0ac7\u0a93 \u0ab8\u0abe\u0aaa\u0ac7\u0a95\u0acd\u0ab7\u0ab5\u0abe\u0aa6 (theory of relativity)\u0a96\u0abe\u0ab8 \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 \u0ab8\u0abe\u0aae\u0ac2\u0ab9\u0abf\u0a95 \u0a8a\u0ab0\u0acd\u0a9c\u0abe\u0aa8\u0ac0 \u0ab8\u0aae\u0abe\u0aa8\u0aa4\u0abe (mass\u2013energy equivalence)\u0aa8\u0abe \u0ab8\u0abf\u0aa6\u0acd\u0aa7\u0abe\u0a82\u0aa4 \u0aae\u0abe\u0a9f\u0ac7 \u0a9c\u0abe\u0aa3\u0ac0\u0aa4\u0abe \u0a9b\u0ac7, \u0a9c\u0ac7 \u0a88=\u0a8f\u0aae\u0ab8\u0ac02\u0aa8\u0abe \u0a97\u0ac1\u0aa3\u0abe\u0a82\u0a95\u0aae\u0abe\u0a82 \u0ab5\u0acd\u0aaf\u0a95\u0acd\u0aa4 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7.\u0a86\u0a88\u0aa8\u0acd\u0ab8\u0acd\u0a9f\u0abe\u0a88\u0aa8\u0aa8\u0ac7 \u0aa4\u0ac7\u0aae\u0aa8\u0abe \u0aaa\u0aa6\u0abe\u0ab0\u0acd\u0aa5 \u0ab5\u0abf\u0a9c\u0acd\u0a9e\u0abe\u0aa8 \u0a85\u0aa8\u0ac7 \u0a96\u0abe\u0ab8 \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 \u0aab\u0acb\u0a9f\u0acb\u0a88\u0ab2\u0ac7\u0a95\u0acd\u0a9f\u0acd\u0ab0\u0ac0\u0a95 \u0a85\u0ab8\u0ab0 (photoelectric effect)\u0aa8\u0abe \u0a95\u0abe\u0aaf\u0aa6\u0abe\u0aa8\u0abe \u0ab8\u0a82\u0ab6\u0acb\u0aa7\u0aa8 \u0aae\u0abe\u0a9f\u0ac7 1921\u0aae\u0abe\u0a82 \u0aab\u0abf\u0a9d\u0abf\u0a95\u0acd\u0ab8\u0aa8\u0ac1\u0a82 \u0aa8\u0acb\u0aac\u0ac7\u0ab2 \u0aaa\u0abe\u0ab0\u0abf\u0aa4\u0acb\u0ab7\u0abf\u0a95 (Nobel Prize in Physics)\u0aae\u0ab3\u0acd\u0aaf\u0ac1\u0a82 \u0ab9\u0aa4\u0ac1\u0a82. \n\n Option A: \u0aad\u0abe\u0ab0\u0aa4\u0ac0\u0aaf\n\n Option B: \u0a9c\u0ab0\u0acd\u0aae\u0aa8\u0ac0\n\n Option C: \u0aac\u0acd\u0ab0\u0abe\u0a9d\u0abf\u0ab2\n\n Option D: \u0aae\u0abf\u0ab2\u0abe\u0aa8", "output": "\u0a9c\u0ab0\u0acd\u0aae\u0aa8\u0ac0", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0aa2\u0abf\u0a82\u0a97\u0ab2\u0ab5\u0abe\u0aa1\u0abe \u0aa6\u0ac7\u0ab6\u0aa8\u0abe \u0aaa\u0ab6\u0acd\u0a9a\u0abf\u0aae \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf\u0aa8\u0abe \u0aae\u0aa7\u0acd\u0aaf \u0aaa\u0ac2\u0ab0\u0acd\u0ab5 \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0aae\u0ab9\u0ac0\u0ab8\u0abe\u0a97\u0ab0 \u0a9c\u0abf\u0ab2\u0acd\u0ab2\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a95\u0aa1\u0abe\u0aa3\u0abe \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0aa8\u0ac1\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0a9b\u0ac7. \u0aa2\u0abf\u0a82\u0a97\u0ab2\u0ab5\u0abe\u0aa1\u0abe \u0a97\u0abe\u0aae\u0aa8\u0abe \u0ab2\u0acb\u0a95\u0acb\u0aa8\u0acb \u0aae\u0ac1\u0a96\u0acd\u0aaf \u0ab5\u0acd\u0aaf\u0ab5\u0ab8\u0abe\u0aaf \u0a96\u0ac7\u0aa4\u0ac0, \u0a96\u0ac7\u0aa4\u0aae\u0a9c\u0ac2\u0ab0\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aaa\u0ab6\u0ac1\u0aaa\u0abe\u0ab2\u0aa8 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aae\u0ac1\u0a96\u0acd\u0aaf\u0aa4\u0acd\u0ab5\u0ac7 \u0aae\u0a95\u0abe\u0a88, \u0aac\u0abe\u0a9c\u0ab0\u0ac0, \u0aa4\u0ac1\u0ab5\u0ab0 \u0aa4\u0ac7\u0aae \u0a9c \u0ab6\u0abe\u0a95\u0aad\u0abe\u0a9c\u0ac0\u0aa8\u0abe \u0aaa\u0abe\u0a95\u0aa8\u0ac0 \u0a96\u0ac7\u0aa4\u0ac0 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aaa\u0acd\u0ab0\u0abe\u0aa5\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0, \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aa6\u0ac2\u0aa7\u0aa8\u0ac0 \u0aa1\u0ac7\u0ab0\u0ac0 \u0a9c\u0ac7\u0ab5\u0ac0 \u0ab8\u0ab5\u0ab2\u0aa4\u0acb \u0aaa\u0acd\u0ab0\u0abe\u0aaa\u0acd\u0aaf \u0aa5\u0aaf\u0ac7\u0ab2\u0ac0 \u0a9b\u0ac7.\n\n Option A: \u0aa6\u0abf\u0ab2\u0acd\u0ab2\u0ac0 \n\n Option B: \u0aad\u0abe\u0ab0\u0aa4\n\n Option C: \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0\n\n Option D: \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0", "output": "\u0aad\u0abe\u0ab0\u0aa4", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0aa6\u0ac7\u0ab6\u0aa8\u0abe \u0aaa\u0ab6\u0acd\u0a9a\u0abf\u0aae \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf\u0aa8\u0abe \u0ab8\u0acc\u0ab0\u0abe\u0ab7\u0acd\u0a9f\u0acd\u0ab0 \u0ab5\u0abf\u0ab8\u0acd\u0aa4\u0abe\u0ab0\u0aa8\u0abe \u0aac\u0acb\u0a9f\u0abe\u0aa6 \u0a9c\u0abf\u0ab2\u0acd\u0ab2\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0aac\u0acb\u0a9f\u0abe\u0aa6 \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aa8\u0abe \u0ab2\u0acb\u0a95\u0acb\u0aa8\u0acb \u0aae\u0ac1\u0a96\u0acd\u0aaf \u0ab5\u0acd\u0aaf\u0ab5\u0ab8\u0abe\u0aaf \u0a96\u0ac7\u0aa4\u0ac0, \u0a96\u0ac7\u0aa4\u0aae\u0a9c\u0ac2\u0ab0\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aaa\u0ab6\u0ac1\u0aaa\u0abe\u0ab2\u0aa8 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aae\u0ac1\u0a96\u0acd\u0aaf\u0aa4\u0acd\u0ab5\u0ac7 \u0a98\u0a89\u0a82, \u0a9c\u0ac0\u0ab0\u0ac1, \u0aae\u0a97\u0aab\u0ab3\u0ac0, \u0aa4\u0ab2, \u0aac\u0abe\u0a9c\u0ab0\u0ac0, \u0a95\u0aaa\u0abe\u0ab8, \u0aa6\u0abf\u0ab5\u0ac7\u0ab2\u0abe, \u0ab0\u0a9c\u0a95\u0acb \u0aa4\u0ac7\u0aae \u0a9c \u0a85\u0aa8\u0acd\u0aaf \u0ab6\u0abe\u0a95\u0aad\u0abe\u0a9c\u0ac0\u0aa8\u0abe \u0aaa\u0abe\u0a95\u0aa8\u0ac0 \u0a96\u0ac7\u0aa4\u0ac0 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aaa\u0acd\u0ab0\u0abe\u0aa5\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0, \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aa6\u0ac2\u0aa7\u0aa8\u0ac0 \u0aa1\u0ac7\u0ab0\u0ac0 \u0a9c\u0ac7\u0ab5\u0ac0 \u0ab8\u0ab5\u0ab2\u0aa4\u0acb \u0aaa\u0acd\u0ab0\u0abe\u0aaa\u0acd\u0aaf \u0aa5\u0aaf\u0ac7\u0ab2\u0ac0 \u0a9b\u0ac7.\n\n Option A: \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\n\n Option B: \u0ab8\u0acc\u0ab0\u0abe\u0ab7\u0acd\u0a9f\u0acd\u0ab0\n\n Option C: \u0aad\u0abe\u0ab0\u0aa4\n\n Option D: \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0", "output": "\u0aad\u0abe\u0ab0\u0aa4", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a9d\u0abe\u0aa1\u0ac7\u0ab6\u0acd\u0ab5\u0ab0, \u0aa6\u0ac7\u0ab6\u0aa8\u0abe \u0aaa\u0ab6\u0acd\u0a9a\u0abf\u0aae \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf\u0aa8\u0abe \u0aae\u0aa7\u0acd\u0aaf\u0aa6\u0a95\u0acd\u0ab7\u0abf\u0aa3 \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0aad\u0ab0\u0ac2\u0a9a \u0a9c\u0abf\u0ab2\u0acd\u0ab2\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a95\u0ac1\u0ab2 \u0aef (\u0aa8\u0ab5) \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0a93 \u0aaa\u0ac8\u0a95\u0ac0\u0aa8\u0abe \u0a8f\u0a95 \u0a8f\u0ab5\u0abe \u0aad\u0ab0\u0ac2\u0a9a \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0a9b\u0ac7, \u0a9c\u0ac7 \u0aa8\u0ab0\u0acd\u0aae\u0aa6\u0abe \u0aa8\u0aa6\u0ac0\u0aa8\u0abe \u0a95\u0abf\u0aa8\u0abe\u0ab0\u0ac7 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a9b\u0ac7. \u0a85\u0ab9\u0ac0\u0a82\u0aa5\u0ac0 \u0ab0\u0abe\u0ab7\u0acd\u0a9f\u0acd\u0ab0\u0ac0\u0aaf \u0aa7\u0acb\u0ab0\u0ac0 \u0aae\u0abe\u0ab0\u0acd\u0a97 \u0aa8\u0a82. \u0aee \u0aaa\u0ab8\u0abe\u0ab0 \u0aa5\u0abe\u0aaf \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aa8\u0abe \u0ab2\u0acb\u0a95\u0acb\u0aa8\u0acb \u0aae\u0ac1\u0a96\u0acd\u0aaf \u0ab5\u0acd\u0aaf\u0ab5\u0ab8\u0abe\u0aaf \u0a96\u0ac7\u0aa4\u0ac0, \u0a96\u0ac7\u0aa4\u0aae\u0a9c\u0ac2\u0ab0\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aaa\u0ab6\u0ac1\u0aaa\u0abe\u0ab2\u0aa8 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aae\u0ac1\u0a96\u0acd\u0aaf\u0aa4\u0acd\u0ab5\u0ac7 \u0a95\u0aaa\u0abe\u0ab8, \u0aa4\u0ac1\u0ab5\u0ab0 \u0aa4\u0ac7\u0aae \u0a9c \u0ab6\u0abe\u0a95\u0aad\u0abe\u0a9c\u0ac0\u0aa8\u0abe \u0aaa\u0abe\u0a95\u0aa8\u0ac0 \u0a96\u0ac7\u0aa4\u0ac0 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aaa\u0acd\u0ab0\u0abe\u0aa5\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aae\u0abe\u0aa7\u0acd\u0aaf\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0, \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0, \u0aa4\u0ab3\u0abe\u0ab5, \u0aaa\u0abe\u0aa3\u0ac0\u0aa8\u0ac0 \u0a9f\u0abe\u0a82\u0a95\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aa6\u0ac2\u0aa7\u0aa8\u0ac0 \u0aa1\u0ac7\u0ab0\u0ac0 \u0a9c\u0ac7\u0ab5\u0ac0 \u0ab8\u0ab5\u0ab2\u0aa4\u0acb \u0aaa\u0acd\u0ab0\u0abe\u0aaa\u0acd\u0aaf \u0aa5\u0aaf\u0ac7\u0ab2\u0ac0 \u0a9b\u0ac7.\n\n Option A: \u0a97\u0acd\u0ab0\u0ac0\u0ab8\n\n Option B: \u0aad\u0abe\u0ab0\u0aa4\n\n Option C: \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0\n\n Option D: \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0", "output": "\u0aad\u0abe\u0ab0\u0aa4", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0aae\u0ac7 2008\u0aae\u0abe\u0a82, \u0aa8\u0acb\u0a95\u0abf\u0aaf\u0abe\u0a8f \u0aa4\u0ac7\u0aae\u0aa8\u0ac0 \u0ab5\u0abe\u0ab0\u0acd\u0ab7\u0abf\u0a95 \u0ab8\u0aad\u0abe\u0aae\u0abe\u0a82 \u0a9c\u0abe\u0ab9\u0ac7\u0ab0\u0abe\u0aa4 \u0a95\u0ab0\u0ac0 \u0a95\u0ac7 \u0a95\u0a82\u0aaa\u0aa8\u0ac0 \u0aa4\u0ac7\u0aa8\u0acb \u0a88\u0aa8\u0acd\u0a9f\u0ab0\u0aa8\u0ac7\u0a9f \u0ab5\u0ac7\u0aaa\u0abe\u0ab0 \u0ab6\u0ac0\u0aab\u0acd\u0a9f \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a82\u0a97\u0ac7 \u0a9b\u0ac7.\u0aa8\u0acb\u0a95\u0abf\u0aaf\u0abe \u0aae\u0abe\u0aa4\u0acd\u0ab0 \u0a9f\u0ac7\u0ab2\u0abf\u0aab\u0acb\u0aa8 \u0a95\u0a82\u0aaa\u0aa8\u0ac0 \u0a9c \u0ab9\u0acb\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0aa6\u0ab0\u0acd\u0ab6\u0abe\u0ab5\u0ab5\u0abe \u0aae\u0abe\u0a82\u0a97\u0aa4\u0ac0 \u0aa8\u0aa5\u0ac0., \u0a8f\u0aaa\u0ab2 \u0a85\u0aa8\u0ac7 \u0aae\u0abe\u0a88\u0a95\u0acd\u0ab0\u0acb\u0ab8\u0acb\u0aab\u0acd\u0a9f(Microsoft) \u0a95\u0a82\u0aaa\u0aa8\u0ac0\u0aa8\u0abe \u0ab8\u0ac0\u0aa7\u0abe \u0a9c \u0ab8\u0acd\u0aaa\u0ab0\u0acd\u0aa7\u0a95\u0acb \u0aa6\u0ac7\u0a96\u0abe\u0aa4\u0abe \u0aa8\u0aa5\u0ac0 \u0aaa\u0ab0\u0a82\u0aa4\u0ac1 \u0aa4\u0ac7\u0aa8\u0ac0 \u0aa8\u0ab5\u0ac0 \u0a9b\u0aac\u0ac0\u0aa8\u0ac7 \u0a95\u0abe\u0ab0\u0aa3\u0ac7 \u0aa8\u0acb\u0a95\u0abf\u0aaf\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0a86 \u0a95\u0a82\u0aaa\u0aa8\u0ac0\u0a93 \u0aaa\u0aa1\u0a95\u0abe\u0ab0\u0ab0\u0ac2\u0aaa \u0a9b\u0ac7.\n\n Option A: \u0a97\u0ac2\u0a97\u0ab2(Google)\n\n Option B: \u0a88\u0ab0\u0abe\u0aa8\n\n Option C: \u0aab\u0abf\u0aa8\u0ab2\u0ac7\u0aa8\u0acd\u0aa1\n\n Option D: \u0ab0\u0acb\u0aae\u0abe\u0aa8\u0abf\u0aaf\u0abe", "output": "\u0a97\u0ac2\u0a97\u0ab2(Google)", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0aa6\u0ac7\u0ab6\u0aa8\u0abe \u0aaa\u0ab6\u0acd\u0a9a\u0abf\u0aae \u0aad\u0abe\u0a97\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf\u0aa8\u0abe \u0ab8\u0acc\u0ab0\u0abe\u0ab7\u0acd\u0a9f\u0acd\u0ab0 \u0ab5\u0abf\u0ab8\u0acd\u0aa4\u0abe\u0ab0\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0aad\u0abe\u0ab5\u0aa8\u0a97\u0ab0 \u0a9c\u0abf\u0ab2\u0acd\u0ab2\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0abe \u0a95\u0ac1\u0ab2 \u0ae7\u0ae6 (\u0aa6\u0ab8) \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0a93 \u0aaa\u0ac8\u0a95\u0ac0\u0aa8\u0abe \u0a8f\u0a95 \u0a8f\u0ab5\u0abe \u0aa4\u0ab3\u0abe\u0a9c\u0abe \u0aa4\u0abe\u0ab2\u0ac1\u0a95\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0ac1\u0a82 \u0a8f\u0a95 \u0a97\u0abe\u0aae \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aa8\u0abe \u0ab2\u0acb\u0a95\u0acb\u0aa8\u0acb \u0aae\u0ac1\u0a96\u0acd\u0aaf \u0ab5\u0acd\u0aaf\u0ab5\u0ab8\u0abe\u0aaf \u0a96\u0ac7\u0aa4\u0ac0, \u0a96\u0ac7\u0aa4\u0aae\u0a9c\u0ac2\u0ab0\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aaa\u0ab6\u0ac1\u0aaa\u0abe\u0ab2\u0aa8 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aae\u0ac1\u0a96\u0acd\u0aaf\u0aa4\u0acd\u0ab5\u0ac7 \u0a98\u0a89\u0a82, \u0a9c\u0ac0\u0ab0\u0ac1, \u0aae\u0a97\u0aab\u0ab3\u0ac0, \u0aa4\u0ab2, \u0aac\u0abe\u0a9c\u0ab0\u0ac0, \u0a9a\u0aa3\u0abe, \u0a95\u0aaa\u0abe\u0ab8, \u0aa6\u0abf\u0ab5\u0ac7\u0ab2\u0abe, \u0ab0\u0a9c\u0a95\u0acb \u0aa4\u0ac7\u0aae \u0a9c \u0a85\u0aa8\u0acd\u0aaf \u0ab6\u0abe\u0a95\u0aad\u0abe\u0a9c\u0ac0\u0aa8\u0abe \u0aaa\u0abe\u0a95\u0aa8\u0ac0 \u0a96\u0ac7\u0aa4\u0ac0 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7 \u0a9b\u0ac7. \u0a86 \u0a97\u0abe\u0aae\u0aae\u0abe\u0a82 \u0aaa\u0acd\u0ab0\u0abe\u0aa5\u0aae\u0abf\u0a95 \u0ab6\u0abe\u0ab3\u0abe, \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0, \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0 \u0aa4\u0ac7\u0aae \u0a9c \u0aa6\u0ac2\u0aa7\u0aa8\u0ac0 \u0aa1\u0ac7\u0ab0\u0ac0 \u0a9c\u0ac7\u0ab5\u0ac0 \u0ab8\u0ab5\u0ab2\u0aa4\u0acb \u0aaa\u0acd\u0ab0\u0abe\u0aaa\u0acd\u0aaf \u0aa5\u0aaf\u0ac7\u0ab2\u0ac0 \u0a9b\u0ac7.\n\n Option A: \u0aad\u0abe\u0ab5\u0aa8\u0a97\u0ab0\n\n Option B: \u0aad\u0abe\u0ab0\u0aa4\n\n Option C: \u0aaa\u0a82\u0a9a\u0abe\u0aaf\u0aa4\u0a98\u0ab0\n\n Option D: \u0a86\u0a82\u0a97\u0aa3\u0ab5\u0abe\u0aa1\u0ac0", "output": "\u0aad\u0abe\u0ab0\u0aa4", "category": "Fill in The Blank 1562.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u091c\u0948\u0928 \u0927\u0930\u094d\u092e \u0935\u093f\u0936\u094d\u0935 \u0915\u0947 \u0938\u092c\u0938\u0947 \u092a\u094d\u0930\u093e\u091a\u0940\u0928 \u0926\u0930\u094d\u0936\u0928 \u092f\u093e \u0927\u0930\u094d\u092e\u094b\u0902 \u092e\u0947\u0902 \u0938\u0947 \u090f\u0915 \u0939\u0948\u0964 \u092f\u0939 \u092d\u093e\u0930\u0924 \u0915\u0940 \u0936\u094d\u0930\u092e\u0923 \u092a\u0930\u092e\u094d\u092a\u0930\u093e \u0938\u0947 \u0928\u093f\u0915\u0932\u093e \u0924\u0925\u093e \u0907\u0938\u0915\u0947 \u092a\u094d\u0930\u0935\u0930\u094d\u0924\u0915 \u0939\u0948\u0902 24 \u0924\u0940\u0930\u094d\u0925\u0902\u0915\u0930, \u091c\u093f\u0928\u092e\u0947\u0902 \u0905\u0902\u0924\u093f\u092e \u0935 \u092a\u094d\u0930\u092e\u0941\u0916 \u092e\u0939\u093e\u0935\u0940\u0930 \u0938\u094d\u0935\u093e\u092e\u0940 \u0939\u0948\u0902\u0964 \u091c\u0948\u0928 \u0927\u0930\u094d\u092e \u0915\u0940 \u0905\u0924\u094d\u092f\u0902\u0924 \u092a\u094d\u0930\u093e\u091a\u0940\u0928\u0924\u093e \u0915\u0930\u0928\u0947 \u0935\u093e\u0932\u0947 \u0905\u0928\u0947\u0915 \u0909\u0932\u094d\u0932\u0947\u0916 \u0938\u093e\u0939\u093f\u0924\u094d\u092f \u0914\u0930 \u0935\u093f\u0936\u0947\u0937\u0915\u0930 \u092a\u094c\u0930\u093e\u0923\u093f\u0915 \u0938\u093e\u0939\u093f\u0924\u094d\u092f\u094b \u092e\u0947\u0902 \u092a\u094d\u0930\u091a\u0941\u0930 \u092e\u093e\u0924\u094d\u0930\u093e \u092e\u0947\u0902 \u0939\u0948\u0902\u0964 \u091c\u0948\u0928 \u0927\u0930\u094d\u092e \u0915\u0940 \u0905\u0924\u094d\u092f\u0902\u0924 \u092a\u094d\u0930\u093e\u091a\u0940\u0928\u0924\u093e \u0915\u0930\u0928\u0947 \u0935\u093e\u0932\u0947 \u0905\u0928\u0947\u0915 \u0909\u0932\u094d\u0932\u0947\u0916 \u0905-\u091c\u0948\u0928 \u0938\u093e\u0939\u093f\u0924\u094d\u092f \u0914\u0930 \u0935\u093f\u0936\u0947\u0937\u0915\u0930 \u0935\u0948\u0926\u093f\u0915 \u0938\u093e\u0939\u093f\u0924\u094d\u092f \u092e\u0947\u0902 \u092a\u094d\u0930\u091a\u0941\u0930 \u092e\u093e\u0924\u094d\u0930\u093e \u092e\u0947\u0902 \u0939\u0948\u0902|[\u0936\u094d\u0935\u0947\u0924\u093e\u0902\u092c\u0930]] \u0935 \u0926\u093f\u0917\u0902\u092c\u0930 \u091c\u0948\u0928 \u0927\u0930\u094d\u092e \u0915\u0947 \u0926\u094b \u0938\u092e\u094d\u092a\u094d\u0930\u0926\u093e\u092f \u0939\u0948\u0902, \u0924\u0925\u093e \u0907\u0928\u0915\u0947 \u0927\u0930\u094d\u092e\u0917\u094d\u0930\u0902\u0925 \u0906\u0917\u092e, \u092e\u0939\u093e\u092a\u0941\u0930\u093e\u0923, \u0935 \u0924\u0924\u094d\u0935\u093e\u0930\u094d\u0925 \u0938\u0942\u0924\u094d\u0930 \u0939\u0948\u0902\u0964 \u091c\u0948\u0928\u094b\u0902 \u0915\u0947 \u0927\u093e\u0930\u094d\u092e\u093f\u0915 \u0938\u094d\u0925\u0932, \u092f\u093e \u092e\u0902\u0902\u0926\u093f\u0930 \u0915\u0939\u0932\u093e\u0924\u0947 \u0939\u0948\u0902\u0964\n\n Option A: \u092e\u0902\u0902\u0926\u093f\u0930\n\n Option B: \u0938\u0924\u093e\u0930\u093e\n\n Option C: \u091c\u093f\u0928\u093e\u0932\u092f\n\n Option D: \u092e\u0902\u0926\u093f\u0930", "output": "\u091c\u093f\u0928\u093e\u0932\u092f", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u092e\u0941\u0917\u0932 \u0938\u093e\u092e\u094d\u0930\u093e\u091c\u094d\u092f \u0915\u0947 \u092a\u0924\u0928 \u0915\u0947 \u0938\u093e\u0925 \u0939\u0940 \u092a\u091f\u0928\u093e \u092c\u0902\u0917\u093e\u0932 \u0915\u0947 \u0928\u092c\u093e\u092c\u094b\u0902 \u0915\u0947 \u0936\u093e\u0938\u0928\u093e\u0927\u0940\u0928 \u0939\u094b \u0917\u092f\u093e \u091c\u093f\u0928\u094d\u0939\u094b\u0902\u0928\u0947 \u0907\u0938 \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u092a\u0930 \u092d\u093e\u0930\u0940 \u0915\u0930 \u0932\u0917\u093e\u092f\u093e \u092a\u0930 \u0907\u0938\u0947 \u0935\u093e\u0923\u093f\u091c\u094d\u092f\u093f\u0915 \u0915\u0947\u0928\u094d\u0926\u094d\u0930 \u092c\u0928\u0947 \u0930\u0939\u0928\u0947 \u0915\u0940 \u091b\u0942\u091f \u0926\u0940\u0964 \u0967\u096d\u0935\u0940\u0902 \u0936\u0924\u093e\u092c\u094d\u0926\u0940 \u092e\u0947\u0902 \u092a\u091f\u0928\u093e \u0905\u0902\u0924\u0930\u094d\u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f \u0935\u094d\u092f\u093e\u092a\u093e\u0930 \u0915\u093e \u0915\u0947\u0928\u094d\u0926\u094d\u0930 \u092c\u0928 \u0917\u092f\u093e\u0964 \u0905\u0902\u0917\u094d\u0930\u0947\u091c\u093c\u094b\u0902 \u0928\u0947 1620 \u092e\u0947\u0902 \u0930\u0947\u0936\u092e \u0924\u0925\u093e \u0915\u0948\u0932\u093f\u0915\u094b \u0915\u0947 \u0935\u094d\u092f\u093e\u092a\u093e\u0930 \u0915\u0947 \u0932\u093f\u092f\u0947 \u092f\u0939\u093e\u0901 \u092b\u0948\u0915\u094d\u091f\u094d\u0930\u0940 \u0916\u094b\u0932\u0940\u0964 \u091c\u0932\u094d\u0926 \u0939\u0940 \u092f\u0939 \u0938\u0949\u0932\u094d\u091f \u092a\u0940\u091f\u0930 (\u092a\u094b\u091f\u0947\u0936\u093f\u092f\u092e \u0928\u093e\u0907\u091f\u094d\u0930\u0947\u091f) \u0915\u0947 \u0935\u094d\u092f\u093e\u092a\u093e\u0930 \u0915\u093e \u0915\u0947\u0928\u094d\u0926\u094d\u0930 \u092c\u0928 \u0917\u092f\u093e \u091c\u093f\u0938\u0915\u0947 \u0915\u093e\u0930\u0923 \u092b\u094d\u0930\u0947\u0902\u091a \u0914\u0930 \u0921\u091a \u0932\u094b\u0917 \u0938\u0947 \u092a\u094d\u0930\u0924\u093f\u0938\u094d\u092a\u0930\u094d\u0927\u093e \u0924\u0947\u091c \u0939\u0941\u0908\u0964 \u0915\u0947 \u0928\u093f\u0930\u094d\u0923\u093e\u092f\u0915 \u092f\u0941\u0926\u094d\u0927 \u0915\u0947 \u092c\u093e\u0926 \u0928\u0917\u0930 \u0907\u0938\u094d\u091f \u0907\u0902\u0921\u093f\u092f\u093e \u0915\u0902\u092a\u0928\u0940 \u0915\u0947 \u0905\u0927\u0940\u0928 \u091a\u0932\u093e \u0917\u092f\u093e \u0914\u0930 \u0935\u093e\u0923\u093f\u091c\u094d\u092f \u0915\u093e \u0915\u0947\u0928\u094d\u0926\u094d\u0930 \u092c\u0928\u093e \u0930\u0939\u093e\u0964\n\n Option A: \u0935\u093e\u0930\u093e\u0923\u0938\u0940\n\n Option B: \u092a\u093e\u091f\u0932\u093f\u092a\u0941\u0924\u094d\u0930\n\n Option C: \u092c\u0915\u094d\u0938\u0930\n\n Option D: \u0930\u093e\u091c\u0927\u093e\u0928\u0940", "output": "\u092c\u0915\u094d\u0938\u0930", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0915\u0941\u091b \u0935\u093f\u0915\u093e\u0938\u0936\u0940\u0932 \u0926\u0947\u0936 \u091c\u093f\u0928\u0915\u0940 \u0906\u0930\u094d\u0925\u093f\u0915 \u0935\u0943\u0926\u094d\u0927\u093f \u0915\u093e\u092b\u093c\u0940 \u092e\u091c\u093c\u092c\u0942\u0924 \u0925\u0940, \u0909\u0928\u094d\u0939\u094b\u0902\u0928\u0947 \u092d\u0940 \u0915\u093e\u092b\u093c\u0940 \u092e\u0902\u0926\u0940 \u0926\u0947\u0916\u0940. \u0909\u0926\u093e\u0939\u0930\u0923 \u0915\u0947 \u0932\u093f\u090f, \u092e\u0947\u0902 \u0935\u0943\u0926\u094d\u0927\u093f \u0915\u0947 \u092a\u0942\u0930\u094d\u0935\u093e\u0928\u0941\u092e\u093e\u0928 2007 \u0915\u0947 10% \u0938\u0947 \u092d\u0940 \u0905\u0927\u093f\u0915 \u0915\u093e 2009 \u092e\u0947\u0902 \u0915\u0930\u0940\u092c \u0936\u0942\u0928\u094d\u092f \u0924\u0915 \u0917\u093f\u0930\u093e\u0935\u091f \u0926\u093f\u0916\u093e\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0915\u0947\u0928\u094d\u092f\u093e \u092e\u0947\u0902 2007 \u0915\u0947 7% \u0938\u0947 \u0928\u0940\u091a\u0947 \u0906\u0915\u0930 \u0935\u093f\u0915\u093e\u0938-\u0926\u0930 2009 \u092e\u0947\u0902 \u0915\u0947\u0935\u0932 3-4% \u0939\u093e\u0938\u093f\u0932 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948\u0964\n\n Option A: \u092c\u094d\u0930\u093f\u091f\u093f\u0936\n\n Option B: \u0915\u0902\u092c\u094b\u0921\u093f\u092f\u093e\n\n Option C: \u090f\u0928\u0930\u0949\u0928\n\n Option D: \u0938\u093f\u091f\u0940\u0917\u094d\u0930\u0942\u092a", "output": "\u0915\u0902\u092c\u094b\u0921\u093f\u092f\u093e", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0928\u0902\u0917\u0902\u0917\u094b\u092e \u092c\u093e\u0932\u093e \u0926\u0947\u0935\u0940 (\u091c\u0928\u094d\u092e 2 \u092b\u0930\u0935\u0930\u0940 1990) \u090f\u0915 \u092d\u093e\u0930\u0924\u0940\u092f \u092e\u0939\u093f\u0932\u093e \u092b\u0941\u091f\u092c\u0949\u0932\u0930 \u0939\u0948\u0902, \u091c\u094b \u0915\u0940 \u092e\u0939\u093f\u0932\u093e \u091f\u0940\u092e \u0914\u0930 \u092e\u0923\u093f\u092a\u0941\u0930 \u0915\u0940 \u092e\u0939\u093f\u0932\u093e \u091f\u0940\u092e \u0915\u0947 \u0932\u093f\u090f \u0906\u0917\u0947 \u0930\u0939\u0924\u0940 \u0939\u0948\u0902\u0964 \u0935\u0939 \u092d\u093e\u0930\u0924\u0940\u092f \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f \u091f\u0940\u092e \u0915\u0940 \u0915\u092a\u094d\u0924\u093e\u0928 \u0925\u0940\u0902\u0964 \u0909\u0928\u094d\u0939\u094b\u0902\u0928\u0947 \u0908\u0938\u094d\u091f\u0930\u094d\u0928 \u0938\u094d\u092a\u094b\u0930\u094d\u091f\u093f\u0902\u0917 \u092f\u0942\u0928\u093f\u092f\u0928 \u0915\u0947 \u0938\u093e\u0925 \u092d\u093e\u0930\u0924\u0940\u092f \u092e\u0939\u093f\u0932\u093e \u0932\u0940\u0917 \u0915\u0947 \u0915\u094d\u0935\u093e\u0932\u0940\u092b\u093e\u092f\u0930 \u092d\u0940 \u0916\u0947\u0932\u0947\u0964\n\n Option A: \u092d\u093e\u0930\u0924\n\n Option B: \u0913\u0921\u093f\u0936\u093e\n\n Option C: \u092e\u0923\u093f\u092a\u0941\u0930\n\n Option D: \u0905\u0938\u092e", "output": "\u092d\u093e\u0930\u0924", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0910\u0924\u093f\u0939\u093e\u0938\u093f\u0915 \u0930\u0942\u092a \u0938\u0947,\u00a0\u00a0 (\u0906\u0927\u0941\u0928\u093f\u0915 \u0925\u093e\u0908\u0932\u0948\u0902\u0921) \u0914\u0930 \u0915\u0902\u092c\u094b\u0921\u093f\u092f\u093e \u0915\u0947 \u092c\u0940\u091a \u0915\u0947 \u0930\u093f\u0936\u094d\u0924\u0947 \u092e\u0947\u0902 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932\u0924\u093e \u0928\u091c\u0930\u00a0 \u0906\u0924\u0940 \u0939\u0948\u0964 \u0967\u096a \u0935\u0940\u0902 \u0938\u0926\u0940 \u092e\u0947\u0902 \u0925\u093e\u0908 \u0936\u093e\u0915\u094d\u0924\u093f \u0915\u093e \u0915\u0947\u0902\u0926\u094d\u0930 \u0938\u0941\u0916\u094b\u0925\u093e\u092f \u0938\u0947 \u0926\u0915\u094d\u0937\u093f\u0923 \u092e\u0947\u0902\u00a0\u0905\u092f\u0942\u0925\u092f\u093e \u092e\u0947\u0902 \u091a\u0932\u093e \u0917\u092f\u093e \u091c\u094b \u0915\u0940\u00a0 \u0916\u092e\u0947\u0930 \u0938\u093e\u092e\u094d\u0930\u093e\u091c\u094d\u092f \u0915\u093e \u0939\u093f\u0938\u094d\u0938\u093e \u0925\u093e\u0964\n\n Option A: \u0915\u092e\u094d\u092c\u094b\u0921\u093f\u092f\u0928\n\n Option B: \u092e\u0916\u094d\u0926\u0942\u0928\n\n Option C: \u0925\u093e\u0908\u0932\u0948\u0902\u0921\n\n Option D: \u0938\u093f\u092f\u093e\u092e", "output": "\u0938\u093f\u092f\u093e\u092e", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0917\u094b\u0932\u093f\u092f\u094b\u0902 \u0915\u0940 \u0930\u093e\u0938\u0932\u0940\u0932\u093e \u0930\u093e\u092e\u0932\u0940\u0932\u093e (\u0968\u0966\u0967\u0969) \u0924\u0925\u093e \u092c\u093e\u091c\u0940\u0930\u093e\u0935 \u092e\u0938\u094d\u0924\u093e\u0928\u0940 (\u0968\u0966\u0967\u096b) \u0915\u0947 \u092c\u093e\u0926 \u0907\u0938 \u092b\u093f\u0932\u094d\u092e \u0915\u0947 \u0917\u0940\u0924 \u092d\u0940 \u0938\u094d\u0935\u092f\u0902 \u0938\u0902\u091c\u092f \u0932\u0940\u0932\u093e \u092d\u0902\u0938\u093e\u0932\u0940 \u0928\u0947 \u0939\u0940 \u0938\u0943\u091c\u093f\u0924 \u0915\u093f\u092f\u0947\u0964 \u0938\u0902\u091a\u093f\u0924 \u092c\u0932\u094d\u0939\u093e\u0930\u093e \u0928\u0947 \u092b\u093f\u0932\u094d\u092e \u092e\u0947\u0902 \u092a\u093e\u0930\u094d\u0936\u094d\u0935 \u0938\u0902\u0917\u0940\u0924 \u0926\u093f\u092f\u093e, \u0914\u0930 \u092b\u093f\u0932\u094d\u092e \u0915\u0947 \u0917\u0940\u0924 \u090f.\u090f\u092e. \u0924\u0941\u0930\u093e\u091c\u093c \u0914\u0930 \u0938\u093f\u0926\u094d\u0927\u093e\u0930\u094d\u0925-\u0917\u0930\u093f\u092e\u093e \u0928\u0947 \u0932\u093f\u0916\u0947 \u0939\u0948\u0902\u0964 \u092b\u093f\u0932\u094d\u092e \u0915\u0940 \u0938\u0902\u0917\u0940\u0924 \u090f\u0932\u094d\u092c\u092e \u0926\u094d\u0935\u093e\u0930\u093e \u0930\u093f\u0932\u0940\u091c\u093c \u0915\u0940 \u0917\u0908 \u0939\u0948, \u0914\u0930 \u0907\u0938\u092e\u0947\u0902 \u091b\u0939 \u0917\u093e\u0928\u0947 \u0936\u093e\u092e\u093f\u0932 \u0939\u0948\u0902\u0964\n\n Option A: \u092e\u0947\u0935\u093e\u0921\u093c\n\n Option B: \u091c\u092f\u092a\u0941\u0930\n\n Option C: \u091f\u093f\u092a\u091f\u0928\n\n Option D: \u091f\u0940-\u0938\u0940\u0930\u0940\u091c\u093c", "output": "\u091f\u0940-\u0938\u0940\u0930\u0940\u091c\u093c", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u090f\u0915 \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0936\u0948\u0932\u0940 \u0915\u0940 \u090f\u0915 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u092e\u0938\u094d\u091c\u093f\u0926 \u092c\u093e\u092c\u0930\u0940 \u092e\u0941\u0916\u094d\u092f\u0924\u092f\u093e \u0935\u093e\u0938\u094d\u0924\u0941\u0915\u0932\u093e \u092e\u0947\u0902 \u0938\u0902\u0930\u0915\u094d\u0937\u093f\u0924 \u0930\u0939\u0940, \u091c\u093f\u0938\u0947 \u0926\u093f\u0932\u094d\u0932\u0940 \u0938\u0932\u094d\u0924\u0928\u0924 \u0915\u0940 \u0938\u094d\u0925\u093e\u092a\u0928\u093e (1192) \u0915\u0947 \u092c\u093e\u0926 \u0935\u093f\u0915\u0938\u093f\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0925\u093e\u0964 \u0915\u0947 \u091a\u093e\u0930\u092e\u0940\u0928\u093e\u0930 (1591) \u091a\u094c\u0915 \u0915\u0947 \u092c\u0921\u093c\u0947 \u092e\u0947\u0939\u0930\u093e\u092c, \u0924\u094b\u0930\u0923 \u092a\u0925 \u0914\u0930 \u092e\u0940\u0928\u093e\u0930 \u092c\u0939\u0941\u0924 \u0939\u0940 \u0916\u093e\u0938 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0915\u0932\u093e \u092e\u0947\u0902 \u092a\u0924\u094d\u0925\u0930 \u0915\u093e \u0935\u094d\u092f\u093e\u092a\u0915 \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948 \u0914\u0930 17\u0935\u0940\u0902 \u0938\u0926\u0940 \u092e\u0947\u0902 \u092e\u0941\u0917\u0932 \u0915\u0932\u093e \u0915\u0947 \u0938\u094d\u0925\u093e\u0928\u093e\u0902\u0924\u0930\u093f\u0924 \u0939\u094b\u0928\u0947 \u0924\u0915 \u091c\u0948\u0938\u093e \u0915\u093f \u0924\u093e\u091c\u092e\u0939\u0932 \u091c\u0948\u0938\u0940 \u0938\u0902\u0930\u091a\u0928\u093e\u0913\u0902 \u0926\u094d\u0935\u093e\u0930\u093e \u0926\u093f\u0916\u093e\u0908 \u092a\u0921\u093c\u0924\u093e \u0939\u0948; \u092e\u0941\u0938\u0932\u092e\u093e\u0928\u094b\u0902 \u0915\u0947 \u0936\u093e\u0938\u0928 \u092e\u0947\u0902 \u092d\u093e\u0930\u0924\u0940\u092f \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u092a\u094d\u0930\u0924\u093f\u092c\u093f\u0902\u092c\u093f\u0924 \u0939\u094b\u0924\u093e \u0939\u0948\u0964\n\n Option A: \u0939\u0948\u0926\u0930\u093e\u092c\u093e\u0926\n\n Option B: \u0924\u093e\u091c\u092e\u0939\u0932\n\n Option C: \u092e\u0902\u0926\u093f\u0930\n\n Option D: \u091a\u093f\u0924\u094d\u0924\u094c\u0921\u093c\u0917\u0922\u093c", "output": "\u0939\u0948\u0926\u0930\u093e\u092c\u093e\u0926", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0930\u093e\u0939\u0941\u0932 \u0917\u093e\u0902\u0927\u0940 \u0915\u0940 \u092a\u094d\u0930\u093e\u0930\u0902\u092d\u093f\u0915 \u0936\u093f\u0915\u094d\u0937\u093e \u0926\u093f\u0932\u094d\u0932\u0940 \u0915\u0947 \u0938\u0947\u0902\u091f \u0915\u094b\u0932\u0902\u092c\u0938 \u0938\u094d\u0915\u0942\u0932 \u092e\u0947\u0902 \u0915\u0940 \u0914\u0930 \u0907\u0938\u0915\u0947 \u092c\u093e\u0926 \u0935\u094b \u092a\u094d\u0930\u0938\u093f\u0926\u094d\u0927 \u0926\u0942\u0928 \u0935\u093f\u0926\u094d\u092f\u093e\u0932\u092f \u092e\u0947\u0902 \u092a\u0922\u093c\u0928\u0947 \u091a\u0932\u0947 \u0917\u092f\u0947 \u091c\u0939\u093e\u0902 \u0909\u0928\u0915\u0947 \u092a\u093f\u0924\u093e \u0928\u0947 \u092d\u0940 \u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u091c\u0928 \u0915\u093f\u092f\u093e \u0925\u093e\u0964 \u0938\u0928 1981-83 \u0924\u0915 \u0938\u0941\u0930\u0915\u094d\u0937\u093e \u0915\u093e\u0930\u0923\u094b\u0902 \u0915\u0947 \u0915\u093e\u0930\u0923 \u0930\u093e\u0939\u0941\u0932 \u0917\u093e\u0902\u0927\u0940 \u0915\u094b \u0905\u092a\u0928\u0940 \u092a\u0922\u093c\u093e\u0908 \u0918\u0930 \u0938\u0947 \u0939\u0940 \u0915\u0930\u0928\u0940 \u092a\u0921\u093c\u0940\u0964 \u0930\u093e\u0939\u0941\u0932 \u0928\u0947 \u0939\u093e\u0930\u094d\u0935\u0930\u094d\u0921 \u0935\u093f\u0936\u094d\u0935\u0935\u093f\u0926\u094d\u092f\u093e\u0932\u092f \u0915\u0947 \u0930\u094b\u0932\u093f\u0902\u0938 \u0915\u0949\u0932\u0947\u091c \u0938\u0947 \u0938\u0928 1994 \u092e\u0947\u0902 \u0915\u0932\u093e \u0938\u094d\u0928\u093e\u0924\u0915 \u0915\u0940 \u0909\u092a\u093e\u0927\u093f \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0940\u0964 \u0907\u0938\u0915\u0947 \u092c\u093e\u0926 \u0938\u0928 1995 \u092e\u0947\u0902 \u0915\u0948\u092e\u094d\u092c\u094d\u0930\u093f\u091c \u0935\u093f\u0936\u094d\u0935\u0935\u093f\u0926\u094d\u092f\u093e\u0932\u092f \u0915\u0947 \u091f\u094d\u0930\u093f\u0928\u093f\u091f\u0940 \u0915\u0949\u0932\u0947\u091c \u0938\u0947 \u090f\u092e.\u092b\u093f\u0932. \u0915\u0940 \u0909\u092a\u093e\u0927\u093f \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0940\u0964\n\n Option A: \u092d\u093e\u0930\u0924\n\n Option B: \u0939\u093e\u0930\u094d\u0935\u0930\u094d\u0921\n\n Option C: \u0915\u0947\u0930\u0932\n\n Option D: \u092b\u094d\u0932\u094b\u0930\u093f\u0921\u093e", "output": "\u092b\u094d\u0932\u094b\u0930\u093f\u0921\u093e", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0915\u0902\u0917\u0932\u0940 \u092f\u093e\u0935\u094b\u0932 \u0915\u0928\u094d\u0928\u093e \u0932\u0942\u092a (KYKL) \u0915\u094d\u0937\u0947\u0924\u094d\u0930\u0940\u092f \u0938\u0902\u0917\u0920\u0928 \u0915\u0947 AK-56 \u0930\u093e\u0907\u092b\u0932\u094d\u0938 \u0938\u0947 \u0932\u0948\u0938 \u0935\u093f\u0926\u094d\u0930\u094b\u0939\u093f\u092f\u094b\u0902 \u0928\u0947 20 \u0938\u093f\u0924\u092e\u094d\u092c\u0930 \u0915\u094b \u092e\u0923\u093f\u092a\u0941\u0930 \u0915\u0940 \u0930\u093e\u091c\u0927\u093e\u0928\u0940 \u0907\u0902\u092b\u093e\u0932 \u0938\u0947 22 \u092e\u0940\u0932 \u0926\u0942\u0930 \u0926\u0915\u094d\u0937\u093f\u0923 \u092a\u0936\u094d\u091a\u093f\u092e \u0915\u0947 \u0928\u093e\u0930\u093f\u0906\u0902\u0917 \u0917\u093e\u0902\u0935 \u092e\u0947\u0902 14 \u092d\u093e\u0930\u0924\u0940\u092f \u0938\u0948\u0928\u093f\u0915\u094b\u0902 \u092a\u0930 \u0918\u093e\u0924 \u0932\u0917\u093e\u0915\u0930 \u0939\u092e\u0932\u093e \u0915\u093f\u092f\u093e \u0914\u0930 \u092e\u093e\u0930 \u0921\u093e\u0932\u093e.\n\n Option A: 2005\n\n Option B: \u0926\u0940\u0935\u093e\u0932\u0940\n\n Option C: 2001\n\n Option D: 2006", "output": "2005", "category": "Fill in The Blank 1563.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0ca8\u0c82\u0ca4\u0cb0 \u0c87\u0ca6\u0ca8\u0ccd\u0ca8\u0cc1 \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3\u0cbf \u0c9a\u0cbe\u0cb2\u0cc1\u0c95\u0ccd\u0caf\u0cb0\u0cc1, \u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c95\u0cb2\u0cbe\u0c9a\u0cc1\u0cb0\u0cbf\u0cb8\u0ccd, , \u0c95\u0cbe\u0c95\u0ca4\u0cc0\u0caf\u0cb0\u0cc1, \u0ca6\u0cc6\u0cb9\u0cb2\u0cbf \u0cb8\u0cc1\u0cb2\u0ccd\u0ca4\u0cbe\u0ca8\u0cb0\u0cc1, \u0cac\u0cb9\u0ccd\u0cae\u0ca8\u0cbf \u0cb8\u0cc1\u0cb2\u0ccd\u0ca4\u0cbe\u0ca8\u0cb0\u0cc1, \u0cac\u0cc0\u0ca6\u0cb0\u0ccd \u0cb8\u0cc1\u0cb2\u0ccd\u0ca4\u0cbe\u0ca8\u0cb0\u0cc1, \u0cac\u0cbf\u0c9c\u0cbe\u0caa\u0cc1\u0cb0 \u0cb8\u0cc1\u0cb2\u0ccd\u0ca4\u0cbe\u0ca8\u0cb0\u0cc1, \u0cae\u0cc1\u0c98\u0cb2\u0ccd \u0cb8\u0cbe\u0cae\u0ccd\u0cb0\u0cbe\u0c9c\u0ccd\u0caf \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 1948 \u0cb0 \u0cb5\u0cb0\u0cc6\u0c97\u0cc6 \u0cb9\u0cc8\u0ca6\u0cb0\u0cbe\u0cac\u0cbe\u0ca6\u0ccd\u0ca8 \u0ca8\u0cbf\u0c9c\u0cbe\u0cae\u0ccd\u0cb0\u0cc1 \u0c86\u0cb3\u0cbf\u0ca6\u0cb0\u0cc1.\n\n Option A: \u0c95\u0cbe\u0c95\u0ca4\u0cc0\u0caf\u0cb0\u0cc1\n\n Option B: \u0cb0\u0cbe\u0cb7\u0ccd\u0c9f\u0ccd\u0cb0\u0c95\u0cc2\u0c9f\u0cb0\n\n Option C: \u0c97\u0cc1\u0cb2\u0ccd\u0cac\u0cb0\u0ccd\u0c97\u0cbe\n\n Option D: \u0caf\u0cbe\u0ca6\u0cb5\u0cb0\u0cc1", "output": "\u0caf\u0cbe\u0ca6\u0cb5\u0cb0\u0cc1", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0cb0\u0cbe\u0c9c\u0cb0\u0ccd \u0c8e. \u0caa\u0cc8\u0cb2\u0ccd\u0c95\u0ccd, \u0c9c\u0cc2\u0ca8\u0cbf\u0caf\u0cb0\u0ccd. \u0c85\u0cb5\u0cb0\u0cc1 2008\u0cb0 \u0cae\u0cca\u0ca6\u0cb2\u0cbf\u0ca8\u0cbf\u0c82\u0ca6\u0cb2\u0cc2 \u0cac\u0cbe\u0cb9\u0ccd\u0caf\u0cbe\u0c95\u0cbe\u0cb6 \u0ca8\u0ccc\u0c95\u0cc6 \u0caf\u0ccb\u0c9c\u0ca8\u0cc6\u0caf\u0cc1 \u0cb8\u0cc1\u0cae\u0cbe\u0cb0\u0cc1 170 \u0cac\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd \u0caf\u0cc1\u0c8e\u0cb8\u0ccd \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c (2008 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c\u0c97\u0cb3\u0cc1) \u0c97\u0cb3\u0cb7\u0ccd\u0c9f\u0cc1 \u0c96\u0cb0\u0ccd\u0c9a\u0cbe\u0c97\u0cbf\u0ca6\u0cc6\u0caf\u0cc6\u0c82\u0ca6\u0cc1 \u0c85\u0c82\u0ca6\u0cbe\u0c9c\u0cc1 \u0cae\u0cbe\u0ca1\u0cbf\u0ca6\u0ccd\u0ca6\u0cbe\u0cb0\u0cc6. \u0c87\u0ca6\u0cb0 \u0caa\u0ccd\u0cb0\u0c95\u0cbe\u0cb0 \u0cb8\u0cb0\u0cbe\u0cb8\u0cb0\u0cbf \u0c92\u0c82\u0ca6\u0cc1 \u0cb5\u0cbf\u0cae\u0cbe\u0ca8\u0ca6 \u0cac\u0cc6\u0cb2\u0cc6 \u0cb8\u0cc1\u0cae\u0cbe\u0cb0\u0cc1 1.5 \u0caf\u0cc1\u0c8e\u0cb8\u0ccd \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c\u0c97\u0cb3\u0cb7\u0ccd\u0c9f\u0cc1. \u0c86\u0ca6\u0cb0\u0cc2, \u0caf\u0cb5\u0cb0\u0cc1 \u0c8e\u0cb0\u0ca1\u0cc1 \u0c89\u0ca6\u0ccd\u0ca6\u0cbf\u0cb7\u0ccd\u0c9f \u0c95\u0cbe\u0cb0\u0ccd\u0caf\u0c97\u0cb3\u0cbf\u0c97\u0cc6 \u0cb9\u0ca3 \u0c92\u0ca6\u0c97\u0cbf\u0cb8\u0cbf\u0ca6\u0ccd\u0ca6\u0cbe\u0cb0\u0cc6, \u0cb8\u0ccd\u0caa\u0cc7\u0cb8\u0ccd\u0cb2\u0cbe\u0cac\u0ccd \u0ca1\u0cbf-1 \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0ca1\u0cbf-2 (\u0ca1\u0cbe\u0caf\u0cbf\u0c9a\u0ccd\u200c\u0cb2\u0cbe\u0c82\u0ca1\u0ccd \u200c\u0c97\u0cbe\u0c97\u0cbf) \u0c9c\u0cca\u0ca4\u0cc6\u0c97\u0cc6 \u0c95\u0cbe\u0cb0\u0ccd\u0caf\u0cbe\u0cb2\u0caf \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cb5\u0cc1 \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0cbf\u0caf \u0c92\u0cac\u0cb0\u0ccd\u0cab\u0cbe\u0cab\u0cc6\u0ca8\u0ccd\u200c\u0cb9\u0cbe\u0cab\u0cc6\u0ca8\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0ca6\u0cc6.\n\n Option A: \u0c8e\u0ca8\u0ccd\u200c\u0c8e\u200c\u0c8e\u0cb8\u0ccd\u200c\u0c8e\n\n Option B: \u0c95\u0ccd\u0caf\u0cbe\u0cb2\u0cbf\u0cab\u0ccb\u0cb0\u0ccd\u0ca8\u0cbf\u0caf\n\n Option C: \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0cbf\n\n Option D: \u0ca8\u0cbe\u0cb8", "output": "\u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0cbf", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c95\u0ccd\u0caf\u0cbe\u0ca8\u0ca1\u0cbe\u0ca6 \u0ca6\u0cc7\u0cb6\u0cbf\u0caf\u0cb0\u0cc1 US \u0c85\u0ca8\u0ccd\u0ca8\u0cc1 \u0cad\u0cc2\u0cae\u0cbf \u0c85\u0ca5\u0cb5\u0cbe \u0cb8\u0cae\u0cc1\u0ca6\u0ccd\u0cb0\u0ca6 \u0cae\u0cc2\u0cb2\u0c95 \u0c92\u0c82\u0ca6\u0cc1 \"\u0cb5\u0cb0\u0ccd\u0ca7\u0cbf\u0cb8\u0cbf\u0ca6\" WHTI-\u0cb5\u0cbf\u0ca7\u0cc7\u0caf\u0ca6 \u0c9a\u0cbe\u0cb2\u0c95\u0ca8 \u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0caf\u0ca8\u0ccd\u0ca8\u0cc1 \u0cac\u0cb3\u0cb8\u0cbf \u0caa\u0ccd\u0cb0\u0cb5\u0cc7\u0cb6\u0cbf\u0cb8\u0cac\u0cb9\u0cc1\u0ca6\u0cc1. \u0c85\u0cb5\u0cc1\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1 \u0caa\u0ccd\u0cb0\u0cb8\u0ccd\u0ca4\u0cc1\u0ca4 \u0cac\u0ccd\u0cb0\u0cbf\u0c9f\u0cbf\u0cb7\u0ccd \u0c95\u0cca\u0cb2\u0c82\u0cac\u0cbf\u0caf, \u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0c9f\u0cca\u0cac, \u0cb9\u0cbe\u0c97\u0cc2 \u0c92\u0c82\u0c9f\u0cbe\u0cb0\u0cbf\u0caf\u0ccb \u0c92\u0ca6\u0c97\u0cbf\u0cb8\u0cc1\u0ca4\u0ccd\u0ca4\u0cb5\u0cc6. \u0c95\u0ccd\u0caf\u0cbe\u0ca8\u0cc6\u0ca1\u0ca6\u0cb5\u0cb0\u0cc1 \u0cb5\u0cbe\u0caf\u0cc1 \u0cae\u0cc2\u0cb2\u0c95 US \u0c85\u0ca8\u0ccd\u0ca8\u0cc1 \u0caa\u0ccd\u0cb0\u0cb5\u0cc7\u0cb6\u0cbf\u0cb8\u0cb2\u0cc1 \u0c87\u0c9b\u0ccd\u0c9a\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc6, \u0c85\u0cb5\u0cb0\u0cc1 \u0caa\u0cbe\u0cb8\u0ccd\u200c\u0caa\u0ccb\u0cb0\u0ccd\u0c9f\u0ccd \u0caa\u0cc1\u0cb8\u0ccd\u0ca4\u0c95\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0cac\u0cb3\u0cb8 \u0cac\u0cc7\u0c95\u0cc1.\n\n Option A: \u0cb9\u0cbe\u0c82\u0c97\u0ccd\u200c\u0c95\u0cbe\u0c82\u0c97\u0ccd\n\n Option B: \u0c9a\u0cc0\u0ca8\u0cbe\n\n Option C: \u0c95\u0ccd\u0caf\u0cc1\u0cac\u0cc6\u0c95\u0ccd\n\n Option D: \u0cb9\u0cbe\u0c82\u0c97\u0ccd\u200c\u0c95\u0cbe\u0c82\u0c97\u0ccd\u200c", "output": "\u0c95\u0ccd\u0caf\u0cc1\u0cac\u0cc6\u0c95\u0ccd", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0ca8\u0cbf\u0c97\u0cc2 \u0cad\u0cc2\u0cae\u0cbf\u0c97\u0cc2 \u0c87\u0cb0\u0cc1\u0cb5 \u0ca6\u0cc2\u0cb0 1 \u0c96\u0c97\u0ccb\u0cb3 \u0cb5\u0cbf\u0c9c\u0ccd\u0c9e\u0cbe\u0ca8\u0ca6 \u0c98\u0c9f\u0c95 -1(AU)=149597870700 \u0cae\u0cc0\u0c9f\u0cb0\u0ccd (\u0cb8\u0cc1\u0cae\u0cbe\u0cb0\u0cc1 150 \u0cae\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd \u0c95\u0cbf\u0cb2\u0ccb\u0cae\u0cc0\u0c9f\u0cb0\u0ccd, \u0c85\u0ca5\u0cb5\u0cbe 93 \u0ca6\u0cb6\u0cb2\u0c95\u0ccd\u0cb7 \u0cae\u0cc8\u0cb2\u0cbf) \u0c8e\u0c82\u0ca6\u0cbf\u0c9f\u0ccd\u0c9f\u0cc1\u0c95\u0cca\u0c82\u0ca1\u0cc1 \u0c89\u0cb3\u0cbf\u0ca6 \u0c97\u0ccd\u0cb0\u0cb9\u0c97\u0cb3\u0cbf\u0c97\u0cc6 \u0c96\u0c97\u0ccb\u0cb2\u0cae\u0cbe\u0ca8 \u0cb0\u0cc0\u0ca4\u0cbf \u0cb9\u0ccb\u0cb2\u0cbf\u0c95\u0cc6\u0caf\u0ca8\u0ccd\u0ca8\u0cc1 \u0c95\u0cca\u0c9f\u0ccd\u0c9f\u0cbf\u0ca6\u0cc6. \u0c86 \u0c85\u0c82\u0c95\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc11(AU)= 150 \u0cae\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd \u0c95\u0cbf\u0cb2\u0ccb\u0cae\u0cc0\u0c9f\u0cb0\u0ccd \u0ca8\u0cbf\u0c82\u0ca6 \u0c97\u0cc1\u0ca3\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc6 \u0cb8\u0cc2\u0cb0\u0ccd\u0caf\u0ca8\u0cbf\u0c82\u0ca6 \u0c86 \u0c97\u0ccd\u0cb0\u0cb9 \u0c87\u0cb0\u0cc1\u0cb5 \u0ca6\u0cc2\u0cb0 \u0cac\u0cb0\u0cc1\u0cb5\u0cc1\u0ca6\u0cc1; \u0c85\u0ca6\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf 150 \u0cae\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd \u0c95\u0cbf\u0cb2\u0ccb\u0cae\u0cc0\u0c9f\u0cb0\u0ccd \u0c95\u0cb3\u0cc6\u0ca6\u0cb0\u0cc6 \u0cad\u0cc2\u0cae\u0cbf\u0caf\u0cbf\u0c82\u0ca6 \u0c85\u0ca6\u0cb0 \u0ca6\u0cc2\u0cb0 \u0cac\u0cb0\u0cc1\u0cb5\u0cc1\u0ca6\u0cc1. \u0cb8\u0cc2\u0cb0\u0ccd\u0caf\u0cae\u0c82\u0ca1\u0cb2\u0ca6 \u0c85\u0c82\u0c9a\u0cc1 94\u0cae\u0cbe\u0ca8\u0ca6\u0cb7\u0ccd\u0c9f\u0cc1 \u0ca6\u0cc2\u0cb0 \u0c87\u0ca6\u0cc6. \u0c85\u0ca6\u0cc1 \u0cb8\u0cc2\u0cb0\u0ccd\u0caf\u0ca8 \u0caa\u0ccd\u0cb0\u0cad\u0cc6 \u0c85\u0c82\u0ca4\u0cb0\u0cbf\u0c95\u0ccd\u0cb7\u0ca6 \u0caa\u0ccd\u0cb0\u0cad\u0cc6\u0caf\u0ca8\u0ccd\u0ca8\u0cc1 \u0ca4\u0ca1\u0cc6\u0caf\u0cc1\u0cb5 \u0caa\u0cb0\u0cbf\u0ca7\u0cbf. \u0c88 \u0c96\u0c97\u0ccb\u0cb2 \u0cae\u0cc2\u0cb2 \u0cae\u0cbe\u0ca8\u0ca6\u0cbf\u0c82\u0ca6 \u0c87\u0ca4\u0cb0 \u0c97\u0ccd\u0cb0\u0cb9\u0c97\u0cb3 \u0ca6\u0cc2\u0cb0\u0ca6 \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3 \u0cb9\u0ccb\u0cb2\u0cbf\u0cb8\u0cbf \u0ca4\u0cbf\u0cb3\u0cbf\u0caf\u0cac\u0cb9\u0cc1\u0ca6\u0cc1. \u0c88\u0c97 \u0cb8\u0cc2\u0cb0\u0ccd\u0caf\u0cae\u0c82\u0ca1\u0cb2\u0ca6 \u0c86\u0c9a\u0cc6\u0caf\u0cc2 \u0c95\u0cbe\u0caf\u0c97\u0cb3\u0cc1 \u0cb8\u0cc2\u0cb0\u0ccd\u0caf\u0ca8\u0ca8\u0ccd\u0ca8\u0cc1 \u0cb8\u0cc1\u0ca4\u0ccd\u0ca4\u0cc1\u0cb5\u0cc1\u0ca6\u0cc1 \u0c95\u0c82\u0ca1\u0cbf\u0ca6\u0cc6. \u0c8f\u0cb0\u0cbf\u0cb8\u0ccd (Eris) \u0ca6\u0cc0\u0cb0\u0ccd\u0c98\u0cb5\u0cc3\u0ca4\u0ccd\u0ca4\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf 96.4 \u0c96.\u0cae\u0cbe\u0ca8\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf\u0ca6\u0ccd\u0ca6\u0cc1,\u0cb9\u0ca4\u0ccd\u0ca4\u0cbf\u0cb0\u0ca6 \u0c95\u0c95\u0ccd\u0cb7\u0cc6\u0caf \u0ca6\u0cc2\u0cb0 \u200767.8\u2007(its semi-major axis).\n\n Option A: \u0c9a\u0c82\u0ca6\u0ccd\u0cb0\n\n Option B: \u0cb8\u0cc2\u0cb0\u0ccd\u0caf\n\n Option C: \u0c85\u0c82\u0c97\u0cbe\u0cb0\u0c95\n\n Option D: \u0cac\u0cc1\u0ca7", "output": "\u0cb8\u0cc2\u0cb0\u0ccd\u0caf", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c95\u0cb0\u0ccd\u0ca8\u0cbe\u0c9f\u0c95\u0ca6 \u0cac\u0cbf\u0c9c\u0cbe\u0caa\u0cc1\u0cb0 \u0c9c\u0cbf\u0cb2\u0cc6\u0c97\u0cc6 \u0cb9\u0cca\u0c82\u0ca6\u0cbf\u0c95\u0cca\u0c82\u0ca1\u0cbf\u0cb0\u0cc1\u0cb5, \u0cae\u0cb9\u0cbe\u0cb0\u0cbe\u0cb7\u0ccd\u0c9f\u0ccd\u0cb0\u0ca6 \u0c9c\u0cbf\u0cb2\u0ccd\u0cb2\u0cc6 \u0cb8\u0cca\u0cb2\u0ccd\u0cb2\u0cbe\u0caa\u0cc1\u0cb0. \u0cb9\u0cbf\u0c82\u0ca6\u0cc6 '\u0cb8\u0cca\u0ca8\u0ccd\u0ca8\u0cb2\u0cbf\u0c97\u0cc6'\u0caf\u0cbe\u0c97\u0cbf\u0ca6\u0ccd\u0ca6 \u0cb8\u0cca\u0cb2\u0ccd\u0cb2\u0cbe\u0caa\u0cc1\u0cb0 \u0c95\u0cb0\u0ccd\u0cae\u0caf\u0ccb\u0c97\u0cbf \u0cb8\u0cbf\u0ca6\u0ccd\u0ca7\u0cb0\u0cbe\u0cae\u0cc7\u0cb6\u0ccd\u0cb5\u0cb0\u0cb0 \u0c95\u0cb0\u0ccd\u0cae\u0cad\u0cc2\u0cae\u0cbf.\u0cb8\u0cca\u0cb2\u0ccd\u0cb2\u0cbe\u0caa\u0cc1\u0cb0 (\u0cae\u0cb0\u0cbe\u0ca0\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0cb8\u0ccb\u0cb2\u0cbe\u0caa\u0cc1\u0cb0\u0ccd\u200d) \u0cb0\u0cbe\u0c9c\u0ccd\u0caf\u0ca6 \u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0c95\u0cb0\u0ccd\u0ca8\u0cbe\u0c9f\u0c95\u0ca6 \u0c97\u0ca1\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf\u0cb0\u0cc1\u0cb5 \u0ca8\u0c97\u0cb0 , \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c85\u0ca6\u0cc7 \u0cb9\u0cc6\u0cb8\u0cb0\u0cbf\u0ca8 \u0c9c\u0cbf\u0cb2\u0ccd\u0cb2\u0cc6\u0caf \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0. \u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0cb0\u0cc8\u0cb2\u0cc1\u0ca6\u0cbe\u0cb0\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0c87\u0ca6\u0cca\u0c82\u0ca6\u0cc1 \u0caa\u0ccd\u0cb0\u0cae\u0cc1\u0c96 \u0c9c\u0c82\u0c95\u0ccd\u0cb7\u0ca8\u0ccd. \u0c85\u0ca8\u0cc7\u0c95 \u0cb8\u0ca3\u0ccd\u0ca3 \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cae\u0ca7\u0ccd\u0caf\u0cae \u0cb8\u0ccd\u0ca5\u0cb0\u0ca6 \u0c89\u0ca6\u0ccd\u0caf\u0cae\u0c97\u0cb3\u0cc1 \u0c87\u0cb2\u0ccd\u0cb2\u0cbf\u0cb5\u0cc6. \u0cb5\u0cbf\u0ca6\u0ccd\u0caf\u0cc1\u0ca4\u0ccd \u0cae\u0c97\u0ccd\u0c97\u0c97\u0cb3\u0cc1 \u0cb9\u0cbe\u0c97\u0cc2 \u0cb9\u0ca4\u0ccd\u0ca4\u0cbf \u0c97\u0cbf\u0cb0\u0ca3\u0cbf\u0c97\u0cb3 \u0cae\u0cc1\u0c96\u0ccd\u0caf \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cb5\u0cc2 \u0c87\u0ca6\u0cbe\u0c97\u0cbf\u0ca6\u0cc6. \u0cb8\u0cca\u0cb2\u0ccd\u0cb2\u0cbe\u0caa\u0cc1\u0cb0\u0ca6 \u0c9a\u0cbe\u0ca6\u0cb0\u0c97\u0cb3\u0cc1 (\u0cac\u0cc6\u0ca1\u0ccd \u0cb6\u0cc0\u0c9f\u0cc1\u0c97\u0cb3\u0cc1) \u0ca4\u0cae\u0ccd\u0cae \u0cb9\u0cca\u0cb8 \u0cb9\u0cca\u0cb8 \u0cb5\u0cbf\u0ca8\u0ccd\u0caf\u0cbe\u0cb8\u0c97\u0cb3\u0cbf\u0c97\u0cc6 \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0ca4\u0cbe\u0cb3\u0cbf\u0c95\u0cc6\u0caf\u0cbf\u0c82\u0ca6\u0cbe\u0c97\u0cbf \u0cae\u0ca8\u0cc6\u0cae\u0cbe\u0ca4\u0cbe\u0c97\u0cbf\u0cb5\u0cc6. \u0c87\u0cb2\u0ccd\u0cb2\u0cbf\u0caf \u0c8a\u0cb0\u0ca6\u0cc8\u0cb5 \u0cb6\u0ccd\u0cb0\u0cc0 \u0cb8\u0cbf\u0ca6\u0ccd\u0ca7\u0cc7\u0cb6\u0ccd\u0cb5\u0cb0. \u0cae\u0c95\u0cb0\u0cb8\u0c82\u0c95\u0ccd\u0cb0\u0cbe\u0c82\u0ca4\u0cbf\u0caf\u0c82\u0ca6\u0cc1 \u0ca8\u0ca1\u0cc6\u0caf\u0cc1\u0cb5 \u0ca8\u0c82\u0ca6\u0cbf\u0ca7\u0ccd\u0cb5\u0c9c\u0ca6 \u0cae\u0cc6\u0cb0\u0cb5\u0ca3\u0cbf\u0c97\u0cc6\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0cb2\u0c95\u0ccd\u0cb7\u0cbe\u0c82\u0ca4\u0cb0 \u0c9c\u0ca8 \u0caa\u0cbe\u0cb2\u0ccd\u0c97\u0cca\u0cb3\u0ccd\u0cb3\u0cc1\u0ca4\u0ccd\u0ca4\u0cbe\u0cb0\u0cc6.\n\n Option A: \u0cac\u0cc6\u0c82\u0c97\u0cb3\u0cc2\u0cb0\u0cc1\n\n Option B: \u0cae\u0cb9\u0cbe\u0cb0\u0cbe\u0cb7\u0ccd\u0c9f\u0ccd\u0cb0\n\n Option C: \u0ca6\u0cc6\u0cb9\u0cb2\u0cbf\n\n Option D: \u0cb0\u0cbe\u0cb7\u0ccd\u0c9f\u0ccd\u0cb0\u0c95\u0cc2\u0c9f\u0cb0\u0cc1", "output": "\u0cae\u0cb9\u0cbe\u0cb0\u0cbe\u0cb7\u0ccd\u0c9f\u0ccd\u0cb0", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: '\u0ca6\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb8\u0caa\u0cc1\u0cb0'\u0ca6 \u0cb8\u0cbe\u0c82\u0caa\u0ccd\u0cb0\u0ca6\u0cbe\u0caf\u0cbf\u0c95 \u0cb8\u0c82\u0cb8\u0ccd\u0c95\u0cc3\u0ca4 \u0caa\u0cbe\u0ca0\u0cb6\u0cbe\u0cb2\u0cc6\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0cb5\u0cbf\u0ca6\u0ccd\u0caf\u0cbe\u0cad\u0ccd\u0caf\u0cbe\u0cb8\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0c86\u0cb0\u0c82\u0cad\u0cbf\u0cb8\u0cbf\u0ca6 \u0c85\u0ca8\u0c82\u0ca4\u0cae\u0cc2\u0cb0\u0ccd\u0ca4\u0cbf\u0caf\u0cb5\u0cb0 \u0c93\u0ca6\u0cc1 \u0c85\u0ca8\u0c82\u0ca4\u0cb0 , \u0cae\u0cc8\u0cb8\u0cc2\u0cb0\u0cc1\u0c97\u0cb3\u0cb2\u0ccd\u0cb2\u0cbf \u0cae\u0cc1\u0c82\u0ca6\u0cc1\u0cb5\u0cb0\u0cc6\u0caf\u0cbf\u0ca4\u0cc1. \u0cae\u0cc8\u0cb8\u0cc2\u0cb0\u0cc1 \u0cb5\u0cbf\u0cb6\u0ccd\u0cb5\u0cb5\u0cbf\u0ca6\u0ccd\u0caf\u0cbe\u0cb2\u0caf\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd \u0cb8\u0cbe\u0cb9\u0cbf\u0ca4\u0ccd\u0caf\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0c8e\u0c82.\u0c8e \u0caa\u0ca6\u0cb5\u0cbf \u0caa\u0ca1\u0cc6\u0ca6 \u0c87\u0cb5\u0cb0\u0cc1 \u0cb9\u0cc6\u0c9a\u0ccd\u0c9a\u0cbf\u0ca8 \u0cb5\u0ccd\u0caf\u0cbe\u0cb8\u0c82\u0c97\u0c95\u0ccd\u0c95\u0cbe\u0c97\u0cbf \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc6\u0c82\u0ca1\u0cbf\u0c97\u0cc6 \u0cb9\u0ccb\u0ca6\u0cb0\u0cc1. \u0c95\u0cbe\u0cae\u0ca8\u0ccd\u200d\u0cb5\u0cc6\u0cb2\u0ccd\u0ca4\u0ccd \u0cb5\u0cbf\u0ca6\u0ccd\u0caf\u0cbe\u0cb0\u0ccd\u0ca5\u0cbf \u0cb5\u0cc7\u0ca4\u0ca8 \u0caa\u0ca1\u0cc6\u0ca6 \u0c87\u0cb5\u0cb0\u0cc1 \u0cac\u0cb0\u0ccd\u0cae\u0cbf\u0c82\u0c97\u0ccd\u200d\u0cb9\u0ccd\u0caf\u0cbe\u0cae\u0ccd \u0cb5\u0cbf\u0cb6\u0ccd\u0cb5\u0cb5\u0cbf\u0ca6\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0cb2\u0caf\u0ca6\u0cbf\u0c82\u0ca6 \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0ca4\u0ccc\u0cb2\u0ca8\u0cbf\u0c95 \u0cb8\u0cbe\u0cb9\u0cbf\u0ca4\u0ccd\u0caf \u0c8e\u0c82\u0cac \u0cb5\u0cbf\u0cb7\u0caf\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0ce7\u0cef\u0cec\u0cec\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf \u0caa\u0cbf\u0c8e\u0c9a\u0ccd.\u0ca1\u0cbf \u0caa\u0ca6\u0cb5\u0cbf \u0caa\u0ca1\u0cc6\u0ca6\u0cb0\u0cc1.\"\u0c8b\u0c9c\u0cc1\u0cb5\u0cbe\u0ca4\u0cc1 \"\u0caa\u0ca4\u0ccd\u0cb0\u0cbf\u0c95\u0cc6\u0caf\u0ca8\u0cc1 \u0caa\u0ccd\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc1.\n\n Option A: \u0c9a\u0cc0\u0ca8\u0cbe\n\n Option B: \u0ca4\u0cc0\u0cb0\u0ccd\u0ca5\u0cb9\u0cb3\u0ccd\u0cb3\u0cbf\n\n Option C: \u0ca4\u0cc1\u0cae\u0c95\u0cc2\u0cb0\u0cc1\n\n Option D: \u0cae\u0cbe\u0cb8\u0ccd\u0c95\u0ccb", "output": "\u0ca4\u0cc0\u0cb0\u0ccd\u0ca5\u0cb9\u0cb3\u0ccd\u0cb3\u0cbf", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0cb5\u0cbe\u0ca1\u0cbf\u0c95\u0cc6\u0caf\u0c82\u0ca4\u0cc6 \u0c87\u0c97\u0ccd\u0cb2\u0cc2\u0c97\u0cb3\u0cc1 \u0c8e\u0cb2\u0ccd\u0cb2 \u0c8e\u0cb8\u0ccd\u0c95\u0cbf\u0cae\u0cca\u0c97\u0cb3 \u0c9c\u0cca\u0ca4\u0cc6 \u0cad\u0cbe\u0c97\u0cbf\u0caf\u0cbe\u0c97\u0cbf\u0ca6\u0cc6\u0caf\u0cbe\u0ca6\u0cb0\u0cc2 \u0caa\u0ccd\u0cb0\u0cae\u0cc1\u0c96\u0cb5\u0cbe\u0c97\u0cbf \u0c85\u0cb5\u0cc1\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1 \u0c95\u0c9f\u0ccd\u0c9f\u0cbf\u0ca6\u0cb5\u0cb0\u0cc1 \u0ca6 \u0c86\u0cb0\u0ccd\u0c95\u0ccd\u0c9f\u0cbf\u0c95\u0ccd \u0cae\u0ca4\u0ccd\u0ca5\u0cc1 \u0c97\u0ccd\u0cb0\u0cc0\u0ca8\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u0ca8 \u0ca5\u0cc1\u0cb2\u0cc6 \u0caa\u0ccd\u0cb0\u0ca6\u0cc7\u0cb6\u0ca6 \u0c9c\u0ca8\u0c97\u0cb3\u0cc1. \u0c87\u0ca4\u0cb0 \u0c8e\u0cb8\u0ccd\u0c95\u0cbf\u0cae\u0cca \u0c9c\u0ca8\u0c97\u0cb3\u0cc1 \u0cb5\u0ccd\u0cb9\u0cc7\u0cb2\u0ccd \u0cac\u0ccb\u0ca8\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0ca4\u0cca\u0c97\u0cb2\u0cc1\u0c97\u0cb3\u0cbf\u0c82\u0ca6 \u0c95\u0c9f\u0ccd\u0c9f\u0cbf\u0ca6 \u0cae\u0ca8\u0cc6\u0caf\u0ca8\u0ccd\u0ca8\u0cc1 \u0cb5\u0cbf\u0ca6\u0ccd\u0caf\u0cc1\u0ca4\u0ccd\u0ca4\u0cbf\u0ca8\u0cbf\u0c82\u0ca6 \u0cb0\u0c95\u0ccd\u0cb7\u0cbf\u0cb8\u0cb2\u0cc1 \u0cb9\u0cbf\u0cae\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0c89\u0caa\u0caf\u0ccb\u0c97\u0cbf\u0cb8\u0cc1\u0ca4\u0ccd\u0ca4\u0cbe\u0cb0\u0cc6. \u0c97\u0cbe\u0cb3\u0cbf\u0c95\u0cc1\u0cb3\u0cbf\u0c97\u0cb3\u0cc1 \u0cb9\u0cbf\u0cae\u0ca6 \u0cac\u0cb2\u0cc6\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0cb8\u0cbf\u0c95\u0ccd\u0c95\u0cbf \u0c87\u0ca8\u0ccd\u0cb8\u0cc1\u0cb2\u0cc7\u0c9f\u0cb0\u0ccd\u200c\u0ca8\u0c82\u0ca4\u0cc6 \u0cb5\u0cb0\u0ccd\u0ca4\u0cbf\u0cb8\u0cc1\u0cb5\u0cc1\u0ca6\u0cb0\u0cbf\u0c82\u0ca6 \u0cb9\u0cbf\u0cae\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0c89\u0caa\u0caf\u0ccb\u0c97\u0cbf\u0cb8\u0cc1\u0ca4\u0ccd\u0ca4\u0cbe\u0cb0\u0cc6. \u0cb9\u0cca\u0cb0\u0c97\u0cc6 \u0ca4\u0cbe\u0caa\u0cb5\u0cc1 \u0cb0\u0cb7\u0ccd\u0c9f\u0cc1 \u0c95\u0ca1\u0cbf\u0cae\u0cc6\u0caf\u0cbf\u0cb0\u0cc1\u0ca4\u0ccd\u0ca4\u0ca6\u0cc6 \u0c86\u0ca6\u0cb0\u0cc6 \u0cac\u0cc6\u0c9a\u0ccd\u0c9a\u0ca8\u0cc6\u0caf \u0ca6\u0cc7\u0cb9\u0ca6 \u0c89\u0cb7\u0ccd\u0ca3\u0ca4\u0cc6\u0caf\u0cbf\u0c82\u0ca6\u0cb2\u0cc7 \u0c92\u0cb3\u0c97\u0ca1\u0cc6 \u0ca4\u0cbe\u0caa\u0cae\u0cbe\u0ca8\u0cb5\u0cc1 \u0cb0\u0cbf\u0c82\u0ca6 \u0c87\u0cb0\u0cc1\u0ca4\u0ccd\u0ca4\u0ca6\u0cc6.\n\n Option A: \u0c97\u0ccd\u0cb0\u0cc0\u0ca8\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\n\n Option B: \u0c92\u0ca1\u0cc6\u0caf\u0cb0\u0ccd\n\n Option C: \u0c95\u0cc6\u0ca8\u0ca1\n\n Option D: \u0c95\u0cc1\u0c9f\u0cc1\u0c82\u0cac", "output": "\u0c95\u0cc6\u0ca8\u0ca1", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0cb9\u0ca8\u0cc1\u0cae\u0c82\u0ca4\u0cbe\u0c9a\u0cbe\u0cb0\u0ccd\u0caf \u0cb0\u0cbe\u0c98\u0cb5\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cbe\u0c9a\u0cbe\u0cb0\u0ccd\u0caf \u0caa\u0cc1\u0cb0\u0ccb\u0cb9\u0cbf\u0ca4\u0cb0\u0cc1 \u0ce7\u0cef\u0ce6\u0ce6 \u0c8e\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd \u0ce7\u0cea\u0cb0\u0c82\u0ca6\u0cc1 \u0ca4\u0cbe\u0caf\u0cbf\u0caf \u0ca4\u0cb5\u0cb0\u0cc2\u0cb0\u0cbe\u0ca6 \u0c95\u0cca\u0cb2\u0ccd\u0cb9\u0cbe\u0cb0\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0c9c\u0ca8\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc1. \u0cb0\u0cb2\u0ccd\u0cb2\u0cbf \u0c95\u0cb0\u0ccd\u0cae\u0cb5\u0cc0\u0cb0 \u0cb5\u0cbe\u0cb0\u0caa\u0ca4\u0ccd\u0cb0\u0cbf\u0c95\u0cc6\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0cb8\u0cb9\u0cb8\u0c82\u0caa\u0cbe\u0ca6\u0c95\u0cb0\u0cbe\u0c97\u0cbf \u0cb8\u0cc7\u0cb0\u0cbf\u0ca6 \u0cac\u0cb3\u0cbf\u0c95 \u0ce7\u0cef\u0ce9\u0ce6\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf \u0c8e\u0cae\u0ccd.\u0c8f. \u0caa\u0ca6\u0cb5\u0cbf \u0caa\u0ca1\u0cc6\u0ca6\u0cb0\u0cc1. \u0cac\u0ccd\u0cb0\u0cbf\u0c9f\u0cbf\u0cb6\u0ccd \u0cb5\u0cbf\u0cb0\u0ccb\u0ca7\u0cbf \u0ca7\u0ccb\u0cb0\u0ca3\u0cc6\u0caf\u0cbf\u0c82\u0ca6\u0cbe\u0c97\u0cbf, \u0ce7\u0cef\u0ce9\u0ce6 \u0c9c\u0cc1\u0cb2\u0cc8 \u0ce8\u0cea\u0cb0\u0c82\u0ca6\u0cc1 \u0caa\u0ca4\u0ccd\u0cb0\u0cbf\u0c95\u0cc6\u0caf \u0caa\u0ccd\u0cb0\u0c95\u0c9f\u0ca3\u0cc6 \u0ca8\u0cbf\u0c82\u0ca4\u0cbf\u0ca4\u0cc1. \u0caa\u0cc1\u0cb0\u0ccb\u0cb9\u0cbf\u0ca4\u0cb0\u0cc1 \u0c85\u0c82\u0c95\u0ccb\u0cb2\u0cc6\u0c97\u0cc6 \u0ca4\u0cc6\u0cb0\u0cb3\u0cbf \u0c89\u0caa\u0ccd\u0caa\u0cbf\u0ca8 \u0cb8\u0ca4\u0ccd\u0caf\u0cbe\u0c97\u0ccd\u0cb0\u0cb9\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0ca7\u0cc1\u0cae\u0cc1\u0c95\u0cbf\u0ca6\u0cb0\u0cc1. \u0caa\u0cb0\u0cbf\u0ca3\u0cbe\u0cae\u0cb5\u0cbe\u0c97\u0cbf \u0c8f\u0cb3\u0cc1 \u0ca4\u0cbf\u0c82\u0c97\u0cb3 \u0c9c\u0cc8\u0cb2\u0cc1\u0cb5\u0cbe\u0cb8\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0c85\u0ca8\u0cc1\u0cad\u0cb5\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc1. \u0c9c\u0cc8\u0cb2\u0cbf\u0ca8\u0cbf\u0c82\u0ca6 \u0cb9\u0cca\u0cb0 \u0cac\u0c82\u0ca6 \u0cae\u0cc7\u0cb2\u0cc6 \u0caa\u0cc1\u0cb0\u0ccb\u0cb9\u0cbf\u0ca4\u0cb0\u0cc1 \u0cb8\u0c82\u0caf\u0cc1\u0c95\u0ccd\u0ca4 \u0c95\u0cb0\u0ccd\u0ca8\u0cbe\u0c9f\u0c95\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0cb8\u0cc7\u0cb5\u0cc6\u0caf\u0ca8\u0ccd\u0ca8\u0cc1 \u0c85\u0cb0\u0c82\u0cad\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc1. \u0c95\u0cb0\u0ccd\u0cae\u0cb5\u0cc0\u0cb0\u0ca6 \u0caa\u0cc1\u0ca8\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0ca6 \u0cac\u0cb3\u0cbf\u0c95 \u0cae\u0ca4\u0ccd\u0ca4\u0cc6 \u0c85\u0ca6\u0cb0 \u0cb9\u0cca\u0ca3\u0cc6\u0caf\u0ca8\u0ccd\u0ca8\u0cc2 \u0cb9\u0cca\u0ca4\u0ccd\u0ca4\u0cb0\u0cc1. \u0caa\u0cc1\u0cb0\u0ccb\u0cb9\u0cbf\u0ca4\u0cb0\u0cc1 \u0ce7\u0cef\u0cec\u0cea\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf \u0cb8\u0cc7\u0cb5\u0cc6\u0caf\u0cbf\u0c82\u0ca6 \u0ca8\u0cbf\u0cb5\u0cc3\u0ca4\u0ccd\u0ca4\u0cb0\u0cbe\u0ca6\u0cb0\u0cc1.\n\n Option A: \u0ce7\u0cef\u0cee\u0ce6\n\n Option B: \u0cb6\u0cc1\u0cad\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0\n\n Option C: \u0ce7\u0cef\u0cec\u0cea\n\n Option D: \u0ce7\u0cef\u0ce8\u0cee", "output": "\u0ce7\u0cef\u0ce8\u0cee", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Kannada. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0ca6\u0cb2\u0ccd\u0cb2\u0cbf, \u0caa\u0ccd\u0cb0\u0ca4\u0cbf \u0cb5\u0cbe\u0cb0\u0cb5\u0cc2 \u0c8e\u0cb0\u0ca1\u0cc1 \u0caa\u0ccd\u0cb0\u0cc0\u0cae\u0cbf\u0caf\u0cb0\u0ccd\u200c \u0cb2\u0cc0\u0c97\u0ccd\u200c\u200c \u0caa\u0c82\u0ca6\u0ccd\u0caf\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1 \u0cac\u0cbf\u0c9f\u0ccd\u0c9f\u0cc1 \u0c89\u0cb3\u0cbf\u0ca6\u0cc6\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0cb8\u0cc6\u0c9f\u0cbe\u0c82\u0c9f\u0cbe \u0c95\u0cc6\u0ca8\u0ca1\u0cbe \u0caa\u0ccd\u0cb0\u0cb8\u0cbe\u0cb0 \u0cae\u0cbe\u0ca1\u0cc1\u0ca4\u0ccd\u0ca4\u0ca6\u0cc6; \u0cb0\u0ccb\u0c9c/\u0c97\u0cb0\u0ccd\u0cb8\u0ccd\u200c \u0cb8\u0ccd\u0caa\u0ccb\u0cb0\u0ccd\u0c9f\u0ccd\u0cb8\u0ccd\u200c\u0ca8\u0cc6\u0c9f\u0ccd\u200c \u0cb9\u0cbe\u0c97\u0cc2 \u0ca6 \u0cb8\u0ccd\u0c95\u0ccb\u0cb0\u0ccd\u200c\u0c97\u0cb3\u0cc6\u0cb0\u0ca1\u0cc2 \u0caa\u0ccd\u0cb0\u0cb8\u0cbe\u0cb0 \u0c92\u0c82\u0ca6\u0cca\u0c82\u0ca6\u0cc1 \u0cb5\u0cbe\u0cb0\u0cbe\u0c82\u0ca4\u0ccd\u0caf\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0caa\u0ccd\u0cb0\u0cb8\u0cbe\u0cb0 \u0cae\u0cbe\u0ca1\u0cc1\u0ca4\u0ccd\u0ca4\u0cb5\u0cc6. 4 \u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd\u200c 2009\u0cb0\u0c82\u0ca6\u0cc1, \u0cb8\u0ccd\u0caa\u0ccb\u0cb0\u0ccd\u0c9f\u0ccd\u0cb8\u0ccd\u200c\u0ca8\u0cc6\u0c9f\u0ccd\u200c 2010-11 \u0c95\u0ccd\u0cb0\u0cc0\u0ca1\u0cbe\u0c8b\u0ca4\u0cc1\u0cb5\u0cbf\u0ca8\u0cbf\u0c82\u0ca6 \u0c86\u0cb0\u0c82\u0cad\u0c97\u0cca\u0c82\u0ca1\u0cc1 \u0cae\u0cc2\u0cb0\u0cc1 \u0cb5\u0cb0\u0ccd\u0cb7\u0c97\u0cb3, \u0caa\u0ccd\u0cb0\u0cc0\u0cae\u0cbf\u0caf\u0cb0\u0ccd\u200c \u0cb2\u0cc0\u0c97\u0ccd\u200c\u200c \u0caa\u0ccd\u0cb0\u0cb8\u0cbe\u0cb0\u0cb9\u0c95\u0ccd\u0c95\u0cc1\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1 \u0caa\u0ca1\u0cc6\u0ca6\u0cc1\u0c95\u0cca\u0c82\u0ca1\u0cbf\u0cb0\u0cc1\u0cb5\u0cc1\u0ca6\u0cbe\u0c97\u0cbf \u0caa\u0ccd\u0cb0\u0cb8\u0cbe\u0cb0\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf\u0caf\u0cc7 \u0c98\u0ccb\u0cb7\u0cbf\u0cb8\u0cbf\u0ca6\u0ccd\u0ca6\u0cb0\u0cc1.\n\n Option A: \u0cae\u0cb2\u0cc7\u0cb7\u0cbf\u0caf\u0cbe\n\n Option B: \u0c95\u0cc6\u0ca8\u0ca1\u0cbe\n\n Option C: \u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\n\n Option D: \u0cb5\u0cbf\u0cb6\u0ccd\u0cb5\u0cb8\u0c82\u0cb8\u0ccd\u0ca5\u0cc6\u0caf\u0ca8\u0ccd\u0ca8\u0cc1", "output": "\u0c95\u0cc6\u0ca8\u0ca1\u0cbe", "category": "Fill in The Blank 1564.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0d38\u0d4d\u0d35\u0d3e\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d4d\u0d2f\u0d2a\u0d42\u0d7c\u0d35\u0d4d\u0d35\u0d2e\u0d26\u0d3f\u0d30\u0d3e\u0d36\u0d3f \u0d38\u0d02\u0d38\u0d4d\u0d25\u0d3e\u0d28\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d2e\u0d32\u0d2c\u0d3e\u0d7c \u0d1c\u0d3f\u0d32\u0d4d\u0d32\u0d2f\u0d3f\u0d7d, \u0d2a\u0d34\u0d2f \u0d35\u0d33\u0d4d\u0d33\u0d41\u0d35\u0d28\u0d3e\u0d1f\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d24\u0d46\u0d15\u0d4d\u0d15\u0d7b \u0d2a\u0d4d\u0d30\u0d26\u0d47\u0d36\u0d19\u0d4d\u0d19\u0d33\u0d47\u0d2f\u0d41\u0d02 \u0d2a\u0d34\u0d2f \u0d28\u0d46\u0d1f\u0d41\u0d19\u0d4d\u0d19\u0d28\u0d3e\u0d1f\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d2d\u0d3e\u0d17\u0d19\u0d4d\u0d19\u0d33\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28, \u0d2a\u0d1f\u0d4d\u0d1f\u0d3e\u0d2e\u0d4d\u0d2a\u0d3f, \u0d37\u0d4a\u0d31\u0d23\u0d42\u0d7c, \u0d1a\u0d46\u0d7c\u0d2a\u0d4d\u0d2a\u0d41\u0d33\u0d36\u0d4d\u0d36\u0d47\u0d30\u0d3f \u0d2e\u0d41\u0d24\u0d32\u0d3e\u0d2f \u0d07\u0d28\u0d4d\u0d28\u0d24\u0d4d\u0d24\u0d46 \u0d2a\u0d1f\u0d4d\u0d1f\u0d23\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d2e\u0d40\u0d2a\u0d2a\u0d4d\u0d30\u0d26\u0d47\u0d36\u0d19\u0d4d\u0d19\u0d33\u0d47\u0d2f\u0d41\u0d02 \u0d09\u0d7e\u0d15\u0d4d\u0d15\u0d4a\u0d33\u0d4d\u0d33\u0d3f\u0d1a\u0d4d\u0d1a\u0d41\u0d15\u0d4a\u0d23\u0d4d\u0d1f\u0d4d \u0d35\u0d33\u0d4d\u0d33\u0d41\u0d35\u0d28\u0d3e\u0d1f\u0d4d \u0d0e\u0d28\u0d4d\u0d28 \u0d2a\u0d47\u0d30\u0d3f\u0d7d \u0d12\u0d30\u0d41 \u0d24\u0d3e\u0d32\u0d42\u0d15\u0d4d\u0d15\u0d4d \u0d28\u0d3f\u0d32\u0d35\u0d3f\u0d32\u0d41\u0d23\u0d4d\u0d1f\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d41\u0d15\u0d4a\u0d23\u0d4d\u0d1f\u0d4d \u0d08 \u0d2a\u0d4d\u0d30\u0d26\u0d47\u0d36\u0d19\u0d4d\u0d19\u0d7e \u0d2e\u0d41\u0d34\u0d41\u0d35\u0d28\u0d41\u0d2e\u0d3e\u0d2f\u0d41\u0d02 \u0d07\u0d28\u0d4d\u0d28\u0d4d \u0d35\u0d33\u0d4d\u0d33\u0d41\u0d35\u0d28\u0d3e\u0d1f\u0d4d \u0d0e\u0d28\u0d4d\u0d28 \u0d2a\u0d47\u0d30\u0d3f\u0d7d \u0d05\u0d28\u0d57\u0d26\u0d4d\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d2e\u0d3e\u0d2f\u0d3f \u0d05\u0d31\u0d3f\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28\u0d41\u0d23\u0d4d\u0d1f\u0d4d.\n\n Option A: \u0d24\u0d3f\u0d30\u0d41\u0d28\u0d3e\u0d35\u0d3e\u0d2f\u0d2f\u0d3f\u0d7d\n\n Option B: \u0d17\u0d42\u0d21\u0d32\u0d4d\u0d32\u0d42\u0d7c\n\n Option C: \u0d2a\u0d46\u0d30\u0d3f\u0d28\u0d4d\u0d24\u0d7d\u0d2e\u0d23\u0d4d\u0d23\n\n Option D: \u0d12\u0d31\u0d4d\u0d31\u0d2a\u0d4d\u0d2a\u0d3e\u0d32\u0d02", "output": "\u0d12\u0d31\u0d4d\u0d31\u0d2a\u0d4d\u0d2a\u0d3e\u0d32\u0d02", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0d35\u0d33\u0d30\u0d46 \u0d2a\u0d4d\u0d30\u0d3e\u0d1a\u0d40\u0d28\u0d15\u0d3e\u0d32\u0d24\u0d4d\u0d24\u0d41 \u0d2a\u0d30\u0d3f\u0d23\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d24\u0d41\u0d02 \u0d07\u0d28\u0d4d\u0d28\u0d41\u0d02 \u0d05\u0d35\u0d36\u0d47\u0d37\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d41\u0d2e\u0d3e\u0d2f \u0d2e\u0d3e\u0d02\u0d38\u0d33\u0d2e\u0d3e\u0d2f \u0d24\u0d41\u0d34\u0d15\u0d7e \u0d09\u0d33\u0d4d\u0d33 \u0d12\u0d30\u0d41 \u0d2e\u0d24\u0d4d\u0d38\u0d4d\u0d2f \u0d13\u0d21\u0d31\u0d3e\u0d23\u0d4d \u0d38\u0d40\u0d32\u0d15\u0d3e\u0d28\u0d4d\u0d24\u0d4d (Coelacanth, \u0d05\u0d25\u0d35\u0d3e order Coelacanthiformes). \u0d0e\u0d32\u0d4d\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d06\u0d26\u0d3f\u0d2e \u0d2e\u0d24\u0d4d\u0d38\u0d4d\u0d2f\u0d35\u0d3f\u0d2d\u0d3e\u0d17\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d12\u0d28\u0d4d\u0d28\u0d3e\u0d23\u0d3f\u0d35. 40 \u0d15\u0d4b\u0d1f\u0d3f \u0d35\u0d7c\u0d37\u0d19\u0d4d\u0d19\u0d7e\u0d15\u0d4d\u0d15\u0d4d \u0d2e\u0d41\u0d7b\u0d2a\u0d4d \u0d21\u0d3f\u0d35\u0d4b\u0d23\u0d3f\u0d2f\u0d7b \u0d15\u0d3e\u0d32\u0d18\u0d1f\u0d4d\u0d1f\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d30\u0d42\u0d2a\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f \u0d07\u0d35\u0d15\u0d4d\u0d15\u0d4d \u0d0f\u0d24\u0d3e\u0d23\u0d4d\u0d1f\u0d4d \u0d06\u0d31\u0d30\u0d15\u0d4d\u0d15\u0d4b\u0d1f\u0d3f \u0d35\u0d7c\u0d37\u0d19\u0d4d\u0d19\u0d7e\u0d15\u0d4d\u0d15\u0d4d \u0d2e\u0d41\u0d7b\u0d2a\u0d4d \u0d35\u0d02\u0d36\u0d28\u0d3e\u0d36\u0d02 \u0d38\u0d02\u0d2d\u0d35\u0d3f\u0d1a\u0d4d\u0d1a\u0d41 \u0d0e\u0d28\u0d4d\u0d28\u0d41 \u0d15\u0d30\u0d41\u0d24\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d32\u0d41\u0d02 1938-\u0d7d \u0d24\u0d41\u0d1f\u0d7c\u200c\u0d28\u0d4d\u0d28\u0d4d \u0d07\u0d28\u0d4d\u0d24\u0d4d\u0d2f\u0d7b \u0d2e\u0d39\u0d3e\u0d38\u0d2e\u0d41\u0d26\u0d4d\u0d30\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d2a\u0d32\u0d2f\u0d3f\u0d1f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d41\u0d02 \u0d07\u0d35\u0d2f\u0d46 \u0d15\u0d3e\u0d23\u0d41\u0d15\u0d2f\u0d41\u0d23\u0d4d\u0d1f\u0d3e\u0d2f\u0d3f. \u0d2a\u0d4a\u0d24\u0d41\u0d35\u0d47 \u0d15\u0d3e\u0d23\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28 \u0d0e\u0d32\u0d4d\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d2e\u0d24\u0d4d\u0d38\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d4d \u0d35\u0d4d\u0d2f\u0d24\u0d4d\u0d2f\u0d38\u0d4d\u0d24\u0d2e\u0d3e\u0d2f\u0d3f \u0d32\u0d19\u0d4d\u0d2b\u0d3f\u0d37\u0d4d, \u0d09\u0d2d\u0d2f\u0d1c\u0d40\u0d35\u0d3f\u0d15\u0d7e, \u0d38\u0d38\u0d4d\u0d24\u0d28\u0d3f\u0d15\u0d7e, \u0d2a\u0d15\u0d4d\u0d37\u0d3f\u0d15\u0d7e \u0d07\u0d35\u0d2f\u0d4a\u0d15\u0d4d\u0d15\u0d46 \u0d09\u0d7e\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28 \u0d2e\u0d3e\u0d02\u0d38\u0d33\u0d2e\u0d3e\u0d2f \u0d24\u0d41\u0d34\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d2e\u0d24\u0d4d\u0d38\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 (lobe-finned fish, Sarcopterygii) \u0d2a\u0d30\u0d3f\u0d23\u0d3e\u0d2e \u0d2a\u0d30\u0d2e\u0d4d\u0d2a\u0d30\u0d2f\u0d3f\u0d7d \u0d06\u0d23\u0d4d \u0d38\u0d40\u0d32\u0d15\u0d3e\u0d28\u0d4d\u0d24\u0d41\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d4d\u0d25\u0d3e\u0d28\u0d02.\n\n Option A: \u0d15\u0d46\u0d28\u0d3f\u0d2f\n\n Option B: \u0d26\u0d15\u0d4d\u0d37\u0d3f\u0d23\u0d3e\u0d2b\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d2f\u0d3f\u0d32\u0d46\n\n Option C: \u0d07\u0d28\u0d4d\u0d24\u0d4b\u0d28\u0d47\u0d37\u0d4d\u0d2f\u0d2f\u0d3f\u0d32\u0d46\n\n Option D: \u0d26\u0d15\u0d4d\u0d37\u0d3f\u0d23\u0d3e\u0d2b\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d2f\u0d3f\u0d32\u0d41\u0d02", "output": "\u0d26\u0d15\u0d4d\u0d37\u0d3f\u0d23\u0d3e\u0d2b\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d2f\u0d3f\u0d32\u0d41\u0d02", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: 1939 \u0d1c\u0d42\u0d32\u0d48 1 \u0d28\u0d4d \u0d2a\u0d3e\u0d7c\u0d15\u0d4d\u0d15\u0d4d \u0d31\u0d3f\u0d21\u0d4d\u0d1c\u0d3f\u0d7d \u0d15\u0d30\u0d7a \u0d2c\u0d4d\u0d32\u0d3e\u0d1e\u0d4d\u0d1a\u0d46 \u0d38\u0d40\u0d17\u0d4d\u0d32\u0d7c \u0d0e\u0d28\u0d4d\u0d28 \u0d2a\u0d47\u0d30\u0d3f\u0d7d \u0d28\u0d3f\u0d30\u0d35\u0d27\u0d3f \u0d2a\u0d41\u0d30\u0d38\u0d4d\u0d15\u0d3e\u0d30\u0d19\u0d4d\u0d19\u0d7e \u0d28\u0d47\u0d1f\u0d3f\u0d2f \u0d15\u0d41\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d28\u0d4b\u0d35\u0d32\u0d41\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d30\u0d1a\u0d2f\u0d3f\u0d24\u0d3e\u0d35\u0d4d \u0d0e\u0d7d\u0d38\u0d3f \u0d2e\u0d47\u0d30\u0d3f\u0d2f\u0d41\u0d1f\u0d46\u0d2f\u0d41\u0d02 (\u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d, \u0d31\u0d40\u0d2b\u0d4d) \u0d0e\u0d1e\u0d4d\u0d1a\u0d3f\u0d28\u0d40\u0d2f\u0d31\u0d41\u0d02 \u0d2c\u0d3f\u0d38\u0d3f\u0d28\u0d38\u0d41\u0d15\u0d3e\u0d30\u0d28\u0d41\u0d2e\u0d3e\u0d2f \u0d28\u0d4b\u0d7c\u0d2e\u0d7b \u0d06\u0d7c\u0d24\u0d7c \u0d38\u0d40\u0d17\u0d4d\u0d32\u0d31\u0d41\u0d1f\u0d47\u0d2f\u0d41\u0d02 \u0d2a\u0d41\u0d24\u0d4d\u0d30\u0d3f\u0d2f\u0d3e\u0d2f\u0d3f \u0d1c\u0d28\u0d3f\u0d1a\u0d4d\u0d1a\u0d41.. \u0d05\u0d35\u0d33\u0d41\u0d1f\u0d46 \u0d2a\u0d3f\u0d24\u0d43 \u0d2a\u0d3f\u0d24\u0d3e\u0d2e\u0d39\u0d7b \u0d12\u0d30\u0d41 \u0d15\u0d4d\u0d32\u0d3e\u0d38\u0d3f\u0d15\u0d4d\u0d15\u0d7d \u0d38\u0d02\u0d17\u0d40\u0d24\u0d1c\u0d4d\u0d1e\u0d28\u0d41\u0d02 \u0d1a\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d17\u0d4b \u0d38\u0d3f\u0d02\u0d2b\u0d23\u0d3f \u0d13\u0d7c\u0d15\u0d4d\u0d15\u0d38\u0d4d\u0d1f\u0d4d\u0d30\u0d2f\u0d41\u0d1f\u0d46 \u0d06\u0d26\u0d4d\u0d2f\u0d24\u0d4d\u0d24\u0d46 \u0d35\u0d2f\u0d32\u0d3f\u0d28\u0d3f\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d41\u0d2e\u0d3e\u0d2f \u0d06\u0d7c\u0d24\u0d7c \u0d1a\u0d3e\u0d7e\u0d38\u0d4d \u0d38\u0d40\u0d17\u0d4d\u0d32\u0d31\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d12\u0d30\u0d41 \u0d38\u0d39\u0d4b\u0d26\u0d30\u0d28\u0d41\u0d02 \u0d38\u0d39\u0d4b\u0d26\u0d30\u0d3f\u0d2f\u0d41\u0d2e\u0d3e\u0d23\u0d4d \u0d05\u0d35\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d33\u0d4d\u0d33\u0d24\u0d4d. \u0d28\u0d1f\u0d3f\u0d2f\u0d3e\u0d2f \u0d17\u0d46\u0d2f\u0d3f\u0d7d \u0d2c\u0d4d\u0d30\u0d4c\u0d7a \u0d05\u0d35\u0d30\u0d41\u0d1f\u0d46 \u0d38\u0d39\u0d4b\u0d26\u0d30\u0d3f\u0d2f\u0d3e\u0d23\u0d4d. \u0d1c\u0d7c\u0d2e\u0d4d\u0d2e\u0d7b, \u0d1a\u0d46\u0d15\u0d4d\u0d15\u0d4d, \u0d28\u0d4b\u0d7c\u0d35\u0d40\u0d1c\u0d3f\u0d2f\u0d7b \u0d35\u0d02\u0d36\u0d1c\u0d2f\u0d3e\u0d23\u0d4d \u0d15\u0d3e\u0d30\u0d46\u0d7b \u0d2c\u0d4d\u0d32\u0d3e\u0d15\u0d4d\u0d15\u0d4d. \u0d2c\u0d4d\u0d32\u0d3e\u0d15\u0d4d\u0d15\u0d4d \u0d2b\u0d4b\u0d31\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d3f\u0d28\u0d41\u0d02 \u0d38\u0d4d\u0d35\u0d3e\u0d2c\u0d3f\u0d2f\u0d7b \u0d1c\u0d42\u0d31\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d3f\u0d1f\u0d2f\u0d3f\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d28\u0d4d\u0d2f\u0d42\u0d15\u0d3f\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d (\u0d31\u0d4b\u0d1f\u0d4d\u0d1f\u0d4d\u200c\u0d35\u0d40\u0d7d) \u0d2a\u0d4d\u0d30\u0d26\u0d47\u0d36\u0d24\u0d4d\u0d24\u0d46 \u0d24\u0d46\u0d15\u0d4d\u0d15\u0d7b \u0d1c\u0d7c\u0d2e\u0d4d\u0d2e\u0d28\u0d3f\u0d2f\u0d3f\u0d7d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d3e\u0d23\u0d4d \u0d38\u0d40\u0d17\u0d4d\u0d32\u0d47\u0d34\u0d4d\u0d38\u0d4d \u0d15\u0d41\u0d1f\u0d41\u0d02\u0d2c\u0d02 \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d2f\u0d3f\u0d32\u0d46\u0d24\u0d4d\u0d24\u0d3f\u0d1a\u0d4d\u0d1a\u0d47\u0d7c\u0d28\u0d4d\u0d28\u0d24\u0d4d.\n\n Option A: \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d7b\n\n Option B: \u0d07\u0d32\u0d4d\u0d32\u0d3f\u0d28\u0d4b\u0d2f\u0d3f\u0d2f\u0d3f\u0d32\u0d46\n\n Option C: \u0d15\u0d3e\u0d32\u0d3f\u0d2b\u0d4b\u0d7c\u0d23\u0d3f\u0d2f\u0d2f\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d\n\n Option D: \u0d15\u0d3e\u0d32\u0d3f\u0d2b\u0d4b\u0d7c\u0d23\u0d3f\u0d2f\u0d2f\u0d3f\u0d32\u0d46", "output": "\u0d07\u0d32\u0d4d\u0d32\u0d3f\u0d28\u0d4b\u0d2f\u0d3f\u0d2f\u0d3f\u0d32\u0d46", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: 2002 - \u0d28\u0d4d\u0d31\u0d46 \u0d06\u0d26\u0d4d\u0d2f\u0d2a\u0d3e\u0d26\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d24\u0d3f\u0d30\u0d15\u0d4d\u0d15\u0d25\u0d3e \u0d30\u0d1a\u0d28 \u0d2a\u0d42\u0d7c\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d3f\u0d2f \u0d15\u0d2e\u0d7d \u0d39\u0d3e\u0d38\u0d7b, \u0d05\u0d24\u0d3f\u0d28\u0d46 \u0d24\u0d41\u0d1f\u0d7c\u0d28\u0d4d\u0d28\u0d4d \u0d2e\u0d32\u0d2f\u0d3e\u0d33 \u0d1a\u0d32\u0d1a\u0d4d\u0d1a\u0d3f\u0d24\u0d4d\u0d30 \u0d38\u0d02\u0d35\u0d3f\u0d27\u0d3e\u0d2f\u0d15\u0d28\u0d3e\u0d2f \u0d08 \u0d1a\u0d32\u0d1a\u0d4d\u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d02 \u0d38\u0d02\u0d35\u0d3f\u0d27\u0d3e\u0d28\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3f\u0d28\u0d41 \u0d35\u0d47\u0d23\u0d4d\u0d1f\u0d3f \u0d38\u0d2e\u0d40\u0d2a\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. 1990 - \u0d15\u0d7e \u0d2e\u0d41\u0d24\u0d7d \u0d2a\u0d4d\u0d30\u0d3f\u0d2f\u0d26\u0d7c\u0d36\u0d28\u0d41\u0d02 \u0d15\u0d2e\u0d7d \u0d39\u0d3e\u0d38\u0d28\u0d41\u0d02 \u0d05\u0d1f\u0d41\u0d2a\u0d4d\u0d2a\u0d02 \u0d2a\u0d41\u0d32\u0d7c\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d24\u0d3f\u0d30\u0d15\u0d4d\u0d15\u0d25 \u0d35\u0d3e\u0d2f\u0d3f\u0d1a\u0d4d\u0d1a \u0d36\u0d47\u0d37\u0d02 \u0d2d\u0d3e\u0d35\u0d24\u0d40\u0d35\u0d4d\u0d30\u0d2e\u0d3e\u0d2f \u0d12\u0d30\u0d41 \u0d2a\u0d4d\u0d30\u0d23\u0d2f \u0d15\u0d25\u0d2f\u0d3e\u0d23\u0d4d \u0d07\u0d24\u0d4d \u0d0e\u0d28\u0d4d\u0d28\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41 \u0d2a\u0d4d\u0d30\u0d3f\u0d2f\u0d26\u0d7c\u0d36\u0d7b \u0d05\u0d2d\u0d3f\u0d2a\u0d4d\u0d30\u0d3e\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d24\u0d4d. \u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d2a\u0d47\u0d30\u0d3e\u0d2f \u0d05\u0d7b\u0d2a\u0d47 \u0d36\u0d3f\u0d35\u0d02 \u0d0e\u0d28\u0d4d\u0d28\u0d24\u0d4d, \u0d36\u0d48\u0d35\u0d2e\u0d24\u0d02 \u0d35\u0d30\u0d4d\u0d2f\u0d28\u0d3e\u0d2f \u0d24\u0d3f\u0d30\u0d41\u0d2e\u0d42\u0d32\u0d31\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d24\u0d3f\u0d30\u0d41\u0d2e\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d02 \u0d0e\u0d28\u0d4d\u0d28 \u0d15\u0d35\u0d3f\u0d24\u0d2f\u0d3f\u0d7d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d41\u0d2e\u0d3e\u0d23\u0d4d \u0d38\u0d4d\u0d35\u0d40\u0d15\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d.\n\n Option A: \u0d2a\u0d4d\u0d30\u0d3f\u0d2f\u0d26\u0d7c\u0d36\u0d28\u0d46\n\n Option B: \u0d38\u0d40\u0d2e\n\n Option C: \u0d2a\u0d4d\u0d30\u0d3f\u0d2f\u0d26\u0d7c\u0d36\u0d28\u0d41\u0d02\n\n Option D: \u0d28\u0d3e\u0d38\u0d7c", "output": "\u0d2a\u0d4d\u0d30\u0d3f\u0d2f\u0d26\u0d7c\u0d36\u0d28\u0d46", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: 2017 \u0d7d \u0d39\u0d3f\u0d1c\u0d3e\u0d2c\u0d4d \u0d27\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d24\u0d46 \u0d1c\u0d3f\u0d2c\u0d4d\u0d30\u0d3e\u0d7e\u0d1f\u0d4d\u0d1f\u0d7c \u0d1a\u0d46\u0d38\u0d4d \u0d2b\u0d46\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d3f\u0d35\u0d32\u0d3f\u0d7d \u0d15\u0d33\u0d3f\u0d1a\u0d4d\u0d1a\u0d24\u0d3f\u0d28\u0d4d \u0d36\u0d47\u0d37\u0d02 (\u0d05\u0d35\u0d7e \u0d07\u0d24\u0d3f\u0d28\u0d15\u0d02 \u0d24\u0d3e\u0d7d\u0d15\u0d4d\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d24\u0d3e\u0d2e\u0d38\u0d15\u0d4d\u0d15\u0d3e\u0d30\u0d3f\u0d2f\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d2a\u0d4d\u0d2a\u0d4b\u0d7e) \u0d07\u0d31\u0d3e\u0d7b \u0d26\u0d47\u0d36\u0d40\u0d2f \u0d1f\u0d40\u0d2e\u0d3f\u0d28\u0d3e\u0d2f\u0d3f \u0d15\u0d33\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3f\u0d28\u0d4b \"\u0d26\u0d47\u0d36\u0d40\u0d2f \u0d24\u0d3e\u0d7d\u0d2a\u0d4d\u0d2a\u0d30\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d7e\u0d15\u0d4d\u0d15\u0d4d \u0d39\u0d3e\u0d28\u0d3f\u0d15\u0d30\u0d2e\u0d3e\u0d2f\u0d3f\" \u0d07\u0d31\u0d3e\u0d28\u0d3f\u0d32\u0d46 \u0d0f\u0d24\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d32\u0d41\u0d02 \u0d1f\u0d42\u0d7c\u0d23\u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d41\u0d15\u0d33\u0d3f\u0d7d \u0d2a\u0d19\u0d4d\u0d15\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3f\u0d28\u0d4b 2017 \u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f\u0d2f\u0d3f\u0d7d \u0d07\u0d31\u0d3e\u0d28\u0d3f\u0d2f\u0d7b \u0d1a\u0d46\u0d38\u0d4d \u0d2b\u0d46\u0d21\u0d31\u0d47\u0d37\u0d7b \u0d05\u0d35\u0d7c\u0d15\u0d4d\u0d15\u0d4d \u0d35\u0d3f\u0d32\u0d15\u0d4d\u0d15\u0d47\u0d7c\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d07\u0d24\u0d47 \u0d1f\u0d42\u0d7c\u0d23\u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d06\u0d26\u0d4d\u0d2f \u0d31\u0d4c\u0d23\u0d4d\u0d1f\u0d3f\u0d7d \u0d07\u0d38\u0d4d\u0d30\u0d3e\u0d2f\u0d47\u0d32\u0d3f \u0d17\u0d4d\u0d30\u0d3e\u0d7b\u0d21\u0d4d \u0d2e\u0d3e\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d7c \u0d05\u0d32\u0d15\u0d4d\u0d38\u0d3e\u0d23\u0d4d\u0d1f\u0d7c \u0d39\u0d38\u0d4d\u0d2e\u0d3e\u0d28\u0d41\u0d2e\u0d3e\u0d2f\u0d3f \u0d15\u0d33\u0d3f\u0d1a\u0d4d\u0d1a\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46\u0d2a\u0d47\u0d30\u0d3f\u0d7d \u0d12\u0d30\u0d41 \u0d2b\u0d3f\u0d21\u0d46 \u0d2e\u0d3e\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d31\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28 \u0d05\u0d35\u0d30\u0d41\u0d1f\u0d46 15 \u0d35\u0d2f\u0d38\u0d41\u0d33\u0d4d\u0d33 \u0d38\u0d39\u0d4b\u0d26\u0d30\u0d7b \u0d2c\u0d4b\u0d7c\u0d23\u0d2f\u0d41\u0d02 \u0d35\u0d3f\u0d32\u0d15\u0d4d\u0d15\u0d41 \u0d28\u0d47\u0d30\u0d3f\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d21\u0d46\u0d31\u0d3e\u0d16\u0d4d\u0d37\u0d3e\u0d28\u0d3f \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d41\u0d24\u0d28\u0d4d\u0d28\u0d46 \u0d28\u0d3f\u0d30\u0d35\u0d27\u0d3f \u0d1f\u0d42\u0d7c\u0d23\u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d41\u0d15\u0d33\u0d3f\u0d7d \u0d39\u0d3f\u0d1c\u0d3e\u0d2c\u0d4d \u0d07\u0d32\u0d4d\u0d32\u0d3e\u0d24\u0d46 \u0d15\u0d33\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41.\n\n Option A: \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\n\n Option B: \u0d1c\u0d7c\u0d2e\u0d4d\u0d2e\u0d28\u0d3f\n\n Option C: \u0d2b\u0d3f\u0d21\u0d46\n\n Option D: \u0d38\u0d4d\u0d2a\u0d46\u0d2f\u0d3f\u0d28\u0d3f\u0d7d", "output": "\u0d38\u0d4d\u0d2a\u0d46\u0d2f\u0d3f\u0d28\u0d3f\u0d7d", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0d07\u0d28\u0d4d\u0d24\u0d4d\u0d2f\u0d2f\u0d41\u0d1f\u0d46 \u0d38\u0d4d\u0d35\u0d3e\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d4d\u0d2f\u0d32\u0d2c\u0d4d\u0d26\u0d3f\u0d15\u0d4d\u0d15\u0d4d \u0d36\u0d47\u0d37\u0d02 1947 \u0d28\u0d35\u0d02\u0d2c\u0d7c 29-\u0d28\u0d4d \u0d15\u0d46.\u0d38\u0d3f. \u0d2e\u0d3e\u0d2e\u0d4d\u0d2e\u0d7b \u0d2e\u0d3e\u0d2a\u0d4d\u0d2a\u0d3f\u0d33 \u0d24\u0d28\u0d4d\u0d28\u0d46 \u0d2a\u0d24\u0d4d\u0d30\u0d3e\u0d27\u0d3f\u0d2a\u0d30\u0d3e\u0d2f\u0d3f \u0d2e\u0d28\u0d4b\u0d30\u0d2e\u0d2f\u0d41\u0d1f\u0d46 \u0d2a\u0d4d\u0d30\u0d38\u0d3f\u0d26\u0d4d\u0d27\u0d40\u0d15\u0d30\u0d23\u0d02 \u0d2a\u0d41\u0d28\u0d30\u0d3e\u0d30\u0d02\u0d2d\u0d3f\u0d1a\u0d4d\u0d1a\u0d41. 1954 \u0d2e\u0d41\u0d24\u0d7d 1973 \u0d35\u0d30\u0d46 \u0d15\u0d46.\u0d0e\u0d02. \u0d1a\u0d46\u0d31\u0d3f\u0d2f\u0d3e\u0d28\u0d41\u0d02 1973 \u0d2e\u0d41\u0d24\u0d7d 2010 \u0d35\u0d30\u0d46 \u0d15\u0d46.\u0d0e\u0d02. \u0d2e\u0d3e\u0d24\u0d4d\u0d2f\u0d41\u0d35\u0d41\u0d02 \u0d2e\u0d41\u0d16\u0d4d\u0d2f \u0d2a\u0d24\u0d4d\u0d30\u0d3e\u0d27\u0d3f\u0d2a\u0d30\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. 1966-\u0d7d \u0d15\u0d4b\u0d34\u0d3f\u0d15\u0d4d\u0d15\u0d4b\u0d1f\u0d4d\u200c \u0d06\u0d38\u0d4d\u0d25\u0d3e\u0d28\u0d2e\u0d3e\u0d15\u0d4d\u0d15\u0d3f \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d \u0d2a\u0d41\u0d31\u0d24\u0d4d\u0d24\u0d3f\u0d31\u0d19\u0d4d\u0d19\u0d3f\u0d2f\u0d24\u0d4b\u0d1f\u0d46\u0d2f\u0d3e\u0d23\u0d4d\u200c \u0d2a\u0d24\u0d4d\u0d30\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d35\u0d33\u0d7c\u0d1a\u0d4d\u0d1a \u0d26\u0d4d\u0d30\u0d41\u0d24\u0d17\u0d24\u0d3f\u0d2f\u0d3f\u0d32\u0d3e\u0d2f\u0d3f. 1980-\u0d15\u0d33\u0d3f\u0d7d \u0d2a\u0d4d\u0d30\u0d1a\u0d3e\u0d30\u0d02 \u0d05\u0d1f\u0d3f\u0d15\u0d4d\u0d15\u0d1f\u0d3f \u0d09\u0d2f\u0d7c\u0d28\u0d4d\u0d28\u0d41. 1997 \u0d28\u0d35\u0d02\u0d2c\u0d31\u0d3f\u0d7d \u0d2a\u0d24\u0d4d\u0d30\u0d02 \u0d2a\u0d42\u0d7c\u0d23\u0d4d\u0d23\u0d2e\u0d3e\u0d2f\u0d41\u0d02 \u0d15\u0d2e\u0d4d\u0d2a\u0d4d\u0d2f\u0d42\u0d1f\u0d4d\u0d1f\u0d7c\u0d35\u0d24\u0d4d\u0d15\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d41. \u0d15\u0d47\u0d30\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d41\u0d02 \u0d2a\u0d41\u0d31\u0d24\u0d4d\u0d24\u0d41\u0d2e\u0d3e\u0d2f\u0d3f 17 \u0d15\u0d47\u0d28\u0d4d\u0d26\u0d4d\u0d30\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d41\u0d02 \u0d07\u0d2a\u0d4d\u0d2a\u0d4b\u0d7e \u0d2e\u0d28\u0d4b\u0d30\u0d2e \u0d2a\u0d4d\u0d30\u0d38\u0d3f\u0d26\u0d4d\u0d27\u0d40\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28\u0d41\u0d23\u0d4d\u0d1f\u0d4d\u200c. \u0d2e\u0d3e\u0d2e\u0d4d\u0d2e\u0d7b \u0d2e\u0d3e\u0d24\u0d4d\u0d2f\u0d41\u0d35\u0d3e\u0d23\u0d4d \u0d07\u0d2a\u0d4d\u0d2a\u0d4b\u0d34\u0d24\u0d4d\u0d24\u0d46 \u0d2e\u0d41\u0d16\u0d4d\u0d2f\u0d2a\u0d24\u0d4d\u0d30\u0d3e\u0d27\u0d3f\u0d2a\u0d7c.\n\n Option A: \u0d2e\u0d32\u0d2c\u0d3e\u0d7c\n\n Option B: \u0d24\u0d43\u0d36\u0d42\u0d7c\n\n Option C: \u0d35\u0d40\u0d1f\u0d4d\n\n Option D: \u0d15\u0d41\u0d28\u0d4d\u0d28\u0d02\u0d15\u0d41\u0d33\u0d24\u0d4d\u0d24\u0d41", "output": "\u0d2e\u0d32\u0d2c\u0d3e\u0d7c", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0d2a\u0d4d\u0d30\u0d40-\u0d2f\u0d42\u0d23\u0d3f\u0d35\u0d47\u0d34\u0d4d\u0d38\u0d3f\u0d31\u0d4d\u0d31\u0d3f\u0d15\u0d4d\u0d15\u0d41 \u0d36\u0d47\u0d37\u0d02 \u0d30\u0d23\u0d4d\u0d1f\u0d41 \u0d35\u0d7c\u0d37\u0d02 \u0d1f\u0d3e\u0d17\u0d4b\u0d7c \u0d15\u0d32\u0d3e\u0d38\u0d2e\u0d3f\u0d24\u0d3f\u0d2f\u0d3f\u0d7d \u0d28\u0d1f\u0d28\u0d3e\u0d2f\u0d3f. , \u0d15\u0d42\u0d7c\u0d17\u0d4d, \u0d2e\u0d7c\u0d15\u0d4d\u0d15\u0d3e\u0d31\u0d3e \u0d24\u0d41\u0d1f\u0d19\u0d4d\u0d19\u0d3f \u0d15\u0d47\u0d30\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d41 \u0d2a\u0d41\u0d31\u0d24\u0d4d\u0d24\u0d41\u0d02 \u0d28\u0d3e\u0d1f\u0d15\u0d02 \u0d05\u0d35\u0d24\u0d30\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d1a\u0d4d\u0d1a\u0d41. \u0d15\u0d28\u0d4d\u0d28\u0d21\u0d2f\u0d3f\u0d7d \u0d13\u0d30\u0d41\u0d15\u0d46 \u0d2e\u0d39\u0d3e\u0d38\u0d2d\u0d4d\u0d2f \u0d0e\u0d28\u0d4d\u0d28 \u0d1a\u0d32\u0d1a\u0d4d\u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d41. \u0d2a\u0d3f\u0d28\u0d4d\u0d28\u0d40\u0d1f\u0d4d \u0d1a\u0d57\u0d15\u0d4d\u0d15\u0d1f \u0d26\u0d4d\u0d35\u0d40\u0d2a\u0d4d \u0d0e\u0d28\u0d4d\u0d28 \u0d15\u0d28\u0d4d\u0d28\u0d21 \u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d28\u0d3e\u0d2f\u0d15\u0d28\u0d3e\u0d2f\u0d3f \u0d05\u0d2d\u0d3f\u0d28\u0d2f\u0d3f\u0d1a\u0d4d\u0d1a\u0d41. 1968-\u0d7d \u0d2a\u0d41\u0d31\u0d24\u0d4d\u0d24\u0d41\u0d35\u0d28\u0d4d\u0d28 \u0d15\u0d3e\u0d2f\u0d7d\u0d15\u0d4d\u0d15\u0d30\u0d2f\u0d3f\u0d7d \u0d06\u0d23\u0d4d \u0d30\u0d3e\u0d18\u0d35\u0d28\u0d4d\u0d31\u0d46 \u0d06\u0d26\u0d4d\u0d2f \u0d2e\u0d32\u0d2f\u0d3e\u0d33 \u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d02. \u0d05\u0d24\u0d3f\u0d28\u0d41\u0d36\u0d47\u0d37\u0d02 \u0d05\u0d2d\u0d2f\u0d02, \u0d1a\u0d46\u0d2e\u0d4d\u0d2a\u0d30\u0d24\u0d4d\u0d24\u0d3f \u0d0e\u0d28\u0d4d\u0d28\u0d40 \u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d15\u0d42\u0d1f\u0d3f \u0d05\u0d2d\u0d3f\u0d28\u0d2f\u0d3f\u0d1a\u0d4d\u0d1a\u0d41. \u0d28\u0d42\u0d31\u0d4b\u0d33\u0d02 \u0d1a\u0d3f\u0d24\u0d4d\u0d30\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d07\u0d24\u0d3f\u0d28\u0d4b\u0d1f\u0d15\u0d02 \u0d05\u0d26\u0d4d\u0d26\u0d47\u0d39\u0d02 \u0d05\u0d2d\u0d3f\u0d28\u0d2f\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d23\u0d4d\u0d1f\u0d4d.\n\n Option A: \u0d24\u0d33\u0d3f\u0d2a\u0d4d\u0d2a\u0d31\u0d2e\u0d4d\u0d2a\u0d4d\n\n Option B: \u0d2e\u0d02\u0d17\u0d32\u0d3e\u0d2a\u0d41\u0d30\u0d02\n\n Option C: \u0d15\u0d42\u0d7c\u0d17\u0d4d\n\n Option D: \u0d15\u0d4b\u0d34\u0d3f\u0d15\u0d4d\u0d15\u0d4b\u0d1f\u0d4d", "output": "\u0d2e\u0d02\u0d17\u0d32\u0d3e\u0d2a\u0d41\u0d30\u0d02", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0d07\u0d17\u0d4d\u0d32\u0d40\u0d38\u0d3f\u0d2f \u0d35\u0d3f\u0d36\u0d4d\u0d35\u0d3e\u0d38\u0d3f\u0d15\u0d33\u0d3f\u0d7d \u0d2d\u0d42\u0d30\u0d3f\u0d2a\u0d15\u0d4d\u0d37\u0d35\u0d41\u0d02 \u0d2b\u0d3f\u0d32\u0d3f\u0d2a\u0d4d\u0d2a\u0d40\u0d7b\u0d38\u0d41\u0d15\u0d3e\u0d30\u0d3e\u0d2f \u0d2e\u0d41\u0d7b\u0d15\u0d24\u0d4d\u0d24\u0d4b\u0d32\u0d3f\u0d15\u0d4d\u0d15\u0d7c \u0d06\u0d23\u0d4d. \u0d07\u0d17\u0d4d\u0d32\u0d40\u0d38\u0d3f\u0d2f \u0d35\u0d3f\u0d36\u0d4d\u0d35\u0d3e\u0d38\u0d3f\u0d15\u0d33\u0d3f\u0d7d \u0d0f\u0d31\u0d46\u0d2a\u0d4d\u0d2a\u0d47\u0d30\u0d41\u0d02 \u0d35\u0d3f\u0d36\u0d4d\u0d35\u0d3e\u0d38\u0d3f\u0d15\u0d33\u0d41\u0d2e\u0d3e\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d35\u0d3f\u0d35\u0d3e\u0d39\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d41 \u0d2e\u0d41\u0d7b\u0d2a\u0d4d \u0d2a\u0d30\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d3f\u0d24\u0d30\u0d3e\u0d2f\u0d35\u0d30\u0d3e\u0d23\u0d4d. \u0d2b\u0d3f\u0d32\u0d3f\u0d2a\u0d4d\u0d2a\u0d40\u0d7b\u0d38\u0d3f\u0d7d \u0d38\u0d47\u0d35\u0d28\u0d2e\u0d28\u0d41\u0d37\u0d4d\u0d1f\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3f\u0d28\u0d3f\u0d1f\u0d46 \u0d2a\u0d30\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d3f\u0d24\u0d30\u0d3e\u0d2f \u0d1a\u0d3f\u0d32 \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d7b \u0d38\u0d48\u0d28\u0d3f\u0d15\u0d30\u0d41\u0d02, \u0d2b\u0d3f\u0d32\u0d3f\u0d2a\u0d4d\u0d2a\u0d40\u0d7b\u0d38\u0d41\u0d15\u0d3e\u0d30\u0d32\u0d4d\u0d32\u0d3e\u0d24\u0d4d\u0d24 \u0d07\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d05\u0d28\u0d41\u0d2f\u0d3e\u0d2f\u0d3f\u0d15\u0d33\u0d3f\u0d7d \u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d38\u0d2d\u0d3e\u0d02\u0d17\u0d24\u0d4d\u0d35\u0d02 \u0d32\u0d2d\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d \u0d2a\u0d4d\u0d30\u0d3e\u0d2f\u0d2a\u0d42\u0d7c\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d3f\u0d32\u0d46 '\u0d2e\u0d41\u0d19\u0d4d\u0d19\u0d7d\u0d38\u0d4d\u0d28\u0d3e\u0d28\u0d02' (immersion baptism) \u0d35\u0d34\u0d3f\u0d2f\u0d3e\u0d23\u0d4d. \u0d36\u0d3f\u0d36\u0d41\u0d38\u0d4d\u0d28\u0d3e\u0d28\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d07\u0d17\u0d4d\u0d32\u0d40\u0d38\u0d3f\u0d2f \u0d35\u0d3f\u0d36\u0d4d\u0d35\u0d38\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d3f\u0d32\u0d4d\u0d32.\n\n Option A: \u0d2b\u0d3f\u0d32\u0d3f\u0d2a\u0d4d\u0d2a\u0d40\u0d7b\u0d38\u0d3f\u0d7d\n\n Option B: \u0d2e\u0d3e\u0d21\u0d4d\u0d30\u0d3f\u0d21\u0d4d\n\n Option C: \u0d2b\u0d3f\u0d32\u0d3f\u0d2a\u0d4d\u0d2a\u0d40\u0d7b\u0d38\u0d41\u0d15\u0d3e\u0d30\u0d32\u0d4d\u0d32\u0d3e\u0d24\u0d4d\u0d24\n\n Option D: \u0d2b\u0d3f\u0d32\u0d3f\u0d2a\u0d4d\u0d2a\u0d40\u0d7b\u0d38\u0d3f\u0d32\u0d46", "output": "\u0d2b\u0d3f\u0d32\u0d3f\u0d2a\u0d4d\u0d2a\u0d40\u0d7b\u0d38\u0d41\u0d15\u0d3e\u0d30\u0d32\u0d4d\u0d32\u0d3e\u0d24\u0d4d\u0d24", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0d38\u0d3f. \u0d0e\u0d1a\u0d4d\u0d1a\u0d4d. \u0d39\u0d48\u0d2c\u0d4d\u0d30\u0d3f\u0d21\u0d38\u0d4d \u0d0e\u0d28\u0d4d\u0d28\u0d2f\u0d3f\u0d28\u0d02 \u0d2f\u0d42\u0d31\u0d4b\u0d2a\u0d4d\u0d2a\u0d3f\u0d32\u0d47\u0d2f\u0d41\u0d02 \u0d09\u0d37\u0d4d\u0d23 \u0d2a\u0d4d\u0d30\u0d26\u0d47\u0d36\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d15\u0d3e\u0d23\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d1a\u0d46\u0d31\u0d3f\u0d2f \u0d15\u0d4a\u0d15\u0d4d\u0d15\u0d41\u0d33\u0d4d\u0d33\u0d24\u0d41\u0d02 \u0d07\u0d30\u0d41\u0d23\u0d4d\u0d1f\u0d24\u0d41\u0d2e\u0d3e\u0d2f \u0d38\u0d3f. \u0d0e\u0d1a\u0d4d\u0d1a\u0d4d. \u0d21\u0d46\u0d32\u0d32\u0d28\u0d4d\u0d31\u0d48 \u0d0e\u0d28\u0d4d\u0d28\u0d2f\u0d3f\u0d28\u0d24\u0d4d\u0d24\u0d46 \u0d06\u0d2b\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d2f\u0d41\u0d1f\u0d46 \u0d24\u0d46\u0d15\u0d4d\u0d15\u0d4d, \u0d15\u0d3f\u0d34\u0d15\u0d4d\u0d15\u0d4d \u0d2d\u0d3e\u0d17\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d41\u0d02 \u0d24\u0d3e\u0d30\u0d24\u0d2e\u0d4d\u0d2f\u0d47\u0d28 \u0d35\u0d46\u0d33\u0d41\u0d24\u0d4d\u0d24 \u0d28\u0d3f\u0d31\u0d2e\u0d41\u0d33\u0d4d\u0d33 \u0d38\u0d3f. \u0d0e\u0d1a\u0d4d\u0d1a\u0d4d. \u0d1c\u0d3e\u0d35\u0d38\u0d3f\u0d15\u0d4d\u0d15\u0d38\u0d4d \u0d0e\u0d28\u0d4d\u0d28\u0d2f\u0d3f\u0d28\u0d24\u0d4d\u0d24\u0d46 \u0d1c\u0d3e\u0d35 \u0d2e\u0d41\u0d24\u0d7d \u0d13\u0d38\u0d4d\u0d1f\u0d4d\u0d30\u0d47\u0d32\u0d3f\u0d2f \u0d35\u0d30\u0d46\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d2a\u0d4d\u0d30\u0d26\u0d47\u0d36\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d41\u0d02 \u0d15\u0d3e\u0d23\u0d3e\u0d02.\n\n Option A: \u0d2e\u0d23\u0d15\u0d4d\u0d15\u0d3e\u0d32\n\n Option B: \u0d06\u0d2b\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d2f\u0d41\u0d1f\u0d46\n\n Option C: \u0d0f\u0d37\u0d4d\u0d2f\u0d2f\u0d3f\u0d32\u0d46\u0d2f\u0d41\u0d02\n\n Option D: \u0d2f\u0d42\u0d31\u0d4b\u0d2a\u0d4d\u0d2a\u0d3f\u0d32\u0d47\u0d2f\u0d41\u0d02", "output": "\u0d0f\u0d37\u0d4d\u0d2f\u0d2f\u0d3f\u0d32\u0d46\u0d2f\u0d41\u0d02", "category": "Fill in The Blank 1565.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0928\u094d\u092f\u0942 \u092f\u0949\u0930\u094d\u0915 \u0938\u093f\u091f\u0940 \u0938\u092c\u0935\u0947 (New York City Subway) \u0939\u0940 \u0928\u094d\u092f\u0942 \u092f\u0949\u0930\u094d\u0915 \u092e\u0939\u093e\u0928\u0917\u0930\u093e\u092e\u0927\u0940\u0932 \u0909\u092a\u0928\u0917\u0930\u0940 \u091c\u0932\u0926 \u0935\u093e\u0939\u0924\u0942\u0915 \u0930\u0947\u0932\u094d\u0935\u0947 \u0938\u0947\u0935\u093e \u0906\u0939\u0947. \u090f\u0915\u0942\u0923 \u0968\u0966\u096f \u092e\u0948\u0932 \u0932\u093e\u0902\u092c\u0940\u091a\u094d\u092f\u093e \u0968\u096a \u092e\u093e\u0930\u094d\u0917\u093e\u0902\u0935\u0930 \u0927\u093e\u0935\u0923\u093e\u0930\u0940 \u0935 \u0968\u096c\u096e \u0938\u094d\u0925\u093e\u0928\u0915\u093e\u0902\u0928\u093e \u0938\u0947\u0935\u093e \u092a\u0941\u0930\u0935\u0923\u093e\u0930\u0940 \u0928\u094d\u092f\u0942 \u092f\u0949\u0930\u094d\u0915 \u0938\u093f\u091f\u0940 \u0938\u092c\u0935\u0947 \u0939\u0940 \u091c\u0917\u093e\u0924\u0940\u0932 \u0938\u0930\u094d\u0935\u093e\u0924 \u091c\u0941\u0928\u094d\u092f\u093e \u0935 \u0935\u093f\u0938\u094d\u0924\u0943\u0924 \u091c\u0932\u0926 \u0935\u093e\u0939\u0924\u0942\u0915 \u092a\u094d\u0930\u0923\u093e\u0932\u0940\u0902\u092a\u0948\u0915\u0940 \u090f\u0915 \u0906\u0939\u0947. \u0939\u0940 \u0938\u0947\u0935\u093e \u0905\u092e\u0947\u0930\u093f\u0915\u0947\u092e\u0927\u0940\u0932 \u0938\u0930\u094d\u0935\u093e\u0924 \u0935\u0930\u094d\u0926\u0933\u0940\u091a\u0940 \u0924\u0930 \u091c\u0917\u093e\u0924\u0940\u0932 \u091f\u094b\u0915\u093f\u092f\u094b, \u092e\u0949\u0938\u094d\u0915\u094b \u0935 \u0938\u094b\u0932 \u0916\u093e\u0932\u094b\u0916\u093e\u0932 \u091a\u094c\u0925\u094d\u092f\u093e \u0915\u094d\u0930\u092e\u093e\u0902\u0915\u093e\u091a\u0940 \u0935\u0930\u094d\u0926\u0933\u0940\u091a\u0940 \u0906\u0939\u0947. \u0926\u0930\u0930\u094b\u091c \u0938\u0941\u092e\u093e\u0930\u0947 \u096a\u0969,\u096f\u096b,\u0966\u096c\u0969 \u092a\u094d\u0930\u0935\u093e\u0938\u0940 \u0939\u094d\u092f\u093e \u0930\u0947\u0932\u094d\u0935\u0947\u0928\u0947 \u092a\u094d\u0930\u0935\u093e\u0938 \u0915\u0930\u0924\u093e\u0924.\n\n Option A: \u092e\u0945\u0928\u0939\u0945\u091f\u0928\n\n Option B: \u0905\u092e\u0947\u0930\u093f\u0915\u0947\u091a\u094d\u092f\u093e\n\n Option C: \u0915\u094d\u0935\u0940\u0928\u094d\u0938\n\n Option D: \u092c\u094d\u0930\u0942\u0915\u0932\u093f\u0928", "output": "\u0905\u092e\u0947\u0930\u093f\u0915\u0947\u091a\u094d\u092f\u093e", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u090f\u0915\u0926\u093f\u0935\u0938\u0940\u092f \u092e\u093e\u0932\u093f\u0915\u0947\u0906\u0927\u0940, \u0926\u0915\u094d\u0937\u093f\u0923 \u0906\u092b\u094d\u0930\u093f\u0915\u0947\u091a\u094d\u092f\u093e \u0938\u0902\u0918\u093e\u0902\u091a\u0947 \u0906\u0923\u093f \u0938\u0938\u0947\u0915\u094d\u0938 \u0939\u094d\u092f\u093e \u0938\u0902\u0918\u093e\u0902\u0935\u093f\u0930\u0941\u0926\u094d\u0927 \u090f\u0915\u0926\u093f\u0935\u0938\u0940\u092f \u0938\u0930\u093e\u0935 \u0938\u093e\u092e\u0928\u0947 \u0916\u0947\u0933\u0935\u093f\u0932\u0947 \u0917\u0947\u0932\u0947. \u0924\u094d\u092f\u093e\u0902\u091a\u093e \u0932\u0940\u0938\u094d\u091f\u0930\u0936\u093e\u092f\u0930 \u0938\u0902\u0918\u093e\u0935\u093f\u0930\u0941\u0926\u094d\u0927\u091a\u093e \u091f\u094d\u0935\u0947\u0902\u091f\u0940\u0968\u0966 \u0938\u093e\u092e\u0928\u093e \u091a\u0945\u092e\u094d\u092a\u093f\u092f\u0928\u094d\u0938 \u091f\u094d\u0930\u0949\u092b\u0940\u091a\u094d\u092f\u093e \u0924\u093e\u0930\u0916\u093e\u0902\u0936\u0940 \u092e\u0947\u0933 \u0928 \u092c\u0938\u0932\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u0930\u0926\u094d\u0926 \u0915\u0930\u0923\u094d\u092f\u093e\u0924 \u0906\u0932\u093e. \u0915\u0938\u094b\u091f\u0940 \u092e\u093e\u0932\u093f\u0915\u0947\u0906\u0927\u0940 \u0926\u0915\u094d\u0937\u093f\u0923 \u0906\u092b\u094d\u0930\u093f\u0915\u0947\u091a\u093e \u0938\u0902\u0918, \u0935\u0942\u0938\u094d\u091f\u0930\u0936\u093e\u092f\u0930 \u092f\u0947\u0925\u0947 \u0907\u0902\u0917\u094d\u0932\u0902\u0921 \u0932\u093e\u092f\u0928\u094d\u0938 \u0935\u093f\u0930\u0941\u0926\u094d\u0927 \u0924\u0940\u0928-\u0926\u093f\u0935\u0938\u0940\u092f \u0938\u093e\u092e\u0928\u094d\u092f\u093e\u092e\u0927\u094d\u092f\u0947 \u0938\u0939\u092d\u093e\u0917\u0940 \u091d\u093e\u0932\u093e. \n\n Option A: \u0932\u0940\u0938\u094d\u091f\u0930\u0936\u093e\u092f\u0930\n\n Option B: \u0928\u0949\u0930\u0926\u0945\u092e\u094d\u092a\u091f\u0928\u0936\u093e\u092f\u0930\n\n Option C: \u0935\u0942\u0938\u094d\u091f\u0930\u0936\u093e\u092f\u0930\n\n Option D: \u0938\u0938\u0947\u0915\u094d\u0938", "output": "\u0928\u0949\u0930\u0926\u0945\u092e\u094d\u092a\u091f\u0928\u0936\u093e\u092f\u0930", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0938\u094d\u0928\u0947\u0939\u0938\u0941\u0927\u093e \u0915\u0941\u0932\u0915\u0930\u094d\u0923\u0940, \u092a\u094d\u0930\u092d\u093e \u0938\u094b\u0928\u0935\u0923\u0947, \u0938\u094d\u0935\u093e\u0924\u0940 \u0938\u093e\u092e\u0915 \u0935 \u091c\u094d\u092f\u094b\u0924\u094d\u0938\u094d\u0928\u093e \u091a\u093e\u0902\u0926\u0917\u0941\u0921\u0947 \u0906\u0923\u093f \u092e\u0940\u0928\u0932 \u092c\u093e\u0920\u0947 \u092f\u093e \u092a\u093e\u091a\u091c\u0923\u0940 \u092e\u093f\u0933\u0942\u0928 \u0917\u093e\u0935\u094b\u0917\u093e\u0935 \u0915\u0935\u093f\u0924\u093e\u0935\u093e\u091a\u0928\u093e\u091a\u093e \u0915\u093e\u0930\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0930\u0924\u093e\u0924. \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0938\u093e\u0939\u093f\u0924\u094d\u092f \u0938\u0902\u092e\u0947\u0932\u0928\u093e\u0924\u0940\u0932 \u0915\u0935\u093f\u0938\u0902\u092e\u0947\u0932\u0928\u093e\u0924 \u0938\u094d\u0928\u0947\u0939\u0938\u0941\u0927\u093e\u092c\u093e\u0908\u0902\u091a\u093e \u0938\u0939\u092d\u093e\u0917 \u0905\u0938\u0924\u094b. \u0935\u0930\u0939\u0940 \u0924\u094d\u092f\u093e\u0902\u091a\u0947 \u0915\u093e\u0935\u094d\u092f\u0917\u093e\u092f\u0928 \u0939\u094b\u0924 \u0905\u0938\u0924\u0947.\n\n Option A: \u0906\u0915\u093e\u0936\u0935\u093e\u0923\u0940\n\n Option B: \u092e\u0939\u093e\u0935\u093f\u0926\u094d\u092f\u093e\u0932\u092f\u0940\u0928\n\n Option C: \u0924\u0941\u0930\u094d\u0915\u093e\n\n Option D: \u092c\u0947\u0933\u0917\u093e\u0935", "output": "\u0906\u0915\u093e\u0936\u0935\u093e\u0923\u0940", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0921\u0945\u0935\u094d\u0939\u0947\u0928\u092a\u094b\u0930\u094d\u091f (Davenport) \u0939\u0947 \u0905\u092e\u0947\u0930\u093f\u0915\u0947\u091a\u0940 \u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0938\u0902\u0938\u094d\u0925\u093e\u0928\u0947 \u0926\u0947\u0936\u093e\u091a\u094d\u092f\u093e \u0930\u093e\u091c\u094d\u092f\u093e\u0924\u0940\u0932 \u090f\u0915 \u0936\u0939\u0930 \u0906\u0939\u0947. \u0906\u092f\u094b\u0935\u093e\u091a\u094d\u092f\u093e \u092a\u0942\u0930\u094d\u0935 \u092d\u093e\u0917\u093e\u0924 \u0907\u0932\u093f\u0928\u0949\u092f\u091a\u094d\u092f\u093e \u0938\u0940\u092e\u0947\u0935\u0930 \u0935 \u092e\u093f\u0938\u093f\u0938\u093f\u092a\u0940 \u0928\u0926\u0940\u0915\u093f\u0928\u093e\u0931\u094d\u092f\u093e\u0935\u0930 \u0935\u0938\u0932\u0947\u0932\u094d\u092f\u093e \u0921\u0945\u0935\u094d\u0939\u0947\u0928\u092a\u094b\u0930\u094d\u091f\u091a\u0940 \u0932\u094b\u0915\u0938\u0902\u0916\u094d\u092f\u093e \u0938\u0941\u092e\u093e\u0930\u0947 \u0967 \u0932\u093e\u0916 \u0906\u0939\u0947.\n\n Option A: \u0906\u092f\u094b\u0935\u093e\n\n Option B: \u092c\u0947\u091f\u094d\u091f\u0947\u0928\u0921\u0949\u0930\u094d\u092b\n\n Option C: \u092e\u094b\u0932\u093e\u0907\u0928\n\n Option D: \u0907\u0932\u093f\u0928\u0949\u092f", "output": "\u0906\u092f\u094b\u0935\u093e", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0968\u0966\u0967\u0966 \u092b\u093f\u092b\u093e \u0935\u093f\u0936\u094d\u0935\u091a\u0937\u0915 \u0939\u0940 \u091c\u0942\u0928 \u0967\u0967 \u0924\u0947 \u091c\u0941\u0932\u0948 \u0967\u0967, \u0907.\u0938. \u0968\u0966\u0967\u0966 \u0926\u0930\u092e\u094d\u092f\u093e\u0928 \u0916\u0947\u0933\u0932\u0940 \u0917\u0947\u0932\u0947\u0932\u0940 \u091c\u0917\u093e\u0924\u0940\u0932 \u0905\u0917\u094d\u0930\u0923\u0940\u092f \u092b\u0941\u091f\u092c\u0949\u0932 \u0938\u094d\u092a\u0930\u094d\u0927\u093e \u0939\u094b\u0924\u0940. \u0926\u0915\u094d\u0937\u093f\u0923 \u0906\u092b\u094d\u0930\u093f\u0915\u0947\u0924 \u0916\u0947\u0933\u0932\u0940 \u0917\u0947\u0932\u0947\u0932\u0940 \u0939\u0940 \u0938\u094d\u092a\u0930\u094d\u0927\u093e \u092b\u093f\u092b\u093e \u0935\u093f\u0936\u094d\u0935\u091a\u0937\u0915 \u0938\u094d\u092a\u0930\u094d\u0927\u0947\u091a\u0940 \u0967\u096f\u0935\u0940 \u0906\u0935\u0943\u0924\u094d\u0924\u0940 \u0939\u094b\u0924\u0940. \u0939\u0940 \u0938\u094d\u092a\u0930\u094d\u0927\u093e \u092a\u094d\u0930\u0925\u092e\u091a \u0916\u0947\u0933\u0932\u0940 \u0917\u0947\u0932\u0940. \u092f\u093e \u0938\u094d\u092a\u0930\u094d\u0927\u0947\u0924 \u092d\u093e\u0917 \u0918\u0947\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u092b\u093f\u092b\u093e\u091a\u094d\u092f\u093e \u0968\u0966\u096e \u0938\u0926\u0938\u094d\u092f \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u093e\u0902\u092a\u0948\u0915\u0940 \u0968\u0966\u096a \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u093e\u0902\u0928\u0940 \u092d\u093e\u0917 \u0918\u0947\u0924\u0932\u093e. \u092a\u093e\u0924\u094d\u0930\u0924\u093e \u092b\u0947\u0930\u0940 \u0911\u0917\u0938\u094d\u091f \u0968\u0966\u0966\u096d \u092a\u093e\u0938\u0942\u0928 \u0938\u0941\u0930\u0942 \u0939\u094b\u0924\u0940. \u0928\u0947 \u0905\u0902\u0924\u093f\u092e \u0938\u093e\u092e\u0928\u094d\u092f\u093e\u0924 \u0935\u0930 \u0967-\u0966\u0928\u0947 \u092e\u093e\u0924 \u0915\u0930\u0942\u0928 \u0935\u093f\u091c\u0947\u0924\u0947\u092a\u0926 \u092e\u093f\u0933\u0935\u0932\u0947.\n\n Option A: \u091c\u094b\u0939\u093e\u0928\u094d\u0938\u092c\u0930\u094d\u0917\n\n Option B: \u0930\u0941\u0938\u094d\u091f\u0947\u0928\u092c\u0930\u094d\u0917\n\n Option C: \u092a\u094d\u0930\u093f\u091f\u094b\u0930\u093f\u092f\u093e\n\n Option D: \u0906\u092b\u094d\u0930\u093f\u0915\u0947\u0924", "output": "\u0906\u092b\u094d\u0930\u093f\u0915\u0947\u0924", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0917\u094b\u0935\u094d\u092f\u093e\u0924\u0940\u0932 \u0930\u093e\u091c\u0915\u093e\u0930\u0923\u0940 \u0935 \u092e\u093e\u091c\u0940 \u092e\u0941\u0916\u094d\u092f\u092e\u0902\u0924\u094d\u0930\u0940 \u0906\u0939\u0947\u0924. \u0935\u093f\u0926\u094d\u092f\u092e\u093e\u0928 \u092a\u0930\u094d\u092f\u0947 \u092e\u0924\u0926\u093e\u0930\u0938\u0902\u0918\u093e\u091a\u0947 \u0906\u092e\u0926\u093e\u0930 \u092a\u094d\u0930\u0924\u093e\u092a\u0938\u093f\u0902\u0917 \u0930\u093e\u0923\u0947 \u092f\u093e\u0902\u0928\u0940. -\u0967\u096f\u096e\u096b, \u0967\u096f\u096e\u096b-\u0967\u096f\u096e\u096f, \u0967\u096f\u096f\u0966\u092e\u0927\u094d\u092f\u0947 \u0969 \u092e\u0939\u093f\u0928\u0947, \u0967\u096f\u096f\u096a-\u0967\u096f\u096f\u096f, \u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940 \u0969, \u0968\u0966\u0966\u096b \u092a\u093e\u0938\u0942\u0928 \u092e\u093e\u0930\u094d\u091a \u096a, \u0968\u0966\u0966\u096b \u092a\u0930\u094d\u092f\u0902\u0924, \u091c\u0942\u0928 \u0968\u0966\u0966\u096b-\u091c\u0942\u0928 \u0968\u0966\u0966\u096d \u0905\u0936\u094d\u092f\u093e \u096c \u0935\u0947\u0933\u093e \u0917\u094b\u0935\u094d\u092f\u093e\u091a\u0947 \u092e\u0941\u0916\u094d\u092f\u092e\u0902\u0924\u094d\u0930\u0940\u092a\u0926 \u092d\u0942\u0937\u0935\u093f\u0932\u0947 \u0906\u0939\u0947. \u0924\n\n Option A: \u0968\u0966\u0966\u096b\n\n Option B: \u0968\u0966\u0966\u096d\n\n Option C: \u0967\u096f\u096d\u0968\n\n Option D: \u0967\u096f\u096e\u0966", "output": "\u0967\u096f\u096e\u0966", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0916\u094b\u0932\u093e \u0906\u0923\u093f \u0917\u0941\u092a\u094d\u0924\u0940 \u092f\u093e \u0920\u093f\u0915\u093e\u0923\u0940 \u091c\u093e\u090a\u0928 \u0935\u0928\u0935\u093f\u092d\u093e\u0917\u093e\u0915\u0921\u0942\u0928 \u0909\u0926\u094d\u092f\u093e\u0928\u093e\u0924 \u092a\u094d\u0930\u0935\u0947\u0936 \u0915\u0930\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u092a\u0930\u0935\u093e\u0928\u0917\u0940 \u0918\u094d\u092f\u093e\u0935\u0940 \u0932\u093e\u0917\u0924\u0947. \u092f\u0947\u0925\u0947 \u0938\u092b\u0930\u0940\u0938\u093e\u0920\u0940 \u0935\u0928\u0935\u093f\u092d\u093e\u0917\u093e\u091a\u094d\u092f\u093e \u092c\u094b\u091f\u0940 \u0909\u092a\u0932\u092c\u094d\u0927 \u0905\u0938\u0924\u093e\u0924. \u092f\u093e\u0936\u093f\u0935\u093e\u092f \u0906\u0923\u093f \u091a\u093e\u0902\u0926\u092c\u093e\u0932\u0940 \u092f\u0947\u0925\u0947 \u0916\u093e\u0938\u0917\u0940 \u092c\u094b\u091f\u0940\u0939\u0940 \u0909\u092a\u0932\u092c\u094d\u0927 \u0906\u0939\u0947\u0924.\n\n Option A: \u0913\u0921\u093f\u0936\u093e\n\n Option B: \u091c\u092f\u0928\u0917\u0930\n\n Option C: \u092d\u093e\u0930\u0924\u093e\u0924\u0940\u0932\n\n Option D: \u0915\u0932\u0915\u0924\u094d\u0924\u093e", "output": "\u091c\u092f\u0928\u0917\u0930", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u092e\u0902\u0926\u093f\u0930 \u0926\u0917\u0921\u0940 \u0905\u0938\u0932\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u0915\u094b\u0930\u0940\u0935 \u0915\u093e\u092e \u0938\u094d\u092a\u0937\u094d\u091f \u0905\u0938\u0942\u0928 \u091f\u093f\u0915\u0942\u0928 \u0930\u093e\u0939\u093f\u0932\u0947 \u0906\u0939\u0947, \u091a\u093e\u0902\u0917\u0926\u0947\u0935\u093e\u091a\u0947 \u092e\u0902\u0926\u093f\u0930 \u091c\u0933\u0917\u093e\u0902\u0935 \u091c\u093f\u0932\u094d\u0939\u094d\u092f\u093e\u0924\u0940\u0932 \u091a\u093e\u0902\u0917\u0926\u0947\u0935 \u0917\u093e\u0935\u0940 \u0906\u0939\u0947. \u091a\u093e\u0902\u0917\u0926\u0947\u0935 \u0917\u093e\u0902\u0935 (-\u0907\u091f\u093e\u0930\u0938\u0940 \u0930\u0947\u0932\u094d\u0935\u0947\u092e\u093e\u0930\u094d\u0917\u093e\u0935\u0930) \u0938\u093e\u0935\u0926\u093e \u0930\u0947\u0932\u094d\u0935\u0947 \u0938\u094d\u091f\u0947\u0936\u0928\u093e\u092a\u093e\u0938\u0942\u0928 \u0938\u0941\u092e\u093e\u0930\u0947 \u0906\u0920 \u0915\u093f\u0932\u094b\u092e\u0940\u091f\u0930 \u0926\u0942\u0930, \u0924\u093e\u092a\u0940 \u0935 \u092a\u0942\u0930\u094d\u0923\u093e \u0928\u0926\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e \u0938\u0902\u0917\u092e\u093e\u0935\u0930 \u0935\u0938\u0932\u0947 \u0906\u0939\u0947.\n\n Option A: \u092d\u0941\u0938\u093e\u0935\u0933\n\n Option B: \u092a\u0942\u0930\u094d\u0923\u093e\n\n Option C: \u092e\u0939\u0947\u0936\u094d\u0935\u0930\n\n Option D: \u0907\u091f\u093e\u0930\u0938\u0940", "output": "\u092d\u0941\u0938\u093e\u0935\u0933", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Marathi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0907\u0902\u0926\u0942\u0930 \u0926\u0941\u0930\u093e\u0902\u0924\u094b \u090f\u0915\u094d\u0938\u092a\u094d\u0930\u0947\u0938 \u0939\u0940 \u092d\u093e\u0930\u0924\u0940\u092f \u0930\u0947\u0932\u094d\u0935\u0947 \u090f\u0915 \u091c\u0932\u0926 \u092a\u094d\u0930\u0935\u093e\u0938\u0940 \u0938\u0947\u0935\u093e \u0906\u0939\u0947. \u0926\u0941\u0930\u0902\u0924\u094b \u090f\u0915\u094d\u0938\u092a\u094d\u0930\u0947\u0938 \u0939\u094d\u092f\u093e \u0936\u0943\u0902\u0916\u0932\u0947\u092e\u0927\u0940\u0932 \u0939\u0940 \u0917\u093e\u0921\u0940 \u091a\u094d\u092f\u093e \u092e\u0941\u0902\u092c\u0908 \u0938\u0947\u0902\u091f\u094d\u0930\u0932 (\u092c\u0940\u0938\u0940\u091f\u0940) \u0924\u0947 \u0907\u0902\u0926\u0942\u0930\u091a\u094d\u092f\u093e \u0907\u0902\u0926\u0942\u0930 (\u0906\u092f\u090f\u0928\u0921\u0940\u092c\u0940) \u0939\u094d\u092f\u093e \u0930\u0947\u0932\u094d\u0935\u0947 \u0938\u094d\u0925\u093e\u0928\u0915\u093e\u0902\u0926\u0930\u092e\u094d\u092f\u093e\u0928 \u0927\u093e\u0935\u0924\u0947.\n\n Option A: \u0917\u094b\u0930\u0947\u0917\u093e\u0902\u0935\n\n Option B: \u092c\u0921\u094b\u0926\u093e\n\n Option C: \u0907\u0902\u0926\u0942\u0930\n\n Option D: \u092e\u0941\u0902\u092c\u0908", "output": "\u092e\u0941\u0902\u092c\u0908", "category": "Fill in The Blank 1566.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a09\u0a38\u0a26\u0a40\u0a06\u0a02 \u0a39\u0a4b\u0a30 \u0a26\u0a42\u0a39\u0a30\u0a40\u0a06\u0a02 \u0a2a\u0a4d\u0a30\u0a4b\u0a21\u0a15\u0a38\u0a3c\u0a28\u0a3e\u0a02 \u0a35\u0a3f\u0a71\u0a1a \u0a38\u0a3c\u0a3e\u0a2e\u0a32 \u0a39\u0a28 \u0a39\u0a3e\u0a2e \u0a2a\u0a70\u0a1a \u0a1c\u0a3f\u0a38 \u0a28\u0a47 \u0a2c\u0a3e\u0a32\u0a40\u0a35\u0a41\u0a71\u0a21 \u0a35\u0a3f\u0a71\u0a1a \u0a2e\u0a3f\u0a25\u0a41\u0a28 \u0a1a\u0a71\u0a15\u0a30\u0a35\u0a30\u0a24\u0a40 \u0a05\u0a24\u0a47 \u0a05\u0a2e\u0a30\u0a40\u0a38\u0a3c \u0a2a\u0a41\u0a30\u0a40 \u0a35\u0a30\u0a17\u0a47 \u0a05\u0a26\u0a3e\u0a15\u0a3e\u0a30\u0a3e\u0a02 \u0a26\u0a40 \u0a38\u0a25\u0a3e\u0a2a\u0a28\u0a3e \u0a35\u0a3f\u0a71\u0a1a \u0a2e\u0a39\u0a71\u0a24\u0a35\u0a2a\u0a42\u0a30\u0a23 \u0a2d\u0a42\u0a2e\u0a3f\u0a15\u0a3e \u0a28\u0a3f\u0a2d\u0a3e\u0a08\u0964\u00a0\u0a2c\u0a4b\u0a28\u0a40 \u0a15\u0a2a\u0a42\u0a30 \u0a28\u0a47 \u0a39\u0a3f\u0a70\u0a26\u0a40 \u0a2b\u0a3f\u0a32\u0a2e \u0a09\u0a26\u0a2f\u0a4b\u0a17 \u0a26\u0a47 \u0a2c\u0a39\u0a41\u0a24 \u0a38\u0a3e\u0a30\u0a47 \u0a35\u0a71\u0a21\u0a47 \u0a38\u0a3f\u0a24\u0a3e\u0a30\u0a47 \u0a35\u0a40 \u0a32\u0a3e\u0a02\u0a1a \u0a15\u0a40\u0a24\u0a47\u0964 \u0a09\u0a28\u0a4d\u0a39\u0a3e\u0a02 \u0a26\u0a3e \u0a28\u0a3f\u0a30\u0a2e\u0a3e\u0a23 \u0a35\u0a4b \u0a38\u0a24\u0a3e \u0a26\u0a40\u0a28 \u0a28\u0a47 \u0a2d\u0a30\u0a3e \u0a05\u0a28\u0a3f\u0a32 \u0a15\u0a2a\u0a42\u0a30 \u0a26\u0a40, \u0a2a\u0a4d\u0a30\u0a47\u0a2e \u0a28\u0a47 \u0a1b\u0a4b\u0a1f\u0a47 \u0a2d\u0a30\u0a3e \u0a38\u0a70\u0a1c\u0a2f \u0a15\u0a2a\u0a42\u0a30 \u0a05\u0a24\u0a47 \u0a26\u0a40 \u0a2d\u0a42\u0a2e\u0a3f\u0a15\u0a3e \u0a28\u0a3f\u0a2d\u0a3e\u0a08 \u0a05\u0a24\u0a47 \u0a15\u0a4b\u0a08 \u0a2e\u0a47\u0a30\u0a40 \u0a26\u0a3f\u0a32 \u0a38\u0a47 \u0a2a\u0a42\u0a1b\u0a47 \u0a28\u0a47 \u0a05\u0a2d\u0a3f\u0a28\u0a47\u0a24\u0a30\u0a40 \u0a08\u0a38\u0a3c\u0a3e \u0a26\u0a3f\u0a13\u0a32 \u0a26\u0a40 \u0a38\u0a3c\u0a41\u0a30\u0a42\u0a06\u0a24 \u0a15\u0a40\u0a24\u0a40\u0964\n\n Option A: \u0a24\u0a71\u0a2c\u0a42\n\n Option B: \u0a38\u0a4d\u0a30\u0a40\u0a26\u0a47\u0a35\u0a40\n\n Option C: \u0a38\u0a3c\u0a4d\u0a30\u0a40\u0a26\u0a47\u0a35\u0a40\n\n Option D: \u0a06\u0a30\u0a15\u0a40\u0a2e\u0a40\u0a21\u0a40\u0a1c\u0a3c", "output": "\u0a24\u0a71\u0a2c\u0a42", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a15\u0a41\u0a30\u0a41\u0a15\u0a38\u0a3c\u0a47\u0a24\u0a30 \u0a2f\u0a41\u0a27 \u0a15\u0a4c\u0a30\u0a35\u0a3e\u0a02 \u0a05\u0a24\u0a47 \u0a2a\u0a3e\u0a02\u0a21\u0a35\u0a3e\u0a02 \u0a35\u0a3f\u0a1a\u0a15\u0a3e\u0a30 \u0a30\u0a3e\u0a1c \u0a26\u0a47 \u0a38\u0a3f\u0a70\u0a18\u0a3e\u0a38\u0a28 \u0a32\u0a08 \u0a32\u0a5c\u0a3f\u0a06 \u0a17\u0a3f\u0a06 \u0a38\u0a40\u0964 \u0a2e\u0a39\u0a3e\u0a2d\u0a3e\u0a30\u0a24 \u0a26\u0a47 \u0a05\u0a28\u0a41\u0a38\u0a3e\u0a30 \u0a07\u0a38 \u0a2f\u0a41\u0a27 \u0a35\u0a3f\u0a71\u0a1a \u0a2d\u0a3e\u0a30\u0a24\u0a26\u0a47 \u0a38\u0a3e\u0a30\u0a47'\u0a1c\u0a28\u0a2a\u0a26\u0a3e\u0a02 \u0a28\u0a47 \u0a2d\u0a3e\u0a17 \u0a32\u0a3f\u0a06 \u0a38\u0a40\u0964 \u0a2e\u0a39\u0a3e\u0a2d\u0a3e\u0a30\u0a24 \u0a05\u0a24\u0a47 \u0a39\u0a4b\u0a30 \u0a35\u0a48\u0a26\u0a3f\u0a15 \u0a38\u0a3e\u0a39\u0a3f\u0a24 \u0a26\u0a47 \u0a05\u0a28\u0a41\u0a38\u0a3e\u0a30 \u0a07\u0a39 \u0a2a\u0a4d\u0a30\u0a3e\u0a1a\u0a40\u0a28 \u0a2d\u0a3e\u0a30\u0a24 \u0a35\u0a3f\u0a71\u0a1a \u0a35\u0a48\u0a26\u0a3f\u0a15 \u0a15\u0a3e\u0a32 \u0a26\u0a47 \u0a07\u0a24\u0a3f\u0a39\u0a3e\u0a38 \u0a38\u0a2d \u0a24\u0a4b\u0a02 \u0a35\u0a71\u0a21\u0a3e \u0a2f\u0a41\u0a27 \u0a38\u0a40\u0964 \u0a07\u0a38 \u0a2f\u0a41\u0a27 \u0a35\u0a3f\u0a71\u0a1a \u0a32\u0a71\u0a16\u0a3e\u0a02 \u0a38\u0a48\u0a28\u0a3f\u0a15 \u0a2e\u0a3e\u0a30\u0a47 \u0a17\u0a0f \u0a1c\u0a3f\u0a38\u0a26\u0a47 \u0a2a\u0a30\u0a3f\u0a23\u0a3e\u0a2e\u0a38\u0a30\u0a42\u0a2a \u0a35\u0a48\u0a26\u0a3f\u0a15 \u0a38\u0a70\u0a38\u0a15\u0a4d\u0a30\u0a3f\u0a24\u0a40 \u0a05\u0a24\u0a47 \u0a38\u0a2d\u0a3f\u0a05\u0a24\u0a3e \u0a26\u0a3e \u0a2a\u0a24\u0a28 \u0a39\u0a4b \u0a17\u0a3f\u0a06 \u0a38\u0a40\u0964 \u0a07\u0a38 \u0a32\u0a5c\u0a3e\u0a08 \u0a35\u0a3f\u0a71\u0a1a \u0a38\u0a70\u0a2a\u0a42\u0a30\u0a23 \u0a39\u0a3f\u0a70\u0a26\u0a41\u0a38\u0a24\u0a3e\u0a28 \u0a26\u0a47 \u0a30\u0a3e\u0a1c\u0a3f\u0a06\u0a02 \u0a26\u0a47 \u0a07\u0a32\u0a3e\u0a35\u0a3e \u0a2c\u0a39\u0a41\u0a24 \u0a38\u0a3e\u0a30\u0a47 \u0a39\u0a4b\u0a30 \u0a26\u0a47\u0a38\u0a3c\u0a3e\u0a02 \u0a26\u0a47 \u0a15\u0a38\u0a3c\u0a24\u0a30\u0a40 \u0a35\u0a40\u0a30\u0a3e\u0a02 \u0a28\u0a47 \u0a2d\u0a40 \u0a2d\u0a3e\u0a17 \u0a32\u0a3f\u0a06\u0964\n\n Option A: \u0a1c\u0a28\u0a2a\u0a26\u0a3e\u0a02\n\n Option B: \u0a15\u0a41\u0a30\u0a41\n\n Option C: \u0a2d\u0a3e\u0a30\u0a24\n\n Option D: \u0a2e\u0a3e\u0a08\u0a15\u0a4d\u0a30\u0a4b\u0a28\u0a47\u0a38\u0a3c\u0a40\u0a06", "output": "\u0a15\u0a41\u0a30\u0a41", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a2a\u0a42\u0a30\u0a2c\u0a40 \u0a26\u0a47 \u0a2e\u0a32\u0a47\u0a30\u0a15\u0a4b\u0a1f\u0a32\u0a3e, \u0a38\u0a70\u0a17\u0a30\u0a42\u0a30, \u0a2b\u0a24\u0a3f\u0a39\u0a17\u0a5c\u0a4d\u0a39 \u0a38\u0a3e\u0a39\u0a3f\u0a2c, \u0a2a\u0a1f\u0a3f\u0a06\u0a32\u0a3e \u0a24\u0a47 \u0a2e\u0a3e\u0a28\u0a38\u0a3e \u0a16\u0a47\u0a24\u0a30\u0a3e\u0a02 \u0a35\u0a3f\u0a71\u0a1a \u0a35\u0a40 \u0a1a\u0a40\u0a2e\u0a47 \u0a15\u0a3e\u0a2b\u0a3c\u0a40 \u0a35\u0a38\u0a26\u0a47 \u0a39\u0a28\u0964 \u0a26\u0a41\u0a06\u0a2c\u0a47 \u0a35\u0a3f\u0a71\u0a1a \u0a1a\u0a40\u0a2e\u0a47 \u0a2e\u0a3e\u0a32\u0a35\u0a47\u0a02 \u0a24\u0a4b\u0a02 \u0a18\u0a71\u0a1f \u0a39\u0a40 \u0a39\u0a28\u0964 \u0a1a\u0a40\u0a2e\u0a47 \u0a26\u0a32\u0a3f\u0a24 \u0a1c\u0a3e\u0a24\u0a40\u0a06\u0a02 \u0a35\u0a3f\u0a71\u0a1a \u0a35\u0a40 \u0a39\u0a28\u0964 \u0a2a\u0a3e\u0a15\u0a3f\u0a38\u0a24\u0a3e\u0a28 \u0a2c\u0a23\u0a28 \u0a24\u0a4b\u0a02 \u0a2e\u0a17\u0a30\u0a4b\u0a02 \u0a1a\u0a40\u0a2e\u0a47 \u0a17\u0a4b\u0a24 \u0a26\u0a47 \u0a1c\u0a71\u0a1f \u0a38\u0a3f\u0a71\u0a16 \u0a39\u0a30\u0a3f\u0a06\u0a23\u0a47 \u0a26\u0a47 \u0a38\u0a3f\u0a30\u0a38\u0a3e \u0a24\u0a47 \u0a15\u0a30\u0a28\u0a3e\u0a32 \u0a06\u0a26\u0a3f \u0a16\u0a47\u0a24\u0a30\u0a3e\u0a02 \u0a35\u0a3f\u0a71\u0a1a \u0a06\u0a15\u0a47 \u0a35\u0a38\u0a47 \u0a39\u0a28\u0964 \u0a1a\u0a40\u0a2e\u0a47 \u0a17\u0a4b\u0a24 \u0a35\u0a3e\u0a32\u0a3f\u0a06\u0a02 \u0a28\u0a47 \u0a2a\u0a3f\u0a70\u0a21 \u0a30\u0a3e\u0a2e\u0a17\u0a5c\u0a4d\u0a39 \u0a38\u0a30\u0a26\u0a3e\u0a30\u0a3e\u0a02 \u0a1c\u0a3f\u0a32\u0a4d\u0a39\u0a3e\u0a02 \u0a32\u0a41\u0a27\u0a3f\u0a06\u0a23\u0a3e \u0a35\u0a3f\u0a16\u0a47 \u0a06\u0a2a\u0a23\u0a47 \u0a35\u0a21\u0a47\u0a30\u0a47 \u0a26\u0a40 \u0a2f\u0a3e\u0a26 \u0a35\u0a3f\u0a71\u0a1a \u0a07\u0a71\u0a15 \u0a17\u0a41\u0a30\u0a26\u0a41\u0a06\u0a30\u0a3e \u0a35\u0a40 \u0a09\u0a38\u0a3e\u0a30\u0a3f\u0a06 \u0a39\u0a4b\u0a07\u0a06 \u0a39\u0a48 \u0a1c\u0a3f\u0a25\u0a47 \u0a39\u0a30 \u0a35\u0a30\u0a4d\u0a39\u0a47 14 \u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30 \u0a28\u0a42\u0a70 \u0a2d\u0a3e\u0a30\u0a40 \u0a1c\u0a4b\u0a5c \u0a2e\u0a47\u0a32\u0a3e \u0a32\u0a71\u0a17\u0a26\u0a3e \u0a39\u0a48\u0964\n\n Option A: \u0a2a\u0a70\u0a1c\u0a3e\u0a2c\n\n Option B: \u0a2e\u0a32\u0a47\u0a30\u0a15\u0a4b\u0a1f\u0a32\u0a3e\n\n Option C: \u0a17\u0a41\u0a30\u0a26\u0a41\u0a06\u0a30\u0a3e\n\n Option D: \u0a38\u0a70\u0a17\u0a30\u0a42\u0a30", "output": "\u0a2a\u0a70\u0a1c\u0a3e\u0a2c", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a15\u0a70\u0a28\u0a5c (\u0c95\u0ca8\u0ccd\u0ca8\u0ca1 Kanna\u1e0da, [ \u02c8k\u028cn\u02d0\u0259\u0256a ]) \u0a1c\u0a3e\u0a02 \u0a15\u0a48\u0a28\u0a5c\u0a40\u0a1c \u0a26\u0a47 \u0a15\u0a30\u0a28\u0a3e\u0a1f\u0a15 \u0a30\u0a3e\u0a1c \u0a35\u0a3f\u0a71\u0a1a \u0a2c\u0a4b\u0a32\u0a40 \u0a1c\u0a3e\u0a23 \u0a35\u0a3e\u0a32\u0a40 \u0a2d\u0a3e\u0a38\u0a3c\u0a3e \u0a39\u0a48 \u0a05\u0a24\u0a47 \u0a15\u0a30\u0a28\u0a3e\u0a1f\u0a15 \u0a26\u0a40 \u0a30\u0a3e\u0a1c\u0a2d\u0a3e\u0a38\u0a3c\u0a3e \u0a39\u0a48\u0964 \u0a07\u0a39 \u0a2d\u0a3e\u0a30\u0a24 \u0a26\u0a47 \u0a38\u0a2d \u0a24\u0a4b\u0a02 \u0a1c\u0a3c\u0a3f\u0a06\u0a26\u0a3e \u0a2a\u0a4d\u0a30\u0a2f\u0a4b\u0a17 \u0a15\u0a40\u0a24\u0a40\u0a06\u0a02 \u0a1c\u0a3e\u0a23 \u0a35\u0a3e\u0a32\u0a40\u0a06\u0a02 \u0a2d\u0a3e\u0a38\u0a3c\u0a3e\u0a35\u0a3e\u0a02 \u0a35\u0a3f\u0a71\u0a1a\u0a4b\u0a02 \u0a07\u0a71\u0a15 \u0a39\u0a48\u0964 \u0a15\u0a70\u0a28\u0a5c \u0a2c\u0a4b\u0a32\u0a23 \u0a35\u0a3e\u0a32\u0a3f\u0a06\u0a02 \u0a26\u0a40 \u0a06\u0a2c\u0a3e\u0a26\u0a40 4.37 \u0a15\u0a30\u0a4b\u0a5c \u0a39\u0a48\u0964 \u0a07\u0a39 \u0a2d\u0a3e\u0a38\u0a3c\u0a3e \u0a0f\u0a28\u0a15\u0a3e\u0a30\u0a1f\u0a3e \u0a26\u0a47 \u0a05\u0a28\u0a41\u0a38\u0a3e\u0a30 \u0a38\u0a70\u0a38\u0a3e\u0a30 \u0a26\u0a40\u0a06\u0a02 \u0a38\u0a2d \u0a24\u0a4b\u0a02 \u0a1c\u0a3f\u0a06\u0a26\u0a3e \u0a2c\u0a4b\u0a32\u0a40\u0a06\u0a02 \u0a1c\u0a3e\u0a23 \u0a35\u0a3e\u0a32\u0a40\u0a06\u0a02 \u0a69\u0a66 \u0a2d\u0a3e\u0a38\u0a3c\u0a3e\u0a35\u0a3e\u0a02 \u0a26\u0a40 \u0a38\u0a42\u0a1a\u0a40 \u0a35\u0a3f\u0a71\u0a1a \u0a68\u0a6d\u0a35\u0a47\u0a02 \u0a38\u0a25\u0a3e\u0a28 \u0a09\u0a71\u0a24\u0a47 \u0a06\u0a09\u0a02\u0a26\u0a40 \u0a39\u0a48\u0964\u0a07\u0a39 \u0a26\u0a30\u0a35\u0a3f\u0a5c \u0a2d\u0a3e\u0a38\u0a3c\u0a3e - \u0a2a\u0a30\u0a35\u0a3e\u0a30 \u0a35\u0a3f\u0a71\u0a1a \u0a06\u0a09\u0a02\u0a26\u0a40 \u0a39\u0a48 \u0a09\u0a71\u0a24\u0a47 \u0a07\u0a38 \u0a35\u0a3f\u0a71\u0a1a \u0a38\u0a70\u0a38\u0a15\u0a4d\u0a30\u0a3f\u0a24 \u0a24\u0a4b\u0a02 \u0a35\u0a40 \u0a2c\u0a39\u0a41\u0a24 \u0a38\u0a3c\u0a2c\u0a26 \u0a39\u0a28\u0964 \u0a15\u0a70\u0a28\u0a5c \u0a2d\u0a3e\u0a38\u0a3c\u0a3e \u0a07\u0a38\u0a24\u0a47\u0a2e\u0a3e\u0a32 \u0a15\u0a30\u0a28 \u0a35\u0a3e\u0a32\u0a47 \u0a07\u0a38 \u0a28\u0a4d\u0a39\u0a42\u0a70 \u0a35\u0a3f\u0a38\u0a3c\u0a35\u0a3e\u0a38 \u0a28\u0a3e\u0a32\u0a38\u0a3f\u0a30\u0a3f\u0a17\u0a70\u0a28\u0a21 \u0a2c\u0a4b\u0a32\u0a26\u0a47 \u0a39\u0a28\u0964\n\n Option A: \u0a15\u0a30\u0a28\u0a3e\u0a1f\u0a15\n\n Option B: \u0a30\u0a3e\u0a1c\u0a38\u0a25\u0a3e\u0a28\n\n Option C: \u0a15\u0a30\u0a28\u0a3e\u0a1f\u0a15\u0a3e\n\n Option D: \u0a2d\u0a3e\u0a30\u0a24", "output": "\u0a2d\u0a3e\u0a30\u0a24", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a2c\u0a3f\u0a30\u0a32\u0a3e \u0a24\u0a15\u0a28\u0a3e\u0a32\u0a4b\u0a1c\u0a40 \u0a05\u0a24\u0a47 \u0a35\u0a3f\u0a17\u0a3f\u0a06\u0a28 \u0a38\u0a70\u0a38\u0a25\u0a3e, \u0a2a\u0a3f\u0a32\u0a3e\u0a28\u0a40 (Birla Institute of Technology and Science; BITS \u0a2a\u0a3f\u0a32\u0a3e\u0a28\u0a40) \u0a2a\u0a3f\u0a32\u0a3e\u0a28\u0a40, , \u0a2d\u0a3e\u0a30\u0a24 \u0a35\u0a3f\u0a16\u0a47 \u0a06\u0a2a\u0a23\u0a3e \u0a2a\u0a39\u0a3f\u0a32\u0a3e \u0a15\u0a48\u0a02\u0a2a\u0a38 \u0a38\u0a25\u0a3e\u0a2a\u0a24 \u0a15\u0a30\u0a28 \u0a35\u0a3e\u0a32\u0a3e \u0a07\u0a71\u0a15 \u0a2e\u0a70\u0a28\u0a3f\u0a06-\u0a2a\u0a4d\u0a30\u0a2e\u0a70\u0a28\u0a3f\u0a06 \u0a35\u0a3f\u0a38\u0a3c\u0a35-\u0a35\u0a3f\u0a26\u0a3f\u0a06\u0a32\u0a3e \u0a39\u0a48\u0964 \u0a2c\u0a3f\u0a1f\u0a38 \u0a2a\u0a3f\u0a32\u0a3e\u0a28\u0a40 \u0a2d\u0a3e\u0a30\u0a24 \u0a26\u0a40 \u0a07\u0a71\u0a15 \u0a09\u0a71\u0a18\u0a40 \u0a09\u0a71\u0a1a-\u0a35\u0a3f\u0a71\u0a26\u0a3f\u0a05\u0a15 \u0a38\u0a70\u0a38\u0a25\u0a3e \u0a05\u0a24\u0a47 \u0a2f\u0a42\u0a28\u0a40\u0a35\u0a30\u0a38\u0a3f\u0a1f\u0a40 \u0a17\u0a30\u0a3e\u0a02\u0a1f \u0a15\u0a2e\u0a3f\u0a38\u0a3c\u0a28 \u0a26\u0a47 \u0a38\u0a48\u0a15\u0a38\u0a3c\u0a28 3 \u0a39\u0a47\u0a20 \u0a07\u0a71\u0a15 \u0a21\u0a40\u0a2e\u0a21 \u0a2f\u0a42\u0a28\u0a40\u0a35\u0a30\u0a38\u0a3f\u0a1f\u0a40 \u0a39\u0a48\u0964 \u0a07\u0a38 \u0a35\u0a3f\u0a38\u0a3c\u0a35-\u0a35\u0a3f\u0a26\u0a3f\u0a06\u0a32\u0a47 \u0a35\u0a3f\u0a71\u0a1a 15 \u0a07\u0a32\u0a2e\u0a40 \u0a35\u0a3f\u0a2d\u0a3e\u0a17 \u0a39\u0a28 \u0a1c\u0a3f\u0a39\u0a28\u0a3e\u0a02 \u0a26\u0a3e \u0a2e\u0a41\u0a71\u0a16 \u0a15\u0a3e\u0a30\u0a1c \u0a15\u0a47\u0a02\u0a26\u0a30 \u0a2f\u0a70\u0a24\u0a30 \u0a38\u0a3c\u0a3e\u0a38\u0a24\u0a30 \u0a05\u0a24\u0a47 \u0a35\u0a3f\u0a17\u0a3f\u0a06\u0a28 \u0a09\u0a71\u0a24\u0a47 \u0a39\u0a48\u0964 \u0a07\u0a38 \u0a26\u0a47 \u0a15\u0a48\u0a02\u0a2a\u0a38 \u0a26\u0a41\u0a2c\u0a08, \u0a38\u0a70\u0a2f\u0a41\u0a15\u0a24 \u0a05\u0a30\u0a2c \u0a05\u0a2e\u0a40\u0a30\u0a3e\u0a24 (BITS, \u0a2a\u0a3f\u0a32\u0a3e\u0a28\u0a40-\u0a26\u0a41\u0a2c\u0a08), \u0a17\u0a4b\u0a06 (BITS-\u0a2a\u0a3f\u0a32\u0a3e\u0a28\u0a40 \u0a17\u0a4b\u0a06), \u0a39\u0a48\u0a26\u0a30\u0a3e\u0a2c\u0a3e\u0a26 (BITS \u0a2a\u0a3f\u0a32\u0a3e\u0a28\u0a40 \u0a39\u0a48\u0a26\u0a30\u0a3e\u0a2c\u0a3e\u0a26) \u0a39\u0a28 \u0a05\u0a24\u0a47 \u0a2c\u0a70\u0a17\u0a32\u0a4c\u0a30 \u0a35\u0a3f\u0a16\u0a47 \u0a35\u0a3f\u0a38\u0a24\u0a3e\u0a30 \u0a15\u0a47\u0a02\u0a26\u0a30 \u0a39\u0a48\u0964\n\n Option A: \u0a30\u0a3e\u0a1c\u0a38\u0a25\u0a3e\u0a28\n\n Option B: \u0a2d\u0a3e\u0a30\u0a24\n\n Option C: \u0a2c\u0a70\u0a17\u0a32\u0a4c\u0a30\n\n Option D: \u0a17\u0a4b\u0a06", "output": "\u0a30\u0a3e\u0a1c\u0a38\u0a25\u0a3e\u0a28", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a38\u0a3f\u0a71\u0a16\u0a3e\u0a02 \u0a26\u0a40 \u0a28\u0a4c\u0a38\u0a3c\u0a39\u0a3f\u0a30\u0a3e \u0a1a \u0a2b\u0a3c\u0a24\u0a3f\u0a39 \u0a28\u0a47 \u0a05\u0a2b\u0a3c\u0a17\u0a3c\u0a3e\u0a28\u0a3e\u0a02 \u0a26\u0a40 \u0a24\u0a47 \u0a26\u0a30\u0a40\u0a0f-\u0a0f-\u0a38\u0a3f\u0a70\u0a27 \u0a35\u0a38\u0a3c\u0a15\u0a3e\u0a30 \u0a39\u0a3e\u0a15\u0a2e\u0a40\u0a24 \u0a28\u0a42\u0a70 \u0a39\u0a15\u0a40\u0a15\u0a40 \u0a24\u0a4c\u0a30 \u0a24\u0a47 \u0a16\u0a3c\u0a24\u0a2e \u0a15\u0a30 \u0a26\u0a3f\u0a71\u0a24\u0a3e \u0964 \u0a05\u0a2b\u0a3c\u0a17\u0a3c\u0a3e\u0a28\u0a3f\u0a38\u0a24\u0a3e\u0a28 \u0a1a \u0a2c\u0a3e\u0a30\u0a15\u0a1c\u0a3c\u0a08 \u0a2d\u0a3e\u0a08\u0a06\u0a02 \u0a1a \u0a06\u0a2a\u0a38 \u0a1a \u0a24\u0a16\u0a3c\u0a24 \u0a26\u0a3e \u0a1d\u0a17\u0a5c\u0a3e \u0a38\u0a3c\u0a41\u0a30\u0a42 \u0a39\u0a4b \u0a17\u0a3f\u0a06 \u0964 \u0a06\u0a1c\u0a3c\u0a2e \u0a16\u0a3c\u0a3e\u0a28 \u0a26\u0a3e \u0a2a\u0a41\u0a71\u0a24\u0a30 \u0a08\u0a2e\u0a3e\u0a28 \u0a05\u0a71\u0a32\u0a4d\u0a39\u0a3e \u0a16\u0a3c\u0a3e\u0a28 \u0a07\u0a38 \u0a2a\u0a4b\u0a5c\u0a40\u0a38\u0a3c\u0a28 \u0a1a \u0a28\u0a08\u0a02 \u0a38\u0a40 \u0a15\u0a3f \u0a09\u0a39 \u0a2c\u0a3e\u0a26\u0a38\u0a3c\u0a3e\u0a39\u0a24 \u0a24\u0a47 \u0a05\u0a2a\u0a23\u0a3e \u0a15\u0a3e\u0a2c\u0a42 \u0a30\u0a71\u0a16 \u0a38\u0a15\u0a26\u0a3e \u0964 \u0a06\u0a1c\u0a3c\u0a2e \u0a16\u0a3c\u0a3e\u0a28 \u0a26\u0a47 \u0a2d\u0a3e\u0a08 \u0a38\u0a3c\u0a47\u0a30\u0a26\u0a3f\u0a32 \u0a16\u0a3c\u0a3e\u0a28 \u0a28\u0a47 \u0a2a\u0a39\u0a3f\u0a32\u0a47 \u0a08 \u0a06\u0a2a\u0a23\u0a47 \u0a15\u0a70\u0a27\u0a3e\u0a30 \u0a26\u0a47 \u0a06\u0a1c\u0a3c\u0a3e\u0a26 \u0a39\u0a41\u0a15\u0a2e\u0a30\u0a3e\u0a28 \u0a39\u0a4b\u0a23 \u0a26\u0a3e \u0a10\u0a32\u0a3e\u0a28 \u0a15\u0a30 \u0a26\u0a3f\u0a71\u0a24\u0a3e \u0a38\u0a40 \u0964 \u0a05\u0a2e\u0a40\u0a30 \u0a26\u0a4b\u0a38\u0a24 \u0a2e\u0a41\u0a39\u0a70\u0a2e\u0a26 \u0a16\u0a3c\u0a3e\u0a28 \u0a28\u0a47 \u0a15\u0a3e\u0a2c\u0a32 \u0a26\u0a47 \u0a24\u0a16\u0a3c\u0a24 \u0a24\u0a47 \u0a2e\u0a3f\u0a32 \u0a2e\u0a3e\u0a30 \u0a32\u0a3f\u0a06 \u0964\n\n Option A: \u0a2a\u0a70\u0a1c\u0a3e\u0a2c\n\n Option B: \u0a2a\u0a3f\u0a38\u0a3c\u0a3e\u0a35\u0a30\n\n Option C: \u0a2f\u0a42\u0a30\u0a2a\u0a40\n\n Option D: \u0a17\u0a41\u0a1c\u0a30\u0a3e\u0a02\u0a35\u0a3e\u0a32\u0a3e", "output": "\u0a2a\u0a3f\u0a38\u0a3c\u0a3e\u0a35\u0a30", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: 1793 \u0a35\u0a3f\u0a71\u0a1a \u0a32\u0a42\u0a08 \u0a38\u0a4b\u0a32\u0a4d\u0a39\u0a35\u0a47\u0a02 \u0a28\u0a42\u0a70 \u0a17\u0a71\u0a26\u0a3e\u0a30\u0a40 \u0a26\u0a3e \u0a26\u0a4b\u0a38\u0a3c\u0a40 \u0a15\u0a30\u0a3e\u0a30 \u0a26\u0a47 \u0a26\u0a3f\u0a71\u0a24\u0a3e \u0a17\u0a3f\u0a06 \u0a05\u0a24\u0a47 \u0a09\u0a39\u0a26\u0a3e \u0a38\u0a3f\u0a30 \u0a15\u0a32\u0a2e \u0a15\u0a30 \u0a26\u0a3f\u0a71\u0a24\u0a3e \u0a17\u0a3f\u0a06\u0964 \u0a2f\u0a42\u0a30\u0a2a\u0a40 \u0a2c\u0a3e\u0a26\u0a38\u0a3c\u0a3e\u0a39\u0a40\u0a06\u0a02, \u0a05\u0a70\u0a26\u0a30\u0a42\u0a28\u0a40 \u0a1b\u0a3e\u0a2a\u0a47\u0a2e\u0a3e\u0a30 \u0a32\u0a5c\u0a3e\u0a08\u0a06\u0a02 \u0a05\u0a24\u0a47 \u0a07\u0a28\u0a15\u0a32\u0a3e\u0a2c\u0a3e\u0a02 \u0a16\u0a3f\u0a32\u0a3e\u0a2b\u0a3c \u0a39\u0a4b\u0a0f \u0a07\u0a28\u0a15\u0a32\u0a3e\u0a2c\u0a3e\u0a02 (\u0a1c\u0a3f\u0a35\u0a47\u0a02 \u0a15\u0a3f \u0a35\u0a4c\u0a02\u0a21\u0a47 \u0a26\u0a40 \u0a1c\u0a70\u0a17 \u0a1c\u0a3e\u0a02 \u0a38\u0a3c\u0a42\u0a06\u0a28\u0a30\u0a40) \u0a28\u0a47 \u0a07\u0a38 \u0a28\u0a35\u0a47\u0a02 \u0a2c\u0a23\u0a47 \u0a17\u0a23\u0a30\u0a3e\u0a1c \u0a28\u0a42\u0a70 \u0a2e\u0a3e\u0a30 \u0a27\u0a3e\u0a5c \u0a26\u0a47 \u0a38\u0a3c\u0a3e\u0a38\u0a28 \u0a35\u0a71\u0a32 \u0a27\u0a71\u0a15 \u0a26\u0a3f\u0a71\u0a24\u0a3e\u0964 1793 \u0a24\u0a4b\u0a02 1794 \u0a35\u0a3f\u0a1a\u0a15\u0a3e\u0a30 \u0a32\u0a17\u0a2d\u0a17 16,000 \u0a24\u0a4b\u0a02 40,000 \u0a32\u0a4b\u0a15 \u0a2b\u0a3e\u0a02\u0a38\u0a40 \u0a1a\u0a5c\u0a4d\u0a39\u0a3e \u0a26\u0a3f\u0a71\u0a24\u0a47 \u0a17\u0a0f\u0964 \u0a2a\u0a71\u0a1b\u0a2e\u0a40 \u0a2b\u0a3c\u0a30\u0a3e\u0a02\u0a38 \u0a35\u0a3f\u0a71\u0a1a 1793 \u0a24\u0a4b\u0a02 \u0a32\u0a48 \u0a15\u0a47 \u0a24\u0a71\u0a15 \u0a2c\u0a32\u0a05 (\"\u0a28\u0a40\u0a32\u0a47\", \u0a1c\u0a4b \u0a07\u0a28\u0a15\u0a32\u0a3e\u0a2c \u0a26\u0a47 \u0a39\u0a3f\u0a2e\u0a3e\u0a07\u0a24\u0a40 \u0a38\u0a28) \u0a05\u0a24\u0a47 \u0a2c\u0a32\u0a4c\u0a02 (\"\u0a1a\u0a3f\u0a71\u0a1f\u0a47\", \u0a1c\u0a4b \u0a2c\u0a3e\u0a26\u0a38\u0a3c\u0a3e\u0a39\u0a40 \u0a26\u0a47 \u0a39\u0a3f\u0a2e\u0a3e\u0a07\u0a24\u0a40 \u0a38\u0a28) \u0a35\u0a3f\u0a1a\u0a15\u0a3e\u0a30 \u0a1a\u0a71\u0a32\u0a40 \u0a16\u0a3c\u0a3e\u0a28\u0a3e\u0a1c\u0a70\u0a17\u0a40 \u0a35\u0a3f\u0a71\u0a1a \u0a24\u0a15\u0a30\u0a40\u0a2c\u0a28 2 \u0a24\u0a4b\u0a02 \u0a38\u0a3e\u0a22\u0a47 4 \u0a32\u0a71\u0a16 \u0a1c\u0a3e\u0a28\u0a3e\u0a02 \u0a1a\u0a32\u0a40\u0a06\u0a02 \u0a17\u0a08\u0a06\u0a02\u0964\n\n Option A: 1912\n\n Option B: 1852\n\n Option C: 1944\n\n Option D: 1796", "output": "1796", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a38\u0a70\u0a28 1877 \u0a08. \u0a28\u0a42\u0a70 \u0a28\u0a3e\u0a2e\u0a35\u0a30 \u0a38\u0a3f\u0a71\u0a16\u0a3e\u0a02 \u0a28\u0a47 \u0a05\u0a70\u0a2e\u0a4d\u0a30\u0a3f\u0a24\u0a38\u0a30 \u0a16\u0a3c\u0a3e\u0a32\u0a38\u0a3e \u0a15\u0a3e\u0a32\u0a1c \u0a26\u0a3e \u0a2e\u0a24\u0a3e \u0a2a\u0a3e\u0a38 \u0a15\u0a40\u0a24\u0a3e \u0a05\u0a24\u0a47 13 \u0a38\u0a3e\u0a32 \u0a2c\u0a3e\u0a05\u0a26 \u0a1a\u0a40\u0a2b\u0a3c \u0a16\u0a3e\u0a32\u0a38\u0a3e \u0a26\u0a40\u0a35\u0a3e\u0a28 \u0a28\u0a47 \u0a35\u0a3f\u0a71\u0a1a \u0a2c\u0a48\u0a20\u0a15 \u0a15\u0a30 \u0a15\u0a47 \u0a07\u0a38 \u0a26\u0a40 \u0a38\u0a25\u0a3e\u0a2a\u0a28\u0a3e \u0a32\u0a08 \u0a16\u0a3c\u0a3e\u0a32\u0a38\u0a3e \u0a15\u0a3e\u0a32\u0a1c \u0a15\u0a2e\u0a47\u0a1f\u0a40 \u0a28\u0a3f\u0a2f\u0a41\u0a15\u0a24 \u0a15\u0a40\u0a24\u0a40\u0964 \u0a21\u0a2c\u0a32\u0a3f\u0a0a. \u0a06\u0a30. \u0a10\u0a2e. \u0a39\u0a3e\u0a32\u0a40 \u0a17\u0a3e\u0a08\u0a21 \u0a28\u0a42\u0a70 \u0a2a\u0a4d\u0a30\u0a27\u0a3e\u0a28 \u0a28\u0a3f\u0a2f\u0a41\u0a15\u0a24 \u0a15\u0a40\u0a24\u0a3e\u0964 \u0a17\u0a35\u0a30\u0a28\u0a30 \u0a28\u0a42\u0a70 48,694 \u0a26\u0a38\u0a24\u0a16\u0a24\u0a3e\u0a02 \u0a35\u0a3e\u0a32\u0a3e \u0a2e\u0a70\u0a17 \u0a2a\u0a71\u0a24\u0a30 \u0a26\u0a47 \u0a15\u0a47 \u0a07\u0a38 \u0a28\u0a42\u0a70 \u0a05\u0a70\u0a2e\u0a4d\u0a30\u0a3f\u0a24\u0a38\u0a30 \u0a35\u0a3f\u0a71\u0a1a \u0a16\u0a4b\u0a32\u0a4d\u0a39\u0a23 \u0a32\u0a08 \u0a15\u0a3f\u0a39\u0a3e \u0a17\u0a3f\u0a06\u0964\n\n Option A: \u0a32\u0a3e\u0a39\u0a4c\u0a30\n\n Option B: \u0a15\u0a2a\u0a42\u0a30\u0a25\u0a32\u0a3e\n\n Option C: \u0a1c\u0a40\u0a02\u0a26\n\n Option D: \u0a28\u0a3e\u0a2d\u0a3e", "output": "\u0a32\u0a3e\u0a39\u0a4c\u0a30", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Panjabi. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0a09\u0a71\u0a24\u0a30\u0a40 \u0a17\u0a70\u0a17-\u0a26\u0a41\u0a06\u0a2c, \u0a2f\u0a2e\u0a28\u0a3e \u0a24\u0a4b\u0a02 \u0a17\u0a70\u0a17\u0a3e \u0a35\u0a3f\u0a1a\u0a15\u0a3e\u0a30 \u0a38\u0a39\u0a3e\u0a30\u0a28\u0a2a\u0a41\u0a30 \u0a24\u0a47 \u0a26\u0a47 \u0a07\u0a32\u0a3e\u0a15\u0a47 \u2019\u0a24\u0a47 \u0a16\u0a3c\u0a3e\u0a32\u0a38\u0a3e \u0a35\u0a71\u0a32\u0a4b\u0a02 1710 \u0a24\u0a4b\u0a02 1804 \u0a24\u0a15 \u0a15\u0a2c\u0a1c\u0a3c\u0a3e \u0a15\u0a30\u0a28 \u0a05\u0a24\u0a47 \u0a30\u0a3e\u0a16\u0a40 \u0a26\u0a40 \u0a09\u0a17\u0a30\u0a3e\u0a39\u0a40 \u0a32\u0a08 \u0a39\u0a4b\u0a08\u0a06\u0a02 \u0a24\u0a15\u0a30\u0a40\u0a2c\u0a28 15 \u0a32\u0a5c\u0a3e\u0a08\u0a06\u0a02 \u0a26\u0a3e \u0a35\u0a3f\u0a38\u0a25\u0a3e\u0a30 \u0a28\u0a3e\u0a32 \u0a35\u0a30\u0a23\u0a28 \u0a15\u0a40\u0a24\u0a3e\u0964 \u0a07\u0a38 \u0a07\u0a32\u0a3e\u0a15\u0a47 \u0a35\u0a3f\u0a71\u0a1a \u0a16\u0a3c\u0a3e\u0a32\u0a38\u0a3e \u0a26\u0a40 \u0a38\u0a30\u0a26\u0a3e\u0a30\u0a40 \u0a38\u0a3c\u0a3e\u0a07\u0a26 \u0a05\u0a71\u0a1c \u0a26\u0a47 \u0a07\u0a24\u0a3f\u0a39\u0a3e\u0a38\u0a15\u0a3e\u0a30 \u0a2d\u0a41\u0a71\u0a32 \u0a1a\u0a41\u0a71\u0a15\u0a47 \u0a39\u0a28\u0964\n\n Option A: \u0a2e\u0a47\u0a30\u0a20\n\n Option B: \u0a2c\u0a17\u0a26\u0a3e\u0a26\n\n Option C: \u0a32\u0a3e\u0a39\u0a4c\u0a30\n\n Option D: \u0a2c\u0a32\u0a4b\u0a1a\u0a3f\u0a38\u0a24\u0a3e\u0a28", "output": "\u0a2e\u0a47\u0a30\u0a20", "category": "Fill in The Blank 1568.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0b95\u0bcb\u0b9f\u0bcd\u0b9f\u0bbe\u0bb1\u0bc1, (\u0b86\u0b99\u0bcd\u0b95\u0bbf\u0bb2\u0bae\u0bcd : Kottar) \u0bb5\u0bbf\u0ba9\u0bcd \u0ba4\u0bae\u0bbf\u0bb4\u0bcd\u0ba8\u0bbe\u0b9f\u0bc1 \u0bae\u0bbe\u0ba8\u0bbf\u0bb2\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b85\u0bae\u0bc8\u0ba8\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3 \u0b95\u0ba9\u0bcd\u0ba9\u0bbf\u0baf\u0bbe\u0b95\u0bc1\u0bae\u0bb0\u0bbf \u0bae\u0bbe\u0bb5\u0b9f\u0bcd\u0b9f\u0bae\u0bcd, \u0ba8\u0bbe\u0b95\u0bb0\u0bcd\u0b95\u0bcb\u0bb5\u0bbf\u0bb2\u0bbf\u0bb2\u0bcd \u0ba8\u0b95\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0b9f\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0baa\u0b95\u0bc1\u0ba4\u0bbf\u0baf\u0bbe\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0b99\u0bcd\u0b95\u0bc1 \u0ba8\u0bbe\u0b95\u0bb0\u0bcd\u0b95\u0bcb\u0bb5\u0bbf\u0bb2\u0bcd \u0ba4\u0bca\u0b9f\u0bb0\u0bcd \u0bb5\u0ba3\u0bcd\u0b9f\u0bbf \u0ba8\u0bbf\u0bb2\u0bc8\u0baf\u0bae\u0bcd \u0b85\u0bae\u0bc8\u0ba8\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1, \u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd \u0b95\u0bbe\u0baf\u0bcd\u0b95\u0bb1\u0bbf, \u0b85\u0bb0\u0bbf\u0b9a\u0bbf, \u0bae\u0bbf\u0bb3\u0b95\u0bc1 \u0baa\u0bcb\u0ba9\u0bcd\u0bb1\u0bb5\u0bc8 \u0bae\u0bca\u0ba4\u0bcd\u0ba4 \u0bb5\u0bbf\u0baf\u0bbe\u0baa\u0bbe\u0bb0\u0bae\u0bbe\u0b95 \u0ba8\u0b9f\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd \u0ba8\u0b95\u0bb0\u0bbf\u0ba9\u0bcd \u0bae\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0baf \u0b9a\u0ba8\u0bcd\u0ba4\u0bc8 \u0baa\u0b95\u0bc1\u0ba4\u0bbf\u0baf\u0bbe\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0bb5\u0bbf\u0bb3\u0b99\u0bcd\u0b95\u0bc1\u0b95\u0bbf\u0bb1\u0ba4\u0bc1. \u0b9a\u0b99\u0bcd\u0b95 \u0b95\u0bbe\u0bb2\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0bae\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0baf \u0bb5\u0ba3\u0bbf\u0b95\u0ba4\u0bb2\u0bae\u0bbe\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0bb5\u0bbf\u0bb3\u0b99\u0bcd\u0b95\u0bbf\u0baf\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1. \u0b95\u0bc7\u0bb0\u0bb3 \u0bb5\u0bbf\u0baf\u0bbe\u0baa\u0bbe\u0bb0\u0bbf\u0b95\u0bb3\u0bc1\u0bae\u0bcd \u0b87\u0b99\u0bcd\u0b95\u0bbf\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0b95\u0bca\u0bb3\u0bcd\u0bae\u0bc1\u0ba4\u0bb2\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0b95\u0bbf\u0bb1\u0bbe\u0bb0\u0bcd\u0b95\u0bb3\u0bcd.\n\n Option A: \u0bae\u0bbe\u0ba8\u0bbf\u0bb2\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd\n\n Option B: \u0ba4\u0bae\u0bbf\u0bb4\u0bcd\u0ba8\u0bbe\u0b9f\u0bc1\n\n Option C: \u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe\n\n Option D: \u0baa\u0bbe\u0bb7\u0bcd\u0b95\u0bc0\u0bb0\u0bbf\u0baf\u0bbe", "output": "\u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0bb5\u0bbf\u0b95\u0bcd\u0bb0\u0bae\u0bae\u0bcd \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf (Vikkramam Gram Panchayat), \u0ba4\u0bae\u0bbf\u0bb4\u0bcd\u0ba8\u0bbe\u0b9f\u0bcd\u0b9f\u0bbf\u0ba9\u0bcd \u0ba4\u0b9e\u0bcd\u0b9a\u0bbe\u0bb5\u0bc2\u0bb0\u0bcd \u0bae\u0bbe\u0bb5\u0b9f\u0bcd\u0b9f\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b89\u0bb3\u0bcd\u0bb3 \u0bb5\u0b9f\u0bcd\u0b9f\u0bbe\u0bb0\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b85\u0bae\u0bc8\u0ba8\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1. \u0b87\u0ba8\u0bcd\u0ba4 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf, \u0baa\u0b9f\u0bcd\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bcb\u0b9f\u0bcd\u0b9f\u0bc8 \u0b9a\u0b9f\u0bcd\u0b9f\u0bae\u0ba9\u0bcd\u0bb1\u0ba4\u0bcd \u0ba4\u0bca\u0b95\u0bc1\u0ba4\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0ba4\u0b9e\u0bcd\u0b9a\u0bbe\u0bb5\u0bc2\u0bb0\u0bcd \u0bae\u0b95\u0bcd\u0b95\u0bb3\u0bb5\u0bc8\u0ba4\u0bcd \u0ba4\u0bca\u0b95\u0bc1\u0ba4\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0b89\u0b9f\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bbe\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0ba8\u0bcd\u0ba4 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf, \u0bae\u0bca\u0ba4\u0bcd\u0ba4\u0bae\u0bcd 7 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf \u0bae\u0ba9\u0bcd\u0bb1\u0ba4\u0bcd \u0ba4\u0bca\u0b95\u0bc1\u0ba4\u0bbf\u0b95\u0bb3\u0bc8\u0b95\u0bcd \u0b95\u0bca\u0ba3\u0bcd\u0b9f\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1. \u0b87\u0bb5\u0bb1\u0bcd\u0bb1\u0bbf\u0bb2\u0bcd \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 7 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf \u0bae\u0ba9\u0bcd\u0bb1 \u0b89\u0bb1\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bb0\u0bcd\u0b95\u0bb3\u0bc8\u0ba4\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0ba9\u0bcd\u0bb1\u0ba9\u0bb0\u0bcd. 2011\u0b86\u0bae\u0bcd \u0b86\u0ba3\u0bcd\u0b9f\u0bc1 \u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf \u0bae\u0b95\u0bcd\u0b95\u0bb3\u0bcd \u0ba4\u0bca\u0b95\u0bc8 \u0b95\u0ba3\u0b95\u0bcd\u0b95\u0bc6\u0b9f\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bcd\u0baa\u0b9f\u0bbf, \u0bae\u0bca\u0ba4\u0bcd\u0ba4 \u0bae\u0b95\u0bcd\u0b95\u0bb3\u0bcd \u0ba4\u0bca\u0b95\u0bc8 4415 \u0b86\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0bb5\u0bb0\u0bcd\u0b95\u0bb3\u0bbf\u0bb2\u0bcd \u0baa\u0bc6\u0ba3\u0bcd\u0b95\u0bb3\u0bcd 2283 \u0baa\u0bc7\u0bb0\u0bc1\u0bae\u0bcd \u0b86\u0ba3\u0bcd\u0b95\u0bb3\u0bcd 2132 \u0baa\u0bc7\u0bb0\u0bc1\u0bae\u0bcd \u0b89\u0bb3\u0bcd\u0bb3\u0ba9\u0bb0\u0bcd.\n\n Option A: \u0baa\u0b9f\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bbe\u0b99\u0bcd\n\n Option B: \u0ba4\u0b9e\u0bcd\u0b9a\u0bbe\u0bb5\u0bc2\u0bb0\u0bcd\n\n Option C: \u0baa\u0b9f\u0bcd\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bcb\u0b9f\u0bcd\u0b9f\u0bc8\n\n Option D: \u0bae\u0ba4\u0bc1\u0b95\u0bcd\u0b95\u0bc2\u0bb0\u0bcd", "output": "\u0bae\u0ba4\u0bc1\u0b95\u0bcd\u0b95\u0bc2\u0bb0\u0bcd", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0b9a\u0bc1\u0bae\u0bbf\u0ba4\u0bbe \u0baa\u0b9f\u0bcd\u0b9f\u0bc0\u0bb2\u0bcd (\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd 7,1955 \u2013 \u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd 13,1986) \u0b8e\u0ba9\u0bcd\u0baa\u0bb5\u0bb0\u0bcd \u0ba8\u0b9f\u0bbf\u0b95\u0bc8 \u0b86\u0bb5\u0bbe\u0bb0\u0bcd. \u0b87\u0bb5\u0bb0\u0bcd \u0ba4\u0bbf\u0bb0\u0bc8\u0baa\u0bcd\u0baa\u0b9f\u0bae\u0bcd \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0ba8\u0bbe\u0b9f\u0b95\u0b99\u0bcd\u0b95\u0bb3\u0bbf\u0bb2\u0bcd \u0ba8\u0b9f\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3\u0bbe\u0bb0\u0bcd. \u0b87\u0bb5\u0bb0\u0ba4\u0bc1 \u0b95\u0bbe\u0bb2\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4 \u0bae\u0bc7\u0b9f\u0bc8 \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0ba4\u0bbf\u0bb0\u0bc8\u0baa\u0bcd\u0baa\u0b9f \u0ba8\u0b9f\u0bbf\u0b95\u0bc8\u0b95\u0bb3\u0bcd \u0bae\u0ba4\u0bcd\u0ba4\u0bbf\u0baf\u0bbf\u0bb2\u0bcd \u0b87\u0bb5\u0bb0\u0ba4\u0bc1 \u0baa\u0b99\u0bcd\u0b95\u0bc1 \u0bae\u0bbf\u0b95\u0b9a\u0bcd\u0b9a\u0bbf\u0bb1\u0baa\u0bcd\u0baa\u0bbe\u0b95 \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0ba4\u0bc1 \u0b87\u0bb5\u0bb0\u0bcd \u0b87\u0ba8\u0bcd\u0ba4\u0bbf \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0bae\u0bb0\u0bbe\u0ba4\u0bcd\u0ba4\u0bbf\u0baf \u0bae\u0bca\u0bb4\u0bbf\u0baf\u0bbf\u0bb2\u0bcd 80\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0bae\u0bc7\u0bb1\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0ba4\u0bbf\u0bb0\u0bc8\u0baa\u0bcd\u0baa\u0b9f\u0b99\u0bcd\u0b95\u0bb3\u0bbf\u0bb2\u0bcd \u0ba8\u0b9f\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3\u0bbe\u0bb0\u0bcd.\n\n Option A: \u0bae\u0b95\u0bbe\u0bb0\u0bbe\u0b9f\u0bcd\u0b9f\u0bbf\u0bb0\u0bae\u0bcd\n\n Option B: \u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\n\n Option C: \u0baa\u0ba4\u0bcd\u0bae\u0b9a\u0bbf\u0bb1\u0bc0\n\n Option D: \u0ba4\u0bc2\u0bb0\u0bcd\u0ba4\u0bb0\u0bcd\u0bb7\u0ba9\u0bbf\u0bb2\u0bcd", "output": "\u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0ba8\u0b9f\u0bbf\u0b95\u0bc8\u0baf\u0bb0\u0bcd \u0ba4\u0bbf\u0bb2\u0b95\u0bae\u0bcd (Nadigaiyar Thilagam), \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc1 2018 \u0b86\u0ba3\u0bcd\u0b9f\u0bc8\u0baf \u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0ba4\u0bcd \u0ba4\u0bbf\u0bb0\u0bc8\u0baa\u0bcd\u0baa\u0b9f\u0bae\u0bbe\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0baa\u0bcd\u0baa\u0b9f\u0bae\u0bcd \u0ba8\u0bbe\u0b95\u0bcd \u0b85\u0bb8\u0bcd\u0bb5\u0bbf\u0ba9\u0bbf\u0ba9\u0bcd \u0b87\u0baf\u0b95\u0bcd\u0b95\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0ba4\u0bae\u0bbf\u0bb4\u0bcd, \u0ba4\u0bc6\u0bb2\u0bc1\u0b99\u0bcd\u0b95\u0bc1, \u0bae\u0bb2\u0bc8\u0baf\u0bbe\u0bb3\u0bae\u0bcd, \u0b87\u0ba8\u0bcd\u0ba4\u0bbf \u0b86\u0b95\u0bbf\u0baf \u0ba8\u0bbe\u0ba9\u0bcd\u0b95\u0bc1 \u0bae\u0bca\u0bb4\u0bbf\u0b95\u0bb3\u0bbf\u0bb2\u0bcd, \u0bb5\u0bc8\u0b9c\u0bc6\u0baf\u0ba8\u0bcd\u0ba4\u0bbf \u0bae\u0bc2\u0bb5\u0bbf\u0b9a\u0bbf\u0ba9\u0bcd \u0ba4\u0baf\u0bbe\u0bb0\u0bbf\u0baa\u0bcd\u0baa\u0bbf\u0bb2\u0bcd \u0bb5\u0bc6\u0bb3\u0bbf\u0baf\u0bbe\u0ba9 \u0bb5\u0bbe\u0bb4\u0bcd\u0b95\u0bcd\u0b95\u0bc8 \u0bb5\u0bb0\u0bb2\u0bbe\u0bb1\u0bcd\u0bb1\u0bc1\u0ba4\u0bcd \u0ba4\u0bbf\u0bb0\u0bc8\u0baa\u0bcd\u0baa\u0b9f\u0bae\u0bcd. \u0ba4\u0bc1\u0bb2\u0bcd\u0b95\u0bb0\u0bcd \u0b9a\u0bb2\u0bcd\u0bae\u0bbe\u0ba9\u0bcd, \u0b95\u0bc0\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bbf \u0b9a\u0bc1\u0bb0\u0bc7\u0bb7\u0bcd, \u0b9a\u0bae\u0ba8\u0bcd\u0ba4\u0bbe, \u0bb5\u0bbf\u0b9c\u0baf\u0bcd \u0ba4\u0bc7\u0bb5\u0bb0\u0b95\u0bca\u0ba3\u0bcd\u0b9f\u0bbe, \u0baa\u0bbf\u0bb0\u0b95\u0bbe\u0bb7\u0bcd \u0bb0\u0bbe\u0b9c\u0bcd \u0b86\u0b95\u0bbf\u0baf\u0bcb\u0bb0\u0bcd \u0bae\u0bc1\u0ba4\u0ba9\u0bcd\u0bae\u0bc8\u0baa\u0bcd \u0baa\u0bbe\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0b99\u0bcd\u0b95\u0bb3\u0bbf\u0bb2\u0bcd \u0ba8\u0b9f\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3\u0ba9\u0bb0\u0bcd. \u0b87\u0baa\u0bcd\u0baa\u0b9f\u0bae\u0bcd \u0bae\u0bbf\u0b95\u0bcd\u0b95\u0bbf \u0b9c\u0bc6. \u0bae\u0bc7\u0baf\u0bb0\u0bbf\u0ba9\u0bcd \u0b87\u0b9a\u0bc8\u0baf\u0bbf\u0bb2\u0bcd, \u0b9f\u0bc7\u0ba9\u0bbf \u0b9a\u0bbe\u0ba9\u0bcd\u0b9a\u0bc6\u0bb8\u0bcd \u0bb2\u0bcb\u0baa\u0bcd\u0b9a\u0bbf\u0ba9\u0bcd \u0b92\u0bb3\u0bbf\u0baa\u0bcd\u0baa\u0ba4\u0bbf\u0bb5\u0bbf\u0bb2\u0bcd, \u0baa\u0b9f\u0bae\u0bbe\u0b95\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1. \u0b87\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8\u0baa\u0bcd\u0baa\u0b9f\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0baa\u0b9f\u0baa\u0bcd\u0baa\u0bbf\u0b9f\u0bbf\u0baa\u0bcd\u0baa\u0bc1 31, \u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd\u0b9a\u0bc1 2017\u0b87\u0bb2\u0bcd \u0ba4\u0bca\u0b9f\u0b99\u0bcd\u0b95\u0bbf\u0baf\u0ba4\u0bc1. \u0b87\u0baa\u0bcd\u0baa\u0b9f\u0bae\u0bcd 9 \u0bae\u0bc7 2018 \u0b85\u0ba9\u0bcd\u0bb1\u0bc1 \u0ba4\u0bc6\u0bb2\u0bc1\u0b99\u0bcd\u0b95\u0bbf\u0bb2\u0bcd \u0bae\u0b95\u0bbe\u0ba8\u0b9f\u0bbf \u0b8e\u0ba9\u0bcd\u0bb1 \u0baa\u0bc6\u0baf\u0bb0\u0bbf\u0bb2\u0bc1\u0bae\u0bcd, 11 \u0bae\u0bc7 2018 \u0b85\u0ba9\u0bcd\u0bb1\u0bc1 \u0ba4\u0bae\u0bbf\u0bb4\u0bbf\u0bb2\u0bc1\u0bae\u0bcd \u0bb5\u0bc6\u0bb3\u0bbf\u0baf\u0bbe\u0ba9\u0ba4\u0bc1.\n\n Option A: \u0b9a\u0bbe\u0bb5\u0bbf\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bbf\n\n Option B: \u0b9c\u0bae\u0bc1\u0ba9\u0bbe\u0bb5\u0bbe\u0b95\n\n Option C: \u0b9a\u0bbe\u0bb5\u0bbf\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bbf\u0baf\u0bbf\u0ba9\u0bcd\n\n Option D: \u0b9a\u0bae\u0ba8\u0bcd\u0ba4\u0bbe", "output": "\u0b9a\u0bbe\u0bb5\u0bbf\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bbf\u0baf\u0bbf\u0ba9\u0bcd", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0baa\u0bbe\u0bb0\u0bcd\u0bb5\u0bcb\u0ba9\u0bcd \u0bae\u0bc2\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b85\u0bae\u0bc6\u0ba9\u0bbf\u0bae\u0bcd\u0bb9\u0ba4\u0bcd \u0b86\u0b9f\u0bcd\u0b9a\u0bbf\u0b95\u0bcd \u0b95\u0bbe\u0bb2\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd, \u0b8e\u0b95\u0bbf\u0baa\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0bae\u0ba4\u0bcd\u0ba4\u0bbf\u0baf \u0b95\u0bbe\u0bb2 \u0b87\u0bb0\u0bbe\u0b9a\u0bcd\u0b9a\u0bbf\u0baf\u0bae\u0bcd \u0bb5\u0bc7\u0bb3\u0bbe\u0ba3\u0bcd\u0bae\u0bc8, \u0baa\u0bca\u0bb0\u0bc1\u0bb3\u0bbe\u0ba4\u0bbe\u0bb0\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0b89\u0b9a\u0bcd\u0b9a\u0bbe\u0ba3\u0bbf\u0b95\u0bcd\u0b95\u0bc1 \u0b9a\u0bc6\u0ba9\u0bcd\u0bb1\u0ba4\u0bc1. \u0b87\u0bb5\u0bb0\u0bcd \u0b95\u0bbe\u0bb2\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b85\u0bb0\u0b9a \u0b95\u0bc1\u0b9f\u0bc1\u0bae\u0bcd\u0baa\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bb0\u0bbf\u0ba9\u0bcd \u0b87\u0bb1\u0ba8\u0bcd\u0ba4 \u0b89\u0b9f\u0bb2\u0bcd\u0b95\u0bb3\u0bc8 \u0bae\u0bae\u0bcd\u0bae\u0bbf\u0baf\u0bbe\u0b95\u0bcd\u0b95\u0bbf \u0b95\u0bb3\u0bbf\u0bb2\u0bcd \u0bb5\u0bc8\u0ba4\u0bcd\u0ba4\u0bc1\u0b95\u0bcd \u0b95\u0bbe\u0ba4\u0bcd\u0ba4\u0ba9\u0bb0\u0bcd. \u0b9a\u0bbf\u0ba9\u0bbe\u0baf\u0bcd \u0ba4\u0bc0\u0baa\u0b95\u0bb1\u0bcd\u0baa\u0baa\u0bcd \u0baa\u0b95\u0bc1\u0ba4\u0bbf\u0baf\u0bbf\u0bb2\u0bcd \u0b95\u0bbe\u0bb5\u0bb2\u0bcd \u0b95\u0bc2\u0b9f\u0b99\u0bcd\u0b95\u0bb3\u0bcd, \u0b95\u0bcb\u0b9f\u0bcd\u0b9f\u0bc8\u0b95\u0bcd \u0b95\u0bca\u0ba4\u0bcd\u0ba4\u0bb3\u0b99\u0bcd\u0b95\u0bb3\u0bcd, \u0bae\u0ba4\u0bbf\u0bb2\u0bcd \u0b9a\u0bc1\u0bb5\u0bb0\u0bcd\u0b95\u0bb3\u0bcd \u0b85\u0ba4\u0bbf\u0b95\u0bae\u0bbe\u0b95 \u0ba8\u0bbf\u0bb1\u0bc1\u0bb5\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bc1.\n\n Option A: \u0ba8\u0bc2\u0baa\u0bbf\u0baf\u0bbe\n\n Option B: \u0ba8\u0bc1\u0baa\u0bbf\u0baf\u0bbe\n\n Option C: \u0baa\u0bbf\u0bb0\u0bae\u0bbf\u0b9f\u0bc1\n\n Option D: \u0b87\u0b9f\u0bcd\u0b9c\u0bcd\u0ba4\u0bbe\u0bb5\u0bbf", "output": "\u0baa\u0bbf\u0bb0\u0bae\u0bbf\u0b9f\u0bc1", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0bae\u0bcb\u0baa\u0bbf\u0bb0\u0bbf\u0baa\u0b9f\u0bcd\u0b9f\u0bbf \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf (Mobiripatti Gram Panchayat), \u0ba4\u0bae\u0bbf\u0bb4\u0bcd\u0ba8\u0bbe\u0b9f\u0bcd\u0b9f\u0bbf\u0ba9\u0bcd \u0ba4\u0bb0\u0bcd\u0bae\u0baa\u0bc1\u0bb0\u0bbf \u0bae\u0bbe\u0bb5\u0b9f\u0bcd\u0b9f\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b89\u0bb3\u0bcd\u0bb3 \u0bb5\u0b9f\u0bcd\u0b9f\u0bbe\u0bb0\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0b85\u0bae\u0bc8\u0ba8\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1. \u0b87\u0ba8\u0bcd\u0ba4 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf, \u0b85\u0bb0\u0bc2\u0bb0\u0bcd \u0b9a\u0b9f\u0bcd\u0b9f\u0bae\u0ba9\u0bcd\u0bb1\u0ba4\u0bcd \u0ba4\u0bca\u0b95\u0bc1\u0ba4\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0ba4\u0bb0\u0bcd\u0bae\u0baa\u0bc1\u0bb0\u0bbf \u0bae\u0b95\u0bcd\u0b95\u0bb3\u0bb5\u0bc8\u0ba4\u0bcd \u0ba4\u0bca\u0b95\u0bc1\u0ba4\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0b89\u0b9f\u0bcd\u0baa\u0b9f\u0bcd\u0b9f\u0ba4\u0bbe\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0ba8\u0bcd\u0ba4 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf, \u0bae\u0bca\u0ba4\u0bcd\u0ba4\u0bae\u0bcd 7 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf \u0bae\u0ba9\u0bcd\u0bb1\u0ba4\u0bcd \u0ba4\u0bca\u0b95\u0bc1\u0ba4\u0bbf\u0b95\u0bb3\u0bc8\u0b95\u0bcd \u0b95\u0bca\u0ba3\u0bcd\u0b9f\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1. \u0b87\u0bb5\u0bb1\u0bcd\u0bb1\u0bbf\u0bb2\u0bcd \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 7 \u0b8a\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf \u0bae\u0ba9\u0bcd\u0bb1 \u0b89\u0bb1\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bb0\u0bcd\u0b95\u0bb3\u0bc8\u0ba4\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0ba9\u0bcd\u0bb1\u0ba9\u0bb0\u0bcd. 2011\u0b86\u0bae\u0bcd \u0b86\u0ba3\u0bcd\u0b9f\u0bc1 \u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf \u0bae\u0b95\u0bcd\u0b95\u0bb3\u0bcd \u0ba4\u0bca\u0b95\u0bc8 \u0b95\u0ba3\u0b95\u0bcd\u0b95\u0bc6\u0b9f\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bcd\u0baa\u0b9f\u0bbf, \u0bae\u0bca\u0ba4\u0bcd\u0ba4 \u0bae\u0b95\u0bcd\u0b95\u0bb3\u0bcd \u0ba4\u0bca\u0b95\u0bc8 4694 \u0b86\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0bb5\u0bb0\u0bcd\u0b95\u0bb3\u0bbf\u0bb2\u0bcd \u0baa\u0bc6\u0ba3\u0bcd\u0b95\u0bb3\u0bcd 2294 \u0baa\u0bc7\u0bb0\u0bc1\u0bae\u0bcd \u0b86\u0ba3\u0bcd\u0b95\u0bb3\u0bcd 2400 \u0baa\u0bc7\u0bb0\u0bc1\u0bae\u0bcd \u0b89\u0bb3\u0bcd\u0bb3\u0ba9\u0bb0\u0bcd.\n\n Option A: \u0baa\u0bc2\u0b99\u0bcd\u0b95\u0bbe\n\n Option B: \u0ba4\u0bb0\u0bcd\u0bae\u0baa\u0bc1\u0bb0\u0bbf\n\n Option C: \u0b85\u0bb0\u0bc2\u0bb0\u0bcd\n\n Option D: \u0b8e\u0b9f\u0bcd\u0b9f\u0bbf\u0baa\u0b9f\u0bcd\u0b9f\u0bbf", "output": "\u0b85\u0bb0\u0bc2\u0bb0\u0bcd", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0baa\u0bc6\u0bb0\u0bc1 \u0bb5\u0b9f\u0bcd\u0b9f\u0bae\u0bcd \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc1, \u0b95\u0bcb\u0bb3\u0bae\u0bca\u0ba9\u0bcd\u0bb1\u0bbf\u0bb2\u0bcd, \u0b85\u0ba4\u0ba9\u0bcd \u0bae\u0bc7\u0bb1\u0bcd\u0baa\u0bb0\u0baa\u0bcd\u0baa\u0bc8 \u0baf\u0bbe\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0b85\u0b95\u0bcd\u0b95\u0bcb\u0bb3\u0ba4\u0bcd\u0ba4\u0bc8 \u0b9a\u0bb0\u0bbf \u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0baa\u0bbf\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd \u0b92\u0bb0\u0bc1 \u0bb5\u0b9f\u0bcd\u0b9f\u0bae\u0bcd \u0b86\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0ba9\u0bcd\u0ba9\u0bc1\u0bae\u0bca\u0bb0\u0bc1 \u0bae\u0bc1\u0bb1\u0bc8\u0baf\u0bbf\u0bb2\u0bcd, \u0b95\u0bcb\u0bb3\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0bae\u0bc7\u0bb1\u0bcd\u0baa\u0bb0\u0baa\u0bcd\u0baa\u0bc8 \u0baa\u0bb0\u0bbf\u0ba4\u0bbf\u0baf\u0bbe\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0b95\u0bcb\u0bb3\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0bae\u0bc8\u0baf\u0ba4\u0bcd\u0ba4\u0bc8 \u0bae\u0bc8\u0baf\u0bae\u0bbe\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0b95\u0bca\u0ba3\u0bcd\u0b9f \u0b92\u0bb0\u0bc1 \u0bb5\u0b9f\u0bcd\u0b9f\u0bae\u0bbe\u0b95\u0bc1\u0bae\u0bcd. \u0baa\u0bc6\u0bb0\u0bc1 \u0bb5\u0b9f\u0bcd\u0b9f\u0bae\u0bcd \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc1 \u0b95\u0bcb\u0bb3\u0bae\u0bca\u0ba9\u0bcd\u0bb1\u0bbf\u0ba9\u0bcd \u0bae\u0bc8\u0baf\u0ba4\u0bcd\u0ba4\u0bc2\u0b9f\u0bbe\u0b95 \u0b9a\u0bc6\u0bb2\u0bcd\u0bb2\u0bc1\u0bae\u0bcd \u0b92\u0bb0\u0bc1 \u0ba4\u0bb3\u0bae\u0bbe\u0b95\u0bc1\u0bae\u0bcd.\n\n Option A: \u0b85\u0b95\u0bb2\u0bbe\u0b99\u0bcd\u0b95\u0bc1\n\n Option B: \u0baa\u0bb0\u0bbf\u0ba4\u0bbf\n\n Option C: \u0ba4\u0bc7\u0ba9\u0bc0\n\n Option D: \u0ba8\u0bc6\u0b9f\u0bcd\u0b9f\u0bbe\u0b99\u0bcd\u0b95\u0bc1", "output": "\u0baa\u0bb0\u0bbf\u0ba4\u0bbf", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0b9a\u0bb0\u0b9a\u0bbe\u0bb2\u0bc8 \u0baf\u0bbe\u0bb4\u0bcd\u0baa\u0bcd\u0baa\u0bbe\u0ba3 \u0bae\u0bbe\u0bb5\u0b9f\u0bcd\u0b9f\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0baa\u0bcd \u0baa\u0bbf\u0bb0\u0bbf\u0bb5\u0bbf\u0bb2\u0bcd, \u0b9a\u0bbe\u0bb5\u0b95\u0b9a\u0bcd\u0b9a\u0bc7\u0bb0\u0bbf \u0baa\u0bbf\u0bb0\u0ba4\u0bc7\u0b9a \u0b9a\u0bc6\u0baf\u0bb2\u0bbe\u0bb3\u0bb0\u0bcd \u0baa\u0bbf\u0bb0\u0bbf\u0bb5\u0bbf\u0bb2\u0bcd \u0b89\u0bb3\u0bcd\u0bb3 \u0b93\u0bb0\u0bcd \u0b8a\u0bb0\u0bcd \u0b86\u0b95\u0bc1\u0bae\u0bcd. \u0b87\u0bb5\u0bcd\u0bb5\u0bc2\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bb5\u0b9f\u0b95\u0bcd\u0b95\u0bbf\u0bb2\u0bcd \u0b95\u0baa\u0bcd\u0baa\u0bc2\u0ba4\u0bc1 \u0b95\u0bbf\u0bb0\u0bbe\u0bae\u0bae\u0bc1\u0bae\u0bcd, \u0b95\u0bbf\u0bb4\u0b95\u0bcd\u0b95\u0bbf\u0bb2\u0bcd \u0bae\u0bc0\u0b9a\u0bbe\u0bb2\u0bc8, \u0bae\u0ba8\u0bcd\u0ba4\u0bc1\u0bb5\u0bbf\u0bb2\u0bcd \u0b8e\u0ba9\u0bcd\u0baa\u0ba9\u0bb5\u0bc1\u0bae\u0bcd, \u0ba4\u0bc6\u0bb1\u0bcd\u0b95\u0bbf\u0bb2\u0bcd \u0bae\u0b9f\u0bcd\u0b9f\u0bc1\u0bb5\u0bbf\u0bb2\u0bcd \u0b95\u0bbf\u0bb4\u0b95\u0bcd\u0b95\u0bc1\u0baa\u0bcd \u0baa\u0b95\u0bc1\u0ba4\u0bbf\u0baf\u0bc1\u0bae\u0bcd, \u0bae\u0bc7\u0bb1\u0bcd\u0b95\u0bbf\u0bb2\u0bcd \u0bb5\u0bb2\u0bbf\u0b95\u0bbe\u0bae\u0bae\u0bcd \u0baa\u0bbf\u0bb0\u0bbf\u0bb5\u0bc8\u0b9a\u0bcd \u0b9a\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4 \u0bb5\u0bbe\u0ba4\u0bb0\u0bb5\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0b89\u0bb3\u0bcd\u0bb3\u0ba9. \u0b87\u0bb5\u0bcd\u0bb5\u0bc2\u0bb0\u0bcd \u0b9a\u0bb0\u0b9a\u0bbe\u0bb2\u0bc8 \u0bb5\u0b9f\u0b95\u0bcd\u0b95\u0bc1, \u0b9a\u0bb0\u0b9a\u0bbe\u0bb2\u0bc8 \u0ba4\u0bc6\u0bb1\u0bcd\u0b95\u0bc1 \u0b8e\u0ba9\u0bcd\u0ba9\u0bc1\u0bae\u0bcd \u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bc1 \u0b95\u0bbf\u0bb0\u0bbe\u0bae \u0b85\u0bb2\u0bc1\u0bb5\u0bb2\u0bb0\u0bcd \u0baa\u0bbf\u0bb0\u0bbf\u0bb5\u0bc1\u0b95\u0bb3\u0bc1\u0b95\u0bcd\u0b95\u0bc1\u0bb3\u0bcd \u0b85\u0b9f\u0b99\u0bcd\u0b95\u0bbf\u0baf\u0bc1\u0bb3\u0bcd\u0bb3\u0ba4\u0bc1.\u0baf\u0bbe\u0bb4\u0bcd\u0baa\u0bcd\u0baa\u0bbe\u0ba3\u0bae\u0bcd - \u0b95\u0ba3\u0bcd\u0b9f\u0bbf \u0bb5\u0bc0\u0ba4\u0bbf\u0b95\u0bcd\u0b95\u0bc1 \u0bb5\u0b9f\u0b95\u0bcd\u0b95\u0bc7 \u0b9a\u0bbe\u0bb5\u0b95\u0b9a\u0bcd\u0b9a\u0bc7\u0bb0\u0bbf\u0baf\u0bbf\u0bb2\u0bcd \u0b87\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0b8f\u0bb1\u0ba4\u0bcd\u0ba4\u0bbe\u0bb4 \u0b90\u0ba8\u0bcd\u0ba4\u0bc1 \u0b95\u0bbf\u0bb2\u0bcb\u0bae\u0bc0\u0b9f\u0bcd\u0b9f\u0bb0\u0bcd \u0ba4\u0bca\u0bb2\u0bc8\u0bb5\u0bbf\u0bb2\u0bcd \u0b89\u0bb3\u0bcd\u0bb3 \u0b87\u0bb5\u0bcd\u0bb5\u0bc2\u0bb0\u0bc1\u0b95\u0bc1 \u0baa\u0bb0\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1\u0bb1\u0bc8 \u0ba8\u0bcb\u0b95\u0bcd\u0b95\u0bbf\u0b9a\u0bcd \u0b9a\u0bc6\u0bb2\u0bcd\u0bb2\u0bc1\u0bae\u0bcd \u0b9a\u0bb0\u0b9a\u0bbe\u0bb2\u0bc8-\u0ba8\u0bc1\u0ba3\u0bbe\u0bb5\u0bbf\u0bb2\u0bcd \u0bb5\u0bc0\u0ba4\u0bbf \u0b8a\u0b9f\u0bbe\u0b95 \u0baa\u0baf\u0ba3\u0bae\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0bb2\u0bbe\u0bae\u0bcd.\n\n Option A: \u0b9a\u0bbe\u0bb5\u0b95\u0b9a\u0bcd\u0b9a\u0bc7\u0bb0\u0bbf\n\n Option B: \u0bae\u0bc0\u0b9a\u0bbe\u0bb2\u0bc8\n\n Option C: \u0ba4\u0bc6\u0ba9\u0bcd\u0bae\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf\n\n Option D: \u0baa\u0bb0\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1\u0bb1\u0bc8", "output": "\u0ba4\u0bc6\u0ba9\u0bcd\u0bae\u0bb0\u0bbe\u0b9f\u0bcd\u0b9a\u0bbf", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Tamil. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0b87\u0ba4\u0ba9\u0bcd \u0b95\u0ba4\u0bc8, \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0ba4\u0bbf\u0bb0\u0bc8\u0b95\u0bcd\u0b95\u0ba4\u0bc8 \u0b89\u0bb0\u0bc1\u0bb5\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0baf\u0bb5\u0bb0\u0bcd \u0b8e\u0bae\u0bcd. \u0b9f\u0bbf. \u0bb5\u0bbe\u0b9a\u0bc1\u0ba4\u0bc7\u0bb5\u0ba9\u0bcd \u0ba8\u0bbe\u0baf\u0bb0\u0bcd \u0b86\u0bb5\u0bbe\u0bb0\u0bcd. \u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd \u0b87\u0baa\u0bcd\u0baa\u0b9f\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd , \u0bae\u0bcb\u0ba9\u0bbf\u0bb7\u0bbe \u0b89\u0ba3\u0bcd\u0ba3\u0bbf, \u0ba4\u0bbf\u0bb2\u0b95\u0ba9\u0bcd, \u0b95\u0bc0\u0ba4\u0bbe, \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0baa\u0bb2\u0bb0\u0bcd \u0bae\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0baf \u0bb5\u0bc7\u0b9f\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b8f\u0bb1\u0bcd\u0bb1\u0bc1 \u0ba8\u0b9f\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1\u0bb3\u0bcd\u0bb3\u0bbe\u0bb0\u0bcd\u0b95\u0bb3\u0bcd. \u0b87\u0baa\u0bcd\u0baa\u0b9f\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0ba8\u0b9f\u0bbf\u0ba4\u0bcd\u0ba4\u0ba4\u0bb1\u0bcd\u0b95\u0bbe\u0b95 1987 \u0b86\u0bae\u0bcd \u0b86\u0ba3\u0bcd\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0bbe\u0ba9 \u0b9a\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4 \u0ba4\u0bc1\u0ba3\u0bc8 \u0ba8\u0b9f\u0bbf\u0b95\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bbe\u0ba9 \u0bb5\u0bbf\u0bb0\u0bc1\u0ba4\u0bc1 \u0ba4\u0bbf\u0bb2\u0b95\u0ba9\u0bc1\u0b95\u0bcd\u0b95\u0bc1\u0b95\u0bcd \u0b95\u0bbf\u0b9f\u0bc8\u0ba4\u0bcd\u0ba4\u0ba4\u0bc1.\n\n Option A: \u0b95\u0bc0\u0ba4\u0bbe\n\n Option B: \u0b9a\u0b99\u0bcd\u0b95\u0bb0\u0bbe\u0b9f\u0bbf\n\n Option C: \u0bb5\u0bbf\u0ba9\u0bc0\u0ba4\u0bcd\n\n Option D: \u0ba4\u0bbf\u0bb2\u0b95\u0ba9\u0bcd", "output": "\u0bb5\u0bbf\u0ba9\u0bc0\u0ba4\u0bcd", "category": "Fill in The Blank 1569.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02\u0c32\u0c4b \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32\u0c32\u0c41 \u0c30\u0c46\u0c02\u0c21\u0c41 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c2c\u0c3e\u0c32\u0c2c\u0c21\u0c3f \u0c32\u0c4b\u0c28\u0c41, \u0c2e\u0c3e\u0c27\u0c4d\u0c2f\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32, \u0c38\u0c2e\u0c40\u0c2a \u0c05\u0c28\u0c3f\u0c2f\u0c24 \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c15\u0c47\u0c02\u0c26\u0c4d\u0c30\u0c02 \u0c2a\u0c46\u0c26\u0c35\u0c47\u0c17\u0c3f\u0c32\u0c4b\u0c28\u0c41, \u0c2a\u0c46\u0c26\u0c35\u0c47\u0c17\u0c3f\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c38\u0c2e\u0c40\u0c2a \u0c1c\u0c42\u0c28\u0c3f\u0c2f\u0c30\u0c4d \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c06\u0c30\u0c4d\u0c1f\u0c4d\u0c38\u0c4d / \u0c38\u0c48\u0c28\u0c4d\u0c38\u0c4d \u0c21\u0c3f\u0c17\u0c4d\u0c30\u0c40 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c3f\u0c02\u0c17\u0c4d \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c38\u0c2e\u0c40\u0c2a \u0c35\u0c48\u0c26\u0c4d\u0c2f \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2e\u0c47\u0c28\u0c47\u0c1c\u0c3f\u0c2e\u0c46\u0c02\u0c1f\u0c41 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2a\u0c3e\u0c32\u0c40\u0c1f\u0c46\u0c15\u0c4d\u0c28\u0c3f\u0c15\u0c4d, \u0c35\u0c43\u0c24\u0c4d\u0c24\u0c3f \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c36\u0c3f\u0c15\u0c4d\u0c37\u0c23 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32, \u0c26\u0c3f\u0c35\u0c4d\u0c2f\u0c3e\u0c02\u0c17\u0c41\u0c32 \u0c2a\u0c4d\u0c30\u0c24\u0c4d\u0c2f\u0c47\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32\u200c\u0c32\u0c41, \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15\u0c4b\u0c28\u0c4d\u0c28\u0c24 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c0f\u0c32\u0c42\u0c30\u0c41 \u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\n\n Option A: \u0c0f\u0c32\u0c42\u0c30\u0c41\n\n Option B: \u0c07\u0c02\u0c26\u0c4d\u0c30\u0c35\u0c46\u0c32\u0c4d\u0c32\u0c3f\u0c32\u0c4b\n\n Option C: \u0c35\u0c3f\u0c1c\u0c2f\u0c30\u0c3e\u0c2f\u0c3f\n\n Option D: \u0c2a\u0c46\u0c26\u0c35\u0c47\u0c17\u0c3f", "output": "\u0c35\u0c3f\u0c1c\u0c2f\u0c30\u0c3e\u0c2f\u0c3f", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c38\u0c2c\u0c4d \u0c2a\u0c4b\u0c38\u0c4d\u0c1f\u0c3e\u0c2b\u0c40\u0c38\u0c41 \u0c38\u0c4c\u0c15\u0c30\u0c4d\u0c2f\u0c02 \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c3e\u0c28\u0c3f\u0c15\u0c3f 5 \u0c28\u0c41\u0c02\u0c21\u0c3f 10 \u0c15\u0c3f.\u0c2e\u0c40. \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b \u0c09\u0c02\u0c26\u0c3f. \u0c38\u0c4c\u0c15\u0c30\u0c4d\u0c2f\u0c02, \u0c2a\u0c4b\u0c38\u0c4d\u0c1f\u0c4d \u0c05\u0c02\u0c21\u0c4d \u0c1f\u0c46\u0c32\u0c3f\u0c17\u0c4d\u0c30\u0c3e\u0c2b\u0c4d \u0c06\u0c2b\u0c40\u0c38\u0c41 \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02 \u0c28\u0c41\u0c02\u0c21\u0c3f 10 \u0c15\u0c3f.\u0c2e\u0c40.\u0c15\u0c3f \u0c2a\u0c48\u0c2c\u0c21\u0c3f\u0c28 \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c32\u0c3e\u0c02\u0c21\u0c4d \u0c32\u0c48\u0c28\u0c4d \u0c1f\u0c46\u0c32\u0c3f\u0c2b\u0c4b\u0c28\u0c4d, \u0c2a\u0c2c\u0c4d\u0c32\u0c3f\u0c15\u0c4d \u0c2b\u0c4b\u0c28\u0c4d \u0c06\u0c2b\u0c40\u0c38\u0c41 \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c3e\u0c28\u0c3f\u0c15\u0c3f 5 \u0c28\u0c41\u0c02\u0c21\u0c3f 10 \u0c15\u0c3f.\u0c2e\u0c40. \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c2e\u0c4a\u0c2c\u0c48\u0c32\u0c4d \u0c2b\u0c4b\u0c28\u0c4d, \u0c07\u0c02\u0c1f\u0c30\u0c4d\u0c28\u0c46\u0c1f\u0c4d \u0c15\u0c46\u0c2b\u0c46 / \u0c38\u0c3e\u0c2e\u0c3e\u0c28\u0c4d\u0c2f \u0c38\u0c47\u0c35\u0c3e \u0c15\u0c47\u0c02\u0c26\u0c4d\u0c30\u0c02, \u0c2a\u0c4d\u0c30\u0c48\u0c35\u0c47\u0c1f\u0c41 \u0c15\u0c4a\u0c30\u0c3f\u0c2f\u0c30\u0c4d \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02 \u0c28\u0c41\u0c02\u0c21\u0c3f 10 \u0c15\u0c3f.\u0c2e\u0c40.\u0c15\u0c3f \u0c2a\u0c48\u0c2c\u0c21\u0c3f\u0c28 \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c38\u0c2e\u0c40\u0c2a \u0c2a\u0c4d\u0c30\u0c3e\u0c02\u0c24\u0c3e\u0c32 \u0c28\u0c41\u0c02\u0c21\u0c3f \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c30\u0c35\u0c3e\u0c23\u0c3e \u0c38\u0c02\u0c38\u0c4d\u0c25 \u0c2c\u0c38\u0c4d\u0c38\u0c41\u0c32\u0c41\u0c2a\u0c4d\u0c30\u0c48\u0c35\u0c47\u0c1f\u0c41 \u0c2c\u0c38\u0c4d\u0c38\u0c41\u0c32\u0c41 \u0c24\u0c3f\u0c30\u0c41\u0c17\u0c41\u0c24\u0c41\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c30\u0c48\u0c32\u0c4d\u0c35\u0c47 \u0c38\u0c4d\u0c1f\u0c47\u0c37\u0c28\u0c4d, \u0c06\u0c1f\u0c4b \u0c38\u0c4c\u0c15\u0c30\u0c4d\u0c2f\u0c02, \u0c1f\u0c4d\u0c30\u0c3e\u0c15\u0c4d\u0c1f\u0c30\u0c41 \u0c38\u0c4c\u0c15\u0c30\u0c4d\u0c2f\u0c02 \u0c2e\u0c4a\u0c26\u0c32\u0c48\u0c28\u0c35\u0c3f \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c3e\u0c28\u0c3f\u0c15\u0c3f 5 \u0c28\u0c41\u0c02\u0c21\u0c3f 10 \u0c15\u0c3f.\u0c2e\u0c40. \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c1c\u0c3f\u0c32\u0c4d\u0c32\u0c3e \u0c30\u0c39\u0c26\u0c3e\u0c30\u0c3f \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02 \u0c28\u0c41\u0c02\u0c21\u0c3f 5 \u0c28\u0c41\u0c02\u0c21\u0c3f 10 \u0c15\u0c3f.\u0c2e\u0c40. \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b \u0c09\u0c02\u0c26\u0c3f. \u0c1c\u0c3e\u0c24\u0c40\u0c2f \u0c30\u0c39\u0c26\u0c3e\u0c30\u0c3f, \u0c30\u0c3e\u0c37\u0c4d\u0c1f\u0c4d\u0c30 \u0c30\u0c39\u0c26\u0c3e\u0c30\u0c3f, \u0c2a\u0c4d\u0c30\u0c27\u0c3e\u0c28 \u0c1c\u0c3f\u0c32\u0c4d\u0c32\u0c3e \u0c30\u0c39\u0c26\u0c3e\u0c30\u0c3f \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02 \u0c28\u0c41\u0c02\u0c21\u0c3f 10 \u0c15\u0c3f.\u0c2e\u0c40.\u0c15\u0c3f \u0c2a\u0c48\u0c2c\u0c21\u0c3f\u0c28 \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\n\n Option A: \u0c2d\u0c40\u0c2e\u0c35\u0c30\u0c02\n\n Option B: \u0c2a\u0c4b\u0c38\u0c4d\u0c1f\u0c3e\u0c2b\u0c40\u0c38\u0c41\n\n Option C: \u0c2a\u0c3e\u0c21\u0c47\u0c30\u0c41\n\n Option D: \u0c36\u0c43\u0c02\u0c17\u0c35\u0c30\u0c2a\u0c41\u0c15\u0c4b\u0c1f", "output": "\u0c2a\u0c4b\u0c38\u0c4d\u0c1f\u0c3e\u0c2b\u0c40\u0c38\u0c41", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02\u0c32\u0c4b \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32\u0c32\u0c41 \u0c30\u0c46\u0c02\u0c21\u0c41, \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15\u0c4b\u0c28\u0c4d\u0c28\u0c24 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c12\u0c15\u0c1f\u0c3f \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c2c\u0c3e\u0c32\u0c2c\u0c21\u0c3f \u0c32\u0c4b\u0c28\u0c41, \u0c2e\u0c3e\u0c27\u0c4d\u0c2f\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c15\u0c4a\u0c32\u0c4d\u0c32\u0c3f\u0c15\u0c41\u0c32\u0c4d\u0c32\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c38\u0c2e\u0c40\u0c2a \u0c1c\u0c42\u0c28\u0c3f\u0c2f\u0c30\u0c4d \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c06\u0c30\u0c4d\u0c1f\u0c4d\u0c38\u0c4d / \u0c38\u0c48\u0c28\u0c4d\u0c38\u0c4d \u0c21\u0c3f\u0c17\u0c4d\u0c30\u0c40 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c3f\u0c02\u0c17\u0c4d \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32 \u0c28\u0c02\u0c26\u0c3f\u0c17\u0c3e\u0c2e\u0c32\u0c4b \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c38\u0c2e\u0c40\u0c2a \u0c35\u0c48\u0c26\u0c4d\u0c2f \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2e\u0c47\u0c28\u0c47\u0c1c\u0c3f\u0c2e\u0c46\u0c02\u0c1f\u0c41 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32 \u0c35\u0c3f\u0c1c\u0c2f\u0c35\u0c3e\u0c21\u0c32\u0c4b\u0c28\u0c41, \u0c2a\u0c3e\u0c32\u0c40\u0c1f\u0c46\u0c15\u0c4d\u0c28\u0c3f\u0c15\u0c4d \u0c28\u0c02\u0c26\u0c3f\u0c17\u0c3e\u0c2e\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c38\u0c2e\u0c40\u0c2a \u0c35\u0c43\u0c24\u0c4d\u0c24\u0c3f \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c36\u0c3f\u0c15\u0c4d\u0c37\u0c23 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32, \u0c05\u0c28\u0c3f\u0c2f\u0c24 \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c15\u0c47\u0c02\u0c26\u0c4d\u0c30\u0c02 \u0c28\u0c02\u0c26\u0c3f\u0c17\u0c3e\u0c2e\u0c32\u0c4b\u0c28\u0c41, \u0c26\u0c3f\u0c35\u0c4d\u0c2f\u0c3e\u0c02\u0c17\u0c41\u0c32 \u0c2a\u0c4d\u0c30\u0c24\u0c4d\u0c2f\u0c47\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c35\u0c3f\u0c1c\u0c2f\u0c35\u0c3e\u0c21 \u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\n\n Option A: \u0c24\u0c4b\u0c1f\u0c1a\u0c46\u0c30\u0c4d\u0c32\n\n Option B: \u0c28\u0c02\u0c26\u0c3f\u0c17\u0c3e\u0c2e\n\n Option C: \u0c15\u0c4a\u0c32\u0c4d\u0c32\u0c3f\u0c15\u0c41\u0c32\u0c4d\u0c32\n\n Option D: \u0c1c\u0c17\u0c4d\u0c17\u0c2f\u0c4d\u0c2f\u0c2a\u0c47\u0c1f", "output": "\u0c28\u0c02\u0c26\u0c3f\u0c17\u0c3e\u0c2e", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: 1971 \u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d\u0c32\u0c4b \u0c09\u0c26\u0c4d\u0c2f\u0c2e\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c28\u0c3e\u0c2f\u0c15\u0c24\u0c4d\u0c35\u0c02 \u0c35\u0c39\u0c3f\u0c02\u0c1a\u0c3f\u0c28 \u0c28\u0c3e\u0c2f\u0c15\u0c41\u0c32\u0c41 \u0c15\u0c3e\u0c02\u0c17\u0c4d\u0c30\u0c46\u0c38\u0c41\u0c15\u0c41 \u0c24\u0c3f\u0c30\u0c3f\u0c17\u0c3f \u0c1a\u0c47\u0c30\u0c41\u0c15\u0c4b\u0c35\u0c21\u0c02\u0c24\u0c4b, \u0c09\u0c35\u0c4d\u0c35\u0c46\u0c24\u0c4d\u0c24\u0c41\u0c28 \u0c32\u0c47\u0c1a\u0c3f \u0c2a\u0c21\u0c47 \u0c24\u0c30\u0c02\u0c17\u0c02 \u0c32\u0c3e\u0c17\u0c3e \u0c09\u0c26\u0c4d\u0c2f\u0c2e\u0c02 \u0c0e\u0c17\u0c38\u0c3f\u0c2a\u0c21\u0c3f \u0c1a\u0c32\u0c4d\u0c32\u0c3e\u0c30\u0c3f\u0c2a\u0c4b\u0c2f\u0c3f\u0c02\u0c26\u0c3f. \u0c15\u0c3e\u0c02\u0c17\u0c4d\u0c30\u0c46\u0c38\u0c41 \u0c05\u0c27\u0c3f\u0c37\u0c4d\u0c1f\u0c3e\u0c28\u0c02\u0c24\u0c4b \u0c15\u0c41\u0c26\u0c3f\u0c30\u0c3f\u0c28 \u0c12\u0c2a\u0c4d\u0c2a\u0c02\u0c26\u0c02\u0c32\u0c4b \u0c2d\u0c3e\u0c17\u0c02\u0c17\u0c3e \u0c2e\u0c41\u0c16\u0c4d\u0c2f\u0c2e\u0c02\u0c24\u0c4d\u0c30\u0c3f\u0c17\u0c3e \u0c2c\u0c4d\u0c30\u0c39\u0c4d\u0c2e\u0c3e\u0c28\u0c02\u0c26 \u0c30\u0c46\u0c21\u0c4d\u0c21\u0c3f \u0c38\u0c4d\u0c25\u0c3e\u0c28\u0c02\u0c32\u0c4b, 1971 \u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d 30 \u0c28 \u0c2a\u0c3f.\u0c35\u0c3f.\u0c28\u0c30\u0c38\u0c3f\u0c02\u0c39\u0c3e\u0c30\u0c3e\u0c35\u0c41 \u0c05\u0c2f\u0c4d\u0c2f\u0c3e\u0c21\u0c41. \u0c24\u0c46\u0c32\u0c02\u0c17\u0c3e\u0c23\u0c3e \u0c2a\u0c4d\u0c30\u0c3e\u0c02\u0c24\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c1a\u0c46\u0c02\u0c26\u0c3f\u0c28 \u0c2e\u0c4a\u0c26\u0c1f\u0c3f \u0c2e\u0c41\u0c16\u0c4d\u0c2f\u0c2e\u0c02\u0c24\u0c4d\u0c30\u0c3f \u0c06\u0c2f\u0c28. \u0c32\u0c4b \u0c1c\u0c30\u0c3f\u0c17\u0c3f\u0c28 \u0c0e\u0c28\u0c4d\u0c28\u0c3f\u0c15\u0c32\u0c32\u0c4b \u0c15\u0c3e\u0c02\u0c17\u0c4d\u0c30\u0c46\u0c38\u0c41 \u0c24\u0c3f\u0c30\u0c3f\u0c17\u0c3f \u0c05\u0c27\u0c3f\u0c15\u0c3e\u0c30\u0c02\u0c32\u0c4b\u0c15\u0c3f \u0c30\u0c3e\u0c35\u0c21\u0c02\u0c24\u0c4b \u0c2e\u0c33\u0c4d\u0c33\u0c40 \u0c28\u0c30\u0c38\u0c3f\u0c02\u0c39\u0c3e\u0c30\u0c3e\u0c35\u0c41 \u0c2e\u0c41\u0c16\u0c4d\u0c2f\u0c2e\u0c02\u0c24\u0c4d\u0c30\u0c3f \u0c05\u0c2f\u0c4d\u0c2f\u0c3e\u0c21\u0c41. \u0c06 \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c02 \u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c41\u0c32\u0c4b \u0c38\u0c41\u0c2a\u0c4d\u0c30\u0c40\u0c02 \u0c15\u0c4b\u0c30\u0c4d\u0c1f\u0c41 \u0c07\u0c1a\u0c4d\u0c1a\u0c3f\u0c28 \u0c12\u0c15 \u0c24\u0c40\u0c30\u0c4d\u0c2a\u0c41 \u0c2e\u0c30\u0c4b \u0c09\u0c26\u0c4d\u0c2f\u0c2e\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c26\u0c3e\u0c30\u0c3f\u0c24\u0c40\u0c38\u0c3f\u0c02\u0c26\u0c3f.\n\n Option A: 1984\n\n Option B: 1980\n\n Option C: 1964\n\n Option D: 1972", "output": "1972", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c07\u0c26\u0c3f \u0c2e\u0c02\u0c21\u0c32 \u0c15\u0c47\u0c02\u0c26\u0c4d\u0c30\u0c2e\u0c48\u0c28 \u0c39\u0c41\u0c15\u0c41\u0c02\u0c2a\u0c47\u0c1f \u0c28\u0c41\u0c02\u0c21\u0c3f 15 \u0c15\u0c3f. \u0c2e\u0c40. \u0c26\u0c42\u0c30\u0c02 \u0c32\u0c4b\u0c28\u0c41, \u0c38\u0c2e\u0c40\u0c2a \u0c2a\u0c1f\u0c4d\u0c1f\u0c23\u0c2e\u0c48\u0c28 \u0c28\u0c41\u0c02\u0c21\u0c3f 96 \u0c15\u0c3f. \u0c2e\u0c40. \u0c26\u0c42\u0c30\u0c02\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c02\u0c26\u0c3f. 2011 \u0c2d\u0c3e\u0c30\u0c24 \u0c1c\u0c28\u0c17\u0c23\u0c28 \u0c17\u0c23\u0c3e\u0c02\u0c15\u0c3e\u0c32 \u0c2a\u0c4d\u0c30\u0c15\u0c3e\u0c30\u0c02 \u0c08 \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02 75 \u0c07\u0c33\u0c4d\u0c32\u0c24\u0c4b, 259 \u0c1c\u0c28\u0c3e\u0c2d\u0c3e\u0c24\u0c4b 161 \u0c39\u0c46\u0c15\u0c4d\u0c1f\u0c3e\u0c30\u0c4d\u0c32\u0c32\u0c4b \u0c35\u0c3f\u0c38\u0c4d\u0c24\u0c30\u0c3f\u0c02\u0c1a\u0c3f \u0c09\u0c02\u0c26\u0c3f. \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02\u0c32\u0c4b \u0c2e\u0c17\u0c35\u0c3e\u0c30\u0c3f \u0c38\u0c02\u0c16\u0c4d\u0c2f 125, \u0c06\u0c21\u0c35\u0c3e\u0c30\u0c3f \u0c38\u0c02\u0c16\u0c4d\u0c2f 134. \u0c37\u0c46\u0c21\u0c4d\u0c2f\u0c42\u0c32\u0c4d\u0c21\u0c4d \u0c15\u0c41\u0c32\u0c3e\u0c32 \u0c38\u0c02\u0c16\u0c4d\u0c2f 0 \u0c15\u0c3e\u0c17\u0c3e \u0c37\u0c46\u0c21\u0c4d\u0c2f\u0c42\u0c32\u0c4d\u0c21\u0c4d \u0c24\u0c46\u0c17\u0c32 \u0c38\u0c02\u0c16\u0c4d\u0c2f 259. \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02 \u0c2f\u0c4a\u0c15\u0c4d\u0c15 \u0c1c\u0c28\u0c17\u0c23\u0c28 \u0c32\u0c4a\u0c15\u0c47\u0c37\u0c28\u0c4d \u0c15\u0c4b\u0c21\u0c4d 584481.\u0c2a\u0c3f\u0c28\u0c4d \u0c15\u0c4b\u0c21\u0c4d: 531077.\n\n Option A: \u0c05\u0c28\u0c15\u0c3e\u0c2a\u0c32\u0c4d\u0c32\u0c3f\n\n Option B: \u0c30\u0c42\u0c38\u0c47\u0c17\u0c3e\u0c35\u0c4d\n\n Option C: \u0c2a\u0c3e\u0c21\u0c47\u0c30\u0c41\n\n Option D: \u0c39\u0c41\u0c15\u0c41\u0c02\u0c2a\u0c47\u0c1f", "output": "\u0c05\u0c28\u0c15\u0c3e\u0c2a\u0c32\u0c4d\u0c32\u0c3f", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: 1947 \u0c24\u0c30\u0c41\u0c35\u0c3e\u0c24 \u0c15\u0c3e\u0c30\u0c4d\u0c2c\u0c46\u0c1f\u0c4d, \u0c06\u0c2f\u0c28 \u0c38\u0c4b\u0c26\u0c30\u0c3f \u0c2e\u0c4d\u0c2f\u0c3e\u0c17\u0c40 \u0c32\u0c4b\u0c28\u0c3f \u0c28\u0c48\u0c30\u0c40 \u0c05\u0c28\u0c47 \u0c2a\u0c4d\u0c30\u0c3e\u0c02\u0c24\u0c02\u0c32\u0c4b \u0c38\u0c4d\u0c25\u0c3f\u0c30\u0c2a\u0c21\u0c3f, \u0c30\u0c1a\u0c28\u0c32\u0c41 \u0c1a\u0c47\u0c38\u0c4d\u0c24\u0c42, \u0c2a\u0c30\u0c4d\u0c2f\u0c3e\u0c35\u0c30\u0c23, \u0c1c\u0c02\u0c24\u0c41 \u0c38\u0c02\u0c30\u0c15\u0c4d\u0c37\u0c23 \u0c17\u0c41\u0c30\u0c3f\u0c02\u0c1a\u0c3f \u0c35\u0c3f\u0c1a\u0c3e\u0c30\u0c3f\u0c38\u0c4d\u0c24\u0c42 \u0c36\u0c47\u0c37 \u0c1c\u0c40\u0c35\u0c3f\u0c24\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c17\u0c21\u0c3f\u0c2a\u0c3e\u0c30\u0c41. \u0c05\u0c15\u0c4d\u0c15\u0c21\u0c47 1955\u0c32\u0c4b \u0c17\u0c41\u0c02\u0c21\u0c46\u0c2a\u0c4b\u0c1f\u0c41\u0c24\u0c4b \u0c2e\u0c30\u0c23\u0c3f\u0c02\u0c1a\u0c3e\u0c30\u0c41. \u0c28\u0c48\u0c30\u0c40\u0c32\u0c4b\u0c28\u0c3f \u0c38\u0c46\u0c2f\u0c3f\u0c02\u0c1f\u0c4d \u0c2a\u0c40\u0c1f\u0c30\u0c4d\u0c38\u0c4d \u0c0f\u0c02\u0c17\u0c4d\u0c32\u0c3f\u0c15\u0c28\u0c4d \u0c1a\u0c30\u0c4d\u0c1a\u0c3f\u0c32\u0c4b \u0c06\u0c2f\u0c28 \u0c2d\u0c4c\u0c24\u0c3f\u0c15\u0c15\u0c3e\u0c2f\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c38\u0c2e\u0c3e\u0c27\u0c3f \u0c1a\u0c47\u0c36\u0c3e\u0c30\u0c41.\n\n Option A: \u0c2a\u0c02\u0c1c\u0c3e\u0c2c\u0c4d\n\n Option B: \u0c15\u0c46\u0c28\u0c4d\u0c2f\u0c3e\n\n Option C: \u0c15\u0c47\u0c26\u0c3e\u0c30\u0c4d\u200c\u0c28\u0c3e\u0c27\u0c4d\n\n Option D: \u0c2e\u0c15\u0c3e\u0c35\u0c41", "output": "\u0c15\u0c46\u0c28\u0c4d\u0c2f\u0c3e", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02\u0c32\u0c4b \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c12\u0c15\u0c1f\u0c3f \u0c09\u0c02\u0c26\u0c3f.\u0c2c\u0c3e\u0c32\u0c2c\u0c21\u0c3f \u0c32\u0c4b\u0c28\u0c41, \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15\u0c4b\u0c28\u0c4d\u0c28\u0c24 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c39\u0c24\u0c4d\u0c24\u0c3f\u0c32\u0c4b\u0c28\u0c41, \u0c2e\u0c3e\u0c27\u0c4d\u0c2f\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c17\u0c4b\u0c2f\u0c17\u0c3e\u0c35\u0c4d\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\u0c38\u0c2e\u0c40\u0c2a \u0c1c\u0c42\u0c28\u0c3f\u0c2f\u0c30\u0c4d \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32 \u0c15\u0c46\u0c30\u0c2e\u0c46\u0c30\u0c3f\u0c32\u0c4b\u0c28\u0c41, \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c06\u0c30\u0c4d\u0c1f\u0c4d\u0c38\u0c4d / \u0c38\u0c48\u0c28\u0c4d\u0c38\u0c4d \u0c21\u0c3f\u0c17\u0c4d\u0c30\u0c40 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32 \u0c06\u0c38\u0c3f\u0c2b\u0c3e\u0c2c\u0c3e\u0c26\u0c4d\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c38\u0c2e\u0c40\u0c2a \u0c35\u0c48\u0c26\u0c4d\u0c2f \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2e\u0c47\u0c28\u0c47\u0c1c\u0c3f\u0c2e\u0c46\u0c02\u0c1f\u0c41 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32 \u0c06\u0c26\u0c3f\u0c32\u0c3e\u0c2c\u0c3e\u0c26\u0c4d\u0c32\u0c4b\u0c28\u0c41, \u0c2a\u0c3e\u0c32\u0c40\u0c1f\u0c46\u0c15\u0c4d\u0c28\u0c3f\u0c15\u0c4d \u0c2c\u0c46\u0c32\u0c4d\u0c32\u0c02\u0c2a\u0c32\u0c4d\u0c32\u0c3f\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\u0c38\u0c2e\u0c40\u0c2a \u0c35\u0c43\u0c24\u0c4d\u0c24\u0c3f \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c36\u0c3f\u0c15\u0c4d\u0c37\u0c23 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c09\u0c1f\u0c4d\u0c28\u0c42\u0c30\u0c41\u0c32\u0c4b\u0c28\u0c41, \u0c05\u0c28\u0c3f\u0c2f\u0c24 \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c15\u0c47\u0c02\u0c26\u0c4d\u0c30\u0c02 \u0c06\u0c38\u0c3f\u0c2b\u0c3e\u0c2c\u0c3e\u0c26\u0c4d\u0c32\u0c4b\u0c28\u0c41, \u0c26\u0c3f\u0c35\u0c4d\u0c2f\u0c3e\u0c02\u0c17\u0c41\u0c32 \u0c2a\u0c4d\u0c30\u0c24\u0c4d\u0c2f\u0c47\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c06\u0c26\u0c3f\u0c32\u0c3e\u0c2c\u0c3e\u0c26\u0c4d \u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\n\n Option A: \u0c06\u0c26\u0c3f\u0c32\u0c3e\u0c2c\u0c3e\u0c26\u0c4d\n\n Option B: \u0c2c\u0c46\u0c32\u0c4d\u0c32\u0c02\u0c2a\u0c32\u0c4d\u0c32\u0c3f\n\n Option C: \u0c15\u0c3e\u0c17\u0c1c\u0c4d\u200c\u0c28\u0c17\u0c30\u0c4d\u200c\n\n Option D: \u0c15\u0c46\u0c30\u0c2e\u0c46\u0c30\u0c3f", "output": "\u0c15\u0c46\u0c30\u0c2e\u0c46\u0c30\u0c3f", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: , \u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d 24\u0c28 \u0c2d\u0c3e\u0c30\u0c24\u0c4d \u0c32\u0c4b\u0c28\u0c3f \u0c09\u0c26\u0c17\u0c2e\u0c02\u0c21\u0c32\u0c02\u0c32\u0c4b \u0c1c\u0c28\u0c4d\u0c2e\u0c3f\u0c02\u0c1a\u0c3f\u0c28 \u0c15\u0c4a\u0c32\u0c3f\u0c28\u0c4d \u0c15\u0c4c\u0c21\u0c4d\u0c30\u0c3f (Colin Cowdrey) \u0c07\u0c02\u0c17\u0c4d\u0c32\u0c3e\u0c02\u0c21\u0c41\u0c15\u0c41 \u0c1a\u0c46\u0c02\u0c26\u0c3f\u0c28 \u0c2e\u0c3e\u0c1c\u0c40 \u0c15\u0c4d\u0c30\u0c3f\u0c15\u0c46\u0c1f\u0c4d \u0c15\u0c4d\u0c30\u0c40\u0c21\u0c3e\u0c15\u0c3e\u0c30\u0c41\u0c21\u0c41. 1954 \u0c28\u0c41\u0c02\u0c1a\u0c3f 1975 \u0c35\u0c30\u0c15\u0c41 \u0c07\u0c02\u0c17\u0c4d\u0c32\u0c3e\u0c02\u0c21\u0c41 \u0c1c\u0c3e\u0c24\u0c40\u0c2f \u0c1c\u0c1f\u0c4d\u0c1f\u0c41\u0c15\u0c41 \u0c2a\u0c4d\u0c30\u0c3e\u0c24\u0c3f\u0c28\u0c3f\u0c27\u0c4d\u0c2f\u0c02 \u0c35\u0c39\u0c3f\u0c02\u0c1a\u0c3f\u0c28 \u0c15\u0c4c\u0c21\u0c4d\u0c30\u0c3f 114 \u0c1f\u0c46\u0c38\u0c4d\u0c1f\u0c41\u0c32\u0c41, \u0c12\u0c15 \u0c35\u0c28\u0c4d\u0c21\u0c47 \u0c06\u0c21\u0c3f\u0c28\u0c3e\u0c21\u0c41. 692 \u0c2b\u0c38\u0c4d\u0c1f\u0c4d \u0c15\u0c4d\u0c32\u0c3e\u0c38\u0c4d \u0c15\u0c4d\u0c30\u0c3f\u0c15\u0c46\u0c1f\u0c4d \u0c2a\u0c4b\u0c1f\u0c3f\u0c32\u0c28\u0c41 \u0c15\u0c42\u0c21\u0c3e \u0c06\u0c21\u0c3f 107 \u0c38\u0c46\u0c02\u0c1a\u0c30\u0c40\u0c32\u0c24\u0c4b 42719 \u0c2a\u0c30\u0c41\u0c17\u0c41\u0c32\u0c41 \u0c1a\u0c47\u0c36\u0c3e\u0c21\u0c41. \u0c24\u0c28 \u0c15\u0c4d\u0c30\u0c40\u0c21\u0c3e\u0c1c\u0c40\u0c35\u0c3f\u0c24 \u0c15\u0c3e\u0c32\u0c02\u0c32\u0c4b 6 \u0c38\u0c3e\u0c30\u0c4d\u0c32\u0c41 \u0c06\u0c38\u0c4d\u0c1f\u0c4d\u0c30\u0c47\u0c32\u0c3f\u0c2f\u0c3e \u0c2a\u0c30\u0c4d\u0c2f\u0c1f\u0c3f\u0c02\u0c1a\u0c3f \u0c06 \u0c18\u0c28\u0c24 \u0c35\u0c39\u0c3f\u0c02\u0c1a\u0c3f\u0c28 \u0c30\u0c46\u0c02\u0c21\u0c4b \u0c07\u0c02\u0c17\u0c4d\u0c32\u0c3e\u0c02\u0c21\u0c41 \u0c15\u0c4d\u0c30\u0c3f\u0c15\u0c46\u0c1f\u0c30\u0c4d\u200c\u0c17\u0c3e \u0c05\u0c35\u0c24\u0c30\u0c3f\u0c02\u0c1a\u0c3e\u0c21\u0c41. 2000, \u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d 4\u0c28 67 \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c3e\u0c32 \u0c35\u0c2f\u0c38\u0c4d\u0c38\u0c41\u0c32\u0c4b \u0c17\u0c41\u0c02\u0c21\u0c46\u0c2a\u0c4b\u0c1f\u0c41\u0c24\u0c4b \u0c2e\u0c30\u0c23\u0c3f\u0c02\u0c1a\u0c3e\u0c21\u0c41.\n\n Option A: 1972\n\n Option B: 1992\n\n Option C: 1932\n\n Option D: 2000", "output": "1932", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the token in the statement. Output the word from the correct option .", "input": "Statement: \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c02\u0c32\u0c4b \u0c12\u0c15 \u0c2a\u0c4d\u0c30\u0c48\u0c35\u0c47\u0c1f\u0c41 \u0c2c\u0c3e\u0c32\u0c2c\u0c21\u0c3f \u0c09\u0c02\u0c26\u0c3f. \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c12\u0c15\u0c1f\u0c3f, \u0c2a\u0c4d\u0c30\u0c48\u0c35\u0c47\u0c1f\u0c41 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c12\u0c15\u0c1f\u0c3f , \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15\u0c4b\u0c28\u0c4d\u0c28\u0c24 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c12\u0c15\u0c1f\u0c3f , \u0c2a\u0c4d\u0c30\u0c48\u0c35\u0c47\u0c1f\u0c41 \u0c2a\u0c4d\u0c30\u0c3e\u0c25\u0c2e\u0c3f\u0c15\u0c4b\u0c28\u0c4d\u0c28\u0c24 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c12\u0c15\u0c1f\u0c3f, \u0c2a\u0c4d\u0c30\u0c48\u0c35\u0c47\u0c1f\u0c41 \u0c2e\u0c3e\u0c27\u0c4d\u0c2f\u0c2e\u0c3f\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c12\u0c15\u0c1f\u0c3f \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\u0c38\u0c2e\u0c40\u0c2a \u0c1c\u0c42\u0c28\u0c3f\u0c2f\u0c30\u0c4d \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32 \u0c27\u0c30\u0c4d\u0c2e\u0c3e\u0c30\u0c02\u0c32\u0c4b\u0c28\u0c41, \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35 \u0c06\u0c30\u0c4d\u0c1f\u0c4d\u0c38\u0c4d / \u0c38\u0c48\u0c28\u0c4d\u0c38\u0c4d \u0c21\u0c3f\u0c17\u0c4d\u0c30\u0c40 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c3f\u0c02\u0c17\u0c4d \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32\u200c\u0c32\u0c41 \u0c2a\u0c46\u0c26\u0c4d\u0c26\u0c2a\u0c32\u0c4d\u0c32\u0c3f\u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c38\u0c2e\u0c40\u0c2a \u0c35\u0c48\u0c26\u0c4d\u0c2f \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2e\u0c47\u0c28\u0c47\u0c1c\u0c3f\u0c2e\u0c46\u0c02\u0c1f\u0c41 \u0c15\u0c33\u0c3e\u0c36\u0c3e\u0c32, \u0c2a\u0c3e\u0c32\u0c40\u0c1f\u0c46\u0c15\u0c4d\u0c28\u0c3f\u0c15\u0c4d \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\u0c38\u0c2e\u0c40\u0c2a \u0c35\u0c43\u0c24\u0c4d\u0c24\u0c3f \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c36\u0c3f\u0c15\u0c4d\u0c37\u0c23 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32, \u0c05\u0c28\u0c3f\u0c2f\u0c24 \u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e \u0c15\u0c47\u0c02\u0c26\u0c4d\u0c30\u0c02 \u0c2a\u0c46\u0c26\u0c4d\u0c26\u0c2a\u0c32\u0c4d\u0c32\u0c3f\u0c32\u0c4b\u0c28\u0c41, \u0c26\u0c3f\u0c35\u0c4d\u0c2f\u0c3e\u0c02\u0c17\u0c41\u0c32 \u0c2a\u0c4d\u0c30\u0c24\u0c4d\u0c2f\u0c47\u0c15 \u0c2a\u0c3e\u0c20\u0c36\u0c3e\u0c32 \u0c15\u0c30\u0c40\u0c02\u0c28\u0c17\u0c30\u0c4d \u0c32\u0c4b\u0c28\u0c42 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f.\n\n Option A: \u0c27\u0c30\u0c4d\u0c2e\u0c3e\u0c30\u0c02\n\n Option B: \u0c15\u0c30\u0c40\u0c02\u0c28\u0c17\u0c30\u0c4d\u0c32\u0c4b\n\n Option C: \u0c15\u0c30\u0c40\u0c02\u0c28\u0c17\u0c30\u0c4d\n\n Option D: \u0c1a\u0c40\u0c2e\u0c32\u0c15\u0c4a\u0c02\u0c21\u0c42\u0c30\u0c41", "output": "\u0c15\u0c30\u0c40\u0c02\u0c28\u0c17\u0c30\u0c4d\u0c32\u0c4b", "category": "Fill in The Blank 1570.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = GYJtAlfLSiGhU", "output": "1", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = 2h44xzuS7AWshF4", "output": "0", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = QWHZ6dhqaQZf!3m.j.pnHT9fnEBeUe9vY1.7PUx", "output": "19", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = B1Fa86vJlFcDMRHPFiK", "output": "0", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = i2x0YGMcGCImdxVcFMYbST7edSZBrnWxJ", "output": "13", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = EqFArMB6ghimzhJbjQskv6kTO298r", "output": "9", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = !Lgwec.rMzYOgQdCLprCs7wN", "output": "4", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = lRx.VdZRuYwGf56NHYD8yUjOH", "output": "5", "category": "Text to Code 1572.json" }, { "instruction": "You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.", "input": "password = FXT6UgaOtxZwmfF4B1", "output": "0", "category": "Text to Code 1572.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: Bob was a worker on Mechanical Turk. Sentence2: He got a fifty dollar bonus. Sentence3: Bob was happy because it was the biggest bonus he had gotten. Sentence4: Bob put on his glasses and realized it was actually five dollars.", "output": "Bob was still happy, but less excited.", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: Jen fell asleep with bleach in her hair. Sentence2: She only meant to leave it in for about 5 minutes, not nearly an hour. Sentence3: When she rinsed it out her hair was white with a blue tinge. Sentence4: She was in a panic but her mother said they could fix it.", "output": "Jen's mother fixed Jen's discolored hair.", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: When I was in elementary school I got a black eye. Sentence2: I was running to go see the new tulips blooming when I tripped. Sentence3: I ended up slipping and falling on the pavement. Sentence4: I fell flat on my face.", "output": "I ended up having a black eye for two weeks and a scrape.", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: Facebook just showed me my year in review. Sentence2: I was not interested in posting it. Sentence3: Many of my friends posted theirs. Sentence4: I thought it was ok.", "output": "I just did not like the idea of being manipulated.", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: Amy wanted to learn to play lacrosse. Sentence2: She bought the gear and went to the court. Sentence3: There, she watched experienced players play. Sentence4: When she thought she had the hang of it, she stepped into the game.", "output": "Amy played like a pro on her very first try!", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: It was a nice day, until I had to go outside and mow the lawn. Sentence2: I didn't mind mowing the lawn, but it was spring. Sentence3: For some reason during spring time I have the worse allergies. Sentence4: I could barely breathe during this time of the year.", "output": "Luckily I was able to mow the lawn fast.", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: Mac invited Jessie to the movies with him. Sentence2: Both teenagers were shy but sweet. Sentence3: To Mac's surprise, Jessie agreed to a date. Sentence4: During the movie, and then at dinner, they chatted nonstop.", "output": "At the end of the night, Jessie asked him for a second date!", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: Tim borrowed a drill from his neighbor. Sentence2: He used the drill to fix a loose piece of furniture. Sentence3: He broke a few bits while doing the repairs. Sentence4: Tim returned the drill to his neighbor.", "output": "The neighbor later found the broken bits and cursed.", "category": "Text Completion 164.json" }, { "instruction": "In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.", "input": "Sentence1: Kate wanted to start a new viral campaign. Sentence2: Kate wanted to find a way for everyday citizens to do something kind. Sentence3: Kate decided to create a video about her campaign. Sentence4: After posting her video, Kate got a overwhelming response.", "output": "Kate was pleased!", "category": "Text Completion 164.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) being sensitive about D&D characters\n(B) not giving an old begging Women my Red Bull + chips", "output": "B", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) potentially letting my boss' work get lost\n(B) wanting my bf to make a big deal for my 30th", "output": "A", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) having a hysterical fit after blocking my bf's friends\n(B) being disappointed with my girlfriend offering sex as a birthday present", "output": "A", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) stopping contact\n(B) upsetting my mother", "output": "B", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) telling my boyfriend he should accept my decision and for wanting him to stay\n(B) not paying my employees more", "output": "B", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) being disappointed that my husband didn't do anything for valentines\n(B) having a sleepover with one friend but not the other", "output": "B", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) wanting my husband to fire his secretary\n(B) hooking up with a guy who has feelings for me even though I don't want anything", "output": "B", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) ignoring my pregnant \"friend\"\n(B) choosing to continue to not have a relationship with my father", "output": "A", "category": "Ethics Classification 175.json" }, { "instruction": "In this task, you are given two simple actions (associated with \"A\", \"B\"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'.", "input": "(A) requesting nudes in exchange for writing\n(B) not wanting a housemates boyfriend to move in to our uni house", "output": "A", "category": "Ethics Classification 175.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "and my parents were planning on buying their house they currently rent. Their income bracket lost the home owning incentives. statistic don't mean shit without context.", "output": "no", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "What can I say? Automod is repeatedly violating all of our human rights.", "output": "no", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "Not when trump supporters like the message", "output": "no", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "How? So far today we've got drama about a bunch of white af mods at BPT insisting people verify their race, a gaming community's mods being paid off by a gaming company and cross-spectrum idiocy from every mod who thinks they have a political barrow to push. I fail to see how this sort of crap has ever helped a community. If it keeps up, reddit exists only until a viable alternative springs up -- then it goes the way of Napster.", "output": "no", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "They called them heroes as long as they were killing kaafirs. The day the terrorists started freaking out in Pakistan was when Pakistan started crying about victimization.", "output": "no", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "I don't care.", "output": "no", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "Worst. Noose. Ever.", "output": "yes", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "The mathematics part of STEM is taking about theoretical maths. Most likely will the discipline be used to help scientists work on their theories, but they are discovering new concepts. They are not using basic algebra and arithmetic, otherwise pretty much every field would be considered STEM.", "output": "no", "category": "Toxic Language Detection 197.json" }, { "instruction": "Read the given text and if it has abusive content then indicate via \"yes\". Otherwise indicate via\"no\". \nWe consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].", "input": "He's not a time traveler, idiot. Lizard people just live for millenia", "output": "yes", "category": "Toxic Language Detection 197.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "It's the last major material to be recovered in any significant amount on the Earth.", "output": "\u00c9 o material mais importante que hai que recuperar nunha cantidade significativa na Terra.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "Well, let's start there with the phrase \"All David has is this sling,\" because that's the first mistake that we make.", "output": "Bueno, comecemos dende aqu\u00ed coa frase \"\" Todo o que ten David \u00e9 este bast\u00f3n \"\", porque este \u00e9 o primeiro erro que cometemos.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "So they added oxygen to methane gas.", "output": "As\u00ed que lle engad\u00edan os\u00edxeno ao metano.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "And there were some difficulties at first.", "output": "E ao primeiro hab\u00eda algunhas dificultades.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "You know, for a vain female like myself, it's very hard to age in this culture.", "output": "Sabedes, para unha muller vaidosa coma min, \u00e9 moi dificil envellecer nesta cultura.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "\"Not exactly. We've all lined up backup jobs.\"", "output": "\"Non exactamente. Todos temos preparado outro traballo por se acaso.\"", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "So starting from a three-dimensional ping sound system, a vibrating vest, a click wheel with voice commands, a leg strip, even a shoe that applies pressure to the foot.", "output": "Comezando por un sistema tridimensional de avisos sonoros, una chaleco vibrador, un volante con ordes por voz, unha cinta para as pernas, e incluso un zapato que aplica presi\u00f3n no p\u00e9.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "In fact, it's the opposite. It's a healthy response to the trauma, all of those immune cells rushing to the site of the injury to salvage cellular debris and prevent the spread of infection to elsewhere in the body.", "output": "En realidade, \u00e9 o contrario. \u00c9 unha resposta saudable ao trauma, todas as c\u00e9lulas inmunitarias correndo \u00f3 lugar da lesi\u00f3n para salvar os restos celulares e evitar a propagaci\u00f3n da infecci\u00f3n a outras partes do corpo.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Galician.", "input": "But when you're in a hurry or stressed out, that triggers something called the inflammatory response, which is associated with everything from Alzheimer's disease to cardiovascular disease.", "output": "Cando est\u00e1s apresurado ou estresado provocase algo chamado \"\" resposta inflamatoria \"\" que est\u00e1 asociado con todo, dende a enfermidade de Alzheimer \u00e1 enfermidades cardiovasculares.", "category": "Translation 198.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "We don't see scenes like this anymore because of vaccines.", "output": "Non vediamo pi\u00f9 immagini come queste grazie ai vaccini.", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "Now this region, it has just five percent of its forests left intact. Five percent.", "output": "In questa regione, solo il cinque per cento delle foreste sono ancora intatte. Cinque per cento!", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "So it was not easy at all.", "output": "Non \u00e8 stato per nulla semplice.", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "Even this problem, too complicated.", "output": "Anche questo problema, troppo complicato.", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "An 18-year-old boy who uses texting for almost everything says to me wistfully, \"\" Someday, someday, but certainly not now, I'd like to learn how to have a conversation. \"\" When I ask people \"What's wrong with having a conversation?\"", "output": "Un ragazzo di 18 anni con l'abitudine di messaggiare per qualunque cosa mi dice malinconicamente: \"\" Un giorno, un giorno, ma certamente non ora, vorrei imparare come si fa una conversazione. \"\" Quando chiedo alla gente: \"Cos'ha di sbagliato fare una conversazione?\"", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "So, perspective is everything and, because of the history that I've just briefly talked to you about, I have learned to think about Earth as an extraterrestrial planet.", "output": "Quindi, la prospettiva \u00e8 tutto e, a causa della storia che vi ho solo raccontato brevemente, ho imparato a pensare alla terra come se fosse un pianeta extraterrestre.", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "And that has always been a central part of the work.", "output": "Questo ha sempre fatto parte del mio lavoro.", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "There isn't anything wrong with nuke.", "output": "Non c'\u00e8 niente di sbagliato nel nucleare.", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Italian.", "input": "Farmers are facing challenges of drought from Asia to Africa, from Australia to Oklahoma, while heat waves linked with climate change have killed tens of thousands of people in Western Europe in 2003, and again in Russia in 2010.", "output": "Gli agricoltori devono affrontare la siccit\u00e0 dall'Asia all'Africa, dall'Australia all'Oklahoma, mentre ondate di caldo legate al cambiamento del clima hanno ucciso decine di migliaia di persone nell'Europa occidentale nel 2003, e di nuovo in Russia nel 2010.", "category": "Translation 199.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "There's no seams inside so you can sterilize it very easily.", "output": "Brak szw\u00f3w umo\u017cliwia bardzo \u0142atw\u0105 sterylizacj\u0119.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "We can support victims, and we can prevent some privacy violations by making these legal, individual and technological changes.", "output": "Mo\u017cemy wspiera\u0107 ofiary i zapobiega\u0107 niekt\u00f3rym naruszeniom wprowadzaj\u0105c prawne, indywidualne i techniczne zmiany.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "I'm trying to say we have to combine all the systems, and with one condition: never \u2014 if you have a subway, if you have surface systems, if you have any kind of system \u2014 never compete in the same space.", "output": "Pr\u00f3buj\u0119 pokaza\u0107, \u017ce musimy je \u0142\u0105czy\u0107. \u0141\u0105czy\u0107 wszystkie systemy. Jeden warunek: je\u015bli macie metro, je\u015bli macie transport naziemny, je\u015bli macie jakikolwiek system - nigdy nie konkurujcie w tej samej przestrzeni.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "Two years go by.", "output": "Nast\u0119pne dwa.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "Hold on! Wait a minute!", "output": "Chwileczk\u0119! Zaczekaj minut\u0119!", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "They took all of the trials which were submitted to the FDA as part of the approval package.", "output": "kt\u00f3re stanowi\u0142y o zatwierdzeniu lek\u00f3w.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "Well, the heart stent came from that little blow-up box that you might have learned in elementary school.", "output": "Stent kardiologiczny wywodzi si\u0119 z ma\u0142ego nadmuchiwanego pude\u0142ka, kt\u00f3re mo\u017ce znacie z podstaw\u00f3wki.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "Your brain just lets it go. The brain doesn't need to fill that in.", "output": "Wasz m\u00f3zg po prostu to odpuszcza. Nie musi tego wype\u0142nia\u0107.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Polish.", "input": "In fact, often, as we've seen happen in a lot of the Arab Spring revolts, often those divisions are along religious lines.", "output": "Jak dzia\u0142o si\u0119 to podczas Arabskiej Wiosny, Jak dzia\u0142o si\u0119 to podczas Arabskiej Wiosny, przyczyn\u0105 takich podzia\u0142\u00f3w cz\u0119sto jest religia.", "category": "Translation 200.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "We can solve this by raising awareness of the issue and teaching people to choose alternatives.", "output": "\u0645\u06cc \u200c \u062a\u0648\u0646\u06cc\u0645 \u0622\u06af\u0627\u0647\u06cc \u0645\u0631\u062f\u0645 \u0631\u0648 \u062f\u0631 \u0627\u06cc\u0646 \u0632\u0645\u06cc\u0646\u0647 \u0627\u0641\u0632\u0627\u06cc\u0634 \u0628\u062f\u06cc\u0645 \u0648 \u062f\u0631\u0628\u0627\u0631\u0647 \u200c \u06cc \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646 \u200c \u0647\u0627\u06cc\u06cc \u06a9\u0647 \u062f\u0627\u0631\u0646 \u0628\u0647\u0634\u0648\u0646 \u0622\u0645\u0648\u0632\u0634 \u0628\u062f\u06cc\u0645.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "And the glass \u2014 luckily I turned around \u2014 I had it all in my back and I was about 15 feet away.", "output": "\u0648 \u0638\u0631\u0641 \u0634\u06cc\u0634\u0647 \u200c \u0627\u06cc... \u0634\u0627\u0646\u0633 \u0622\u0648\u0631\u062f\u0645 \u06a9\u0647 \u0631\u0648\u06cc\u0645 \u0631\u0627 \u0628\u0631\u06af\u0631\u062f\u0627\u0646\u062f\u0647 \u0628\u0648\u062f\u0645. \u062a\u0645\u0627\u0645 \u0634\u06cc\u0634\u0647 \u062e\u0648\u0631\u062f\u0647 \u200c \u0647\u0627 \u0628\u0647 \u067e\u0634\u062a\u0645 \u0686\u0633\u0628\u06cc\u062f\u0647 \u0628\u0648\u062f\u0646\u062f. \u062f\u0631 \u062d\u0627\u0644\u06cc \u06a9\u0647 \u06f4.\u06f5 \u0645\u062a\u0631 \u0628\u0627\u0647\u0627\u0634 \u0641\u0627\u0635\u0644\u0647 \u062f\u0627\u0634\u062a\u0645.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "I'll come back after two months.", "output": "\u0645\u0646 \u0628\u0639\u062f \u0627\u0632 \u062f\u0648 \u0645\u0627\u0647 \u0628\u0631 \u0645\u06cc\u06af\u0631\u062f\u0645.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "My lunch lady had grandkids, and therefore kids, and therefore left school at the end of the day?", "output": "\u0628\u0627\u0646\u0648\u06cc \u0646\u0627\u0647\u0627\u0631 \u0645\u0646 \u0646\u0648\u0647 \u062f\u0627\u0634\u062a \u060c \u0648 \u062f\u0631\u0646\u062a\u06cc\u062c\u0647 \u0628\u0686\u0647 \u060c \u0648 \u0628\u0631\u0627\u06cc \u0647\u0645\u06cc\u0646 \u062f\u0631 \u0627\u0646\u062a\u0647\u0627\u06cc \u0647\u0631 \u0631\u0648\u0632 \u0645\u062f\u0631\u0633\u0647 \u0631\u0627 \u062a\u0631\u06a9 \u0645\u06cc \u06a9\u0631\u062f\u0647 \u061f", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "Our lives depend upon these creatures.", "output": "\u0632\u0646\u062f\u06af\u06cc\u0647\u0627\u06cc \u0645\u0627 \u0628\u0633\u062a\u06af\u06cc \u0628\u0647 \u0627\u06cc\u0646 \u0645\u062e\u0644\u0648\u0642\u0627\u062a \u062f\u0627\u0631\u062f.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "BS: Well there are opportunities all around us.", "output": "\u0628\u0631\u0627\u06cc\u0627\u0646 \u0627\u0633\u062a\u06cc\u0648\u0646\u0633\u0646: \u062e\u0648\u0628 \u0641\u0631\u0635\u062a \u200c \u0647\u0627\u06cc \u0632\u06cc\u0627\u062f\u06cc \u062f\u0631 \u067e\u06cc\u0631\u0627\u0645\u0648\u0646 \u0645\u0627 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u0647.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "Nonviolence is a choice like vegetarianism, but it's not who you are.", "output": "\u062f\u0631 \u0646\u062a\u06cc\u062c\u0647 \u0639\u062f\u0645 \u0627\u0639\u0645\u0627\u0644 \u062e\u0634\u0648\u0646\u062a \u0645\u0627\u0646\u0646\u062f \u0631\u0698\u06cc\u0645 \u06af\u06cc\u0627\u0647 \u200c \u062e\u0648\u0627\u0631\u06cc \u06cc\u06a9 \u0627\u0646\u062a\u062e\u0627\u0628 \u0627\u0633\u062a \u060c \u0648\u0644\u06cc \u0645\u0627 \u0630\u0627\u062a\u0627 \u0627\u06cc\u0646\u0637\u0648\u0631 \u0646\u06cc\u0633\u062a\u06cc\u0645.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "My wish is that we design the future of learning.", "output": "\u0622\u0631\u0632\u0648\u06cc \u0645\u0646 \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0645\u0627 \u0622\u06cc\u0646\u062f\u0647 \u0622\u0645\u0648\u0632\u0634 \u0631\u0627 \u0637\u0631\u0627\u062d\u06cc \u06a9\u0646\u06cc\u0645.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Persian.", "input": "More than 1,000 species \u2014 an enormous variety.", "output": "\u0628\u06cc\u0634 \u0627\u0632 \u06f1\u06f0\u06f0\u06f0 \u06af\u0648\u0646\u0647 \u2014 \u0627\u06cc\u0646 \u06cc\u06a9 \u062a\u0646\u0648\u0639 \u0628\u0633\u06cc\u0627\u0631 \u0628\u0632\u0631\u06af\u0647. \u0628\u06cc\u0634 \u0627\u0632 \u06f1\u06f0\u06f0\u06f0 \u06af\u0648\u0646\u0647 \u2014 \u0627\u06cc\u0646 \u06cc\u06a9 \u062a\u0646\u0648\u0639 \u0628\u0633\u06cc\u0627\u0631 \u0628\u0632\u0631\u06af\u0647.", "category": "Translation 201.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "And why is this so?", "output": "E porque \u00e9 que isto acontece?", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "Sometimes the best way to test a hypothesis is to consider its most extreme implication.", "output": "\u00c0s vezes, a melhor maneira de testar uma hip\u00f3tese \u00e9 considerando a sua implica\u00e7\u00e3o mais extrema.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "But the picture is changing, and we are seeing that there are new key players coming onto the scene.", "output": "Mas o cen\u00e1rio est\u00e1 a mudar, e estamos a ver que h\u00e1 novos agentes-chave a surgirem.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "One fish is just one fish in the sea.", "output": "Um peixe \u00e9 s\u00f3 um peixe no mar.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "But if we ask for advice about one of our accomplishments, we are able to be competent in their eyes but also be likeable.", "output": "Mas, se pedirmos um conselho acerca de um dos nossos feitos, parecemos competentes aos seus olhos e tamb\u00e9m somos simp\u00e1ticos.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "Out of a list of 26 topics, salary is only number eight.", "output": "Numa lista de 26 t\u00f3picos, o sal\u00e1rio s\u00f3 aparece em oitavo lugar.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "And so that number also demands food.", "output": "Essa quantidade tamb\u00e9m requer alimentos.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "And first, I want to tell you about one of them.", "output": "Primeiro, quero falar-vos de um deles.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Portugese.", "input": "Over 200 brand-new books were sent to my room piece by piece.", "output": "Enviaram-me mais de 200 livros novinhos em folha, um por um.", "category": "Translation 202.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u73fe\u5b9f\u4e16\u754c\u3067\u3082\u4eee\u60f3\u4e16\u754c\u3067\u3082\u751f\u304d\u6b8b\u308b\u306b\u306f\u3053\u3046\u3057\u305f\u672c\u80fd\u304c\u4e0d\u53ef\u6b20\u3060", "output": "Estes instintos son esenciais para a supervivencia nos mundos real e virtual.", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u305d\u306e\u7d50\u679c\u3068\u3057\u3066\u3001\u516c\u306e\u5834\u306b\u307e\u3067\u305d\u306e\u3088\u3046\u306a\u3082\u306e\u3092\u6301\u3061\u8fbc\u307f\u3001\u643a\u5e2f\u96fb\u8a71\u3092\u5e38\u306b\u30c1\u30a7\u30c3\u30af\u3057\u3066\u3057\u307e\u3046\u306e\u3067\u3059", "output": "E o que termina pasando cando levamos todo iso ao espazo social \u00e9 que miramos o tel\u00e9fono todo o tempo.", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3057\u305f", "output": "Grazas.", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u5148\u5ef6\u3070\u3057\u306f\u751f\u7523\u6027\u306e\u9762\u3067\u306f\u60aa\u5fb3\u3067\u3059\u304c\u5275\u9020\u6027\u306e\u9762\u3067\u306f\u7f8e\u5fb3\u3068\u306a\u308a\u5f97\u308b\u306e\u3067\u3059", "output": "Procrastinar \u00e9 un vicio cando falamos de produtividade, pero pode ser unha virtude para a creatividade.", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u3069\u3046\u3059\u308c\u3070\u6210\u529f\u7387\u304c\u4e0a\u304c\u308b\u306e\u304b \uff1f", "output": "Como podemos ter m\u00e1is \u00e9xito?", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u3082\u3063\u3068\u8a73\u3057\u304f\u8abf\u3079\u306a\u3051\u308c\u3070\u3042\u308b\u4eba\u304c\u3053\u306e\u3069\u3061\u3089\u306b\u8a72\u5f53\u3059\u308b\u306e\u304b\u78ba\u304b\u306b\u306f\u5206\u304b\u308a\u307e\u305b\u3093", "output": "Para unha persoa en particular, non sabemos con certeza cal das d\u00faas opci\u00f3ns \u00e9 a verdadeira ata que comezamos a afondar.", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u8a00\u8a9e\u3092\u767a\u9054\u3055\u305b\u305f\u6211\u3005\u306f\u98a8\u5909\u308f\u308a\u3068\u3044\u3046\u304b\u5947\u5999\u306a\u3053\u3068\u3092\u3057\u307e\u3057\u305f", "output": "Agora unha vez evolucionada a linguaxe, daquela, fixemos algo peculiar, incluso raro.", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u305d\u3053\u3067\u5e30\u5b85\u3057\u3066\u30c9\u30a2\u3092\u958b\u3051\u305f\u3089\u3053\u3046\u81ea\u554f\u3057\u3066\u4e0b\u3055\u3044\u300c\u5c11\u3057\u30b3\u30f3\u30d1\u30af\u30c8\u306b\u751f\u6d3b\u3067\u304d\u306a\u3044\u304b? \u300d", "output": "As\u00ed que, cando chegues \u00e1a casa e cruces a porta, para un segundo e preg\u00fantate, \"\" Poder\u00eda con unha vida pequena editada?", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Galician.", "input": "\u77e5\u8b58\u30d9\u30fc\u30b9\u3067\u300c\u30aa\u30dd\u30c3\u30b5\u30e0\u300d\u3092\u691c\u7d22\u3057\u307e\u3059\u304c", "output": "Escribiu \"\" Donicela \"\" na base de datos oficial.", "category": "Translation 203.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u4f55\u304c\u4e0d\u53ef\u80fd\u304b\u3055\u3048\u5206\u304b\u3089\u305a\u3059\u3079\u3066\u3092\u4f5c\u308a\u4e0a\u3052\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3057\u305f", "output": "Non sapevano cosa non potesse essere realizzato.", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u30a4\u30f3\u30c9\u304b\u3001\u6975\u6771\u3067\u3082\u3044\u3044\u3067\u3057\u3087\u3046", "output": "Potreste andare in India, in Estremo Oriente.", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u79c1\u306f\u30ea\u30d9\u30ea\u30a2\u5317\u90e8\u306b\u884c\u304d", "output": "nella Liberia del nord.", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u304c\u3093\u306b\u95a2\u3059\u308b\u6839\u672c\u7684\u306a\u554f\u984c\u306f\u79c1\u305f\u3061\u304c\u304c\u3093\u3092\u5f62\u5bb9\u8a5e\u3064\u307e\u308a\u75c7\u72b6\u306e\u307f\u306e\u8aac\u660e\u3067\u7247\u4ed8\u3051\u3066\u3057\u307e\u3063\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u3067\u3059\u300e\u79c1\u306f\u75b2\u308c\u305f\u3001\u3080\u304f\u3093\u3067\u3044\u308b\u3001\u305d\u3057\u3066\u75db\u307f\u306b\u82e6\u3057\u3093\u3067\u3044\u308b\u300f\u306a\u3069\u3067\u3059", "output": "Uno dei problemi principali riguardanti il cancro \u00e8 che ora lo descriviamo con vari aggettivi e sintomi. 'Sono stanco, gonfio, mi fa male', ecc..", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u3067\u306f\u5e02\u304c\u9055\u3046\u65b9\u91dd\u3092\u9078\u3093\u3060\u3089\u3069\u3093\u306a\u3053\u3068\u304c\u8d77\u3053\u308b\u3067\u3057\u3087\u3046\u304b \uff1f", "output": "Cosa succede quando una citt\u00e0 decide di dare spazio ad altre priorit\u00e0?", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u305d\u3093\u306a\u3053\u3068\u306b\u306f\u6c7a\u3057\u3066\u306a\u3089\u306a\u3044\u3068\u79c1\u306f\u8a00\u3044\u305f\u3044", "output": "E voglio solo dire che le cose non andranno assolutamente cos\u00ec.", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\uff12\u30c8\u30f3\u3082\u306e\u9244\u30fb\u30ac\u30e9\u30b9\u30fb\u30d7\u30e9\u30b9\u30c1\u30c3\u30af\u3092\u4f7f\u3063\u3066\u81ea\u5206\u306e\u4f53\u3092\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u30e2\u30fc\u30eb\u306b\u904b\u3076\u306e\u306f\u611a\u304b\u306a\u3053\u3068\u3067\u3059", "output": "E 'stupido usare 2 tonnellate di acciaio, vetro e plastica per portare la nostra anima in pena al centro commerciale. E' stupido usare 2 tonnellate di acciaio, vetro e plastica per portare la nostra anima in pena al centro commerciale.", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u3066\u3044\u3046\u304b\u305d\u308a\u3083\u5f53\u305f\u308a\u524d\u3067\u3057\u3087 \uff1f", "output": "E perch\u00e9 non dovrebbero?", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.", "input": "\u3055\u3089\u306b\u5b50\u4f9b\u9054\u306e\u767a\u9054\u3082\u5371\u967a\u306b\u3055\u3089\u3055\u308c\u307e\u3059", "output": "Significa che lo sviluppo dei loro figli potr\u00e0 essere compromesso.", "category": "Translation 204.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u3067\u306f\u6b21\u306e\u8a71\u984c\u306b\u79fb\u308a\u307e\u3057\u3087\u3046", "output": "Tyle na ten temat.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u79c1\u306f\u6700\u8fd1\u8003\u3048\u308b\u3093\u3067\u3059\u3082\u3057\u5f7c\u304c\u751f\u304d\u3066\u3044\u3066\u79c1\u304cTED\u3067\u8a71\u3059\u3068\u805e\u3044\u305f\u3089\u3069\u3093\u306a\u30a2\u30c9\u30d0\u30a4\u30b9\u3092\u3057\u3066\u304f\u308c\u308b\u3060\u308d\u3046\u3063\u3066", "output": "Zastanawia\u0142em si\u0119 ostatnio: gdyby \u017cy\u0142, jak\u0105 da\u0142by mi rad\u0119 w kwestii wyst\u0105pienia na TED.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u3053\u306e\u5b9f\u9a13\u306f\u6700\u521d\u3067\u3082\u3063\u3068\u3082\u57fa\u672c\u7684\u306a\u795e\u7d4c\u30b3\u30fc\u30c9\u306e\u5927\u4e8b\u306a\u90e8\u5206\u3001\u60c5\u5831\u306f\u96fb\u6c17\u4fe1\u53f7\u306b\u3088\u3063\u3066\u4f1d\u3048\u3089\u308c\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u3092\u660e\u3089\u304b\u306b\u3057\u307e\u3057\u305f\u3002", "output": "Eksperyment ten ods\u0142oni\u0142 pierwszy, by\u0107 mo\u017ce najbardziej podstawowy element szyfru nerwowego: to, \u017ce informacja zapisywana jest w postaci impuls\u00f3w elektrycznych.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u30b1\u30fc\u30d6\u30eb\u756a\u7d44\u306e\u30e2\u30ce\u30ed\u30fc\u30b0\u304b\u3089\u5e83\u307e\u3063\u305f\u3088\u3046\u306a\u5185\u5bb9\u3067\u306f\u306a\u304b\u3063\u305f\u3067\u3059", "output": "Oczywi\u015bcie, dowcip nie pochodzi\u0142 z Tonight Show.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u3068\u3053\u308d\u3067\u9ce5\u306f\u6050\u7adc\u3067\u3059", "output": "Ale ptaki to dinozaury.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u8cc7\u672c\u4e3b\u7fa9\u306e\u610f\u7fa9\u306f\u5bcc\u306e\u84c4\u7a4d\u306b\u3068\u3069\u307e\u308a\u307e\u305b\u3093", "output": "kapitalizm to nie jest tylko kwestia gromadzenia d\u00f3br.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u305d\u308c\u3092\u30b3\u30fc\u30c9\u306b\u307e\u3068\u3081\u308b\u306e\u3067\u3059", "output": "Mo\u017cemy to zawrze\u0107 w kodzie.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u3057\u304b\u3057\u5b87\u5b99\u304c\u306a\u305c\u305d\u3093\u306a\u4e0d\u601d\u8b70\u306a\u72b6\u614b\u3067\u51fa\u73fe\u3057\u305f\u304b\u3068\u3044\u3046\u554f\u984c\u306f\u5168\u304f\u672a\u89e3\u6c7a\u306e\u307e\u307e\u3067\u3059", "output": "Ale zagadka pojawienia si\u0119 wszech\u015bwiata w tym specyficznym stanie jest kompletnie nierozwi\u0105zana.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish.", "input": "\u81ea\u5206\u306f\u7236\u89aa\u3067\u5b50\u4f9b\u304c\u3044\u308b", "output": "Sam jestem ojcem. Mam dzieci.", "category": "Translation 205.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u79c1\u306e\u8a71\u306f\u4ee5\u4e0a\u3067\u3059", "output": "\u062e\u0648\u0628 \u060c \u0635\u062d\u0628\u062a \u0645\u0646 \u0647\u0645\u064a\u0646 \u0628\u0648\u062f.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u30c7\u30b6\u30a4\u30f3\u306b\u5bfe\u3059\u308b\u610f\u8b58\u7684\u306a\u30a2\u30d7\u30ed\u30fc\u30c1\u79c1\u306f\u751f\u7269\u5b66\u7684\u30c7\u30b6\u30a4\u30f3\u3068\u547c\u3093\u3067\u304a\u308a\u5b9f\u73fe\u53ef\u80fd\u306a\u3053\u3068\u3060\u3068\u8003\u3048\u307e\u3059", "output": "\u0646\u06af\u0631\u0634\u06cc \u0622\u06af\u0627\u0647\u0627\u0646\u0647 \u0628\u0647 \u0637\u0631\u0627\u062d\u06cc \u060c \u0645\u0646 \u0622\u0646\u0631\u0627 \u0637\u0631\u0627\u062d\u06cc \u0627\u0637\u0644\u0627\u0639\u06cc \u0632\u06cc\u0633\u062a\u06cc \u0645\u06cc \u200c \u0646\u0627\u0645\u0645 \u060c \u0648 \u0641\u06a9\u0631 \u06a9\u0646\u0645 \u0627\u0645\u06a9\u0627\u0646 \u067e\u0630\u06cc\u0631 \u0627\u0633\u062a.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u3053\u3093\u306a\u3053\u3068\u304c\u5206\u304b\u308a\u307e\u3057\u305f\u30a8\u30dc\u30e9\u306e\u611f\u67d3\u306f\u5927\u7c92\u306e\u98db\u6cab\u3092\u7d4c\u7531\u3059\u308b\u306e\u3067\u5230\u9054\u7bc4\u56f2\u306f\u72ed\u3044\u3067\u3059\u304c\u69d8\u3005\u306a\u7a2e\u985e\u306e\u75c5\u6c17\u304c\u98db\u884c\u6a5f\u306e\u5ba2\u5ba4\u5185\u3067\u4f1d\u67d3\u3057\u3046\u308b\u306e\u3067\u3059", "output": "\u0648 \u0645\u0639\u0644\u0648\u0645 \u0634\u062f \u06a9\u0647 \u060c \u0647\u0631\u0686\u0646\u062f \u0627\u06cc\u0628\u0648\u0644\u0627 \u0627\u0632 \u0631\u0627\u0647\u0647\u0627\u06cc \u062a\u0645\u0627\u0633 \u0646\u0632\u062f\u06cc\u06a9 \u0648 \u062a\u0631\u0627\u0648\u0634\u0627\u062a \u0628\u0632\u0631\u06af \u062a\u0646\u0641\u0633\u06cc \u06af\u0633\u062a\u0631\u0634 \u0645\u06cc \u200c \u06cc\u0627\u0628\u062f \u060c \u06a9\u0644\u06cc \u0628\u06cc\u0645\u0627\u0631\u06cc\u0647\u0627\u06cc \u062f\u06cc\u06af\u0631\u06cc \u0647\u0633\u062a\u0646\u062f \u06a9\u0647 \u0645\u06cc \u062a\u0648\u0627\u0646\u0646\u062f \u062f\u0631 \u06a9\u0627\u0628\u06cc\u0646 \u0647\u0648\u0627\u067e\u06cc\u0645\u0627 \u067e\u062e\u0634 \u0634\u0648\u0646\u062f.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u7686\u3055\u3093\u3082\u898b\u4e8b\u3067\u3057\u305f\u6709\u96e3\u3046\u3054\u3056\u3044\u307e\u3059", "output": "\u062d\u0627\u0644\u0627 - \u062a\u062e\u06cc\u0644 \u062e\u06cc\u0644\u06cc \u062e\u0648\u0628\u06cc \u0628\u0648\u062f \u060c \u0648\u0627\u0642\u0639\u0627\u064b \u0645\u0645\u0646\u0648\u0646\u0645.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u52a0\u901f\u3057\u3066\u3044\u308b\u3060\u3051\u3058\u3083\u3042\u308a\u307e\u305b\u3093", "output": "\u0633\u0631\u0639\u062a \u062f\u0631\u062d\u0627\u0644 \u0634\u062a\u0627\u0628 \u06af\u0631\u0641\u062a\u0646 \u0627\u0633\u062a. \u0648 \u0642\u0636\u06cc\u0647 \u062f\u0631 \u0647\u0645\u06cc\u0646 \u062c\u0627 \u062a\u0645\u0627\u0645 \u0646\u0645\u06cc \u0634\u0648\u062f.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u7686\u3055\u3093\u5927\u5909\u3088\u304f\u3067\u304d\u307e\u3057\u305f", "output": "\u062e\u0627\u0646\u0645\u0647\u0627 \u0648\u0627\u0642\u0627\u06cc\u0627\u0646 \u06a9\u0627\u0631\u062a\u0648\u0646 \u062e\u0648\u0628 \u0628\u0648\u062f.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u6575\u3067\u3042\u308c\u5473\u65b9\u3067\u3042\u308c\u826f\u3044\u4eba\u3067\u3042\u308c\u60aa\u3044\u4eba\u3067\u3042\u308c\u5236\u5fa1\u3059\u308b\u624b\u7acb\u3066\u306f\u3042\u308a\u307e\u305b\u3093", "output": "\u0628\u0647\u06cc\u0686\u0648\u062c\u0647 \u0646\u0645\u06cc \u200c \u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0641\u0647\u0645\u06cc\u062f \u06a9\u0647 \u0627\u06cc\u0646 \u0642\u0627\u0628\u0644\u06cc\u062a \u062a\u0648\u0633\u0637 \u0637\u0631\u0641\u062f\u0627\u0631\u0627\u0646 \u0634\u0645\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc \u200c \u0634\u0648\u062f \u06cc\u0627 \u062f\u0634\u0645\u0646\u0627\u0646 \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 \u0622\u062f\u0645 \u200c \u0647\u0627\u06cc \u062e\u0648\u0628 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc \u200c \u0634\u0648\u062f \u06cc\u0627 \u0622\u062f\u0645 \u200c \u0647\u0627\u06cc \u0628\u062f.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u5408\u8846\u56fd\u61b2\u6cd5\u3053\u305d\u304c\u30b2\u30a4\u30a2\u30b8\u30a7\u30f3\u30c0\u306a\u3093\u3067\u3059", "output": "\u062d\u0642\u0648\u0642 \u0634\u0647\u0631\u0648\u0646\u062f\u06cc \u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647 \u0622\u06cc\u06cc\u0646 \u0646\u0627\u0645\u0647 \u06cc \u0647\u0645\u062c\u0646\u0633 \u06af\u0631\u0627\u06cc\u06cc \u0627\u0633\u062a.", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Farsi.", "input": "\u30c0\u30a4\u30a8\u30c3\u30c8\u306b\u306f\u554f\u984c\u304c\u3042\u308b\u3068\u3044\u3046\u3053\u3068\u3092\u7686\u3055\u3093\u306b\u5206\u3063\u3066\u9802\u3051\u305f\u306a\u3089\u3067\u306f\u3069\u3046\u3057\u305f\u3089\u3044\u3044\u306e \uff1f \u3068\u3044\u3046\u8cea\u554f\u304c\u3067\u307e\u3059\u306d", "output": "\u0627\u06af\u0631 \u0634\u0645\u0627 \u0631\u0627 \u0645\u062a\u0642\u0627\u0639\u062f \u06a9\u0631\u062f\u0645 \u06a9\u0647 \u0631\u0698\u06cc\u0645 \u063a\u0630\u0627\u06cc\u06cc \u0634\u0627\u06cc\u062f \u06cc\u06a9 \u0645\u0634\u06a9\u0644 \u0628\u0627\u0634\u062f \u060c \u0633\u0648\u0627\u0644 \u0628\u0639\u062f\u06cc \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u060c \u062f\u0631 \u0627\u06cc\u0646 \u062e\u0635\u0648\u0635 \u0686\u0647 \u0628\u0627\u06cc\u062f \u06a9\u0631\u062f \u061f", "category": "Translation 206.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u9769\u65b0\u7684\u306a\u7d44\u7e54\u306f\u500b\u4eba\u500b\u4eba\u306e\u9055\u3044\u3092\u76ee\u7acb\u305f\u306a\u304f\u3059\u308b\u306e\u3067\u306f\u306a\u304f\u5897\u5e45\u3055\u305b\u307e\u3059", "output": "Nas organiza\u00e7\u00f5es inovadoras, eles ampliam as diferen\u00e7as, n\u00e3o as minimizam.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u5f7c\u3089\u304c\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u53c2\u52a0\u3057\u3066\u3044\u308b\u7d20\u6674\u3089\u3057\u3044\u79d1\u5b66\u8005\u3084\u30a8\u30f3\u30b8\u30cb\u30a2\u305d\u3057\u3066\u30c7\u30b6\u30a4\u30ca\u30fc\u3067\u3059", "output": "S\u00e3o estes, ent\u00e3o, os cientistas, engenheiros e designers brilhantes que trabalharam neste projecto.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u3053\u308c\u3068\u306f\u5225\u306b\uff18\u6587\u5b57\u3092\u7fd2\u3046\u3068\u307e\u305f32\u6587\u5b57\u61b6\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059", "output": "O grupo seguinte de oito caracteres vai construir mais 32.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u3053\u3046\u3057\u3066\u79c1\u306f\u533b\u5e2b\u306b\u306a\u308a\u307e\u3057\u305f\u3002", "output": "\u00c9 por isso que decidi ser m\u00e9dica.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u5927\u4f7f\u306b\u306a\u3063\u3066\u304f\u3060\u3055\u3044", "output": "Por favor, tornem-se embaixadores.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u30b5\u30a4\u30ba\u304c\u5206\u304b\u308b\u3088\u3046\u306b", "output": "Ent\u00e3o, isto \u00e9 apenas para conseguir alguma sensa\u00e7\u00e3o de escala.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u6700\u5f8c\u306e\u5199\u771f\u3092\u3054\u89a7\u3044\u305f\u3060\u304d\u307e\u3059", "output": "E mostro-vos a \u00faltima fotografia.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u52df\u96c6\u304c\u59cb\u307e\u308a\u307e\u3057\u305f", "output": "Assim se fez o recrutamento.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.", "input": "\u3053\u306e\u72b6\u614b\u306f\u5b9f\u306f\u559c\u3073\u3084\u52c7\u6c17\u3092\u611f\u3058\u308b\u6642\u306e\u72b6\u614b\u306b\u304b\u306a\u308a\u4f3c\u3066\u3044\u307e\u3059", "output": "Efectivamente, parece-se muito com o que acontece em momentos de alegria e de coragem.", "category": "Translation 207.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "Se estima que uno de cada 6 ni\u00f1os, esto es uno de cada seis ni\u00f1os, padece alg\u00fan trastorno de desarrollo.", "output": "Est\u00edmase que un de cada seis nenos, s\u00ed, un de cada seis nenos, padece alg\u00fan trastorno de desenvolvemento.", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "As\u00ed que dejen que los enemigos odien. Y saben, ustedes hagan sus cambios, porque s\u00e9 que pueden.", "output": "As\u00ed que deixen que os inimigos odien. E saben, vostedes fagan os seus cambios porque sei que poden.", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "El papel de un docente es facilitar el aprendizaje. Eso es todo.", "output": "O rol dun profesor \u00e9 facilitar a aprendizaxe.", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "Tenemos algo llamado \u00ab intimidad ambiente \u00bb.", "output": "Temos algo chamado \"\" intimidade ambiente \"\".", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "Pero \u00bfqu\u00e9 beneficio hay para el gusano?", "output": "Logo que beneficio ten as\u00ed o verme?", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "La manera de interpretar este gr\u00e1fico de apariencia simple es ver en la vertical una indicaci\u00f3n de la complejidad de la expresi\u00f3n de los adultos cercanos en base a la longitud de las palabras.", "output": "A forma de interpretar este gr\u00e1fico aparentemente simple \u00e9 ver na vertical unha indicaci\u00f3n do complexos que son os enunciados do coidador baseada na lonxitude dos enunciados.", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "Esta es la \u00faltima frontera del reciclaje,", "output": "Esta \u00e9 a derradeira fronteira da reciclaxe.", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "De hecho, la expresi\u00f3n David y Goliat ha calado en nuestra lengua como met\u00e1fora de las victorias improbables de la parte m\u00e1s d\u00e9bil sobre alguien mucho m\u00e1s fuerte.", "output": "De feito, este termo, David e Goliat, entrou na nosa lingua como unha met\u00e1fora para vitorias improbables da parte m\u00e1is d\u00e9bil contra algu\u00e9n moito m\u00e1is forte.", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Galician.", "input": "Una de las personas m\u00e1s inteligentes que he conocido.", "output": "Unha das persoas m\u00e1is intelixentes que co\u00f1ec\u00edn.", "category": "Translation 209.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "Y es la visualizaci\u00f3n de mensajes SMS enviados en la ciudad de \u00c1msterdam.", "output": "Consiste nel visualizzare gli SMS inviati nella citt\u00e0 di Amsterdam.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "Se me permiti\u00f3 visitar a McGowan como amigo, no como periodista.", "output": "Mi era concesso di far visita a McGowan in qualit\u00e0 di amico, non di giornalista.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "Por lo tanto, se trata de una m\u00e1quina, pero a trav\u00e9s de esta m\u00e1quina llegamos a ser m\u00e1s compasivos, nos volvemos m\u00e1s emp\u00e1ticos, m\u00e1s cerca de los dem\u00e1s.", "output": "\u00c8 vero, \u00e8 una macchina, ma grazie a questa macchina sentiamo compassione, sentiamo empatia, e sentiamo un legame.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "Entonces, lo que vemos en el siglo 17, 18 es la b\u00fasqueda continua de medicamentos m\u00e1s alla del canfor que hicieran el truco.", "output": "Quindi, nel 17-esimo, 18-esimo secolo vediamo una continua ricerca di rimedi diversi dalla canfora che facessero lo stesso effetto.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "\u00bfQu\u00e9 hay acerca de las cl\u00ednicas?", "output": "E per quanto riguarda le cliniche?", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "Rostros, rostros deformados y a veces aparecen las cosas m\u00e1s comunes en estas alucinaciones.", "output": "I volti, a volte deformati, sono una delle cose pi\u00f9 comuni in queste allucinazioni.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "Pero me interesaba otra definici\u00f3n de tecnolog\u00eda.", "output": "Ma ero interessato ad un'altra definizione di tecnologia.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "As\u00ed que re-sintetizamos esta canci\u00f3n.", "output": "Per cui abbiamo rielaborato questa canzone.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian.", "input": "Estos extrem\u00f3filos nos indican que la vida puede existir en muchos otros ambientes.", "output": "Gli estremofili ci dicono che la vita potrebbe esistere in molti altri ambienti.", "category": "Translation 210.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "Y son precisamente esos d\u00edas en que tienes m\u00e1s razones para decir gracias.", "output": "Ale w takie dni tym bardziej znajdziesz pow\u00f3d, by dzi\u0119kowa\u0107.", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "As\u00ed que siendo un ingenuo neozeland\u00e9s pens\u00e9, bien, ir\u00e9 al Pent\u00e1gono.", "output": "Jako naiwny Nowozelandczyk pomy\u015bla\u0142em, \u017ce udam si\u0119 do Pentagonu.", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "Es un paisaje del tipo de la Escuela del R\u00edo Hudson que muestra espacios abiertos de pastos bajos entreverados con bosquecillos.", "output": "To krajobraz szko\u0142y Hudson River: otwarte przestrzenie, niewysoka trawa, a pomi\u0119dzy ni\u0105 drzewa.", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "Uno solo les debe inducir suavemente en la direcci\u00f3n correcta.", "output": "a jedynie popchn\u0105\u0107 ich we w\u0142a\u015bciwym kierunku.", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "Dije: \"\" \u00a1Oh, Dios m\u00edo!, \u00bfqu\u00e9 es eso? \"\" Le pregunt\u00e9 y me dijo: \"\" Oh, \u00bfeso? Por la noche muero.", "output": "Powiedzia\u0142em: \"\" O m\u00f3j Bo\u017ce. Co to takiego? \"\" Zapyta\u0142em go o to, a on powiedzia\u0142: \"\" A, o to ci chodzi? W nocy umieram,", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "Mi madre enviaba batatas y arroz,", "output": "Mama posy\u0142a\u0142a im korzenie i ry\u017c", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "Y esta es la buena noticia desde \u00c1frica que estamos gritando desde las alturas.", "output": "To dobre wie\u015bci z Afryki, powinni\u015bmy je g\u0142o\u015bno wykrzykiwa\u0107.", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "Eso es lo que tenemos que pensar, que son parte de nosotros, son parte de un continuo.", "output": "To w\u0142a\u015bnie musimy bra\u0107 pod uwag\u0119. Obydwie s\u0105 nasz\u0105 cz\u0119\u015bci\u0105. To elementy jednej ca\u0142o\u015bci,", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish.", "input": "20 d\u00edgitos o menos, si\u00e9ntense.", "output": "Mniej ni\u017c 20, usi\u0105d\u017acie.", "category": "Translation 211.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "Una apertura radical en el campo educativo a\u00fan est\u00e1 en un futuro distante.", "output": "\u067e\u0630\u06cc\u0631\u0634 \u0645\u0637\u0644\u0642 \u060c \u062f\u0631 \u0632\u0645\u06cc\u0646\u0647 \u0622\u0645\u0648\u0632\u0634 \u062f\u0631 \u0645\u062f\u0627\u0631\u0633 \u0647\u0646\u0648\u0632 \u06cc\u06a9 \u0622\u06cc\u0646\u062f\u0647 \u062f\u0648\u0631 \u0645\u062d\u0633\u0648\u0628 \u0645\u06cc \u200c \u0634\u0648\u062f.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "La salud es un gran y urgente problema, porque si no est\u00e1s vivo, entonces todas las otras cosas ser\u00edan de poca importancia.", "output": "\u0645\u062f\u062a \u0633\u0644\u0627\u0645\u062a\u06cc \u0645\u0648\u0636\u0648\u0639\u06cc \u0628\u0632\u0631\u06af \u0648 \u0645\u0647\u0645 \u0627\u0633\u062a \u060c \u0686\u0648\u0646 \u0627\u06af\u0631 \u0632\u0646\u062f\u0647 \u0646\u0628\u0627\u0634\u06cc \u060c \u0647\u06cc\u0686 \u0686\u06cc\u0632 \u062f\u06cc\u06af\u0631\u06cc \u0645\u0641\u06cc\u062f \u0646\u06cc\u0633\u062a.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "Pero ir a Marte requerir\u00eda una decisi\u00f3n pol\u00edtica que fuese popular, y eso nunca ocurrir\u00e1.", "output": "\u0648\u0644\u06cc \u0631\u0641\u062a\u0646 \u0628\u0647 \u0645\u0631\u06cc\u062e \u0628\u0627\u06cc\u062f \u0628\u0647 \u062f\u0646\u0628\u0627\u0644 \u06cc\u06a9 \u062a\u0635\u0645\u06cc\u0645 \u0633\u06cc\u0627\u0633\u06cc \u060c \u0648 \u0628\u0647 \u0647\u0645\u0631\u0627\u0647 \u0627\u0642\u0628\u0627\u0644 \u0639\u0645\u0648\u0645\u06cc \u0628\u0627\u0634\u062f \u060c \u0648 \u0627\u06cc\u0646 \u0647\u06cc\u0686\u06af\u0627\u0647 \u0627\u062a\u0641\u0627\u0642 \u0646\u062e\u0648\u0627\u0647\u062f \u0627\u0641\u062a\u0627\u062f.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "\u00a1Kshh!", "output": "\u06a9\u062e \u062e \u062e!", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "Es ampliamente aceptado, que la vida de los ancianos constituye un \u00e1rea de desastre en la sociedad estadounidense moderna.", "output": "\u0632\u0646\u062f\u06af\u06cc \u0627\u0641\u0631\u0627\u062f \u0645\u0633\u0646 \u0628\u0647 \u0635\u0648\u0631\u062a \u06af\u0633\u062a\u0631\u062f\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0628\u062f\u0628\u062e\u062a\u06cc \u062c\u0627\u0645\u0639\u0647 \u0645\u062f\u0631\u0646 \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc\u06cc \u0645\u0627 \u062f\u0631 \u0646\u0638\u0631 \u06af\u0631\u0641\u062a\u0647 \u0645\u06cc\u0634\u0648\u062f. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0628\u062f\u0628\u062e\u062a\u06cc \u062c\u0627\u0645\u0639\u0647 \u0645\u062f\u0631\u0646 \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc\u06cc \u0645\u0627 \u062f\u0631 \u0646\u0638\u0631 \u06af\u0631\u0641\u062a\u0647 \u0645\u06cc\u0634\u0648\u062f.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "Y he aqu\u00ed la sorpresa: encontraron que la expansi\u00f3n no se est\u00e1 desacelerando.", "output": "\u0627\u06cc\u0646 \u0647\u0645 \u0628\u062e\u0634 \u063a\u0627\u0641\u0644\u06af\u06cc\u0631 \u06a9\u0646\u0646\u062f\u0647 \u200c \u0627\u0634: \u0622\u0646\u0647\u0627 \u0641\u0647\u0645\u06cc\u062f\u0646\u062f \u06a9\u0647 \u0633\u0631\u0639\u062a \u0627\u0646\u0628\u0633\u0627\u0637 \u062f\u0631 \u062d\u0627\u0644 \u06a9\u0627\u0647\u0634 \u0646\u06cc\u0633\u062a.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "Encontrar\u00e1n gente que aspira a una educaci\u00f3n superior.", "output": "\u0627\u0646\u0633\u0627\u0646 \u200c \u0647\u0627\u06cc\u06cc \u0631\u0627 \u062e\u0648\u0627\u0647\u06cc\u062f \u06cc\u0627\u0641\u062a \u06a9\u0647 \u0628\u0647 \u200c \u062f\u0646\u0628\u0627\u0644 \u062a\u062d\u0635\u06cc\u0644\u0627\u062a \u0639\u0627\u0644\u06cc\u0647 \u0647\u0633\u062a\u0646\u062f.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "Pero creo que en muchos sentidos, YouTube se asemeja a un sal\u00f3n de clases.", "output": "\u0627\u0645\u0627 \u0628\u0647 \u0646\u0638\u0631\u0645 \u0627\u0632 \u062e\u06cc\u0644\u06cc \u062c\u0647\u0627\u062a \u060c \u0635\u0641\u062d\u0647 \u06cc\u0648\u062a\u06cc\u0648\u0628 \u062a\u062f\u0627\u0639\u06cc \u200e \u06af\u0631 \u06a9\u0644\u0627\u0633 \u062f\u0631\u0633 \u0627\u0633\u062a.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.", "input": "Necesitamos revitalizar ese esp\u00edritu.", "output": "\u0648 \u0645\u0627 \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u06cc\u0645 \u06a9\u0647 \u0627\u0648\u0646 \u0631\u0648\u062d \u0631\u0627 \u0627\u062d\u06cc\u0627 \u06a9\u0646\u06cc\u0645.", "category": "Translation 212.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "De hecho, cuando estudias comunidades muy, muy pobres, los residentes te dicen que su mayor temor es la violencia.", "output": "Quando observamos comunidades extremamente pobres, os moradores contar-nos-\u00e3o que o seu maior medo \u00e9 a viol\u00eancia.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "Y as\u00ed, hace seis a\u00f1os, me vino un pensamiento a la mente: si la vida pas\u00f3 a las p\u00e1ginas, hubo, en alg\u00fan lugar, pasajes escritos sobre cada edad.", "output": "Ent\u00e3o, h\u00e1 seis anos, veio-me \u00e0 cabe\u00e7a um pensamento: Se a vida passasse para as p\u00e1ginas, havia l\u00e1, em qualquer s\u00edtio, passagens escritas sobre todas as idades.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "Video: Se est\u00e1 levantando mucho viento en un instante.", "output": "V\u00eddeo: Ventania dentro de alguns segundos.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "Y realmente me impresion\u00f3 lo mucho que me afect\u00f3.", "output": "Fiquei realmente espantada com a forma como me afectou.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "Por ejemplo, el diodo t\u00fanel, un componente usado en electr\u00f3nica, funciona gracias a las maravillas del efecto t\u00fanel cu\u00e1ntico.", "output": "Por exemplo, o diodo t\u00fanel [diodo Esaki], um componente usado em eletr\u00f3nica, funciona gra\u00e7as \u00e0s maravilhas do Tunelamento Qu\u00e2ntico.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "Esta es una foto del t\u00fanel Brooklyn-Battery.", "output": "Esta \u00e9 uma foto do T\u00fanel de Brooklyn-Battery.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "Y este es en esencia el resultado que obtuvimos antes.", "output": "E este \u00e9 basicamente o resultado que t\u00ednhamos obtido antes.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "Esta es una nueva especie del sur de Indiana.", "output": "Esta \u00e9 uma nova esp\u00e9cie que descrevemos, do sul do Indiana.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Portugese.", "input": "e inmediatamente tiene menos ni\u00f1os.", "output": "Imediatamente t\u00eam menos filhos.", "category": "Translation 213.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0627\u0646\u0647\u0627 \u0643\u0641\u064a\u0644\u0645. \u0641\u0627\u0646\u062a \u062a\u0631\u0649 \u0641\u064a\u0644\u0645\u0627\u064b \u0644\u0627 \u0639\u0644\u0627\u0642\u0629 \u0644\u0647 \u0628\u0643 \u0627\u0637\u0644\u0627\u0642\u0627. \u0623\u0648 \u0647\u0630\u0627 \u0647\u0648 \u0648\u0635\u0641 \u0627\u0644\u0645\u0631\u0636\u0649 \u0644\u0647.", "output": "\u00c9 coma unha pel\u00edcula. Vemos unha pel\u00edcula que non ten nada que ver connosco, ou iso \u00e9 o que a xente cre.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0641\u0625\u0646\u0646\u0627 \u0642\u0645\u0646\u0627 \u0628\u0646\u0632\u0639\u0647 \u060c \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u0631\u062a\u064a\u0628 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0627\u0647\u062a\u0632\u0627\u0632 \u0641\u064a \u0623\u0646\u0645\u0627\u0637 \u0645\u062e\u062a\u0644\u0641\u0629. \u0643\u0645\u0627 \u0623\u0646\u0646\u0627 \u0642\u0645\u0646\u0627 \u062a\u062d\u0641\u064a\u0632\u0647\u0627 \u0644\u0647\u0645 \u0644\u0646\u0642\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0628\u0634\u0623\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 \u060c \u0648\u0623\u064a\u0636\u0627 \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u063a\u0627\u0632 \u0648\u062f\u0648\u0627\u0633\u0629 \u0627\u0644\u0641\u0631\u0627\u0645\u0644.", "output": "Abr\u00edmola e reorganizamos os elementos vibratorios seguindo distintos esquemas e conseguimos que transmitan a informaci\u00f3n sobre a velocidade as\u00ed como instruci\u00f3ns sobre como usar o acelerador e o freo.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0631\u0628\u0645\u0627 \u064a\u0643\u0648\u0646 \u0648\u0627\u062d\u062f\u0627 \u0645\u0646 \u0627\u0644\u0623\u062c\u0648\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u062a\u062d\u062f\u064a\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0648\u0627\u062c\u0647 \u0646\u0638\u0627\u0645 \u0627\u0644\u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0635\u062d\u064a\u0629 \u0627\u0644\u0625\u0645\u0631\u064a\u0643\u064a \u060c \u0648\u0644\u0627 \u0633\u064a\u0645\u0627 \u0641\u064a \u0631\u0639\u0627\u064a\u0629 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u062d\u064a\u0627\u0629 \u060c \u0647\u0648 \u0628\u0633\u064a\u0637 \u0645\u062b\u0644 \u0627\u0644\u062a\u062d\u0648\u0644 \u0641\u064a \u0627\u0644\u0645\u0646\u0638\u0648\u0631 \u060c \u0648\u0627\u0644\u062a\u062d\u0648\u0644 \u0641\u064a \u0627\u0644\u0645\u0646\u0638\u0648\u0631 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062d\u0627\u0644\u0629 \u0633\u064a\u0643\u0648\u0646 \u0644\u0625\u0644\u0642\u0627\u0621 \u0646\u0638\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u064a\u0627\u0629 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629 \u0644\u0643\u0644 \u062d\u0627\u0644\u0629 \u0648\u0641\u0627\u0629.", "output": "Quiz\u00e1is unha das respostas \u00f3s retos que est\u00e1n afrontando no sistema sanitario dos Estados Unidos, particularmente nos coidados finais da vida, \u00e9 tan simple como un cambio na perspectiva, e o cambio na perspectiva neste caso ser\u00eda ver a vida social de cada morto.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0643\u0644\u0645\u0627 \u0643\u0627\u0646\u062a \u0623\u0634\u064a\u0627\u0626\u064a \u0623\u0643\u062b\u0631 \u0643\u0644\u0645\u0627 \u0643\u0627\u0646 \u0623\u0641\u0636\u0644", "output": "Cantas mais cousas te\u00f1a, mellor.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0648 \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643 \u060c \u0641\u0625\u0646 \u0648\u0627\u062d\u062f\u0627\u064b \u0645\u0646 \u0645\u0643\u0648\u0646\u0627\u062a \u0627\u0644\u0644\u0642\u0627\u062d\u0627\u062a \u060c \u0648 \u0647\u0648 \u064a\u064f\u062f\u0639\u0649 \u0627\u0644\u062b\u064a\u0631\u0645\u0648\u0633\u0627\u0644 \u060c \u0643\u0627\u0646 \u064a\u064f\u0639\u062a\u0642\u062f \u0628\u0623\u0646\u0647 \u0645\u0633\u0628\u0628 \u0645\u0631\u0636 \u0627\u0644\u062a\u0648\u062d\u062f.", "output": "Amais, un dos ingredientes das vacinas, algo chamado tiomersal que se pensaba que era a causa do autismo,", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0631\u0628\u0645\u0627 \u064a\u0628\u062f\u0648 \u0643\u0644\u0627\u0645\u064a \u063a\u064a\u0631 \u0643\u0627\u0641 \u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u062d\u0627\u0636\u0631.", "output": "Isto pode non parecer moito de momento.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0643\u0644 \u0645\u0631\u0622\u0629 \u0645\u0646 \u0627\u0644\u0633\u0628\u0639 \u0645\u0631\u0627\u064a\u0627 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0638\u0627\u0631 \u0633\u064a\u0643\u0648\u0646 \u0642\u0637\u0631\u0647\u0627 \u062d\u0648\u0627\u0644\u064a 27 \u0642\u062f\u0645.", "output": "Cada un dos sete espellos do telescopio ter\u00e1 case 9 metros de di\u00e1metro.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0648\u0628\u0627\u0644\u062a\u0627\u0644\u064a \u0647\u0630\u0647 \u0645\u062c\u0645\u0648\u0639\u0629 \u0623\u0634\u0639\u0629 \u062a\u062e\u0637\u064a\u0637 \u0627\u0644\u062f\u0645\u0627\u063a \u0645\u0643\u0646\u062a\u0646\u0627 \u0645\u0646 \u062a\u0632\u0648\u064a\u062f \u0647\u0648\u0644\u0627\u0621 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0628\u062a\u0634\u062e\u064a\u0635 \u0639\u0635\u0628\u064a \u0623\u0643\u062b\u0631 \u062f\u0642\u0629 \u0648\u0639\u0644\u0627\u062c\u064b\u0627 \u0623\u0643\u062b\u0631 \u0627\u0633\u062a\u0647\u062f\u0627\u0641\u064b\u0627 \u0644\u0644\u0639\u0644\u0629.", "output": "Por tanto, estes esc\u00e1ners perm\u00edtennos darlle a estes nenos unha diagnose neurol\u00f3xica moito m\u00e1is precisa e un tratamento moito m\u00e1is dirixido.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician.", "input": "\u0644\u0627 \u064a\u0647\u0645", "output": "Non importa, en realidade.", "category": "Translation 214.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0625\u0630\u0646 \u060c \u0644\u0643\u0645 \u0623\u0646 \u062a\u062a\u062e\u064a\u0644\u0648\u0627 \u0623\u0646\u0647 \u0643\u0627\u0646 \u0627\u0646\u062a\u0642\u0627\u0644\u0627\u064b \u0628\u0639\u064a\u062f\u064b\u0627 \u062a\u0645\u0627\u0645\u064b\u0627 \u0639\u0646 \u0627\u0644\u0633\u0651\u0644\u0627\u0633\u0629.", "output": "Potete immaginare, \u00e8 una transizione non proprio fluida.", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0647\u0646\u0627 \u0643\u0645\u0627 \u062a\u0631\u0648\u0646.", "output": "Ecco che aspetto ha:", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0648 \u0643\u0646\u062a \u0641\u064a \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0631\u062c\u0627\u0644 \u0630\u0648\u064a \u0627\u0644\u0628\u062f\u0644\u0627\u062a \u0627\u0644\u0633\u0648\u062f\u0627\u0621 \u0644\u064a\u0638\u0647\u0631\u0648\u0627.", "output": "E ho continuato ad aspettare che comparissero i Men in Black.", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "(\u062a\u0635\u0641\u064a\u0642) \u0628\u0635\u0648\u0631\u0629 \u0645\u062a\u0635\u0627\u0639\u062f\u0629 \u0641\u064a \u0627\u0644\u062f\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u0627\u0644\u0646\u0633\u0627\u0621 \u064a\u0646\u0634\u0626\u0648\u0646 \u0625\u062c\u062a\u0645\u0627\u0639\u064a\u064b\u0627 \u0644\u062a\u0635\u062f\u064a\u0642 \u0627\u0646 \u0645\u0643\u0627\u0646\u0647\u0646 \u0644\u0645 \u064a\u0639\u062f \u0641\u064a \u0627\u0644\u0628\u064a\u062a \u0641\u0642\u0637, \u0644\u0643\u0646 \u0627\u0644\u0631\u062c\u0627\u0644 \u0645\u0627\u0632\u0627\u0644\u0648\u0627 \u0641\u064a \u0646\u0641\u0633 \u0627\u0644\u0645\u0643\u0627\u0646 \u0627\u0644\u0630\u064a \u0643\u0627\u0646\u0648\u0627 \u0641\u064a\u0647 \u062f\u0627\u0626\u0645\u064b\u0627", "output": "(Applausi) Nei paesi sviluppati, sempre pi\u00f9 donne sono educate a credere che il nostro posto non sia pi\u00f9 solo a casa, mentre gli uomini sono ancora dove sono sempre stati.", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0625\u0630\u0627\u064b \u062f\u0639\u0648\u0646\u0627 \u0646\u0636\u0639 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0641\u064a \u062d\u0638\u0627\u0626\u0631 \u0648 \u0646\u062a\u0631\u0643\u0647\u0645 \u064a\u0644\u0639\u0628\u0648\u0627 \u0644\u0639\u062f\u0629 \u0623\u0634\u0647\u0631. \u0633\u064a\u0635\u0628\u062d\u0648\u0627 \u062c\u0645\u064a\u0639\u0627 \u0639\u0628\u0627\u0642\u0631\u0629 \u0648 \u064a\u0631\u062a\u0627\u062f\u0648\u0627 \u0647\u0627\u0631\u0641\u0631\u062f. \"\" \u0643\u064a\u0641 \u062a\u0645\u0646\u0639 \u0627\u0644\u0646\u0627\u0633 \u0645\u0646 \u0627\u0644\u062a\u0635\u0631\u0641 \u0628\u0647\u0630\u0647 \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0628\u0646\u0627\u0621\u0627 \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0642\u0648\u0645 \u0628\u062a\u0637\u0648\u064a\u0631\u0647\u0627 \u061f", "output": "Bene, allora mettiamo insieme tutti questi ragazzi, e facciamoli giocare per mesi e mesi. Saranno tutti geni e andranno ad Harvard. \"\" Come impedisce alla gente di mettere in atto simili azioni sulla base dei dati che state sviluppando?", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u062d\u0634\u0631\u0627\u062a \u064a\u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0646\u0628\u0627\u062a\u0627\u062a \u0643\u0646\u0627\u0642\u0644 \u0644\u0643\u064a \u062a\u0642\u0648\u0645 \u0628\u0646\u0642\u0644 \u062d\u0628\u0648\u0628 \u0627\u0644\u0644\u0642\u0627\u062d \u0648\u0644\u0643\u0646 \u0644\u064a\u0633 \u0641\u062d\u0633\u0628 \u0627\u0644\u062d\u0634\u0631\u0627\u062a.. \u0628\u0644 \u0627\u0644\u0637\u064a\u0648\u0631 \u0648 \u0627\u0644\u0632\u0648\u0627\u062d\u0641 \u0648\u0627\u0644\u062b\u062f\u064a\u0627\u062a.. \u0645\u062b\u0644 \u0627\u0644\u062e\u0641\u0627\u0641\u064a\u0634 \u062d\u064a\u062b \u062a\u0633\u062a\u062e\u062f\u0645 \u0639\u0627\u062f\u0629 \u0644\u0646\u0642\u0644 \u062d\u0628\u0648\u0628 \u0627\u0644\u0644\u0642\u0627\u062d", "output": "Molti insetti sono utilizzati dalle piante come vettori per il trasporto del polline, ma non solo gli insetti: anche uccelli, rettili e mammiferi come i pipistrelli sono comunemente addetti al trasporto del polline.", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0627\u0644\u0639\u0627\u0631 \u0627\u0644\u063a\u064a\u0631 \u0635\u062d\u064a \u0627\u0644\u0630\u064a \u0627\u062a\u062d\u062f\u062b \u0639\u0646\u0647 \u0647\u0648 \u0627\u0644\u0630\u064a \u064a\u062a\u0639\u0628 \u062c\u062f\u0627\u064b \u0645\u0646 \u0627\u0644\u062f\u0627\u062e\u0644.", "output": "La vergogna malsana di cui parlo \u00e8 di quelle che vi fa stare male dentro.", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0634\u062e\u0635 \u0645\u0627 \u0643\u0627\u0646 \u064a\u0636\u0631\u0628 \u0634\u062e\u0635 \u0622\u062e\u0631 \u0628\u0642\u0628\u0636\u0627\u062a \u062d\u062f\u064a\u062f\u064a\u0629.", "output": "Uno stava picchiando un altro con i tirapugni. Erano in smoking e si picchiavano. Orribile.", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.", "input": "\u0644\u0630\u0627 \u0645\u0639 \u0634\u064a\u0626 \u0628\u0633\u064a\u0637 \u0645\u0646 \u0627\u0644\u0645\u062f\u062e\u0644\u0627\u062a \u0646\u0633\u062a\u0637\u064a\u0639 \u0623\u0646 \u0646\u062d\u0633\u0628 \u0628\u0627\u0644\u0636\u0628\u0637 \u0645\u0627\u0630\u0627 \u064a\u0645\u0644\u0643 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0646\u0627\u0633 \u0645\u0646 \u0625\u062e\u062a\u064a\u0627\u0631\u0627\u062a, \u0645\u0627 \u0647\u064a \u0625\u062e\u062a\u064a\u0627\u0631\u0627\u062a\u0647\u0645 \u0627\u0644\u062a\u064a \u0633\u0648\u0641 \u064a\u0623\u062e\u0630\u0648\u0646\u0647\u0627 \u0623\u0648 \u064a\u0642\u0628\u0644\u0648\u0647\u0627, \u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u0633\u0639\u0648\u0646 \u0648\u0631\u0627\u0626\u0647, \u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u0642\u062f\u0631\u0648\u0646\u0647 \u0628\u0627\u0644\u0636\u0628\u0637, \u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u0631\u064a\u062f\u0648\u0646\u0647, \u0648\u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u0639\u0631\u0641\u0648\u0646\u0647 \u0639\u0646 \u0627\u0644\u0646\u0627\u0633 \u0627\u0644\u0622\u062e\u0631\u064a\u0646.", "output": "Con queste poche informazioni, possiamo determinare quali sono le alternative aperte ai protagonisti e le probablit\u00e0 che le colgano i loro obiettivi, ci\u00f2 che apprezzano, ci\u00f2 che vogliono e quello che pensano degli altri.", "category": "Translation 215.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0644\u0627 \u0634\u0643 \u0641\u064a \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0639\u0648\u0627\u0644\u0645 \u0645\u062f\u0647\u0634\u0629 \u0648\u063a\u064a\u0631 \u0648\u0627\u0631\u062f\u0629 \u0648\u0628\u0634\u0643\u0644 \u0645\u062b\u064a\u0631 \u0644\u0644\u062f\u0647\u0634\u0629 \u060c \u0648\u0644\u0643\u0646\u0647\u0627 \u0644\u0646 \u062a\u0643\u0648\u0646 \u0639\u0627\u0644\u0645\u0646\u0627 \u0648\u0644\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u062a\u0627\u0631\u064a\u062e\u0646\u0627.", "output": "Te \u015bwiaty by\u0142yby niesamowite i niesamowicie nieprawdopodobne, ale nie by\u0142by to nasz \u015bwiat i nie mia\u0142by naszej historii", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0647\u0630\u0627 \u0623\u062d\u062f \u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629 \u0627\u0644\u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0623\u0643\u0628\u0631 \u0635\u0627\u0646\u0639\u064a \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0646\u0642\u0627\u0644 \u0641\u064a \u0627\u0644\u0635\u064a\u0646.", "output": "Oto nowoczesne telefony kom\u00f3rkowe - marki Bird - jednego z najwi\u0119kszych producent\u00f3w telefon\u00f3w w Chinach.", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0625\u0646 \u0627\u0644\u0645\u062d\u0627\u062c\u0631 \u0627\u0644\u062a\u064a \u0628\u0644\u0627 \u0639\u064a\u0648\u0646 \u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a \u0627\u0644\u062d\u0645\u0652\u0644 \u0641\u064a \u0643\u0644 \u0645\u0643\u0627\u0646 \u062a\u0648\u0636\u062d \u0627\u0644\u0643\u0645\u0651 \u0627\u0644\u0648\u0627\u0641\u0631 \u0645\u0646 \u0627\u0644\u063a\u0650\u0631\u0628\u0627\u0646 \u0628\u0637\u0648\u0644 \u0627\u0644\u0637\u0631\u064a\u0642.", "output": "Puste oczodo\u0142y jucznych zwierz\u0105t przyci\u0105ga\u0142y miriady kruk\u00f3w wzd\u0142u\u017c drogi.", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0633\u0627\u0631\u062a \u0628\u0647\u0627 \u0628\u0627\u0644\u0639\u0643\u0633 \u0645\u0633\u0627\u0641\u0629 55 \u0645\u0646 \u0627\u0644\u0637\u0631\u064a\u0642, \u0643\u0644\u0647\u0627 \u0628\u0627\u0644\u0639\u0643\u0633", "output": "Wrzuca wsteczny - jedziemy setk\u0105 na podje\u017adzie - na wstecznym!", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0644\u0643\u0646 \u0643\u064a\u0641 \u064a\u0645\u0643\u0646\u0647 \u0625\u0642\u0646\u0627\u0639 \u0627\u0644\u0646\u0627\u0633 \u0628\u0623\u0646 \u0645\u0644\u0627\u064a\u064a\u0646 \u0627\u0644\u0641\u0648\u0644\u062a\u0627\u062a \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u062c\u0639\u0644\u0647 \u064a\u0639\u0645\u0644 \u0643\u0627\u0646\u062a \u0622\u0645\u0646\u0629 \u061f", "output": "Ale jak mia\u0142 przekona\u0107 ludzi, \u017ce potrzebne do niego miliony wolt\u00f3w s\u0105 bezpieczne?", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u062d\u064a\u0646 \u062d\u062f\u062b \u062a\u0633\u0631\u0628 \u0646\u0641\u0637 \u0628\u0631\u064a\u062a\u064a\u0634 \u0628\u062a\u0631\u0648\u0644\u064a\u0648\u0645 \u060c \u0643\u0646\u062a \u0623\u0639\u0645\u0644 \u0641\u064a \u0625\u0645 \u0622\u064a \u062a\u064a \u060c \u0648\u0642\u062f \u0643\u0646\u062a \u0645\u0633\u0624\u0648\u0644\u0627 \u0639\u0646 \u062a\u0637\u0648\u064a\u0631 \u062a\u0642\u0646\u064a\u0629 \u0644\u062a\u0646\u0638\u064a\u0641 \u0628\u0642\u0639\u0629 \u0627\u0644\u0646\u0641\u0637.", "output": "Kiedy dosz\u0142o do wycieku ropy BP, pracowa\u0142em dla MIT i by\u0142em odpowiedzialny za opracowanie technologii usuwaj\u0105cej wycieki ropy.", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0644\u0643\u0646 \u060c \u0630\u0644\u0643 \u0644\u064a\u0633 \u0643\u0627\u0641\u064a\u0627\u064b \u0628\u0628\u0633\u0627\u0637\u0629.", "output": "Ale to za ma\u0142o.", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0627\u0644\u0623\u0634\u064a\u0627\u0621 \u0627\u0644\u0645\u062b\u064a\u0631\u0629 \u0644\u0644\u0627\u0647\u062a\u0645\u0627\u0645 \u0639\u0646 \u0627\u0644\u0645\u0627\u0636\u064a \u0647\u0648 \u0623\u0646\u0643 \u062a\u062d\u062f\u064a\u062f\u0627\u064b \u0644\u0627 \u062a\u0633\u062a\u0637\u064a\u0639 \u0631\u0624\u064a\u062a\u0647 \u060c \u0625\u0628\u0646\u064a \u0637\u0644\u0628 \u0645\u0646\u064a \u0647\u0630\u0627 \u0641\u064a \u0623\u062d\u062f \u0627\u0644\u0623\u064a\u0627\u0645 \u060c \u0648\u0642\u0627\u0644: \"\" \u0623\u0628\u064a \u0647\u0644 \u0646\u062a\u0630\u0643\u0631 \u0643\u064a\u0641 \u0643\u0646\u062a \u0639\u0646\u062f\u0645\u0627 \u0643\u0646\u062a \u0641\u064a \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u061f \"\" \u0648\u0642\u0644\u062a \"\" \u0646\u0639\u0645 \"\". \u0648\u0642\u0627\u0644: \"\" \u0644\u0645\u0627\u0630\u0627 \u0644\u0627 \u0627\u0633\u062a\u0637\u064a\u0639 \u0623\u0646\u0627 \u061f \"\" \u0623\u0644\u064a\u0633 \u0647\u0630\u0627 \u0645\u0630\u0647\u0644\u0627 \u061f \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0630\u0643\u0631 \u0645\u0627 \u062d\u062f\u062b \u0644\u0643 \u0641\u064a \u0648\u0642\u062a \u0645\u0627 \u0642\u0628\u0644 \u0633\u0646 \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u0623\u0648 \u0627\u0644\u062b\u0627\u0644\u062b\u0629. \u0648\u0647\u0648 \u0634\u064a\u0621 \u0631\u0627\u0626\u0639 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0645\u062d\u0644\u0644\u064a\u0646 \u0627\u0644\u0646\u0641\u0633\u064a\u064a\u0646. \u0648\u0625\u0644\u0627 \u0633\u064a\u0635\u0628\u062d\u0648\u0646 \u0628\u0644\u0627 \u0639\u0645\u0644.", "output": "Pewn\u0105 szczeg\u00f3lnie interesuj\u0105c\u0105 rzecz\u0105 dotycz\u0105c\u0105 przesz\u0142o\u015bci, kt\u00f3rej nie da si\u0119 zobaczy\u0107, jest to \u2013 m\u00f3j syn zapyta\u0142 mnie o to kt\u00f3rego\u015b dnia; powiedzia\u0142: \u201eTato, pami\u0119tasz jaki by\u0142em, kiedy mia\u0142em dwa lata? \u201d Odpowiedzia\u0142em:\u201e Tak \u201d. A on na to: \u201eA dlaczego ja nie? \u201d Czy\u017c nie jest to niezwyk\u0142e? Nie mo\u017cecie cofn\u0105\u0107 si\u0119 pami\u0119ci\u0105 do wydarze\u0144, kt\u00f3re mia\u0142y miejsce, zanim sko\u0144czyli\u015bcie dwa lub trzy lata. I jest to \u015bwietna wiadomo\u015b\u0107 dla psychoanalityk\u00f3w. Inaczej zostaliby bez pracy.", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Polish.", "input": "\u0630\u0644\u0643 \u0643\u0644 \u0634\u0626. \u0627\u0644\u0645\u0647\u0645\u0629 \u0623\u0646\u062a\u0647\u062a. \u0625\u0630\u0627\u064b \u060c \u0627\u0644\u0622\u0646 \u0644\u062f\u064a\u0646\u0627 \u0637\u0627\u0644\u0628 \u2014 \u0645\u0645\u062b\u0644 \u062f\u0648\u0631 \u0637\u0627\u0644\u0628 \u2014 \u0627\u0644\u0630\u064a \u0643\u0627\u0646 \u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629.", "output": "Tyle. Koniec zadania. Czyli teraz mieli\u015bmy studenta-aktora, jako cz\u0142onka grupy.", "category": "Translation 216.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0648\u0627\u0644\u0635\u062f\u0642 \u0647\u0648 \u062c\u0632\u0621 \u0645\u0646 \u0630\u0644\u0643 \u0627\u0644\u0646\u0634\u0627\u0637", "output": "\u0648 \u0628\u062e\u0634\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u062a\u0639\u0627\u0645\u0644 \u0631\u0627\u0633\u062a\u06af\u0648\u06cc\u06cc \u0648 \u0635\u062f\u0627\u0642\u062a \u0627\u0633\u062a.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0648\u0642\u062f \u0623\u0633\u062a\u062e\u062f\u0645 \u062b\u0644\u0627\u062b \u0645\u0628\u0627\u062f\u0626 \u0623\u0633\u0627\u0633\u064a\u0629.", "output": "\u0648 \u0627\u0632 \u0633\u0647 \u0627\u0635\u0644 \u0628\u0646\u064a\u0627\u062f\u0649 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0643\u0631\u062f.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u062d\u064a\u062b \u0645\u0627 \u0627\u0646 \u062a\u062d\u0631\u0643 \u0627\u0644\u0645\u0642\u0628\u0636.. \u062d\u062a\u0649 \u062a\u0633\u064a\u0631 \u0627\u0644\u0639\u062c\u0644\u0629 \"\" \u0639\u062c\u0644\u0629 \u0627\u0644\u0627\u0628\u062f\u0627\u0639 \"\"", "output": "\u062f\u0631\u062c\u0647 \u200c \u0647\u0627 \u0631\u0627\u0628\u0647 \u0628\u0627\u0644\u0627 \u0645\u06cc \u200c \u0686\u0631\u062e\u0627\u0646\u06cc\u0645 \u060c \u200c \u0648 \u0686\u0631\u062e \u0634\u0631\u0648\u0639 \u0628\u0647 \u0686\u0631\u062e\u0634 \u0645\u06cc \u200c \u06a9\u0646\u062f.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0641\u064a \u0643\u0644 \u0645\u0631\u0629 \u0623\u0630\u0647\u0628 \u0625\u0644\u0649 \u0645\u062f\u0631\u0633\u0629 \u060c \u0623\u0631\u0649 \u0628\u0631\u064a\u0642\u0627 \u0641\u064a \u0639\u064a\u0648\u0646 \u0627\u0644\u0623\u0637\u0641\u0627\u0644.", "output": "\u0647\u0631 \u0648\u0642\u062a \u0628\u0647 \u0645\u062f\u0631\u0633\u0647 \u0627\u06cc\u06cc \u0645\u06cc \u0631\u0648\u0645 \u060c \u06cc\u06a9 \u0646\u0648\u0631\u06cc \u062f\u0631 \u0686\u0634\u0645\u0627\u0646 \u0628\u0686\u0647 \u0647\u0627 \u0645\u06cc \u0628\u06cc\u0646\u0645.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0647 \u0623\u0646\u0627 \u0643\u0646\u062a \"\" \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \"\" \"\u0647\u0645\" \u0627\u0644\u062a\u064a \u062a\u0639\u0648\u062f \u0644\u0646\u0627 \"\u0646\u062d\u0646\" \u062a\u0644\u0643 \u0627\u0644\u062a\u0633\u0645\u064a\u0629 \"\" \u0627\u0644\u0639\u062f\u0648 \"\" \u0633\u0645\u062d\u062a \u0644\u0647 \u0628\u0623\u0646 \u064a\u062c\u0631\u062f\u0646\u0627 \u0645\u0646 \u0625\u0646\u0633\u0627\u0646\u064a\u062a\u0646\u0627 \u060c", "output": "\u0628\u0631\u0627\u06cc \u0627\u0648 \u060c \u0645\u0646 \u0647\u0645\u0627\u0646 \u00ab \u062f\u06cc\u06af\u0631\u06cc \u00bb \u0628\u0648\u062f\u0645 \u060c \u0647\u0645\u0627\u0646 \u00ab \u0622\u0646\u0647\u0627 \u00bb \u06a9\u0647 \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u00ab \u0645\u0627 \u00bb \u0628\u0648\u062f\u0646\u062f. \u0646\u0627\u0645 \u00ab \u062f\u0634\u0645\u0646 \u00bb \u0628\u0647 \u0627\u0648 \u0627\u062c\u0627\u0632\u0647 \u0645\u06cc \u200c \u062f\u0627\u062f \u062a\u0627 \u0645\u0627 \u0631\u0627 \u0627\u0632 \u0627\u0646\u0633\u0627\u0646\u06cc\u062a \u0633\u0627\u0642\u0637 \u06a9\u0646\u062f.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0625\u0646\u0647\u0645 \u0648\u0642\u0648\u062f \u0627\u0644\u0645\u062d\u0631\u0643 \u0627\u0644\u0625\u0646\u0633\u0627\u0646\u064a \u0627\u0644\u0639\u0638\u064a\u0645 \u060c \u064a\u062f\u0641\u0639\u0648\u0646\u0647 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u0627\u0645.", "output": "\u0622\u0646\u0627\u0646 \u0645\u062d\u0631\u06a9 \u0645\u0648\u062a\u0648\u0631 \u0628\u0632\u0631\u06af \u0627\u0646\u0633\u0627\u0646\u06cc\u062a \u0647\u0633\u062a\u0646\u062f", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0648\u0644\u0643\u0646\u0647\u0627 \u0644\u0627 \u062a\u062a\u0633\u0631\u0628 \u0641\u0639\u0644\u0627\u064b", "output": "\u0627\u0645\u0627 \u0648\u0627\u0642\u0639\u0627 \u0628\u0627\u0639\u062b \u0645\u06cc\u0634\u0647 \u0622\u0628 \u0686\u06a9\u0647 \u0646\u06a9\u0646\u0647.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0644\u0643\u0644\u0627 \u0627\u0644\u0623\u063a\u0646\u064a\u062a\u064a\u0646 \u0634\u0626 \u0645\u0627 \u0645\u0634\u062a\u0631\u0643: \u0630\u0644\u0643 \u0627\u0644\u0646\u062f\u0627\u0621 \u0627\u0644\u0645\u0634\u062a\u0631\u0643 \u0644\u0644\u0625\u062d\u062a\u0641\u0627\u0644 \u0648\u0627\u0644\u0648\u062d\u062f\u0629.", "output": "\u0647\u0631 \u062f\u0648 \u0622\u0648\u0627\u0632 \u06cc\u06a9 \u0686\u06cc\u0632 \u0645\u0634\u062a\u0631\u06a9 \u062f\u0627\u0631\u0646\u062f: \u06cc\u06a9 \u062a\u0642\u0627\u0636\u0627\u06cc \u0645\u0634\u062a\u0631\u06a9 \u0628\u0631\u0627\u06cc \u062c\u0634\u0646 \u0648 \u0627\u062a\u062d\u0627\u062f.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.", "input": "\u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0623\u0645 \u0648\u062b\u0644\u0627\u062b\u0629 \u0645\u0646 \u0623\u0637\u0641\u0627\u0644.", "output": "\u0648 \u0627\u062a\u0648\u0645\u0628\u06cc\u0644 \u0627\u0648 \u0645\u0631\u062f\u0645 \u0631\u0627 \u0634\u062e\u0645 \u06a9\u0631\u062f \u062f\u0631 \u06a9\u0646\u0627\u0631 \u062e\u06cc\u0627\u0628\u0627\u0646 \u062f\u0631 \u0622\u0646\u062c\u0627 \u0645\u0627\u062f\u0631\u06cc \u0628\u0648\u062f \u0628\u0627 \u0633\u0647 \u0641\u0631\u0632\u0646\u062f\u0634.", "category": "Translation 217.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0648 70 \u0641\u064a \u0627\u0644\u0645\u0627\u0626\u0629 \u0645\u0646 \u0642\u0648\u0629 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0647\u0630\u0647 \u0643\u0627\u0646\u062a \u0641\u064a \u0627\u0644\u0633\u0627\u0628\u0642 \u0645\u0646 \u0627\u0644\u0639\u0627\u0637\u0644\u064a\u0646 \u0639\u0646 \u0627\u0644\u0639\u0645\u0644 \u0643\u0644\u064a\u0627\u064b \u0623\u0648 \u062c\u0632\u0626\u064a\u0627.", "output": "E 70% desta nova m\u00e3o-de-obra estava desempregada ou subempregada.", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0644\u0647\u0630\u0627 \u0627\u0644\u062a\u0627\u0644\u064a \u060c \u0627\u0644\u0645\u0646\u0647\u062c \u0627\u0644\u0639\u0644\u0645\u064a \u060c \u0628\u062f\u064a\u0647\u064a\u0629 \u0627\u0644\u0641\u064a\u0632\u064a\u0627\u0621 \u060c \u0648\u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0639\u0644\u0648\u0645 \u2014 \u062a\u0642\u0648\u0644 \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0625\u062b\u0628\u0627\u062a \u0627\u0644\u0641\u0631\u0636\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0631\u0635\u062f \u0648\u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629. \u0641\u0642\u0637 \u064a\u0645\u0643\u0646\u0643 \u062f\u062d\u0636\u0647\u0627.", "output": "De seguida, o m\u00e9todo cient\u00edfico, um axioma da f\u00edsica, de toda a ci\u00eancia \u2014 diz-nos que n\u00e3o podemos provar uma hip\u00f3tese atrav\u00e9s da observa\u00e7\u00e3o. Apenas podemos refut\u00e1-la.", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0644\u0630\u0644\u0643 \u0623\u062f\u0631\u0643 \u0623\u0646 \u0628\u062d\u0648\u0632\u062a\u0647 \u0645\u062c\u0645\u0648\u0639\u0629 \u064a\u0641\u0648\u0642 \u062a\u0639\u062f\u0627\u062f \u0645\u0643\u0648\u0646\u0627\u062a\u0647\u0627 \u0627\u0644\u0644\u0627\u0646\u0647\u0627\u064a\u0629.", "output": "Ent\u00e3o apercebeu-se de que tinha um conjunto cujo n\u00famero de elementos", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0648\u064a\u0648\u062c\u062f \u0639\u0644\u064a\u0647\u0627 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0630\u0644\u0643 \u0627\u0644\u062e\u0645\u0631", "output": "\u00c0 frente deles num ecr\u00e3 h\u00e1 informa\u00e7\u00e3o sobre o vinho.", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0631\u063a\u0645 \u0630\u0644\u0643, \u0641\u0627\u0646\u0647 \u064a\u0645\u0643\u0646\u0647 \u0628\u062d\u0644\u0648\u0644 \u0639\u0627\u0645 2050 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0646\u0638\u0627\u0645\u0627 \u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0627, \u0648 \u0645\u062a\u0631\u0627\u0628\u0637 \u0648 \u0645\u0648\u0651\u0632\u0639 \u0628\u064a\u0646 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0629 \u0648 \u0627\u0644\u0645\u0635\u0627\u0646\u0639 \u0648\u0627\u0644\u0645\u0628\u0627\u0646\u064a \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u062c\u0645\u064a\u0639\u0647\u0627 \u0639\u0644\u0649 \u0646\u0638\u0627\u0645 \u0643\u0647\u0631\u0628\u0627\u0626\u064a \u062d\u062f\u064a\u062b .\u0648 \u0622\u0645\u0646 \u0648 \u0645\u0631\u0646", "output": "At\u00e9 2050 pode tornar-se eficiente, coordenado e distribu\u00eddo com carros, f\u00e1bricas e edif\u00edcios elegantemente frugais dependentes de um sistema el\u00e9ctrico moderno, seguro e resiliente.", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0644\u0643\u0646 \u0647\u0646\u0627\u0643 \u0627\u0639\u0637\u064a\u062a 100% \u0627\u062d\u0642\u064a\u0629 \u0627\u0644\u0646\u062c\u0645\u0629 \u0644\u0630\u0644\u0643 \u0627\u0644\u0637\u0639\u0645", "output": "H\u00e1 100% de estrela de anis naquilo.", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0644\u0630\u0627 \u0628\u062f\u0623 \u0647\u0630\u0627 \u0627\u0644\u0627\u0644\u062a\u0645\u0627\u0633 \u0628\u0627\u0644\u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u0631\u064a\u0639\u0627 \u0628\u0634\u0643\u0644 \u0645\u062f\u0647\u0634", "output": "Ent\u00e3o, esta peti\u00e7\u00e3o come\u00e7ou a ganhar terreno \u2014 imensamente r\u00e1pido, nem fazem ideia.", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0643\u0644 \u0648\u0627\u062d\u062f \u0645\u0646\u0627 \u0645\u062a\u0639\u0644\u0645 \u0648\u0645\u0639\u0644\u0645 \u0641\u064a \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062a", "output": "Todos somos aprendizes e professores.", "category": "Translation 218.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese.", "input": "\u0628\u0625\u0645\u0643\u0627\u0646\u0643\u0645 \u062a\u0634\u0628\u064a\u0647 \u0647\u0630\u0627 \u0628\u0627\u0644\u062d\u062f\u0648\u062f \u0628\u064a\u0646 \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u060c \u0625\u0630\u0627 \u0623\u0645\u0643\u0646\u0646\u0627 \u0627\u0644\u0645\u0642\u0627\u0631\u0646\u0629 \u060c \u0628\u062a\u0644\u0643 \u0627\u0644\u062e\u0637\u0648\u0637 \u0627\u0644\u0639\u0631\u064a\u0636\u0629.", "output": "Podem pensar nas fronteiras entre estados, se quiserem, nessas linhas bastante largas.", "category": "Translation 218.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: It made me want to get a road bike for Dallas , then I remembered how un - bike friendly it is here . Plus , it 's a bazillion degrees in the summer ! That evening we went to Culver 's for dinner ( yum - o ! ! ! ) and then went to see Prince Caspian ( pretty good ) .", "output": "What may have been your reason against buying a bike ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: I walked away while she waseating , so when we got to the hotel , I put the rest of the food down forher . Eventually , she ate it .", "output": "What is the reason I had to put the food down ?, Why is the narrator being so careful with the food ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: I ' m in college and have only dated one guy for about a month . We meet in class & got along fairly well . He kept asking me to go out with him ; I finally said yes .", "output": "Were you looking to date anyone at the time , or were you perfectly fine being alone ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: I ' m really shook up here . I was exhausted when I went to sleep four hours ago ( now five ) , and I was looking forward to sleeping in , hopefully ' till noon , but there 's no way I can go back to sleep . It was just - anyone who has experienced domestic violence , or even just people who are violently insane , can I think understand what I ' m feeling . This is something I worked out a long time ago - that violence is transgressive for everyone involved - the victims , obviously , but also less obviously the perpetrators , and even witnesses .", "output": "Who may be able to understand her feelings ?, Why was she shook up ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: Unfortunately , there are n't any non - live versions of this song on YouTube yet because it is a new song , but this YouTube video is pretty good quality . However , the did disable embedding . Lame .", "output": "Why are n't there any non - live versions of this song on YouTube ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: Perhaps another time . But indeed in entered a new student . The room was filled with gasps . Why Felicity did not know , since surprisingly , a student behind her somewhere coughed ; she was not paying attention .", "output": "What may be the reason for all of the gasps ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: I have sustained many injuries from the outside world . My house is n't much safer . I run into walls , i trip over toys . I once tripped over one of Brady 's toys and slammed into the doors that hide my washer and dryer .", "output": "What is the reason I sustain so many injuries ?, What may be the reason they have sustained many injuries from the outside world ?, What will happen to the narrator and this house ?, Why is n't my house safer ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: It seems as if I slept a few minutes ago , had an eventful dream and then was impolitely woken up . That 's how these 11 weeks at Redmond have whooshed past . And at this point , it 's still unclear to me how so many experiences and so many memories were registered in a single summer .", "output": "What is the reason that it seems as if I slept a few minutes ago ?, What is the reason that it was unclear about there being so many memories in a summer ?, What is true of the speaker ?", "category": "Question Generation 22.json" }, { "instruction": "Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions.", "input": "Context: Even Hackney libraries are getting rid of VHS . Blockbusters are shutting down all over the place . Play and Amazon sell DVDs for less than the price of a cinema ticket . Why would anyone go to a video store to rent a Hitchcock when it 's going to be on TCM soon ?.", "output": "Why are Blockbusters shutting down all over the place ?", "category": "Question Generation 22.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05d6\u05d4 \u05d4\u05e8\u05d1\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05e7\u05dc \u05d5\u05e8\u05d5\u05d5\u05d7\u05d9 \u05dc\u05e9\u05d5\u05d5\u05e7 \u05ea\u05d9\u05e7\u05d5\u05df \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9 \u05dc\u05e4\u05e2\u05e8\u05d9\u05dd \u05d4\u05d0\u05dc\u05d5 \u05d1\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05de\u05d0\u05e9\u05e8 \u05dc\u05d4\u05ea\u05de\u05d5\u05d3\u05d3 \u05e2\u05dd \u05d0\u05d9 \u05d4\u05e6\u05d3\u05e7 \u05d4\u05de\u05d1\u05e0\u05d9 \u05e9\u05d9\u05d5\u05e6\u05e8 \u05d0\u05d5\u05ea\u05dd.", "output": "\u00c9 moito m\u00e1is sinxelo e rend\u00edbel vender unha soluci\u00f3n tecnol\u00f3xica para eses d\u00e9ficits en sa\u00fade que lidar coas inxustizas sist\u00e9micas que son a s\u00faa base.", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05dc\u05d4\u05d1\u05d9\u05df \u05d1\u05d0\u05de\u05ea \u05de\u05d4\u05d5 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7, \u05e2\u05dc\u05d9\u05db\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05dd \u05e4\u05d9\u05d6\u05d9\u05ea.", "output": "Para comprender de verdade Central Park tes que estar al\u00ed f\u00edsicamente.", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05d5\u05d4\u05dd \u05de\u05e1\u05d9\u05d9\u05e2\u05d9\u05dd \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d6\u05de\u05df \u05dc\u05d6\u05d9\u05db\u05e8\u05d5\u05df \u05e9\u05dc\u05e0\u05d5 \u05d5\u05dc\u05d4\u05d1\u05d7\u05d9\u05df \u05d1\u05d9\u05df \u05d6\u05d9\u05db\u05e8\u05d5\u05e0\u05d5\u05ea \u05d3\u05d5\u05de\u05d9\u05dd, \u05db\u05de\u05d5: \u05d0\u05d9\u05da \u05ea\u05e6\u05dc\u05d9\u05d7\u05d5 \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05d0\u05d5\u05e4\u05e0\u05d9\u05d9\u05dd \u05e9\u05dc\u05db\u05dd \u05d0\u05dd \u05d0\u05ea\u05dd \u05de\u05d7\u05e0\u05d9\u05dd \u05d0\u05d5\u05ea\u05dd \u05d1\u05db\u05dc \u05d9\u05d5\u05dd \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d0\u05d9\u05d6\u05d5\u05e8 \u05d1\u05ea\u05d7\u05e0\u05d4, \u05d0\u05d1\u05dc \u05d1\u05e2\u05de\u05d3\u05d4 \u05de\u05e2\u05d8 \u05e9\u05d5\u05e0\u05d4?", "output": "E son de axuda para engadir tempo \u00e1 nosa memoria e tam\u00e9n para diferenciar entre memorias moi parecidas, a saber: como atopas a t\u00faa bicicleta que aparcas na estaci\u00f3n todos os d\u00edas na mesma zona, pero en lugares lixeiramente distintos?", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05d4\u05d5\u05d0 \u05de\u05ea\u05e7\u05e8\u05d1 \u05dc\u05e1\u05d5\u05e3 \u05d4\u05de\u05e1\u05dc\u05d5\u05dc, \u05e2\u05d5\u05e9\u05d4 \u05d0\u05ea \u05d3\u05e8\u05db\u05d5 \u05d1\u05d9\u05df \u05d7\u05d1\u05d9\u05d5\u05ea \u05e9\u05d4\u05d5\u05e6\u05d1\u05d5 \u05e9\u05dd.", "output": "Ac\u00e9rcase o final do percorrido, pasa entre os barr\u00eds colocados nel.", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05d0\u05d1\u05dc \u05e6\u05d5\u05d5\u05ea \u05e8\u05d1-\u05ea\u05d7\u05d5\u05de\u05d9 \u05d6\u05d4, \u05e9\u05dc \u05d7\u05d5\u05e7\u05e8\u05d9\u05dd \u05e1\u05e4\u05e7\u05e0\u05d9\u05dd \u05d5\u05de\u05d0\u05d5\u05d3 \u05de\u05d5\u05db\u05e9\u05e8\u05d9\u05dd \u05de\u05e1\u05db\u05d9\u05de\u05d9\u05dd \u05e2\u05dc \u05e9\u05e0\u05d9 \u05d3\u05d1\u05e8\u05d9\u05dd.", "output": "Pero este equipo multidisciplinario de investigadores altamente esc\u00e9pticos e de gran talento, pux\u00e9ronse de acordo en dous puntos.", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "(\u05e6\u05d7\u05d5\u05e7\u05d9\u05dd) \u05de\u05d4 \u05d1\u05d0\u05e9\u05e8 \u05dc\u05e4\u05d7\u05d3?", "output": "(Risas) E que hai do medo?", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05d5\u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d5\u05de\u05e8 \u05dc\u05db\u05dd, \u05e9\u05db\u05e9\u05d0\u05ea\u05dd \u05e6\u05d5\u05e4\u05d9\u05dd \u05d1\u05d9 \u05e2\u05db\u05e9\u05d9\u05d5, \u05d0\u05ea\u05dd \u05d7\u05d5\u05e9\u05d1\u05d9\u05dd, \u05d0\u05d6 \u05de\u05d3\u05d5\u05e2 \u05d0\u05e0\u05d9 \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d5\u05d3\u05d0\u05d2 \u05de\u05db\u05da, \u05e0\u05db\u05d5\u05df?", "output": "e podo dicir que seg\u00fan me escoitades estades a pensar, \u00bfPor qu\u00e9 ter\u00eda que interesarme isto, non?", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05d9\u05e9 \u05d2\u05dd \u05d4\u05e9\u05e2\u05e8\u05d5\u05ea \u05e9\u05d0\u05d1\u05e8\u05d4\u05dd \u05dc\u05d9\u05e0\u05e7\u05d5\u05dc\u05df \u05e1\u05d1\u05dc \u05de\u05d0\u05e7\u05e8\u05d5\u05de\u05d2\u05dc\u05d9\u05d4.", "output": "Existe incluso a especulaci\u00f3n sobre que Abraham Lincoln ti\u00f1a acromegalia.", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.", "input": "\u05d0\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05ea \u05e2\u05dc \u05d4\u05e4\u05d4 \u05e9\u05dc\u05d9 \u05e1\u05d2\u05d5\u05e8 \u05db\u05db\u05dc \u05e9\u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc\u05d4, \u05d0\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05ea \u05e2\u05dc \u05d4\u05de\u05d5\u05d7 \u05e9\u05dc\u05d9 \u05e4\u05ea\u05d5\u05d7, \u05d5\u05d0\u05e0\u05d9 \u05ea\u05de\u05d9\u05d3 \u05de\u05d5\u05db\u05e0\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d5\u05d3\u05d4\u05de\u05ea, \u05d5\u05d0\u05e0\u05d9 \u05dc\u05e2\u05d5\u05dc\u05dd \u05dc\u05d0 \u05de\u05d0\u05d5\u05db\u05d6\u05d1\u05ea.", "output": "Te\u00f1o a boca pechada sempre que me \u00e9 posible, te\u00f1o a mente aberta e sempre estou preparada para marabillarme e nunca quedo decepcionada.", "category": "Translation 220.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\u05db\u05e2\u05ea \u05d0\u05e0\u05d5 \u05de\u05e0\u05e1\u05d9\u05dd \u05dc\u05de\u05d3\u05d5\u05d3 \u05e8\u05d9\u05db\u05d5\u05d6 \u05e9\u05dc \u05ea '\u05d5\u05e8\u05d9\u05d5\u05dd \u05d1\u05d0\u05d7\u05d3 \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd \u05de\u05d7\u05d5\u05e5 \u05dc\u05de\u05e2\u05e8\u05db\u05ea \u05e9\u05de\u05e9 \u05e9\u05d9\u05e9 \u05d1\u05e7\u05d9\u05e8\u05d1\u05ea\u05dd \u05db\u05d5\u05db\u05d1\u05d9-\u05dc\u05db\u05ea.", "output": "Ora abbiamo misurato la quantit\u00e0 del torio in una delle stelle con esopianeti", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05d8\u05d5\u05d1\u05d9\u05dd \u05de\u05e9\u05d4\u05d9\u05d9\u05e0\u05d5. \u05d5\u05d1\u05d0\u05de\u05ea, \u05d0\u05d7\u05e8\u05d9\u05dd \u05e0\u05e2\u05e9\u05d5 \u05d8\u05d5\u05d1\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8", "output": "facciano meglio di noi. E per la verit\u00e0, altri ci sono riusciti.", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\u05d7\u05d5\u05d6\u05e8\u05d9\u05dd \u05dc\u05de\u05d5\u05e1\u05d3\u05d5\u05ea \u05d4\u05de\u05e7\u05d5\u05e8\u05d9\u05d9\u05dd \u05e9\u05dc \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4, \u05d5\u05db\u05d0\u05df \u05d0\u05e0\u05d7\u05e0\u05d5 \u05d3\u05d5\u05e8\u05e9\u05d9\u05dd \u05de\u05d4\u05e6 '\u05d9\u05d8\u05d5\u05ea \u05dc\u05d4\u05db\u05e0\u05e1 \u05dc\u05de\u05d2\u05d6\u05e8\u05d9\u05dd \u05d4\u05d1\u05dc\u05ea\u05d9 \u05e4\u05d5\u05e8\u05de\u05dc\u05d9\u05d9\u05dd, \u05d4\u05de\u05d2\u05d6\u05e8\u05d9\u05dd \u05d4\u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05d9\u05dd \u2014", "output": "Torniamo alle istituzioni indigene africane. E 'l\u00ec che i Ghepardi proveranno ad andare, nei settori informali, nei settori tradizionali.", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\"\" \u05d1\u05d4\u05ea\u05d7\u05dc\u05d4 \u05d4\u05dd \u05de\u05ea\u05e2\u05dc\u05de\u05d9\u05dd \u05de\u05de\u05da, \u05d5\u05d0\u05d6 \u05d4\u05dd \u05e6\u05d5\u05d7\u05e7\u05d9\u05dd \u05e2\u05dc\u05d9\u05da, \u05d5\u05d0\u05d6 \u05d4\u05dd \u05e0\u05d7\u05dc\u05de\u05d9\u05dd \u05d1\u05da, \u05d5\u05d0\u05d6 \u05d0\u05ea\u05d4 \u05de\u05e0\u05e6\u05d7. \"\" \u05ea\u05d5\u05d3\u05d4 \u05e8\u05d1\u05d4.", "output": "\"\" Prima ti ignorano, dopo ridono di te, poi ti combattono, e alla fine vinci tu. \"\" Grazie.", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d2\u05dc\u05d2\u05dc\u05d9-\u05e9\u05d9\u05e0\u05d9\u05d9\u05dd, \u05d0\u05d5\u05de\u05d9\u05dd \u05d5\u05d1\u05e8\u05d2\u05d9\u05dd \u2014 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e0\u05d5\u05ea \u05d1\u05d7\u05e0\u05d5\u05d9\u05d5\u05ea \u05dc\u05de\u05d6\u05d5\u05df \u05d8\u05d1\u05e2\u05d9.", "output": "come ingranaggi, dadi e bulloni \u2014 che potete acquistare in qualsiasi negozio.", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\u05d4\u05d0\u05dd \u05d6\u05d4 \u05d4\u05e8\u05d1\u05d4? \u05d4\u05d0\u05dd \u05de\u05e2\u05d8?", "output": "Ne serve tanta? Ne basta poca?", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "(\u05e6\u05d7\u05d5\u05e7) (\u05de\u05d7\u05d9\u05d0\u05d5\u05ea \u05db\u05e4\u05d9\u05d9\u05dd) \u05d5\u05db\u05e0\u05e8\u05d0\u05d4 \u05d2\u05dd \u05db\u05de\u05d4 \u05de\u05d4\u05e2\u05e6\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4.", "output": "(Risate) (Applausi) E probabilmente anche un bel po 'di alberi.", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\u05dc\u05d1\u05e0\u05d9 \u05d4\u05d6\u05d5\u05d2 \u05e8\u05d5\u05d1\u05d0\u05e8\u05d3\u05e1 \u05d7\u05dc\u05e7 \u05d2\u05d3\u05d5\u05dc \u05d1\u05db\u05da.", "output": "I Robards hanno contato molto.", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.", "input": "\u05d4\u05ea\u05e1\u05de\u05d9\u05e0\u05d9\u05dd \u05e9\u05dc \u05dc\u05d9\u05e0\u05d3\u05d4 \u05e0\u05de\u05e9\u05db\u05d5.", "output": "I sintomi di Linda sono proseguiti.", "category": "Translation 221.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05d5\u05e0\u05d9\u05ea\u05df \u05dc\u05e4\u05e8\u05e7 \u05d0\u05ea \u05d6\u05d4 \u05dc\u05e4\u05d9 \u05de\u05d7\u05d5\u05d6\u05d5\u05ea, \u05d1\u05d2\u05dc\u05dc \u05e9\u05d0\u05dc\u05d5 \u05de\u05d7\u05d5\u05d6\u05d5\u05ea \u05de\u05e1\u05d5\u05d9\u05d9\u05de\u05d9\u05dd.", "output": "Podzielmy to wed\u0142ug konkretnych okr\u0119g\u00f3w...", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05d0\u05d1\u05dc \u05e2\u05db\u05e9\u05d9\u05d5 \u05d6\u05d4 \u05d4\u05ea\u05d4\u05e4\u05da.", "output": "Teraz jest odwrotnie.", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05d9\u05e9 \u05e9\u05d9\u05ea\u05d5\u05e3 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d1\u05d9\u05e0\u05d9 \u05dc\u05d1\u05d9\u05df \u05d3\u05d5\u05df.", "output": "To wsp\u00f3\u0142praca mi\u0119dzy mna i Donem.", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05e6\u05dc\u05d5\u05dc\u05d9\u05d8\u05d9\u05e1 \u05e4\u05d4, \u05e6\u05dc\u05d5\u05dc\u05d9\u05d8\u05d9\u05e1 \u05e4\u05d4.", "output": "Celulit tu i tam.", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05d6\u05d4 \u05e7\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d0\u05dc\u05e3 \u05e9\u05e0\u05d4.", "output": "Tak by\u0142o tysi\u0105c lat temu.", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05e8\u05d0\u05d9\u05ea\u05dd \u05d0\u05ea \u05d4\u05d0\u05d9\u05db\u05d5\u05ea \u05e9\u05dc \u05d4\u05de\u05d7\u05e0\u05db\u05d9\u05dd \u05e9\u05d4\u05d9\u05d5 \u05e4\u05d4.", "output": "Widzieli\u015bcie jako\u015b\u0107 nauczycieli, kt\u00f3rzy byli tutaj.", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05d0\u05ea\u05dd \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05d6\u05d5.", "output": "Tego zdj\u0119cia nie mo\u017cna rozpowszechnia\u0107. (Brawa)", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05d9\u05d5\u05ea\u05e8 \u05d5\u05d9\u05d5\u05ea\u05e8, \u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05d1\u05d9\u05e0\u05d9\u05dd \u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05d0\u05e4\u05d9\u05dc\u05d5 \u05dc\u05d0 \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05dc\u05d3\u05d7\u05d5\u05e1 \u05d0\u05ea \u05db\u05dc \u05d4\u05e2\u05d9\u05e8.", "output": "Coraz cz\u0119\u015bciej zaczynamy zdawa\u0107 sobie spraw\u0119 z tego, \u017ce nawet nie musimy zag\u0119szcza\u0107 ca\u0142ego miasta.", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish.", "input": "\u05d1\u05de\u05e7\u05e8\u05d4 \u05e9\u05dc \u05de\u05dc\u05e8\u05d9\u05d4, \u05de\u05d4 \u05e9\u05d4\u05d9\u05d9\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d6\u05d4 \u05dc\u05d4\u05e4\u05d5\u05da \u05d1\u05ea\u05d9\u05dd \u05dc\u05de\u05d5\u05d2\u05e0\u05d9\u05dd \u05de\u05e4\u05e0\u05d9 \u05d9\u05ea\u05d5\u05e9\u05d9\u05dd.", "output": "W przypadku malarii, chcemy uszczelni\u0107 domy przed komarami.", "category": "Translation 222.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d1\u05e0\u05d9 \u05d4\u05d0\u05d3\u05dd \u05d4\u05d7\u05dc\u05d5 \u05dc\u05d4\u05ea\u05de\u05d7\u05d5\u05ea \u05d1\u05de\u05d9\u05e0\u05d9 \u05d8\u05e8\u05e3 \u05e9\u05d5\u05e0\u05d9\u05dd \u05d1\u05db\u05dc \u05e2\u05d5\u05e0\u05d4 \u05d1\u05e9\u05e0\u05d4.", "output": "\u0646\u0634\u0627\u0646\u0647 \u200c \u0647\u0627\u06cc\u06cc \u062f\u0631 \u062f\u0633\u062a \u0627\u0633\u062a \u06a9\u0647 \u0627\u0646\u0633\u0627\u0646 \u200c \u0647\u0627 \u0634\u0631\u0648\u0639 \u0628\u0647 \u06a9\u0633\u0628 \u0645\u0647\u0627\u0631\u062a \u062f\u0631 \u0634\u06a9\u0627\u0631\u0650 \u06af\u0648\u0646\u0647 \u200c \u0647\u0627\u06cc \u062e\u0627\u0635\u06cc \u060c \u062f\u0631 \u0632\u0645\u0627\u0646 \u200c \u0647\u0627\u06cc \u062e\u0627\u0635\u06cc \u0627\u0632 \u0633\u0627\u0644 \u060c \u06a9\u0631\u062f\u0646\u062f \u060c \u0646\u0634\u0627\u0646\u0647 \u200c \u0647\u0627\u06cc\u06cc \u062f\u0631 \u062f\u0633\u062a \u0627\u0633\u062a \u06a9\u0647 \u0627\u0646\u0633\u0627\u0646 \u200c \u0647\u0627 \u0634\u0631\u0648\u0639 \u0628\u0647 \u06a9\u0633\u0628 \u0645\u0647\u0627\u0631\u062a \u062f\u0631 \u0634\u06a9\u0627\u0631\u0650 \u06af\u0648\u0646\u0647 \u200c \u0647\u0627\u06cc \u062e\u0627\u0635\u06cc \u060c \u062f\u0631 \u0632\u0645\u0627\u0646 \u200c \u0647\u0627\u06cc \u062e\u0627\u0635\u06cc \u0627\u0632 \u0633\u0627\u0644 \u060c \u06a9\u0631\u062f\u0646\u062f \u060c", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d0\u05d6 \u05d0\u05e0\u05d5 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05dc\u05d2\u05d9\u05d9\u05e1 \u05d1\u05e2\u05dc\u05d9 \u05d1\u05e8\u05d9\u05ea \u05dc\u05e6\u05d9\u05d3\u05e0\u05d5.", "output": "\u067e\u0633 \u0645\u0627 \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u062d\u0627\u0645\u06cc\u0627\u0646\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u062f\u0645\u0648\u0646 \u0647\u0633\u062a\u06cc\u0645.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d4\u05e0\u05e9\u05d9\u05dd \u05d1\u05de\u05ea\u05d7\u05dd, \u05db\u05d9\u05d5\u05dd \u05d1\u05e9\u05e0\u05d5\u05ea \u05d4-70 \u05d5\u05d4-80 \u05dc\u05d7\u05d9\u05d9\u05d4\u05df \u05d4\u05df \u05d4\u05e0\u05d9\u05e6\u05d5\u05dc\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc \u05e7\u05d1\u05d5\u05e6\u05d4 \u05e9\u05e7\u05e8\u05d0\u05d5 \u05ea\u05d9\u05d2\u05e8 \u05e2\u05dc \u05d4\u05e9\u05dc\u05d8\u05d5\u05e0\u05d5\u05ea \u05d5\u05e2\u05dc \u05d4\u05d4\u05d2\u05d9\u05d5\u05df \u05d4\u05d1\u05e8\u05d9\u05d0, \u05db\u05da \u05e0\u05e8\u05d0\u05d4, \u05d5\u05d7\u05d6\u05e8\u05d5 \u05dc\u05d1\u05ea\u05d9 \u05d0\u05d1\u05d5\u05ea\u05d9\u05d4\u05dd \u05d1\u05ea\u05d5\u05da \u05d4\u05de\u05ea\u05d7\u05dd.", "output": "\u0632\u0646\u0627\u0646 \u062f\u0631 \u0627\u06cc\u0646 \u0646\u0627\u062d\u06cc\u0647 \u060c \u06a9\u0647 \u0627\u06a9\u0646\u0648\u0646 \u062f\u0631 \u062f\u0647\u0647 \u200c \u0647\u0627\u06cc \u06f7\u06f0 \u0648 \u06f8\u06f0 \u0633\u0627\u0644\u06af\u06cc \u200c \u0634\u0627\u0646 \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u0646\u062f \u060c \u0622\u062e\u0631\u06cc\u0646 \u0628\u0627\u0632\u0645\u0627\u0646\u062f\u06af\u0627\u0646 \u06af\u0631\u0648\u0647\u06cc \u200c \u0647\u0633\u062a\u0646\u062f \u06a9\u0647 \u0645\u0642\u0627\u0645\u0627\u062a \u0631\u0627 \u0634\u06a9\u0633\u062a \u062f\u0627\u062f\u0646\u062f \u0648 \u0628\u0647 \u0646\u0638\u0631 \u0635\u062d\u06cc\u062d \u0645\u06cc \u200c \u0631\u0633\u062f \u060c \u0648 \u0628\u0647 \u062e\u0627\u0646\u0647 \u200c \u0647\u0627\u06cc \u0622\u0628\u0627 \u0648 \u0627\u062c\u062f\u0627\u062f\u06cc\u0634\u0627\u0646 \u062f\u0627\u062e\u0644 \u0646\u0627\u062d\u06cc\u0647 \u0628\u0627\u0632\u06af\u0634\u062a\u0646\u062f.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d2 '\u05d5\u05e9.", "output": "\u062c\u0627\u0634.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d4\u05e9\u05db\u05e8 \u05e9\u05dc\u05d9, \u05d4\u05e9\u05db\u05e8 \u05e9\u05dc\u05d9 \u05d1\u05d4\u05d9\u05d5\u05ea\u05d9 \u05d1\u05dc\u05ea\u05d9 \u05d2\u05de\u05d9\u05e9\u05d4 \u05d1\u05d7\u05d5\u05e7\u05d9\u05dd \u05e9\u05dc\u05d9 \u05d5\u05d1\u05d4\u05e9\u05dc\u05db\u05d5\u05ea \u05d4\u05d5\u05d0 \u05d4\u05db\u05d1\u05d5\u05d3 \u05e9\u05dc\u05d4\u05dd \u05db\u05dc\u05e4\u05d9\u05d9.", "output": "\u067e\u0627\u062f\u0627\u0634 \u0645\u0646 \u060c \u067e\u0627\u062f\u0627\u0634\u0645 \u060c \u0628\u0631\u0627\u06cc \u063a\u06cc\u0631\u0642\u0627\u0628\u0644 \u0628\u062d\u062b \u0628\u0648\u062f\u0646 \u0642\u0648\u0627\u0646\u06cc\u0646\u0645 \u0648 \u067e\u06cc\u0627\u0645\u062f\u0647\u0627\u06cc\u0634 \u060c \u0627\u062d\u062a\u0631\u0627\u0645 \u0622\u0646\u0647\u0627\u0633\u062a.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d0\u05d1\u05dc \u05d4\u05e2\u05e0\u05d9\u05d9\u05df \u05d4\u05d5\u05d0 \u05e9\u05d0\u05dd \u05d4\u05ea\u05d5\u05e4\u05e2\u05d4 \u05e9\u05d0\u05e0\u05d5 \u05e6\u05d5\u05e4\u05d9\u05dd \u05d1\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05d5\u05d2\u05dd \u05e0\u05d5\u05d8\u05dc\u05ea \u05de\u05d2\u05d5\u05d5\u05df \u05e8\u05d7\u05d1 \u05e9\u05dc \u05e2\u05e8\u05db\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05d1\u05d8\u05d5\u05d5\u05d7 \u05e8\u05d7\u05d1 \u05d9\u05d5\u05ea\u05e8 \u05e9\u05dc \u05de\u05e6\u05d9\u05d0\u05d5\u05ea, \u05d0\u05d6 \u05dc\u05d7\u05e9\u05d5\u05d1 \u05e2\u05dc \u05d4\u05e1\u05d1\u05e8 \u05d0\u05d7\u05d3 \u05e2\u05d1\u05d5\u05e8 \u05e2\u05e8\u05da \u05de\u05e1\u05d5\u05d9\u05d9\u05dd \u05d6\u05d4 \u05e4\u05e9\u05d5\u05d8 \u05d4\u05d5\u05dc\u05db\u05ea \u05e9\u05d5\u05dc\u05dc.", "output": "\u0627\u0645\u0627 \u0646\u06a9\u062a\u0647 \u0627\u06cc\u0646\u062c\u0627\u0633\u062a \u06a9\u0647 \u0627\u06af\u0631 \u067e\u062f\u06cc\u062f\u0647 \u200c \u0627\u06cc \u06a9\u0647 \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u06cc \u200c \u06a9\u0646\u06cc\u062f \u0627\u0645\u0627 \u0646\u06a9\u062a\u0647 \u0627\u06cc\u0646\u062c\u0627\u0633\u062a \u06a9\u0647 \u0627\u06af\u0631 \u067e\u062f\u06cc\u062f\u0647 \u200c \u0627\u06cc \u06a9\u0647 \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u06cc \u200c \u06a9\u0646\u06cc\u062f \u0645\u06cc \u200c \u062a\u0648\u0646\u0647 \u062f\u0631 \u0637\u0648\u0644 \u0686\u0634\u0645 \u200c \u0627\u0646\u062f\u0627\u0632 \u0648\u0633\u06cc\u0639 \u200c \u062a\u0631\u06cc \u0627\u0632 \u062d\u0642\u06cc\u0642\u062a \u062a\u0639\u062f\u0627\u062f \u0632\u06cc\u0627\u062f\u06cc \u0627\u0631\u0642\u0627\u0645 \u0645\u062e\u062a\u0644\u0641 \u0628\u0647 \u062e\u0648\u062f\u0634 \u0627\u062e\u062a\u0635\u0627\u0635 \u0628\u062f\u0647 \u062a\u0639\u062f\u0627\u062f \u0632\u06cc\u0627\u062f\u06cc \u0627\u0631\u0642\u0627\u0645 \u0645\u062e\u062a\u0644\u0641 \u0628\u0647 \u062e\u0648\u062f\u0634 \u0627\u062e\u062a\u0635\u0627\u0635 \u0628\u062f\u0647 \u067e\u0633 \u0641\u06a9\u0631 \u06a9\u0631\u062f\u0646 \u0628\u0647 \u06cc\u06a9 \u062a\u0648\u0636\u06cc\u062d \u0628\u0631\u0627\u06cc \u06cc\u06a9 \u0631\u0642\u0645 \u062e\u0627\u0635 \u067e\u0633 \u0641\u06a9\u0631 \u06a9\u0631\u062f\u0646 \u0628\u0647 \u06cc\u06a9 \u062a\u0648\u0636\u06cc\u062d \u0628\u0631\u0627\u06cc \u06cc\u06a9 \u0631\u0642\u0645 \u062e\u0627\u0635 \u0628\u0647 \u0633\u0627\u062f\u06af\u06cc \u06af\u0645\u0631\u0627\u0647 \u06a9\u0646\u0646\u062f\u0647 \u200c \u0633\u062a.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d5\u05d4\u05d5\u05d0 \u05de\u05e6\u05d5\u05d9 \u05dc\u05d0 \u05e8\u05e7 \u05e9\u05dd.", "output": "\u0648 \u0627\u06cc\u0646 \u062a\u0646\u0647\u0627 \u062c\u0627\u06cc\u06cc \u0646\u06cc\u0633\u062a \u06a9\u0647 \u0627\u06cc\u0646 \u06cc\u0627\u0641\u062a \u0645\u06cc \u0634\u0648\u062f.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05dc\u05d0 \u05d4\u05d9\u05d4 \u05dc\u05e0\u05d5 \u05e9\u05dc\u05d3 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9, \u05dc\u05d0 \u05d4\u05d9\u05d5 \u05de\u05d8\u05d5\u05e4\u05dc\u05d9\u05dd, \u05dc\u05d0 \u05d4\u05d9\u05d4 \u05dc\u05e0\u05d5 \u05d3\u05d1\u05e8 \u05de\u05d5\u05db\u05df.", "output": "\u0646\u0647 \u0627\u0633\u06a9\u0644\u062a\u06cc \u062f\u0627\u0634\u062a\u06cc\u0645 \u060c \u0646\u0647 \u0628\u06cc\u0645\u0627\u0631\u06cc \u0647\u06cc\u0686 \u06a9\u0627\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u0646\u0634\u062f\u0647 \u0628\u0648\u062f.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi.", "input": "\u05d0\u05d1\u05dc \u05d2\u05dd \u05d0\u05dc\u05d5 \u05de\u05d0\u05d9\u05ea\u05e0\u05d5 \u05e9\u05de\u05e6\u05dc\u05d9\u05d7\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d0\u05ea \u05e9\u05e0\u05d9 \u05d4\u05d3\u05d1\u05e8\u05d9\u05dd, \u05dc\u05e2\u05ea\u05d9\u05dd \u05e0\u05d3\u05d9\u05e8\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd \u05d0\u05d9\u05da \u05dc\u05e2\u05e9\u05d5\u05ea \u05d0\u05ea \u05e9\u05e0\u05d9\u05d4\u05dd \u05d1\u05d9\u05d7\u05d3.", "output": "\u0627\u0645\u0627 \u062d\u062a\u06cc \u0627\u0648\u0646\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u062a\u0648\u0627\u0646\u0633\u062a\u0647 \u200c \u0627\u0646\u062f \u0647\u0631 \u062f\u0648 \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u0646\u062f \u060c \u0628\u0647 \u0646\u062f\u0631\u062a \u0641\u0647\u0645\u06cc\u062f\u0647 \u200c \u0627\u0646\u062f \u0686\u0637\u0648\u0631\u0622\u0646\u0647\u0627 \u0631\u0627 \u0628\u0627 \u0647\u0645 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u0646\u062f.", "category": "Translation 223.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05d5\u05e2\u05dc\u05d9\u05db\u05dd \u05dc\u05d6\u05db\u05d5\u05e8, \u05d4\u05e0\u05e9\u05d9\u05dd \u05d4\u05dc\u05dc\u05d5 \u05e9\u05e8\u05d3\u05d5 \u05d0\u05ea \u05d4\u05d6\u05d5\u05d5\u05e2\u05d5\u05ea \u05d4\u05e0\u05d5\u05e8\u05d0\u05d9\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05e9\u05dc \u05d4\u05de\u05d0\u05d4 \u05d4-20.", "output": "E voc\u00eas t\u00eam que se lembrar, estas mulheres sobreviveram \u00e0s piores atrocidades do s\u00e9culo XX.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05d0\u05e0\u05d7\u05e0\u05d5 \u05d6\u05e7\u05d5\u05e7\u05d9\u05dd \u05dc\u05db\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05de\u05d5\u05d3\u05e2\u05d5\u05ea \u05dc\u05db\u05da \u05e9\u05d0\u05dc\u05e6\u05d4\u05d9\u05d9\u05de\u05e8 \u05d4\u05d9\u05d0 \u05de\u05d7\u05dc\u05d4 \u05d5\u05d0\u05dd \u05e0\u05e0\u05e1\u05d4 - \u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05e1\u05d5\u05d2\u05dc\u05d9\u05dd \u05dc\u05e0\u05e6\u05d7 \u05d0\u05d5\u05ea\u05d4.", "output": "Precisamos que consciencializem as pessoas de que o Alzheimer \u00e9 uma doen\u00e7a e que, se tentarmos, podemos venc\u00ea-la.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05d4\u05d9\u05d0 \u05e0\u05dc\u05e7\u05d7\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05dc\u05d5\u05d5\u05d9\u05df \u05d0\u05d6 \u05d9\u05e9 \u05dc\u05d4 \u05e8\u05d6\u05d5\u05dc\u05d5\u05e6\u05d9\u05d4 \u05de\u05e8\u05d7\u05d1\u05d9\u05ea \u05de\u05e2\u05d5\u05dc\u05d4.", "output": "Esta foi tirada usando um sat\u00e9lite, por isso, tem imensa resolu\u00e7\u00e3o espacial.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05db\u05e9\u05ea\u05de\u05e6\u05d0\u05d5 \u05d0\u05ea \u05d4\u05de\u05e7\u05d5\u05dd \u05d4\u05d6\u05d4, \u05e8\u05d0\u05d5 \u05d0\u05ea \u05d4\u05d4\u05d6\u05d3\u05de\u05e0\u05d5\u05ea.", "output": "Quando encontrarem esse local, vejam a oportunidade.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05d1\u05d0\u05d9\u05e0\u05d3\u05d9\u05dd, \u05d4\u05e7\u05e8\u05d7\u05d5\u05e0\u05d9\u05dd \u05de\u05d4\u05d5\u05d5\u05d9\u05dd \u05d0\u05ea \u05de\u05e7\u05d5\u05e8 \u05de\u05d9 \u05d4\u05e9\u05ea\u05d9\u05d4 \u05dc\u05e2\u05d9\u05e8 \u05d4\u05d6\u05d5", "output": "Nos Andes, todo o gelo \u00e9 a principal fonte de \u00e1gua pot\u00e1vel para toda cidade.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05d6\u05d4 \u05d4\u05d5\u05e4\u05d9\u05e2 \u05d1\u05de\u05db\u05ea\u05d1 \u05e9\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05d7\u05d9\u05d4 \u05dc\u05d0\u05d7\u05e8 \u05e7\u05d1\u05dc\u05ea \u05ea\u05d5\u05d0\u05e8 \u05e9\u05e0\u05d9 \u05e9\u05e0\u05d9.", "output": "Isto foi escrito numa carta dirigida ao seu irm\u00e3o, depois de obter a sua segunda licenciatura, devo dizer.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05e8\u05d0\u05d9\u05ea\u05dd \u05d0\u05ea \u05d4\u05d0\u05d9\u05db\u05d5\u05ea \u05e9\u05dc \u05d4\u05de\u05d7\u05e0\u05db\u05d9\u05dd \u05e9\u05d4\u05d9\u05d5 \u05e4\u05d4.", "output": "Vimos a qualidade dos educadores que estiveram aqui.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05d0\u05e0\u05d9 \u05de\u05e7\u05d5\u05d5\u05d4 \u05e9\u05d0\u05ea\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05e2\u05e8\u05d9\u05da \u05d0\u05ea \u05d9\u05db\u05d5\u05dc\u05ea\u05d5 \u05e9\u05dc \u05d4\u05de\u05db\u05e9\u05d9\u05e8 \u05e9\u05dd \u05d1\u05e2\u05d5\u05d3\u05d5 \u05de\u05ea\u05e4\u05ea\u05dc \u05d1\u05d2\u05d5\u05e4\u05d5 \u05e9\u05dc \u05d4\u05e4\u05e6\u05d9\u05d9\u05e0\u05d8 \u05d5\u05dc\u05d5\u05e7\u05d7 \u05de\u05de\u05e0\u05d5 \u05d0\u05ea \u05de\u05d7 \u05d4\u05e2\u05e6\u05dd, \u05d5\u05d6\u05d0\u05ea \u05d1\u05de\u05e7\u05d5\u05dd \u05d1- 200 \u05d3\u05e7\u05d9\u05e8\u05d5\u05ea, \u05e8\u05e7 \u05d1\u05d3\u05e7\u05d9\u05e8\u05d4 \u05d0\u05d7\u05ea \u05ea\u05d7\u05ea \u05d4\u05e8\u05d3\u05de\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea.", "output": "Espero que possam ver o dispositivo ali a curvar pelo corpo do doente e a remover a medula \u00f3ssea do doente, e em vez de usar 200 pun\u00e7\u00f5es, usa apenas uma \u00fanica pun\u00e7\u00e3o sob anestesia local.", "category": "Translation 224.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Portugese.", "input": "\u05d5\u05d6\u05d4 \u05de\u05d4 \u05e9\u05d9\u05e7\u05e8\u05d4 \u05dc\u05e0\u05d5.", "output": "E \u00e9 isso que nos vai acontecer a n\u00f3s.", "category": "Translation 224.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u5148\u9031\u3001\u30ca\u30a4\u30b8\u30a7\u30ea\u30a2\u653f\u5e9c\u304c\u3068\u3063\u305f\u3088\u308a\u5f37\u786c\u306a\u65b9\u91dd\u306e\u4e00\u90e8\u3068\u3057\u3066\u3001\u30aa\u30d0\u30b5\u30f3\u30b8\u30e7\u5927\u7d71\u9818\u306f\u300c\u529b\u306b\u306f\u529b\u3092\u300d\u65b9\u91dd\u3092\u4f7f\u3048\u3068\u3044\u3046\u547d\u4ee4\u3067\u3053\u306e\u5730\u533a\u306e\u6b66\u88c5\u96c6\u56e3\u306b\u5bfe\u3057\u3066\u8ecd\u3092\u9001\u3063\u305f\u3002", "output": "Minggu lalu, sebagai bagian penanganan lebih tegas oleh pemerintah Nigeria, Presiden Obasanjo mengirim pasukan, dengan perintah untuk menggunakan \"kekuatan untuk kekuatan\" melawan militan di wilayah tersebut.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3053\u308c\u3089\u306e\u6761\u4ef6\u304c\u6e80\u305f\u3055\u308c\u306a\u3044\u307e\u307e\u3060\u3063\u305f\u306e\u3067\u3001\u60e8\u4e8b\u306e6\u304b\u6708\u524d\u306b\u306f\u30e9\u30a4\u30bb\u30f3\u30b9\u304c\u4e8b\u5b9f\u4e0a\u7121\u52b9\u3060\u3063\u305f\u3001\u3068\u98db\u884c\u5b89\u5168\u793e\u306f\u4e3b\u5f35\u3057\u305f\u3002", "output": "Karena kondisi-kondisi tersebut tidak terpenuhi, ijin secara efektif dibatalkan enam bulan sebelum bencana tersebut, tegas Flight Safety.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30ed\u30a4\u30bf\u30fc\u901a\u4fe1\u306f\u3001\u300c\u8972\u6483\u306e\u30cb\u30e5\u30fc\u30b9\u306f\u4e16\u754c\u4e2d\u306e\u539f\u6cb9\u4fa1\u683c\u3092\u91e3\u308a\u4e0a\u3052\u305f\u300d\u3068\u5831\u544a\u3057\u307e\u3057\u305f\u3002", "output": "Reuters mengklaim bahwa berita penangkapan tersebut menaikkan harga minyak mentah di seluruh dunia.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30a8\u30ea\u30c4\u30a3\u30f3\u6c0f\u306f\u305d\u306e\u8f9e\u4efb\u4ee5\u964d\u76ee\u7acb\u305f\u306a\u3044\u614b\u5ea6\u3092\u7dad\u6301\u3057\u3066\u304a\u308a\u3001\u516c\u306e\u767a\u8a00\u3084\u884c\u52d5\u306f\u307b\u3068\u3093\u3069\u3057\u306a\u304b\u3063\u305f\u3002", "output": "Yeltsin menjaga tetap rendah hati sejak pengunduran dirinya, hampir tidak ada pernyataan kepada umum atau penampakannya.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u300c\u5168\u3066\u306e\u30c6\u30ed\u306b\u53cd\u5bfe\u3059\u308b\u30af\u30ea\u30b9\u30c1\u30e3\u30f3\u300d\uff08CAAT\uff09\u306e\u30e1\u30f3\u30d0\u30fc\u304c\u57fa\u5730\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3092\u591c\u660e\u3051\u306b\u4fb5\u5bb3\u3057\u3001\u5f7c\u3089\u306e\u3046\u30612\u4eba\u304c\u5883\u754c\u306e\u30d5\u30a7\u30f3\u30b9\u3075\u305f\u3064\u3092\u8d8a\u3048\u3066\u5efa\u7269\u306b\u3088\u3058\u767b\u308a\u3001\u305d\u306e\u5f8c\u902e\u6355\u3055\u308c\u305f\u3002", "output": "Anggota dari kelompok Kristen Melawan Semua Terorisme (CAAT) melanggar keamanan pangkalan pada waktu fajar dan 2 dari mereka menyusup dua pagar lingkar dan memanjat gedung sebelum ditangkap.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u5168\u56fd\u96fb\u529b\u7cfb\u7d71\u7db2\u306f\u3001\u96fb\u6c17\u7db2\u306f\u640d\u5bb3\u3092\u53d7\u3051\u306a\u304b\u3063\u305f\u3068\u8a00\u3063\u305f\u3002", "output": "Jaringan listrik nasional berkata bahwa tidak ada kerusakan yang berlarut-larut untuk jaringan listrik.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30b7\u30fc\u30c0\u30fc\u30e9\u30d4\u30c3\u30ba\u306e\u30b7\u30fc\u30c0\u30fc\u5ddd\u306f\u3001\u6c3e\u6feb\u5371\u967a\u6c34\u4f4d\u3088\u308a20\u30d5\u30a3\u30fc\u30c8\u8fd1\u304f\u4e0a\u306e\u3001\u8a18\u9332\u7834\u308a\u306e31.1\u30d5\u30a3\u30fc\u30c8\u3067\u672c\u65e5\u3001\u6700\u9ad8\u6c34\u4f4d\u306b\u9054\u3057\u305f\u3002", "output": "Sungai Cedar di Cedar Rapids memuncak hari ini pada rekor 31,1 kaki, hampir 20 kaki di atas panggung banjir.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u300c2\u4eba\u306f\u8eca\u3092\u964d\u308a\u3001\u9593\u9055\u3063\u305f\u3053\u3068\u306b\u79c1\u3082\u8eca\u304b\u3089\u964d\u308a\u3066\u51fa\u305f\u300d", "output": "\"Mereka keluar, dan saya membuat kesalahan dengan keluar.\"", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3057\u304b\u3057\u3001\u3053\u308c\u306f\u3001\u30d9\u30e9\u30a4\u30be\u30f3iPhone\u30e6\u30fc\u30b6\u30fc\u3089\u306f\u3001\u540c\u793e\u306e\uff14GLTE\uff08\u30ed\u30f3\u30b0\u30bf\u30fc\u30e0\u30a8\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\uff09\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u305a\u3001\u3088\u3063\u3066\u96fb\u8a71\u3068\u30cd\u30c3\u30c8\u63a5\u7d9a\u3092\u540c\u6642\u306b\u3067\u304d\u306a\u3044\u3068\u3044\u3046\u3053\u3068\u3067\u3082\u3042\u308b\u3002", "output": "Ini berarti, kiranya, pengguna iPhone Verizon tidak akan dapat menggunakan jaringan 4G LTE (long term evolution) perusahaan, dan dengan demikian tidak akan dapat melakukan panggilan dan mengakses Internet pada saat yang sama.", "category": "Translation 225.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Tim yang berada di posisi terbawah akan terdegradasi, dan, hanya butuh seri, Kilmarnock bermain pelan dan bertahan.", "output": "\u6700\u4e0b\u4f4d\u306e\u30c1\u30fc\u30e0\u304c\u683c\u4e0b\u3052\u3055\u308c\u308b\u3053\u3068\u306b\u306a\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u5f15\u304d\u5206\u3051\u306b\u306a\u308c\u3070\u3044\u3044\u3053\u3068\u304b\u3089\u3001\u30ad\u30eb\u30de\u30fc\u30ce\u30c3\u30af\u306f\u3086\u3063\u304f\u308a\u3057\u305f\u9632\u885b\u7684\u306a\u8a66\u5408\u3092\u9032\u3081\u305f\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Cedera dapat mempengaruhi kesempatanya, namun pada sebuah wawancara dengannya, dia tidak merasa ini akan menjadi masalah besar.", "output": "\u30b1\u30ac\u306f\u5f7c\u5973\u306e\u30c1\u30e3\u30f3\u30b9\u306b\u5f71\u97ff\u3092\u4e0e\u3048\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u304c\u3001\u30a4\u30f3\u30bf\u30d3\u30e5\u30fc\u306e\u4e2d\u3067\u3001\u5f7c\u5973\u306f\u305d\u308c\u3092\u5927\u304d\u306a\u554f\u984c\u306b\u306a\u308b\u3068\u306f\u8003\u3048\u3066\u3044\u306a\u304b\u3063\u305f\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Seorang pejabat dari gerakan kemanusiaan internasional Red Cross berkata \"[kami] berkomunikasi dengan mereka diawal dan terus berbicara dengan mereka sepanjang malam saat kami menarik diri dari reruntuhannya.\"", "output": "\u8d64\u5341\u5b57\u306e\u56fd\u969b\u4eba\u9053\u904b\u52d5\u306e\u95a2\u4fc2\u8005\u306f\u300c\u79c1\u305f\u3061\u306f\u65e9\u3044\u6bb5\u968e\u304b\u3089\u5f7c\u3089\u3068\u63a5\u89e6\u3057\u3001\u74e6\u792b\u304b\u3089\u52a9\u3051\u51fa\u3057\u306a\u304c\u3089\u4e00\u6669\u4e2d\u8a71\u3057\u7d9a\u3051\u305f\u300d\u3068\u8a9e\u3063\u305f\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Red Star Belgrade telah buka membuat angka di menit ke 16 sementara Miroslav Klose equalizer pertama 4 menit belakangan.", "output": "\u30ec\u30c3\u30c9\u30b9\u30bf\u30fc\u30fb\u30d9\u30aa\u30b0\u30e9\u30fc\u30c9\u306f\u30df\u30ed\u30b9\u30e9\u30d5\u30fb\u30af\u30ed\u30fc\u30bc\u304c\u6700\u521d\u306e\u540c\u70b9\u30b4\u30fc\u30eb\u304b\u3089\uff14\u5206\u5f8c\u306e\uff11\uff16\u5206\u306b\u30b9\u30b3\u30a2\u3092\u958b\u3051\u305f\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Pihak-pihak berwenang mengenali reporter yang kurang terkenal yang mengkhususkan diri dalam ekonomi ini sebagai Konstantin Popov.", "output": "\u5f53\u5c40\u306f\u3001\u7d4c\u6e08\u5b66\u304c\u5c02\u9580\u306e\u3053\u306e\u307b\u3068\u3093\u3069\u77e5\u3089\u308c\u3066\u3044\u306a\u3044\u30ea\u30dd\u30fc\u30bf\u30fc\u304c\u30b3\u30f3\u30b9\u30bf\u30f3\u30c1\u30f3\u30fb\u30dd\u30dd\u30d5\u3067\u3042\u308b\u3068\u7279\u5b9a\u3057\u305f\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Para aktivis buruh telah mengecam kondisi di pabrik Foxconn seperti \"gaya militer\", dengan para pekerja bekerja pada giliran yang lama dan tidak bisa saling berbicara.", "output": "\u52b4\u50cd\u904b\u52d5\u5bb6\u306f\u3001\u30d5\u30a9\u30c3\u30af\u30b9\u30b3\u30f3\u306e\u5de5\u5834\u3067\u306f\u52b4\u50cd\u8005\u306f\u9577\u6642\u9593\u50cd\u304d\u3001\u4e92\u3044\u306b\u304a\u3057\u3083\u3079\u308a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u305a\u3001\u307e\u308b\u3067\u300c\u8ecd\u968a\u5f0f\u300d\u3060\u3068\u6279\u5224\u3057\u3066\u3044\u308b\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Si sepupu ini menjadi sangat sedih ketika mereka mendengar bahwa Paus sudah meninggal.", "output": "\u3044\u3068\u3053\u305f\u3061\u306f\u3001\u305d\u306e\u6cd5\u738b\u304c\u53bb\u3063\u305f\u3068\u805e\u3044\u3066\u3068\u3066\u3082\u60b2\u3057\u3093\u3060\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Pada 25 Oktober 2009, WHO mengatakan ada lebih dari 440.000 laboratori yang memastikan kasus flu H1N1 dan lebih dari 5.700 kematian di laporkan ke agensi UN.", "output": "2009\u5e7410\u670825\u65e5\u73fe\u5728\u3067\u3001WHO\u306b\u3088\u308b\u3068\u300144\u4e07\u4ee5\u4e0a\u306e\u7814\u7a76\u6240\u3067H1N1\u578b\u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b6\u3092\u78ba\u8a8d\u3057\u3066\u30015700\u4eba\u4ee5\u4e0a\u306e\u6b7b\u8005\u304c\u56fd\u9023\u6a5f\u95a2\u306b\u5831\u544a\u3055\u308c\u3066\u3044\u308b\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Mantan manajer Chelsea tersebut telah secara luas dianggap sebagai favorit untuk pekerjaan tersebut tetapi setelah ia mengakui kemarin bahwa ia tidak lagi tertarik pada itu, Capello menjadi favorit baru.", "output": "\u305d\u306e\u5143\u30c1\u30a7\u30eb\u30b7\u30fc\u306e\u76e3\u7763\u306f\u305d\u306e\u4ed5\u4e8b\u306b\u5bfe\u3059\u308b\u304a\u6c17\u306b\u5165\u308a\u3068\u3057\u3066\u5e83\u304f\u8a8d\u3081\u3089\u308c\u3066\u3044\u305f\u304c\u3001\u5f7c\u304c\u6628\u65e5\u305d\u308c\u306b\u8208\u5473\u304c\u306a\u3044\u3068\u8a8d\u3081\u3066\u304b\u3089\u3001\u30ab\u30da\u30c3\u30ed\u6c0f\u304c\u65b0\u305f\u306a\u304a\u6c17\u306b\u5165\u308a\u306b\u306a\u3063\u305f\u3002", "category": "Translation 226.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u8cac\u4efb\u8005\u306f\u3001\u30d7\u30e9\u30f3B\u306eOCT\u5e02\u5834\u304c\u3088\u308a\u82e5\u3044\u9752\u5e74\u3078\u4e0e\u3048\u308b\u3001\u8a8d\u8b58\u80fd\u529b\u3092\u3088\u308a\u4f4e\u304f\u3059\u308b\u3068\u3044\u3063\u305f\u6f5c\u5728\u7684\u306a\u884c\u52d5\u3078\u306e\u5f71\u97ff\u306b\u3064\u3044\u3066\u95a2\u5fc3\u3092\u6319\u3052\u3066\u3044\u308b\u3057\u3001\u5e74\u4e0a\u306e\u30c7\u30fc\u30bf\u304b\u3089\u82e5\u3044\u8074\u8846\u306e\u30c7\u30fc\u30bf\u3092\u63a8\u5b9a\u3059\u308b\u3053\u3068\u306f\u4e0d\u78ba\u5b9f\u3067\u3042\u308b\u3002 \n Bahasa Indonesia: Dilaporkan bahwa kelompok pendaki telah memasuki wilayah terlarang ngarai Tanzhangxia bersama penunjuk jalannya.", "output": "No", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30d6\u30e9\u30a6\u30f3\u4f0d\u9577\u306f\u3001\u30ab\u30ca\u30c0\u306e\u30a2\u30d5\u30ac\u30cb\u30b9\u30bf\u30f3\u306b\u304a\u3051\u308b\u8ecd\u4e8b\u4f5c\u6226\u304c2001\u5e74\u5f8c\u534a\u3001\u30a2\u30e1\u30ea\u30ab\u4e3b\u5c0e\u306e\u300c\u30c6\u30ed\u3068\u306e\u6226\u3044\u300d\u306e\u4e00\u74b0\u3068\u3057\u3066\u958b\u59cb\u3057\u3066\u4ee5\u6765\u6b7b\u4ea1\u3057\u305f\u30ab\u30ca\u30c0\u5175\u3068\u3057\u3066\u306f27\u4eba\u76ee\u3068\u306a\u308b\u3002 \n Bahasa Indonesia: Kopral Braun adalah tentara Kanada ke 27 yang tewas sejak operasi militer Kanada di Afganistan dimulai pada akhir tahun 2001 sebagai bagian dari \"Perang melawan Teror\" yang dipimpin oleh Amerika Serikat.", "output": "Yes", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30ed\u30b7\u30a2\u306e\u5927\u7d71\u9818\u5ba4\u306b\u3088\u308b\u3068\u3001\u300c\u6c34\u3068\u4e0b\u6c34\u3092\u51e6\u7406\u3059\u308b\u690d\u7269\u304c\u6ec5\u307c\u3055\u308c\u305f\u300d\u306e\u3067\u3001\u5357\u30aa\u30bb\u30c6\u30a3\u30a2\u306e\u9996\u90fd\u30c4\u30d2\u30f3\u30f4\u30a1\u30ea\u3092\u69cb\u6210\u3059\u308b\u5730\u57df\u3067\u306f\u3082\u306f\u3084\u6c34\u3092\u98f2\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u3001\u3068\u3044\u3046\u3053\u3068\u3060\u3002 \n Bahasa Indonesia: Menurut kantor Presiden Rusia, air minum tidak lagi tersedia di daerah yang merupakan ibukota Ossetia Selatan, Tskhinvali, karena \"tempat pengolahan air dan limbah telah hancur.\"", "output": "Yes", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30d6\u30c3\u30b7\u30e5\u6c0f\u306f\u3001\u304b\u3064\u3066\u30b5\u30c0\u30e0\u30fb\u30d5\u30bb\u30a4\u30f3\u306b\u4f7f\u308f\u308c\u3066\u3044\u305f\u5bae\u5ef7\u306e\u975e\u5e38\u306b\u3057\u3063\u304b\u308a\u3068\u8981\u585e\u5316\u3055\u308c\u305f\u30b0\u30ea\u30fc\u30f3\u30be\u30fc\u30f3\u3067\u30a2\u30eb\u30fb\u30de\u30ea\u30ad\u6c0f\u3068\u4f1a\u3063\u305f\u3002 \n Bahasa Indonesia: Bush betemu dengan al-Maliki di zona hijau yang terbentengi sangat kuat di sebuah istana yang pernah digunakan oleh Saddam Husein.", "output": "Yes", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u5f7c\u306f\u300c\u9996\u540a\u308a\u306b\u3064\u3044\u3066\u306e\u516c\u5171\u60c5\u5831\u30ad\u30e3\u30f3\u30da\u30fc\u30f3\u300d\u306f\u7387\u3092\u4f4e\u304f\u3059\u308b\u305f\u3081\u306e\u4e00\u3064\u306e\u65b9\u6cd5\u306b\u306a\u308a\u3046\u308b\u3068\u8a00\u3063\u305f\u3002 \n Bahasa Indonesia: Dia mencatat \"kampanye informasi untuk umum tentang gantung diri\" dapat menjadi salah satu cara mengurangi angka bunuh diri.", "output": "Yes", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30a2\u30eb\u30fb\u30de\u30ea\u30ad\u6c0f\u3067\u3055\u3048\u3001\u30d6\u30c3\u30b7\u30e5\u6c0f\u304c\u5230\u7740\u3059\u308b5\u5206\u524d\u307e\u3067\u5f7c\u304c\u6765\u3066\u3044\u308b\u3053\u3068\u3092\u77e5\u3089\u306a\u304b\u3063\u305f\u3002 \n Bahasa Indonesia: Akhirnya, Marek Wesoly dari Tim Merida Europe memenangkan juara etape keduanya pada etape ini sejak dia mendapatkan juara etape sebelumnuya di Provinsi Pingtung.", "output": "No", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300c2008\u5e74\u306e\u53f0\u5317\u65b0\u5e74\u30ab\u30a6\u30f3\u30c8\u30c0\u30a6\u30f3\u30d1\u30fc\u30c6\u30a3\u30fc\u300d\u3067\u3001\u3044\u304f\u3064\u304b\u306e\u30ed\u30fc\u30ab\u30eb\u304a\u3088\u3073\u5916\u56fd\u30e1\u30c7\u30a3\u30a2\u304c\u4e16\u754c\u7684\u306a\u8d85\u9ad8\u5c64\u30d3\u30eb\u3068\u3057\u3066\u6709\u540d\u3067\u3042\u308b\u70ba\u3001\u53f0\u5317\uff11\uff10\uff11\u306e\u82b1\u706b\u306b\u6ce8\u76ee\u3057\u305f\u3002 \n Bahasa Indonesia: Dalam \"Pesta Jelang Tahun Baru Kota Taipei 2008\", beberapa media lokal dan asing memfokuskan diri pada kembang api dari Taipei 101 karena keterkenalan dari gedung pencakar langit tersebut di seluruh dunia.", "output": "Yes", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u3053\u308c\u306b\u3088\u308a\u5f7c\u306f\u5b50\u4f9b\u305f\u3061\u3078\u306e\u6b21\u306e\u672c\u306b\u53d6\u308a\u639b\u304b\u308d\u3046\u3068\u610f\u6b32\u304c\u6e67\u3044\u305f\u3002 \n Bahasa Indonesia: Ini mendorongnya untuk menujukan buku berikutnya untuk anak-anak.", "output": "Yes", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u7dd1\u306e\u515a\u306f\u4e0b\u9662\u7dcf\u9078\u6319\u3067\u521d\u306e\u8b70\u5e2d\u3092\u7372\u5f97\u3057\u305f\u3002 \n Bahasa Indonesia: The Australian Green telah mendapat kursi pertamanya dalam sebuah pemilihan umum di Dewan Perwakilan.", "output": "Yes", "category": "Text Matching 227.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3088\u308a\u7a4f\u5065\u6d3e\u306e\u793e\u4f1a\u6c11\u4e3b\u52b4\u50cd\u515a\u306e\u30de\u30fc\u30af\u30fb\u30c0\u30fc\u30ab\u30f3\u515a\u9996\u306f\u3001\u59d4\u8b72\u306b\u95a2\u3059\u308b\u9032\u5c55\u3092\u6b53\u8fce\u3057\u3001\u793e\u4f1a\u6c11\u4e3b\u52b4\u50cd\u515a\u306f\u653f\u6a29\u59d4\u8b72\u3078\u306e\u5354\u529b\u3092\u7d99\u7d9a\u3059\u308b\u3068\u8ff0\u3079\u305f\u3002", "output": "Ang lider ng mas katamtaman pagkamakabayan sa Lipunan Demokratiko at Manggagawa Partido na si Mark Durkan ay nagsaad ng maligayang pagbati sa pagsulong na naganap sa pag-aabot ng mga tungkulin at ang partido ay magpapatuloy sa paggawa patungo dito.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30cb\u30e5\u30fc\u30e8\u30fc\u30af\u30bf\u30a4\u30e0\u30ba\u304cMTV\u30b7\u30e7\u30fc\u306e\u30b9\u30bf\u30fc\u306e\u4e00\u4eba\u3067\u3042\u308b\u30cb\u30b3\u30fc\u30eb\u30fb\u201d\u30b9\u30cc\u30fc\u30ad\u201d\u30fb\u30dd\u30ea\u30c3\u30c4\u30a3\u3092\u7279\u96c6\u3057\u305f\u3053\u3068\u306b\u4fc3\u3055\u308c\u3066\u3001\u30a4\u30f3\u30bf\u30d3\u30e5\u30a2\u30fc\u306e\u30b8\u30a7\u30a4\u30af\u30fb\u30bf\u30c3\u30d1\u30fc\u306f\u3001\u30b7\u30ea\u30fc\u30ba\u304c\u56fd\u306b\u3068\u3063\u3066\u30dd\u30b8\u30c6\u30a3\u30d6\u3067\u3042\u308b\u3068\u601d\u3046\u304b\u30cd\u30ac\u30c6\u30a3\u30d6\u3067\u3042\u308b\u3068\u601d\u3046\u304b\u3092\u77e5\u4e8b\u306b\u5c0b\u306d\u305f\u3002", "output": "Nasenyasan ng isang tampok sa The New York Times sa Nicole \"Snooki\" Polizzi, isa sa mga artista ng palabas na MTV, ang tagapanayam na si Jake Tapper ay nagtanong sa gobernador kung inisip niya na ang serye ay positibo o negatibo para sa estado.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30d5\u30e9\u30f3\u30b9\u306e\u5c71\u5cb3\u30b9\u30da\u30b7\u30e3\u30ea\u30b9\u30c8\u3001\u30ec\u30df\u30fc\u30fb\u30c0\u30a4\u30fb\u30b0\u30ec\u30b4\u30ea\u30aa\u306f\u30b9\u30c6\u30fc\u30b84\u306e\u9593\u306b\u3001\u8098\u3092\u9aa8\u6298\u3057\u305f\u5f8c\u3001\u30c8\u30a5\u30fc\u30eb\u30fb\u30c9\u30fb\u30d5\u30e9\u30f3\u30b9\u304b\u3089\u64a4\u9000\u3057\u305f\u3002", "output": "Ang Pransyang espesyalista ng bundog na si Remy Di Gregorio ay umurong mula sa Tour pagkatapos mabali ang kaniyang siko sa panahon ng ika-4 na baitang.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u6cd5\u5ef7\u306e\u4e2d\u3067\u3001\u30e9\u30f3\u30ac\u30e0\u6c0f\u306f\u5f7c\u304c8\u6b73\u306e\u3068\u304d\u306b\u30ab\u30ca\u30c0\u3067\u306e\u4f11\u6687\u4e2d\u306b\u8650\u5f85\u3055\u308c\u305f\u3068\u4e3b\u5f35\u3057\u305f\u3002", "output": "Sa kaniyang mga oras sa korte, sinalaysay ni Langham na siya ay inabuso noong edad na walo habang nasa bakasyon sa Canada.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u6cd5\u5f8b\u6276\u52a9\u5f01\u8b77\u58eb\u30c7\u30d3\u30c3\u30c9\u30fb\u30de\u30c3\u30b1\u30f3\u30b8\u30fc\u306f\u6f01\u5e2b\u306f\u3068\u3066\u3082\u8ca7\u3057\u304f\u3066\u3068\u3066\u3082\u7f70\u91d1\u3092\u652f\u6255\u3048\u305d\u3046\u306b\u306a\u3044\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "output": "Ang abogado ng Tulong Legal na si David McKenzie, ay nagsabi na napakahirap sa mga mangingisda at malamang na hindi sila makakapagbayad ng mga multa.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u5927\u624b\u9280\u884c\u306e\u7834\u7523\u306a\u3069\u3001\u3053\u306e\u6642\u70b9\u3067\u306f\u8ab0\u3082\u4e88\u60f3\u3057\u3066\u3044\u306a\u3044\u304c\u3001\u5927\u624b\u9280\u884c\u306e\u5229\u76ca\u304c\u640d\u5bb3\u3092\u53d7\u3051\u308b\u3053\u3068\u306f\u61f8\u5ff5\u3055\u308c\u3066\u3044\u308b\u3002", "output": "Habang wala namang humuhula ng pagbagsak ng mga bangko sa mga panahong ito, pinangambahang makakaapekto ito sa kanilang kita.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u4eca\u65e5\u3001\u30f4\u30a1\u30a6\u30a7\u30f3\u30b5\u6c0f\u304c\u4eca\u5e74\u521d\u3081\u4ee5\u6765\u6b63\u5f0f\u306b\u306f\u9023\u5e2f\u306e\u7d44\u5408\u54e1\u3067\u306f\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u3053\u3068\u304c\u308f\u304b\u3063\u305f\u3002", "output": "Napag-alaman ngayong araw na si Walesa ay hindi na pormal na naging miyembro ng Solidarity mula ng magsimula ang taon.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u4f55\u4e07\u4eba\u3082\u306e\u30b7\u30ea\u30a2\u4eba\u304c\u3001\u91d1\u66dc\u3001\u56fd\u4e2d\u306e\u90fd\u5e02\u3067\u81ea\u7531\u306e\u305f\u3081\u306b\u6297\u8b70\u3057\u3001\u30c7\u30e2\u884c\u9032\u3092\u3057\u305f\u3002", "output": "Libu-libong mga taga-Syria ang nagtungo sa mga kalsada ng lunsod sa bansa noong Biyernes na nagpoprotesta para sa kalayaan.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u5f7c\u306f\u81ea\u529b\u3067\u30de\u30a6\u30f3\u30c9\u3092\u7acb\u3061\u53bb\u3063\u305f\u304c\u3001\u304a\u305d\u3089\u304f4\u301c6\u9031\u9593\u306e\u6b20\u5834\u3068\u306a\u308b\u3060\u308d\u3046\u3002", "output": "Lumakad siyang pababa sa tambak sa pamamagitan ng kaniyang sariling lakas, ngunit nainulat na mawawala siya sa susunod na 4-6 na linggo.", "category": "Translation 228.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Ang apoy na ang dahilan ay hindi malaman ay tumupok ng mahigit isang oras at kalahati bago maapula.", "output": "\u305d\u306e\u706b\u707d\u306f\u3001\u307e\u3060\u539f\u56e0\u304c\u5206\u304b\u3089\u305a\u3001\u6d88\u706b\u307e\u30671\u6642\u9593\u534a\u306b\u6e21\u3063\u3066\u71c3\u3048\u7d9a\u3051\u305f\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Gayunpaman, ang Punong Ministro ng Pakistan na si Yousaf Raza Gillani ay nagsabi na ang Pakistan ay \"walang kinalaman sa nasabing pagsasalakay.\"", "output": "\u3057\u304b\u3057\u3001\u30d1\u30ad\u30b9\u30bf\u30f3\u9996\u76f8\u306e\u30e6\u30fc\u30b9\u30d5\u30fb\u30e9\u30b6\u30fbGillani\u306f\u3001\u30d1\u30ad\u30b9\u30bf\u30f3\u306f\u300c\u653b\u6483\u3068\u306f\u4f55\u3082\u95a2\u4fc2\u304c\u306a\u3044\u300d\u3068\u8a9e\u3063\u305f\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Nagkaroon din ng limang paglusob sa Islamic University sa Islamabad, ang kabisera.", "output": "\u9996\u90fd\u30a4\u30b9\u30e9\u30de\u30d0\u30fc\u30c9\u3067\u306f\u30a4\u30b9\u30e9\u30e0\u5927\u5b66\u3078\u306e\u8972\u6483\u30825\u4ef6\u8d77\u304d\u3066\u3044\u308b\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Nagpatuloy si Kerry na banggitin ang pangangailangan para sa malawakang bagong pananalsik sa bagong enerhiya at pagkuha ng karbon at inihayag na siya'y nakikipagtulungan sa senador ng Alaska na si Ted Stevens sa pagtutulak para sa pagsamsam ng mga planta.", "output": "\u30b1\u30ea\u30fc\u306f\u65b0\u3057\u3044\u30a8\u30cd\u30eb\u30ae\u30fc\u3068\u70ad\u7d20\u3092\u5f97\u308b\u3053\u3068\u306b\u95a2\u3059\u308b\u591a\u5927\u306a\u65b0\u3057\u3044\u7814\u7a76\u304c\u5fc5\u8981\u3067\u3042\u308b\u3053\u3068\u306b\u8a00\u53ca\u3057\u7d9a\u3051\u3001\u30a2\u30e9\u30b9\u30ab\u5dde\u4e0a\u9662\u8b70\u54e1\u3001\u30c6\u30c3\u30c9\u30fb\u30b9\u30c6\u30a3\u30fc\u30d6\u30f3\u30b9\u3068\u4e00\u7dd2\u306b\u690d\u7269\u306e\u70ad\u7d20\u9694\u96e2\u3092\u63a8\u3057\u9032\u3081\u308b\u3053\u3068\u306b\u53d6\u308a\u7d44\u3093\u3067\u3044\u308b\u3068\u6307\u6458\u3057\u305f\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Ang mga pananalita na tumalakay sa kasaysayan ng Georgia ay simpleng hindi tumugma sa kabuuan ng talumpati; ang retorikal na istilo ay lubhang kakaiba.", "output": "\u30b0\u30eb\u30b8\u30a2\u306e\u6b74\u53f2\u306b\u3064\u3044\u3066\u8ff0\u3079\u305f\u30d1\u30e9\u30b0\u30e9\u30d5\u306f\u30b9\u30d4\u30fc\u30c1\u306e\u6b8b\u308a\u3068\u5408\u308f\u305a\u3001\u4fee\u8f9e\u7684\u306a\u30b9\u30bf\u30a4\u30eb\u306f\u3072\u3069\u304f\u9055\u3063\u3066\u3044\u305f\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Ang laro ay itinigil mga bandang 2 minuto para mag-obertaym nang biglang narinig ang malakas na hangin sa labas na may kasamang paalun-alon na bubong.", "output": "\u8a66\u5408\u306f2\u5206\u306e\u30aa\u30fc\u30d0\u30fc\u30bf\u30a4\u30e0\u3092\u6b8b\u3059\u3060\u3051\u3068\u306a\u3063\u3066\u3044\u305f\u304c\u3001\u5f37\u98a8\u3067\u5c4b\u6839\u304c\u30ac\u30bf\u3064\u304f\u97f3\u304c\u5916\u304b\u3089\u805e\u3053\u3048\u3001\u4e2d\u65ad\u3055\u308c\u305f\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\"Ang desisyon ng Pangulo, na walang dudang inudyukan ng Komodoro, upang ipawalang-bisa ang saligang batas, paalisin ang mga hukom, at umasa sa mga militar upang mapanatili ang kapangyarihan ng isang labag na rehimen, ay magpapalala sa malubha nang pang-ekonomiyang kahirapang hinaharap ng Fiji,\" sabi ni McCully.", "output": "\u300c\u61b2\u6cd5\u3092\u7121\u52b9\u306b\u3057\u3001\u88c1\u5224\u5b98\u3092\u7f77\u514d\u3057\u3001\u9055\u6cd5\u306a\u653f\u6a29\u3092\u6a29\u529b\u306e\u5ea7\u306b\u3068\u3069\u3081\u308b\u305f\u3081\u306b\u8ecd\u306b\u983c\u308b\u3068\u3044\u3046\u5927\u7d71\u9818\u306e\u6c7a\u5b9a\u306f\u3001\u8ecd\u53f8\u4ee4\u5b98\u306b\u523a\u6fc0\u3055\u308c\u305f\u306e\u306f\u9593\u9055\u3044\u306a\u304f\u3001\u30d5\u30a3\u30b8\u30fc\u304c\u76f4\u9762\u3057\u3066\u3044\u308b\u3001\u65e2\u306b\u76f8\u5f53\u306a\u7d4c\u6e08\u7684\u56f0\u7aae\u3092\u60aa\u5316\u3055\u305b\u308b\u3060\u308d\u3046\u300d\u3068\u8ff0\u3079\u305f\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Idinagdag rin niya na nagtrabaho si Lawrence sa kampanya para sa halalan ng mga kinatawan ng Australian Republican Movement para sa Australian Constitutional Convention noong 1998.", "output": "\u5f7c\u306f\u307e\u305f\u3001\u300c\u30ed\u30fc\u30ec\u30f3\u30b9\u306f\u3001\uff11\uff19\uff19\uff18\u5e74\u306e\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u61b2\u6cd5\u5236\u5b9a\u4f1a\u8b70\u3078\u306eAustralianRepublicanMovement\u306e\u4ee3\u8868\u8005\u9078\u6319\u904b\u52d5\u306b\u643a\u308f\u3063\u305f\u300d\u3068\u3082\u4ed8\u3051\u52a0\u3048\u305f\u3002", "category": "Translation 229.json" }, { "instruction": "Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Ang bintang laban kay Abu Hamza ay may siyam na bilang ng pangungulekta hanggang sa pagpatay at tatlo sa pagpilit na maantig ang damdaming pagkagalit sa kababayan.", "output": "\u30a2\u30d6\u30fb\u30cf\u30e0\u30b6\u306b\u5bfe\u3059\u308b\u544a\u8a34\u5185\u5bb9\u306f\u30019\u4ef6\u306e\u6bba\u4eba\u793a\u5506\u30683\u4ef6\u306e\u4eba\u7a2e\u7684\u618e\u60aa\u306e\u6247\u52d5\u3067\u3042\u308b\u3002", "category": "Translation 229.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: But it took everyone else just as long . It did n't rain which was great cause the guys went golfing on Saturday and that evening was the fireworks and BBQ at the resort we were staying at . Everyone liked Paul . Paul liked everyone else . \nQuestion: What may be the reason for Paul being there ?", "output": "To meet everyone for the first time .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: I just love this picture , i think i might make it greyscale , blow it up and frame it . It will go great with my cabin theme and i think it will make a really interesting piece ! All in all , the weekend was fun , relaxing and memorable . Unfortunately , it all had to come to an end , and not a very good one !. \nQuestion: What type of theme is the narrator going for ?", "output": "They are going for a rustic look .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: I ' m tired and my back is bothering me . Otherwise , I had a lovely dinner with my friend Leslie last night where I drank Shirley Temples but could n't finish my yummy dinner . I watched movies when I got home with the kitty curled up on my belly . Then I went to bed and woke up a couple of hours later when Marc came in with a dog and cat following him . \nQuestion: Why were they unable to finish their meal ?", "output": "The drinks had filled their appetite .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: We welcomed Mom and Bill to little old Baltimore on Sunday . First we walked around the yard looking at the flower beds . We then ventured to the veggie garden , Mom and Steve talked about basil and Steve picked an eggplant . We sat on the patio for a while , having to adjust seating to keep in the shade . \nQuestion: Why did Steve pick an eggplant ?", "output": "Because he wants to eat it .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: He also loves teddy bears , so it seemed an ideal gift for him . Would you believe we could n't find a single plush toy with a proper wind up music box inside ? What is with that ?. \nQuestion: What did we end up gifting after we could n't find a plush toy with a music box ?", "output": "We bought a plush toy without a music box ., We bought a teddy bear .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: There was a commotion in my house this afternoon where there were lots of screaming ! ! When dad and I reached home , I noticed Jojo was kinda unusual . He was in his houes , staring at something at the side . \nQuestion: What happened in the house today ?", "output": "People were arguing ., People were fighting .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: A favorite place of ours turned out to be the Four Queens casino , where we had a WONDERFUL dinner . Mine was a great sandwich , but Tony 's was even better ... the \" Hawaiian plate \" ... terriyaki steak , an egg , and rice . It was SOOOO good ... and only cost $ 7 . \nQuestion: What may be the reason for knowing what someone else 's food tastes like ?", "output": "They 've been offered a bite .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: Koi for sale . Both butterfly and short tail varieties . Prices are $ 4 and up depending on the size and quality of the koi . Come over and check them out !. \nQuestion: This is a high price for koi , are they beautiful and do they bring inner calm ?", "output": "Some say koi are at ease swimming in the water and this brings people a sense of calm .", "category": "Question Answering 23.json" }, { "instruction": "Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.", "input": "Context: Saw the dentist today for the first time in nearly 2 years , because not only am I forgetful but every time I go to this guy he find at least 2 cavities despite my religious brushing so I just do n't want to see him . All of my wisdom teeth have metal in them . So he finds two more and I was ready to call bullshit because it does n't make sense that he finds so many of them but then I looked at them in a mirror and indeed saw some yellowing holes . So he 's not bullshitting , I just fail at brushing . \nQuestion: What may happen at their dentist appointment ?", "output": "They will need to get another tooth filling ., They will need to get work done on their teeth .", "category": "Question Answering 23.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300cRWE\u306eNpower\u306f2003\u5e74\u4ee5\u964d132%\u95a2\u7a0e\u3092\u5897\u3084\u3057\u305f\u304c\u30012009\u5e74\u306b2.7%\u8acb\u6c42\u984d\u3092\u6e1b\u3089\u3057\u305f\u3002\u300d \n Filipino: Kahit hindi binanggit ni Bush sa kanyang pananalita, ang batas ay hindi rin ipinatupad ang lumang batas na nagbabawal sa kakayanan ng America na pondohan ang pag aalis ng sandatang nukleyar ng Hilagang Korea.", "output": "No", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300c\u5f7c\u5973\u306f\u3001\u5c11\u3057\u3082\u305d\u306e\u3088\u3046\u306a\u72b6\u6cc1\u306b\u306a\u308b\u3053\u3068\u306f\u306a\u3044\u5b50\u5bae\u3067\u5b50\u4f9b\u3092\u598a\u5a20\u3057\u3088\u3046\u3068\u3057\u7d9a\u3051\u305f\u300d\u3068\u3001\u30a2\u30f3\u30c6\u30ed\u306f\u8a00\u3063\u305f\u3002 \n Filipino: \"Pinagpapatuloy niyang sumubok na magkaroon ng mga anak na ang matris ay wala sa kahit anong kondisyon para gawin iyon,\" sabi ni Antelo.", "output": "Yes", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300c\u6211\u3005\u306f\u7c73\u56fd\u3068\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u653f\u5e9c\u304c\u9032\u884c\u4e2d\u306e\u30a4\u30e9\u30af\u6226\u4e89\u306b\u304a\u3051\u308b\u30d1\u30a4\u30f3\u30ae\u30e3\u30c3\u30d7\u306e\u5f79\u5272\u3092\u96a0\u3057\u7d9a\u3051\u308b\u306e\u3092\u8a31\u305b\u306a\u304b\u3063\u305f\u300d\u3068\u30aa\u30e9\u30a4\u30ea\u30fc\u6c0f\u306f\u8a00\u3063\u305f\u3002 \n Filipino: \"Hindi namin papayagan na ang US at gobyerno ng Australia na patuloy na itago ng gawain ng Pine Gap sa patuloy na giyera sa Iraq,\" sabi ni O'Reilly.", "output": "Yes", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30b9\u30b3\u30c3\u30c8\u30e9\u30f3\u30c9\u6c11\u65cf\u515a(SNP)\u306e\u515a\u9996\u3067\u3042\u308b\u30a2\u30ec\u30c3\u30af\u30b9\u30fb\u30b5\u30fc\u30e2\u30f3\u30c9\u306f\u3001\u300c\u30b9\u30b3\u30c3\u30c8\u30e9\u30f3\u30c9\u306b\u306f\u30c8\u30e9\u30a4\u30c7\u30f3\u30c8\u5175\u5668\u30b7\u30b9\u30c6\u30e0\u306e\u53d6\u308a\u63db\u3048\u3092\u6b62\u3081\u308b\u529b\u306f\u306a\u304b\u3063\u305f\u304c\u3001\u74b0\u5883\u3092\u4fdd\u8b77\u3059\u308b\u591a\u6570\u306e\u529b\u304c\u3042\u3063\u305f\u300d\u3068\u8a00\u3063\u305f\u3002 \n Filipino: Ipinahayag ng BBC na hindi ipapalabas ang \"Ding-Dong! The Witch is Dead\" sa kabuuan nito sa Chart Show ng Radio 1 sa araw na ito.", "output": "No", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30a4\u30e9\u30f3\u5f53\u5c40\u306f\u3001\u30a4\u30e9\u30f3\u304cIAEA\u3068\u306e\u9023\u643a\u4f53\u5236\u3092\u5f31\u3081\u3001\u71c3\u6599\u6fc3\u7e2e\u3092\u5168\u9762\u7684\u306b\u518d\u958b\u3059\u308b\u3053\u3068\u3067\u5fdc\u916c\u3059\u308b\u3068\u8ff0\u3079\u3066\u3044\u308b\u3002 \n Filipino: Sinabi ng mga opisyal ng Iran na ang mga taga-Iran ay tutugon sa pamamagitan ng pagpapababa ng kooperasyon sa IAEA at ipagpapatuloy ang malawak na pagpapayaman sa langis.", "output": "Yes", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u4e8b\u6545\u306e\u539f\u56e0\u306f\u3001\u307e\u3060\u5206\u304b\u3063\u3066\u304a\u3089\u305a\u3001\u516c\u306e\u8abf\u67fb\u304c\u5f85\u305f\u308c\u308b\u3002 \n Filipino: Hindi pa alam ang dahilan sa pagbagsak, samantalang hinihintay pa ang opisyal na pagsisiyasat.", "output": "Yes", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u9078\u6319\u904b\u52d5\u3092\u59cb\u3081\u30662\u5e74\u5f8c\u306e\u672c\u65e5\u3001\u7c73\u56fd\u6c11\u306f\u6295\u7968\u5834\u306b\u884c\u304d\u3001\u5927\u7d71\u9818\u3001\u305d\u3057\u3066\u591a\u6570\u306e\u4e0a\u9662\u3001\u4e0b\u9662\u3001\u56fd\u4e2d\u306e\u5dde\u3068\u5730\u65b9\u306e\u9078\u6319\u9078\u306e\u6295\u7968\u3092\u3057\u305f\u3002 \n Filipino: Pagkatapos ng dalawang taong pangangampanya, ngayong araw ang mga mamamayan ng Estados Unidos ay pumunta sa mga presinto para bomoto para sa Presidente, at sa Senado, Konggreso, sa bansa at lokal na labanan sa buong bansa.", "output": "Yes", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u5bb9\u7591\u8005\u3089\u306f\u3001\u5f53\u5c40\u304c\u7206\u767a\u88c5\u7f6e\u3092\u4f7f\u3063\u3066\u5f8c\u65b9\u30c9\u30a2\u3092\u7206\u7834\u3057\u305f\u5f8c\u3001\u4eba\u8cea1\u4eba\u3068\u3068\u3082\u306b\u30a6\u30a9\u30eb\u30c8\u30fb\u30c7\u30a3\u30ba\u30cb\u30fc\u30fb\u30ef\u30fc\u30eb\u30c9\u306e\u30ef\u30a4\u30c9\u30ef\u30fc\u30eb\u30c9\u30aa\u30d6\u30b9\u30dd\u30fc\u30c4\u304b\u30891\u30de\u30a4\u30eb\u897f\u306b\u3042\u308b\u30de\u30fc\u30ab\u30f3\u30bf\u30a4\u30eb\u9280\u884c\u304b\u3089\u9003\u4ea1\u3057\u305f\u3002 \n Filipino: Ang mga suspek ay nakatakas sa Bangko ng Mercantile, isang milya pakanluran ng Walt Disney World's World of Sports, na kasama ang isang bihag pagkatapos ang mga awtoridad ay nagpasabog sa pinto sa likod gamit ang aparatong pampasabog.", "output": "Yes", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u8b66\u5bdf\u3068\u98df\u7269\u74b0\u5883\u885b\u751f\u7f72\u306e\u8077\u54e1\u304c\u516c\u5171\u306e\u901a\u884c\u3092\u59a8\u3052\u308b\u3068\u3044\u3046\u7406\u7531\u3067\u305d\u306e\u5f6b\u523b\u3092\u64a4\u53bb\u3057\u3088\u3046\u3068\u3057\u305f\u3068\u304d\u3001\u5f7c\u3089\u306f\u6d3b\u52d5\u5bb6\u306b\u3088\u3063\u30662\u6642\u9593\u306e\u9593\u305d\u308c\u3092\u963b\u307e\u308c\u305f\u3002 \n Filipino: Pag sinubukang alisin ng pulis at mga kawani mula sa Food and Environmental Hygine Department ang mga iskultura sa mga lugar para humalang sa paglapit ng publiko, hinahadlangan sila ng mga aktibista sa paggawa nito nang dalawang oras.", "output": "Yes", "category": "Text Matching 231.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "2007\u5e7411\u6708\u306b\u30ef\u30b7\u30f3\u30c8\u30f3D.C.\u306e\u8a34\u8a1f\u304c\u59cb\u307e\u308a\u3001\u5148\u306e3\u6708\u306b\u8abf\u505c\u306b\u5165\u3063\u305f\u3002", "output": "\u1794\u178e\u17d2\u178a\u17b9\u1784\u179c\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u178f\u17c4\u1793 \u178c\u17b8.\u179f\u17ca\u17b8 \u178f\u17d2\u179a\u17bc\u179c\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178f\u17be\u1798\u1793\u17c5\u1781\u17c2\u179c\u17b7\u1785\u17d2\u1785\u17b7\u1780\u17b6\u179a\u1786\u17d2\u1793\u17b6\u17c62007 \u17a0\u17be\u1799\u1794\u17b6\u1793\u1788\u17b6\u1793\u1785\u17bc\u179b\u1793\u17b8\u178f\u17b7\u179c\u17b7\u1792\u17b8\u179f\u17c6\u179a\u17bb\u17c7\u179f\u17c6\u179a\u17bd\u179b\u1780\u17b6\u179b\u1796\u17b8\u1781\u17c2\u1798\u17b7\u1793\u17b6\u1798\u17bb\u1793\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3053\u306e\u7814\u7a76\u306fJournalofAlzheimer'sDisease\u8a8c\u3067\u767a\u8868\u3055\u308c\u3066\u3044\u308b\u3002", "output": "\u1780\u17b6\u179a\u179f\u17d2\u179a\u17b6\u179c\u1787\u17d2\u179a\u17b6\u179c\u1793\u17c1\u17c7\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u179a\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd\u1780\u17d2\u1793\u17bb\u1784\u1791\u179f\u17d2\u179f\u1793\u17b6\u179c\u178a\u17d2\u178a\u17b8\u17a2\u17c6\u1796\u17b8\u1787\u17c6\u1784\u17ba\u1797\u17d2\u179b\u17c1\u1785\u1797\u17d2\u179b\u17b6\u17c6\u1784\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u6700\u521d\u306e\u4e16\u4ee3\u306eXbox\u30b3\u30f3\u30bd\u30fc\u30eb\u3082\u3001\u30d7\u30ec\u30a4\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff12\u306e\uff12\u5e74\u5f8c\u306b\u767a\u58f2\u3055\u308c\u305f\u305f\u3081\u306b\u4f3c\u305f\u3088\u3046\u306a\u58f2\u308c\u884c\u304d\u3060\u3063\u305f\u3002", "output": "\u1787\u17c6\u1793\u17b6\u1793\u17cb\u178a\u17c6\u1794\u17bc\u1784\u179a\u1794\u179f\u17cb\u17a0\u17d2\u1782\u17c1\u1798\u17a2\u17c1\u1780\u17d2\u179f\u1794\u1780\u17cb\u1782\u17ba\u1798\u17b6\u1793\u179b\u1780\u17d2\u1781\u178e\u17c8\u179f\u17d2\u179a\u178a\u17c0\u1784\u1782\u17d2\u1793\u17b6 \u1794\u17d2\u179a\u17a0\u17c2\u179b\u1798\u1780\u1796\u17b8\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u17c1\u1789\u179b\u1780\u17cb\u1796\u17b8\u179a\u1786\u17d2\u1793\u17b6\u17c6\u1780\u17d2\u179a\u17c4\u1799\u1796\u17b8 \u1794\u17d2\u179b\u17c1\u179f\u17d2\u1791\u17c1\u179f\u17b7\u17932\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u5730\u7403\u5168\u4f53\u306e\u5730\u8868\u6e29\u5ea6\u306f\u8a18\u9332\u4e0a\u3082\u3063\u3068\u3082\u6e29\u304b\u304b\u3063\u305f\u304c\u3001\u4e00\u65b9\u6d77\u8868\u6e29\u5ea6\u306f1997\u5e74\u304b\u30891998\u5e74\u306e\u30a8\u30eb\u30fb\u30cb\u30fc\u30cb\u30e7\u73fe\u8c61\u306e\u9593\u306b\u6253\u3061\u7acb\u3066\u3089\u308c\u305f\u8a18\u9332\u3088\u308a\u6442\u6c0f\u3067\u7d040.06\u5ea6\u4f4e\u304f\u3001\u904e\u53bb128\u5e74\u9593\u30672\u756a\u76ee\u306b\u6e29\u304b\u3044\u8a18\u9332\u3068\u4e26\u3093\u3060\u3002", "output": "\u179f\u17b8\u178f\u17bb\u178e\u17d2\u17a0\u1797\u17b6\u1796\u1795\u17d2\u1791\u17c3\u178a\u17b8\u179b\u17be\u1796\u17b7\u1797\u1796\u179b\u17c4\u1780\u1782\u17ba\u1780\u17d2\u178a\u17c5\u178e\u17b6\u179f\u17cb\u1793\u17c5\u179b\u17be\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cf\u1781\u178e\u17c8\u179f\u17b8\u178f\u17bb\u178e\u17d2\u17a0\u1797\u17b6\u1796\u1795\u17d2\u1791\u17c3\u179f\u1798\u17bb\u1791\u17d2\u179a\u1794\u17b6\u1793\u179f\u17d2\u1798\u17be\u179f\u17c6\u179a\u17b6\u1794\u17cb\u1780\u17b6\u179a\u1780\u17d2\u178a\u17c5\u1787\u17b6\u1784\u1782\u17c1\u1791\u17b8\u1796\u17b8\u179a\u1793\u17c5\u17a2\u17c6\u17a1\u17bb\u1784\u1796\u17c1\u179b128\u1786\u17d2\u1793\u17b6\u17c6\u1796\u17b8\u1798\u17bb\u1793\u1794\u17d2\u179a\u17a0\u17c2\u179b0.06\u178a\u17ba\u1780\u17d2\u179a\u17c1C\u178f\u17d2\u179a\u1787\u17b6\u1780\u17cb\u1787\u17b6\u1784\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cf\u178a\u17c2\u179b\u1794\u17b6\u1793\u1785\u17bb\u17c7\u1795\u17d2\u179f\u17b6\u1799\u17a2\u17c6\u17a1\u17bb\u1784\u1796\u17c1\u179b\u179c\u1782\u17d2\u1782\u17a2\u17c1\u179b\u1793\u17b8\u178e\u17bc\u178a\u17c2\u179b\u1781\u17d2\u179b\u17b6\u17c6\u1784\u1793\u17c3\u1786\u17d2\u1793\u17b6\u17c61997-1998\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3088\u308a\u5317\u6975\u306e\u6c37\u304c\u6eb6\u3051\u308b\u306b\u3064\u308c\u3066\u3001\u8239\u306f\u672a\u77e5\u306e\u6c34\u57df\u3092\u901a\u904e\u3059\u308b\u3002", "output": "\u178a\u17c4\u1799\u179f\u17b6\u179a\u178f\u17c2\u1791\u17b9\u1780\u1780\u1780\u1787\u17b6\u1785\u17d2\u179a\u17be\u1793\u1793\u17c5\u17a2\u17b6\u1791\u17b7\u1785\u1794\u17b6\u1793\u179a\u179b\u17b6\u1799\u1792\u17d2\u179c\u17be\u17b2\u1780\u1794\u17c9\u17b6\u179b\u17cb\u1792\u17d2\u179c\u17be\u178a\u17c6\u178e\u17be\u179a\u178a\u17c4\u1799\u1782\u17d2\u1798\u17b6\u1793\u1782\u17c4\u179b\u178a\u17c5\u1785\u17d2\u1794\u17b6\u179f\u17cb\u179b\u17b6\u179f\u17cb\u1793\u17c5\u179b\u17be\u1791\u17b9\u1780\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u524d\u30bf\u30a4\u30b3\u30a4\u30f3\u30bf\u30fc\u30ca\u30b7\u30e7\u30ca\u30eb\u793e\u306e\u6700\u9ad8\u7d4c\u55b6\u8cac\u4efb\u8005\u30c7\u30cb\u30b9\u30fb\u30b3\u30ba\u30ed\u30fc\u30b9\u30ad\u30fc\u304a\u3088\u3073\u30de\u30fc\u30af\u30fb\u30b7\u30e5\u30ef\u30eb\u30c4\u6700\u9ad8\u8ca1\u52d9\u8cac\u4efb\u8005\u3089\u304c\u5171\u306b\u3001\u4f1a\u793e\u304b\u308960\u5104\u30c9\u30eb\u4ee5\u4e0a\u3092\u6a2a\u9818\u3057\u305f\u7f6a\u306b\u554f\u308f\u308c\u3066\u3044\u308b\u3002", "output": "\u17a2\u178f\u17b8\u178f\u1794\u17d2\u179a\u1792\u17b6\u1793\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u17a2\u1793\u17d2\u178f\u179a\u1787\u17b6\u178f\u17b7\u1791\u17b8\u1780\u17bc \u179b\u17c4\u1780\u178a\u17c1\u1793\u17b8\u179f\u1780\u17bc\u179f\u17d2\u179b\u17bc\u179f\u17d2\u1782\u17b8 \u1780\u17cf\u178a\u17bc\u1785\u1787\u17b6\u1794\u17d2\u179a\u1792\u17b6\u1793\u1795\u17d2\u1793\u17c2\u1780\u17a0\u17b7\u179a\u1789\u17d2\u1789\u179c\u178f\u17d2\u1790\u17bb\u179b\u17c4\u1780\u1798\u17c9\u17b6\u1780\u179f\u17d2\u179c\u178f\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1785\u17c4\u1791\u1794\u17d2\u179a\u1780\u17b6\u1793\u17cb\u1790\u17b6\u1794\u17b6\u1793\u1799\u1780\u1794\u17d2\u179a\u17b6\u1780\u17cb\u1785\u17c6\u1793\u17bd\u1793\u1785\u17d2\u179a\u17be\u1793\u1787\u17b6\u1784600\u179b\u17b6\u1793\u178a\u17bb\u179b\u17d2\u179b\u17b6\u179a\u179a\u1794\u179f\u17cb\u1780\u17d2\u179a\u17bb\u1798\u17a0\u17ca\u17bb\u1793\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u300c\u3060\u304c\u3001\u3044\u304f\u3064\u304b\u306e\u30af\u30ea\u30c6\u30ea\u30aa\u30e0\u30b9\u30c6\u30fc\u30b8\u3067\u306f\u4f55\u4eba\u304b\u306e\u30b5\u30a4\u30af\u30ea\u30b9\u30c8\u306b\u5b9f\u529b\u304c\u3042\u308b\u306e\u3067\u3001\u540c\u3058\u51fa\u6765\u4e8b\u304c\u4eca\u5e74\u307e\u305f\u8d77\u3053\u308b\u3053\u3068\u306f\u306a\u3044\u3068\u601d\u3046\u3002\u300d", "output": "\"\u1791\u17c4\u17c7\u1787\u17b6\u1799\u17c9\u17b6\u1784\u178e\u17b6\u1780\u17cf\u178a\u17c4\u1799 \u1787\u17b6\u1798\u17bd\u1799\u1793\u17b9\u1784\u1780\u17b8\u17a1\u17b6\u1780\u179a\u1787\u17b7\u17c7\u1780\u1784\u17cb\u1787\u17b6\u1785\u17d2\u179a\u17be\u1793\u1793\u17b6\u1780\u17cb\u178a\u17c2\u179b\u1781\u17d2\u179b\u17b6\u17c6\u1784\u1796\u17b7\u178f\u1794\u17d2\u179a\u17b6\u1780\u178a\u1780\u17d2\u1793\u17bb\u1784\u179c\u17c1\u1791\u17b7\u1780\u17b6\u179c\u17b7\u1793\u17b7\u1785\u17d2\u1786\u17d0\u1799\u1787\u17b6\u1785\u17d2\u179a\u17be\u1793 \u1781\u17d2\u1789\u17bb\u17c6\u1782\u17b7\u178f\u1790\u17b6\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd\u178a\u178a\u17c2\u179b\u1793\u17c4\u17c7\u1793\u17b9\u1784\u1798\u17b7\u1793\u1780\u17be\u178f\u17a1\u17be\u1784\u1791\u17c0\u178f\u1791\u17c1\u1793\u17c5\u1786\u17d2\u1793\u17b6\u17c6\u1793\u17c1\u17c7\u17d4\"", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30cd\u30a4\u30ad\u30c3\u30c9\u30fb\u30cb\u30e5\u30fc\u30b9\u306e\u30c7\u30d3\u30c3\u30c9\u30fb\u30ef\u30fc\u30ac\u793e\u9577\u306f\u8a18\u8005\u767a\u8868\u3067\u300c\u6211\u3005\u306e\u76ee\u7684\u306f\u30cd\u30a4\u30ad\u30c3\u30c9\u30fb\u30cb\u30e5\u30fc\u30b9\u304cCNN\u3084BBC\u306e\u3088\u3046\u306a\u4e16\u754c\u7684\u306a\u30e1\u30c7\u30a3\u30a2\u30bd\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u3060\u300d\u3068\u30b3\u30e1\u30f3\u30c8\u3057\u305f\u3002", "output": "\u1794\u17d2\u179a\u1792\u17b6\u1793\u1796\u178f\u17cc\u1798\u17b6\u1793\u178e\u17c1\u1780\u1781\u17b7\u1791\u178a\u17b6\u179c\u17b7\u178a \u179c\u17c9\u17b6\u17a0\u17d2\u1780\u17b6 \u1794\u17b6\u1793 \u1796\u1793\u17d2\u1799\u179b\u17cb\u1780\u17d2\u1793\u17bb\u1784\u179f\u17b6\u179a\u1796\u178f\u17cc\u1798\u17b6\u1793\u178a\u17c2\u179b\u1785\u17c1\u1789\u1795\u17d2\u179f\u17b6\u1799\u1790\u17b6 \"\u1785\u17c1\u178f\u1793\u17b6\u179a\u1794\u179f\u17cb\u1796\u17bd\u1780\u1799\u17be\u1784\u1791\u17c5\u179b\u17be\u1796\u178f\u17cc\u1798\u17b6\u1793\u178e\u17c1\u1780\u1781\u17b7\u1791\u1782\u17ba\u178a\u17be\u1798\u17d2\u1794\u17b8\u17b2\u1798\u17b6\u1793\u1780\u17d2\u179b\u17b6\u1799\u1791\u17c5\u1787\u17b6\u1794\u17d2\u179a\u1797\u1796\u1796\u178f\u17cc\u1798\u17b6\u1793\u1787\u17b6\u179f\u17b6\u1780\u179b\u1781\u17d2\u179b\u17b6\u17c6\u1784 \u178a\u17bc\u1785\u1787\u17b6\u179f\u17ca\u17b8\u17a2\u17c1\u1793\u17a2\u17c1\u1793\u1793\u17b7\u1784\u1794\u17ca\u17b8\u1794\u17ca\u17b8\u179f\u17ca\u17b8\u179c\u17be\u179b\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u6628\u65e5\u539a\u751f\u7701\u306f\u4e2d\u56fd\u304c\u3059\u3079\u3066\u306e\u5c4b\u5185\u516c\u5171\u306e\u5834\u3067\u306e\u55ab\u7159\u306e\u56fd\u5bb6\u7981\u6b62\u4ee4\u3092\u767a\u4ee4\u3057\u305f\u3068\u4e3b\u5f35\u3057\u305f\u3002", "output": "\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789\u1780\u17d2\u179a\u179f\u17bd\u1784\u179f\u17bb\u1781\u17b6\u1797\u17b7\u1794\u17b6\u179b\u1794\u17b6\u1793\u1794\u17d2\u179a\u1780\u17b6\u179f\u1790\u17b6\u1794\u17d2\u179a\u1791\u17c1\u179f\u1785\u17b7\u1793\u1794\u17b6\u1793\u1785\u17c1\u1789\u1795\u17d2\u179f\u17b6\u1799\u1780\u17b6\u179a\u17a0\u17b6\u1798\u1790\u17d2\u1793\u17b6\u1780\u17cb\u1787\u17b6\u178f\u17b7\u1798\u17bd\u1799\u1791\u17c5\u179b\u17be\u1780\u17b6\u179a\u1787\u1780\u17cb\u1794\u17b6\u179a\u17b8\u1780\u17d2\u1793\u17bb\u1784\u1791\u17b8\u179f\u17b6\u179a\u1792\u17b6\u179a\u178e\u17c8\u1793\u17c5\u1782\u17d2\u179a\u1794\u17cb\u1780\u17d2\u1793\u17bb\u1784\u17a2\u17b6\u1782\u17b6\u179a\u17d4", "category": "Translation 232.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u1791\u1791\u17bd\u179b\u179f\u17d2\u1782\u17b6\u179b\u17cb\u1791\u17c5\u179b\u17be\u179b\u1791\u17d2\u1792\u1797\u17b6\u1796\u178a\u17c2\u179b\u1781\u1780\u1781\u17b6\u1793\u1796\u17c1\u179b\u17b1\u179f\u17b6\u1793\u179c\u17b6\u1791 \u1782\u17c1\u1794\u17b6\u1793\u1793\u17b7\u1799\u17b6\u1799\u1790\u17b6\u179a\u178a\u17d2\u178b\u1792\u1798\u17d2\u1798\u1793\u17bb\u1789\u17d2\u1789\u17a2\u17b6\u1785\u1793\u17b9\u1784\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u179c\u17b7\u179f\u17c4\u1792\u1793\u1780\u1798\u17d2\u1798 \u1793\u17b7\u1784\u1780\u17b6\u179a\u1794\u17c4\u17c7\u1786\u17d2\u1793\u17c4\u178f\u1795\u17d2\u178f\u179b\u17cb\u179f\u1785\u17d2\u1785\u17b6\u1794\u17d0\u1793\u1793\u17b9\u1784\u1780\u17be\u178f\u17a1\u17be\u1784\u1780\u17d2\u1793\u17bb\u1784\u1781\u17c2\u178f\u17bb\u179b\u17b6\u1786\u17d2\u1793\u17b6\u17c6\u1793\u17c1\u17c7\u1793\u17b7\u1784\u1780\u17b6\u179a\u1794\u17c4\u17c7\u1786\u17d2\u1793\u17c4\u178f\u1791\u17bc\u1791\u17c5\u1798\u17bd\u1799\u17a2\u17b6\u1785\u1792\u17d2\u179c\u17be\u17a1\u17be\u1784\u178f\u17b6\u1798\u1780\u17d2\u179a\u17c4\u1799\u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1781\u17c2\u1792\u17d2\u1793\u17bc\u17d4", "output": "\u305d\u306e\u671f\u9650\u304c\u5b88\u3089\u308c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308b\u3053\u3068\u3092\u80af\u5b9a\u3057\u3064\u3064\u3001\u61b2\u6cd5\u306f\u6539\u6b63\u3055\u308c\u5f97\u3001\u4eca\u5e74\u306e\uff11\uff10\u6708\u306b\u306f\u8ffd\u8a8d\u304c\u3042\u308a\u3001\uff11\uff12\u6708\u306b\u4e00\u822c\u9078\u6319\u304c\u7d9a\u304f\u3068\u8a9e\u3063\u305f\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\"\u1799\u17be\u1784\u1793\u17b9\u1784\u1794\u17d2\u179a\u17b6\u1780\u178a\u1787\u17b6\u1791\u1791\u17bd\u179b\u1794\u17b6\u1793\u1785\u1798\u17d2\u179b\u17be\u1799\u1781\u17d2\u179b\u17c7\u1793\u17c5\u1790\u17d2\u1784\u17c3\u1791\u17b6\u17c6\u1784\u1793\u17c4\u17c7\"\u200b \u179a\u17c9\u17b6\u179f\u1798\u17bc\u179f\u179f\u17c1\u1793\u1794\u17b6\u1793\u1793\u17b7\u1799\u17b6\u1799\u178a\u17bc\u1785\u1793\u17c1\u17c7\u17d4", "output": "\u300c\u79c1\u9054\u306f\u3001\u6570\u65e5\u306e\u3046\u3061\u306b\u78ba\u304b\u306b\u7b54\u3048\u3092\u5f97\u308b\u3067\u3057\u3087\u3046\u300d\u3068\u3001\u30e9\u30b9\u30de\u30c3\u30bb\u30f3\u306f\u8a00\u3063\u305f\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u1794\u1784\u1794\u17d2\u17a2\u17bc\u1793\u1787\u17b8\u178a\u17bc\u1793\u1798\u17bd\u1799\u1794\u17b6\u1793\u1796\u17b7\u1794\u17b6\u1780\u1785\u17b7\u178f\u17d2\u178f\u1799\u17c9\u17b6\u1784\u1781\u17d2\u179b\u17b6\u17c6\u1784 \u1793\u17c5\u1796\u17c1\u179b\u1796\u17bd\u1780\u1782\u17c1\u1794\u17b6\u1793\u179b\u17ba\u1790\u17b6 \u1795\u17bc\u1794\u1791\u1791\u17bd\u179b\u1798\u179a\u178e\u17c8\u1797\u17b6\u1796\u17d4", "output": "\u3044\u3068\u3053\u305f\u3061\u306f\u3001\u305d\u306e\u6cd5\u738b\u304c\u53bb\u3063\u305f\u3068\u805e\u3044\u3066\u3068\u3066\u3082\u60b2\u3057\u3093\u3060\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u1782\u17b6\u178f\u17cb\u1794\u17b6\u1793\u1783\u17b6\u178f\u17cb\u1781\u17d2\u179b\u17bd\u1793\u17a2\u17d2\u1793\u1780\u1794\u17d2\u179a\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f \u178a\u17c4\u1799\u1785\u17b6\u1794\u17cb\u1780\u17b6\u1793\u17cb\u1780\u178a\u17c3\u179a\u1794\u179f\u17cb\u1787\u1793\u1793\u17c4\u17c7 \u17a0\u17be\u1799\u179f\u17bd\u179a\u1782\u17b6\u178f\u17cb\u17a0\u17c1\u178f\u17bb\u17a2\u17d2\u179c\u17b8\u1794\u17b6\u1793\u1787\u17b6\u1782\u17b6\u178f\u17cb\u1792\u17d2\u179c\u17be\u1794\u17c2\u1794\u1793\u17c1\u17c7\u17d4", "output": "\u5f7c\u306f\u72af\u7f6a\u8005\u306e\u624b\u9996\u3092\u63b4\u3093\u3067\u53d6\u308a\u62bc\u3055\u3048\u3001\u4f55\u6545\u3053\u3093\u306a\u3053\u3068\u3092\u3057\u305f\u306e\u304b\u5c0b\u306d\u305f\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u1786\u17d2\u1793\u17b6\u17c6\u1793\u17c1\u17c7\u200b \u17a0\u17d2\u179f\u1793\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u17bc\u179b\u1787\u17b6\u179f\u1798\u17b6\u1787\u17b7\u1780\u1793\u17c3\u1780\u17b8\u17a1\u17b6\u1787\u1793\u1796\u17b7\u1780\u17b6\u179a\u17a2\u1793\u17d2\u178f\u179a\u1787\u17b6\u178f\u17b7\u1780\u17b7\u178f\u17d2\u178f\u17b7\u1799\u179f \u1793\u17c5\u1780\u17d2\u1793\u17bb\u1784\u1796\u17b7\u1792\u17b8\u1798\u17bd\u1799\u1793\u17c5 \u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u17a1\u17bb\u1784\u178a\u17cd\u17d4", "output": "\u4eca\u5e74\u3001\u30bd\u30eb\u30f3\u306f\u30ed\u30f3\u30c9\u30f3\u3067\u306e\u5f0f\u5178\u3067\u56fd\u969b\u7684\u306a\u30d1\u30e9\u30ea\u30f3\u30d4\u30c3\u30af\u306e\u6804\u8a89\u6bbf\u5802\u306b\u5165\u3063\u305f\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u1795\u17d2\u179b\u17bc\u179c\u17a0\u17b6\u1799\u179c\u17c9\u17c1 Interstate 380 \u1780\u17cf\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u17b7\u1791\u179a\u179c\u17b6\u1784\u1795\u17d2\u179b\u17b6\u1780\u179f\u1789\u17d2\u1789\u17b6\u179b\u17c1\u1781 4 \u1793\u17b7\u1784 10 \u178a\u17c4\u1799\u179f\u17b6\u179a\u1791\u17b9\u1780\u1787\u17c6\u1793\u1793\u17cb\u1798\u1780\u1796\u17b8\u1791\u1793\u17d2\u179b\u17c1 Iowa \u1793\u17b7\u1784\u179f\u17d2\u1791\u17b9\u1784Coralville\u17d4", "output": "\u5dde\u9593\u9ad8\u901f\u9053\u8def\uff13\uff18\uff10\u3082\u307e\u305f\u3001\u30a2\u30a4\u30aa\u30ef\u5ddd\u304a\u3088\u3073\u30b3\u30e9\u30eb\u30f4\u30a3\u30eb\u6e56\u306e\u6d2a\u6c34\u306b\u3088\u3063\u3066\u3001\u30de\u30a4\u30eb\u30fb\u30de\u30fc\u30ab\u30fc\uff14\u3068\uff11\uff10\u306e\u9593\u3067\u9589\u9396\u3055\u308c\u3066\u3044\u308b\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u179c\u17b6\u1794\u17b6\u1793\u1792\u17d2\u179c\u17be\u17b2\u17d2\u1799\u1798\u1793\u17bb\u179f\u17d2\u179f\u1791\u17b6\u17c6\u1784135\u1793\u17b6\u1780\u17cb\u1787\u17b6\u1794\u17cb\u1787\u17b6\u17841,000\u1799\u17c9\u17b6\u178f\u1796\u17b8\u1786\u17d2\u1793\u17c1\u179a\u17d4", "output": "\u3053\u308c\u306b\u3088\u308a\u3001135\u4eba\u304c\u5cb8\u304b\u30891000\u30e4\u30fc\u30c9\u96e2\u308c\u305f\u6e56\u4e0a\u306b\u53d6\u308a\u6b8b\u3055\u308c\u305f\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u1782\u17c1\u1794\u17b6\u1793\u1794\u1789\u17d2\u1785\u17b6\u1780\u17cb\u1790\u17b6\u179f\u17c1\u17c7\u1796\u17bc\u1787\u1794\u17d2\u179a\u178e\u17b6\u17c6\u1784\u1791\u17b6\u17c6\u1784\u17e8\u1793\u17c5\u1791\u17b8\u179b\u17b6\u1793\u1794\u17d2\u179a\u178e\u17b6\u17c6\u1784\u179f\u17c1\u17c7\u179a\u1784\u17cb\u179c\u17b8\u1780 \u200b\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u179f\u17ca\u17b8\u178a\u1793\u17b8\u1794\u17b6\u1793\u1786\u17d2\u179b\u1784\u179a\u17c4\u1782\u1795\u17d2\u178a\u17b6\u179f\u17b6\u1799\u1792\u17c6\u179a\u1794\u179f\u17cb\u179f\u178f\u17d2\u179c\u179f\u17c1\u17c7\u17d4", "output": "\u30b7\u30c9\u30cb\u30fc\u306e\u30e9\u30f3\u30c9\u30a6\u30a3\u30c3\u30af\u7af6\u99ac\u5834\u306e8\u982d\u306e\u30b5\u30e9\u30d6\u30ec\u30c3\u30c9\u7af6\u8d70\u99ac\u304c\u99ac\u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b6\u306b\u611f\u67d3\u3057\u3066\u3044\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3055\u308c\u305f\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u1780\u17b6\u179a\u1794\u1793\u17d2\u178a\u1793\u17bc\u179c\u17a2\u17c6\u178e\u17b6\u1785\u1780\u17d2\u1793\u17bb\u1784\u1782\u17d2\u179a\u17b6\u1798\u17b6\u1793\u17a2\u17b6\u179f\u1793\u17d2\u1793 \u1793\u17b6\u17c6\u1798\u1780\u1793\u17bc\u179c\u1780\u17b6\u179a\u179a\u17b7\u17c7\u1782\u1793\u17cb\u1781\u17d2\u179b\u17c7\u1796\u17b8\u17a2\u1797\u17b7\u1794\u17b6\u179b\u178f\u17b6\u1798\u178f\u17c6\u1794\u1793\u17cb\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u178a\u17c2\u179b\u1794\u17b6\u1793\u1799\u179b\u17cb\u1790\u17b6\u179c\u17b6\u1782\u17ba\u1787\u17b6\u1794\u17d2\u179a\u178f\u17b7\u1780\u1798\u17d2\u1798\u1787\u17d2\u179a\u17bb\u179b\u1793\u17b7\u1784\u1794\u1784\u17d2\u1780\u179a\u1780\u17b6\u179a\u179c\u17b9\u1780\u179c\u179a\u178a\u17cd\u1781\u17d2\u179b\u17b6\u17c6\u1784\u17d4", "output": "\u6a29\u529b\u306e\u62e1\u5f35\u306f\u3001\u305d\u308c\u3092\u904e\u5270\u53cd\u5fdc\u3067\u6f5c\u5728\u7684\u306a\u706b\u7a2e\u3068\u307f\u306a\u3057\u305f\u5730\u5143\u5e02\u9577\u3089\u304b\u3089\u306e\u6279\u5224\u3092\u5f15\u304d\u51fa\u3057\u3066\u3044\u305f\u3002", "category": "Translation 233.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u5f7c\u306f\u305d\u306e\u8a66\u5408\u306e\u6b8b\u308a\u306e\u6642\u9593\u305a\u3063\u3068\u3001\u30d7\u30ec\u30a4\u306b\u623b\u3089\u306a\u304b\u3063\u305f\u3002 \n Khamer: \u1782\u17b6\u178f\u17cb\u1798\u17b7\u1793\u1794\u17b6\u1793\u178f\u17d2\u179a\u179b\u1794\u17cb\u1798\u1780\u179b\u17c1\u1784\u179f\u17c6\u179a\u17b6\u1794\u17cb\u1780\u17b6\u179a\u1794\u17d2\u179a\u1780\u17bd\u178f\u1793\u17c5\u179f\u179b\u17cb\u1791\u17c1\u17d4", "output": "Yes", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u5168\u4f53\u3068\u3057\u3066\u300155.95%(1,457,355\u4eba)\u304c\u8cdb\u6210\u306b\u6295\u7968\u3057\u3001\u305d\u3057\u3066\u300144.05%(1,147,236\u4eba)\u306f\u53cd\u5bfe\u306b\u6295\u7968\u3057\u305f\u3002 \n Khamer: \u1785\u17c6\u1793\u17bd\u1793\u179f\u179a\u17bb\u1794\u200b\u1798\u17b6\u179355.95% (1,457,355) \u1794\u17b6\u1793\u1794\u17c4\u17c7\u1786\u17d2\u1793\u17c4\u178f\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798 \u1793\u17b7\u178444.05% (1,147, 236) \u1794\u17b6\u1793\u1794\u17c4\u17c7\u1786\u17d2\u1793\u17c4\u178f\u1798\u17b7\u1793\u1799\u179b\u17cb\u179f\u17d2\u179a\u1794\u17d4", "output": "Yes", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u3082\u3057\u3001\u3088\u308a\u591a\u304f\u306e\u30bb\u30f3\u30b5\u30fc\u306b\u4e0d\u5177\u5408\u304c\u751f\u3058\u308b\u306a\u3089\u3070\u3001\u30a8\u30f3\u30b8\u30f3\u306f\u71c3\u6599\u4e0d\u8db3\u306e\u305f\u3081\u306b\u71c3\u3048\u5c3d\u304d\u308b\u304b\u3082\u3057\u308c\u305a\u3001\u305d\u306e\u3088\u3046\u306a\u72b6\u6cc1\u306f\u30c6\u30b9\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u3002 \n Khamer: \u179b\u17c4\u1780\u17a2\u17b6\u179b\u17b8\u178f\u17bc\u1794\u17b6\u1793\u1793\u17b7\u1799\u17b6\u1799\u1790\u17b6\u1780\u17b6\u179a\u179f\u17c6\u179a\u17c1\u1785\u1793\u17c4\u17c7\u1793\u17b9\u1784\u1791\u1794\u17cb\u179f\u17d2\u1780\u17b6\u178f\u17cb\u1791\u17c4\u179f\u1794\u17d2\u179a\u17a0\u17b6\u179a\u1787\u17b8\u179c\u17b7\u178f\"\u1791\u17c4\u17c7\u1794\u17b8\u1787\u17b6\u1780\u17bb\u1798\u17b6\u179a\u1793\u17c4\u17c7\u1798\u17b6\u1793\u17a2\u17b6\u1799\u17bb\u1780\u17d2\u1798\u17c1\u1784\u1799\u17c9\u17b6\u1784\u178e\u17b6\u1780\u17cd\u178a\u17c4\u1799 \u1791\u17c4\u17c7\u1794\u17b8\u1787\u17b6\u1780\u17bb\u1798\u17b6\u179a\u1793\u17c4\u17c7\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1785\u17b6\u1794\u17cb\u179a\u17c6\u179b\u17c4\u1797\u1794\u17c9\u17bb\u1793\u17d2\u1798\u17b6\u1793\u178a\u1784\u1780\u17cd\u178a\u17c4\u1799 \u1791\u17c4\u17c7\u1794\u17b8\u1787\u17b6\u17a7\u1780\u17d2\u179a\u17b7\u178a\u17d2\u178b\u1787\u1793\u179a\u17c6\u179b\u17c4\u1797\u1780\u17d2\u1798\u17c1\u1784\u1785\u17d2\u179a\u17be\u1793\u1794\u17c9\u17bb\u178e\u17d2\u178e\u17b6\u1780\u17cd\u178a\u17c4\u1799 \u1791\u17c4\u17c7\u1794\u17b8\u1787\u17b6\u17a7\u1780\u17d2\u179a\u17b7\u178a\u17d2\u178b\u1780\u1798\u17d2\u1798\u1793\u17c4\u17c7\u1796\u17d2\u179a\u17c3\u1795\u17d2\u179f\u17c3\u1799\u17c9\u17b6\u1784\u178e\u17b6\u1780\u17cd\u178a\u17c4\u1799 \u1791\u17c4\u17c7\u1794\u17b8\u1787\u17b6\u1798\u17b6\u1793\u1780\u17b6\u179a\u1794\u17c9\u17c7\u1796\u17b6\u179b\u17cb\u178a\u179b\u17cb\u1795\u17d2\u1793\u17c2\u1780\u179a\u17b6\u1784\u1780\u17b6\u1799\u1793\u17b7\u1784\u179f\u17d2\u1798\u17b6\u179a\u178f\u17b8\u1792\u17d2\u1784\u1793\u17cb\u1792\u17d2\u1784\u179a\u1799\u17c9\u17b6\u1784\u178e\u17b6\u1780\u17cd\u178a\u17c4\u1799 \u17a0\u17be\u1799\u1791\u17c4\u17c7\u1794\u17b8\u1787\u17b6\u1780\u17c6\u178e\u178f\u17cb\u178f\u17d2\u179a\u17b6\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796\u179a\u1794\u179f\u17cb\u17a7\u1780\u17d2\u179a\u17b7\u178a\u17d2\u178b\u1787\u1793\u1798\u17b6\u1793\u179b\u1780\u17d2\u1781\u178e\u17c8\u17a2\u179f\u17b8\u179b\u1792\u1798\u17cc\u1799\u17c9\u17b6\u1784\u178e\u17b6\u1780\u17cd\u178a\u17c4\u1799\u17d4\"", "output": "No", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u6307\u793a\u306b\u3088\u308c\u3070\u305d\u306e\u3088\u3046\u306a\u672c\u306f\u5143\u306e\u5834\u6240\u3084\u63d0\u4f9b\u8005\u306b\u8fd4\u3055\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002 \n Khamer: \u179f\u17b6\u1792\u17b6\u179a\u178e\u17c8\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1794\u17be\u1780\u17b2\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u178a\u17c4\u1799\u1798\u17b6\u1793\u1780\u17c6\u179a\u17b7\u178f\u1791\u17c5\u179b\u17be\u1780\u17b6\u179a\u178a\u17d2\u178b\u17b6\u1793\u179f\u17c6\u178e\u1784\u17cb\u178a\u17c2\u179b \u1780\u17c6\u1796\u17bb\u1784\u178f\u17c2\u1792\u17d2\u179c\u17be\u1798\u17bd\u1799\u1793\u17c1\u17c7\u17d4", "output": "No", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30de\u30b0\u30cb\u30c1\u30e5\u30fc\u30c97.0\u4ee5\u4e0a\u306e\u6d77\u5e95\u5730\u9707\u304c\u6765\u9031\u3082\u3046\u4e00\u5ea6\u4e88\u6e2c\u3055\u308c\u3066\u3044\u308b\u306e\u3067\u3001\u30b5\u30cf\u30ea\u30f3\u5cf6\u306f\u307e\u305f\u6d25\u6ce2\u306b\u5099\u3048\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u3002 \n Khamer: \u1799\u17c9\u17b6\u1784\u17a0\u17c4\u1785\u178e\u17b6\u179f\u17cb\u1798\u1793\u17bb\u179f\u17d2\u179f15\u1793\u17b6\u1780\u17cb\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u1787\u17bf\u1790\u17b6\u179f\u17d2\u179b\u17b6\u1794\u17cb\u1793\u17b7\u1784\u1799\u17c9\u17b6\u1784\u17a0\u17c4\u1785\u178e\u17b6\u179f\u17cb\u1798\u1793\u17bb\u179f\u17d2\u179f60\u1793\u17b6\u1780\u17cb\u1795\u17d2\u179f\u17c1\u1784\u1791\u17c0\u178f\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u179a\u1784\u179a\u1794\u17bd\u179f\u1780\u17d2\u179a\u17c4\u1799\u1796\u17b8\u1780\u17b6\u179a\u1795\u17d2\u1791\u17bb\u17c7\u1785\u17c6\u1793\u17bd\u1793\u1794\u17b8\u1780\u17d2\u1793\u17bb\u1784\u1791\u17b8\u1780\u17d2\u179a\u17bb\u1784\u1792\u1798\u17d2\u1798\u1799\u17b6\u178f\u17d2\u179a\u17b6\u17a0\u17b7\u178e\u17d2\u178c\u17bc\u1793\u17c3\u179c\u17c9\u17b6\u179a\u17c9\u17b6\u178e\u17b6\u179f\u17ca\u17b8\u1794\u17d2\u179a\u1791\u17c1\u179f\u17a5\u178e\u17d2\u178c\u17b6\u17d4", "output": "No", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: Shenjiawan\u70ad\u9271\u3067\u306f\u3001\u30c0\u30e0\u304c\u6c7a\u58ca\u3057\u305f\u3068\u304d\u306b\u5730\u9762\u304c\u7834\u58ca\u3055\u308c\u3001\u63a1\u6398\u5834\u304c\u6d2a\u6c34\u3068\u306a\u3063\u3066\u70ad\u9271\u592b14\u4eba\u304c\u4ea1\u304f\u306a\u3063\u305f\u3002 \n Khamer: \u1780\u1798\u17d2\u1798\u1780\u179a\u1787\u17b8\u1780\u1792\u17d2\u1799\u17bc\u1784\u1790\u17d2\u179814\u1793\u17b6\u1780\u17cb\u1794\u17b6\u1793\u179f\u17d2\u179b\u17b6\u1794\u17cb\u1793\u17c5\u1796\u17c1\u179b\u1791\u17c6\u1793\u1794\u17cb\u1791\u17b9\u1780\u1794\u17b6\u1780\u17cb \u178a\u17b8\u1792\u17d2\u179b\u17b8\u178f\u17d2\u179a\u17bc\u179c\u1794\u17c6\u1795\u17d2\u179b\u17b7\u1785\u1794\u17c6\u1795\u17d2\u179b\u17b6\u1789\u1793\u17b7\u1784\u17a2\u178e\u17d2\u178a\u17bc\u1784\u1792\u17d2\u1799\u17bc\u1784\u1790\u17d2\u1798\u1793\u17c5\u179f\u17c1\u1793\u1787\u17bc\u179c\u17d0\u1793\u178f\u17d2\u179a\u17bc\u179c\u1787\u17c6\u1793\u1793\u17cb\u179b\u17b7\u1785\u17d4", "output": "Yes", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u5f93\u696d\u54e1\u304c\u3001\u5e02\u6c11\u306e\u6a29\u5229\u306b\u9055\u53cd\u3057\u3066\u300c\u30d5\u30a9\u30fc\u30e9\u30e0\u300d\u7814\u7a76\u96c6\u4f1a\u306b\u5f37\u5236\u7684\u306b\u53c2\u52a0\u3055\u305b\u3089\u308c\u305f\u3068\u4e3b\u5f35\u3057\u3066\u544a\u8a34\u3057\u305f\u306e\u306f\u3001\u3053\u308c\u304c\u521d\u3081\u3066\u3067\u306f\u306a\u3044\u3002 \n Khamer: \u1793\u17c1\u17c7\u1798\u17b7\u1793\u1798\u17c2\u1793\u1787\u17b6\u179b\u17be\u1780\u1791\u17b8\u1798\u17bd\u1799\u178a\u17c2\u179b\u1793\u17b7\u1799\u17c4\u1787\u17b7\u1780\u1794\u17b6\u1793\u178f\u179c\u17c9\u17b6\u179b\u17be\u1780\u17b6\u179a\u1794\u1784\u17d2\u1782\u17b6\u1794\u17cb\u1785\u17bc\u179b\u179a\u17bd\u1798\u1793\u17c5\"\u179c\u17c1\u1791\u17b7\u1780\u17b6\u179a\"\u179c\u1782\u17d2\u1782\u1794\u178e\u17d2\u178f\u17c4\u17c7\u1794\u178e\u17d2\u178f\u17b6\u179b\u178a\u17c2\u179b\u179a\u17c6\u179b\u17c4\u1797\u179b\u17be\u179f\u17b7\u1791\u17b7\u17d2\u1792\u1794\u17d2\u179a\u1787\u17b6\u1787\u1793\u179a\u1794\u179f\u17cb\u1796\u17bd\u1780\u1782\u17b6\u178f\u17cb\u17d4", "output": "Yes", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30ed\u30b7\u30a2\u3068\u30d9\u30e9\u30eb\u30fc\u30b7\u306f\u30011992\u5e74\u306b\u30d8\u30eb\u30b7\u30f3\u30ad\u3067\u305d\u306e\u6761\u7d04\u306b\u7f72\u540d\u3057\u305f\u3002 \n Khamer: \u1780\u17d2\u1793\u17bb\u1784\u1796\u17c1\u179b\u1780\u17b6\u179a\u1780\u17b6\u178f\u17cb\u1791\u17c4\u179f\u179a\u1794\u179f\u17cb\u1782\u17b6\u178f\u17cb\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7 \u17a2\u17d2\u1793\u1780\u1794\u17bd\u179f\u1798\u17bc\u179f\u17d2\u179b\u17b8\u1798\u17a2\u17b6\u1794\u17ca\u17bc\u17a0\u17b6\u1798\u17a0\u17d2\u179f\u17b6\u17a2\u17b6\u179b\u1798\u17c9\u17b6\u179f\u17d2\u179a\u17ca\u17b8 \u1794\u178a\u17b7\u179f\u17c1\u1792\u179b\u17be\u1780\u17b6\u179a\u17a2\u17c7\u17a2\u17b6\u1784\u1790\u17b6\u1782\u17b6\u178f\u17cb\u1794\u17b6\u1793\u1789\u17bb\u17c7\u1789\u1784\u17cb\u17a2\u17d2\u1793\u1780\u1782\u17b6\u17c6\u1791\u17d2\u179a\u179a\u1794\u179f\u17cb\u1782\u17b6\u178f\u17cb\u179f\u17c6\u179a\u17b6\u1794\u17cb\u1780\u17b6\u179a\u1794\u17d2\u179a\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17a2\u17c6\u1796\u17be\u1783\u17b6\u178f\u1780\u1798\u17d2\u1798\u17d4", "output": "No", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u5065\u5eb7\u5b89\u5168\u884c\u653f\u5b98\u304c\u4eca\u591c\u767a\u8868\u3057\u305f\u5831\u544a\u306b\u3088\u308b\u3068\u3001\u6700\u8fd1\u306e\u53e3\u8e44\u75ab\u306e\u767a\u751f\u306e\u539f\u56e0\u306f\u6c5a\u67d3\u306b\u3088\u308b\u3082\u306e\u3067\u3001\u82f1\u56fd\u306e\u30ae\u30eb\u30d5\u30a9\u30fc\u30c9\u3001\u30b5\u30ea\u30fc\u306e\u7814\u7a76\u65bd\u8a2d\u304b\u3089\u306e\u4eba\u306e\u79fb\u52d5\u306b\u3088\u308b\u3082\u306e\u3060\u3068\u3044\u3046\u300c\u5f37\u3044\u53ef\u80fd\u6027\u300d\u304c\u3042\u308b\u3002 \n Khamer: \u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd\u1785\u17c1\u1789\u179a\u17b6\u178f\u17d2\u179a\u17b8\u1793\u17c1\u17c7\u178a\u17c4\u1799\u1793\u17b6\u1799\u1780\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u179f\u17bb\u1781\u1797\u17b6\u1796\u1793\u17b7\u1784\u179f\u17bb\u179c\u178f\u17d2\u1790\u17b7\u1797\u17b6\u1796\u1798\u17bd\u1799\u1794\u17b6\u1793\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u1790\u17b6\u1798\u17b6\u1793 \"\u179b\u1791\u17d2\u1792\u1797\u17b6\u1796\u1781\u17d2\u1796\u179f\u17cb\"\u200b \u178a\u17c2\u179b\u1798\u17bc\u179b\u17a0\u17c1\u178f\u17bb\u1793\u17c3\u1787\u17c6\u1784\u17ba\u1787\u17be\u1784\u1793\u17b7\u1784\u1798\u17b6\u178f\u17cb\u1790\u17d2\u1798\u17b8\u17d7\u1793\u17c1\u17c7\u1782\u17ba\u1798\u17b6\u1793\u1780\u17b6\u179a\u1785\u1798\u17d2\u179b\u1784\u179a\u17c4\u1782\u200b \u1797\u17b6\u1782\u1785\u17d2\u179a\u17be\u1793\u1794\u17d2\u179a\u17a0\u17c2\u179b\u178a\u17c4\u1799\u17a2\u17c6\u1796\u17be\u179a\u1794\u179f\u17cb\u1798\u1793\u17bb\u179f\u17d2\u179f \u1796\u17b8\u1798\u1793\u17d2\u1791\u17b8\u179a\u179f\u17d2\u179a\u17b6\u179c\u1787\u17d2\u179a\u17b6\u179c\u1798\u17bd\u1799\u1780\u17d2\u1794\u17c2\u179a\u1793\u17c4\u17c7\u1793\u17c5 \u17a0\u17ca\u17d2\u1782\u17b8\u179b\u17a0\u17d2\u179c\u178a \u179f\u17ca\u17bc\u179a\u17c1 \u1785\u1780\u17d2\u179a\u1797\u1796\u17a2\u1784\u17cb\u1782\u17d2\u179b\u17c1\u179f\u17d4", "output": "Yes", "category": "Text Matching 234.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u6559\u80b2\u59d4\u54e1\u4f1a\u306b\u5bfe\u3059\u308b\u8a34\u8a1f\u306e\u6700\u521d\u306e\u7533\u3057\u7acb\u3066\u306f\u300c\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30c8\u30fb\u30c7\u30b6\u30a4\u30f3\u306f\u79d1\u5b66\u7684\u3067\u306a\u3044\u8b70\u8ad6\u307e\u305f\u306f\u4e3b\u5f35\u3067\u3042\u308b\u300d\u3068\u4e3b\u5f35\u3057\u305f\u3002", "output": "\u0e84\u0ea7\u0eb2\u0ea1\u0e9a\u0ecd\u0ec8\u0e9e\u0ecd\u0ec3\u0e88\u0ec0\u0e9a\u0eb7\u0ec9\u0ead\u0e87\u0e95\u0ebb\u0ec9\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e9f\u0ec9\u0ead\u0e87\u0e84\u0eb0\u0e94\u0eb5\u0e84\u0ea7\u0eb2\u0ea1\u0e95\u0ecd\u0ec8\u0e84\u0eb0\u0e99\u0eb0\u0e81\u0eb3\u0ea1\u0eb0\u0e81\u0eb2\u0e99\u0ec2\u0eae\u0e87\u0eae\u0ebd\u0e99\u0ead\u0ec9\u0eb2\u0e87\u0ea7\u0ec8\u0eb2 \"\u0e81\u0eb2\u0e99\u0ead\u0ead\u0e81\u0ec1\u0e9a\u0e9a\u0ea2\u0ec8\u0eb2\u0e87\u0eaa\u0eb0\u0eab\u0ebc\u0eb2\u0e94\u0e9a\u0ecd\u0ec8\u0ec1\u0ea1\u0ec8\u0e99\u0e81\u0eb2\u0e99\u0ec2\u0e95\u0ec9\u0e96\u0ebd\u0e87 \u0eab\u0ebc\u0eb7 \u0ec0\u0e9b\u0eb1\u0e99\u0e81\u0eb2\u0e99\u0ea2\u0eb7\u0e99\u0ea2\u0eb1\u0e99\u0e97\u0eb2\u0e87\u0ea7\u0eb4\u0e97\u0eb0\u0e8d\u0eb2\u0eaa\u0eb2\u0e94.\"", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30b3\u30c3\u30bf\u30fc\u5ddd\u306e\u30c0\u30e0\u306f4\u5e74\u9593\u3082\u5efa\u8a2d\u4e2d\u3067\u3042\u308b\u3002", "output": "\u0ec0\u0e82\u0eb7\u0ec8\u0ead\u0e99\u0ec3\u0e99\u0ec1\u0ea1\u0ec8\u0e99\u0ec9\u0eb3 \u0e84\u0eb1\u0ead\u0e94\u0ec0\u0e95\u0eb5 \u0ec4\u0e94\u0ec9\u0e96\u0eb7\u0e81\u0ea2\u0eb9\u0ec8\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0e81\u0ecd\u0ec8\u0eaa\u0ec9\u0eb2\u0e87 \u0ec0\u0e9b\u0eb1\u0e99\u0ec0\u0ea7\u0ea5\u0eb2 \u0eaa\u0eb5\u0ec8\u0e9b\u0eb5.", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30b9\u30bf\u30fc\u30de\u30fc\u306f\u3001\u300c\u79c1\u306e\u4ed5\u4e8b\u306f\u3001\u5168\u3066\u306e\u95a2\u4fc2\u3059\u308b\u4e8b\u9805\u3092\u8003\u616e\u3057\u305f\u4e0a\u3067\u3001\u500b\u3005\u306e\u4e8b\u4f8b\u306b\u304a\u3044\u3066\u3001\u8a3c\u62e0\u3092\u63d0\u4f9b\u3057\u306a\u3044\u304b\u3042\u308b\u3044\u306f\u63a7\u8a34\u3092\u6c42\u3081\u308b\u304b\u306b\u3088\u3063\u3066\u516c\u76ca\u304c\u4fdd\u305f\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u3059\u308b\u3053\u3068\u3060\u300d\u3068\u8ff0\u3079\u305f\u3002", "output": "\u0ec2\u0e84\u0eaa\u0ebb\u0e81 \u0ec4\u0e94\u0ec9\u0ec0\u0ea7\u0ebb\u0ec9\u0eb2\u0ea7\u0ec8\u0eb2: \"\u0ea7\u0ebd\u0e81\u0e82\u0ec9\u0ead\u0e8d\u0ec1\u0ea1\u0ec8\u0e99\u0e9e\u0eb4\u0e9e\u0eb2\u0e81 \u0e9e\u0eb4\u0e88\u0eb2\u0ea5\u0eb0\u0e99\u0eb2\u0ec0\u0ea5\u0eb7\u0ec8\u0ead\u0e87\u0e97\u0eb5\u0ec8\u0e81\u0ec8\u0ebd\u0ea7\u0e82\u0ec9\u0ead\u0e87\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94 \u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0ebb\u0e99\u0ec3\u0e88\u0e82\u0ead\u0e87\u0e9b\u0eb0\u0e8a\u0eb2\u0e8a\u0ebb\u0e99\u0ec1\u0ea1\u0ec8\u0e99\u0ec0\u0ea5\u0eb7\u0ec8\u0ead\u0e87\u0e97\u0eb5\u0ec8\u0e94\u0eb5\u0e81\u0ea7\u0ec8\u0eb2\u0ec2\u0e94\u0e8d\u0eaa\u0eb0\u0ec0\u0e9e\u0eb2\u0eb0\u0e81\u0ecd\u0ea5\u0eb0\u0e99\u0eb5\u0e9a\u0ecd\u0ec8\u0ea1\u0eb5\u0eab\u0ebc\u0eb1\u0e81\u0e96\u0eb2\u0e99\u0ec3\u0e99\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec0\u0edc\u0eb5 \u0eab\u0ebc\u0eb7 \u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99\u0eb5\u0e99\u0e84\u0eb0\u0e94\u0eb5\u0ec3\u0e99\u0e82\u0eb1\u0ec9\u0e99\u0e95\u0ead\u0e99\u0e95\u0ecd\u0ec8\u0ec4\u0e9b.\"", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u5f7c\u304c\u3001\u4ee5\u4e0b\u300c\u30aa\u30f3\u30bf\u30ea\u30aa\u306e38\u56de\u76ee\u306e\u7acb\u6cd5\u8b70\u4f1a\u306b\u3088\u3063\u3066\u306a\u3055\u308c\u308b\u6c7a\u5b9a\u306e\u3046\u3061\u3001\u3069\u308c\u304c\u3042\u306a\u305f\u306e\u9078\u6319\u533a\u306b\u6700\u3082\u6709\u76ca\u3067\u3042\u3063\u305f\u304b\uff1f\u300d\u306e\u8cea\u554f\u306b\u8fd4\u7b54\u3057\u306a\u304b\u3063\u305f\u3053\u3068\u3092\u4ed8\u8a18\u3057\u3066\u304a\u304f\u3002", "output": "\u0ea5\u0eb0\u0e9a\u0eb8\u0ea7\u0ec8\u0eb2 \u0e97\u0ec8\u0eb2\u0e99 \u0e9a\u0ecd\u0ec8\u0ec4\u0e94\u0ec9\u0e95\u0ead\u0e9a\u0e84\u0ecd\u0eb2\u0e96\u0eb2\u0ea1\u0ec0\u0ea5\u0eb7\u0ec8\u0ead\u0e87 \"\u0e81\u0eb2\u0e99\u0e95\u0eb1\u0e94\u0eaa\u0eb4\u0e99\u0ec3\u0e88\u0e88\u0eb2\u0e81 \u0ea7\u0eb8\u0e94\u0e97\u0eb4\u0eaa\u0eb0\u0e9e\u0eb2 \u0e97\u0eb538 \u0ead\u0ebb\u0e99\u0e95\u0eb2\u0ea5\u0eb4\u0ec2\u0ead \u0ec0\u0e8a\u0eb4\u0ec8\u0e87 \u0ec0\u0e9b\u0eb1\u0e99\u0eaa\u0eb4\u0ec8\u0e87\u0e97\u0eb5\u0ec8\u0eaa\u0ebb\u0ec8\u0e87\u0e9c\u0ebb\u0e99\u0e9b\u0eb0\u0ec2\u0eab\u0e8d\u0e94 \u0eab\u0ebc\u0eb2\u0e8d\u0ec3\u0eab\u0ec9\u0ec0\u0e82\u0e94\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e95\u0eb1\u0ec9\u0e87\u0e82\u0ead\u0e87\u0ec0\u0e88\u0ebb\u0ec9\u0eb2\u0e9a\u0ecd\u0ec8?\"", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3053\u306e\u30df\u30c3\u30b7\u30e7\u30f3\u306f\u592a\u967d\u96fb\u6c60\u30a2\u30f3\u30c6\u30ca\u306e\u6545\u969c\u4fee\u7406\u306e\u305f\u3081\u306e\u5b87\u5b99\u904a\u6cf3\u3092\u542b\u3081\u3001\u5e83\u3044\u95a2\u5fc3\u3092\u5f97\u305f\u3002", "output": "\u0e9e\u0eb2\u0ea5\u0eb0\u0e81\u0eb4\u0e94\u0ec4\u0e94\u0ec9\u0eae\u0eb1\u0e9a\u0e84\u0ea7\u0eb2\u0ea1\u0eaa\u0ebb\u0e99\u0ec3\u0e88\u0ea2\u0ec8\u0eb2\u0e87\u0e81\u0ea7\u0ec9\u0eb2\u0e87\u0e82\u0ea7\u0eb2\u0e87\u0e97\u0eb5\u0ec8\u0ea1\u0eb5\u0e81\u0eb2\u0e99\u0ea5\u0ea7\u0ea1\u0ec0\u0ead\u0ebb\u0eb2\u0e81\u0eb2\u0e99\u0e8d\u0ec8\u0eb2\u0e87\u0ec0\u0e97\u0eb4\u0e87\u0ead\u0eb2\u0ea7\u0eb0\u0e81\u0eb2\u0e94\u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0eaa\u0ec9\u0ead\u0ea1\u0ec1\u0e9b\u0e87\u0e84\u0ea7\u0eb2\u0ea1\u0ec0\u0eaa\u0e8d\u0eab\u0eb2\u0e8d\u0ec3\u0e99\u0ec1\u0e9c\u0e87\u0eae\u0eb1\u0e9a\u0e9e\u0eb0\u0ea5\u0eb1\u0e87\u0e87\u0eb2\u0e99\u0ec1\u0eaa\u0e87\u0e95\u0eb2\u0ec0\u0ea7\u0eb1\u0e99.", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u9283\u6483\u8005\u306f\u304a\u305d\u3089\u304f\u30a2\u30b8\u30a2\u4eba\u3067\u3001\u8eab\u9577\u306f\u304a\u3088\u305d5\u30d5\u30a3\u30fc\u30c87\u30a4\u30f3\u30c1\u3050\u3089\u3044\u3060\u3068\u8b66\u5bdf\u306f\u8003\u3048\u3066\u3044\u308b\u3002", "output": "\u0e95\u0eb3\u0eab\u0ebc\u0ea7\u0e94\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0ea7\u0ec8\u0eb2 \u0e9c\u0eb9\u0ec9\u0e97\u0eb5\u0ec8\u0e8d\u0eb4\u0e87\u0ead\u0eb2\u0e94\u0ec0\u0e9b\u0eb1\u0e99\u0e84\u0ebb\u0e99\u0ec0\u0ead\u0ec0\u0e8a\u0e8d \u0ec1\u0ea5\u0eb0 \u0eaa\u0eb9\u0e87\u0e9b\u0eb0\u0ea1\u0eb2\u0e99\u0eab\u0ec9\u0eb2\u0e9f\u0eb8\u0e94\u0ec0\u0e88\u0eb1\u0e94\u0e99\u0eb4\u0ec9\u0ea7.", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30a4\u30f3\u30c9\u7523\u696d\u9023\u76df\u306ePraveenKhandelwal\u4e8b\u52d9\u7dcf\u9577\u306f\u6c34\u66dc\u591c\u306b\u30b9\u30c8\u30e9\u30a4\u30ad\u306f\u89e3\u9664\u3057\u3001\u53cd\u5bfe\u610f\u601d\u8868\u660e\u3068\u3057\u3066\u30cf\u30f3\u30ac\u30fc\u30b9\u30b9\u30c8\u30e9\u30a4\u30ad\u3068\u5c01\u9396\u53cd\u5bfe\u306e\u96c6\u4f1a\u3092\u7d99\u7d9a\u3059\u308b\u3068\u8a71\u3057\u305f\u3002", "output": "\u0e9b\u0eb2\u0ea7\u0eb4\u0e99 \u0e84\u0eb2\u0e99\u0ec0\u0e94\u0eb1\u0e99\u0ea7\u0eb2\u0e99 \u0ec0\u0ea5\u0e82\u0eb2\u0e97\u0eb4\u0e81\u0eb2\u0e99\u0ec3\u0eab\u0e8d\u0ec8\u0e82\u0ead\u0e87\u0eaa\u0eb0\u0eab\u0eb0\u0e9e\u0eb1\u0e99\u0e9c\u0eb9\u0ec9\u0e84\u0ec9\u0eb2\u0ead\u0eb4\u0e99\u0ec0\u0e94\u0e8d\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94 \u0e81\u0ec8\u0eb2\u0ea7\u0ea7\u0ec8\u0eb2 \u0e9e\u0ea7\u0e81\u0ec0\u0e82\u0ebb\u0eb2\u0e88\u0eb0\u0ea2\u0eb8\u0e94\u0e95\u0eb4\u0e81\u0eb2\u0e99\u0e9b\u0eb0\u0e97\u0ec9\u0ea7\u0e87\u0ec3\u0e99\u0e95\u0ead\u0e99\u0e84\u0ecd\u0ec8\u0eb2\u0e82\u0ead\u0e87\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94 \u0ec1\u0ea5\u0eb0 \u0e9e\u0ea7\u0e81\u0ec0\u0e82\u0ebb\u0eb2\u0e88\u0eb0\u0eaa\u0eb7\u0e9a\u0e95\u0ecd\u0ec8\u0e81\u0ecd\u0e81\u0ea7\u0e99\u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0ead\u0ebb\u0e94\u0ead\u0eb2\u0eab\u0eb2\u0e99\u0e9b\u0eb0\u0e97\u0ec9\u0ea7\u0e87 \u0ec1\u0ea5\u0eb0 \u0e88\u0eb1\u0e94\u0e81\u0ead\u0e87\u0e9b\u0eb0\u0e8a\u0eb8\u0ea1\u0e95\u0ecd\u0ec8\u0e95\u0ec9\u0eb2\u0e99\u0e81\u0eb2\u0e99\u0e94\u0eb3\u0ec0\u0e99\u0eb5\u0e99\u0e81\u0eb2\u0e99\u0e88\u0ecd\u0ec9\u0eb2\u0e81\u0eb2\u0eae\u0eb1\u0e9a\u0eae\u0ead\u0e87.", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u305d\u308c\u306f\u30e8\u30fc\u30ed\u30c3\u30d1\u9023\u5408\u306e\u5275\u7acb\u30e1\u30f3\u30d0\u30fc\u3067\u3001N\uff21T\uff2f\u3092\u542b\u3080\u4ed6\u306e\u5927\u304d\u306a\u56fd\u969b\u7d44\u7e54\u3068\u540c\u69d8\u3001\u672c\u90e8\u306e\u30db\u30b9\u30c8\u3092\u52e4\u3081\u3066\u3044\u308b\u3002", "output": "\u0e9b\u0eb0\u0ec0\u0e97\u0e94\u0e99\u0eb5\u0ec9\u0ec0\u0e9b\u0eb1\u0e99\u0eaa\u0eb0\u0ea1\u0eb2\u0e8a\u0eb4\u0e81\u0e81\u0ecd\u0ec8\u0e95\u0eb1\u0ec9\u0e87\u0e82\u0ead\u0e87\u0eaa\u0eb0\u0eab\u0eb0\u0e9e\u0eb2\u0e9a\u0ea2\u0eb9\u0ec2\u0ea3\u0e9a\u0ec1\u0ea5\u0eb0\u0ec0\u0e9b\u0eb1\u0e99\u0ec0\u0e88\u0ebb\u0ec9\u0eb2\u0e9e\u0eb2\u0e9a\u0eaa\u0eb3\u0e99\u0eb1\u0e81\u0e87\u0eb2\u0e99\u0ec3\u0eab\u0e8d\u0ec8 \u0ec1\u0ea5\u0eb0\u0ec0\u0e8a\u0eb1\u0ec8\u0e99\u0e94\u0ebd\u0ea7\u0e81\u0eb1\u0e9a\u0e9a\u0eb1\u0e99\u0e94\u0eb2\u0ead\u0ebb\u0e87\u0e81\u0ead\u0e99\u0ea5\u0eb0\u0eab\u0ea7\u0ec8\u0eb2\u0e87\u0e9b\u0eb0\u0ec0\u0e97\u0e94\u0ead\u0eb7\u0ec8\u0e99\u0ec6 \u0ea5\u0ea7\u0ea1\u0e97\u0eb1\u0e87 \u0e99\u0eb2\u0ec2\u0e95\u0ec9.", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Lao that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "1984-1985\u5e74\u306e\u98e2\u9949\u306e\u3042\u3044\u3060\u3001\u30a8\u30c1\u30aa\u30d4\u30a2\u306f\u30a8\u30ea\u30c8\u30ea\u30a2\u3068\u30c6\u30a3\u30b0\u30ec\u5730\u65b9\u3067\u53cd\u4e71\u8ecd\u3068\u6226\u3063\u3066\u3044\u305f\uff08\u30a8\u30ea\u30c8\u30ea\u30a2\u306f\u3059\u3067\u306b\u72ec\u7acb\u3092\u52dd\u3061\u53d6\u3063\u3066\u3044\u305f\uff09\u3002", "output": "\u0ec3\u0e99\u0ea5\u0eb0\u0eab\u0ea7\u0ec8\u0eb2\u0e87\u0e81\u0eb2\u0e99\u0ead\u0eb6\u0e94\u0eab\u0eb4\u0ea7 \u0e9b\u0eb5 1984-1985 \u0ec2\u0ead\u0e97\u0eb4\u0ec2\u0ead\u0ec0\u0e9b\u0e8d \u0ec1\u0ea1\u0ec8\u0e99\u0e81\u0ecd\u0eb2\u0ea5\u0eb1\u0e87\u0e95\u0ecd\u0ec8\u0eaa\u0eb9\u0ec9\u0e81\u0eb1\u0e9a\u0e9d\u0ec8\u0eb2\u0e8d\u0e81\u0eb0\u0e9a\u0ebb\u0e94\u0ead\u0eb4\u0ec0\u0e97\u0e99 \u0ec1\u0ea5\u0eb0 \u0e97\u0eb4\u0ec0\u0e81 \u0ec3\u0e99\u0eaa\u0ead\u0e87\u0ec1\u0e82\u0ea7\u0e87\u0e9e\u0eb2\u0e81\u0ec0\u0edc\u0eb7\u0ead \u0ec0\u0e96\u0eb4\u0e87\u0ec1\u0ea1\u0ec8\u0e99\u0ea7\u0ec8\u0eb2 \u0e95\u0eb1\u0ec9\u0e87\u0e9d\u0ec8\u0eb2\u0e8d\u0e81\u0eb0\u0e9a\u0ebb\u0e94\u0ead\u0eb5\u0ec0\u0e97\u0e99 \u0ec4\u0e94\u0ec9\u0eae\u0eb1\u0e9a\u0ec0\u0ead\u0e81\u0eb0\u0ea5\u0eb2\u0e94.", "category": "Translation 235.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0edc\u0eb1\u0e87\u0eaa\u0eb6\u0e9e\u0eb4\u0ea1\u0ec1\u0eab\u0ec8\u0e87\u0e8a\u0eb2\u0e94\u0ec0\u0e81\u0eb7\u0ead\u0e9a\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94\u0ec4\u0e94\u0ec9\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0e84\u0ea7\u0eb2\u0ea1\u0e8d\u0eb4\u0e99\u0e94\u0eb5\u0ea7\u0ec8\u0eb2\u0e99\u0eb1\u0e81\u0ec1\u0e82\u0ec8\u0e87\u0e82\u0eb1\u0e99\u0ec4\u0e94\u0ec9\u0ec0\u0eae\u0eb1\u0e94\u0edc\u0ec9\u0eb2\u0e97\u0eb5\u0ec8\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82\u0ebb\u0eb2\u0ec4\u0e94\u0ec9\u0e94\u0eb5 \u0ec3\u0e99\u0e82\u0eb0\u0e99\u0eb0\u0e97\u0eb5\u0ec8\u0e81\u0ecd\u0ec8\u0ea1\u0eb5\u0e81\u0eb2\u0e99\u0e95\u0eb3\u0e99\u0eb4 \u0e81\u0ec8\u0ebd\u0ea7\u0e81\u0eb1\u0e9a \u0e9c\u0eb9\u0ec9\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ec1\u0e82\u0ec8\u0e87\u0e82\u0eb1\u0e99 \u0ec1\u0ea5\u0eb0 \u0e8d\u0eb1\u0e87\u0ea1\u0eb5\u0e9c\u0eb9\u0ec9\u0eae\u0ebd\u0e81\u0eae\u0ec9\u0ead\u0e87\u0ec3\u0eab\u0ec9\u0e9b\u0eb0\u0ec0\u0e97\u0e94\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82\u0ebb\u0eb2\u0e8d\u0ebb\u0e81\u0ec0\u0ea5\u0eb4\u0e81\u0e81\u0eb2\u0e99\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0ec1\u0e82\u0ec8\u0e87\u0e82\u0eb1\u0e99.", "output": "\u5927\u90e8\u5206\u306e\u5168\u56fd\u7d19\u306f\u81ea\u56fd\u306e\u51fa\u5834\u8005\u304c\u4ed5\u4e8b\u3092\u826f\u304f\u3084\u3063\u305f\u3068\u795d\u798f\u3057\u305f\u304c\u3001\u4e00\u65b9\u3001\u5225\u306e\u65b0\u805e\u306f\u3001\u4ed6\u306e\u56fd\u306e\u51fa\u5834\u8005\u306b\u5bfe\u3057\u6c5a\u3044\u8a00\u8449\u3067\u4fae\u8fb1\u3057\u3001\u3055\u3089\u306b\u3001\u5225\u306e\u65b0\u805e\u306f\u3001\u81ea\u56fd\u304c\u30b3\u30f3\u30c6\u30b9\u30c8\u304b\u3089\u64a4\u9000\u3059\u308b\u3088\u3046\u547c\u3073\u304b\u3051\u305f\u3002", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0ec1\u0ead\u0e99\u0ec0\u0e95\u0eb5\u0ec2\u0ea5 \u0ec0\u0e8a\u0eb4\u0ec8\u0e87\u0ec0\u0eae\u0eb1\u0e94\u0ea7\u0ebd\u0e81\u0e81\u0ec8\u0ebd\u0ea7\u0e81\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0ec0\u0e8a\u0eb7\u0ec8\u0ead\u0ea1\u0ec2\u0e8d\u0e87\u0ea5\u0eb0\u0eab\u0ea7\u0ec8\u0eb2\u0e87\u0eaa\u0eb4\u0e99\u0ea5\u0eb0\u0e9b\u0eb0 \u0ec1\u0ea5\u0eb0 \u0e81\u0eb2\u0e99\u0ec1\u0e9e\u0e94 \u0ec4\u0e94\u0ec9\u0ec0\u0ea7\u0ebb\u0ec9\u0eb2\u0ea7\u0ec8\u0eb2 \u0e84\u0eb2\u0ec2\u0ea5 \u0ec4\u0e94\u0ec9\u0e99\u0eb3\u0e9e\u0eb2\u0ea7\u0eb2\u0e81\u0eb2\u0e99\u0ea1\u0eb5\u0ea5\u0eb9\u0e81\u0e8d\u0eb2\u0e81\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0ea7\u0ea5\u0ebb\u0e87\u0ec3\u0e99\u0ec1\u0e9c\u0ec8\u0e99\u0e9c\u0ec9\u0eb2\u0ec3\u0e9a \u0ec1\u0ea5\u0eb0 \u0eae\u0eb9\u0e9a\u0ec1\u0e95\u0ec9\u0ea1\u0eab\u0ebc\u0eb2\u0e8d\u0ead\u0eb1\u0e99\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0ea7\u0eaa\u0eb2\u0ea1\u0eb2\u0e94\u0ec0\u0eab\u0eb1\u0e99\u0ead\u0eb0\u0ec4\u0ea7\u0e8d\u0eb0\u0ea7\u0eb0\u0eaa\u0eb6\u0e9a\u0e9e\u0eb1\u0e99\u0ec3\u0e99\u0eae\u0ec8\u0eb2\u0e87\u0e81\u0eb2\u0e8d\u0e97\u0eb5\u0ec8\u0ec0\u0ea5\u0eb7\u0ead\u0e94\u0ead\u0ead\u0e81\u0e82\u0ead\u0e87\u0ea5\u0eb2\u0ea7 \u0ec3\u0e99\u0eae\u0eb9\u0e9a\u0ec1\u0e95\u0ec9\u0ea1\u0ec2\u0eae\u0e87\u0edd\u0ecd \u0ec0\u0eae\u0eb1\u0e99\u0ea3\u0eb5\u0ec8 \u0e9f\u0ead\u0e94 \u0ec3\u0e99\u0e9b\u0eb5 1932.", "output": "\u82b8\u8853\u3068\u85ac\u306e\u9593\u306e\u95a2\u4fc2\u306b\u3064\u3044\u3066\u7814\u7a76\u3057\u3066\u3044\u308b\u3001\u30a2\u30f3\u30c6\u30ed\u306f\u300c\u30ab\u30fc\u30ed\u306f\u81ea\u8eab\u306e\u4e0d\u598a\u3092\u30ad\u30e3\u30f3\u30d0\u30b9\u306b\u6301\u3061\u8fbc\u307f\u3001\u305d\u308c\u306f\u3001\u5f7c\u5973\u306e\u591a\u304f\u306e\u751f\u6b96\u5668\u3092\u63cf\u3044\u305f\u4f5c\u54c1\u3084\u3001\u307e\u305f\u306f\u30011932\u5e74\u306e\u4f5c\u54c1\u3067\u3042\u308b\u201d\u30d8\u30f3\u30ea\u30fc\u30fb\u30d5\u30a9\u30fc\u30c9\u75c5\u9662\u201d\u306e\u5f7c\u5973\u81ea\u8eab\u306e\u51fa\u8840\u3059\u308b\u4f53\u306e\u63cf\u5199\u306b\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u300d\u3068\u8a00\u3063\u305f\u3002", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\"\u0e9e\u0ea7\u0e81\u0ec0\u0eae\u0ebb\u0eb2\u0ec4\u0e94\u0ec9\u0ea1\u0eb5\u0ec2\u0ead\u0e81\u0eb2\u0e94\u0e88\u0eb9\u0ec8\u0ec2\u0e88\u0ea1\u0e81\u0eb1\u0e9a \u0e9e\u0ea7\u0e81\u0ec0\u0eae\u0ebb\u0eb2\u0e9a\u0ecd\u0ec8\u0ec4\u0e94\u0ec9\u0eae\u0eb1\u0e9a\u0ea1\u0eb1\u0e99 \u0ec1\u0ea5\u0eb0 \u0e97\u0eb1\u0e99\u0ec3\u0e94\u0e99\u0eb1\u0ec9\u0e99\u0e82\u0ec9\u0ead\u0e8d\u0e84\u0eb4\u0e94\u0ea7\u0ec8\u0eb2 \u0ea1\u0eb1\u0e99\u0ec1\u0ea1\u0ec8\u0e99\u0e99\u0eb2\u0e97\u0eb5 \u0e97\u0eb5 92 \u0eab\u0ebc\u0eb7 93 \u0e97\u0eb5\u0ec8 \u0edc\u0eb8\u0ec8\u0ea1\u0e9f\u0ea5\u0eb4\u0e99 \u0e9e\u0eb2\u0e94\u0ec2\u0ead\u0e81\u0eb2\u0e94\u0e97\u0eb5\u0ec8\u0e9a\u0ec9\u0eb2\u0e9a\u0ecd.\"", "output": "\u300c\u6211\u3005\u306b\u306f\u30ab\u30a6\u30f3\u30bf\u30fc\u653b\u6483\u306e\u30c1\u30e3\u30f3\u30b9\u304c\u3042\u3063\u305f\u304c\u3001\u305d\u308c\u3092\u751f\u304b\u3055\u305a\u300192\u5206\u304b93\u5206\u306b\u306f\u82e5\u3044\u30d5\u30ea\u30f3\u304c\u3059\u3054\u3044\u30c1\u30e3\u30f3\u30b9\u3092\u9003\u3057\u305f\u3002\u300d", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0ec0\u0e82\u0e94\u0e82\u0ead\u0e87 \u0e9c\u0eb9\u0ec9\u0ec0\u0ea7\u0ebb\u0ec9\u0eb2\u0e9e\u0eb2\u0eaa\u0eb2\u0ec0\u0ea2\u0e8d\u0ea5\u0eb0\u0ea1\u0eb1\u0e99 \u0ec1\u0ea5\u0eb0 \u0e9d\u0ea3\u0eb1\u0ec8\u0e87 \u0e82\u0ead\u0e87 \u0eaa\u0ea7\u0eb4\u0eaa\u0ec1\u0ea5\u0e99 \u0ec4\u0e94\u0ec9\u0ea1\u0eb5\u0e9c\u0ebb\u0e99\u0ead\u0ead\u0e81\u0ea1\u0eb2\u0e84\u0eb7\u0e81\u0eb1\u0e99; \u0ec3\u0e99\u0e81\u0eb2\u0e99\u0edd\u0eb8\u0e99\u0ea7\u0ebd\u0e99\u0e97\u0eb5\u0ec8\u0ea1\u0eb5\u0e8a\u0eb7\u0ec8\u0eaa\u0ebd\u0e87\u0ec1\u0eab\u0ec8\u0e87\u0e8a\u0eb2\u0e94\u0e81\u0ec8\u0ead\u0e99\u0edc\u0ec9\u0eb2\u0e99\u0eb5\u0ec9 \u0ec0\u0e82\u0e94\u0e9b\u0ebb\u0e81\u0e84\u0ead\u0e87\u0e82\u0ead\u0e87\u0e9c\u0eb9\u0ec9\u0ec0\u0ea7\u0ebb\u0ec9\u0eb2\u0e9e\u0eb2\u0eaa\u0eb2\u0ec0\u0ea2\u0e8d\u0ea5\u0eb0\u0ea1\u0eb1\u0e99 \u0ec4\u0e94\u0ec9\u0eaa\u0eb0\u0ec1\u0e94\u0e87\u0ec0\u0e96\u0eb4\u0e87 \u0e81\u0eb2\u0e99\u0eae\u0eb8\u0e81\u0eae\u0eb2\u0e99\u0e97\u0eb5\u0ec8\u0edc\u0ec9\u0ead\u0e8d\u0e81\u0ea7\u0ec8\u0eb2 \u0ec0\u0e82\u0e94\u0e9c\u0eb9\u0ec9\u0ec0\u0ea7\u0ebb\u0ec9\u0eb2\u0e9e\u0eb2\u0eaa\u0eb2\u0e9d\u0ea3\u0eb1\u0ec8\u0e87.", "output": "\u30b9\u30a4\u30b9\u306e\u30c9\u30a4\u30c4\u8a9e\u570f\u3068\u30d5\u30e9\u30f3\u30b9\u8a9e\u570f\u306f\u3001\u985e\u4f3c\u3057\u305f\u7d50\u679c\u3067\u3042\u308a\u3001\u4ee5\u524d\u306b\u884c\u308f\u308c\u305f\u4e16\u8ad6\u8abf\u67fb\u3067\u306f\u3001\u30c9\u30a4\u30c4\u8a9e\u570f\u306e\u5dde\u306f\u3001\u30d5\u30e9\u30f3\u30b9\u8a9e\u570f\u306e\u5dde\u3088\u308a\u9769\u65b0\u4e3b\u7fa9\u7684\u3067\u306f\u306a\u3044\u3068\u8003\u3048\u3089\u308c\u3066\u3044\u305f\u3002", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0ead\u0eb2\u0e81\u0e8a\u0eb4\u0ec0\u0e9e\u0ea5\u0eb2\u0ec2\u0e81 \u0ec1\u0ea5\u0eb0 \u0ead\u0eb4\u0e99\u0eaa\u0eb0\u0e95\u0eb4\u0ec0\u0e99\u0eb1\u0e94 \u0ec1\u0ea1\u0ec8\u0e99 \u0e9a\u0ecd\u0ea5\u0eb4\u0eaa\u0eb1\u0e94 \u0ea1\u0eb5\u0e99\u0eb0\u0ea7\u0eb1\u0e94\u0e95\u0eb0\u0e81\u0ecd\u0eb2 \u0ead\u0eb5-\u0ec0\u0e97\u0ea3\u0e94\u0e94\u0eb4\u0ec9\u0e87 (\u0e81\u0eb2\u0e99\u0e8a\u0eb7\u0ec9\u0e82\u0eb2\u0e8d\u0ec1\u0e9a\u0e9a\u0ec0\u0ead\u0ec0\u0ea5\u0eb1\u0e81\u0ec2\u0e95\u0ea3\u0e99\u0eb4\u0e81) \u0ec1\u0ea5\u0eb0 \u0ec0\u0e9b\u0eb1\u0e99\u0ead\u0eb0\u0e94\u0eb5\u0e94\u0e84\u0eb9\u0ec8\u0ec1\u0e82\u0ec8\u0e87 \u0e97\u0eb5\u0ec8\u0ec3\u0eab\u0ec8\u0e8d\u0e97\u0eb5\u0ec8\u0eaa\u0eb8\u0e94\u0eaa\u0ead\u0e87\u0ec1\u0eab\u0ec8\u0e87\u0ec3\u0e99\u0ead\u0eb2\u0ec0\u0ea1\u0ea5\u0eb4\u0e81\u0eb2 \u0e81\u0eb1\u0e9a NYSE \u0ec1\u0ea5\u0eb0 NASDAQ \u0ec0\u0e8a\u0eb4\u0ec8\u0e87\u0ec3\u0e99\u0eab\u0ebc\u0eb2\u0e8d\u0e9b\u0eb5\u0ec8\u0e9c\u0ec8\u0eb2\u0e99\u0ea1\u0eb2\u0e99\u0eb5\u0ec9 \u0eaa\u0ec8\u0ea7\u0e99\u0ec1\u0e9a\u0ec8\u0e87\u0e95\u0eb0\u0eab\u0ebc\u0eb2\u0e94\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82\u0ebb\u0eb2\u0ec4\u0e94\u0ec9\u0ec0\u0e9e\u0eb5\u0ec9\u0ea1\u0e82\u0eb7\u0ec9\u0e99\u0e88\u0ecd\u0eb2\u0e99\u0ea7\u0e99\u0eab\u0ebc\u0eb2\u0e8d.", "output": "\u30a2\u30fc\u30ad\u30da\u30e9\u30b4\u793e\u304a\u3088\u3073\u30a4\u30f3\u30b9\u30c6\u30a3\u30cd\u30c3\u30c8\u793e\u306f\u3001\u9769\u65b0\u7684\u306ae-\u30c8\u30ec\u30fc\u30c9\uff08\u96fb\u5b50\u53d6\u5f15\uff09\u4f1a\u793e\u3067\u3042\u308a\u3001\u4ee5\u524d\u306fNYSE\u304a\u3088\u3073NASDAQ\u306e\u30a2\u30e1\u30ea\u30ab\u306b\u304a\u3051\u308b\u8fd1\u5e74\u306e\u62e1\u5927\u3059\u308b\u5e02\u5834\u5360\u6709\u7387\u3092\u596a\u3046\uff12\u5927\u30e9\u30a4\u30d0\u30eb\u4f01\u696d\u3067\u3042\u3063\u305f\u3002", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0edc\u0eb6\u0ec8\u0e87\u0ec3\u0e99\u0eaa\u0ead\u0e87\u0e95\u0ebb\u0ea7\u0ec1\u0e97\u0e99\u0e88\u0eb2\u0e81\u0ec0\u0ea1\u0eb7\u0ead\u0e87\u0ea5\u0eb4\u0e99 \u0e97\u0ec8\u0eb2\u0e99\u0ec2\u0ea3\u0ec0\u0e9a\u0eb4\u0e94 \u0ec0\u0e9f\u0eb1\u0e99\u0ec0\u0e99\u0ea7 \u0e8d\u0eb1\u0e87\u0ec4\u0e94\u0ec9\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e99\u0eb3: \u0e95\u0ebb\u0ea7\u0ec1\u0e97\u0e99\u0ead\u0eb5\u0e81\u0e97\u0ec8\u0eb2\u0e99\u0edc\u0eb6\u0ec8\u0e87 \u0e97\u0ec8\u0eb2\u0e99 \u0eaa\u0eb0\u0e95\u0eb5\u0ec0\u0ea7\u0eb1\u0e99 \u0ea7\u0ead\u0e99\u0eaa \u0ec4\u0e94\u0ec9\u0eaa\u0ebb\u0ec8\u0e87\u0e9c\u0eb9\u0ec9\u0e8a\u0ec8\u0ea7\u0e8d\u0ec4\u0e9b\u0ec1\u0e97\u0e99.", "output": "\u307e\u305f\u3001\u30ea\u30f3\u306e2\u4eba\u306e\u4ee3\u8868\u306e\u3046\u3061\u306e1\u4eba\u3067\u3042\u308b\u30ed\u30d0\u30fc\u30c8\u30fb\u30d5\u30a7\u30cd\u30eb\u3082\u51fa\u5e2d\u3057\u305f\u3002\u6b8b\u308a\u306e\u4ee3\u8868\u3067\u3042\u308b\u30b9\u30c6\u30a3\u30fc\u30d6\u30f3\u30fb\u30a6\u30a9\u30eb\u30b7\u30e5\u306f\u88dc\u4f50\u5b98\u3092\u9001\u3063\u305f\u3002", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e9b\u0eb0\u0e88\u0eb8\u0e9a\u0eb1\u0e99\u0ec1\u0ea1\u0ec8\u0e99\u0ea5\u0eb0\u0e94\u0eb1\u0e9a\u0e97\u0eb5 23 \u0e82\u0ead\u0e87\u0ec2\u0ea5\u0e81 \u0ea5\u0eb2\u0ea7\u0ec0\u0e82\u0ebb\u0ec9\u0eb2\u0eae\u0ec8\u0ea7\u0ea1\u0e81\u0eb2\u0e99\u0ec1\u0e82\u0ec8\u0e87\u0e82\u0eb1\u0e99\u0e9e\u0eb2\u0e8d\u0ec3\u0e95\u0ec9\u0ec0\u0e87\u0ebb\u0eb2\u0e82\u0ead\u0e87\u0ec0\u0ead\u0eb7\u0ec9\u0ead\u0e8d\u0ea5\u0eb2\u0ea7 \u0ec0\u0e8a\u0ec0\u0ea5\u0e99\u0eb2 \u0ea7\u0eb4\u0e99\u0ea5\u0ebd\u0ea1\u0eaa\u0ecc.", "output": "\u73fe\u5728\u4e16\u754c\u30e9\u30f3\u30ad\u30f3\u30b023\u4f4d\u3067\u3001\u4eca\u5927\u4f1a\u3067\u3082\u59b9\u306e\u30bb\u30ea\u30fc\u30ca\u30fb\u30a6\u30a3\u30ea\u30a2\u30e0\u30ba\u306e\u5f71\u306b\u96a0\u308c\u3066\u3044\u305f\u3002", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": ": \"\u0e9e\u0ea7\u0e81\u0ec0\u0eae\u0ebb\u0eb2\u0ec4\u0e94\u0ec9\u0ea1\u0eb5\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0edc\u0eb1\u0e9a\u0eaa\u0eb0\u0edc\u0eb9\u0e99\u0e88\u0eb2\u0e81 \u0ea1\u0eb8\u0eaa\u0ea5\u0eb4\u0ea1\u0ec3\u0e99\u0ead\u0eb1\u0e87\u0e81\u0eb4\u0e94 \u0ec3\u0e99\u0e8a\u0eb9\u0e94\u0eb2\u0e99 \u0ec1\u0ea5\u0eb0 \u0ec3\u0e99\u0e97\u0ebb\u0ec8\u0ea7\u0ec2\u0ea5\u0e81\u2026\"", "output": "\u300c\u79c1\u305f\u3061\u306f\u30a4\u30ae\u30ea\u30b9\u3001\u30b9\u30fc\u30c0\u30f3\u3001\u305d\u3057\u3066\u4e16\u754c\u4e2d\u306e\u30a4\u30b9\u30e9\u30e0\u6559\u5f92\u304b\u3089\u591a\u304f\u306e\u652f\u63f4\u3092\u53d7\u3051\u3066\u3044\u308b\u3002\u300d", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Lao, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e81\u0ead\u0e87\u0e97\u0eb1\u0e9a\u0ec0\u0eae\u0eb7\u0ead\u0e97\u0eb3\u0ead\u0eb4\u0e94\u0ec3\u0e99\u0e84\u0ea7\u0eb2\u0ea1\u0e97\u0ec9\u0eb2\u0e97\u0eb2\u0e8d\u0ec0\u0e82\u0e94\u0e9b\u0eb4\u0e94\u0ea5\u0ec9\u0ead\u0ea1 \u0ec4\u0e94\u0ec9\u0e96\u0eb7\u0e81\u0ea2\u0eb8\u0e81\u0ec2\u0e94\u0e8d \u0e9c\u0eb9\u0ec9\u0e9a\u0eb1\u0e99\u0e8a\u0eb2\u0e81\u0eb2\u0e99 \u0e81\u0ead\u0e87\u0e97\u0eb0\u0eab\u0eb2\u0e99\u0e97\u0eb0\u0ec0\u0ea5 \u0ead\u0eb4\u0eaa\u0ea3\u0eb2\u0ec0\u0ead\u0ea5 \u0ec3\u0e99\u0ec0\u0e94\u0eb7\u0ead\u0e99\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2 \u0e9b\u0eb5\u0e99\u0eb5\u0ec9.", "output": "\u5c01\u9396\u3092\u7834\u308d\u3046\u3068\u3057\u305f\u6700\u521d\u306e\u5c0f\u578b\u8239\u968a\u306f\u3001\u4eca\u5e745\u6708\u3001\u30a4\u30b9\u30e9\u30a8\u30eb\u306e\u6d77\u8ecd\u5947\u8972\u968a\u306b\u505c\u6b62\u3055\u308c\u305f\u3002", "category": "Translation 236.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30c8\u30ed\u30f3\u30c8FC\u306f\u30e1\u30b8\u30e3\u30fc\u30ea\u30fc\u30b0\u30b5\u30c3\u30ab\u30fc\u53c2\u52a0\u5f8c\u521d\u306e\u30b7\u30fc\u30ba\u30f3\u3092\u30cb\u30e5\u30fc\u30a4\u30f3\u30b0\u30e9\u30f3\u30c9\u30fb\u30ec\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u306b\u5bfe\u30572-2\u306e\u5f15\u304d\u5206\u3051\u3067\u7d42\u3048\u305f\u3002 \n Lao: \u0ec2\u0e95\u0ea3\u0ead\u0e99\u0ec2\u0e95\u0ec9 FC \u0ec4\u0e94\u0ec9\u0e88\u0ebb\u0e9a\u0ea5\u0eb0\u0e94\u0eb9\u0e9b\u0eb4\u0e94\u0e9e\u0eb4\u0e97\u0eb5\u0e82\u0ead\u0e87\u0e9e\u0ea7\u0e81\u0ec0\u0e82\u0ebb\u0eb2\u0e81\u0eb1\u0e9a\u0e81\u0eb2\u0e99\u0eaa\u0eb0\u0ec0\u0edd\u0eb5 2-2 \u0ec3\u0e99\u0eaa\u0eb9\u0ec9\u0e81\u0eb1\u0e9a \u0e99\u0eb4\u0ea7 \u0ead\u0eb4\u0e87\u0ec1\u0ea5\u0e99 \u0ea3\u0eb5\u0ec2\u0ea7\u0ea5\u0eb9\u0e8a\u0eb1\u0e99.", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300c\u3057\u304b\u3057\u6838\u5175\u5668\u958b\u767a\u3092\u7af6\u3044\u3001\u30a4\u30b9\u30e9\u30a8\u30eb\u3092\u5730\u56f3\u304b\u3089\u6d88\u3057\u53bb\u308d\u3046\u3068\u516c\u7136\u3068\u8105\u304b\u3059\u30a4\u30e9\u30f3\u306e\u30c6\u30ed\u30ea\u30b9\u30c8\u4f53\u5236\u306b\u3064\u3044\u3066\u306f\u3001\u6c7a\u8b70\u306e\u4e2d\u3067\u8a00\u53ca\u3055\u308c\u3066\u3044\u306a\u3044\u3002\u300d \n Lao: \"\u0ec0\u0e96\u0eb4\u0e87\u0ea2\u0ec8\u0eb2\u0e87\u0ec3\u0e94\u0e81\u0ecd\u0ec8\u0e95\u0eb2\u0ea1 \u0ea5\u0eb0\u0e9a\u0ead\u0e9a\u0e81\u0eb2\u0e99\u0e81\u0ecd\u0ec8\u0e81\u0eb2\u0e99\u0eae\u0ec9\u0eb2\u0e8d\u0ec3\u0e99 \u0ead\u0eb5\u0ea3\u0eb2\u0e99 \u0ec0\u0e8a\u0eb4\u0ec8\u0e87\u0ec4\u0e94\u0ec9\u0e94\u0eb3\u0ec0\u0e99\u0eb5\u0e99 \u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0e81\u0eb2\u0e99\u0e9e\u0eb1\u0e94\u0e97\u0eb0\u0e99\u0eb2 \u0ead\u0eb2\u0ea7\u0eb8\u0e94\u0e99\u0eb4\u0ea7\u0ec0\u0e84\u0ea3\u0e8d \u0ec1\u0ea5\u0eb0 \u0ec0\u0e8a\u0eb4\u0ec8\u0e87\u0e9b\u0eb0\u0ec0\u0e8a\u0eb5\u0e99\u0ea2\u0ec8\u0eb2\u0e87\u0ec0\u0e9b\u0eb5\u0e94\u0ec0\u0e9c\u0eb5\u0e8d\u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0ea5\u0ebb\u0e9a\u0ea5\u0ec9\u0eb2\u0e87 \u0ead\u0eb4\u0eaa\u0ea3\u0eb2\u0ec1\u0ead\u0ea5\u0ead\u0ead\u0e81\u0e88\u0eb2\u0e81 \u0ec1\u0e9c\u0e99\u0e97\u0eb5\u0ec8 \u0e97\u0eb5\u0ec8\u0e9a\u0ecd\u0ec8\u0ec4\u0e94\u0ec9\u0e81\u0ec8\u0eb2\u0ec3\u0e99\u0ea1\u0eb0\u0e95\u0eb4.\"", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u5bcc\u90a6\u8b66\u5099\u306eAllenPu\u6c0f\u306f\u3001\u300c\u9d3b\u6d77\u306f\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3001\u306a\u305c\u306a\u3089\u3001\u72b6\u6cc1\u306f\u30a2\u30c3\u30d7\u30eb\u306b\u3082HP\u306b\u3082\u30cd\u30ac\u30c6\u30a3\u30d6\u3060\u304b\u3089\u300d\u3068\u8ff0\u3079\u305f\u3002 \n Lao: \u0ead\u0eb1\u0e94\u0ec0\u0ea5\u0e99 \u0e9b\u0eb9 \u0e9a\u0ecd\u0ea5\u0eb4\u0eaa\u0eb1\u0e94\u0eab\u0ea5\u0eb1\u0e81\u0eaa\u0eb1\u0e9a\u0e9f\u0eb9\u0e9a\u0ead\u0e99 \u0ec4\u0e94\u0ec9\u0e81\u0ec8\u0eb2\u0ea7\u0ea7\u0ec8\u0eb2: \"\u0e9a\u0ecd\u0ea5\u0eb4\u0eaa\u0eb1\u0e94\u0eab\u0ead\u0e99\u0ec4\u0eab \u0e95\u0ec9\u0ead\u0e87\u0e81\u0eb2\u0e99\u0ec1\u0e81\u0ec9\u0ec4\u0e82\u0e9a\u0eb1\u0e99\u0eab\u0eb2 \u0ec0\u0e99\u0eb7\u0ec8\u0ead\u0e87\u0e88\u0eb2\u0e81\u0eaa\u0eb0\u0e9e\u0eb2\u0e9a\u0e81\u0eb2\u0e99\u0ec1\u0ea1\u0ec8\u0e99\u0e81\u0eb0\u0e97\u0ebb\u0e9a\u0ec3\u0e99\u0e97\u0eb2\u0e87\u0ea5\u0ebb\u0e9a \u0e95\u0ecd\u0ec8\u0e81\u0eb1\u0e9a\u0e9a\u0ecd\u0ea5\u0eb4\u0eaa\u0eb1\u0e94\u0ec0\u0ead\u0eb1\u0e9a\u0ec2\u0e9b \u0ec1\u0ea5\u0eb0 \u0ec0\u0eae\u0eb1\u0e88\u0e9e\u0eb5.\"", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300c\u305d\u308c\u306f\u30b9\u30a4\u30b9\u306e\u6b74\u53f2\u4e0a\u6700\u5927\u3067\u3001\u30e8\u30fc\u30ed\u30c3\u30d1\u3067\u306f\u6700\u5927\u7d1a\u306e\u82b8\u8853\u54c1\u306e\u5f37\u76d7\u3060\u3063\u305f\u300d\u3068\u30de\u30eb\u30b3\u30fb\u30b3\u30eb\u30c6\u30b7\u3001\u30c1\u30e5\u30fc\u30ea\u30c3\u30d2\u8b66\u5bdf\u306e\u4ee3\u8868\u8005\u306f\u8a00\u3063\u305f\u3002 \n Lao: \u0ea1\u0eb2\u0ec2\u0e84\u0ea3 \u0e84\u0ecd\u0ec0\u0e95\u0e8a\u0eb5 \u0ec2\u0e84\u0eaa\u0eb1\u0e81\u0e82\u0ead\u0e87 \u0e95\u0eb3\u0eab\u0ebc\u0ea7\u0e94 \u0e8a\u0eb9\u0ea3\u0eb4\u0e81\u0e81\u0ec8\u0eb2\u0ea7 \u0ea7\u0ec8\u0eb2 \u0ea1\u0eb1\u0e99\u0ec1\u0ea1\u0ec8\u0e99\u0eaa\u0eb4\u0e99\u0ea5\u0eb0\u0e9b\u0eb0\u0e97\u0eb5\u0ec8\u0e81\u0ea7\u0ec9\u0eb2\u0e87\u0e97\u0eb5\u0ec8\u0eaa\u0eb8\u0e94\u0ec3\u0e99 \u0e9b\u0eb0\u0eab\u0ea7\u0eb1\u0e94\u0eaa\u0eb2\u0e94 \u0eaa\u0eb0\u0ea7\u0eb4\u0eaa \u0ec1\u0ea5\u0eb0 \u0edc\u0eb6\u0ec8\u0e87\u0ec3\u0e99\u0ead\u0eb1\u0e99\u0e97\u0eb5\u0ec8\u0ec3\u0eab\u0e8d\u0ec8\u0e97\u0eb5\u0ec8\u0eaa\u0eb8\u0e94\u0ec3\u0e99 \u0ea2\u0eb9\u0ec2\u0ea3\u0e9a.", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u4eca\u9031\u306f\u307e\u305f\u3001\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u306e\u30ce\u30fc\u30b6\u30f3\u30c6\u30ea\u30c8\u30ea\u30fc\u306e\u5b50\u3069\u3082\u30b3\u30df\u30c3\u30b7\u30e7\u30ca\u30fc\u306e\u30cf\u30ef\u30fc\u30c9\u30fb\u30d0\u30b9\u6c0f\u304c\u3001\u3053\u306e\u5730\u57df\u306f\u30a2\u30dc\u30ea\u30b8\u30cb\u306e\u5c11\u5973\u306e\u81ea\u6bba\u7387\u304c\u897f\u5074\u3067\u6700\u9ad8\u306e\u7387\u3060\u3068\u793a\u5506\u3057\u305f\u3002 \n Lao: \u0ead\u0eb2\u0e97\u0eb4\u0e94\u0e99\u0eb5\u0ec9\u0e81\u0ecd\u0ec8\u0ec4\u0e94\u0ec9\u0ec0\u0eab\u0eb1\u0e99 \u0ec2\u0eae\u0ec0\u0ea7\u0eb1\u0e94 \u0e9a\u0eb2\u0e94 \u0e84\u0eb0\u0e99\u0eb0\u0e81\u0eb3\u0ea1\u0eb0\u0e81\u0eb2\u0e99\u0ec0\u0e94\u0eb1\u0e81\u0e99\u0ec9\u0ead\u0e8d \u0eaa\u0eb3\u0ea5\u0eb1\u0e9a \u0ead\u0eb2\u0e99\u0eb2\u0e99\u0eb4\u0e84\u0ebb\u0ea1 \u0ead\u0ebb\u0eaa\u0ec0\u0e95\u0ec0\u0ea5\u0e8d\u0ec0\u0edc\u0eb7\u0ead \u0ec1\u0e99\u0eb0\u0e99\u0eb3\u0ea7\u0ec8\u0eb2\u0ec0\u0e82\u0e94\u0e99\u0eb5\u0ec9\u0ea1\u0eb5\u0ead\u0eb1\u0e94\u0e95\u0eb2\u0e97\u0eb5\u0ec8\u0eaa\u0eb9\u0e87\u0e82\u0ead\u0e87\u0e81\u0eb2\u0e99\u0e82\u0ec9\u0eb2\u0ec2\u0e95\u0e95\u0eb2\u0e8d\u0e82\u0ead\u0e87 \u0ec0\u0e94\u0eb1\u0e81\u0e8d\u0eb4\u0e87\u0ec1\u0e9a\u0e9a\u0e94\u0eb1\u0ec9\u0e87\u0ec0\u0e94\u0eb5\u0ea1\u0ec3\u0e99 \u0e9e\u0eb2\u0e81\u0e95\u0eb2\u0ec0\u0ea7\u0eb1\u0e99\u0e95\u0ebb\u0e81.", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: 2012\u5e74\u306e\u30d1\u30d7\u30a2\u30cb\u30e5\u30fc\u30ae\u30cb\u30a2\u30d1\u30e9\u30ea\u30f3\u30d4\u30c3\u30af\u4ee3\u8868\u56e3\u306e\u4ed6\u306e\u56e3\u54e1\u306b\u306f\u3001\u30d1\u30d7\u30a2\u30cb\u30e5\u30fc\u30ae\u30cb\u30a2\u30d1\u30e9\u30ea\u30f3\u30d4\u30c3\u30af\u59d4\u54e1\u4f1a\u4f1a\u9577\u306e\u30d0\u30fc\u30ca\u30fc\u30c9\u30fb\u30c1\u30e3\u30f3\u6c0f\u3001\u9078\u624b\u56e3\u9577\u306e\u30b1\u30d5\u30fb\u30de\u535a\u58eb\u3001\u30c1\u30fc\u30e0\u30de\u30cd\u30b8\u30e3\u30fc\u306e\u30ed\u30fc\u30ba\u30de\u30ea\u30fc\u30fb\u30e2\u30fc\u6c0f\u3001\u4f1a\u9577\u306e\u59bb\u306e\u30c0\u30d3\u30ca\u30fb\u30c1\u30e3\u30f3\u6c0f\u3001\u30b3\u30fc\u30c1\u306e\u30a6\u30a3\u30ea\u30a2\u30e0\u30fb\u30de\u30b1\u30cb\u30fc\u6c0f\u3001\u5f79\u54e1\u306e\u30b8\u30a7\u30d5\u30ea\u30fc\u30fb\u30ed\u30d3\u30fc\u6c0f\u304c\u3044\u308b\u3002 \n Lao: \u0eaa\u0eb0\u0ea1\u0eb2\u0e8a\u0eb4\u0e81\u0e84\u0ebb\u0e99\u0ead\u0eb7\u0ec8\u0e99\u0e82\u0ead\u0e87 \u0e84\u0eb0\u0e99\u0eb0 \u0e9b\u0eb2\u0e9b\u0ebb\u0ea7 \u0e99\u0eb4\u0ea7\u0e81\u0eb5\u0ec0\u0e99\u0e8d \u0ec3\u0e99 2012 \u0e9e\u0eb2\u0ea5\u0eb2\u0ea5\u0eb4\u0ea1\u0e9b\u0eb4\u0e81 \u0ea5\u0ea7\u0ea1\u0e97\u0eb1\u0e87 \u0e9b\u0eb0\u0e97\u0eb2\u0e99\u0e84\u0eb0\u0e99\u0eb0\u0e81\u0eb3\u0ea1\u0eb0\u0e81\u0eb2\u0e99 \u0e9e\u0eb2\u0ea5\u0eb2\u0ea5\u0eb4\u0ea1\u0e9b\u0eb4\u0e81 PNG \u0ec0\u0e9a\u0eb5\u0e99\u0eb2\u0e94 \u0e88\u0eb1\u0e99; \u0eab\u0ebb\u0ea7\u0edc\u0ec9\u0eb2\u0e9b\u0eb0\u0e88\u0eb3\u0e81\u0eb2\u0e99 \u0e94\u0eca\u0ead\u0e81\u0ec0\u0e95\u0eb5\u0ec9 \u0e81\u0eb5\u0ea2\u0eb9 \u0ea1\u0eb2; \u0eab\u0ebb\u0ea7\u0edc\u0ec9\u0eb2\u0e97\u0eb5\u0ea1 \u0ec2\u0eae\u0eaa\u0ec0\u0ea1\u0ea3\u0eb5\u0ec8 \u0ea1\u0eb2\u0ec0\u0ea7; \u0e94\u0eb2\u0ea7\u0eb5\u0e99\u0eb2 \u0e88\u0eb1\u0e99 \u0e9e\u0eb1\u0e99\u0ea5\u0eb0\u0e8d\u0eb2 \u0e97\u0ec8\u0eb2\u0e99\u0e9b\u0eb0\u0e97\u0eb2\u0e99; \u0ec2\u0e84\u0e88 \u0ea7\u0eb4\u0e99\u0ea5\u0ec8\u0ebd\u0ea1 \u0ec1\u0ea1\u0eb1\u0e81\u0ec0\u0e84\u0e99\u0e99\u0eb5\u0ec8; \u0ec1\u0ea5\u0eb0 \u0e9e\u0eb0\u0e99\u0eb1\u0e81\u0e87\u0eb2\u0e99\u0ea5\u0eb1\u0e94\u0e96\u0eb0\u0e9a\u0eb2\u0e99 \u0ec0\u0e88\u0eb1\u0e9a\u0ec0\u0e9f\u0eb5\u0ea3\u0eb5\u0ec8 \u0ea3\u0eca\u0ead\u0e9a\u0e9a\u0eb5\u0ec8.", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u30c8\u30cb\u30fc\u30fb\u30d6\u30ec\u30a2\u82f1\u56fd\u9996\u76f8\u306f\u3001\u672c\u65e5\u5348\u5f8c3\u664230\u5206\u306b\u3001\u4e0b\u9662\u3067\u5831\u544a\u66f8\u3092\u63d0\u51fa\u3057\u3001\u30c8\u30e9\u30a4\u30c7\u30f3\u30c8\u30df\u30b5\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u3068\u985e\u4f3c\u3057\u3066\u3044\u308b\u304c\u3001\u898f\u6a21\u3092\u7e2e\u5c0f\u3057\u305f\u30b7\u30b9\u30c6\u30e0\u3068\u5165\u308c\u66ff\u3048\u308b\u653f\u5e9c\u306e\u8a08\u753b\u3092\u793a\u3057\u305f\u3002 \n Lao: \u0ec0\u0ea7\u0ea5\u0eb2 3:30pm\u0e99\u0eb2\u0e8d\u0ebb\u0e81\u0ea5\u0eb1\u0e94\u0e96\u0eb0\u0ea1\u0ebb\u0e99\u0e95\u0eb5 \u0eaa\u0eb0\u0eab\u0eb0\u0ea5\u0eb2\u0e8a\u0eb0\u0ead\u0eb2\u0e99\u0eb2\u0e88\u0eb1\u0e81 Tony Blair \u0e88\u0eb0\u0eaa\u0eb0\u0ec0\u0edc\u0eb5 \u0ec0\u0e88\u0ec9\u0e8d\u0e82\u0eb2\u0ea7 \u0ec3\u0e99\u0eaa\u0eb0\u0e9e\u0eb2\u0e95\u0ec8\u0eb3\u0ea1\u0eb7\u0ec9\u0e99\u0eb5\u0ec9 \u0ec2\u0e94\u0e8d\u0e81\u0eb2\u0e99\u0e8a\u0eb5\u0ec9\u0ec1\u0e88\u0e87\u0ec0\u0e96\u0eb4\u0e87 \u0ec1\u0e9c\u0e99\u0e82\u0ead\u0e87 \u0ea5\u0eb1\u0e94\u0e96\u0eb0\u0e9a\u0eb2\u0e99 \u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0ec1\u0e97\u0e99\u0e9a\u0ec8\u0ead\u0e99 \u0ea5\u0eb0\u0e9a\u0ebb\u0e9a\u0ea1\u0eb4\u0eaa\u0e8a\u0eb2\u0e8d Trident \u0e81\u0eb1\u0e9a\u0ea5\u0eb0\u0e9a\u0ebb\u0e9a\u0e97\u0eb5\u0ec8\u0e84\u0ec9\u0eb2\u0e8d\u0e84\u0eb7 \u0ec1\u0e95\u0ec8\u0eab\u0ebc\u0eb8\u0e94\u0e9c\u0ec8\u0ead\u0e99\u0ea1\u0eb2\u0e94\u0e95\u0eb2\u0eaa\u0ec8\u0ea7\u0e99.", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u53f0\u6e7e\u5ba2\u5bb6\u30c6\u30ec\u30d3\u306b\u3088\u308c\u3070\u3001\u4f55\u4eba\u304b\u306e\u5c02\u9580\u5bb6\u304c\u5c55\u89a7\u4f1a\u5834\u3067\u691c\u67fb\u3057\u305f\u73fe\u5834\u3067\u306e\u96fb\u78c1\u653e\u5c04\u306e\u7387\u306f\u3001\u56fd\u969b\u6a19\u6e96\u3088\u308a\u78ba\u56fa\u3068\u3057\u3066\u9ad8\u304b\u3063\u305f\u3002 \n Lao: \u0ec2\u0e84\u0eaa\u0ebb\u0e81\u0e8d\u0eb1\u0e87\u0ec4\u0e94\u0ec9\u0e81\u0ec8\u0eb2\u0ea7\u0ead\u0eb5\u0e81\u0ea7\u0ec8\u0eb2 \"\u0e9e\u0ea7\u0e81\u0ec0\u0eae\u0ebb\u0eb2\u0eae\u0eb9\u0ec9\u0eaa\u0eb6\u0e81\u0ec0\u0eab\u0eb1\u0e99\u0ec3\u0e88\u0e84\u0ead\u0e9a\u0e84\u0ebb\u0ea7 \u0edd\u0eb9\u0ec8\u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0e99 \u0ec1\u0ea5\u0eb0 \u0ec0\u0e9e\u0eb7\u0ec8\u0ead\u0e99\u0eae\u0ec8\u0ea7\u0ea1\u0e87\u0eb2\u0e99\u0e82\u0ead\u0e87\u0e9a\u0eb8\u0ea5\u0eb8\u0e94\u0ec4\u0e9b\u0eaa\u0eb0\u0e99\u0eb5 \u0e97\u0eb5\u0ec8\u0ea2\u0eb9\u0ec8\u0ec3\u0e99\u0ec0\u0ea7\u0ea5\u0eb2\u0ead\u0eb1\u0e99\u0ec2\u0eaa\u0e81\u0ec0\u0eaa\u0ebb\u0ec9\u0eb2\u0e99\u0eb5\u0ec9.\"", "output": "No", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u8b66\u5bdf\u306f\u7537\u305f\u3061\u306e\u8eab\u5143\u3092\u307e\u3060\u78ba\u8a8d\u3057\u3066\u3044\u306a\u3044\u3002 \n Lao: \u0e95\u0ecd\u0eb2\u0eab\u0ea5\u0ea7\u0e94\u0e8d\u0eb1\u0e87\u0e9a\u0ecd\u0ec8\u0eae\u0eb9\u0ec9\u0e95\u0ebb\u0ea7\u0e95\u0ebb\u0e99\u0e82\u0ead\u0e87\u0e9a\u0eb1\u0e99\u0e94\u0eb2\u0e8a\u0eb2\u0e8d\u0edc\u0eb8\u0ec8\u0ea1\u0e94\u0eb1\u0ec8\u0e87\u0e81\u0ec8\u0eb2\u0ea7.", "output": "Yes", "category": "Text Matching 237.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u7a7a\u8ecd\u5831\u9053\u62c5\u5f53\u5b98\u306e\u30ab\u30fc\u30eb\u30fb\u30eb\u30a4\u30b9\u306b\u3088\u308b\u3068\u3001\u305d\u306e\u822a\u7a7a\u6a5f\u306f\u7b2c457\u6226\u95d8\u968a\u304b\u3089\u306e\u3082\u306e\u3067\u3001\u6700\u521d\u306e\u5831\u544a\u306e\u9593\u9055\u3044\u306f\u3001\u57fa\u5730\u306e\u30aa\u30d5\u30a3\u30b9\u9593\u306e\u5185\u90e8\u901a\u4fe1\u554f\u984c\u306b\u3088\u308b\u3082\u306e\u3067\u3042\u3063\u305f\u3002", "output": "\u0e08\u0e32\u0e01\u0e04\u0e33\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e42\u0e06\u0e29\u0e01\u0e01\u0e2d\u0e07\u0e17\u0e31\u0e1e\u0e2d\u0e32\u0e01\u0e32\u0e28 Karl Lewis \u0e27\u0e48\u0e32 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1a\u0e34\u0e19\u0e19\u0e31\u0e49\u0e19 \u0e40\u0e1b\u0e47\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e32\u0e08\u0e32\u0e01\u0e01\u0e2d\u0e07\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e1a\u0e17\u0e35\u0e48 457 \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e14\u0e31\u0e49\u0e07\u0e40\u0e14\u0e34\u0e21 \u0e40\u0e01\u0e34\u0e14\u0e08\u0e32\u0e01\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23\u0e20\u0e32\u0e22\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e10\u0e32\u0e19\u0e17\u0e31\u0e1e", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u30ef\u30b7\u30f3\u30c8\u30f3D.C.\u304b\u3089\u2014\u74b0\u5883\u4fdd\u8b77\u5e81\u306f\u3001\u5730\u7403\u6e29\u6696\u5316\u3068\u95d8\u3046\u305f\u3081\u306b\u3001\u5175\u5668\u5eab\u306b\u65b0\u3057\u3044\u30c4\u30fc\u30eb\u3092\u6301\u3064\u304b\u3082\u3057\u308c\u306a\u3044\u3002", "output": "\u0e27\u0e2d\u0e07\u0e0a\u0e34\u0e07\u0e15\u0e31\u0e19\u0e14\u0e35\u0e0b\u0e35- \u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e07\u0e32\u0e19\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e21\u0e32\u0e15\u0e23\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e43\u0e2b\u0e21\u0e48\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e2a\u0e39\u0e49\u0e01\u0e31\u0e1a\u0e20\u0e32\u0e27\u0e30\u0e42\u0e25\u0e01\u0e23\u0e49\u0e2d\u0e19", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u300c\u6211\u3005\u306f\u9732\u5730\u3092\u51fa\u3066\u3001\u306b\u304e\u3084\u304b\u306a\u30c8\u30f3\u30d6\u30ea\u5730\u533a\u3078\u6b69\u3044\u3066\u3044\u304d\u307e\u3057\u305f\u300d", "output": ":\"\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e0b\u0e2d\u0e22\u0e44\u0e1b \u0e40\u0e23\u0e32\u0e01\u0e47\u0e40\u0e14\u0e34\u0e19\u0e44\u0e1b\u0e15\u0e32\u0e21\u0e22\u0e48\u0e32\u0e19\u0e04\u0e19\u0e1e\u0e25\u0e38\u0e01\u0e1e\u0e25\u0e48\u0e32\u0e19\u0e43\u0e19\u0e40\u0e02\u0e15\u0e18\u0e19\u0e1a\u0e38\u0e23\u0e35\"", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u300c\u6211\u3005\u304c\u9032\u5316\u306e\u539f\u56e0\u306e\u4e00\u90e8\u3092\u6b62\u3081\u306a\u3044\u9650\u308a\u3001\u4ed8\u3044\u3066\u3044\u304f\u306e\u306f\u96e3\u3057\u3044\u3002\u300d", "output": "\"\u0e19\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e22\u0e32\u0e01\u0e08\u0e30\u0e15\u0e32\u0e21\u0e44\u0e14\u0e49\u0e17\u0e31\u0e19 \u0e40\u0e27\u0e49\u0e19\u0e40\u0e2a\u0e35\u0e22\u0e41\u0e15\u0e48\u0e27\u0e48\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e08\u0e30\u0e25\u0e14\u0e2a\u0e32\u0e40\u0e2b\u0e15\u0e38\u0e1a\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e01\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e01\u0e34\u0e14\u0e27\u0e34\u0e27\u0e31\u0e12\u0e19\u0e32\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e48\u0e19\u0e19\u0e35\u0e49\"", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\uff11\uff19\uff19\uff11\u5e74\u4ee5\u964d\u3001\uff12\uff10\u4eba\u304c\u30ab\u30ca\u30c0\u3067\u5b89\u5168\u8a3c\u660e\u66f8\u6cd5\u306e\u3082\u3068\u3067\u8d77\u8a34\u3055\u308c\u305f\u3002", "output": "\u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e1b\u0e35 1991 \u0e21\u0e35\u0e1c\u0e39\u0e49\u0e16\u0e39\u0e01\u0e15\u0e31\u0e49\u0e07\u0e02\u0e49\u0e2d\u0e2b\u0e32\u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e21\u0e31\u0e48\u0e19\u0e04\u0e07\u0e43\u0e19\u0e40\u0e04\u0e19\u0e32\u0e14\u0e32 \u0e40\u0e1e\u0e35\u0e22\u0e07\u0e22\u0e35\u0e48\u0e2a\u0e34\u0e1a\u0e04\u0e19", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3053\u306e\u6cd5\u5f8b\u306f\u30012003\u5e74\u306b7\u6b73\u306e\u30ad\u30e3\u30ed\u30e9\u30a4\u30ca\u30fb\u30a2\u30f3\u30c0\u30fc\u30bd\u30f3\u304c\u8972\u308f\u308c\u305f\u3068\u304d\u306b\u63d0\u6848\u3055\u308c\u305f\u3002", "output": "\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e19\u0e30\u0e19\u0e33\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d Carolina Anderson \u0e2d\u0e32\u0e22\u0e38 7 \u0e1b\u0e35 \u0e16\u0e39\u0e01\u0e08\u0e39\u0e48\u0e42\u0e08\u0e21\u0e43\u0e19\u0e1b\u0e35 2003", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u3057\u304b\u3057\u3001\u30ab\u30d1\u30c1\u30e7\u30d5\u306f\u3001\u300c\u3053\u306e\u3088\u3046\u306a\u3053\u3068\u306f\u7d76\u5bfe\u306b\u8ab0\u306b\u3067\u3082\u8d77\u3053\u308a\u3046\u308b\u300d\u3068\u7d9a\u3051\u305f\u3002", "output": "\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e01\u0e47\u0e15\u0e32\u0e21 \u0e19\u0e32\u0e22\u0e04\u0e32\u0e1b\u0e32\u0e0a\u0e2d\u0e1f\u0e01\u0e25\u0e48\u0e32\u0e27\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e27\u0e48\u0e32 \"\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e0a\u0e48\u0e19\u0e19\u0e35\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e04\u0e19\u0e17\u0e38\u0e01\u0e04\u0e19\"", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u305d\u306e\u5ddd\u306f\u3001\u30a2\u30a4\u30eb\u30e9\u30f3\u30c9\u306b\u751f\u307e\u308c\u305f\u56da\u4eba\u3067\u3001\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u306b\u9001\u3089\u308c\u30011830\u5e74\u4ee3\u304b\u30891840\u5e74\u4ee3\u306b\u305d\u306e\u5730\u57df\u306b\u4f4f\u3093\u3067\u3044\u305f\u30ae\u30e3\u30ec\u30c3\u30c8\u30fb\u30b3\u30c3\u30bf\u30fc\u306e\u540d\u3092\u3068\u3063\u3066\u547d\u540d\u3055\u308c\u305f\u3002", "output": "\u0e41\u0e21\u0e48\u0e19\u0e49\u0e33\u0e41\u0e2b\u0e48\u0e07\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e15\u0e31\u0e49\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e15\u0e32\u0e21\u0e01\u0e32\u0e23\u0e4c\u0e40\u0e23\u0e47\u0e15\u0e15\u0e4c \u0e04\u0e2d\u0e15\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e19\u0e31\u0e01\u0e42\u0e17\u0e29\u0e0a\u0e32\u0e27\u0e44\u0e2d\u0e23\u0e4c\u0e41\u0e25\u0e19\u0e14\u0e4c \u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e2a\u0e48\u0e07\u0e21\u0e32\u0e22\u0e31\u0e07\u0e2d\u0e2d\u0e2a\u0e40\u0e15\u0e23\u0e40\u0e25\u0e35\u0e22\u0e41\u0e25\u0e30\u0e2d\u0e32\u0e28\u0e31\u0e22\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e1a\u0e23\u0e34\u0e40\u0e27\u0e13\u0e19\u0e35\u0e49\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e1b\u0e35 \u0e17\u0e28\u0e27\u0e23\u0e23\u0e291830 \u0e41\u0e25\u0e30 \u0e17\u0e28\u0e27\u0e23\u0e23\u0e29 1840", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Wikinews\u306f\u3001\u30a2\u30e1\u30ea\u30ab\u306e\u30ed\u30c3\u30af\u30b7\u30f3\u30ac\u30fc\u3001\u30df\u30fc\u30c8\u30fb\u30ed\u30fc\u30d5\u304c\u30a4\u30ae\u30ea\u30b9\u306e\u30cb\u30e5\u30fc\u30ab\u30c3\u30b9\u30eb\u30fb\u30a2\u30dd\u30f3\u30fb\u30bf\u30a4\u30f3\u3067\u306e\u30b3\u30f3\u30b5\u30fc\u30c8\u4e2d\u306b\u75c5\u6c17\u306b\u306a\u3063\u305f\u3068\u306e\u60c5\u5831\u3092\u5f97\u305f\u3002", "output": "\u0e27\u0e34\u0e01\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e27\u0e48\u0e32 \u0e21\u0e35\u0e17 \u0e42\u0e25\u0e1f \u0e19\u0e31\u0e01\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e1e\u0e25\u0e07\u0e23\u0e47\u0e2d\u0e04\u0e0a\u0e32\u0e27 \u0e2a\u0e2b\u0e23\u0e31\u0e10\u0e40\u0e01\u0e34\u0e14\u0e2d\u0e32\u0e01\u0e32\u0e23\u0e1b\u0e48\u0e27\u0e22\u0e01\u0e23\u0e30\u0e17\u0e31\u0e19\u0e2b\u0e31\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e2d\u0e19\u0e40\u0e2a\u0e34\u0e23\u0e4c\u0e15\u0e17\u0e35\u0e48 \u0e19\u0e34\u0e27\u0e04\u0e32\u0e2a\u0e40\u0e0b\u0e34\u0e25 \u0e02\u0e49\u0e32\u0e07\u0e41\u0e21\u0e48\u0e19\u0e49\u0e33\u0e40\u0e18\u0e19 \u0e43\u0e19\u0e2a\u0e2b\u0e23\u0e32\u0e0a\u0e2d\u0e32\u0e13\u0e32\u0e08\u0e31\u0e01\u0e23", "category": "Translation 238.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\"Red Baron\" \u0e17\u0e33\u0e40\u0e27\u0e25\u0e32\u0e44\u0e14\u0e49\u0e2a\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14 \u0e41\u0e25\u0e30\u0e17\u0e33\u0e2a\u0e15\u0e34\u0e16\u0e34\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e17\u0e32\u0e07\u0e42\u0e04\u0e49\u0e07\u0e19\u0e35\u0e49", "output": "\u300c\u30ec\u30c3\u30c9\u30fb\u30d0\u30ed\u30f3\u300d\u306f\u3053\u306e\u30c8\u30e9\u30c3\u30af\u3067\u6700\u901f\u30bf\u30a4\u30e0\u3068\u6700\u9ad8\u901f\u5ea6\u8a18\u9332\u3092\u6253\u3061\u7acb\u3066\u305f\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e21\u0e31\u0e19\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e44\u0e21\u0e48\u0e01\u0e35\u0e48\u0e27\u0e31\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e02\u0e48\u0e32\u0e27\u0e02\u0e2d\u0e07\u0e23\u0e31\u0e2a\u0e40\u0e0b\u0e35\u0e22 Itar-Tass \u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e27\u0e48\u0e32 \u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07 Kim Jong Il \u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e1b\u0e25\u0e14\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e30\u0e43\u0e19\u0e40\u0e01\u0e32\u0e2b\u0e25\u0e35\u0e40\u0e2b\u0e19\u0e37\u0e2d", "output": "\u30ed\u30b7\u30a2\u306e\u901a\u4fe1\u793e\u3067\u3042\u308b\u30a4\u30bf\u30eb\u30fb\u30bf\u30b9\u901a\u4fe1\u304c\u3001\u300c\u6700\u8fd1\u306e\u8096\u50cf\u753b\u304c\u671d\u9bae\u306e\u516c\u5171\u306e\u5834\u3067\u306e\u5c55\u793a\u304b\u3089\u5916\u3055\u308c\u305f\u300d\u3068\u5831\u3058\u3066\u304b\u3089\u307e\u3060\u6570\u65e5\u306e\u3053\u3068\u3067\u3057\u305f\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e2a\u0e2b\u0e20\u0e32\u0e1e\u0e22\u0e38\u0e42\u0e23\u0e1b (EU) \u0e01\u0e23\u0e23\u0e21\u0e18\u0e34\u0e01\u0e32\u0e23\u0e40\u0e01\u0e29\u0e15\u0e23\u0e01\u0e23\u0e23\u0e21 \u0e19\u0e32\u0e07\u0e21\u0e32\u0e40\u0e23\u0e35\u0e22\u0e19\u0e19\u0e4c \u0e1f\u0e34\u0e2a\u0e40\u0e0a\u0e2d\u0e23\u0e4c \u0e42\u0e1a\u0e40\u0e2d\u0e25 \u0e44\u0e14\u0e49\u0e43\u0e2b\u0e49\u0e2a\u0e31\u0e0d\u0e0d\u0e32\u0e27\u0e48\u0e32\u0e08\u0e30\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d \u20ac280 (US$418) \u0e25\u0e49\u0e32\u0e19\u0e41\u0e01\u0e48\u0e40\u0e01\u0e29\u0e15\u0e23\u0e01\u0e23\u0e1f\u0e32\u0e23\u0e4c\u0e21\u0e19\u0e21\u0e43\u0e19\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e30\u0e17\u0e49\u0e27\u0e07\u0e21\u0e32\u0e2b\u0e25\u0e32\u0e22\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "output": "\u30e8\u30fc\u30ed\u30c3\u30d1\u9023\u5408\uff08\uff25\uff35\uff09\u8fb2\u696d\u59d4\u54e1\u9577\u30de\u30ea\u30a2\u30f3\u30fb\u30d5\u30a3\u30c3\u30b7\u30e3\u30fc\u30fb\u30dc\u30a8\u30eb\u306f\u6708\u66dc\u65e5\u3001\u6570\u9031\u9593\u306e\u6297\u8b70\u306e\u3042\u3068\u3001\u916a\u8fb2\u8fb2\u5bb6\u306b\u591a\u984d\u306e\u91d1\u92ad\u3092\u652f\u7d66\u3059\u308b\u3053\u3068\u3092\u7d04\u675f\u3057\u305f\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e1c\u0e39\u0e49\u0e1e\u0e34\u0e1e\u0e32\u0e01\u0e29\u0e32\u0e28\u0e32\u0e25\u0e17\u0e49\u0e2d\u0e07\u0e16\u0e34\u0e48\u0e19\u0e02\u0e2d\u0e07\u0e2d\u0e40\u0e21\u0e23\u0e34\u0e01\u0e32 John Jones \u0e1c\u0e39\u0e49\u0e1f\u0e31\u0e07\u0e04\u0e14\u0e35\u0e04\u0e27\u0e32\u0e21\u0e41\u0e1e\u0e48\u0e07 \u0e04\u0e32\u0e14\u0e27\u0e48\u0e32\u0e08\u0e30\u0e43\u0e2b\u0e49\u0e04\u0e33\u0e15\u0e31\u0e14\u0e2a\u0e34\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e02\u0e32\u0e20\u0e32\u0e22\u0e43\u0e19\u0e2a\u0e34\u0e49\u0e19\u0e1b\u0e35", "output": "\u975e\u966a\u5be9\u54e1\u88c1\u5224\u3067\u5be9\u8b70\u3057\u305f\u5408\u8846\u56fd\u5730\u65b9\u88c1\u5224\u6240\u5224\u4e8b\u306e\u30b8\u30e7\u30f3\u30fb\u30b8\u30e7\u30fc\u30f3\u30ba\u306f\u3001\u5e74\u672b\u307e\u3067\u306b\u5224\u6c7a\u3092\u304f\u3060\u3057\u305f\u3044\u3068\u671b\u3080\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e2a\u0e34\u0e1a\u0e40\u0e01\u0e49\u0e32\u0e04\u0e19\u0e16\u0e39\u0e01\u0e08\u0e31\u0e1a\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e0a\u0e25\u0e22 \u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e25\u0e31\u0e01\u0e1e\u0e32\u0e15\u0e31\u0e27\u0e41\u0e1b\u0e14\u0e04\u0e23\u0e31\u0e49\u0e07\u0e43\u0e19\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e19\u0e35\u0e49", "output": "\u4eca\u6708\u306f8\u4ef6\u306e\u4e8b\u4ef6\u306719\u4eba\u304c\u62d8\u675f\u3055\u308c\u3066\u3044\u308b\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "Katy Austin \u0e1c\u0e39\u0e49\u0e25\u0e07\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e2b\u0e19\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48 \u0e08\u0e32\u0e01\u0e1e\u0e23\u0e23\u0e04 Democratic\u0e44\u0e14\u0e49\u0e25\u0e07\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e15\u0e31\u0e49\u0e07\u0e40\u0e02\u0e15 Simcoe-Grey", "output": "\u6c11\u4e3b\u515a\u306e\u65b0\u4eba\u5019\u88dc\u3067\u3042\u308b\u30b1\u30fc\u30c6\u30a3\u30fb\u30aa\u30fc\u30b9\u30c6\u30a3\u30f3\u306fSimcoe-Grey\u9078\u6319\u533a\u306e\u9078\u6319\u306b\u7acb\u5019\u88dc\u3057\u3066\u3044\u307e\u3059\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e16\u0e37\u0e2d\u0e2b\u0e38\u0e49\u0e19\u0e02\u0e2d\u0e07 PlanetOut \u0e08\u0e30\u0e21\u0e35\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e1c\u0e25\u0e15\u0e2d\u0e1a\u0e41\u0e17\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07 20% \u0e02\u0e2d\u0e07\u0e2b\u0e38\u0e49\u0e19 Here Media Inc. \u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19", "output": "\u30d7\u30e9\u30cd\u30c3\u30c8\u30a2\u30a6\u30c8\u306e\u682a\u4e3b\u306f\u3001\u30d2\u30e4\u30fb\u30e1\u30c7\u30a3\u30a2\u306e\u305f\u3063\u305f20\uff05\u306b\u76f8\u5f53\u3059\u308b\u3053\u3068\u306b\u306a\u308b\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e15\u0e32\u0e21 Bergwik \u0e19\u0e31\u0e49\u0e19 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23 Landmark Education \u0e16\u0e39\u0e01\u0e2d\u0e2d\u0e01\u0e2d\u0e32\u0e01\u0e32\u0e28\u0e43\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23 Kalla Fakta \"Landmark \u0e01\u0e47\u0e2d\u0e2d\u0e01\u0e44\u0e1b\u0e08\u0e32\u0e01\u0e2a\u0e27\u0e35\u0e40\u0e14\u0e19\"", "output": "Bergwik\u306b\u3088\u308b\u3068\u3001KallaFakta\u3067\u30e9\u30f3\u30c9\u30de\u30fc\u30af\u30a8\u30c7\u30e5\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u3064\u3044\u3066\u653e\u9001\u3055\u308c\u308b\u3068\u3001\u300c\u30e9\u30f3\u30c9\u30de\u30fc\u30af\u306f\u30b9\u30a6\u30a7\u30fc\u30c7\u30f3\u304b\u3089\u51fa\u3066\u3044\u3051\u300d\u3068\u58f0\u304c\u4e0a\u304c\u3063\u305f\u3002", "category": "Translation 239.json" }, { "instruction": "Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.", "input": "\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e19\u0e35\u0e49\u0e22\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27\u0e27\u0e48\u0e32 \"Sarah\u0e41\u0e25\u0e30\u0e1e\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e40\u0e18\u0e2d\u0e15\u0e37\u0e48\u0e19\u0e19\u0e2d\u0e19\u0e40\u0e27\u0e25\u0e32\u0e15\u0e35\u0e2a\u0e32\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e44\u0e1b\u0e25\u0e48\u0e32\u0e01\u0e27\u0e32\u0e07\u0e01\u0e48\u0e2d\u0e19\u0e44\u0e1b\u0e42\u0e23\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e43\u0e19\u0e1a\u0e32\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07 \u0e41\u0e25\u0e30\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e23\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e40\u0e18\u0e2d\u0e22\u0e31\u0e07\u0e25\u0e07\u0e41\u0e02\u0e48\u0e07\u0e27\u0e34\u0e48\u0e07 5 \u0e41\u0e25\u0e30 10 \u0e01\u0e34\u0e42\u0e25\u0e40\u0e21\u0e15\u0e23\u0e40\u0e1b\u0e47\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\"", "output": "\u3053\u306e\u7de8\u96c6\u3067\u306f\u307e\u305f\u300c\u30b5\u30e9\u3068\u5f7c\u5973\u306e\u7236\u306f\u3001\u6642\u3005\u5348\u524d3\u6642\u306b\u8d77\u304d\u3001\u5b66\u6821\u306b\u884c\u304f\u524d\u306b\u5927\u9e7f\u306e\u72e9\u731f\u3092\u3057\u3001\u5bb6\u65cf\u306f\u5b9a\u671f\u7684\u306b\u30015\u30ad\u30ed\u306810\u30ad\u30ed\u306e\u30ec\u30fc\u30b9\u3092\u8d70\u3063\u3066\u3044\u308b\u300d\u3068\u66f8\u304b\u308c\u305f\u3002", "category": "Translation 239.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: The students ended up fighting back and trying to sue the company for copyright infringements upon their own works . Their argument was that the company is profiting by copying students papers onto their servers because they are granted permission . The only reason students give permission is because the schools force them to sign a waiver that allows tunitin.com to do this . \nQuestion: Why would the students feel that a lawsuit over their works was warranted ? \nCorrect Answer: The students wanted to receive payment for their work .", "output": "The students wanted to receive a high five for their work ., The students wanted to receive acknowledgement for their work .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: Foxy got adopted / fostered by the guy today ! Yaaaaay ! He 's a New York Jew who works from home ( web company ) and has a 15 year old mini poodle . He recently had to put down his jack russell . \nQuestion: What type of animal does the man own ? \nCorrect Answer: He has a puppy .", "output": "He has a cat ., He has a horse from New York ., He has a kitten .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: It seems I ' ve got too much time for stupid things because I went to a tattoo studio yesterday and now I ' m tattooed . Since I ' m a coward it 's just a small tattoo , it 's on my wrist . It did n't hurt , it burned a while . Well it did bleed of course , just a bit but it was n't that bad . \nQuestion: With this tattoo how many tattoos does that make total for the narrator ? \nCorrect Answer: The narrator only has one tattoo because this was their first .", "output": "The narrator has a couple of tattoos but they are all small , and on her wrist ., The only other tattoo they have says the word \" time \" ., This tattoo was used to cover up another tattoo because the first one was ba .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: My mom walks up behind me whilst I was on face book and asks me why I ' m wearing Sadie 's dress . I yell at her saying it is n't saying dress and storm out the room . Lets just say I am very good at avoiding any subject . Since I have no job I ' m just gon na start squeezing a blog out every day documenting my emotional changes . \nQuestion: What may be the reason for their interest in a blog ? \nCorrect Answer: They do n't have a real job .", "output": "They want to blog about their mom ., They want to make a lot of money .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: The customers make the levels much more challenging and the need to cook the meals adds another task to juggle and complete . There are so many things going on it is challenging to complete them all and keep the customer happy . The graphics in the game are nice looking and the food items are easily discernible . The locations change as the player progresses through the game and the graphics are always fitting of the location . \nQuestion: What may cause the levels to be challenging ? \nCorrect Answer: There are many tasks to complete simultaneously .", "output": "The food items are hard to discern from each other ., There are many cooking tasks to complete simultaneously .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: Do you think that involves letting Detective Messer live when Detective Taylor does n't give him what he wants ? \" At this , Gracie 's eyes were wide and worried , her hands starting to wring together slightly as Angell continued to lay things out for her . \" If Hirsch kills him , and we ca n't find him ? That 's first degree murder , and not just that , he killed a cop . \nQuestion: What may be the reason for Gracie wringing her hands together ? \nCorrect Answer: She is nervous .", "output": "She had cold hands ., She had sweaty hands .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: For the DOLL FUNERAL . And they even ask Little Bear 's mom for a box for the funeral and the mom looks at them like \" WTF YOU KILLED YOUR DOLL ? HOW DO YOU EVEN DO THAT , \" but she goes along with it 'cause it 's Emily 's doll and if Emily says it 's dead , the doll is dead . Grown ups always try to do that whole \" Oh look , she 's magically all better , \" thing but kids never fall for it . \nQuestion: What will Emily do with the box .? \nCorrect Answer: She will bury the dead doll in the back of the yard .", "output": "She will ship the doll off to another friend ., She will wrap the doll in the box as a present .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: he 's great.his party got derailed yesterday when i woke up ill . i can usually get by when i ' m feeling off , but this involved worshipping at the porcelain altar . his party got deflected into happier climes . shigella , m , and malie took him out for lunch , and he left me alone for the bulk of the day . when i ' m sick , i just want to be isolated , and let be . \nQuestion: What caused the party to be cancelled ? \nCorrect Answer: The person who got sick was throwing up.", "output": "After going out to lunch they got sick and could n't have the party., The host spent too much time at lunch and missed the party.", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Craft one incorrect answer. In doing so, try to use words from the context as much as possible, or by using similar words used in the correct answer. DO NOT craft nonsensical or off-topic incorrect answers, such that the incorrect answers can be directly excluded without reasoning according to the context. Try to make your responses similar to the given correct answer. To this end, try to keep both the length and the style as similar as possible between the correct and the incorrect answer. To make your incorrect answers more difficult, try to incorporate words from context. To avoid being predictable or repetitive, try to add more variations and complexity.", "input": "Context: Our generator is almost but not quite exactly like this one . So I was driving home this afternoon and spotted a big hand - painted sign by the road outside our local Home Depot : \" Do you want a generator ? Come inside ! \" Nah , I thought , too good to be true . \nQuestion: What may be the reason I thought the sign was too good to be true ? \nCorrect Answer: Power generation systems were almost impossible to find in my area .", "output": "I never thought I would see a Home Depot inviting people to come inside ., I was shocked to find a store that was open after the storm hit the area .", "category": "Wrong Candidate Generation 24.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u524d\u30a2\u30e1\u30ea\u30ab\u5408\u8846\u56fd\u5927\u7d71\u9818\u306e\u30d3\u30eb\u30fb\u30af\u30ea\u30f3\u30c8\u30f3\u306f5\u670821\u65e5\u306b\u30eb\u30fc\u30de\u30cb\u30a2\u3092\u8a2a\u554f\u3057\u3001\u30d6\u30ab\u30ec\u30b9\u30c8\u3067\u306e2005\u5e74\u56fd\u5883\u3092\u8d8a\u3048\u308b\u4f1a\u8b70\u306b\u57fa\u8abf\u6f14\u8aac\u8005\u3068\u3057\u3066\u53c2\u52a0\u3059\u308b\u3002 \n Thai: \u0e23\u0e32\u0e04\u0e32\u0e19\u0e49\u0e33\u0e21\u0e31\u0e19\u0e14\u0e34\u0e1a\u0e44\u0e14\u0e49\u0e02\u0e22\u0e31\u0e1a\u0e02\u0e36\u0e49\u0e19\u0e16\u0e36\u0e07 100 \u0e14\u0e2d\u0e25\u0e25\u0e32\u0e23\u0e4c\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c\u0e01\u0e48\u0e2d\u0e19 \u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e1b\u0e23\u0e31\u0e1a\u0e15\u0e31\u0e27\u0e25\u0e14\u0e25\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", "output": "No", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u58ca\u308c\u305f\u8eca\u4e21\u306b\u6b8b\u3063\u3066\u3044\u308b\u907a\u4f53\u306e\u6b63\u78ba\u306a\u6570\u306f\u5206\u304b\u3089\u306a\u3044\u3002 \n Thai: \u0e1c\u0e39\u0e49\u0e41\u0e17\u0e19\u0e02\u0e2d\u0e07\u0e1b\u0e32\u0e1b\u0e31\u0e27\u0e19\u0e34\u0e27\u0e01\u0e35\u0e40\u0e19\u0e35\u0e22\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e1e\u0e32\u0e23\u0e32\u0e25\u0e34\u0e21\u0e1b\u0e34\u0e04\u0e1b\u0e352012 \u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49 \u0e04\u0e37\u0e2d\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e01\u0e23\u0e23\u0e21\u0e18\u0e34\u0e01\u0e32\u0e23\u0e1e\u0e32\u0e23\u0e32\u0e25\u0e34\u0e21\u0e1b\u0e34\u0e04\u0e19\u0e34\u0e27\u0e01\u0e35\u0e40\u0e19\u0e35\u0e22 \u0e04\u0e38\u0e13\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e19\u0e32\u0e23\u0e4c\u0e14 \u0e0a\u0e32\u0e19;\u0e2b\u0e31\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e04\u0e13\u0e30 \u0e14\u0e23.\u0e40\u0e04\u0e1f\u0e39 \u0e21\u0e32;\u0e1c\u0e39\u0e49\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e17\u0e35\u0e21 \u0e04\u0e38\u0e13\u0e42\u0e23\u0e2a\u0e41\u0e21\u0e23\u0e35 \u0e21\u0e32\u0e27\u0e35; \u0e04\u0e38\u0e13\u0e14\u0e32\u0e27\u0e35\u0e19\u0e32 \u0e0a\u0e32\u0e19 \u0e20\u0e23\u0e23\u0e22\u0e32\u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19 \u0e2f; \u0e1d\u0e36\u0e01\u0e0b\u0e49\u0e2d\u0e21 \u0e04\u0e38\u0e13\u0e27\u0e34\u0e25\u0e40\u0e25\u0e35\u0e22\u0e21 \u0e41\u0e21\u0e47\u0e04\u0e40\u0e04\u0e19\u0e19\u0e35;\u0e41\u0e25\u0e30\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48 \u0e04\u0e38\u0e13\u0e40\u0e08\u0e47\u0e1f\u0e1f\u0e23\u0e35 \u0e23\u0e47\u0e2d\u0e1a\u0e1a\u0e35\u0e49", "output": "No", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u3053\u306e\u56fd\u3067\u306f\u3001\u540c\u6027\u611b\u304c\u3059\u3067\u306b\u6700\u9ad814\u5e74\u306e\u7981\u56fa\u5211\u3092\u79d1\u3055\u308c\u308b\u5211\u4e8b\u72af\u3067\u3042\u308a\u3001\u3053\u306e\u6cd5\u6848\u306b\u3088\u308a\u7f70\u304c\u7d42\u8eab\u5211\u306b\u307e\u3067\u4e0a\u3052\u3089\u308c\u308b\u3002 \n Thai: \u0e43\u0e19\u0e0a\u0e32\u0e15\u0e34\u0e17\u0e35\u0e48\u0e01\u0e32\u0e23\u0e23\u0e31\u0e01\u0e23\u0e48\u0e27\u0e21\u0e40\u0e1e\u0e28\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e33\u0e1c\u0e34\u0e14\u0e17\u0e32\u0e07\u0e2d\u0e32\u0e0d\u0e32\u0e41\u0e25\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e42\u0e17\u0e29\u0e08\u0e33\u0e04\u0e38\u0e01\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 \u0e2a\u0e34\u0e1a\u0e2a\u0e35\u0e48\u0e1b\u0e35\u0e41\u0e25\u0e30\u0e23\u0e48\u0e32\u0e07\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e19\u0e35\u0e49\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e25\u0e07\u0e42\u0e17\u0e29\u0e16\u0e36\u0e07\u0e08\u0e33\u0e04\u0e38\u0e01\u0e15\u0e25\u0e2d\u0e14\u0e0a\u0e35\u0e27\u0e34\u0e15", "output": "Yes", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300cDUP\u306e\u8a00\u3044\u9003\u308c\u3068\u60aa\u3042\u304c\u304d\u304c\u9032\u6b69\u306e\u53ef\u80fd\u6027\u3092\u963b\u3093\u3067\u304a\u308a\u3001\u6211\u3005\u5168\u54e1\u3092\u793e\u4f1a\u306e\u7b11\u3044\u3082\u306e\u306b\u3057\u3066\u3044\u308b\u3002\u300d \n Thai: \"\u0e01\u0e32\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e01\u0e25\u0e2d\u0e01\u0e41\u0e25\u0e30\u0e1b\u0e25\u0e34\u0e49\u0e19\u0e1b\u0e25\u0e49\u0e2d\u0e19\u0e02\u0e2d\u0e07\u0e1e\u0e23\u0e23\u0e04DUP \u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e02\u0e31\u0e14\u0e02\u0e27\u0e32\u0e07\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e43\u0e19\u0e01\u0e32\u0e23\u0e01\u0e49\u0e32\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e25\u0e30\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32\u0e17\u0e38\u0e01\u0e04\u0e19\u0e16\u0e39\u0e01\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e0a\u0e19\u0e40\u0e22\u0e32\u0e30\u0e40\u0e22\u0e49\u0e22\"", "output": "Yes", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u56fd\u306e\u6307\u5c0e\u8005\uff08\u3059\u3079\u3066\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u52b4\u50cd\u515a\u306e\u30e1\u30f3\u30d0\u30fc\u3067\u3042\u308b\uff09\u304c\u6628\u591c\u3001\u30b8\u30e7\u30f3\u30fb\u30cf\u30ef\u30fc\u30c9\u8c6a\u9996\u76f8\u306b\u5bfe\u5fdc\u3059\u308b\u305f\u3081\u306e\u6226\u7565\u3092\u7df4\u308b\u305f\u3081\u306b\u96c6\u307e\u3063\u305f\u3002 \n Thai: \u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e27\u0e38\u0e12\u0e34\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01Kerry O'Brien (\u0e1e\u0e23\u0e23\u0e04\u0e41\u0e23\u0e07\u0e07\u0e32\u0e19, \u0e23\u0e31\u0e10\u0e17\u0e31\u0e2a\u0e21\u0e32\u0e40\u0e19\u0e35\u0e22) \u0e44\u0e14\u0e49\u0e27\u0e34\u0e08\u0e32\u0e23\u0e13\u0e4c\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e0a\u0e32\u0e22\u0e1d\u0e31\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e23\u0e31\u0e10\u0e1a\u0e32\u0e25 \u0e41\u0e25\u0e30\u0e40\u0e19\u0e49\u0e19\u0e22\u0e49\u0e33\u0e20\u0e31\u0e22\u0e2d\u0e31\u0e19\u0e15\u0e23\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e01\u0e40\u0e09\u0e22\u0e40\u0e23\u0e37\u0e2d\u0e25\u0e33\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27\u0e16\u0e36\u0e07\u0e2a\u0e34\u0e1a\u0e40\u0e08\u0e47\u0e14\u0e27\u0e31\u0e19 \u0e42\u0e14\u0e22\u0e01\u0e25\u0e48\u0e32\u0e27\u0e27\u0e48\u0e32 \"\u0e01\u0e32\u0e23\u0e27\u0e32\u0e07\u0e17\u0e48\u0e32\u0e17\u0e35\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e21\u0e32\u0e41\u0e25\u0e30\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e22\u0e31\u0e07\u0e27\u0e32\u0e07\u0e17\u0e48\u0e32\u0e17\u0e35\u0e40\u0e0a\u0e48\u0e19\u0e19\u0e31\u0e49\u0e19\u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e49\u0e32\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e41\u0e25\u0e30\u0e14\u0e49\u0e32\u0e19\u0e15\u0e23\u0e27\u0e08\u0e15\u0e23\u0e32\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e23\u0e39\u0e49\" \u0e41\u0e25\u0e30\u0e40\u0e23\u0e37\u0e2d\u0e40\u0e08\u0e35\u0e22\u0e19\u0e40\u0e2a\u0e47\u0e07\u0e44\u0e14\u0e49\"\u0e16\u0e39\u0e01\u0e1b\u0e0f\u0e34\u0e40\u0e2a\u0e18\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e17\u0e48\u0e32\u0e40\u0e23\u0e37\u0e2d\u0e40\u0e27\u0e22\u0e4c\u0e1b\u0e32..\u0e0b\u0e36\u0e48\u0e07\u0e2d\u0e32\u0e08\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e44\u0e14\u0e49\u0e27\u0e48\u0e32\u0e21\u0e35\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e23\u0e17\u0e38\u0e01\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e19\u0e48\u0e19\u0e2d\u0e19\"", "output": "No", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u300eHolyBloodandtheHolyGrail\u300f\u306e\u7b2c\u4e09\u306e\u8457\u8005\u3067\u3042\u308b\u30d8\u30f3\u30ea\u30fc\u30fb\u30ea\u30f3\u30ab\u30fc\u30f3\u6c0f\u306f\u3001\u3053\u306e\u8a34\u8a1f\u306b\u95a2\u308f\u3063\u3066\u3044\u306a\u3044\u3002 \n Thai: \u0e01\u0e31\u0e1b\u0e15\u0e31\u0e19\u0e16\u0e39\u0e01\u0e1b\u0e23\u0e31\u0e1a\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07 9,000\u0e14\u0e2d\u0e25\u0e25\u0e32\u0e23\u0e4c \u0e16\u0e36\u0e07 15,000\u0e14\u0e2d\u0e25\u0e25\u0e32\u0e23\u0e4c \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e17\u0e33\u0e1b\u0e23\u0e30\u0e21\u0e07\u0e41\u0e25\u0e30\u0e08\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e37\u0e2d\u0e01\u0e2b\u0e32\u0e22\u0e19\u0e21\u0e2a\u0e32\u0e27 \u0e43\u0e19\u0e19\u0e48\u0e32\u0e19\u0e19\u0e49\u0e33\u0e2d\u0e2d\u0e2a\u0e40\u0e15\u0e23\u0e40\u0e25\u0e35\u0e22\u0e19\u0e2d\u0e01\u0e0a\u0e32\u0e22\u0e1d\u0e31\u0e48\u0e07\u0e15\u0e30\u0e27\u0e31\u0e19\u0e15\u0e01\u0e40\u0e09\u0e35\u0e22\u0e07\u0e40\u0e2b\u0e19\u0e37\u0e2d\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e01\u0e48\u0e2d\u0e19", "output": "No", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: 1964\u5e74\u516c\u6c11\u6a29\u6cd5\u7b2c7\u7de8\u306b\u3088\u308b\u3068\u3001\u96c7\u7528\u4e3b\u306f\u5f93\u696d\u54e1\u306e\u5b97\u6559\u7684\u306a\u4fe1\u4ef0\u304c\u300c\u904e\u5ea6\u306a\u56f0\u96e3\u300d\u3068\u306a\u3063\u3066\u3044\u306a\u3044\u9650\u308a\u3001\u305d\u308c\u306b\u300c\u7406\u6027\u7684\u306b\u5bfe\u5fdc\u300d\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002 \n Thai: \u0e15\u0e32\u0e21\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e35\u0e48 7 \u0e02\u0e2d\u0e07\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e21\u0e19\u0e38\u0e29\u0e22\u0e0a\u0e19\u0e1b\u0e35 1964 \u0e1c\u0e39\u0e49\u0e27\u0e48\u0e32\u0e08\u0e49\u0e32\u0e07\u0e15\u0e49\u0e2d\u0e07 \"\u0e2d\u0e33\u0e19\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e30\u0e14\u0e27\u0e01\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\" \u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e32\u0e07\u0e28\u0e32\u0e2a\u0e19\u0e32\u0e02\u0e2d\u0e07\u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e40\u0e27\u0e49\u0e19\u0e40\u0e2a\u0e35\u0e22\u0e27\u0e48\u0e32\u0e08\u0e30\u0e01\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e01\u0e34\u0e14 \"\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e01\u0e25\u0e33\u0e1a\u0e32\u0e01\u0e40\u0e01\u0e34\u0e19\u0e04\u0e27\u0e23\"", "output": "Yes", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: \u3053\u308c\u306f\uff15\u6708\u306b\u59cb\u307e\u308a\u3001\u6d41\u51fa\u304c\u5b8c\u5168\u306b\u53ce\u307e\u308b\u304b\u3001\u5bfe\u51e6\u306e\u5fc5\u8981\u304c\u7121\u304f\u306a\u308b\u307e\u3067\u7d9a\u304f\u3068\u4e88\u60f3\u3055\u308c\u3066\u3044\u308b\u3002 \n Thai: \u0e42\u0e14\u0e22\u0e20\u0e32\u0e23\u0e01\u0e34\u0e08\u0e19\u0e35\u0e49\u0e40\u0e23\u0e34\u0e48\u0e21\u0e43\u0e19\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21 \u0e41\u0e25\u0e30\u0e04\u0e32\u0e14\u0e27\u0e48\u0e32\u0e08\u0e30 \u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e31\u0e1a\u0e22\u0e31\u0e07\u0e19\u0e49\u0e33\u0e21\u0e31\u0e19\u0e44\u0e14\u0e49\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14 \u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e31\u0e1a\u0e22\u0e31\u0e49\u0e07\u0e19\u0e49\u0e33\u0e21\u0e31\u0e19\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b", "output": "Yes", "category": "Text Matching 240.json" }, { "instruction": "Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label \"Yes\", otherwise generate label \"No\".", "input": "Japanese: 1930\u5e74\u306e\u30b5\u30de\u30fc\u30bf\u30a4\u30e0\u304c\u7d42\u308f\u3063\u305f\u3070\u304b\u308a\u306e\u9803\u306b\u3001\u30ea\u30d0\u30d7\u30fc\u30eb\u306e\u30af\u30ed\u30af\u30b9\u30c6\u30b9\u5730\u57df\u306b\u3042\u308b\u30d1\u30d6\u300c\u30e2\u30df\u306e\u6728\u300d\u306e\u99d0\u8eca\u5834\u306711\u6b73\u306e\u5c11\u5e74\u304c\u6483\u305f\u308c\u3001\u6b7b\u4ea1\u3057\u305f\u3002 \n Thai: \u0e23\u0e32\u0e27\u0e40\u0e27\u0e25\u0e32 19:15 \u0e19. \u0e15\u0e32\u0e21\u0e40\u0e27\u0e25\u0e32 EST \u0e15\u0e33\u0e23\u0e27\u0e08\u0e44\u0e14\u0e49\u0e23\u0e30\u0e40\u0e1a\u0e34\u0e14\u0e17\u0e33\u0e25\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e15\u0e39\u0e14\u0e49\u0e32\u0e19\u0e02\u0e49\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", "output": "No", "category": "Text Matching 240.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: Convection currents increased on August 11. By August 12, a tropical wave and an upper-level low interacted and created a large area of disorganized thunderstorms from the western Caribbean Sea into the central Bahamas.\n Text two: Convection currents increased on August 11. By August 12, a tropical wave and an upper-level low interacted and created a large area of disorganized thunderstorms from the western Caribbean Sea into the central Bahamas.", "output": "Text one", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: Together they had 18 children. 11 lived to be adults.\n Text two: Together they had 18 children. 11 lived to be adults.", "output": "Text one", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: In 1997, Ignacio Ramonet renewed debate about Tobin tax with an piece titled \"Disarming the markets\".\n Text two: In 1997, Ignacio Ramonet renewed debate about Tobin tax with an piece titled \"Disarming the markets\".", "output": "Text one", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: Ritchie Neville Is an English singer most well known for being in the boy band Five.\n Text two: Ritchie Neville Is an English singer most well known for being in the boy band Five.", "output": "Text one", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: The Hainich has become the 13th national park of Germany in 1997.\n Text two: The Hainich is the the 13th national park of Germany in 1997.", "output": "Text two", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: Storm names 2006 are Alberto Helene Beryl Isaac Chris Debby Ernesto Florence Gordon. The names were used for storms formed in the North Atlantic during 2006.\n Text two: Storm names 2006 are Alberto Helene Beryl Isaac Chris Debby Ernesto Florence Gordon. The names were used for storms formed in the North Atlantic during 2006.", "output": "Text one", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: His decision to cut the bridges on the Han River prevented thousands of people from escaping Communist rule.\n Text two: His decision to cut the bridges on the Han River prevented thousands of people from escaping Communist rule.", "output": "Text one", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: Geography Libourne is located at the confluence of the Isle and Dordogne rivers.\n Text two: Libourne is located at the meeting point of the Isle and Dordogne rivers.", "output": "Text two", "category": "Text Simplification 241.json" }, { "instruction": "You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.", "input": "Text one: Joe Byrne returned to school at Woolshed in 1862.\n Text two: Joe Byrne returned to school at Woolshed in 1862.", "output": "Text one", "category": "Text Simplification 241.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'a row of cars at street intersection under a traffic light'. Find frequency of the letter 's'", "output": "3", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'there are people playing tennis on the court'. Find frequency of the letter 's'", "output": "1", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'a couple are getting dressed up for a wedding'. Find frequency of the letter 'e'", "output": "6", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'some elephants walking across a dirt road close to some mud'. Find frequency of the letter 'e'", "output": "5", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'an adorable little girl riding skis on the snow'. Find frequency of the letter 'n'", "output": "4", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'an instruction sign is displayed on a city street'. Find frequency of the letter 't'", "output": "5", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'a boy skating on his skateboard with grafiti in the background'. Find frequency of the letter 'r'", "output": "3", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'a young boy bouncing a tennis ball on a tennis racquet'. Find frequency of the letter 'a'", "output": "5", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to count the number of times the given letter appears in the given sentence.", "input": "Sentence: 'a zebra grazing on dry grass next to a stone wall'. Find frequency of the letter 'r'", "output": "4", "category": "Program Execution 252.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a young man is leading a cooking demonstration'. Is 'demonstration' the longest word in the sentence?", "output": "Yes", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a train moving along train tracks in an industrial area'. Is 'industrial' the longest word in the sentence?", "output": "Yes", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a tvsitting on top of a wooden stand next to a book shelf'. Is 'a' the longest word in the sentence?", "output": "No", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'man pointing to woman who is smiling as she takes a picture with her phone'. Is 'phone' the longest word in the sentence?", "output": "No", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a man skiing alone on a snow capped plains'. Is 'skiing' the longest word in the sentence?", "output": "Yes", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a man holding up his baseball bat during a baseball game'. Is 'up' the longest word in the sentence?", "output": "No", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a person flying a kite on the beach'. Is 'person' the longest word in the sentence?", "output": "Yes", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a carousel of differently colored teddy bears sits in a store'. Is 'of' the longest word in the sentence?", "output": "No", "category": "Linguistic Probing 263.json" }, { "instruction": "In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence.", "input": "Sentence: 'a woman sitting on top of a brick wall looking at a phone'. Is 'looking' the longest word in the sentence?", "output": "Yes", "category": "Linguistic Probing 263.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "I m in a similar situation and would love to hear what your experience has been the past 2 months .", "output": "no", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "Note that I do n't know anything about your particular two options .", "output": "no", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "Honestly bro , no one can answer this for you .", "output": "no", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "There are a lot of government jobs that require the ability to do a lot of writing up of reports .", "output": "yes", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "There is n't enough info to tell in this post alone but certain antidepressants can trigger manic phases in those with undiagnosed Bipolar disorder .", "output": "no", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "If that does nt work start volunteering at a dog shelter or old folks home it will make you feel much happier .", "output": "no", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "Google ' projection , ' and practice being mindful /observant of your thoughts .", "output": "yes", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "Is that before I should go to sleep I keep telling my self to \" dreamm dream I should be dreaming or I should have a lucid dream today \" I know it kinda sounds weird but it 's true .", "output": "no", "category": "Text Categorization 274.json" }, { "instruction": "Read the given sentence and if it is a general advice then indicate via \"yes\". Otherwise indicate via \"no\". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.", "input": "I do n't know a perfect cure or something else but this is what helped for her .", "output": "no", "category": "Text Categorization 274.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "The emergency department (ED) is an essential component of the public health response plan for control of acute respiratory infectious threats. Effective respiratory hygiene in the ED is imperative to limit the spread of dangerous respiratory pathogens, including influenza, severe acute respiratory syndrome, avian influenza, and bioterrorism agents, particularly given that these agents may not be immediately identifiable. Sustaining effective respiratory control measures is especially challenging in the ED because of patient crowding, inadequate staffing and resources, and ever-increasing numbers of immunocompromised patients. Threat of contagion exists not only for ED patients but also for visitors, health care workers, and inpatient populations. Potential physical sites for respiratory disease transmission extend from out-of-hospital care, to triage, waiting room, ED treatment area, and the hospital at large. This article presents a summary of the most current information available in the literature about respiratory hygiene in the ED, including administrative, patient, and legal issues. Wherever possible, specific recommendations and references to practical information from the Centers for Disease Control and Prevention are provided. The ''Administrative Issues'' section describes coordination with public health departments, procedures for effective facility planning, and measures for health care worker protection (education, staffing optimization, and vaccination). The patient care section addresses the potentially infected ED patient, including emergency medical services concerns, triage planning, and patient transport. ''Legal Issues'' discusses the interplay between public safety and patient privacy. Emergency physicians play a critical role in early identification, treatment, and containment of potentially lethal respiratory pathogens. This brief synopsis should help clinicians and administrators understand, develop, and implement appropriate policies and procedures to address respiratory hygiene in the ED.", "output": "Respiratory Hygiene in the Emergency Department C L I N I C A L", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "Although there are a large number of thesauri for the biomedical domain many of them lack coverage in terms and their variant forms. Automatic thesaurus construction based on patterns was first suggested by Hearst [1], but it is still not clear how to automatically construct such patterns for different semantic relations and domains. In particular it is not certain which patterns are useful for capturing synonymy. The assumption of extant resources such as parsers is also a limiting factor for many languages, so it is desirable to find patterns that do not use syntactical analysis. Finally to give a more consistent and applicable result it is desirable to use these patterns to form synonym sets in a sound way. We present a method that automatically generates regular expression patterns by expanding seed patterns in a heuristic search and then develops a feature vector based on the occurrence of term pairs in each developed pattern. This allows for a binary classifications of term pairs as synonymous or non-synonymous. We then model this result as a probability graph to find synonym sets, which is equivalent to the well-studied problem of finding an optimal set cover. We achieved 73.2% precision and 29.7% recall by our method, out-performing hand-made resources such as MeSH and Wikipedia. We conclude that automatic methods can play a practical role in developing new thesauri or expanding on existing ones, and this can be done with only a small amount of training data and no need for resources such as parsers. We also concluded that the accuracy can be improved by grouping into synonym sets.", "output": "Synonym set extraction from the biomedical literature by lexical pattern discovery", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "Field epidemiology involves the implementation of quick and targeted public health interventions with the aid of epidemiological methods. In this article, we share our practical experiences in outbreak management and in safeguarding the population against novel diseases. Given that cities represent the financial nexuses of the global economy, global health security necessitates the safeguard of cities against epidemic diseases. Singapore's public health landscape has undergone a systemic and irreversible shift with global connectivity, rapid urbanization, ecological change, increased affluence, as well as shifting demographic patterns over the past two decades. Concomitantly, the threat of epidemics, ranging from severe acute respiratory syndrome and influenza A (H1N1) to the resurgence of vector-borne diseases as well as the rise of modern lifestyle-related outbreaks, have worsened difficulties in safeguarding public health amidst much elusiveness and unpredictability. One critical factor that has helped the country overcome these innate and man-made public health vulnerabilities is the development of a resilient field epidemiology service, which includes our enhancement of surveillance and response capacities for outbreak management, and investment in public health leadership. We offer herein the Singapore story as a case study in meeting the challenges of disease control in our modern built environment.", "output": "The Singapore Field Epidemiology Service: Insights Into Outbreak Management", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "Similarity in time series is an important feature of dynamical systems such as financial systems, with potential use for clustering of series in system. Here, we mainly introduce a novel method: the reconstructed phase space information clustering method to analyze the financial markets. The method is used to examine the similarity of different sequences by calculating the distances between them, which the main difference from previous method is the way to map the original time series to symbolic sequences. Here we make use of the state space reconstruction to construct the symbolic sequences and quantify the similarity of different stock markets and exchange rate markets considering the chaotic behavior between the complex time series. And we compare the results of similarity of artificial and real data using the modified method, information categorization method and system clustering method. We conclude that the reconstructed phase space information clustering method is effective to research the close relationship in time series and for short time series especially. Besides, we report the results of similarity of different exchange rate time series in different periods and find the effect of the exchange rate regime in 2008 on the time series. Also we acquire some characteristics of exchange rate time", "output": "The similarity analysis of financial stocks based on information clustering", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "Virus pseudotyping is a useful and safe technique for studying entry of emerging strains of influenza virus. However, few studies have compared different reassortant combinations in pseudoparticle systems, or compared entry kinetics of native viruses and their pseudotyped analogs. Here, vesicular stomatitis virus (VSV)-based pseudovirions displaying distinct influenza virus envelope proteins were tested for fusion activity. We produced VSV pseudotypes containing the prototypical X-31 (H3) HA, either alone or with strain-matched or mismatched N2 NAs. We performed single-particle fusion assays using total internal reflection fluorescence microscopy to compare hemifusion kinetics among these pairings. Results illustrate that matching pseudoparticles behaved very similarly to native virus. Pseudoparticles harboring mismatched HA-NA pairings fuse at significantly slower rates than native virus, and NA-lacking pseudoparticles exhibiting the slowest fusion rates. Relative viral membrane HA density of matching pseudoparticles was higher than in mismatching or NA-lacking pseudoparticles. An equivalent trend of HA expression level on cell membranes of HA/NA co-transfected cells was observed and intracellular trafficking of HA was affected by NA co-expression. Overall, we show that specific influenza HA-NA combinations can profoundly affect the critical role played by HA during entry, which may factor into viral fitness and the emergence of new pandemic influenza viruses.", "output": "Viral fusion efficacy of specific H3N2 influenza virus reassortant combinations at single-particle level", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "and occasionally lead to death. Furthermore, every few decades, respiratory virus pandemics emerge, putting the entire world population at risk. thus, there is an urgent need to quickly and precisely identify the infecting agent in a clinical setting. However, in many patients with influenza-like symptoms (ILS) the identity of the underlying pathogen remains unknown. In addition, it takes time and effort to individually identify the virus responsible for the ILS. Here, we present a new next-generation sequencing (NGS)based method that enables rapid and robust identification of pathogens in a pool of clinical samples without the need for specific primers. The method is aimed at rapidly uncovering a potentially common pathogen affecting many samples with an unidentified source of disease.", "output": "A method to identify respiratory virus infections in clinical samples using next-generation sequencing", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "S-palmitoylation is a reversible, enzymatic posttranslational modification of proteins in which palmitoyl chain is attached to a cysteine residue via a thioester linkage. S-palmitoylation determines the functioning of proteins by affecting their association with membranes, compartmentalization in membrane domains, trafficking, and stability. In this review, we focus on S-palmitoylation of proteins, which are crucial for the interactions of pathogenic bacteria and viruses with the host. We discuss the role of palmitoylated proteins in the invasion of host cells by bacteria and viruses, and those involved in the host responses to the infection. We highlight recent data on protein S-palmitoylation in pathogens and their hosts obtained owing to the development of methods based on click chemistry and acyl-biotin exchange allowing proteomic analysis of protein lipidation. The role of the palmitoyl moiety present in bacterial lipopolysaccharide and lipoproteins, contributing to infectivity and affecting recognition of bacteria by innate immune receptors, is also discussed.", "output": "Protein Palmitoylation and its Role in Bacterial and viral infections", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "Background Previous studies on the pneumonia outbreak caused by the 2019 novel coronavirus disease (COVID-19) were based on information from the general population. Evidence of intrauterine vertical transmission was assessed by testing for the presence of SARS-CoV-2 in amniotic fluid, cord blood, and neonatal throat swab samples. Breastmilk samples were also collected and tested from patients after the first lactation. , sore throat (in two), and malaise (in two), were also observed. Fetal distress was monitored in two cases. Five of nine patients had lymphopenia (<1\u00b70 \u00d7 10\u2079 cells per L). Three patients had increased aminotransferase concentrations. None of the patients developed severe COVID-19 pneumonia or died, as of Feb 4, 2020. Nine livebirths were recorded. No neonatal asphyxia was observed in newborn babies. All nine livebirths had a 1-min Apgar score of 8-9 and a 5-min Apgar score of 9-10. Amniotic fluid, cord blood, neonatal throat swab, and breastmilk samples from six patients were tested for SARS-CoV-2, and all samples tested negative for the virus. Interpretation The clinical characteristics of COVID-19 pneumonia in pregnant women were similar to those reported for non-pregnant adult patients who developed COVID-19 pneumonia. Findings from this small group of cases suggest that there is currently no evidence for intrauterine infection caused by vertical transmission in women who develop COVID-19 pneumonia in late pregnancy.", "output": "Clinical characteristics and intrauterine vertical transmission potential of COVID-19 infection in nine pregnant women: a retrospective review of medical records", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph from the research paper and your task is to generate a suitable title for the research paper based on the given paper. Under 100 words is a good title length.", "input": "A 7-methylguanosine linked to the 5\u2032 end of an mRNA, via a 5\u2032-5\u2032 triphosphate linkage, to mark the extreme 5\u2032 terminus of a eukaryotic mRNA. In addition to having regulatory roles in pre-mRNA processing and mRNA stability, the cap structure controls ribosome recruitment to the mRNA 5\u2032 end. Abstract | Viruses are fully reliant on the translation machinery of their host cells to produce the polypeptides that are essential for viral replication. Consequently, viruses recruit host ribosomes to translate viral mRNAs, typically using virally encoded functions to seize control of cellular translation factors and the host signalling pathways that regulate their activity. This not only ensures that viral proteins will be produced, but also stifles innate host defences that are aimed at inhibiting the capacity of infected cells for protein synthesis. Remarkably, nearly every step of the translation process can be targeted by virally encoded functions. This Review discusses the diverse strategies that viruses use to subvert host protein synthesis functions and regulate mRNA translation in infected cells.", "output": "7-methylguanosine cap Viral subversion of the host protein synthesis machinery", "category": "Title Generation 275.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: Avian infectious bronchitis (IB) is a widely distributed poultry disease that has huge economic impact on poultry industry. The continuous emergence of new IBV genotypes and lack of cross protection among different IBV genotypes have been an important challenge. Although live attenuated IB vaccines remarkably induce potent immune response, the potential risk of reversion to virulence, neutralization by the maternal antibodies, and recombination and mutation events are important concern on their usage. On the other hand, inactivated vaccines induce a weaker immune response and may require multiple dosing and/or the use of adjuvants that probably have potential safety risks and increased economic burdens. Consequently, alternative IB vaccines are widely sought. Recent advances in recombinant DNA technology have resulted in experimental IB vaccines that show promise in antibody and T-cells responses, comparable to live attenuated vaccines. Recombinant DNA vaccines have also been enhanced to target multiple serotypes and their efficacy has been improved using delivery vectors, nanoadjuvants, and in ovo vaccination approaches. Although most recombinant IB DNA vaccines are yet to be licensed, it is expected that these types of vaccines may hold sway as future vaccines for inducing a cross protection against multiple IBV serotypes. \n Title: Progress and Challenges toward the Development of Vaccines against Avian Infectious Bronchitis", "output": "True", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: Introduction: Outbreaks of infectious diseases trigger an increase in scientific research and output. Early in outbreaks, evidence is scarce, but it accumulates rapidly. We are continuously facing new disease outbreaks, including the new coronavirus (SARS-nCoV-2) in December 2019.The objective of this study was to describe the accumulation of evidence during the 2013-2016 Zika virus (ZIKV) outbreak in the Pacific and the Americas related to aetiological causal questions about congenital abnormalities and Guillain-Barr\u00e9 syndrome. Methods: We hypothesised that the temporal sequence would follow a pre-specified order, according to study design. We assessed 1) how long it takes before findings from a specific study design appear, 2) how publication of preprints could reduce the time to publication and 3) how time to publication evolves over time. Results: We included 346 publications published between March 6, 2014 and January 1, 2019. In the 2013--2016 ZIKV outbreak, case reports, case series and basic research studies were published first. Case-control and cohort studies appeared between 400-700 days after ZIKV was first detected in the region of the study origin. Delay due to the publication process were lowest at the beginning of the outbreak. Only 4.6% of the publications was available as preprints. Discussion: The accumulation of evidence over time in new causal problems generally followed a hierarchy. Preprints reduced the delay to initial publication. Our methods can be applied to new emerging infectious diseases. \n Title: Emergence of evidence during disease outbreaks: lessons learnt from the Zika virus outbreak", "output": "False", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: Non-coding ribonucleic acid (RNA) has without a doubt captured the interest of biomedical researchers. The ability to screen the entire human genome with high-throughput sequencing technology has greatly enhanced the identification, annotation and prediction of the functionality of non-coding RNAs. In this review, we discuss the current landscape of non-coding RNA research and quantitative analysis. Non-coding RNA will be categorized into two major groups by size: long non-coding RNAs and small RNAs. In long non-coding RNA, we discuss regular long non-coding RNA, pseudogenes and circular RNA. In small RNA, we discuss miRNA, transfer RNA, piwi-interacting RNA, small nucleolar RNA, small nuclear RNA, Y RNA, single recognition particle RNA, and 7SK RNA. We elaborate on the origin, detection method, and potential association with disease, putative functional mechanisms, and public resources for these non-coding RNAs. We aim to provide readers with a complete overview of non-coding RNAs and incite additional interest in non-coding RNA research. \n Title: Current Research on Non-Coding Ribonucleic Acid (RNA)", "output": "False", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: A mathematical model to address the efficiency of the isolation and quarantine strategies in the containment of epidemics is constructed based on the SIR model with time delay. The model is investigated with numerical simulation that demonstrates the importance of quick measure in identifying the infected and the subsequent quarantine of his/her neighbors. The model also provides a theoretical framework for the estimation of the cost involved in the containment of the epidemics. Based on a general estimate of the cost, we demonstrate the procedure for the calculation of the optimal set of parameters in our isolation and quarantine strategy through numerical simulation on a model social network. We find an important parameter \u03c0 which is a combination of several general parameters for the SIR model so that when \u03c0 > 0, the isolation and quarantine strategy will fail to contain the outbreak. The procedure outlined provides some general guidance in the selection of strategies in the containment of real epidemics, where the balance between social cost and risk must be carefully handled. \n Title: Optimal Time Delay in the Control of Epidemic", "output": "True", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: Differences among hosts, resulting from genetic variation in the immune system or heterogeneity in drug treatment, can impact within-host pathogen evolution. Genetic association studies can potentially identify such interactions. However, extensive and correlated genetic population structure in hosts and pathogens presents a substantial risk of confounding analyses. Moreover, the multiple testing burden of interaction scanning can potentially limit power. We present a Bayesian approach for detecting host influences on pathogen evolution that exploits vast existing data sets of pathogen diversity to improve power and control for stratification. The approach models key processes, including recombination and selection, and identifies regions of the pathogen genome affected by host factors. Our simulations and empirical analysis of drug-induced selection on the HIV-1 genome show that the method recovers known associations and has superior precision-recall characteristics compared to other approaches. We build a high-resolution map of HLA-induced selection in the HIV-1 genome, identifying novel epitope-allele combinations. \n Title: Mapping the drivers of within-host pathogen evolution using massive data sets", "output": "False", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: Recently a new monoterpene dial, dehydroiridodial, was isolated as a pungent principle of Actinidia polygama Miq., and it was synthesized by K. Yoshihara et ai (7). On the other hand, chrysomelidial (1), the stereoisomer of dehydroiridodial, was isolated from the larval defensive secretion of a chrysomelide beetle (Plagiodera versicolora) in 1977, and it was synthesized in 1978 by J. Meinwald et al. (8). Both syntheses were non-stereospecific involving tedious separation steps. We first attempted the stereocontrolled synthesis of chrysomelidial from 4-methyltricyclo[3,3,0,0^'^]octan-3-one (2) which was prepared from diethyl 2-cyclopentene-l-ylmalonate by the general method of Doering. Methylation of diethyl 2-cyclopentene-l-ylmalonate with metyl iodide followed by hydrolysis and decarboxylation afforded 2-(2-cyclopentene-lyl)propionic acid in \n Title: Progress in the Synthesis of Iridoids and Related Natural Products Sachihiko Isoe 1. 2.1 Synthesis of ChrysomelidiaI(6) (Scheme 2)", "output": "True", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: | Antibodies have been used for more than 100 years in the therapy of infectious diseases, but a new generation of highly potent and/or broadly cross-reactive human monoclonal antibodies (sometimes referred to as 'super-antibodies') offers new opportunities for intervention. The isolation of these antibodies, most of which are rarely induced in human infections, has primarily been achieved by large-scale screening for suitable donors and new single B cell approaches to human monoclonal antibody generation. Engineering the antibodies to improve half-life and effector functions has further augmented their in vivo activity in some cases. Super-antibodies offer promise for the prophylaxis and therapy of infections with a range of viruses, including those that are highly antigenically variable and those that are newly emerging or that have pandemic potential. The next few years will be decisive in the realization of the promise of super-antibodies. NATURE REVIEWS | IMMUNOLOGY VOLUME 18 | MAY 2018 | 297 REVIEWS \u00a9 2 0 1 8 M a c m i l l a n P u b l i s h e r s L i m i t e d , p a r t o f S p r i n g e r N a t u r e . A l l r i g h t s r e s e r v e d . Genetically engineered mouse antibodies in which the protein sequence has been modified to increase its similarity to human antibodies, thereby decreasing its potential immunogenicity. \n Title: Passive immunotherapy of viral infections: 'super-antibodies' enter the fray", "output": "False", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: The SARS coronavirus (SARS-CoV) open reading frame 7a (ORF 7a) encodes a 122 amino acid accessory protein. It has no significant sequence homology with any other known proteins. The 7a protein is present in the virus particle and has been shown to interact with several host proteins; thereby implicating it as being involved in several pathogenic processes including apoptosis, inhibition of cellular protein synthesis, and activation of p38 mitogen activated protein kinase. In this study we present data demonstrating that the SARS-CoV 7a protein interacts with human Ap 4 A-hydrolase (asymmetrical diadenosine tetraphosphate hydrolase, EC 3.6.1.17). Ap 4 A-hydrolase is responsible for metabolizing the \"allarmone\" nucleotide Ap 4 A and therefore likely involved in regulation of cell proliferation, DNA replication, RNA processing, apoptosis and DNA repair. The interaction between 7a and Ap 4 A-hydrolase was identified using yeast two-hybrid screening. The interaction was confirmed by co-immunoprecipitation from cultured human cells transiently expressing V5-His tagged 7a and HA tagged Ap 4 A-hydrolase. Human tissue culture cells transiently expressing 7a and Ap 4 A-hydrolase tagged with EGFP and Ds-Red2 respectively show these proteins co-localize in the cytoplasm. \n Title: SARS coronavirus protein 7a interacts with human Ap 4 A-hydrolase", "output": "True", "category": "Text Matching 276.json" }, { "instruction": "In this task, you're given a paragraph and title from the research paper. Your task is to classify whether the given title is suitable or not for the research paper based on the given paragraph. Return \"True\" if title is proper according to paragraph else \"False\".", "input": "Paragraph: The frequency of reported outbreaks of infectious diseases has increased over the past 3 decades, with predictions that this rise will continue. Outbreak response continues to follow nine basic principles: establish the presence of an outbreak, verify the diagnosis, make a case definition, find cases and contacts, conduct basic epidemiology, test hypotheses, institute control measures, communicate the situation and establish ongoing surveillance. Within each of these areas, significant advances have been made over the past 5 years using progress in digital, laboratory, epidemiology and anthropological equipment or techniques. Irrespective of these, future outbreaks of highconsequence are inevitable, and vigilance and preparation must continue in order to prevent significant mortality, morbidity and socio-economic crisis. \n Title: Outbreak science: recent progress in the detection and response to outbreaks of infectious diseases", "output": "False", "category": "Text Matching 276.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "although it is much needed for patient contracting the severe form of the disease.", "output": "background", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "This genomic RNA acts in three capacities during the viral life cycle : ( 1 ) as an initial RNA of the infectious cycle ; ( 2 ) as a template for replication and transcription ; and ( 3 ) as a substrate for packaging into the progeny virus.", "output": "background", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "3 , 7 , 11 and 15 weeks of age.", "output": "method", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "a dose trend in events of moderate or greater severity was also noted for these solicited events.", "output": "finding", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "Here we use RNAsequencing and ribosome profiling to explore the mechanisms that are being utilized by the Influenza A virus ( IAV ) to induce host shutoff.", "output": "method", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "Mature virions then exit through the cellular secretory system.", "output": "background", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "incidence and clinical features of PIV-associated infections diagnosed during the hospital stay of patients admitted to pediatric intensive care unit ( PICU ) and intensive care unit ( ICU ) of 5 medical centers across Kuwait.", "output": "purpose", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "We describe the occurrence of an outbreak among HCWs and attempt to characterize at-risk exposures to improve future infection control interventions.", "output": "background", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and your task is to classify the given sentence into the following categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). ", "input": "and the role global change could have played in these variations.", "output": "purpose", "category": "Section Classification 277.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: In the present chapter , we have emphasized on both approved and other baculovirus-based products produced in insect cells or larvae that are important from clinical perspective and are being developed as preventive , diagnostic or therapeutic agents. \n Section: finding", "output": "True", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: The apo 3D structures of NV 3CLpro determined with X-ray crystallography and NMR spectroscopy were further analyzed. \n Section: finding", "output": "False", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: The genotype from the cat from AWWP ( 3657 ) is a genetic Type II strain with a Type I allele at locus Apico. \n Section: purpose", "output": "False", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: FluB circulation was higher is 2013. \n Section: finding", "output": "True", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: This study showed that the number of laboratory-confirmed cases was increased by 9.632 on 5 June ( p < 0.001 ). \n Section: finding", "output": "True", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: In this study , we sought to use this signal transduction conduit against them by inhibiting multiple kinases that influence translation. \n Section: purpose", "output": "True", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: however such information is lacking from animals or humans with naturally occurring painful conditions. \n Section: background", "output": "True", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: They exhibit different tissue tropisms and patterns of infection ( 1 ). \n Section: background", "output": "True", "category": "Section Classification 278.json" }, { "instruction": "In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing \"True\" and \"False\", respectively. Here are the definitions for the categories: Background (Why is this problem important? What relevant works have been created before? What is still missing in the previous works? What are the high-level research questions? How might this help other research or researchers?), Purpose (What specific things do the researchers want to do? What specific knowledge do the researchers want to gain? What specific hypothesis do the researchers want to test?), Method (How did the researchers do the work or find what they sought? What are the procedures and steps of the research?), or Finding (What did the researchers find out? Did the proposed methods work? Did the thing behave as the researchers expected?). \",", "input": "Sentence: which are crucial for viral infection. \n Section: purpose", "output": "True", "category": "Section Classification 278.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: foods.", "output": "Sentence 1: PersonX puts less chili flakes on their pad Thai than PersonY because _ really hates spicy foods. \nSentence 2: PersonX puts less chili flakes on their pad Thai than PersonY because _ loves spicy foods., Sentence 1: The foods that PersonX makes are always tastier than PersonY's because _ is a chef. \nSentence 2: The foods that PersonX makes are always blander than PersonY's because _ is a chef.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: bedridden.", "output": "Sentence 1: PersonX was bedridden and couldn't move but not PersonY because _ had two broken legs. \nSentence 2: PersonX was bedridden and couldn't move but not PersonY because _ had no broken legs.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: Superstitious.", "output": "Sentence 1: PersonX is more superstitious than PersonY will ever be because _ is very unlucky in all things. \nSentence 2: PersonX is less superstitious than PersonY will ever be because _ is very unlucky in all things.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: slimmer.", "output": "Sentence 1: PersonX was slimmer than PersonY, so _ didn't have to worry about calories and a diet. \nSentence 2: PersonX was slimmer than PersonY, so _ started to worry about calories and a diet.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: hair dye.", "output": "Sentence 1: PersonX admired how professional PersonY's hair looked, so _ wanted to know the brand of hair dye used. \nSentence 2: PersonX admired how professional PersonY's hair looked, so _ told her what brand of hair dye was used.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: executor.", "output": "Sentence 1: PersonX made her eldest daughter PersonY the executor of her will. When _ passed away her daughter read the will. \nSentence 2: PersonX made her eldest daughter PersonY the executor of her will. When her mother passed away _ read the will.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: sneezes.", "output": "Sentence 1: The pollen in the air caused PersonX to have a lot of sneezes but not PersonY. _ had to take some Claritin. \nSentence 2: The pollen in the air caused PersonX to have a lot of sneezes but not PersonY. _ didn't have to take any Claritin.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: chef.", "output": "Sentence 1: PersonX wanted to learn how to be a chef from PersonY so _ started with how to chop onions. \nSentence 2: PersonX wanted to teach how to be a chef to PersonY so _ started with how to chop onions.", "category": "Question Generation 29.json" }, { "instruction": "In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., \"sympathetic\" and \"stern\") which express contrasting attributes about the two persons. The answer to the first and the second sentence must be PersonX and PersonY, respectively. PersonX and PersonY should not be equally likely to fill the blank. For each sentence, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your sentences. Avoid repeating the same style or phrase in twin sentences e.g., a contrasting sentence can always be created using simple negation i.e. by adding not, never, etc. Instead, try to increase diversity. Both twin sentences must contain at least 15 and at most 30 words. Twin sentences must have at least 70% overlapping words. You must utilize the given context word while writing the twin sentences. Each of the twin sentences must contain only one blank. Make sure that PersonX and PersonY have the same gender. In each sentence, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: hit by a car.", "output": "Sentence 1: PersonX laughed when PersonY was hit by a car, so the bystanders became angry with _ . \nSentence 2: PersonX laughed when PersonY was hit by a car, so the bystanders had sympathy for _ .", "category": "Question Generation 29.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: Well over 90 percent of felony cases, all over the nation, are committed by defendants who grew up in father-absent households. \n Subject: children,crime,families,legal-issues", "output": "True", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: When I became president and CEO of Godfathers Pizza, it was supposed to go bankrupt . . . We turned it around with common-sense business principles. \n Subject: candidates-biography,corporations", "output": "True", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: Our countrys got this huge debt, and (President Barack) Obama says raise taxes and keep spending more. \n Subject: education", "output": "False", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: Palin supports \"aerial hunting of wolves and other wildlife.\" \n Subject: income,jobs,labor,women,workers", "output": "False", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: Says Donald Trump and Marco Rubio opposed Cruzs efforts to defund Planned Parenthood. \n Subject: economy,jobs", "output": "False", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: Palin \"stopped the Bridge to Nowhere.\" \n Subject: transportation", "output": "True", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: Says Donald Trump supported impeachment of President (George W.) Bush. \n Subject: education", "output": "False", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: \"The fact is, in the past year we have had more tax cuts than almost any time in our nation's history.\" \n Subject: federal-budget,health-care,stimulus,taxes", "output": "True", "category": "Text Categorization 302.json" }, { "instruction": "In this task, you are given a statement spoken by a politician in natural language and the subject of the discussion for the given statement. Your task is to determine if the given subject of the discussion is correct for the given statement. The subject can be multiple words. Answer with \"True\" if it's the correct subject of discussion or return \"False\" if it's incorrect.", "input": "Statement: \"He (Obama) has done several things well. Most of those things are places where he changed his view from where he had during the campaign. So, for instance, he's left our troops in Iraq and they're being more successful there. He boosted our effort in Afghanistan, which is the right course to take. He did not close Guantanamo, thank heavens.\" \n Subject: federal-budget,stimulus,transportation", "output": "False", "category": "Text Categorization 302.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: bladder.", "output": "PersonX can go a long time without visiting a bathroom but PersonY cannot because _ has a large bladder., PersonX has to always go to the toilet unlike PersonY because _ has a horrible bladder problem., PersonX went to see PersonY about their loss of bladder control, and _ had tests run on them to see what was wrong.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: Iris.", "output": "PersonX thought that the iris was a pretty flower but PersonY didn't. _ planted a garden with irises.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: shop.", "output": "PersonX had less money than PersonY did because _ liked to shop and spend money too much., PersonX usually spent many hours in the shop. PersonY left almost immediately. _ was rich., PersonX wants to open a flower shop and needs help from PersonY, because _ can't do it alone.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: siamese cat.", "output": "PersonX likes siamese cats, but PersonY doesn't like them at all, so _ is a cat person.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: prove.", "output": "PersonX always felt that he had to prove everything to everybody unlike PersonY because _ was always the underdog.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: constipation.", "output": "Because PersonX was suffering from constipation but PersonY had diarrhea, _ used the restroom less often., Constipation often caused problems for PersonX due to lack of fiber but not PersonY; _ had an unhealthier diet., Constipation was a big problem for PersonX but not for PersonY, so _ liked to drink a lot of prune juice., PersonX suffered from constipation but PersonY did not, so _ liked to drink a lot of prune juice., PersonX suffered from constipation fairly frequently, but PersonY did not, because _ drank enough water., PersonX treated PersonY for their constipation so _ took time to answer questions on how to treat it.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: Music.", "output": "PersonX like rap music while PersonY really dug heavy metal music. _ bought a Snoop Dogg record., Personx sings more melodious music than persony used to sing even though _ sings less often.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: mixing.", "output": "PersonX did not think PersonY was mixing the ingredients correctly because only _ had read the instructions.", "category": "Question Generation 31.json" }, { "instruction": "You need to create a question containing a blank (_), based on the given context word. Your question must contain two persons --PersonX and PersonY. The expected answer to your question must be PersonX. PersonX and PersonY should not be equally likely to fill the blank. There should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people (e.g., Donald Trump, Putin, etc.) in your question. Avoid repeating the same style, pattern, or phrases in each question, try to increase diversity by varying sentence structure, blank placement, etc. Your question must contain at least 15 and at most 30 words. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that Person X and Person Y have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY.", "input": "Context Word: hips.", "output": "PersonX gave an old skirt to PersonY, because _ 's hips were too big for the skirt., The hips of PersonX are wider than PersonY, and that's because _ is a bigger person., The hips of PersonX look larger than those of PersonY because _ is standing closer to the camera.", "category": "Question Generation 31.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "when was the Old Rhine Bridge shortened?", "output": "In what year was the Old Rhine Bridge shortened?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "Which is the no rather what is the name of the American writer and satirist who is also a university alumni?", "output": "What is the name of the American writer and satirist who is also a university alumni?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "In what year did the second wave of the plague hit England, no actually it hit the Netherlands?", "output": "In what year did the second wave of the plague hit the Netherlands?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "When did the formation of the Peel Boundary Fault oh sorry, the Holocene Rhine-Meuse delta begin?", "output": "When did the formation of the Holocene Rhine-Meuse delta begin?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "What did Algeria or no make that England offer that was rare by imperial standards?", "output": " What did England offer that was rare by imperial standards?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "What processes occur that do petrologists use to study pressures at which different mineral phases appear?", "output": "How else can petrologists understand the pressures at which different mineral phases appear?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "What does digging a foundation prevent damage to or rather what likelihood does marking existing utility lines lessen?", "output": "Having existing utility lines marked lessens the likelihood of what?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "What was Zulfiqar Ali Bhutto, erg Zia-ul-Haq supported for using Islamization to legitimize?", "output": " What was Zia-ul-Haq supported for using Islamization to legitimize?", "category": "Question Rewriting 311.json" }, { "instruction": "Given a disfluent sentence, modify the sentence to it to its equivalent fluent form, preserving the meaning of the sentence.", "input": "How many no what types of other schools is the city of Harris well known for?", "output": "What types of other schools is the city of Harris well known for?", "category": "Question Rewriting 311.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX applies for a loanTail: responsible", "output": "No", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX lasts two hoursTail: none", "output": "Yes", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX also loved ___Tail: none", "output": "Yes", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonY to sayTail: stubborn", "output": "No", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX is coming to townTail: They spend time with X", "output": "Yes", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX answers the doorTail: hand over package", "output": "No", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonY to sayTail: adamant", "output": "No", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonY to goTail: included", "output": "No", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX agrees to the challengeTail: does the challenge", "output": "No", "category": "Commonsense Classification 312.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX holds PersonY tighterTail: awkward", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX spends much timeTail: none", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX demands PersonX's rightsTail: threatened", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX goes out with PersonY's friendsTail: happy", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX saves PersonX's ___ from destructionTail: liberated", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX saves ___ from destructionTail: grateful", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks for the moonTail: none", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX saves PersonY's moneyTail: thankful, grateful", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX surprises ___ with ticketsTail: like they have a fun night ahead of them", "output": "Yes", "category": "Commonsense Classification 313.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX always triesTail: reliable", "output": "No", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX finds PersonY outletTail: tell person x to unplug item", "output": "Yes", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX almost fellTail: to get back on their feet", "output": "No", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX becomes PersonY's wifeTail: to throw confetti on the couple", "output": "Yes", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX babysits PersonX's nephewTail: to pay them for it", "output": "Yes", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX behaves like a PersonYTail: weird", "output": "No", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks if PersonY was okayTail: caring", "output": "No", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX drags PersonY's feetTail: cry", "output": "Yes", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX answers PersonY questionTail: says no", "output": "No", "category": "Commonsense Classification 314.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX drives rightTail: compliant", "output": "Yes", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks for the moonTail: to only want designer things", "output": "No", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX grabs PersonY's handsTail: Mean", "output": "Yes", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX attends PersonY schoolTail: none", "output": "No", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX becomes PersonY's wifeTail: becomes closer to personX", "output": "No", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX buys clothesTail: rich", "output": "Yes", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks to go homeTail: tired", "output": "Yes", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX arrives to the restaurantTail: listens to music there", "output": "No", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given a tuple, comprising Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX arrives to the restaurantTail: motivated", "output": "Yes", "category": "Commonsense Classification 315.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX affords every ___Tail: to spoil their fiance", "output": "No", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonY's boyfriendTail: find out where he is", "output": "No", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX gives PersonY the abilityTail: has a shared ability", "output": "Yes", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX improves PersonY's conditionTail: relieved", "output": "Yes", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks to go homeTail: to just leave", "output": "No", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX grows closerTail: PersonX gets comfortable", "output": "Yes", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX goes ___ that nightTail: goes to bed", "output": "Yes", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX expresses PersonX's angerTail: LOSS HIS HAPPY SURROUNDING", "output": "Yes", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX gets it removedTail: PersonX's confidence improves", "output": "Yes", "category": "Commonsense Classification 317.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX attends schoolTail: to learn new things", "output": "Yes", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX becomes fast friendsTail: to talk to someone", "output": "No", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX eats PersonY's cerealTail: persony does not finish it", "output": "Yes", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX goes shopping with PersonYTail: get some supplies", "output": "Yes", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX gets cutTail: to cut the paper quickly and carelessly.", "output": "Yes", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX becomes PersonY's wifeTail: gets hurt", "output": "No", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX sees the ___ clearlyTail: learn", "output": "Yes", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX holds PersonY's handTail: to be affectionate", "output": "Yes", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether The Tail is the intention of the PersonX from the Head or not. The intention is the likely intent or desire of PersonX behind the execution of an event. For example, given the Head PersonX gives PersonY gifts, an intention might be that PersonX wanted to be thoughtful. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX affects children 's ___Tail: to go on to other things", "output": "No", "category": "Commonsense Classification 318.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX graduates top of PersonX's classTail: study a lot", "output": "Yes", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts PersonX's diplomaTail: to graduate from high school", "output": "No", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX believes every ___Tail: Conversate", "output": "Yes", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts the jobTail: relieved", "output": "No", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX has trouble breathingTail: none", "output": "Yes", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX attends schoolTail: curious", "output": "No", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX drives to the airportTail: get their luggage into the car", "output": "Yes", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts god 's ___Tail: to think about life", "output": "Yes", "category": "Commonsense Classification 319.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX draws a pictureTail: to have a pen and paper", "output": "Yes", "category": "Commonsense Classification 319.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "The woman was making tacos for dinner, not noodles because _ would contradict the family's craving for Mexican food.", "output": "noodles", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "The caterer removed food from the containers and put it on the trays until the _ were full.", "output": "trays", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "The glue that I used on the paper didn't work because the _ was not sticky.", "output": "glue", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "James was invited to a birthday party but he had no one to drive him because of car problems as the _ is starting right away.", "output": "party", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "The dress Julie bought for her wedding was white but the veil her grandmother gave her was beige. The _ was new.", "output": "dress", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "The tower was about to break so we replaced those boards with beams since the _ were old.", "output": "boards", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "The man was allowed to look at the contents of the notebook but not he file, because the _ containted public information.", "output": "notebook", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "I told her to wear her boots out in the rain instead of her sneakers since the _ were more practical.", "output": "boots", "category": "Coreference Resolution 32.json" }, { "instruction": "You need to answer a given question containing a blank (_). Your answer must be one of the two objects mentioned in the question, for example \"trophy\" and \"suitcase\". Your answer must not contain a word that is not present in the question. Please don't use articles (e.g., the, a) before the answer.", "input": "It smelled a lot better in the house compared to the smell in the back yard, because the _ is too far away from the barn.", "output": "house", "category": "Coreference Resolution 32.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX has a drinking problemTail: helpless", "output": "Yes", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX cares a jackstrawTail: accomplished", "output": "Yes", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts the jobTail: makes more money", "output": "No", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX leads to PersonY understandingTail: knowledgeable", "output": "Yes", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX offer PersonY a positionTail: relieved", "output": "Yes", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX always ate ___Tail: full from eating various food", "output": "Yes", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonY's grandmaTail: Check how Person Y's grandma responds", "output": "No", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX finds a wifeTail: confused at whose wife this is", "output": "Yes", "category": "Commonsense Classification 320.json" }, { "instruction": " In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX may feel what is mentioned in the Tail or not. In this task, the feeling is an emotional reaction on the part of X or other participants in an event. For example, as a result of gift-giving, X might feel good about [one]self. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX applies for a loanTail: none", "output": "No", "category": "Commonsense Classification 320.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX arrives home from lunchTail: to relax for 15 minutes", "output": "No", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX gives PersonX enough ropeTail: PersonY dropped the rope down the ravine.", "output": "Yes", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks ___ for oneTail: curious", "output": "No", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX aces the examTail: Person x missed too many days of school", "output": "Yes", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX folds PersonX's tentTail: the kids are yelling at PersonX to come help", "output": "Yes", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX gets it removedTail: The doctor doesn't have any open appointments today", "output": "Yes", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX opens PersonX's presentsTail: PersonX was forbidden from touching presents", "output": "Yes", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX arrives home from lunchTail: none", "output": "No", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks to playTail: anxious about getting permission", "output": "No", "category": "Commonsense Classification 321.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX gets all PersonY's friendsTail: PersonX spreads a bad rumor about PersonY", "output": "Yes", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX acts in PersonY capacityTail: emphatic", "output": "No", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts the challengeTail: joins the competition", "output": "No", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX sees things clearlyTail: PersonX gets glasses", "output": "Yes", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX fits the billTail: PersonX was looking to be the lead in a play", "output": "Yes", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX turns tricksTail: PersonX wanted to make some money", "output": "Yes", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts the dareTail: watch PersonX do it", "output": "No", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accidentally gotTail: medical care", "output": "No", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens after the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX achieves PersonX's aimsTail: to accomplish tasks on their to-do lists", "output": "No", "category": "Commonsense Classification 322.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX takes the leashTail: PersonX pays for the leash", "output": "Yes", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX breaks the sabbathTail: PersonX runs to ask their parents what to do", "output": "Yes", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX is taking a testTail: PersonX aces the test", "output": "Yes", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX abolishes the ___ altogetherTail: become independent", "output": "No", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts PersonY thanksTail: feels grateful", "output": "No", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX lives in PersonY ageTail: PersonX travels back to their time period", "output": "Yes", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX protects a dog from damageTail: PersonX quickly takes the dog inside", "output": "Yes", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX aces the testTail: to study hard", "output": "No", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX wishes would stopTail: PersonX puts on some headphones", "output": "Yes", "category": "Commonsense Classification 323.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: chess boardTail: house", "output": "Yes", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: air conditionerTail: building", "output": "Yes", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts ___ as PersonX's saviorTail: share their", "output": "No", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX aces PersonX's examTail: accomplished", "output": "No", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: clutterTail: office", "output": "Yes", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: catTail: woman's apartment", "output": "Yes", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accidentally threw ___Tail: to pick it back up", "output": "No", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: bed sheetTail: closet", "output": "Yes", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is located or can be found at/in/on the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accuses PersonY of cheatingTail: fight", "output": "No", "category": "Commonsense Classification 324.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: word proccesing programTail: make a business plan", "output": "Yes", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: paper towelTail: dry hands with", "output": "Yes", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: camcorderTail: playback recordings", "output": "Yes", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX begins to hurtTail: worried", "output": "No", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX believes every wordTail: to join it", "output": "No", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: noseTail: sense odors", "output": "Yes", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: lubricantTail: lubricate", "output": "Yes", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: woodTail: construct the barrier", "output": "Yes", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is used for the Tail or not. The usage describes everyday affordances or uses of objects and includes both typical and atypical uses. For example, a popcorn bucket can typically be used to hold popcorn, but it could also serve as a hat in atypical situations. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: mixerTail: amuse the cat", "output": "Yes", "category": "Commonsense Classification 326.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: infrastructureTail: grid", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: hoofTail: toe", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: sledTail: runner", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: legTail: shin", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX arrives just in timeTail: sighs", "output": "No", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: ice skateTail: blade", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: kangaroo ratTail: two legs for jumping", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: legTail: peroneal vein", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: wallTail: arch", "output": "Yes", "category": "Commonsense Classification 328.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: find informationTail: decide if it's important or not", "output": "Yes", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX achieves ___ by meansTail: skilled", "output": "No", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: see movieTail: leave theater", "output": "Yes", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX answers PersonY questionTail: to give out advice", "output": "No", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX achieves PersonX's dreamTail: fulfilled", "output": "No", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX bears the bruntTail: less stress", "output": "No", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX bats PersonX's eyelashesTail: laughs", "output": "No", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: go on internetTail: click on link", "output": "Yes", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: apply for jobTail: fill out application form", "output": "Yes", "category": "Commonsense Classification 329.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: telephone boothTail: public telephone", "output": "Yes", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX believes every ___Tail: talk about it", "output": "No", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: trafficTail: smooth", "output": "Yes", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: notepadTail: electronic", "output": "Yes", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks the teacherTail: to ask more questions", "output": "No", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: aisleTail: long and thin", "output": "Yes", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: bathroomTail: dark", "output": "Yes", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX always watch ___Tail: vigilant", "output": "No", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonY's teacherTail: gets teachers attention", "output": "No", "category": "Commonsense Classification 330.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: personTail: white teeth", "output": "Yes", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: personTail: live comfortably", "output": "Yes", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: personTail: have sexual relations with another", "output": "Yes", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX affords PersonY every ___Tail: loses friend", "output": "No", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonY's grandmaTail: smiles", "output": "No", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX asks PersonX's mother for helpTail: To go out with friends and play", "output": "No", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: authorTail: people to buy books", "output": "Yes", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX adjusts spacing as well as minimizingTail: to take measurements", "output": "No", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether it is plausible for the Head to desire the Tail or not. In this task, desire means desires of sentient entities. For example, doctors likely desire to cure a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX adopts every ___Tail: happy,romance", "output": "No", "category": "Commonsense Classification 331.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX fears PersonY attackTail: to run away from the lace", "output": "Yes", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX injures PersonY's legTail: help them", "output": "Yes", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX is finally bornTail: to be go to school", "output": "Yes", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX believes every ___Tail: guliblie", "output": "No", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accepts ___ in exchangeTail: happy", "output": "No", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX finds a wallet on the streetTail: to return it", "output": "Yes", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX arranges a dateTail: ask", "output": "No", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX becomes distractedTail: occupied", "output": "No", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX improves PersonY's conditionTail: to earn good pay", "output": "Yes", "category": "Commonsense Classification 332.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accidentally droppedTail: absent-minded", "output": "No", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX acts PersonX's ageTail: predictable", "output": "No", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accomplishes PersonX's missionTail: confident", "output": "No", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: pirateTail: sail pirateship", "output": "Yes", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX achieves PersonY goalTail: to do better next time", "output": "No", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX acts as PersonY intermediaryTail: to make both parties happy", "output": "No", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: PersonX accomplishes PersonX's purposeTail: great that a fellow human accomplished their purpose", "output": "No", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: youngsterTail: dress doll", "output": "Yes", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given two phrases: Head and Tail, separated with . The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is capable of the Tail or not. Being capable of something includes general capabilities, such as a human is capable of thinking and reasoning or drinking coffee. It also includes specialized capabilities such as a surgeon is capable of operating on a patient. Classify your answers into \"Yes\" and \"No\". The phrase may also contain \"___\", a placeholder that can be an object, a person, and/or an action.", "input": "Head: pestTail: become irritating", "output": "Yes", "category": "Commonsense Classification 333.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX loves PersonX's ___ also", "output": "cat, toys", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX obtains ___ elsewhere", "output": "gasoline, apples, propane, letters, food, cash, pizza, money", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX surmounts every ___", "output": "hurdle, moutain, obstacle, bed, hill", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX carries back the ___", "output": "caddy, homework, ball, cats, books, ladder, groceries, diary, trash, sack, backpack, tv", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX rides ___ to school", "output": "a skateboard, Bike, scooter, skates, a bicycle, Scooter, a bus, bike, bus, Bus, bicycle", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX reads ___ in the original", "output": "notes, The magazine, novels, book, The book, books", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX introduces ___ to the class", "output": "cheesecake, micro scopes, teachers, radio, assistants, students, television, white boards, chemicals, ideas", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX always buy ___", "output": "Food, food, flowers, coffee, ice cream, Water, dinner, Electronics, slacks, Clothes, groceries", "category": "Fill in The Blank 335.json" }, { "instruction": "In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer.", "input": "PersonX rips open ___", "output": "letter, envelope, package, a pouch, presents, the box., the box, the package, a pack", "category": "Fill in The Blank 335.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "Here we come. And that was the influenza.", "output": "\u3053\u3053\u306b\u6765\u3066\u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b6\u304c\u6d41\u884c\u3057\u307e\u3059", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "So, you know, you've got to actually do your homework, in order to understand whether this is true.", "output": "\u3067\u3059\u304b\u3089\u5bbf\u984c\u3092\u6301\u3061\u5e30\u3063\u3066\u9802\u304d\u305f\u3044\u79c1\u306e\u8a71\u304c\u771f\u5b9f\u304b\u305d\u3046\u3067\u306a\u3044\u304b\u7406\u89e3\u3059\u308b\u305f\u3081", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "The survivors that do get through produce this world of crocodile-like creatures.", "output": "\u4e57\u308a\u8d8a\u3048\u305f\u751f\u5b58\u8005\u305f\u3061\u306f\u30ef\u30cb\u306e\u3088\u3046\u306a\u751f\u7269\u304c\u53d6\u308a\u56f2\u3080\u4e16\u754c\u3092\u5f62\u6210\u3057\u307e\u3057\u305f", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "We had been visited in the night by flying squirrels, who don't seem to recognize humans for what they are because they've never seen them in the canopy before.", "output": "\u591c\u306b\u306f\u30e0\u30b5\u30b5\u30d3\u304c\u3084\u3063\u3066\u304d\u307e\u3057\u305f\u6a39\u51a0\u306b\u3044\u308b\u4eba\u9593\u306a\u3093\u3066\u898b\u305f\u3053\u3068\u304c\u3042\u308a\u307e\u305b\u3093\u304b\u3089\u4eba\u9593\u3060\u3068\u306f\u6c17\u304c\u3064\u3044\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3057\u305f", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "And the most staggering thing of all of this, to me, is that not only is this a problem, not only do we recognize that this is a problem, but we've had to suffer fake fixes.", "output": "\u3053\u306e\u4e2d\u3067\u79c1\u3092\u4f55\u3088\u308a\u3082\u6115\u7136\u3068\u3055\u305b\u305f\u306e\u306f\u3053\u306e\u3053\u3068\u304c\u554f\u984c\u3060\u3063\u305f\u3053\u3068\u306b\u7559\u307e\u3089\u305a\u3053\u308c\u304c\u554f\u984c\u3060\u3068\u308f\u304b\u3063\u3066\u306a\u304a\u507d\u308a\u306e\u5bfe\u7b56\u3067\u3054\u307e\u304b\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3067\u3059", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "Finding one of these on a reef is a treat.", "output": "\u3053\u308c\u304c\u898b\u3064\u304b\u308b\u3053\u3068\u306f\u3054\u8912\u7f8e\u3068\u3044\u3048\u307e\u3059", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "And then we'll see what happens out of the intuition that rises from that, instead of just filling out the little items of whether you're the right person.", "output": "\u79c1\u305f\u3061\u306f\u4e8b\u306e\u63a8\u79fb\u3092\u76f4\u89b3\u3092\u983c\u308a\u306b\u898b\u3066\u3044\u304d\u307e\u3059\u305d\u306e\u4eba\u304c\u9069\u6750\u304b\u306b\u3064\u3044\u3066\u3044\u304f\u3089\u304b\u60c5\u5831\u3092\u5f97\u308b\u3060\u3051\u3067\u306f\u306a\u304f", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "So, my interest in cheating started when Enron came on the scene, exploded all of a sudden, and I started thinking about what is happening here.", "output": "\u79c1\u304c\u306f\u3058\u3081\u306b\u4e0d\u6b63\u306b\u8208\u5473\u3092\u6301\u3063\u305f\u306e\u306f 2001\u5e74\u306e\u30a8\u30f3\u30ed\u30f3\u4e8b\u4ef6\u3067\u3059\u4e00\u4f53\u4f55\u304c\u8d77\u3053\u3063\u3066\u3044\u305f\u306e\u3067\u3057\u3087\u3046", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Japanese.", "input": "But then you take the toilet and you position it as a modern, trendy convenience.", "output": "\u305d\u308c\u304b\u3089\u30c8\u30a4\u30ec\u3092\u898b\u305b\u3066\u3053\u308c\u306f\u8fd1\u4ee3\u7684\u306a\u6700\u65b0\u8a2d\u5099\u3060\u3068\u4f4d\u7f6e\u3065\u3051\u3059\u308b\u306e\u3067\u3059", "category": "Translation 336.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "Oshea Israel: Just to hear you say those things and to be in my life in the manner in which you are is my motivation.", "output": "Oseas Israel: Solo o\u00edrte decir esas cosas y estar en mi vida de la manera en que lo haces, es mi motivaci\u00f3n.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "We got to Adelaide, small place, where literally they dumped us in Adelaide, that's what I would say.", "output": "Llegamos a Adelaida, lugar peque\u00f1o... En verdad, yo dir\u00eda que literalmente nos arrojaron en Adelaida.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "The extremes on Earth are interesting in their own right, but one of the reasons that we're interested in them is because they represent, really, the average conditions that we may expect on other planets.", "output": "Los extremos en la Tierra son interesantes en s\u00ed mismos, pero una de las razones por las cuales nos interesan es porque realmente ellos representan las condiciones promedio que podr\u00edamos esperar encontrar en otros planetas.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "Imagine the megafund actually starts empty, and what it does is it issues some debt and some equity, and that generates cash flow.", "output": "Imaginen que se inicia vac\u00edo el mega fondo y se emiten algunas deudas y algunas acciones y eso genera un flujo de dinero.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "But in any case, there are big, big changes happening as we speak.", "output": "En cualquier caso, hay grandes, grandes cambios sucediendo mientras hablamos.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "Anyway, what I did was I decided that I need to take a break.", "output": "De todos modos, decid\u00ed que necesitaba tomar un descanso.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "If you're a mammal, the most dangerous time in life is the first few hours after birth.", "output": "Si eres un mam\u00edfero, el momento m\u00e1s peligroso en la vida son las primeras horas despu\u00e9s de nacer.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "It makes you a little nauseous.", "output": "Te da un poco de n\u00e1useas.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Spanish.", "input": "And to understand why, we must look at how, through the ages, military technologies have maintained or destroyed world peace.", "output": "Y para comprenderlo debemos ver c\u00f3mo, a lo largo de los a\u00f1os, la tecnolog\u00eda militar ha mantenido o destruido la paz mundial.", "category": "Translation 337.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "And each one probably harbors a super-massive black hole at its core.", "output": "\u0648 \u0645\u0646 \u0627\u0644\u0645\u062d\u062a\u0645\u0644 \u0623\u0646 \u0643\u0644 \u0648\u0627\u062d\u062f\u0629 \u062a\u0633\u062a\u0636\u064a\u0641 \u0641\u064a \u062c\u0648\u0641\u0647\u0627 \u062b\u0642\u0628\u0627 \u0623\u0633\u0648\u062f\u0627 \u0639\u0638\u064a\u0645\u0627.", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "We finally gave up, took it out of the code.", "output": "\u0648\u0628\u0627\u0644\u0646\u0647\u0627\u064a\u0629 \u0642\u0645\u0646\u0627 \u0628\u062a\u062d\u0648\u064a\u0644\u0647\u0627 \u0625\u0644\u0649 \u0643\u0648\u062f.", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "As such, will there be more Whitopias?", "output": "\u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0646\u062d\u0648 \u060c \u0647\u0644 \u0633\u064a\u0648\u062c\u062f \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0645\u062f\u0646 \u0627\u0644\u0628\u064a\u0636 \u061f", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "And we have people all over the world doing that now.", "output": "\u0648\u0646\u062d\u0646 \u0639\u0646\u062f\u0646\u0627 \u0623\u0634\u062e\u0627\u0635 \u062d\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645 \u064a\u0642\u0648\u0645\u0648\u0646 \u0628\u0636\u0644\u0643 \u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u062d\u0627\u0644\u064a", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "Isn't it strange to see that the United States first grew the economy, and then gradually got rich?", "output": "\u0627\u0644\u064a\u0633 \u0645\u0646 \u0627\u0644\u063a\u0631\u064a\u0628 \u0631\u0624\u064a\u0629 \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u062a\u0646\u0645\u0648 \u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0627 \u0641\u064a \u0627\u0644\u0628\u062f\u0627\u064a\u0629, \u062b\u0645 \u062a\u0635\u0628\u062d \u063a\u0646\u064a\u0629 \u0628\u0627\u0644\u062a\u062f\u0631\u064a\u062c", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "It is the hot topic.", "output": "\u0625\u0646\u0647 \u0645\u0648\u0636\u0648\u0639 \u0645\u062a\u062f\u0627\u0648\u0644.", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "We all have synesthetic abilities.", "output": "\u062c\u0645\u064a\u0639\u0646\u0627 \u0644\u062f\u064a\u0646\u0627 \u0627\u0644\u0642\u062f\u0631\u0627\u062a \u0627\u0644\u062d\u0633\u064a\u0629", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "There are that many of them.", "output": "\u0644\u0623\u0646\u0647\u0646 \u0643\u062b\u064a\u0631\u0627\u062a \u0647\u0646\u0627\u0643.", "category": "Translation 339.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Arabic.", "input": "Remember, our evolutionary-conserved sequences we're using on this array allow us to detect even novel or uncharacterized viruses, because we pick what is conserved throughout evolution.", "output": "\u062a\u0630\u0643\u0631\u0648\u0627 \u062a\u0633\u0644\u0633\u0644 \u0627\u0644\u062c\u064a\u0646\u0627\u062a \u0627\u0644\u062a\u0631\u0627\u062a\u0628\u064a \u063a\u064a\u0631 \u0627\u0644\u0645\u062a\u0623\u062b\u0631 \u0628\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u062c\u064a\u0646\u0627\u062a \u0646\u0633\u062a\u0639\u0645\u0644\u0647 \u0647\u0646\u0627 \u0644\u064a\u0645\u0643\u0646\u0646\u0627 \u0645\u0646 \u0625\u0643\u062a\u0634\u0627\u0641 \u0627\u0644\u0641\u064a\u0631\u0648\u0633\u0627\u062a \u063a\u064a\u0631 \u0627\u0644\u0645\u0635\u0646\u0641\u0629 \u0623\u0648 \u0627\u0644\u0628\u0633\u064a\u0637\u0629 \u0644\u0623\u0646\u0646\u0627 \u0646\u062e\u062a\u0627\u0631 \u0645\u0627 \u0647\u0648 \u0645\u062d\u0641\u0648\u0638 \u0639\u0628\u0631 \u0627\u0644\u062a\u0637\u0648\u0631", "category": "Translation 339.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: dehumidifier. \nQuestion: PersonX bought a dehumidifier and PersonY did not, so _ had less water in the air in their house. \nAnswer: PersonX", "output": "PersonX bought a dehumidifier and PersonY did not, so _ had more water in the air in their house.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: body. \nQuestion: PersonX had a body complex unlike PersonY because everyone always told _ that she was fat. \nAnswer: PersonX", "output": "PersonX had a body complex unlike PersonY because everyone always told _ that she was skinny.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: glue. \nQuestion: PersonX is a crafter of many things, PersonY is not a crafter at all therefore _ knows more about glue. \nAnswer: PersonX", "output": "PersonX is a crafter of many things, PersonY is not a crafter at all therefore _ knows little about glue.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: allergies. \nQuestion: PersonX wants to go outside to play with PersonY, however his allergies are making it hard for _ to enjoy himself. \nAnswer: PersonX", "output": "PersonX wants to go outside to play with PersonY, however his allergies are making it hard so _ offers him some allergy medication.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: drawing. \nQuestion: PersonX was happy to pay two thousand pounds for a drawing but PersonY was not because _ was rich. \nAnswer: PersonX", "output": "PersonX was happy to pay two thousand pounds for a drawing but PersonY was not because _ was poor.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: beautiful. \nQuestion: Beautiful to PersonX means something physical, while it's mental to PersonY, so _ is shallower. \nAnswer: PersonX", "output": "Beautiful to PersonX means something physical, while it's mental to PersonY, so _ is deeper.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: bike. \nQuestion: PersonX's bike has a broken chain, so they take it to PersonY. _ is the customer in the situation. \nAnswer: PersonX", "output": "PersonX's bike has a broken chain, so they take it to PersonY. _ is the repairman in the situation.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: diet. \nQuestion: PersonX and PersonY were helping each other diet because _ remembered what it was like to be overweight previously. \nAnswer: PersonX", "output": "PersonX and PersonY were helping each other diet because _ remembered what it was like to be overweight now.", "category": "Question Rewriting 34.json" }, { "instruction": "You're given a fill-in-the-blank question where the answer is PersonX. You need to minimally change the given question so that the answer flips to PersonY. This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from \"sympathetic\" to \"stern\"). You should not change any content in the given question beyond a word or two i.e. the trigger word/phrase. PersonX and PersonY should not be equally likely to fill the blank. For your question, PersonY should be a well-agreed answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. Do not use the names of real people or generic names (e.g., Donald Trump, John Doe, etc.) in your question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. Make sure that PersonX and PersonY have the same gender. In your question, PersonX and PersonY should be used only ONCE and PersonX should appear earlier than PersonY. Although there are many correct answers, you only need to write one of them.", "input": "Context Word: hammock. \nQuestion: PersonX slept in the hammock in the backyard while PersonY gardened because _ was tired. \nAnswer: PersonX", "output": "PersonX slept in the hammock in the backyard while PersonY gardened because _ was energetic.", "category": "Question Rewriting 34.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "And two, they both increase levels of serotonin, which is a chemical signal in the brain, or a neurotransmitter.", "output": "\u05d5\u05e9\u05ea\u05d9\u05d9\u05dd, \u05e9\u05ea\u05d9\u05d4\u05df \u05de\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05e8\u05de\u05ea \u05d4\u05e1\u05e8\u05d5\u05d8\u05d5\u05e0\u05d9\u05df, \u05e9\u05d4\u05d5\u05d0 \u05d0\u05d5\u05ea \u05db\u05d9\u05de\u05d9 \u05d1\u05de\u05d5\u05d7, \u05d0\u05d5 \u05de\u05d5\u05dc\u05d9\u05da \u05e2\u05e6\u05d1\u05d9.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "It was just frightening.", "output": "\u05d6\u05d4 \u05d4\u05d9\u05d4 \u05e4\u05e9\u05d5\u05d8 \u05de\u05d1\u05d4\u05d9\u05dc.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "An environmental psychologist told me, \"\" If you're sitting in a hard chair on a rigid surface, you'll be more rigid.", "output": "\u05e4\u05e1\u05d9\u05db\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05e1\u05d1\u05d9\u05d1\u05ea\u05d9\u05ea \u05d0\u05d7\u05ea \u05d0\u05de\u05e8\u05d4 \u05dc\u05d9, \"\" \u05d0\u05dd \u05d0\u05ea\u05d4 \u05d9\u05d5\u05e9\u05d1 \u05d1\u05db\u05d9\u05e1\u05d0 \u05e7\u05e9\u05d4 \u05e2\u05dc \u05de\u05e9\u05d8\u05d7 \u05e7\u05e9\u05d9\u05d7, \u05ea\u05d4\u05d9\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05e0\u05d5\u05e7\u05e9\u05d4.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "These laptops, when a child opens them up, they communicate with every single child in the classroom, within that school, within that village.", "output": "\u05d4\u05de\u05d7\u05e9\u05d1\u05d9\u05dd \u05d4\u05e0\u05d9\u05d9\u05d3\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4, \u05db\u05e9\u05d9\u05dc\u05d3 \u05e4\u05d5\u05ea\u05d7 \u05d0\u05d7\u05d3 \u05db\u05d6\u05d4, \u05d4\u05d5\u05d0 \u05de\u05ea\u05e7\u05e9\u05e8 \u05e2\u05dd \u05db\u05dc \u05d9\u05dc\u05d3 \u05d0\u05d7\u05e8 \u05d1\u05db\u05d9\u05ea\u05d4, \u05d1\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8, \u05d1\u05db\u05e4\u05e8.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "You enter the house by a bridge.", "output": "\u05d0\u05ea\u05dd \u05e0\u05db\u05e0\u05e1\u05d9\u05dd \u05dc\u05d1\u05d9\u05ea \u05e2\u05dc \u05d2\u05e9\u05e8.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "So it's very much like in a Hollywood movie where a guy flies through the air, supported by wires, and then they take the wires away digitally so you're flying through the air.", "output": "\u05db\u05da \u05e9\u05d6\u05d4 \u05d1\u05e2\u05e6\u05dd \u05db\u05de\u05d5 \u05e1\u05e8\u05d8 \u05d4\u05d5\u05dc\u05d9\u05d5\u05d5\u05d3\u05d9 \u05db\u05e9\u05d4\u05d1\u05d7\u05d5\u05e8 \u05e2\u05e3 \u05d1\u05d0\u05d5\u05d5\u05d9\u05e8, \u05de\u05d5\u05d7\u05d6\u05e7 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05db\u05d1\u05dc\u05d9\u05dd, \u05d5\u05d1\u05d0\u05d5\u05e4\u05df \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05d0\u05d7\u05e8 \u05db\u05da \u05de\u05e1\u05d9\u05e8\u05d9\u05dd \u05d0\u05ea \u05d4\u05db\u05d1\u05dc\u05d9\u05dd \u05db\u05da \u05e9\u05d6\u05d4 \u05e0\u05e8\u05d0\u05d4 \u05db\u05d0\u05d9\u05dc\u05d5 \u05d0\u05ea\u05d4 \u05e2\u05e3 \u05d1\u05d0\u05d5\u05d5\u05d9\u05e8.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "It was a peculiar, peculiar feeling, and a real surprise to me to be debilitated to that degree.", "output": "\u05d6\u05d5 \u05d4\u05d9\u05d9\u05ea\u05d4 \u05d4\u05e8\u05d2\u05e9\u05d4 \u05de\u05d5\u05d6\u05e8\u05d4, \u05de\u05d5\u05d6\u05e8\u05d4, \u05d5\u05d6\u05d4 \u05d4\u05d9\u05ea\u05d4 \u05d4\u05e4\u05ea\u05e2\u05d4 \u05d1\u05e9\u05d1\u05d9\u05dc\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d7\u05dc\u05e9 \u05d1\u05de\u05d9\u05d3\u05d4 \u05db\u05d6\u05d5.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "This particular Moai, these five ladies have been together for 97 years.", "output": "\u05d4\u05de\u05d5\u05d0\u05d9 \u05d4\u05e1\u05e4\u05e6\u05d9\u05e4\u05d9 \u05d4\u05d6\u05d4, \u05d7\u05de\u05e9 \u05d4\u05e0\u05e9\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05e0\u05de\u05e6\u05d0\u05d5\u05ea \u05d1\u05d9\u05d7\u05d3 97 \u05e9\u05e0\u05d9\u05dd.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in English. Your job is to translate the English sentence into Hebrew.", "input": "Now, 95 percent of the guys that I was locked up with had been drug dealers on the outside, but when they talked about what they did, they talked about it in a different jargon, but the business concepts that they talked about weren't unlike those that you'd learn in a first year MBA class at Wharton: promotional incentives, you never charge a first-time user, focus-grouping new product launches, territorial expansion.", "output": "95 \u05d0\u05d7\u05d5\u05d6 \u05de\u05d4\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d0\u05d9\u05ea\u05dd \u05d4\u05d9\u05d9\u05ea\u05d9 \u05db\u05dc\u05d5\u05d0 \u05d4\u05d9\u05d5 \u05e1\u05d5\u05d7\u05e8\u05d9 \u05e1\u05de\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05e0\u05db\u05dc\u05d0\u05d5, \u05d0\u05d1\u05dc \u05db\u05d0\u05e9\u05e8 \u05d4\u05dd \u05d3\u05d9\u05d1\u05e8\u05d5 \u05e2\u05dc \u05de\u05d4 \u05e9\u05e2\u05e9\u05d5, \u05d4\u05dd \u05d3\u05d9\u05d1\u05e8\u05d5 \u05d1\u05d6 '\u05e8\u05d2\u05d5\u05df \u05d0\u05d7\u05e8, \u05d0\u05d1\u05dc \u05d4\u05e7\u05d5\u05e0\u05e1\u05e4\u05d8 \u05d4\u05e2\u05e1\u05e7\u05d9 \u05e9\u05e2\u05dc\u05d9\u05d5 \u05d4\u05dd \u05d3\u05d9\u05d1\u05e8\u05d5 \u05d4\u05d9\u05d4 \u05d3\u05d5\u05de\u05d4 \u05de\u05d0\u05d5\u05d3 \u05dc\u05d6\u05d4 \u05e9\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e2\u05dc\u05d9\u05d5 \u05d1\u05e9\u05e0\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05d1\u05de\u05e0\u05d4\u05dc \u05e2\u05e1\u05e7\u05d9\u05dd \u05d1\u05d5\u05d5\u05e8\u05d8\u05d5\u05df: \u05ea\u05de\u05e8\u05d9\u05e6\u05d9\u05dd \u05dc\u05e2\u05d9\u05d3\u05d5\u05d3 \u05de\u05db\u05d9\u05e8\u05d5\u05ea, \u05dc\u05e2\u05d5\u05dc\u05dd \u05dc\u05d0 \u05dc\u05d7\u05d9\u05d9\u05d1 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05e4\u05e2\u05dd \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4, \u05de\u05d9\u05e7\u05d5\u05d3 \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9 \u05e9\u05dc \u05d4\u05e9\u05e7\u05d4 \u05e9\u05dc \u05de\u05d5\u05e6\u05e8 \u05d7\u05d3\u05e9, \u05d4\u05ea\u05e4\u05e9\u05d8\u05d5\u05ea \u05d8\u05e8\u05d9\u05d8\u05d5\u05e8\u05d9\u05d0\u05dc\u05d9\u05ea.", "category": "Translation 340.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\u98db\u884c\u6a5f\u3084\u8239\u304c\u30b3\u30fc\u30b9\u304b\u3089\u9038\u308c\u3066\u6a5f\u9577\u3084\u8239\u9577\u304c\u7570\u5e38\u306b\u6c17\u3065\u3044\u3066\u3082\u3082\u3046\u624b\u9045\u308c\u3067\u3059", "output": "I saw airplanes and ships veering off course, with the captain learning only too late that something was wrong.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "1998\u5e74\u306b\u306f\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3068\u3044\u3046\u3059\u3070\u3089\u3057\u3044\u65b0\u6280\u8853\u304c\u4f55\u3092\u3082\u305f\u3089\u3059\u306e\u304b\u77e5\u308b\u3059\u3079\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f", "output": "In 1998, we had no way of knowing where this brave new technology called the Internet would take us.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\u3068\u306b\u304b\u304f\u3084\u3063\u3066\u3044\u308b\u3053\u3068\u304c\u72c2\u3063\u3066\u3044\u307e\u3059", "output": "You know, it's crazy. It's crazy what we're doing.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\u30c8\u30a4\u30ec\u304c\u4eca\u5f8c\u3082\u81ea\u5206\u306b\u3068\u3063\u3066\u554f\u984c\u3067\u3042\u308a\u7d9a\u3051\u308b\u3068\u3044\u3046\u3053\u3068\u305d\u3057\u3066\u554f\u984c\u306e\u51fa\u3069\u3053\u308d\u306f\u81ea\u5206\u3067\u81ea\u5206\u306b\u3057\u304b\u306a\u3044\u554f\u984c\u3060\u3068\u3044\u3046\u3053\u3068", "output": "She'd already learned that bathrooms were going to be a problem, and that problem started with her and was hers alone.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\u3044\u304f\u3064\u304b\u306e\u7a2e\u7279\u306b\u30e1\u30d0\u30c1\u304c\u7d76\u6ec5\u306e\u5371\u6a5f\u306b\u6652\u3055\u308c\u3066\u3044\u308b\u5146\u5019\u304c\u3042\u308b\u306e\u3067\u3059", "output": "There had been some indications that some of the species, in particular the bigeye, was under serious threat.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\uff08 \u7b11 \uff09 \u3053\u308c\u306f\u9762\u767d\u304b\u3063\u305f\u3067\u3059", "output": "(Laughter) This was a fun one.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\u8155\u3092\u5931\u3063\u3066\u3082\u307e\u3060\u795e\u7d4c\u7cfb\u306f\u50cd\u304d\u307e\u3059", "output": "When you lose your arm, that nervous system still works.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\u6700\u7d42\u7684\u306b\u79c1\u306f\u5373\u8208\u3068\u97f3\u697d\u3092\u4f7f\u3063\u3066\u30e2\u30e4\u30e2\u30e4\u304b\u3089\u306a\u3093\u3068\u304b\u629c\u3051\u51fa\u3057\u307e\u3057\u305f", "output": "And eventually I managed to get out the cloud using improvisation and music.", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.", "input": "\u3053\u306e\uff17\u5206\u534a\u306e\u5bff\u547d\u306e\u30dc\u30fc\u30ca\u30b9\u3092", "output": "How are you going to spend these minutes of bonus life?", "category": "Translation 341.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u3053\u3053\u304c\u3053\u306e\u5efa\u7269\u306e\u4e2d\u3067\u975e\u5e38\u306b\u91cd\u8981\u306a\u90e8\u5206\u3067\u305d\u306e\u30dd\u30a4\u30f3\u30c8\u306f\u3053\u3053\u3067\u306f \u2015 \u5efa\u7bc9\u306f\u307e\u3063\u305f\u304f\u6280\u8853\u3068\u7121\u7e01\u3067\u5358\u306b\u300c\u984d\u7e01\u300d\u3092\u4f5c\u3063\u3066\u3044\u308b\u3060\u3051\u3067\u7523\u696d\u6e2f\u6e7e\u306e\u98a8\u666f\u3092\u5207\u308a\u53d6\u3063\u3066\u305d\u306e\u58c1\u3092\u901a\u3057\u3066\u5e8a\u3084\u5929\u4e0a\u3092\u901a\u3058\u3066\u5358\u306b\u6c34\u3060\u3051\u3092\u6c34\u9762\u306e\u8868\u60c5\u3060\u3051\u3092\u898b\u305b\u3066\u3061\u3087\u3046\u3069\u96fb\u6c17\u5f0f\u306e\u96ea\u3068\u304b\u30e9\u30d0\u30e9\u30f3\u30d7\u306e\u3088\u3046\u306a\u50ac\u7720\u7684\u52b9\u679c\u3092\u6f14\u51fa\u3057\u3066\u3044\u307e\u3059", "output": "Y era, en verdad, una parte muy importante de este edificio y \u00e9ste es un punto donde la arquitectura \u2014 esto esta \"\" libre de tecnolog\u00eda \"\", la arquitectura es s\u00f3lo un mecanismo como bastidor, \u00fanicamente edita la vista del puerto, el puerto industrial apenas mediante sus paredes, pisos y techos, para exponer \u00fanicamente el agua en s\u00ed, la textura del agua, al igual que un efecto hipn\u00f3tico generado por lluvia electr\u00f3nica o una l\u00e1mpara de lava, o algo parecido.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u3053\u306e\u8abf\u67fb\u306b\u591a\u5927\u306a\u3054\u5354\u529b\u3092\u3044\u305f\u3060\u3044\u305f\u30d5\u30e9\u30f3\u30b9\u30fb\u30c9\u30a5\u30fb\u30d0\u30fc\u30eb\u535a\u58eb\u306b\u6c0f\u306b\u611f\u8b1d\u3059\u308b\u3068\u5171\u306b\u5fc3\u3088\u308a\u306e\u611f\u8b1d\u3092\u8ff0\u3079\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002", "output": "gracias a ti, Frans de Waal, dondequiera que est\u00e9s, te adoro y dar\u00eda cualquier cosa por conocerte.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u6614\u304b\u3089\u305d\u3046\u3067\u3057\u305f\u5f7c\u5973\u306f\u6cf3\u3052\u306a\u304b\u3063\u305f\u306e\u3067\u3059", "output": "Desde siempre. Nunca aprendi\u00f3 a nadar.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u56fd\u5bb6\u306f\u304b\u3064\u3066\u307b\u3069\u91cd\u8981\u6027\u3092\u6301\u305f\u306a\u304f\u306a\u308a\u307e\u3057\u305f\u56fd\u5bb6\u6a29\u529b\u306f\u6e1b\u9000\u3057\u3064\u3064\u3042\u308a\u307e\u3059", "output": "Los estados tienen menor importancia que antes, y el poder del Estado est\u00e1 disminuyendo.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u8a13\u7df4\u3055\u308c\u305f\u30a2\u30d5\u30ea\u30ab\u4eba\u306e\u4f5c\u696d\u54e1\u304c\u30e9\u30c3\u30c8\u306e\u5f8c\u308d\u306b\u3044\u307e\u3059\u753b\u9762\u3067\u306f\u53f3\u3068\u5de6\u3067\u3059", "output": "Ven un operador, un africano entrenado con sus ratas en el frente que, de hecho, est\u00e1 a la izquierda y a la derecha.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u3053\u3093\u306a\u5834\u6240\u3082\u3042\u308a\u307e\u3059", "output": "O uno puede ir a lugares como este.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u79c1\u305f\u3061\u304c\u672c\u6c17\u3067\u4f5c\u308a\u305f\u3044\u306e\u306f\u8ab0\u3082\u304c\u4f7f\u3048\u308b\u30ed\u30dc\u30c3\u30c8 \u2015 8\u6b73\u3067\u308280\u6b73\u3067\u3082\u4f7f\u3048\u308b\u30ed\u30dc\u30c3\u30c8\u3067\u3059", "output": "Queremos de verdad construir un robot que cualquiera pueda usar, tenga 8 u 80.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u305d\u308c\u3089\u306e\u5358\u7d14\u306a\u4e8b\u67c4\u3068\u306f\u8907\u96d1\u306a\u79d1\u5b66\u306a\u3069\u3067\u306f\u306a\u304f\u99b4\u67d3\u307f\u306e\u3042\u308b\u4e8b\u67c4\u3067\u3059", "output": "Esos temas sencillos no son realmente temas acerca de la complejidad de lo que est\u00e1 sucediendo, sino de cosas que todos sabemos.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Spanish.", "input": "\u304b\u308c\u3089\u306e\u4e2d\u306b\u306f\u30a2\u30d5\u30ea\u30ab\u306b\u5927\u5909\u8208\u5473\u3092\u6301\u3061\u8fb2\u696d\u306e\u5927\u5207\u3055\u3092\u7406\u89e3\u3057\u3066\u8fb2\u5bb6\u306b\u3082\u52a9\u3051\u3092\u5dee\u3057\u4f38\u3079\u307e\u3057\u305f", "output": "Ahora, algunos de estos inversionistas sociales est\u00e1n muy interesados en \u00c1frica y entienden la importancia de la agricultura y hasta ayudaron a los agricultores.", "category": "Translation 342.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u5916\u306b\u52a9\u3051\u3092\u6c42\u3081\u308b\u306e\u306f\u8f9e\u3081\u307e\u3057\u3087\u3046", "output": "\u0648\u064a\u0646\u0628\u063a\u064a \u0644\u0646\u0627 \u0623\u0646 \u0646\u0643\u0641 \u0639\u0646 \u0627\u0644\u0646\u0638\u0631 \u0625\u0644\u064a \u0627\u0644\u062e\u0627\u0631\u062c.", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u4f55\u4e16\u4ee3\u306b\u3082\u308f\u305f\u3063\u3066\u8ab0\u3082\u304c\u77e5\u3063\u3066\u3044\u305f\u3053\u3068\u3067\u3059", "output": "\u0627\u0644\u062c\u0645\u064a\u0639 \u0639\u0631\u0641 \u0630\u0644\u0643, \u0644\u0627\u062c\u064a\u0627\u0644", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u8b66\u5bdf\u306e\u8a13\u7df4\u3092\u5f37\u5316\u3059\u308b\u306a\u3069\u5b9f\u969b\u306e\u6d3b\u52d5\u3092\u5c11\u3057\u304a\u8a71\u304f\u3060\u3055\u3044", "output": "\u062a\u062d\u062f\u062b \u0644\u0646\u0627 \u0642\u0644\u064a\u0644\u064b\u0627 \u0639\u0646 \u0628\u0639\u0636 \u0627\u0644\u0623\u0645\u0648\u0631 \u0627\u0644\u062a\u064a \u062a\u062d\u062f\u062b \u0641\u0639\u0644\u064b\u0627 \u060c \u0643\u0632\u064a\u0627\u062f\u0629 \u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0634\u0631\u0637\u0629 \u0645\u062b\u0644\u064b\u0627", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u7b54\u3048\u304c\u3042\u308b\u3068\u601d\u308f\u308c\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u304c\u3053\u3068\u306f\u305d\u3046\u5358\u7d14\u3067\u306f\u3042\u308a\u307e\u305b\u3093", "output": "\u0642\u062f \u062a\u0639\u062a\u0628\u0631\u0648\u0646 \u0623\u0646\u0651 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0633\u0651\u0624\u0627\u0644 \u0628\u0633\u064a\u0637\u0629... \u0644\u0643\u0646\u0651\u0647\u0627 \u0644\u064a\u0633\u062a \u0628\u062a\u0644\u0643 \u0627\u0644\u0628\u0633\u0627\u0637\u0629", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u6ca2\u5c71\u306e\u5973\u6027\u304b\u3089\u8a00\u308f\u308c\u305f\u306e\u306f\u300c\u79c1\u306a\u3089\u592b\u3068\u50cd\u304f\u306e\u306f\u7121\u7406", "output": "\u0628\u0628\u0633\u0627\u0637\u0629 \u0641\u0625\u0646 \u0627\u0644\u0623\u0645\u0631 \u0644\u0646 \u064a\u0646\u062c\u062d. \"\" \u0623\u062a\u0639\u0644\u0645 \u060c \u0646\u062d\u0646 \u0646\u0633\u062a\u0645\u062a\u0639 \u0628\u0630\u0644\u0643 \u060c \u0648\u0646\u062d\u0646 \u0644\u0627...", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u4eba\u306f\u571f\u5730\u9762\u7a4d\u3068\u7a7a\u9593\u3092\u6df7\u540c\u3057\u3066\u3057\u307e\u3046", "output": "\u064a\u062e\u0644\u0637 \u0627\u0644\u0646\u0627\u0633 \u0628\u064a\u0646 \u0627\u0644\u0628\u0635\u0645\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u062d\u0629", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u3053\u306e\u30d7\u30ec\u30fc\u30c8\u306b\u30ab\u30e1\u30e9\u3092\u3042\u308f\u305b\u307e\u3057\u3087\u3046\u30d7\u30ec\u30fc\u30c8\u306e\u4e0b\u306b\u78c1\u77f3\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059", "output": "\u062d\u062a\u0649 \u0644\u0642\u062f \u062d\u0635\u0644\u062a \u0639\u0644\u0649 \u0643\u0627\u0645\u064a\u0631\u0627 \u0645\u0648\u062c\u0647 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0647\u0630\u0647 \u0627\u0644\u0644\u0648\u062d\u0629 \u060c \u0648\u062a\u062d\u062a \u0647\u0630\u0647 \u0627\u0644\u0644\u0648\u062d\u0629 \u060c \u062b\u0645\u0629 \u0645\u063a\u0646\u0627\u0637\u064a\u0633.", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u305d\u3046\u306a\u3063\u305f\u3089\u3082\u3063\u3068\u30db\u30ef\u30a4\u30c8\u30d4\u30a2\u304c\u5efa\u8a2d\u3055\u308c\u308b\u306e\u3067\u3057\u3087\u3046\u304b \uff1f", "output": "\u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0646\u062d\u0648 \u060c \u0647\u0644 \u0633\u064a\u0648\u062c\u062f \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0645\u062f\u0646 \u0627\u0644\u0628\u064a\u0636 \u061f", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Arabic.", "input": "\u8208\u5473\u6df1\u3044\u306e\u306f\u79c1\u305f\u3061\u306f\u3053\u308c\u4ee5\u4e0a\u30c7\u30b6\u30a4\u30f3\u3068\u30a2\u30fc\u30c8\u306b\u3064\u3044\u3066\u8a9e\u308b\u5fc5\u8981\u306f\u306a\u304f\u30c7\u30b6\u30a4\u30f3\u306f\u305d\u306e\u4e3b\u5f35\u3092\u4f1d\u3048\u308b\u305f\u3081\u4f55\u3067\u3082\u81ea\u7531\u306b\u4f7f\u3048\u308b\u306e\u3067\u3059", "output": "\u0644\u0643\u0646 \u0627\u0644\u0623\u0645\u0631 \u0627\u0644\u0645\u062b\u064a\u0631 \u0644\u0644\u0627\u0647\u062a\u0645\u0627\u0645 \u0647\u0648 \u0623\u0646\u0646\u0627 \u0644\u0633\u0646\u0627 \u0641\u064a \u062d\u0627\u062c\u0629 \u0644\u0644\u062d\u062f\u064a\u062b \u0639\u0646 \u0627\u0644\u0641\u0646 \u0648\u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0628\u0639\u062f \u0627\u0644\u0622\u0646. \u0648\u0644\u0643\u0646 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u064a\u0633\u062a\u062e\u062f\u0645 \u0623\u064a\u0627\u064b \u0643\u0627\u0646 \u0645\u0646 \u0623\u062f\u0648\u0627\u062a \u0645\u062a\u0648\u0641\u0631\u0629 \u062a\u062d\u062a \u0627\u0644\u062a\u0635\u0631\u0641 \u0645\u0646 \u0623\u062c\u0644 \u0635\u0646\u0639 \u0627\u0644\u0646\u0642\u0637\u0629.", "category": "Translation 343.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "Google\u306f\u30c7\u30fc\u30bf\u5206\u6790\u306b\u3088\u308a\u6210\u529f\u3057\u91ce\u7403\u30c1\u30fc\u30e0\u306f\u52dd\u3064\u305f\u3081\u306b\u300c\u30de\u30cd\u30fc\u30dc\u30fc\u30eb\u300d\u3092\u63a1\u7528\u3059\u308b\u306e\u3067\u3059\u91ce\u7403\u30c1\u30fc\u30e0\u306f\u52dd\u3064\u305f\u3081\u306b\u300c\u30de\u30cd\u30fc\u30dc\u30fc\u30eb\u300d\u3092\u63a1\u7528\u3059\u308b\u306e\u3067\u3059", "output": "\u05d6\u05d5 \u05d4\u05e1\u05d9\u05d1\u05d4 \u05e9\u05d2\u05d5\u05d2\u05dc \u05d4\u05d9\u05d0 \u05d2\u05d5\u05d2\u05dc, \u05d5\u05d6\u05d5 \u05d4\u05e1\u05d9\u05d1\u05d4 \u05e9\u05db\u05dc \u05d0\u05d5\u05ea\u05df \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d4\u05d1\u05d9\u05d9\u05e1\u05d1\u05d5\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d5\u05ea \u05d1\u05de\u05d0\u05e0\u05d9\u05d1\u05d5\u05dc \u05d1\u05db\u05d3\u05d9 \u05dc\u05e0\u05e6\u05d7 \u05de\u05e9\u05d7\u05e7\u05d9\u05dd.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u30e9\u30d3\u30f3\u5143\u9996\u76f8\u306f\u30aa\u30b9\u30ed\uff65\u30d7\u30ed\u30bb\u30b9\u306b\u95a2\u308f\u3063\u305f\u969b\u300c\u548c\u5e73\u306f\u53cb\u3068\u7d50\u3076\u306e\u3067\u306f\u306a\u3044\u548c\u5e73\u3068\u306f\u6575\u3068\u7d50\u3076\u3082\u306e\u3060\u300d\u3068\u8a00\u3044\u307e\u3057\u305f\u56f0\u96e3\u3067\u3059\u304c\u5fc5\u8981\u306a\u3053\u3068\u306a\u306e\u3067\u3059", "output": "\u05e8\u05d0\u05e9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4 \u05e8\u05d1\u05d9\u05df \u05d0\u05de\u05e8 \u05db\u05d0\u05e9\u05e8 \u05d4\u05d5\u05d0 \u05e0\u05db\u05e0\u05e1 \u05dc\u05ea\u05d4\u05dc\u05d9\u05da \u05d0\u05d5\u05e1\u05dc\u05d5: \"\" \u05dc\u05d0 \u05e2\u05d5\u05e9\u05d9\u05dd \u05e9\u05dc\u05d5\u05dd \u05e2\u05dd \u05d7\u05d1\u05e8\u05d9\u05dd \u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05e9\u05d9\u05dd \u05e2\u05dd \u05d4\u05d0\u05d5\u05d9\u05d1\u05d9\u05dd. \"\" \u05d6\u05d4 \u05e7\u05e9\u05d4, \u05d0\u05d1\u05dc \u05d6\u05d4 \u05d4\u05db\u05e8\u05d7\u05d9.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u4f8b\u3048\u3070\u30af\u30a2\u30eb\u30b3\u30e0\u30fb\u30b9\u30bf\u30b8\u30a2\u30e0\u3084\u30b9\u30c6\u30a4\u30d7\u30eb\u30ba\u30fb\u30bb\u30f3\u30bf\u30fc\u306e\u30d6\u30e9\u30f3\u30c9\u306f", "output": "\u05d0\u05d6 \u05d4\u05de\u05d5\u05ea\u05d2 \u05d4\u05d6\u05d4, \u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05e7\u05d5\u05d5\u05d0\u05dc\u05e7\u05d5\u05dd, \u05de\u05e8\u05db\u05d6 \u05e1\u05d8\u05d9\u05d9\u05e4\u05dc\u05e1...", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u73fe\u5728\u591a\u304f\u306e\u56fd\u3067\u306f\u9285\u7dda\u3092\u5f35\u308a\u5de1\u3089\u305b\u306a\u304f\u3066\u3082\u7d20\u6674\u3089\u3057\u3044\u901a\u4fe1\u304c\u53ef\u80fd\u306b\u306a\u3063\u3066\u3044\u307e\u3059", "output": "\u05d1\u05e8\u05d1\u05d5\u05ea \u05de\u05d4\u05de\u05d3\u05d9\u05e0\u05d5\u05ea \u05d4\u05dc\u05dc\u05d5 \u05d9\u05e9 \u05db\u05d9\u05d5\u05dd \u05de\u05e2\u05e8\u05db\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05de\u05e2\u05d5\u05dc\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05d9\u05de\u05d5\u05e9 \u05e7\u05d5\u05d5\u05d9 \u05e0\u05d7\u05d5\u05e9\u05ea \u05d4\u05de\u05d5\u05d8\u05de\u05e0\u05d9\u05dd \u05d1\u05d0\u05d3\u05de\u05d4.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u3053\u308c\u3089\u306f\u7d1b\u308c\u3082\u7121\u304f\u6cd5\u7684\u306b\u8a8d\u3081\u3089\u308c\u3066\u3044\u308b\u3053\u3068\u306a\u306e\u3067\u3059", "output": "\u05d6\u05d4 \u05e4\u05e9\u05d5\u05d8 \u05de\u05d4 \u05e9\u05e0\u05d7\u05e9\u05d1 \u05d1\u05e2\u05d9\u05e0\u05d9\u05e0\u05d5 \u05e0\u05e1\u05d1\u05dc \u05de\u05d1\u05d7\u05d9\u05e0\u05d4 \u05d7\u05d5\u05e7\u05d9\u05ea.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u4eca\u304b\u306a\u308a\u5927\u80c6\u306b\u8a00\u3044\u5207\u308a\u307e\u3057\u305f\u304c\u4eca\u65e5\u79c1\u306e\u8a71\u306e\u4e2d\u304b\u3089 \uff11\u70b9\u3060\u3051\u3067\u3044\u3044\u306e\u3067\u899a\u3048\u3066\u304a\u3044\u3066\u307b\u3057\u3044\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u30d6\u30ed\u30c3\u30af\u30c1\u30a7\u30fc\u30f3\u306e\u6280\u8853\u306f\u6bd4\u8f03\u7684\u65b0\u3057\u3044\u3068\u8a00\u3048\u3069\u3082\u975e\u5e38\u306b\u4eba\u9593\u3089\u3057\u3044\u3042\u308b\u50be\u5411\u3092\u5f15\u304d\u7d99\u3044\u3060\u3082\u306e\u3067\u3059\u305d\u308c\u306f\u4f55\u304b\u8aac\u660e\u3057\u307e\u3057\u3087\u3046", "output": "\u05db\u05df, \u05d6\u05d5 \u05d0\u05de\u05d9\u05e8\u05d4 \u05e0\u05d5\u05e2\u05d6\u05ea \u05dc\u05de\u05d3\u05d9, \u05d0\u05da \u05d0\u05dd \u05d9\u05e9 \u05d3\u05d1\u05e8 \u05d0\u05d7\u05d3 \u05e9\u05ea\u05e7\u05d7\u05d5 \u05de\u05d4\u05e8\u05e6\u05d0\u05d4 \u05d6\u05d5, \u05dc\u05de\u05e2\u05e9\u05d4 \u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05e9\u05ea\u05d6\u05db\u05e8\u05d5 \u05e9\u05d1\u05d5 \u05d1\u05e2\u05ea \u05e9\u05d1\u05dc\u05d5\u05e7\u05e6 '\u05d9\u05d9\u05df \u05d4\u05d9\u05d0 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4 \u05d9\u05d7\u05e1\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4, \u05d4\u05d9\u05d0 \u05d2\u05dd \u05d4\u05de\u05e9\u05da \u05e9\u05dc \u05e1\u05d9\u05e4\u05d5\u05e8 \u05de\u05d0\u05d3 \u05d0\u05e0\u05d5\u05e9\u05d9, \u05d5\u05d4\u05e1\u05d9\u05e4\u05d5\u05e8 \u05d4\u05d5\u05d0 \u05d6\u05d4.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u30a4\u30ae\u30ea\u30b9\u3067\u306f 63 \uff05 \u306e\u7537\u6027\u306e\u77ed\u671f\u53d7\u5211\u8005\u304c\u51fa\u6240\u5f8c \uff11\u5e74\u4ee5\u5185\u306b\u518d\u72af\u3092\u3057\u3066\u3044\u307e\u3059", "output": "\u05d1\u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4, 63% \u05de\u05db\u05dc \u05d4\u05d2\u05d1\u05e8\u05d9\u05dd \u05e9\u05de\u05e9\u05ea\u05d7\u05e8\u05e8\u05d9\u05dd \u05de\u05d4\u05db\u05dc\u05d0 \u05d0\u05d7\u05e8\u05d9 \u05ea\u05e7\u05d5\u05e4\u05d5\u05ea \u05de\u05d0\u05e1\u05e8 \u05e7\u05e6\u05e8\u05d5\u05ea, \u05d7\u05d5\u05d6\u05e8\u05d9\u05dd \u05dc\u05e4\u05e9\u05d5\u05e2 \u05d1\u05ea\u05d5\u05da \u05e9\u05e0\u05d4.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u3053\u308c\u306f\u6162\u6027\u306e\u75db\u307f\u3092\u6301\u3064\u60a3\u8005\u306e\u8133\u306e\u7d4c\u8def\u3092\u9078\u629e\u3057\u305f\u3082\u306e\u3067\u3059", "output": "\u05db\u05d0\u05df, \u05d1\u05d7\u05e8\u05e0\u05d5 \u05de\u05e1\u05dc\u05d5\u05dc\u05d9\u05dd \u05d1\u05de\u05d5\u05d7 \u05e9\u05dc \u05de\u05d8\u05d5\u05e4\u05dc \u05e2\u05dd \u05db\u05d0\u05d1 \u05db\u05e8\u05d5\u05e0\u05d9.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Hebrew.", "input": "\u79c1\u304c\u3084\u3063\u3066\u3044\u308b\u30a2\u30fc\u30c8\u306f\u30ad\u30e3\u30f3\u30d0\u30b9\u3092\u4f7f\u3044\u307e\u305b\u3093\u3082\u3057\u7686\u3055\u3093\u306e\u8096\u50cf\u753b\u3092\u624b\u304c\u3051\u308b\u3068\u3057\u305f\u3089\u7686\u3055\u3093\u306e\u4f53\u306b\u76f4\u63a5\u63cf\u304d\u307e\u3059", "output": "\u05de\u05d4 \u05e9\u05d0\u05e0\u05d9 \u05e2\u05d5\u05e9\u05d4 \u05d1\u05d0\u05de\u05ea \u05d4\u05d5\u05d0 \u05dc\u05d3\u05dc\u05d2 \u05e2\u05dc \u05d4\u05d1\u05d3 \u05dc\u05d2\u05de\u05e8\u05d9 \u05d5\u05d0\u05dd \u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05e6\u05d9\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e8\u05d5\u05d8\u05e8\u05d8 \u05e9\u05dc\u05db\u05dd \u05d0\u05e0\u05d9 \u05de\u05e6\u05d9\u05d9\u05e8\u05ea \u05d0\u05d5\u05ea\u05d5 \u05e2\u05dc\u05d9\u05db\u05dd, \u05e2\u05dc \u05d4\u05d2\u05d5\u05e3 \u05e9\u05dc\u05db\u05dd.", "category": "Translation 344.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "Todos tenemos nuestros propios prejuicios.", "output": "So we all have our own biases.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "Es una especie nueva que hallamos en Madagascar, a la que llamamos \"\" Typhleotris mararybe \"\".", "output": "This is a new species we described from Madagascar that we named Typhleotris mararybe.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "Chica 3: Este es mi pretendiente.", "output": "Girl 3: This is my pretend [unclear] one.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "Y tratamos de clasificar dichos genes en familias para ver qu\u00e9 era los que est\u00e1bamos descubriendo: \u00bfEstamos s\u00f3lo descubriendo nuevos miembros de familias conocidas o estamos descubriendo nuevas familias?", "output": "And we tried to put these into gene families to see what these discoveries are: Are we just discovering new members of known families, or are we discovering new families?", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "Ten\u00eda un cargo menor de falsificaci\u00f3n, recibi\u00f3 una sentencia de un a\u00f1o y muri\u00f3 como un h\u00e9roe para el pueblo holand\u00e9s.", "output": "He had a lesser charge of forgery, got a year sentence and died a hero to the Dutch people.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "Tu poder determina los l\u00edmites.", "output": "Your power determines your range.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "Y esto no ha sucedido de la nada.", "output": "And this hasn't just happened.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "No puedo hacer algo as\u00ed a menos que env\u00ede la se\u00f1al de estar receptivo a escuchar las se\u00f1ales de la otra parte.", "output": "I cannot do that unless I send the signals that I will be open to listen to the other side's signals.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into English.", "input": "No sabemos cu\u00e1n importante es lavarse las manos \u2014 aterrador. Se asume que es buena idea lavarse mucho las manos.", "output": "We don't know how important hand washing is for flu \u2014 shocking. One assumes it's a good idea to wash your hands a lot.", "category": "Translation 345.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "Me gustar\u00eda llamarlo \"\" el arte perdido de perder el control de forma productiva \"\".", "output": "\"\" \u5931\u308f\u308c\u305f\u751f\u7523\u7684\u7ba1\u7406\u7de9\u548c\u8853 \"\" \u3067\u3059", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "Viven en grupos con una jerarqu\u00eda social muy estricta.", "output": "\u975e\u5e38\u306b\u53b3\u683c\u306a\u793e\u4f1a\u7684\u306a\u968e\u5c64\u3092\u5099\u3048\u305f\u30b0\u30eb\u30fc\u30d7\u3067\u751f\u6d3b\u3057\u3066\u3044\u307e\u3059", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "Y en esas tarjetas perforadas, hay una serie de agujeros, y dije, gracias, gracias, bien, \u00bfqu\u00e9 hay aqu\u00ed?", "output": "\u30d1\u30f3\u30c1\u30ab\u30fc\u30c9\u306b\u306f\u7a74\u304c\u305f\u304f\u3055\u3093\u958b\u3044\u3066\u3044\u307e\u3059\u304a\u793c\u3092\u8a00\u3063\u3066\u5e30\u308a\u307e\u3057\u305f\u304c\u4f55\u304c\u66f8\u3044\u3066\u3042\u308b\u3093\u3060\u308d\u3046 \uff1f", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "\u00bfEn qu\u00e9 etapa est\u00e1 la cosmolog\u00eda hoy?, \u00bfen una especie de etapa hist\u00f3rica?", "output": "\u6b74\u53f2\u7684\u306b\u898b\u3066\u73fe\u5728\u306e\u5b87\u5b99\u8ad6\u306e\u7f6e\u304b\u308c\u305f\u72b6\u6cc1\u3092\u3069\u3046\u601d\u3044\u307e\u3059\u304b \uff1f \u6b74\u53f2\u7684\u306b\u898b\u3066\u73fe\u5728\u306e\u5b87\u5b99\u8ad6\u306e\u7f6e\u304b\u308c\u305f\u72b6\u6cc1\u3092\u3069\u3046\u601d\u3044\u307e\u3059\u304b \uff1f \u6b74\u53f2\u7684\u306b\u898b\u3066\u73fe\u5728\u306e\u5b87\u5b99\u8ad6\u306e\u7f6e\u304b\u308c\u305f\u72b6\u6cc1\u3092\u3069\u3046\u601d\u3044\u307e\u3059\u304b \uff1f", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "Esto es exactamente lo que se est\u00e1 discutiendo en Jap\u00f3n en este momento y si se cuenta con una poblaci\u00f3n disciplinada como la japonesa puede que resulte. Pero en el caso de Chile es pr\u00e1cticamente seguro que esta zona ser\u00eda ocupada ilegalmente por lo tanto esta alternativa era irreal e indeseable.", "output": "\u3053\u308c\u3053\u305d\u304c\u4eca\u65e5\u672c\u3067\u8a0e\u8b70\u3055\u308c\u3066\u3044\u308b\u8a71\u984c\u3067\u3059\u56fd\u6c11\u304c\u3057\u3063\u304b\u308a\u3068\u898f\u5f8b\u6b63\u3057\u3044\u65e5\u672c\u306e\u3088\u3046\u306a\u56fd\u3067\u306f\u3046\u307e\u304f\u3044\u304f\u306e\u3067\u3059\u304c\u30c1\u30ea\u3067\u306f\u571f\u5730\u304c\u4e0d\u6cd5\u306b\u5360\u62e0\u3055\u308c\u308b\u306e\u3092\u5b8c\u5168\u306b\u9632\u3050\u306e\u306f\u96e3\u3057\u3044\u3053\u306e\u6848\u306f\u975e\u73fe\u5b9f\u7684\u306a\u306e\u3067\u671b\u307e\u3057\u3044\u65b9\u6cd5\u3068\u306f\u8a00\u3048\u306a\u304b\u3063\u305f", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "No es nuestra carga.", "output": "\u79c1\u305f\u3061\u304c\u80cc\u8ca0\u3046\u3082\u306e\u3058\u3083\u306a\u3044", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "Parte de tu elecci\u00f3n de conjuntos de datos ha sido criticada.", "output": "\u3042\u306a\u305f\u306e\u9078\u629e\u3057\u305f\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u306b\u3064\u3044\u3066\u6279\u5224\u304c\u3042\u308a\u307e\u3057\u305f", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "Este es un modelo de cart\u00f3n un poco m\u00e1s peque\u00f1o que la hiena.", "output": "\u3053\u308c\u306f\u539a\u7d19\u88fd\u306e\u30e2\u30c7\u30eb\u3067\u30cf\u30a4\u30a8\u30ca\u3088\u308a\u5c11\u3057\u5c0f\u3055\u3044\u304f\u3089\u3044\u306e\u3082\u306e\u3067\u3059", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese.", "input": "Los visitantes son transitorios. Queremos a la gente que vive aqu\u00ed, personas que tienen la propiedad \"\". As\u00ed que lo que estamos haciendo es hacer un arreglo amplio de diferentes maneras para que la gente participe efectivamente con el material en el interior de estas galer\u00edas, por lo que a\u00fan puedes tener una experiencia tradicional de galer\u00eda, pero si est\u00e1s interesado, puedes participar con cualquier obra de arte individual y ver el contexto original de d\u00f3nde viene, o manipular la propia obra.", "output": "\u305d\u306e\u5834\u9650\u308a\u306e\u8a2a\u554f\u8005\u3067\u306a\u304f\u4f4f\u4eba\u306b\u306a\u3063\u3066\u81ea\u5206\u306e\u5834\u6240\u3060\u3068\u611f\u3058\u3066\u6b32\u3057\u3044\u306e\u3067\u3059\u300d\u79c1\u305f\u3061\u304c\u3084\u3063\u3066\u3044\u308b\u3053\u3068\u306f\u4eba\u3005\u304c\u5b9f\u969b\u306b\u30ae\u30e3\u30e9\u30ea\u30fc\u5185\u306e\u4f5c\u54c1\u306b\u304b\u304b\u308f\u308c\u308b\u3088\u3046\u69d8\u3005\u306a\u65b9\u6cd5\u3092\u63d0\u4f9b\u3057\u307e\u3059\u6614\u306a\u304c\u3089\u306e\u30ae\u30e3\u30e9\u30ea\u30fc\u3082\u3042\u308a\u307e\u3059\u304c\u3082\u3057\u8208\u5473\u304c\u3042\u308c\u3070 \uff11\u3064\u306e\u82b8\u8853\u54c1\u306b\u7684\u3092\u7d5e\u3063\u3066\u3069\u306e\u3088\u3046\u306a\u6240\u3067\u4f7f\u308f\u308c\u305f\u304b\u305d\u306e\u80cc\u666f\u3092\u898b\u305f\u308a\u4f5c\u54c1\u3067\u904a\u3093\u3060\u308a\u3067\u304d\u307e\u3059", "category": "Translation 346.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "Hay que encontrar una manera, alguna, de obligar, de convencer a miles de millones de estas part\u00edculas de que ensamblen en la tecnolog\u00eda.", "output": "\u0648\u064a\u062c\u0628 \u0623\u0646 \u0646\u062c\u062f \u0633\u0628\u064a\u0644\u0627 \u0644\u0630\u0644\u0643 \u0628\u0637\u0631\u064a\u0642\u0629 \u0645\u0627 \u060c \u0644\u0625\u062c\u0628\u0627\u0631 \u0623\u0648 \u0644\u0625\u0642\u0646\u0627\u0639 \u0627\u0644\u0628\u0644\u0627\u064a\u064a\u0646 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0630\u0631\u0627\u062a \u0644\u062a\u062c\u0645\u0639 \u0646\u0641\u0633\u0647\u0627 \u0641\u064a \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627.", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "Y es en eso en lo que est\u00e1bamos interesados.", "output": "\u0648\u0647\u0630\u0627 \u0645\u0627 \u0643\u0646\u0627 \u0645\u0647\u062a\u0645\u064a\u0646 \u0628\u0647", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "\u00c9l es un muy buen compa\u00f1ero de Einstein, debo decir.", "output": "\u064a\u062c\u0628 \u0623\u0646 \u0646\u0642\u0648\u0644 \u0628\u0623\u0646\u0647 \u0632\u0645\u064a\u0644 \u062c\u064a\u062f \u0644\u0622\u064a\u0646\u0634\u062a\u0627\u064a\u0646.", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "Desde el aire vi miles de paquetes de pl\u00e1stico blanco propiedad de una industria de la protecci\u00f3n ambiental que afirma que es ecol\u00f3gico y recicla millones de neum\u00e1ticos para preservar la vida de las personas y para mejorar la vida de las personas.", "output": "\u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062a\u062d\u0644\u064a\u0642 \u060c \u0644\u0627\u062d\u0638\u062a \u0627\u0644\u0627\u0644\u0627\u0641 \u0645\u0646 \u0623\u0643\u0648\u0627\u0645 \u0627\u0644\u0628\u0644\u0627\u0633\u062a\u064a\u0643 \u0627\u0627\u0644\u0628\u064a\u0636\u0627\u0621 \u0627\u0644\u062a\u0627\u0628\u0639\u0629 \u0644\u0644\u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u062d\u0627\u0641\u0638\u0629 \u0648\u0627\u0644\u062a\u064a \u062a\u062f\u0651\u0639\u064a \u0623\u0646\u0647\u0627 \u0635\u062f\u064a\u0642\u0629 \u0644\u0644\u0628\u064a\u0626\u0629 \u0648\u062a\u0642\u0648\u0645 \u0628\u0625\u0639\u0627\u062f\u0629 \u062a\u0635\u0646\u064a\u0639 \u0627\u0644\u0645\u0644\u0627\u064a\u064a\u0646 \u0645\u0646 \u0627\u0644\u0625\u0637\u0627\u0631\u0627\u062a \u0628\u0647\u062f\u0641 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u062d\u064a\u0627\u0629 \u0627\u0644\u0646\u0627\u0633 \u0648\u062a\u062d\u0633\u064a\u0646 \u062d\u064a\u0627\u062a\u0647\u0645.", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "Yo obtuve una beca acad\u00e9mica completa cuando termin\u00e9 mis estudios de preparatoria.", "output": "\u0648\u0641\u0632\u062a \u0628\u062a\u0645\u0648\u064a\u0644 \u0643\u0627\u0645\u0644 \u0644\u0644\u062f\u0631\u0627\u0633\u0629 \u0628\u0639\u062f \u0627\u0644\u0645\u062f\u0631\u0633\u0629 \u0627\u0644\u062b\u0627\u0646\u0648\u064a\u0629.", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "El dice, \"\" La organizaci\u00f3n inicial del cerebro no depende tanto de la experiencia.", "output": "\u064a\u0642\u0648\u0644, \"\" \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629 \u0627\u0644\u0623\u0648\u0644\u064a\u0629 \u0644\u0644\u0645\u062e \u0644\u0627 \u062a\u0639\u062a\u0645\u062f \u0643\u062b\u064a\u0631\u0627\u064b \u0639\u0644\u0649 \u0627\u0644\u062e\u0628\u0631\u0629.", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "No hab\u00eda afirmaciones sobre la salud, al menos no aprobadas estatalmente.", "output": "\u0644\u0645 \u062a\u0643\u0646 \u0647\u0646\u0627\u0643 \u0645\u0634\u0627\u0643\u0644 \u0635\u062d\u064a\u0629 \u060c \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0623\u0645\u0631\u0627\u0636 \u0645\u062d\u0638\u0648\u0631\u0629 \u0641\u064a\u062f\u0631\u0627\u0644\u064a\u0627\u064b.", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "Bueno, para concluir, puedo decir que hemos hecho un material usando fibras de acero, incorporando estas fibras, usando la energ\u00eda de inducci\u00f3n para, en realidad, aumentar la vida de la superficie de la carretera, incluso pueden duplicar la vida de la superficie. De verdad se ahorrar\u00e1 mucho dinero con trucos muy simples.", "output": "\u062d\u0633\u0646\u0627 \u060c \u0644\u0646\u0644\u062e\u0635 \u064a\u0645\u0643\u0646 \u0623\u0646 \u0623\u0642\u0648\u0644 \u0623\u0646\u0646\u0627 \u0635\u0646\u0639\u0646\u0627 \u0645\u0627\u062f\u0629 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0646\u0633\u064a\u062c \u0627\u0644\u0641\u0648\u0644\u0627\u0630\u064a \u060c \u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0646\u0633\u064a\u062c \u0627\u0644\u0641\u0648\u0644\u0627\u0630\u064a \u0648 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0637\u0627\u0642\u0629 \u0627\u0644\u062a\u062d\u0631\u064a\u0636 \u0644\u0632\u064a\u0627\u062f\u0629 \u0639\u0645\u0631 \u0633\u0637\u062d \u0627\u0644\u0637\u0631\u064a\u0642 \u062d\u062a\u0649 \u0645\u0636\u0627\u0639\u0641\u062a\u0647 \u0648 \u0628\u0627\u0644\u062a\u0627\u0644\u064a \u062a\u0648\u0641\u064a\u0631 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0645\u0627\u0644 \u0628\u062d\u064a\u0644 \u0628\u0633\u064a\u0637\u0629", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic.", "input": "Mi cuerpo estaba poni\u00e9ndose lentamente m\u00e1s fuerte.", "output": "\u0643\u0627\u0646 \u062c\u0633\u062f\u064a \u0634\u064a\u0626\u0627 \u0641\u0634\u064a\u0626\u0627 \u0623\u0642\u0648\u0649.", "category": "Translation 347.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "No deber\u00edan estar all\u00ed. La llamamos la Ciudad perdida.", "output": "\u05d4\u05dd \u05dc\u05d0 \u05d4\u05d9\u05d5 \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05dd. \u05d5\u05e7\u05e8\u05d0\u05e0\u05d5 \u05dc\u05d6\u05d4 \u05d4\u05e2\u05d9\u05e8 \u05d4\u05d0\u05d1\u05d5\u05d3\u05d4.", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "Bucear de d\u00eda y de noche fue muy f\u00e1cil para m\u00ed en 1970, cuando dirig\u00ed un equipo de submarinistas, viviendo bajo el agua por semanas al mismo tiempo que los astronautas estaban dejando sus huellas en la Luna.", "output": "\u05dc\u05e6\u05dc\u05d5\u05dc \u05d9\u05d5\u05dd \u05d5\u05dc\u05d9\u05dc\u05d4 \u05d4\u05d9\u05d4 \u05de\u05d0\u05d3 \u05e7\u05dc \u05d1\u05e9\u05d1\u05d9\u05dc\u05d9 \u05d1- 1970 \u05db\u05e9\u05d4\u05d5\u05d1\u05dc\u05ea\u05d9 \u05e7\u05d1\u05d5\u05e6\u05d4 \u05e9\u05dc \u05e6\u05d5\u05dc\u05dc\u05e0\u05d9\u05dd \u05dc\u05d7\u05d9\u05d9\u05dd \u05de\u05ea\u05d7\u05ea \u05dc\u05de\u05d9\u05dd \u05d1\u05de\u05e9\u05da \u05e9\u05d1\u05d5\u05e2\u05d5\u05ea \u05dc\u05e2\u05ea\u05d9\u05dd \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d4\u05d6\u05de\u05df \u05e9\u05d0\u05e1\u05d8\u05e8\u05d5\u05e0\u05d0\u05d5\u05d8\u05d9\u05dd \u05e0\u05d7\u05ea\u05d5 \u05e2\u05dc \u05d4\u05d9\u05e8\u05d7.", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "El fre\u00f3n como una forma de sostener maquinarias no es sustentable.", "output": "\u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d3\u05d1\u05e8\u05d9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e4\u05e8\u05d9\u05d0\u05d5\u05df \u05d0\u05d9\u05e0\u05d4 \u05d1\u05e8\u05ea-\u05e7\u05d9\u05d9\u05de\u05d0.", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "Hubo un estudio fascinante antes de las elecciones de 2008 en el que unos psic\u00f3logos sociales analizaron el grado de asociaci\u00f3n de los candidatos con EE.UU. y la asociaci\u00f3n inconsciente con la bandera de EE.UU.", "output": "\u05d4\u05d9\u05d4 \u05de\u05d7\u05e7\u05e8 \u05de\u05e8\u05ea\u05e7 \u05e9\u05e0\u05e2\u05e8\u05da \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d1\u05d7\u05d9\u05e8\u05d5\u05ea \u05e9\u05dc 2008 \u05e9\u05d1\u05d5 \u05e4\u05e1\u05d9\u05db\u05d5\u05dc\u05d5\u05d2\u05d9\u05dd \u05d7\u05d1\u05e8\u05ea\u05d9\u05d9\u05dd \u05d1\u05d7\u05e0\u05d5 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05d4 \u05e9\u05d1\u05d4 \u05d4\u05de\u05d5\u05e2\u05de\u05d3\u05d9\u05dd \u05e7\u05d5\u05e9\u05e8\u05d5 \u05e2\u05dd \u05d0\u05de\u05e8\u05d9\u05e7\u05d4, \u05db\u05de\u05d5 \u05d1\u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0-\u05de\u05d5\u05d3\u05e2 \u05e2\u05dd \u05d4\u05d3\u05d2\u05dc \u05d4\u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9.", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "La levadura \u2014 cuya misi\u00f3n ha sido hasta ahora de subir la masa, de avivarla, de vivificarla para cumplir con su misi\u00f3n, que tambi\u00e9n es convertir la masa en pan \u2014 debe perder su vida.", "output": "\u05d4\u05e9\u05de\u05e8\u05d9\u05dd, \u05e9\u05de\u05e9\u05d9\u05de\u05ea\u05dd \u05e2\u05d3 \u05db\u05d4 \u05d4\u05d9\u05ea\u05d4 \u05dc\u05d4\u05e8\u05d9\u05dd \u05d0\u05ea \u05d4\u05d1\u05e6\u05e7, \u05dc\u05d4\u05ea\u05e4\u05d9\u05d7 \u05d0\u05d5\u05ea\u05d5, \u05dc\u05d4\u05d7\u05d9\u05d5\u05ea\u05d5, \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05de\u05e9\u05d9\u05de\u05ea\u05dd, \u05e9\u05d4\u05d9\u05d0 \u05d2\u05dd \u05d4\u05e4\u05d9\u05db\u05ea \u05d4\u05d1\u05e6\u05e7 \u05dc\u05dc\u05d7\u05dd, \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05dc\u05de\u05e1\u05d5\u05e8 \u05d0\u05ea \u05d7\u05d9\u05d9\u05d4\u05dd.", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "Les mostrar\u00e9 los primeros 21 d\u00edas en la vida de una abeja condensados en 60 segundos.", "output": "\u05d0\u05e0\u05d9 \u05d4\u05d5\u05dc\u05da \u05dc\u05d4\u05e8\u05d0\u05d5\u05ea \u05dc\u05db\u05dd \u05d0\u05ea 21 \u05d4\u05d9\u05d5\u05dd \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd \u05d1\u05d7\u05d9\u05d9\u05d4 \u05e9\u05dc \u05d3\u05d1\u05d5\u05e8\u05d4 \u05d3\u05d7\u05d5\u05e1\u05d9\u05dd \u05dc\u05e9\u05d9\u05e9\u05d9\u05dd \u05e9\u05e0\u05d9\u05d5\u05ea.", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "Entonces, d\u00e9jenme explicarles lo que entiendo por compasi\u00f3n, y por qu\u00e9 creo que es tan importante que en este momento de la historia", "output": "\u05d0\u05d6, \u05d4\u05e8\u05e9\u05d5 \u05dc\u05d9 \u05dc\u05d4\u05e1\u05d1\u05d9\u05e8 \u05dc\u05db\u05dd \u05dc\u05de\u05d4 \u05d0\u05e0\u05d9 \u05de\u05ea\u05db\u05d5\u05d5\u05df \u05db\u05e9\u05d0\u05e0\u05d9 \u05d7\u05d5\u05e9\u05d1 \u05e2\u05dc \u05d7\u05de\u05dc\u05d4, \u05d5\u05de\u05d3\u05d5\u05e2 \u05d0\u05e0\u05d9 \u05d7\u05d5\u05e9\u05d1 \u05e9\u05d6\u05d4 \u05db\u05d4 \u05d7\u05e9\u05d5\u05d1 \u05e9\u05d1\u05d3\u05d9\u05d5\u05e7 \u05d1\u05e0\u05e7\u05d5\u05d3\u05d4 \u05d6\u05d5 \u05d1\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "\u00bfQu\u00e9 hallamos?", "output": "\u05d0\u05dd \u05db\u05df, \u05de\u05d4 \u05d2\u05d9\u05dc\u05d9\u05e0\u05d5?", "category": "Translation 348.json" }, { "instruction": "You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.", "input": "Ah\u00ed estoy consiguiendo mica.", "output": "\u05d6\u05d4 \u05d0\u05e0\u05d9 \u05d4\u05e0\u05d5\u05d8\u05dc \u05de\u05d9\u05e7\u05d4.", "category": "Translation 348.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[-71, -72], [13, -81, 50, 17, 12, 85], [80, 60, -50, 98, -72, 22, 70, -44]]", "output": "[22, -93, 0, 115, -60, 107, 70, -44]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[-87, -11], [-1, 78, 44, 37, 18, 99], [-14, 15, -96, 38], [-5, -27, 76]]", "output": "[-107, 55, 24, 75, 18, 99]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[89, -72, -16, 100, 72, 34], [-63, 97, -44, 41, -16, -80, 74], [74, -20, 31]]", "output": "[100, 5, -29, 141, 56, -46, 74]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[55, -36, 82, 9, 34, 47, 45, 75], [-54, 51, 88], [25, -86, -54, -59]]", "output": "[26, -71, 116, -50, 34, 47, 45, 75]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[48, -26], [-44, -26, -37, -43, 21, 30], [-90, 18, 64, -81, 24], [-64, -39, -50, 54, -70], [46, -29, 29]]", "output": "[-104, -102, 6, -70, -25, 30]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[-17, 41, -45, 10, 81, 27, -99, -27], [-40, 84, 68, -51, -75, 39, 10, 59, -19], [-85, 42], [69, 48], [-49, -72, 96, -19, 72, 28, 52, -34]]", "output": "[-122, 143, 119, -60, 78, 94, -37, -2, -19]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[-75, -48], [-64, -17, -97, -53, 19, 47, -57, 54, 32], [-78, 32, -45], [65, -37, 85, -17, -16, -34, 56]]", "output": "[-152, -70, -57, -70, 3, 13, -1, 54, 32]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[-25, -73, 57, -59, 27], [71, -74], [85, -41, -52], [13, 43, -18, -98, 46, 5]]", "output": "[144, -145, -13, -157, 73, 5]", "category": "Program Execution 349.json" }, { "instruction": "In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list.", "input": "[[-91, 16], [-75, -81, -36, -90, -41, -87, -87, -80]]", "output": "[-166, -65, -36, -90, -41, -87, -87, -80]", "category": "Program Execution 349.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639 \u0645\u0646 \u0627\u0644\u0645\u0642\u062f\u0631\u0629 \u0644\u0641\u0639\u0644 \u0623\u064a \u0634\u0626 \u0628\u0648\u0633\u0627\u0626\u0644 \u062d\u062f\u064a\u062b\u0629 \u0645\u0637\u0644\u0642 \u0644\u0647\u0627 \u0627\u0644\u0639\u0646\u0627\u0646 \u060c \u0644\u064a\u0633 \u0623\u0642\u0644\u0647\u0627 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0637\u0628.", "output": "This sort of ability to do everything in new ways unleashes potential, not least in the area of medicine.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0641\u0644\u0646\u0623\u062e\u0630 \u0645\u062b\u0644\u064b\u0627 \u0634\u064a\u0626\u064b\u0627 \u0643\u0627\u0644\u0634\u0644\u0627\u0644\u0627\u062a.", "output": "Let's take something like a waterfall.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0623\u0641\u0631\u064a\u0642\u064a\u062a\u0631 \u0647\u0648 \u0645\u062c\u0645\u0639 \u0627\u0644\u0645\u062f\u0648\u0646\u0627\u062a \u0627\u0644\u0623\u0641\u0631\u064a\u0642\u064a\u0629. \u0648\u0642\u062f \u0637\u0648\u0631 \u0630\u0644\u0643 \u0641\u064a \u062c\u0646\u0648\u0628 \u0623\u0641\u0631\u064a\u0642\u064a\u0627.", "output": "Afrigator is an aggregator of African blogs that was developed in South Africa.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0643\u0644 \u0647\u0630\u0647 \u0627\u0644\u0622\u062b\u0627\u0631 \u0645\u0646\u0630 \u0630\u0644\u0643 \u0627\u0644\u062d\u064a\u0646 \u0625\u0645\u0627 \u0623\u0646\u0647\u0627 \u062d\u0635\u0644\u062a \u0623\u0648 \u0623\u0646\u0647\u0627 \u0641\u064a \u0637\u0648\u0631 \u0627\u0644\u062d\u0635\u0648\u0644.", "output": "All of these impacts have since either happened or are now well under way.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0646\u0639\u062a\u0646\u064a \u0627\u0644\u0628\u0639\u0636 \u0628\u0627\u0644\u0645\u0646\u0627\u0641\u0642\u0629.", "output": "So some called me a hypocrite.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0647\u0630\u0627 \u062c\u0632\u0621 \u0635\u063a\u064a\u0631 \u0645\u0646 \u0628\u0631\u0645\u062c\u0629 \"\" \u0645\u0627\u062b\u064a\u0645\u0627\u062a\u064a\u0643\u0627 \"\".", "output": "So here's a trivial piece of Mathematica programming.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0644\u0630\u0627 \u0647\u0630\u0647 \u0644\u064a\u0633\u062a \u0635\u062f\u0641\u0647,", "output": "So that's not an accident that those things happen.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0648\u064a\u062c\u0628 \u0639\u0644\u064a\u0646\u0627 \u0627\u0646 \u064a\u0643\u0648\u0646 \u0644\u062f\u064a\u0646\u0627 \u0628\u0646\u064a\u0629 \u062a\u062d\u062a\u064a\u0629 \u062a\u0643\u0648\u0646 \u0635\u0645\u0645\u062a \u0644\u062f\u0639\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644 \u0627\u0644\u0645\u0631\u0646", "output": "And we must have an infrastructure that's designed to support this flexible future.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into English.", "input": "\u0647\u0645 \u064a\u0642\u0648\u0644\u0648\u0646 \u0627\u0646 \u0627\u0644\u064a\u0633\u0648\u0639 \u0642\u062f \u062a\u062d\u062f\u062b \u0628\u0625\u0633\u0647\u0627\u0628 \u0639\u0646 \u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u0646\u0628\u0648\u0630\u064a\u0646 \u0648\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u0641\u0642\u0631\u0627\u0621", "output": "So, they say Jesus did talk a lot about helping the outcasts, helping poor people.", "category": "Translation 350.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\"\" \u0643\u0648\u0631\u064a\u062a\u064a\u0628\u0627 \"\" \u060c \u0645\u062f\u064a\u0646\u062a\u064a \u060c \u064a\u0633\u0643\u0646 \u062b\u0644\u0627\u062b\u0629 \u0645\u0644\u0627\u064a\u064a\u0646 \u0646\u0633\u0645\u0629 \u0641\u064a \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0639\u0627\u0635\u0645\u0629 \u060c 1,800,000 \u0646\u0633\u0645\u0629 \u0641\u064a \u0627\u0644\u0645\u062f\u064a\u0646\u0629 \u0646\u0641\u0633\u0647\u0627.", "output": "\u79c1\u306e\u51fa\u8eab\u306e\u90fd\u5e02\u30af\u30ea\u30c1\u30d0\u3067\u3059\u9996\u90fd\u570f\u306e\u4eba\u53e3300\u4e07\u4eba\u306b\u5bfe\u3057 \u2015 \u30af\u30ea\u30c1\u30d0\u306e\u4eba\u53e3\u306f180\u4e07\u4eba\u3067\u3059", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\u0647\u0630\u0647 \u0627\u0644\u063a\u0641\u0648\u0629 \u0627\u0644\u062a\u064a \u0646\u062a\u0643\u0644\u0651\u0645 \u0639\u0646\u0647\u0627 \u060c \u0647\u064a \u0645\u0627 \u064a\u0645\u0646\u0639 \u0647\u0630\u0627 \u0627\u0644\u062a\u0651\u0648\u062a\u0651\u0631.", "output": "\u8001\u5316\u3078\u306e\u8aa4\u3063\u305f\u5984\u60f3\u306f\u554f\u984c\u306b\u5bfe\u51e6\u3059\u308b\u529b\u3092\u596a\u3044\u307e\u3059", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\u0641\u0649 \u0646\u064a\u0648\u0632\u064a\u0644\u0627\u0646\u062f \u060c \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0634\u0628\u0627\u0628 \u0637\u0648\u0631\u0648\u0627 \u0645\u0646\u0635\u0629 \u062a\u062f\u0639\u0649 Loomio \u0645\u0646 \u0623\u062c\u0644 \u0639\u0645\u0644\u064a\u0627\u062a \u0627\u062a\u062e\u0627\u0630 \u0627\u0644\u0642\u0631\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639.", "output": "\u30cb\u30e5\u30fc\u30b8\u30fc\u30e9\u30f3\u30c9\u3067\u306f\u82e5\u8005\u306e\u30b0\u30eb\u30fc\u30d7\u304c\u898f\u6a21\u306b\u5fdc\u3058\u305f\u610f\u601d\u6c7a\u5b9a\u3092\u53c2\u52a0\u578b\u3067\u884c\u3046\u300c\u30eb\u30fc\u30df\u30aa\u300d\u3068\u3044\u3046\u30d7\u30e9\u30c3\u30c8\u30db\u30fc\u30e0\u3092\u958b\u767a\u3057\u3066\u3044\u307e\u3059", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\u0641\u064a \u0627\u0644\u0639\u0627\u062f\u0629 \u062a\u0635\u0644 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0643\u0627\u0646 \u062a\u0642\u0631\u064a\u0628\u0627\u064b.", "output": "\u305f\u3044\u3066\u3044\u521d\u671f\u306b\u6c17\u3065\u304d\u307e\u3059", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\u062d\u062a\u0649 \u0644\u0627 \u064a\u0643\u0648\u0646 \u0647\u0646\u0627\u0643 \u062a\u0641\u0633\u064a\u0631 \u0636\u064a\u0642 \u0641\u064a \u0633\u064a\u0644\u064a\u0643\u0648\u0646 \u0641\u0627\u0644\u064a \u060c \u0627\u0644\u0630\u064a \u064a\u0639\u062a\u0631\u0641 \u0623\u0646\u0647 \u0642\u062f \u062a\u0645 \u062a\u0645\u0648\u064a\u0644 \u0634\u0631\u0643\u0627\u062a \u0623\u0642\u0644 \u0637\u0645\u0648\u062d\u0627 \u0645\u0645\u0627 \u0643\u0627\u0646 \u0639\u0644\u064a\u0647 \u0641\u064a \u0627\u0644\u0633\u0646\u0648\u0627\u062a \u0639\u0646\u062f\u0645\u0627 \u0642\u0627\u0645\u0648\u0627 \u0628\u062a\u0645\u0648\u064a\u0644 \u0625\u0646\u062a\u0644 \u060c \u0648\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a \u060c \u0648\u0623\u0628\u0644 \u0648\u062c\u064a\u0646\u064a\u0646\u062a\u064a\u0643.", "output": "\u30b7\u30ea\u30b3\u30f3\u30d0\u30ec\u30fc\u306e\u304a\u6c7a\u307e\u308a\u306e\u7b54\u3048\u306f Intel\u3084 Microsoft\u3084Apple\u3084 Genentech\u306a\u3069\u3078\u6295\u8cc7\u3057\u3066\u3044\u305f\u6642\u4ee3\u306b\u6bd4\u3079\u91ce\u5fc3\u7684\u306a\u4f1a\u793e\u3078\u306e\u6295\u8cc7\u304c\u6e1b\u3063\u305f\u3068\u8a00\u3046\u4e8b\u3067\u3059", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\u0639\u0646\u062f\u0645\u0627 \u0643\u0627\u0646 \u0639\u0645\u0631\u064a 12 \u0633\u0646\u0629 \u060c \u0643\u0646\u062a \u0648\u0627\u062d\u062f\u0627 \u0645\u0646 \u0627\u0644\u0623\u0648\u0627\u0626\u0644 \u0627\u0644\u0642\u0644\u0629 \u0641\u064a \u0633\u0646\u063a\u0627\u0641\u0648\u0631\u0629 \u0627\u0644\u0630\u064a\u0646 \u062e\u0636\u0639\u0648\u0627 \u0644\u0632\u0631\u0627\u0639\u0629 \u0627\u0644\u0642\u0648\u0642\u0639\u0629.", "output": "12\u6b73\u306e\u3068\u304d\u50d5\u306f\u30b7\u30f3\u30ac\u30dd\u30fc\u30eb\u3067\u6700\u521d\u306b\u5185\u8033\u57cb\u3081\u8fbc\u307f\u624b\u8853\u3092\u53d7\u3051\u308b\u6570\u4eba\u306e\u3046\u3061\u306e\u4e00\u4eba\u3068\u306a\u308a\u307e\u3057\u305f", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\"\u0623\u0634\u0639\u0631 \u0623\u0646\u064a \u0645\u062a\u0648\u0642\u0641\u0629 \u0639\u0644\u0649 \u0645\u0633\u062a\u0648\u0649 \u0642\u0637\u0631\u064a \u0641\u064a \u0639\u0627\u0644\u0645 \u0645\u0648\u0627\u0632\u064a.\"", "output": "\u300c\u79c1\u306f\u307e\u308b\u3067\u5e73\u884c\u5b87\u5b99\u306b\u304a\u3044\u3066\u659c\u3081\u306b\u99d0\u8eca\u3057\u305f\u6c17\u5206\u3060\u300d", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\u0641\u0641\u064a \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0627\u0645\u0631.. \u0643\u0646\u062a \u0627\u062d\u0631\u0642 \u0627\u0644\u0642\u0635\u0629 \u0641\u0623\u0635\u0631\u062e \u0642\u0627\u0626\u0644\u0629\u064b \u0645\u0627 \u0625\u0646 \u0627\u0631\u0627\u0647 \u0644\u0642\u062f \u0631\u0628\u062d \u0641\u0631\u064a\u0642 \u062f\u0648\u062c\u0631\u0632... \u0644\u0642\u062f \u062e\u0633\u0631 \u0641\u0631\u064a\u0642 \u062f\u0648\u062c\u0631\u0632..", "output": "\u306a\u305c\u306a\u3089\u6700\u521d\u306f\u3042\u307e\u308a\u306e\u8208\u596e\u3067 \u201c\u30c9\u30b8\u30e3\u30fc\u30b9\u304c\u52dd\u3063\u305f \uff01 \u201d \u3068\u304b\u201c \u8ca0\u3051\u305f \uff01 \u201d \u3068", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese.", "input": "\u0648\u0647\u0630\u0647 \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0641\u064a\u0632\u064a\u0627\u0626\u064a\u0629 \u0648 \u0627\u0644\u0628\u064a\u0648\u0644\u0648\u062c\u064a\u0651\u0629 \u0648\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0623\u0634\u0643\u0627\u0644 \u060c \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0648\u062d\u062a\u0651\u0649 \u062d\u0648\u0633\u0628\u0629 \u062e\u0627\u0631\u062c \u0645\u0627\u062f\u0651\u0629 \u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0633\u064a\u0644\u064a\u0643\u0648\u0645.", "output": "\u3053\u308c\u306f\u7269\u7406\u7684\u751f\u7269\u7684\u306a\u7d20\u6750\u3092\u30d7\u30ed\u30b0\u30e9\u30e0\u3057\u3066\u7d20\u6750\u81ea\u8eab\u306b\u5f62\u3084\u7279\u6027\u3092\u5909\u3048\u3055\u305b\u305f\u308a\u5f93\u6765\u306e\u534a\u5c0e\u4f53\u3092\u4f7f\u308f\u306a\u3044\u8a08\u7b97\u3092\u3055\u305b\u308b\u3082\u306e\u3067\u3059", "category": "Translation 351.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0644\u0627\u062d\u0638\u062a \u0627\u0644\u0645\u062d\u0644\u0627\u062a \u0627\u0644\u0645\u0647\u062c\u0648\u0631\u0629 \u0641\u064a \u0648\u0627\u063a\u0646\u064a\u0631 \u0641\u064a \u062f\u0627\u0643\u0648\u062a\u0627 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629 \u060c \u0648\u0641\u064a \u0631\u062f\u0647\u0629 \u062a\u062c\u0645\u0639 \u0641\u064a \u0625\u0641 \u062f\u0628\u0644\u064a\u0648 \u0648\u0627\u0644\u062a\u064a \u062a\u0642\u0641 \u0628\u0633\u062e\u0631\u064a\u0629 \u0645\u0646 \u0627\u0644\u0635\u0628\u0631 \u0627\u0644\u0644\u0627\u0632\u0645 \u0644\u0644\u062d\u0644\u0645 \u0627\u0644\u062c\u0645\u0627\u0639\u064a. \u0644\u0627\u062d\u0638\u062a", "output": "Me di cuenta de las tiendas est\u00e9riles en Wagner, Dakota del Sur, y de que el sal\u00f3n del VFW era el escarnio del sue\u00f1o de una comunidad que padec\u00eda. Me di cuenta", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0647\u0644\u0649 \u062a\u0639\u0631\u0641\u0648\u0646 \u062a\u0644\u0643 \u0635\u0641\u0648\u0641 \u0627\u0644\u062f\u0648\u0631 \u0627\u0644\u0645\u062c\u0646\u0648\u0646\u0629 \u0644\u0644\u0623\u064a\u0641\u0648\u0646 \u0627\u0644\u062a\u064a \u062a\u0634\u0627\u0647\u062f \u0641\u064a \u0627\u0644\u0623\u062e\u0628\u0627\u0631\u0639\u0646\u062f \u0643\u0644 \u0633\u0646\u0629 \u061f", "output": "\u00bfEsas colas locas por iPhones que se ven en las noticias cada a\u00f1o?", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0645\u0642\u0637\u0639\u064a\u0646 \u0635\u063a\u064a\u0631\u064a\u0646 \u0644\u0646\u0634\u0631\u062d \u0644\u0645\u0630\u0627 \u0646\u0633\u0645\u064a \u0648\u062d\u062f\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0647 \u0628\u0627\u0644\u0648\u0627\u0637 \u0648\u0643\u064a\u0641 \u062d\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0627\u0644\u0647\u0627\u0645", "output": "Son un par de p\u00e1rrafos para explicar por qu\u00e9 llamamos vatio a la unidad de calor y en qu\u00e9 se inspir\u00f3 \u00e9l.", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0641\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0637\u0631\u062f \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0641\u064a \u0625\u064a\u0631\u0627\u0646 \u0645\u0642\u0633\u0648\u0645\u0629 \u0627\u0644\u0649 15.. \u064a\u0645\u0643\u0646 \u0627\u0646 \u0646\u0642\u0648\u0644 15 \u0645\u0631\u062d\u0644\u0629", "output": "Estas centr\u00edfugas en Ir\u00e1n est\u00e1n divididas en 15 partes llamadas etapas.", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0648\u0647\u0630\u0627 \u062a\u0645\u0627\u0645\u0627 \u0645\u0627 \u062d\u0635\u0644.", "output": "Y eso es exactamente lo que hacen.", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0627\u0643\u0646 \u0641\u0631\u064a\u062f\u0629 \u0645\u0646 \u0646\u0648\u0639\u0647\u0627 \u0644\u0623\u0646\u0647\u0627 \u062a\u0623\u0648\u064a \u0645\u062c\u0645\u0648\u0639\u0629 \u0643\u0628\u064a\u0631\u0629 \u0645\u0646 \u0627\u0644\u0646\u0628\u0627\u062a\u0627\u062a.", "output": "Estos h\u00e1bitats particulares son \u00fanicos y son sede de una gran cantidad de plantas.", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0627\u0644\u062d\u0645\u0644\u0629 \u062f\u0627\u0645\u062a \u0633\u0646\u0629 \u0648 \u0642\u0648\u0651\u062a \u062d\u0631\u0643\u0629 \u0627\u0644\u062d\u0642\u0648\u0642 \u0627\u0644\u0645\u062f\u0646\u064a\u0629 \u0643\u0645\u0627 \u0644\u0645 \u064a\u062d\u062f\u062b \u0645\u0646 \u0642\u0628\u0644.", "output": "La campa\u00f1a dur\u00f3 un a\u00f1o, y impuls\u00f3 el movimiento de los derechos civiles como nada antes.", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0646\u062c\u062a\u0645\u0639 \u0633\u0648\u064a\u0629 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u060c \u0648\u0646\u062a\u0634\u0627\u0631\u0643 \u0642\u0635\u0635\u0646\u0627 \u0627\u0644\u0630\u0627\u062a\u064a\u0629.", "output": "La red nos uni\u00f3 y compartimos nuestras historias.", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish.", "input": "\u0648\u0647\u0630\u0647 \u0627\u0644\u0631\u064a\u0627\u062d \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0628\u0623\u0639\u0644\u0649 \u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0646\u064a\u0641\u0629 \u062c\u062f\u0627\u064b.", "output": "Y estos vientos all\u00e1 arriba pueden ser muy feroces.", "category": "Translation 352.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0648\u0645\u0646 \u062b\u0645 \u0627\u0644\u0649 \u062a\u0644\u0643 \u0627\u0644\u062a\u064a \u062a\u0634\u0628\u0647 \u0627\u0644\u0643\u0644\u0627\u0628 \u0627\u0644\u0635\u063a\u064a\u0631\u0629", "output": "\u05d0\u05d5 \u05d0\u05d7\u05d3 \u05d0\u05d7\u05e8 \u05de\u05ea\u05d5\u05da \u05de\u05d9\u05e0\u05d9 \u05d4\u05db\u05dc\u05d1\u05d9\u05dd \u05d4\u05e7\u05d8\u05e0\u05d9\u05dd \u05d4\u05de\u05e6\u05d7\u05d9\u05e7\u05d9\u05dd.", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0648\u0645\u0646 \u062b\u0645 \u0625\u0641\u062a\u0631\u0627\u0636\u064a\u0627\u064b \u064a\u0645\u0648\u062a \u0634\u064a\u0631\u0645\u0627\u0646", "output": "\u05dc\u05db\u05d0\u05d5\u05e8\u05d4, \u05d4\u05d5\u05d0 \u05de\u05ea \u05e2\u05db\u05e9\u05d9\u05d5.", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u064a \u0634\u062e\u0635 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0642\u0627\u0639\u0629 \u064a\u0645\u0643\u0646\u0647 \u0623\u0646 \u064a\u0642\u0648\u0644 \u0623\u0646 \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0644\u0644\u0628\u062f\u0627\u064a\u0629 \u0647\u064a \u0623\u0646 \u0646\u0635\u0646\u0639 \u0645\u0642\u0627\u0639\u062f \u0633\u064a\u0627\u0631\u0629 \u062e\u0627\u0635\u0629 \u0644\u0644\u0628\u0627\u0644\u063a\u064a\u0646", "output": ": \u05dc\u05d0 \u05e0\u05e8\u05d0\u05d4 \u05dc\u05d9 \u05e9\u05d9\u05e9 \u05de\u05d9\u05e9\u05d4\u05d5 \u05d1\u05d7\u05d3\u05e8 \u05e9\u05d9\u05d0\u05de\u05e8, \u05d8\u05d5\u05d1, \u05d4\u05d3\u05e8\u05da \u05d4\u05d8\u05d5\u05d1\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \"\" .\u05d4\u05d9\u05d0 \u05dc\u05d4\u05db\u05d9\u05df \u05d7\u05d2\u05d5\u05e8\u05ea \u05d1\u05d8\u05d9\u05d7\u05d5\u05ea \u05e0\u05d4\u05d3\u05e8\u05ea \u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d5\u05d2\u05e8\u05d9\u05dd", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0645\u0646 \u0623\u064a\u0646 \u062a\u0623\u062a\u064a \u0647\u0630\u0647 \u0627\u0644\u0633\u064a\u0644\u064a\u0643\u0627 \u061f", "output": "\u05de\u05d0\u05d9\u05e4\u05d4 \u05d4\u05d2\u05d9\u05e2\u05d4 \u05d4\u05e1\u05d9\u05dc\u05d9\u05e7\u05d4?", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0628\u062f\u0644\u0627\u064b \u0645\u0646 \u0630\u0644\u0643 \u060c \u0627\u0644\u0646\u0627\u0633 \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0622\u062e\u0631 \u0645\u0646 \u0627\u0644\u0637\u0631\u064a\u0642 \u060c \u0628\u0627\u062a\u0648\u0627 \u064a\u0635\u0631\u062e\u0648\u0646 \u0628\u0623\u0644\u0642\u0627\u0628 \u0645\u0646 \u0645\u062b\u0644- \u0643\u0644\u0627\u0647\u0645\u0627: \u0623\u0631\u064a\u0628\u0627! \u0623\u0631\u064a\u0628\u0627! \u0623\u0646\u062f\u0627\u0644\u064a! \u0623\u0646\u062f\u0627\u0644\u064a!", "output": "\u05d0\u05e0\u05e9\u05d9\u05dd \u05de\u05e2\u05d1\u05e8 \u05dc\u05e8\u05d7\u05d5\u05d1 \u05d4\u05d9\u05d5 \u05e6\u05d5\u05e2\u05e7\u05d9\u05dd \u05d3\u05d1\u05e8\u05d9\u05dd \u05db\u05de\u05d5 \u2014 \u05d4.\u05e4. \u05d5\u05d9.\u05e8.: Arriba! Arriba! \u00c1ndale! \u00c1ndale", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0623\u0639\u062a\u0642\u062f \u0644\u0623\u0646 \u0628\u0627\u0631\u0646\u064a \u0643\u0627\u0646 \u0633\u0639\u064a\u062f\u0627\u064b \u0648\u0645\u0631\u062d\u0627\u064b \u060c \u0648\u0623\u0646\u0627 \u0628\u0643\u0644 \u062a\u0623\u0643\u064a\u062f \u0644\u0645 \u0623\u0643\u0646 \u060c \u062c\u0639\u0644 \u0627\u0644\u0623\u0645\u0631 \u0623\u0643\u062b\u0631 \u0633\u0648\u0621\u0627\u064b.", "output": "\u05d0\u05e0\u05d9 \u05d7\u05d5\u05e9\u05d1 \u05e9\u05de\u05db\u05d9\u05d5\u05df\u05df \u05e9\u05d1\u05d0\u05e8\u05e0\u05d9 \u05db\u05dc \u05db\u05da \u05e9\u05de\u05d7 \u05d5\u05de\u05d0\u05d5\u05e9\u05e8 \u05d5\u05d0\u05e0\u05d9 \u05de\u05de\u05e9 \u05dc\u05d0 \u05d4\u05d9\u05d9\u05ea\u05d9, \u05d6\u05d4 \u05d4\u05e4\u05da \u05d0\u05ea \u05d6\u05d4 \u05dc\u05d4\u05e8\u05d1\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d2\u05e8\u05d5\u05e2.", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0644\u0630\u0627 \u0646\u0638\u0631\u064a\u0627\u064b \u060c \u0627\u0644\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0643\u0627\u0644\u062a\u0645\u0648\u064a\u0644 \u0627\u0644\u062c\u0645\u0627\u0639\u064a \u060c \u0627\u0644\u062d\u0648\u0633\u0628\u0629 \u0627\u0644\u0633\u062d\u0627\u0628\u064a\u0629 \u060c \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u062a\u0642\u062f\u0645 \u062d\u0631\u064a\u0629\u064b \u0623\u0643\u0628\u0631 \u0644\u0644\u0645\u0635\u0645\u064a\u0645\u0646 \u0627\u0644\u0645\u062d\u062a\u0631\u0641\u064a\u0646 \u0648\u062a\u0642\u062f\u0645 \u0645\u0635\u0627\u062f\u0631 \u0627\u0643\u062b\u0631 \u0644\u0644\u0645\u0635\u0645\u0645\u064a\u0646 \u0627\u0644\u0627\u0631\u062a\u062c\u0627\u0644\u064a\u064a\u0646 \u060c \u0648\u0646\u0623\u0645\u0644 \u060c \u0641\u064a \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0623\u0643\u062b\u0631 \u062a\u0642\u0628\u0644\u0627\u064b \u0644\u0623\u0641\u0643\u0627\u0631\u0647\u0645.", "output": "\u05d0\u05d6 \u05d1\u05ea\u05d0\u05d5\u05e8\u05d9\u05d4, \u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea \u05db\u05de\u05d5 \u05de\u05d9\u05de\u05d5\u05df \u05d4\u05de\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05e9\u05d5\u05d1 \u05e2\u05e0\u05df, \u05de\u05d3\u05d9\u05d4 \u05d7\u05d1\u05e8\u05ea\u05d9\u05ea \u05e0\u05d5\u05ea\u05e0\u05d9\u05dd \u05d7\u05e8\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05dc\u05de\u05e2\u05e6\u05d1\u05d9\u05dd \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05d9\u05dd \u05d5\u05e0\u05d5\u05ea\u05e0\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8 \u05de\u05e9\u05d0\u05d1\u05d9\u05dd \u05dc\u05de\u05e2\u05e6\u05d1\u05d9\u05dd \u05de\u05d0\u05dc\u05ea\u05e8\u05d9\u05dd, \u05d5\u05d1\u05ea\u05e7\u05d5\u05d5\u05d4, \u05ea\u05d2\u05d5\u05d1\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05de\u05e7\u05d1\u05dc\u05ea \u05dc\u05e8\u05e2\u05d9\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05d4\u05dd.", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0648\u0639\u0646\u062f\u0645\u0627 \u0641\u062a\u062d \u0636\u064a\u0627\u0621 \u0627\u0644\u0628\u0627\u0628 \u060c \u0628\u062f\u0623 \u062c\u0627\u0631\u0647\u0645 \u0628\u0625\u0637\u0644\u0627\u0642 \u0639\u062f\u062f \u0637\u0644\u0642\u0627\u062a \u0639\u0644\u064a\u0647.", "output": "\u05db\u05e9\u05d3\u05d9\u05d0 \u05e4\u05ea\u05d7 \u05d0\u05d5\u05ea\u05d4, \u05d4\u05e9\u05db\u05df \u05e9\u05dc\u05d4\u05dd \u05d4\u05ea\u05d7\u05d9\u05dc \u05dc\u05d9\u05e8\u05d5\u05ea \u05db\u05de\u05d4 \u05d9\u05e8\u05d9\u05d5\u05ea \u05e2\u05dc\u05d9\u05d5.", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.", "input": "\u0644\u0643\u0646\u0646\u064a \u0623\u0639\u062a\u0642\u062f \u0642\u0628\u0644 \u0643\u0644 \u0634\u064a\u0621, \u0623\u0646\u0646\u064a \u0641\u064a \u0631\u0647\u0628\u0629 \u0645\u0646 \u0642\u0648\u062a\u0647\u0627 \u0639\u0644\u0649 \u062d\u062b\u0646\u0627 \u0648 \u0627\u062e\u0636\u0627\u0639\u0646\u0627, \u0648 \u0634\u0644\u0646\u0627 \u0648 \u062a\u062d\u0648\u064a\u0644\u0646\u0627, \u0628\u0637\u0631\u064a\u0642\u0629 \u0645\u0627 \u0645\u0646 \u0634\u064a\u0621 \u0642\u062f \u0627\u062e\u062a\u0631\u0639\u0646\u0627\u0647 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0633\u062a\u0637\u0627\u0639 \u0641\u0639\u0644\u0647\u0627 \u0647\u0643\u0630\u0627.", "output": "\u05d0\u05d1\u05dc \u05d0\u05e0\u05d9 \u05d7\u05d5\u05e9\u05d1 \u05e9\u05de\u05e2\u05dc \u05d4\u05db\u05dc \u05d0\u05e0\u05d9 \u05e0\u05d3\u05d4\u05dd \u05de\u05d4\u05db\u05d5\u05d7 \u05e9\u05dc\u05d4\u05dd \u05dc\u05e2\u05d5\u05d3\u05d3 \u05d0\u05d5\u05ea\u05e0\u05d5, \u05dc\u05d0\u05dc\u05e5 \u05d0\u05d5\u05ea\u05e0\u05d5 \u05dc\u05e9\u05ea\u05e7 \u05d0\u05d5\u05ea\u05e0\u05d5 \u05db\u05de\u05d5 \u05e9\u05d5\u05dd \u05d3\u05d1\u05e8 \u05d0\u05d7\u05e8 \u05e9\u05d4\u05de\u05e6\u05d0\u05e0\u05d5 \u05de\u05e2\u05d5\u05dc\u05dd \u05e2\u05e9\u05d4 \u05d6\u05d0\u05ea \u05d1\u05e2\u05d1\u05e8", "category": "Translation 353.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05e2\u05de\u05dc\u05e0\u05d5 \u05e7\u05e9\u05d4 \u05dc\u05d4\u05e9\u05d2\u05ea \u05db\u05dc \u05d4\u05d0\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd.", "output": "We worked hard to get all the permissions.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05d4\u05e0\u05d4 \u05d4\u05d9\u05dc\u05d3 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df.", "output": "Here's child number one.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05d0\u05dd \u05e0\u05d7\u05ea\u05ea \u05e2\u05dc \u05de\u05e9\u05d4\u05d5 \u05e9\u05e7\u05d9\u05d3\u05dd \u05ea\u05db\u05e0\u05d5\u05df \u05de\u05e9\u05e4\u05d7\u05d4 \u05d4\u05ea\u05e7\u05d3\u05de\u05ea.", "output": "If you land on anything pro-family planning, you move ahead.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05d0\u05d6 \u05de\u05d4 \u05e9\u05d0\u05e0\u05d9 \u05e2\u05d5\u05de\u05d3 \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05de\u05e9\u05da \u05d3\u05e7\u05d4 \u05d5\u05d7\u05e6\u05d9 \u05d1\u05e2\u05e8\u05da, \u05d0\u05e0\u05d9 \u05d4\u05d5\u05dc\u05da \u05dc\u05e7\u05d7\u05ea \u05d0\u05ea \u05d4\u05e8\u05e2\u05d9\u05d5\u05df \u05d4\u05d6\u05d4, \u05d0\u05e0\u05d9 \u05d4\u05d5\u05dc\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05de\u05e9\u05d4\u05d5, \u05d5\u05d4\u05e8\u05e7\u05d3\u05e0\u05d9\u05dd \u05de\u05d0\u05d7\u05d5\u05e8\u05d9\u05d9 \u05d9\u05ea\u05e0\u05d5 \u05dc\u05d6\u05d4 \u05e4\u05e8\u05e9\u05e0\u05d5\u05ea, \u05d4\u05dd \u05d4\u05d5\u05dc\u05db\u05d9\u05dd \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05d6\u05d4, \u05d4\u05dd \u05d4\u05d5\u05dc\u05db\u05d9\u05dd \u05dc\u05e7\u05d7\u05ea \u05d0\u05e1\u05e4\u05e7\u05d8\u05d9\u05dd \u05de\u05ea\u05d5\u05da \u05d6\u05d4, \u05d5\u05d6\u05d4 \u05db\u05de\u05e2\u05d8 \u05db\u05de\u05d5 \u05e9\u05d0\u05e0\u05d9 \u05e4\u05d5\u05e8\u05e7 \u05de\u05d4\u05d6\u05db\u05e8\u05d5\u05df \u05d5\u05d4\u05dd \u05d8\u05d5\u05e2\u05e0\u05d9\u05dd \u05d0\u05ea \u05d6\u05d4 \u05dc\u05d6\u05d9\u05db\u05e8\u05d5\u05df. \u05db\u05df?", "output": "So what I'm going to do just for one and a half minutes or so is I'm going to take that concept, I'm going to make something, and the dancers behind me are going to interpret it, they're going to snapshot it, they're going to take aspects of it, and it's almost like I'm offloading memory and they're holding onto memory? Yeah?", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05d5\u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05e1\u05d1\u05d9\u05e8 \u05dc\u05db\u05dd \u05d0\u05ea \u05d6\u05d4 \u05d1\u05d4\u05db\u05d9\u05e8\u05d9 \u05dc\u05db\u05dd 6 \u05d8\u05d9\u05e4\u05d5\u05e1\u05d9\u05dd \u05d0\u05e9\u05e8 \u05e4\u05d2\u05e9\u05ea\u05d9 \u05db\u05d0\u05e9\u05e8 \u05e2\u05e8\u05db\u05ea\u05d9 \u05d0\u05ea \u05d4\u05de\u05d7\u05e7\u05e8 \u05d4\u05d6\u05d4.", "output": "And I want to explain this to you by introducing you to six characters who I met while I was doing this research.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05dc\u05de\u05e2\u05df \u05d4\u05d0\u05de\u05ea, \u05de\u05d4 \u05e9\u05de\u05e2\u05e0\u05d9\u05d9\u05df \u05d1\u05db\u05d5\u05d7 \u05d7\u05d3\u05e9 \u05d6\u05d4 \u05e9\u05d4\u05d5\u05d0 \u05de\u05d8\u05e9\u05d8\u05e9 \u05d3\u05d1\u05e8\u05d9\u05dd \u05db\u05de\u05d5 \u05d4\u05ea\u05de\u05e7\u05e6\u05e2\u05d5\u05ea \u05d5\u05de\u05d5\u05de\u05d7\u05d9\u05d5\u05ea \u05e9\u05d4\u05d9\u05d5 \"\" \u05e9\u05d9\u05d0 \u05d4\u05d0\u05d5\u05e4\u05e0\u05d4 \"\" \u05d1\u05de\u05d0\u05d4 \u05d4-20.", "output": "In fact, what's interesting about new power is that it eschews some of the professionalization and specialization that was all the rage in the 20th century.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05d5\u05d7\u05d9\u05e9-\u05e7\u05dc \u05d4\u05d5\u05d0 \u05d4\u05d2\u05d4 \u05e4\u05d9\u05ea\u05e8\u05d5\u05df \u05de\u05ea\u05de\u05d8\u05d9 \u05de\u05d3\u05d5\u05d9\u05d9\u05e7 \u05d0\u05e9\u05e8 \u05d4\u05e6\u05d1\u05d9\u05e2 \u05e2\u05dc \u05de\u05e9\u05d4\u05d5 \u05d9\u05d5\u05e6\u05d0-\u05d3\u05d5\u05e4\u05df: \u05e2\u05e7\u05de\u05d5\u05de\u05d9\u05d5\u05ea \u05db\u05d4 \u05d7\u05d6\u05e7\u05d4 \u05e9\u05d4\u05d7\u05dc\u05dc \u05d9\u05ea\u05db\u05e0\u05e1 \u05d0\u05dc \u05ea\u05d5\u05da \u05e2\u05e6\u05de\u05d5, \u05d4\u05d7\u05dc\u05dc \u05d9\u05ea\u05e2\u05e7\u05dc \u05db\u05de\u05d5 \u05de\u05e4\u05dc \u05d4\u05d6\u05d5\u05e8\u05dd \u05d0\u05dc \u05ea\u05d5\u05da \u05d4\u05e7\u05e8\u05d1\u05d9\u05d9\u05dd \u05e9\u05dc \u05d7\u05d5\u05e8.", "output": "And he quickly surmised an exact mathematical solution that described something very extraordinary: curves so strong that space would rain down into them, space itself would curve like a waterfall flowing down the throat of a hole.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05d4\u05ea\u05d7\u05dc\u05ea\u05d9 \u05e2\u05dd \u05e0\u05d9\u05d9\u05e8 \u05d5\u05d1\u05d3.", "output": "I started with paper and fabric.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into English.", "input": "\u05d0\u05dd \u05de\u05db\u05e0\u05d9\u05e1\u05d9\u05dd \u05d0\u05ea \u05d4\u05e8\u05d2\u05dc\u05d9\u05d9\u05dd \u05e9\u05dc\u05d4\u05df \u05dc\u05de\u05d9\u05dd - \u05d4\u05df \u05de\u05de\u05e9\u05d9\u05db\u05d5\u05ea \u05dc\u05d4\u05d0\u05d7\u05d6.", "output": "If you put their foot under water, they grab on.", "category": "Translation 354.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05d9\u05e9 \u05dc\u05d4\u05dd \u05e9\u05e0\u05d9\u05d9\u05dd \u05d5\u05d7\u05e6\u05d9 \u05de\u05d9\u05dc\u05d9\u05d5\u05df \u05de\u05d7\u05e1\u05e0\u05d9\u05dd.", "output": "\u305d\u3057\u3066250\u4e07\u672c\u306e\u30ef\u30af\u30c1\u30f3\u304c\u3042\u308a\u307e\u3059", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05d5\u05e2\u05db\u05e9\u05d9\u05d5 \u05db\u05e9\u05d4\u05d9\u05d0 \u05e1\u05d5\u05e3 \u05e1\u05d5\u05e3 \u05e2\u05d5\u05d1\u05d3\u05ea \u05db\u05de\u05d5 \u05e9\u05e6\u05e8\u05d9\u05da \u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05d7\u05d6\u05d5\u05e8 \u05d0\u05d7\u05d5\u05e8\u05d4 \u05d1\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4 200 \u05e9\u05e0\u05d9\u05dd.", "output": "\u3046\u307e\u304f\u8a2d\u5b9a\u3057\u3066\u3084\u308b\u3068\u6b74\u53f2\u3092200\u5e74\u9061\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05d0\u05ea\u05dd \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd, \u05d1\u05de\u05d0\u05d4 \u05d4- 18 \u05d1\u05de\u05de\u05dc\u05db\u05d4 \u05d4\u05de\u05d0\u05d5\u05d7\u05d3\u05ea, \u05d4\u05de\u05d8\u05d9\u05e3 \u05d4\u05d2\u05d3\u05d5\u05dc \u05d1\u05d9\u05d5\u05ea\u05e8, \u05de\u05d8\u05d9\u05e3 \u05d4\u05d3\u05ea \u05d4\u05d2\u05d3\u05d5\u05dc \u05d1\u05d9\u05d5\u05ea\u05e8, \u05d4\u05d9\u05d4 \u05d0\u05d3\u05dd \u05d1\u05e9\u05dd \u05d2 '\u05d5\u05df \u05d5\u05d5\u05e1\u05dc\u05d9, \u05d0\u05e9\u05e8 \u05d8\u05d9\u05d9\u05dc \u05dc\u05d0\u05d5\u05e8\u05db\u05d4 \u05d5\u05e8\u05d5\u05d7\u05d1\u05d4 \u05e9\u05dc \u05d4\u05de\u05d3\u05d9\u05e0\u05d4 \u05d5\u05d4\u05e2\u05d1\u05d9\u05e8 \u05d3\u05e8\u05e9\u05d5\u05ea, \u05d9\u05d9\u05e2\u05e5 \u05dc\u05d0\u05e0\u05e9\u05d9\u05dd \u05db\u05d9\u05e6\u05d3 \u05d4\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d7\u05d9\u05d5\u05ea.", "output": "18\u4e16\u7d00\u30a4\u30ae\u30ea\u30b9\u6700\u5927\u306e\u8aac\u6559\u8005\u3067\u3042\u308b\u30b7\u30e7\u30f3\u30fb\u30a6\u30a7\u30b9\u30ec\u30fc\u306f\u56fd\u4e2d\u3092\u307e\u308f\u308a\u6b69\u3044\u3066\u8aac\u6559\u3092\u3057\u4eba\u3005\u306b \u2014 \u3069\u3046\u751f\u304d\u308b\u3079\u304d\u304b\u8aed\u3057\u3066\u3044\u307e\u3057\u305f", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05d0\u05d6 \u05d0\u05d9\u05e4\u05d4 \u05d4\u05e9\u05d9\u05d0 \u05e2\u05d5\u05de\u05d3 \u05d4\u05d9\u05d5\u05dd?", "output": "\u4eca\u65e5\u306e\u8a18\u9332\u3092\u898b\u3066\u307f\u307e\u3057\u3087\u3046", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05d4\u05ea\u05e7\u05d5\u05e4\u05d4 \u05e9\u05dc 1854, \u05d1\u05d0\u05de\u05e6\u05e2 \u05d4\u05de\u05d0\u05d4 \u05d4-19, \u05d1\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4 \u05e9\u05dc \u05dc\u05d5\u05e0\u05d3\u05d5\u05df \u05de\u05e2\u05e0\u05d9\u05d9\u05e0\u05ea \u05dc\u05d4\u05e4\u05dc\u05d9\u05d0 \u05de\u05db\u05de\u05d4 \u05e1\u05d9\u05d1\u05d5\u05ea.", "output": "19\u4e16\u7d00\u306e\u4e2d\u9803\u3001 1854\u5e74\u3068\u3044\u3046\u6642\u4ee3\u306f\u7406\u7531\u306f\u591a\u3005\u3042\u308c\u3001\u30ed\u30f3\u30c9\u30f3\u53f2\u4e0a\u304b\u306a\u308a\u8208\u5473\u6df1\u3044\u6642\u4ee3\u3067\u3057\u305f", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05dc\u05db\u05df, \u05ea\u05e0\u05d5 \u05dc\u05d9 \u05dc\u05d4\u05e8\u05d0\u05d5\u05ea \u05dc\u05db\u05dd \u05db\u05de\u05d4 \u05d6\u05d4 \u05db\u05dc \u05db\u05da \u05e9\u05d5\u05e0\u05d4 \u05d4\u05d9\u05d4 \u05dc\u05d4\u05e7\u05d9\u05dd \u05d0\u05ea \u05d1\u05d0\u05d6\u05e7\u05d0\u05e8 \u05de\u05d0\u05e9\u05e8 \u05dc\u05d4\u05e7\u05d9\u05dd \u05d0\u05ea \u05d6\u05d9\u05e4\u05e7\u05d0\u05e8, \u05de\u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05e2\u05db\u05e9\u05d9\u05d5 \u05dc\u05db\u05dc \u05d3\u05d1\u05e8 \u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e2\u05d5\u05e9\u05d9\u05dd \u05d9\u05e9 \u05e9\u05e0\u05d9 \u05d2\u05d5\u05e4\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05e9\u05d0\u05e0\u05d9 \u05e6\u05e8\u05d9\u05db\u05d4 \u05dc\u05d7\u05e9\u05d5\u05d1 \u05e2\u05dc\u05d9\u05d4\u05dd: \u05d4\u05d1\u05e2\u05dc\u05d9\u05dd \u05d0\u05e9\u05e8 \u05d4\u05d5\u05dc\u05db\u05d9\u05dd \u05dc\u05e1\u05e4\u05e7 \u05d0\u05ea \u05d4\u05e8\u05db\u05d1\u05d9\u05dd \u05d5\u05d4\u05e0\u05d4\u05d2\u05d9\u05dd \u05d0\u05e9\u05e8 \u05d4\u05d5\u05dc\u05db\u05d9\u05dd \u05dc\u05e9\u05db\u05d5\u05e8 \u05d0\u05ea \u05d0\u05d5\u05ea\u05dd \u05e8\u05db\u05d1\u05d9\u05dd", "output": "\u3053\u3053\u3067Buzzcar\u306e\u8a2d\u7acb\u304c Zipcar\u306e\u8a2d\u7acb\u3068\u3044\u304b\u306b\u7570\u306a\u308b\u304b\u306b\u8a71\u3092\u623b\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059 Buzzcar\u306e\u5834\u5408\u4f55\u304b\u3092\u6c7a\u3081\u308b\u3068\u304d\u306b\u306f\u5fc5\u305a\u7570\u306a\u308b\u3075\u305f\u3064\u306e\u7acb\u5834\u306b\u914d\u616e\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u8eca\u3092\u63d0\u4f9b\u3059\u308b\u30aa\u30fc\u30ca\u30fc\u5074\u3068\u305d\u308c\u3092\u501f\u308a\u305f\u3044\u3068\u601d\u3046\u30c9\u30e9\u30a4\u30d0\u30fc\u5074\u3067\u3059", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05d1\u05e9\u05d9\u05e7\u05d2\u05d5, \u05d9\u05e9 \u05e1\u05d8\u05d5\u05e7 \u05d1\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05d3\u05d4\u05d9\u05dd.", "output": "\u30b7\u30ab\u30b4\u306b\u306f\u4f7f\u308f\u308c\u3066\u3044\u306a\u3044\u5efa\u7269\u304c\u8c4a\u304b\u306b\u7720\u3063\u3066\u3044\u307e\u3059", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05e6\u05e2\u05e8 \u05d1\u05e9\u05d1\u05d9\u05dc\u05e0\u05d5 \u05d0\u05d5\u05dc\u05d9, \u05d0\u05d1\u05dc \u05d6\u05d4 \u05de\u05d6\u05db\u05d9\u05e8 \u05dc\u05d9 \u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d4\u05d5\u05d3\u05d5\u05ea \u05dc\u05d0\u05d9\u05e9 \u05d0\u05d7\u05d3 \u05d1\u05e2\u05e9\u05d5\u05e8 \u05d4\u05d0\u05d7\u05e8\u05d5\u05df, \u05e9\u05e2\u05d1\u05d3 \u05dc\u05dc\u05d0 \u05dc\u05d9\u05d0\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05ea\u05de\u05d5\u05da \u05d1\u05e7\u05d5\u05de\u05d9\u05e7\u05d0\u05d9\u05dd \u05de\u05e1\u05d1\u05d9\u05d1 \u05dc\u05e2\u05d5\u05dc\u05dd, \u05d1\u05e2\u05d9\u05e7\u05e8 \u05e7\u05d5\u05de\u05d9\u05e7\u05d0\u05d9\u05dd \u05e2\u05dd \u05e8\u05e7\u05e2 \u05de\u05d4\u05de\u05d6\u05e8\u05d7 \u05d4\u05ea\u05d9\u05db\u05d5\u05df.", "output": "\u6211\u3005\u306e\u4e0d\u904b\u306a\u7d50\u3073\u3064\u304d\u306b\u306f\u601d\u3044\u8fd4\u3055\u308c\u307e\u3059\u3053\u305310\u5e74\u75b2\u308c\u3082\u898b\u305b\u305a\u4e16\u754c\u4e2d\u3067\u30b3\u30e1\u30c7\u30a3\u30a2\u30f3\u3092\u7279\u306b\u4e2d\u6771\u306e\u5f7c\u3089\u3092\u652f\u63f4\u3057\u3066\u304d\u305f\u3042\u308b\u7537\u6027\u3078\u306e\u611f\u8b1d\u306e\u610f\u3067\u3059", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Japanese.", "input": "\u05d5\u05e6\u05e8\u05d9\u05da \u05dc\u05de\u05e8\u05d5\u05d7 \u05db\u05dc \u05e9\u05e2\u05ea\u05d9\u05d9\u05dd \u05e2\u05d3 \u05d0\u05e8\u05d1\u05e2.", "output": "\u305d\u308c\u3092\uff12\u6642\u9593\u304a\u304d\u306b\u7e70\u308a\u8fd4\u3055\u306a\u3044\u3068\u3044\u3051\u306a\u3044\u304b\u3089\u3067\u3059", "category": "Translation 355.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05d4\u05d3\u05dc\u05d0\u05d9 \u05dc\u05d0\u05de\u05d4 \u05de\u05ea\u05d2\u05d5\u05e8\u05e8 \u05d1\u05d3\u05e8\u05de\u05e1\u05dc\u05d4 \u05e9\u05d1\u05d4\u05d5\u05d3\u05d5.", "output": "El Dalai Lama vive en Dharamsala, India.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05e2\u05db\u05e9\u05d9\u05d5, \u05d0\u05e0\u05d9 \u05e0\u05d9\u05e1\u05d9\u05ea\u05d9 \u05dc\u05ea\u05e4\u05d5\u05e8 \u05d9\u05d7\u05d3 \u05d0\u05ea \u05d4\u05e2\u05d1\u05e8 \u05d4\u05d0\u05d1\u05d5\u05dc\u05d5\u05e6\u05d9\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d4\u05d3\u05d9\u05e0\u05d5\u05d6\u05d0\u05d5\u05e8\u05d9\u05dd \u05db\u05da \u05e9\u05e0\u05d5\u05db\u05dc \u05dc\u05d4\u05d1\u05d9\u05df \u05db\u05de\u05d4 \u05d3\u05e4\u05d5\u05e1\u05d9\u05dd \u05d1\u05e1\u05d9\u05e1\u05d9\u05d9\u05dd \u05e9\u05dc \u05d4\u05d0\u05d1\u05d5\u05dc\u05d5\u05e6\u05d9\u05d4.", "output": "Ahora, he tratado de enlazar la historia evolutiva de un dinosaurio para que podamos tratar de comprender algunos patrones b\u00e1sicos de evoluci\u00f3n.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05d5\u05d4\u05dc\u05db\u05ea\u05d9 \u05dc\u05d1\u05d9\u05ea\u05d4, \u05d5\u05d6\u05d4 \u05d4\u05d9\u05d4 \u05d1\u05d5\u05e7\u05e8, \u05d5\u05e9\u05de\u05e9 \u05d4\u05e0\u05d9\u05d5-\u05d0\u05d5\u05e8\u05dc\u05d9\u05e0\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05d3\u05e0\u05d5\u05ea \u05d3\u05e8\u05da \u05d4\u05d5\u05d9\u05dc\u05d5\u05e0\u05d5\u05ea.", "output": "Fui a su casa, era de ma\u00f1ana, el sol matutino de Nueva Orleans se filtraba por las cortinas.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05d0\u05d6 \u05d1\u05d4\u05d5\u05e6\u05d0\u05ea \u05e4\u05d7\u05d5\u05ea \u05db\u05e1\u05e3 \u05d1\u05e0\u05d5\u05e1\u05e3 \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4 \u05de\u05d4\u05d9\u05e8\u05d4 \u05d9\u05d5\u05ea\u05e8, \u05d0\u05ea\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05d3\u05e8\u05da \u05d1\u05d4 \u05d0\u05e0\u05e9\u05d9\u05dd \u05de\u05ea\u05e0\u05d9\u05d9\u05d3\u05d9\u05dd.", "output": "As\u00ed que se gasta mucho menos y se hace mucho m\u00e1s r\u00e1pido, puedes realmente cambiar la forma en que se mueve la gente.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05d5\u05d6\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05ea\u05e8\u05d2\u05dd \u05dc \"\" \u05de\u05d9\u05d9 \u05de\u05d9\u05df \"\" \u05e9\u05d4\u05d5\u05d0 \u05e9\u05dd \u05d3\u05e8\u05d0\u05d5\u05d5\u05d9\u05d3\u05d9\u05d0\u05e0\u05d9 \u05d9\u05e9\u05df \u05dc\u05db\u05d5\u05db\u05d1-\u05d4\u05dc\u05db\u05ea \u05e9\u05d1\u05ea\u05d0\u05d9.", "output": "Que se podr\u00eda transcribir como \"\" mey min \"\" que es el antiguo nombre drav\u00eddico para el planeta Saturno.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05e8\u05d0\u05d9\u05ea\u05d9 \u05d9\u05d5\u05dd \u05d0\u05d7\u05d3, \u05d0\u05ea \u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05d4\u05d2\u05d3\u05d5\u05dc \u05d1\u05d0\u05e4\u05d2\u05e0\u05d9\u05e1\u05d8\u05d0\u05df, \u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea.", "output": "Un d\u00eda vi la escuela m\u00e1s grande de Afganist\u00e1n; una escuela de ni\u00f1as.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "(\u05de\u05d5\u05e1\u05d9\u05e7\u05d4) (\u05d5\u05d9\u05d3\u05d0\u05d5) \u05e8\u05d5\u05d1\u05e8 \u05dc\u05e4\u05d0\u05d2 ': [\u05db\u05e8\u05d2\u05d9\u05dc, \u05d4\u05ea\u05e8\u05e9\u05d9\u05dd \u05e9\u05dc \u05d0\u05e8\u05ea\u05d5\u05e8 \u05dc\u05d0 \u05d4\u05ea\u05d7\u05e9\u05d1 \u05d1\u05db\u05dc \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9\u05dd \u05d4\u05d8\u05db\u05e0\u05d9\u05d9\u05dd.", "output": "(M\u00fasica) (Video) Robert Lepage: [Como de costumbre, Arthur est\u00e1 dibujando y no se da cuenta de los desaf\u00edos t\u00e9cnicos.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05d0\u05dd \u05d0\u05e0\u05d9 \u05de\u05d1\u05d9\u05d8 \u05d1\u05d7\u05d9\u05d9\u05dd \u05e9\u05dc\u05d9, \u05e0\u05d5\u05dc\u05d3\u05ea\u05d9 \u05d11962 \u05d1\u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4.", "output": "Si observo mi propia vida, nac\u00ed en Austria, en 1962,", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.", "input": "\u05d6\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d2\u05d1\u05d5\u05d4 \u05de\u05e9\u05dc \u05d4\u05d0\u05d5\u05e8\u05d1\u05e0\u05d9 \u05d5\u05d4\u05d4\u05d9\u05e1\u05e4\u05d0\u05e0\u05d9.", "output": "Ir\u00e1 sobre el \u00edndice en hispanos y urbanos.", "category": "Translation 356.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d4\u05d0\u05dd \u05d6\u05d4 \u05d9\u05ea\u05e4\u05ea\u05d7 \u2014 \u05d9\u05e1\u05e4\u05e7 \u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05e8\u05de\u05d4 \u05d2\u05d1\u05d5\u05d4\u05d4?", "output": "\u0647\u0644 \u0633\u064a\u062a\u0637\u0648\u0631 \u2014 \u064a\u0642\u062f\u0645 \u0631\u0639\u0627\u064a\u0629 \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062c\u0648\u062f\u0629 \u061f", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d5\u05d4\u05d9\u05d1\u05d5\u05dc \u05e9\u05d9\u05de\u05e9 \u05dc\u05d9\u05d9\u05e6\u05d5\u05e8 \u05de\u05d6\u05d5\u05df.", "output": "\u0648\u0627\u0644\u062a\u064a \u0633\u0648\u0641 \u062a\u0646\u062a\u062c \u0627\u0644\u0645\u062d\u0627\u0635\u064a\u0644 \u0627\u0644\u063a\u0630\u0627\u0626\u064a\u0629.", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d4\u05e1\u05d5\u05de\u05e7 \u05d4\u05db\u05d7\u05dc\u05d7\u05dc \u05d1\u05e9\u05de\u05d9\u05d9\u05dd \u05de\u05e1\u05de\u05df \u05e9\u05d4\u05dc\u05d9\u05dc\u05d4 \u05d5\u05d4\u05d9\u05d5\u05dd \u05de\u05e0\u05e1\u05d9\u05dd \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05d4\u05e8\u05de\u05d5\u05e0\u05d9\u05d4 \u05d1\u05d9\u05e0\u05d9\u05d4\u05dd.", "output": "\u0648\u0627\u0644\u0645\u0633\u062d\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642 \u0647\u064a \u062d\u064a\u062b \u064a\u062c\u062a\u0645\u0639 \u0627\u0644\u0644\u064a\u0644 \u0648\u0627\u0644\u0646\u0647\u0627\u0631 \u0648\u064a\u062d\u0627\u0648\u0644\u0627\u0646 \u062e\u0644\u0642 \u0627\u0644\u062a\u0646\u0627\u063a\u0645 \u0645\u0639 \u0628\u0639\u0636\u0647\u0645\u0627.", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e2\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05d4\u05d1\u05d9\u05d0 \u05d0\u05ea \u05de\u05d4\u05e4\u05db\u05ea \u05d4\u05e0\u05d9\u05d5\u05e8\u05d5.", "output": "\u0648\u0646\u062d\u0646 \u0641\u064a \u0637\u0631\u064a\u0642\u0646\u0627 \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062b\u0648\u0631\u0629 \u0627\u0644\u0639\u0635\u0628\u064a\u0629.", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d0\u05d1\u05dc \u05d1\u05d2\u05d5\u05e3 \u05e9\u05dc\u05e0\u05d5 \u05d8\u05d1\u05d5\u05e2\u05d9\u05dd \u05de\u05e1\u05dc\u05d5\u05dc\u05d9 \u05d4\u05ea\u05e0\u05d4\u05d2\u05d5\u05ea \u05e2\u05ea\u05d9\u05e7\u05d9\u05dd.", "output": "\u0648\u0644\u0643\u0646 \u0627\u0644\u062c\u0633\u0645 \u064a\u0643\u0648\u0646 \u0644\u062f\u064a\u0647 \u0645\u0633\u0627\u0631\u0627\u062a \u062a\u0637\u0648\u0631\u0647 \u0627\u0644\u0645\u062a\u0623\u0635\u0644\u0629", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d9\u05d5\u05dd \u05d0\u05d7\u05d3 \u05d0\u05d5\u05dc\u05d9 \u05e0\u05d5\u05db\u05dc \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d6\u05d9\u05db\u05e8\u05d5\u05df.", "output": "\u0631\u0628\u0645\u0627 \u064a\u0648\u0645\u0627 \u0645\u0627 \u0623\u0645\u0643\u0646\u0646\u0627 \u0623\u0646 \u0646\u0642\u0631\u0623 \u0630\u0627\u0643\u0631\u0629 \u0645\u0627.", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d4\u05e0\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4 \u05e0\u05e4\u05dc\u05d0\u05d4 \u05e9\u05dc \u05d0\u05d7\u05d3 \u05de\u05d4\u05de\u05d5\u05e9\u05d9\u05e2\u05d9\u05dd \u05e9\u05dc\u05d9, \u05d0\u05e0\u05d3\u05d9, \u05d5\u05d0\u05e0\u05d9 \u05e9\u05e0\u05dc\u05e7\u05d7\u05d4 \u05d1\u05e9\u05e0\u05d4 \u05e9\u05e2\u05d1\u05e8\u05d4.", "output": "\u0647\u0646\u0627 \u0635\u0648\u0631\u0629 \u0645\u0630\u0647\u0644\u0629 \u0644\u0623\u062d\u062f \u0641\u0631\u064a\u0642 \u0627\u0644\u0627\u0646\u0642\u0627\u0630 \u0627\u0646\u0627 \u0648\u0627\u0646\u062f\u064a \u0627\u0644\u062a\u0642\u0637\u0646\u0627\u0647\u0627 \u0627\u0644\u0633\u0646\u0629 \u0627\u0644\u0641\u0627\u0626\u062a\u0629", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05db\u05e2\u05ea, \u05d0\u05e0\u05d9 \u05e4\u05ea\u05d7\u05ea\u05d9 \u05d1\u05e6\u05d9\u05d8\u05d5\u05d8 \u05de\u05e1\u05de\u05d5\u05d0\u05dc \u05d2 '\u05d5\u05e0\u05e1\u05d5\u05df, \u05e9\u05d0\u05de\u05e8 \u05e9\u05db\u05d0\u05e9\u05e8 \u05d0\u05e0\u05d7\u05e0\u05d5 \u05e2\u05d5\u05e9\u05d9\u05dd \u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05d7\u05d9\u05d9\u05dd \u05d0\u05dc \u05dc\u05e0\u05d5 \u05dc\u05e9\u05db\u05d5\u05d7 \u05dc\u05d7\u05d9\u05d5\u05ea.", "output": "\u0644\u0642\u062f \u0628\u062f\u0623\u062a \u0628\u0645\u0642\u0648\u0644\u0629 \u0644\u0635\u0645\u0648\u0626\u064a\u0644 \u062c\u0648\u0646\u0633\u0648\u0646 \u0627\u0644\u0630\u064a \u0642\u0627\u0644 \u0623\u0646\u0646\u0627 \u0639\u0646\u062f\u0645\u0627 \u0646\u0642\u0648\u0645 \u0628\u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0641\u064a \u0627\u0644\u062d\u064a\u0627\u0629 \u0644\u0627 \u064a\u0646\u0628\u063a\u064a \u0644\u0646\u0627 \u0623\u0646 \u0646\u0646\u0633\u0649 \u0623\u0646 \u0646\u0639\u064a\u0634", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic.", "input": "\u05d1\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4 \u05e9\u05dc \u05db\u05d5\u05db\u05d1 \u05d4\u05dc\u05db\u05ea \u05e9\u05dc\u05e0\u05d5 \u05d4\u05d9\u05d5 3 \u05d2\u05dc\u05d9 \u05d0\u05d1\u05d5\u05dc\u05d5\u05e6\u05d9\u05d4 \u05d2\u05d3\u05d5\u05dc\u05d9\u05dd.", "output": "\u0641\u064a \u062a\u0627\u0631\u064a\u062e \u0643\u0648\u0643\u0628\u0646\u0627 \u060c \u0642\u062f \u062d\u0635\u0644\u062a \u062b\u0644\u0627\u062b \u0645\u0648\u062c\u0627\u062a \u062a\u0637\u0648\u0631 \u0639\u0638\u064a\u0645\u0629.", "category": "Translation 357.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "Que unha persoa cega conducise de forma segura e independente era unha tarefa considerada impos\u00edbel ate agora.", "output": "A blind person driving a vehicle safely and independently was thought to be an impossible task, until now.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "A tradici\u00f3n que analizaron, analiz\u00e1rona ped\u00edndolle \u00e1 xente que \u00eda para o traballo pola ma\u00f1\u00e1, que pararan e probaran algo.", "output": "The tradition that they tested, they tested by asking people who were on their way to work in the morning, to stop and try something out.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "Todos estes nenos chegaron \u00e1 nosa cl\u00ednica con diagnoses de autismo, trastornos por d\u00e9ficit de atenci\u00f3n, retraso mental, problemas de linguaxe...", "output": "All these children came to our clinic with a diagnosis of autism, attention deficit disorder, mental retardation, language problems.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "O intelecto do home e a tecnolox\u00eda foron evolucionando as\u00ed como os seus xogos.", "output": "As man's intellect and technology have evolved so too have the games he plays.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "Lembren que, cando desenvoleron esas habilidades, a\u00ednda non desenvolveran o seu comp\u00e1s moral.", "output": "Remember that, when they developed those hacking skills, their moral compass had not yet developed.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "E por un tempo estudamos os prados de Minnesota, onde realmente hai unha proporci\u00f3n moi elevada de centenarios.", "output": "And for a while we looked on the prairies of Minnesota, where actually there is a very high proportion of centenarians.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "E a s\u00faa paix\u00f3n polo estudo era tan grande que chorei.", "output": "And their love [for studying] was so big that I cried.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "E aqu\u00ed atopamos a \u00e1rea onde os homes viven m\u00e1is tempo, case 10 veces m\u00e1is centenarios dos que hai aqu\u00ed en Estados Unidos.", "output": "And here we have this area where men live the longest, about 10 times more centenarians than we have here in America.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into English.", "input": "Isto non \u00e9 novo pero n\u00f3s estamos utilizando esta tecnolox\u00eda para facelo.", "output": "So that's not new. What we're doing is applying this technology to it.", "category": "Translation 358.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "\u00c9 unha serie de descubrimentos fabulosos porque estas l\u00faas estiveron neste ambiente as\u00ed durante miles de mill\u00f3ns de anos.", "output": "\u3053\u308c\u3089\u306f\u7d20\u6674\u3089\u3057\u3044\u767a\u898b\u3068\u3044\u3048\u307e\u3059\u306a\u305c\u306a\u3089\u3053\u308c\u3089\u306e\u885b\u661f\u306f\u4f55\u5341\u5104\u5e74\u3082\u306e\u9593\u3053\u306e\u3088\u3046\u306a\u74b0\u5883\u4e0b\u306b\u3042\u3063\u305f\u304b\u3089\u3067\u3059", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "Vexamos este exemplo.", "output": "\u30c7\u30e2\u3092\u7528\u610f\u3057\u3066\u304d\u307e\u3057\u305f", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "Usando a segunda cabeza, que \u00e9 a c\u00e1mara, dirix\u00edmonos \u00e1 zona da infecci\u00f3n.", "output": "\u4e8c\u3064\u76ee\u306e\u9053\u5177\u30ab\u30e1\u30e9\u3092\u4f7f\u3044\u611f\u67d3\u90e8\u4f4d\u307e\u3067\u306a\u3093\u3068\u304b\u86c7\u884c\u3057\u305f\u3069\u308a\u7740\u304d\u307e\u3059", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "DH: Te\u00f1o que prepararme.", "output": "\u6e96\u5099\u3057\u306a\u304f\u3061\u3083", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "Un dos factores xen\u00e9ticos que non entendemos \u00e9 a diferenza que vemos entre homes e mulleres.", "output": "\u3057\u304b\u3057\u307e\u3060\u5206\u304b\u3063\u3066\u3044\u306a\u3044\u907a\u4f1d\u5b50\u7684\u8981\u56e0\u306e\uff11\u3064\u306f\u7537\u5973\u5dee\u3067\u3059\u7537\u5973\u5dee\u3067\u3059", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "De feito, poder\u00edamos ausentarnos durante un mill\u00f3n de anos e regresarmos e estes chimpanc\u00e9s estar\u00edan facendo o mesmo co mesmo garabullo para as t\u00e9rmites e o mesmo croio para escacharen as noces.", "output": "\u5b9f\u969b 100\u4e07\u5e74\u5f8c\u306e\u672a\u6765\u3067\u3082\u30c1\u30f3\u30d1\u30f3\u30b8\u30fc\u306f\u540c\u3058\u3053\u3068\u3092\u3057\u3066\u3044\u308b\u3060\u3051\u3067\u3057\u3087\u3046\u540c\u3058\u3088\u3046\u306b\u6728\u306e\u68d2\u3067\u30b7\u30ed\u30a2\u30ea\u3092\u6355\u308a\u540c\u3058\u3088\u3046\u306b\u77f3\u3067\u6728\u306e\u5b9f\u3092\u5272\u3063\u3066\u3044\u308b\u3067\u3057\u3087\u3046", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "E resulta que a resposta \u00e9 que os seus cerebros est\u00e1n colocados nos seus cranios dun modo diferente a como os seres humanos temos empaquetados os nosos cerebros.", "output": "\u3053\u306e\u7b54\u3048\u306f \u2015 \u30ad\u30c4\u30c4\u30ad\u306e\u8133\u306f\u982d\u84cb\u9aa8\u306e\u4e2d\u306b\u5165\u3063\u3066\u3044\u308b\u308f\u3051\u3067\u3059\u304c\u305d\u306e\u304a\u3055\u307e\u308a\u65b9\u304c\u79c1\u305f\u3061\u306e\u8133 \u2015 \u4eba\u9593\u306e\u8133\u3068\u306f\u9055\u3046\u3068\u3044\u3046\u306e\u3067\u3059", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "Pero a esperanza de vida neste pa\u00eds \u00e9 s\u00f3 de 78.", "output": "\u3057\u304b\u3057\u3053\u306e\u56fd\u306e\u5e73\u5747\u4f59\u547d\u306f\u308f\u305a\u304b78\u6b73\u3067\u3059", "category": "Translation 359.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese.", "input": "Esta \u00e9 a mol\u00e9cula de Vibrio fischeri.", "output": "\u3053\u308c\u306f\u30d3\u30d6\u30ea\u30aa\u30fb\u30d5\u30a3\u30b7\u30a7\u30ea\u306e\u5206\u5b50\u3067\u3059", "category": "Translation 359.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: Shivering occurs when many muscles contract a little bit all at once. \nTopic: shivering cold.", "output": "Almost all birds use shivering as a short term adjustment to the cold., Another response to cold is shivering.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: Menopause occurs when menstruation stops occurring, usually in middle adulthood. \nTopic: menstruation stops occurring.", "output": "Menstruation occurs after the secretion of progesterone stops.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: sandpaper is used to smooth wooden objects. \nTopic: Wooden object.", "output": "All objects, even wooden tables, are made up of molecules which vibrate to create their mass.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: Head hair is especially important in preventing heat loss from the body. \nTopic: head hair balding heat loss.", "output": "Hats The number area for heat loss on the body is the head.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: vein deposits of gold and silver are formed by igneous intrusion. \nTopic: igneous intrusion magma.", "output": "If magma solidifies within the crust, the rock is called an intrusive igneous rock., Magma that cools slowly deep below the surface produces coarse-grained intrusive igneous rocks.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: scales are used for protection by scaled animals. \nTopic: scales protection.", "output": "Scales provide protection and camouflage.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: rocks interacting with wind over long periods of time causes weathering. \nTopic: weathering sand.", "output": "Most sands are weathered fragments of quartz.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: a generator converts kinetic energy into electrical energy. \nTopic: generator energy fuel.", "output": "And that energy is generated by burning fossil fuel.", "category": "Sentence Composition 36.json" }, { "instruction": "Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: \"pesticides cause pollution\" (given fact) + \"pollution can harm animals\" (related fact) \u2192 \"pesticides can harm animals\" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic.", "input": "Fact: when the seasons change from the summer to the fall , the amount of daylight will decrease. \nTopic: seasons daylight tilt.", "output": "Seasons are caused by the tilt of the earth's axis.", "category": "Sentence Composition 36.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': -35, 'second': -87}, {'first': 90, 'second': -67}, {'first': -40, 'second': -83}, {'first': -34, 'second': -67}]", "output": "[{'first': -40, 'second': -83}, {'first': -35, 'second': -87}, {'first': -34, 'second': -67}, {'first': 90, 'second': -67}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': -79, 'second': -83}, {'first': 13, 'second': 24}, {'first': 65, 'second': 60}]", "output": "[{'first': -79, 'second': -83}, {'first': 13, 'second': 24}, {'first': 65, 'second': 60}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': -7, 'second': 18}, {'first': 9, 'second': -40}, {'first': 58, 'second': -17}, {'first': 37, 'second': 69}]", "output": "[{'first': -7, 'second': 18}, {'first': 9, 'second': -40}, {'first': 37, 'second': 69}, {'first': 58, 'second': -17}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': 82, 'second': -56}, {'first': -24, 'second': 64}, {'first': 45, 'second': 92}, {'first': 57, 'second': 57}, {'first': -7, 'second': -26}, {'first': 81, 'second': -50}, {'first': 85, 'second': -34}]", "output": "[{'first': -24, 'second': 64}, {'first': -7, 'second': -26}, {'first': 45, 'second': 92}, {'first': 57, 'second': 57}, {'first': 81, 'second': -50}, {'first': 82, 'second': -56}, {'first': 85, 'second': -34}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': -1, 'second': 57}, {'first': 91, 'second': 34}, {'first': -46, 'second': -39}, {'first': 5, 'second': 66}, {'first': 82, 'second': 94}, {'first': -69, 'second': -18}, {'first': -66, 'second': 50}, {'first': 43, 'second': 40}]", "output": "[{'first': -69, 'second': -18}, {'first': -66, 'second': 50}, {'first': -46, 'second': -39}, {'first': -1, 'second': 57}, {'first': 5, 'second': 66}, {'first': 43, 'second': 40}, {'first': 82, 'second': 94}, {'first': 91, 'second': 34}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': 28, 'second': 40}, {'first': -81, 'second': 3}, {'first': 61, 'second': 26}, {'first': 66, 'second': 90}]", "output": "[{'first': -81, 'second': 3}, {'first': 28, 'second': 40}, {'first': 61, 'second': 26}, {'first': 66, 'second': 90}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': 19, 'second': 67}, {'first': 85, 'second': 52}]", "output": "[{'first': 19, 'second': 67}, {'first': 85, 'second': 52}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': -88, 'second': 51}, {'first': -87, 'second': -19}, {'first': -96, 'second': -79}, {'first': 68, 'second': -85}, {'first': 27, 'second': 9}, {'first': 83, 'second': 33}, {'first': 32, 'second': -67}]", "output": "[{'first': -96, 'second': -79}, {'first': -88, 'second': 51}, {'first': -87, 'second': -19}, {'first': 27, 'second': 9}, {'first': 32, 'second': -67}, {'first': 68, 'second': -85}, {'first': 83, 'second': 33}]", "category": "Program Execution 360.json" }, { "instruction": "In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers.", "input": "[{'first': -17, 'second': -2}, {'first': -30, 'second': 46}, {'first': 5, 'second': -40}, {'first': -6, 'second': 78}, {'first': -51, 'second': 15}]", "output": "[{'first': -51, 'second': 15}, {'first': -30, 'second': 46}, {'first': -17, 'second': -2}, {'first': -6, 'second': 78}, {'first': 5, 'second': -40}]", "category": "Program Execution 360.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "\u00c9 dicir, estivemos basicamente exportando derramamentos de petr\u00f3leo ao import\u00e1rmolo de lugares sen regulaci\u00f3ns ambientais r\u00edxidas.", "output": "Quiero decir, esencialmente hemos exportado derrames de petr\u00f3leo cuando importamos petr\u00f3leo de otros lugares sin regulaciones medioambientales r\u00edgidas.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "\u00c9 a materia prima, a esencia, da evoluci\u00f3n nos nosos cultivos agr\u00edcolas.", "output": "Es la materia prima, la materia, de la evoluci\u00f3n de los cultivos agr\u00edcolas.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "A min, costoume soamente 11.000 voltios.", "output": "Para m\u00ed, fue despu\u00e9s de 11 000 voltios.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "Tam\u00e9n usamos a RM funcional ou RMf, para gravar un v\u00eddeo, unha pel\u00edcula da actividade cerebral cando algu\u00e9n est\u00e1 a facer algunha tarefa como pensar ou sentir ou percibir algo.", "output": "Y tambi\u00e9n usamos IRM funcional, llamada IRMf, para hacer videos de la actividad cerebral cuando los participantes desarrollan alguna tarea como pensar, sentir o percibir algo.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "Levo facendo isto os \u00faltimos 15 anos. \u00c9 o meu traballo alternativo, por as\u00ed dicilo.", "output": "He estado haciendo esto durante los \u00faltimos 15 a\u00f1os. Es mi trabajo extra, si as\u00ed lo quieren.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "Ben, ademais da f\u00edsica, estou enleado noutras cousas.", "output": "Bueno, me dedico a m\u00e1s cosas aparte de la f\u00edsica.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "Pero en contraste con isto, no mundo en v\u00edas de desenvolvemento, moi lonxe, o obxetivo dunha familia media era ter comida para o d\u00eda.", "output": "Pero en contraste con esto, en el lejano mundo en desarrollo, la aspiraci\u00f3n de una familia media era obtener la comida del d\u00eda.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "D\u00edxome - os enfermeiros non o mencionaran- que era cega, que levaba cinco anos completamente cega por dexeneraci\u00f3n macular.", "output": "Y me dijo, algo que las enfermeras no hab\u00edan mencionado, y es que era ciega, que hac\u00eda cinco a\u00f1os se hab\u00eda quedado completamente ciega debido a una degeneraci\u00f3n macular.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish.", "input": "E aquela muller non ti\u00f1a unha compaix\u00f3n sentimental.", "output": "Y esa mujer no ten\u00eda compasi\u00f3n sentimental.", "category": "Translation 361.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "A mi\u00f1a nai explicou a maxia desta m\u00e1quina o primeiro d\u00eda.", "output": "\u0644\u0642\u062f \u0634\u0631\u062d\u062a \u0644\u064a \u0648\u0627\u0644\u062f\u062a\u064a \u0627\u0644\u0633\u062d\u0631 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0622\u0644\u0629... \u0645\u0646\u0630 \u0627\u0644\u064a\u0648\u0645 \u0627\u0644\u0627\u0648\u0644..", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "Comenzou a expandirse m\u00e1is ou menos unha millon\u00e9sima de milmillon\u00e9simas de milmillon\u00e9simas de milmillon\u00e9simas de milmillon\u00e9simas de segundo \u2014 coido que est\u00e1 ben \u2014 tralo Big Bang.", "output": "\u0648 \u0627\u0628\u062a\u062f\u0623 \u064a\u062a\u0645\u062f\u062f \u062d\u0648\u0627\u0644\u0649 \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0645\u0644\u064a\u0648\u0646 \u0645\u0646 \u0645\u0644\u064a\u0627\u0631 \u0645\u0644\u064a\u0627\u0631 \u0645\u0644\u064a\u0627\u0631 \u0645\u0646 \u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0645\u0644\u064a\u0627\u0631 \u0645\u0646 \u0645\u0646 \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u2014 \u0627\u0639\u062a\u0642\u062f \u0627\u0646\u0649 \u0627\u0635\u0628\u062a \u0641\u0649 \u0630\u0644\u0643 \u2014 \u0628\u0639\u062f \u0627\u0644\u0625\u0646\u0641\u062c\u0627\u0631 \u0627\u0644\u0639\u0638\u064a\u0645.", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "Pero quizais m\u00e1is importe que iso \u00e9 o inmenso valor dos subprodutos tecnol\u00f3xicos que poder xurdir de este proxecto.", "output": "\u0644\u0643\u0646 \u062d\u0642\u064a\u0642\u0647 \u0627\u0644\u0623\u0643\u062b\u0631 \u0623\u0647\u0645\u064a\u0647 \u0645\u0646 \u0630\u0644\u0643 \u0647\u0648 \u0627\u0644\u0642\u064a\u0645\u0647 \u0627\u0644\u0627\u0645\u062d\u062f\u0648\u062f\u0647 \u0645\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u064a\u0647\u0627 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "todo o demais \u00e9 interpretado por n\u00f3s.", "output": "\u0643\u0644 \u0634\u064a\u0621 \u0622\u062e\u0631 \u064a\u062e\u0636\u0639 \u0644\u062a\u0641\u0633\u064a\u0631\u0646\u0627", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "Pero obtivo unhas boas condici\u00f3ns.", "output": "\u0648\u0644\u0643\u0646\u0647 \u062d\u0635\u0644 \u0634\u0631\u0648\u0637 \u0631\u0627\u0626\u0639\u0629", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "Xa non o vexo como unha debilidade.", "output": "\u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062f\u064b\u0627 \u060c \u0644\u0627 \u0623\u0631\u0649 \u0630\u0644\u0643 \u0643\u0636\u0639\u0641.", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "Para afastarse da complacencia e a constante negaci\u00f3n de que habia unha enorme, e hai unha enorme fenda na arquitectura da Eurozona, que est\u00e1 ameazando a totalidade do proceso da Uni\u00f3n Europea.", "output": "\u0628\u0639\u064a\u062f\u064b\u0627 \u0639\u0646 \u0627\u0644\u0639\u062c\u0631\u0641\u0629 \u0648\u0627\u0644\u0625\u0646\u0643\u0627\u0631 \u0627\u0644\u0645\u0633\u062a\u0645\u0631 \u0628\u0623\u0646\u0647 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u062b\u064f\u0642\u0644 / \u0636\u062e\u0627\u0645\u0629 \u2014 - \u0648\u064a\u0648\u062c\u062f \u0634\u0631\u064a\u0637 \u062e\u0644\u0644 \u0628\u0646\u064a\u0648\u064a \u0636\u062e\u0645 \u064a\u0645\u0631\u064f \u0639\u0628\u0631 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u064a\u0648\u0631\u0648 \u060c \u0648\u0627\u0644\u0630\u064a \u064a\u0647\u062f\u062f \u0639\u0644\u0649 \u0646\u0637\u0627\u0642\u064d \u0648\u0627\u0633\u0639 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0625\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0631\u0648\u0628\u064a \u0628\u0623\u0643\u0645\u0644\u0647.", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "(Risos) Matty atopou esta enxe\u00f1osa maneira de aumentar a amabilidade dos desco\u00f1ecidos.", "output": "(\u0636\u062d\u0643) \u0645\u0627\u062a\u064a \u0642\u062f \u0648\u062c\u062f \u0647\u0630\u0647 \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0639\u0628\u0642\u0631\u064a\u0629 \u0644\u0644\u0627\u0633\u062a\u0641\u0627\u062f\u0629 \u0645\u0646 \u0639\u0637\u0641 \u0627\u0644\u063a\u0631\u0628\u0627\u0621.", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Arabic.", "input": "Noutras palabras, se algu\u00e9n me toca a man, act\u00edvase unha neurona do c\u00f3rtex somatosensorial da \u00e1rea sensorial do cerebro.", "output": "\u0628\u0645\u0639\u0646\u0649 \u0622\u062e\u0631 \u0639\u0646\u062f\u0645\u0627 \u064a\u0642\u0648\u0645 \u0623\u062d\u062f\u0647\u0645 \u0628\u0644\u0645\u0633.. \u064a\u062f\u064a, \u0641\u0627\u0646 \u0627\u0644\u0627\u0639\u0635\u0627\u0628 \u0641\u064a \u0627\u0644\u0642\u0634\u0631\u0629 \u0627\u0644\u0639\u0635\u0628\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062d\u0633\u064a\u0629 \u0641\u064a \u0627\u0644\u062f\u0645\u0627\u063a \u062a\u0646\u0634\u0637", "category": "Translation 362.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "E nese momento, o can transformouse no Buda do amor e da bondade.", "output": "\u05d5\u05d1\u05d0\u05d5\u05ea\u05d5 \u05d4\u05e8\u05d2\u05e2, \u05d4\u05db\u05dc\u05d1 \u05e0\u05d4\u05e4\u05da \u05dc\u05d1\u05d5\u05d3\u05d4\u05d4 \u05e9\u05dc \u05d4\u05d0\u05d4\u05d1\u05d4 \u05d5\u05d8\u05d5\u05d1 \u05d4\u05dc\u05d1.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "Base\u00e1ndose nisto, calculouse que o n\u00famero de permutaci\u00f3ns e combinaci\u00f3ns da actividade cerebral supera a cantidade de part\u00edculas elementais no universo.", "output": "\u05d5\u05e2\u05dc \u05d1\u05e1\u05d9\u05e1 \u05d6\u05d4, \u05d0\u05e0\u05e9\u05d9\u05dd \u05d7\u05d9\u05e9\u05d1\u05d5 \u05e9\u05de\u05e1\u05e4\u05e8 \u05d4\u05e4\u05e8\u05de\u05d5\u05d8\u05e6\u05d9\u05d5\u05ea \u05d5\u05e7\u05d5\u05de\u05d1\u05d9\u05e0\u05e6\u05d9\u05d5\u05ea \u05e9\u05dc \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05de\u05d5\u05d7\u05d9\u05ea \u05e2\u05d5\u05dc\u05d4 \u05e2\u05dc \u05de\u05e1\u05e4\u05e8 \u05d7\u05dc\u05e7\u05d9\u05e7\u05d9 \u05d4\u05d9\u05e1\u05d5\u05d3 \u05d1\u05d9\u05e7\u05d5\u05dd.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "(Risas) Estas bacterias non son pasaxeiros pasivos, son moi importantes, mant\u00e9\u00f1ennos vivos.", "output": "[\u05e6\u05d7\u05d5\u05e7] \u05d4\u05d7\u05d9\u05d9\u05d3\u05e7\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d4\u05dd \u05dc\u05d0 \u05e8\u05d5\u05db\u05d1\u05d9\u05dd \u05e4\u05d0\u05e1\u05d9\u05d1\u05d9\u05d9\u05dd. \u05d4\u05dd \u05d7\u05e9\u05d5\u05d1\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d5\u05de\u05d0\u05e4\u05e9\u05e8\u05d9\u05dd \u05dc\u05e0\u05d5 \u05dc\u05d7\u05d9\u05d5\u05ea.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "As sociedades deciden cando somos vellos, normalmente ao redor dos 65, cando nos dan Medicare pero en realidade comezamos a envellecer cando nacemos.", "output": "\u05d4\u05d7\u05d1\u05e8\u05d4 \u05de\u05d7\u05dc\u05d9\u05d8\u05d4 \u05de\u05ea\u05d9 \u05d0\u05e0\u05d7\u05e0\u05d5 \u05d6\u05e7\u05e0\u05d9\u05dd, \u05d1\u05e2\u05e8\u05da \u05e1\u05d1\u05d9\u05d1 \u05d2\u05d9\u05dc 65, \u05db\u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d1\u05d9\u05d8\u05d5\u05d7 \u05e8\u05e4\u05d5\u05d0\u05d9, \u05d0\u05d1\u05dc \u05dc\u05de\u05e2\u05e9\u05d4 \u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05ea\u05d7\u05d9\u05dc\u05d9\u05dd \u05dc\u05d4\u05d6\u05d3\u05e7\u05df \u05de\u05e8\u05d2\u05e2 \u05d4\u05dc\u05d9\u05d3\u05d4.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "Te\u00f1o as mi\u00f1as propias ideas sobre isto, pero estou aberto a outras.", "output": "\u05d9\u05e9 \u05dc\u05d9 \u05e8\u05e2\u05d9\u05d5\u05e0\u05d5\u05ea \u05de\u05e9\u05dc\u05d9 \u05dc\u05d2\u05d1\u05d9 \u05de\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1 \u05dc\u05d9\u05d1\u05d5 \u05e9\u05dc \u05d6\u05d4, \u05d0\u05d1\u05dc \u05d0\u05e0\u05d9 \u05e4\u05ea\u05d5\u05d7 \u05dc\u05e8\u05d5\u05d5\u05d7\u05d4 \u05dc\u05d0\u05d7\u05e8\u05d9\u05dd.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "Unha crisis financeira, tal como a vimos, non pode ser resolta polos Estados Unidos ou Europa soamente; necesita todo o mundo traballando en conxunto.", "output": "\u05de\u05e9\u05d1\u05e8\u05d9\u05dd \u05db\u05dc\u05db\u05dc\u05d9\u05d9\u05dd, \u05db\u05e4\u05d9 \u05e9\u05e8\u05d0\u05d9\u05e0\u05d5, \u05dc\u05d0 \u05d9\u05d9\u05e4\u05ea\u05e8\u05d5 \u05e2 \"\" \u05d9 \u05d0\u05de\u05e8\u05d9\u05e7\u05d4 \u05d0\u05d5 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4 \u05dc\u05d1\u05d3\u05df; \u05d9\u05e9 \u05e6\u05d5\u05e8\u05da \u05d1\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e2\u05d5\u05dc\u05de\u05d9\u05ea \u05de\u05e9\u05d5\u05dc\u05d1\u05ea.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "Esta aspiraci\u00f3n \u00e9 enormemente poderosa.", "output": "\u05d4\u05e9\u05d0\u05d9\u05e4\u05d4 \u05d4\u05d6\u05d0\u05ea \u05e9\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05ea\u05e9\u05de\u05d5\u05e8 \u05d0\u05d5\u05ea\u05e0\u05d5 \u05d1\u05e8\u05d9\u05d0\u05d9\u05dd \u05d4\u05d9\u05d0 \u05e2\u05d5\u05e6\u05de\u05ea\u05d9\u05ea \u05de\u05d0\u05d5\u05d3.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "Todos sabemos facelo. Varios oradores anteriores e outros que vir\u00e1n a continuaci\u00f3n expor\u00e1n m\u00e1is problemas.", "output": "\u05d0\u05e0\u05d9 \u05d7\u05d5\u05e9\u05d1 \u05e9\u05db\u05d5\u05dc\u05e0\u05d5 \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd, \u05d5\u05db\u05de\u05d4 \u05d3\u05d5\u05d1\u05e8\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05d5\u05d3\u05d5\u05d1\u05e8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05d9 \u05d4\u05d5\u05dc\u05db\u05d9\u05dd \u05dc\u05e1\u05e4\u05e8 \u05dc\u05e0\u05d5 \u05e2\u05dc \u05d0\u05e4\u05d9\u05dc\u05d5 \u05e2\u05d5\u05d3 \u05d1\u05e2\u05d9\u05d5\u05ea.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Hebrew.", "input": "Dan prioridade \u00e1s s\u00faas familias, coidan dos fillos e dos pais anci\u00e1ns.", "output": "\u05d4\u05dd \u05e9\u05de\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05e9\u05e4\u05d7\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05db\u05dc, \u05d4\u05dd \u05d3\u05d5\u05d0\u05d2\u05d9\u05dd \u05dc\u05d9\u05dc\u05d3\u05d9\u05d4\u05dd \u05d5\u05dc\u05d4\u05d5\u05e8\u05d9\u05d4\u05dd \u05d4\u05de\u05d6\u05d3\u05e7\u05e0\u05d9\u05dd.", "category": "Translation 363.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "Pero neste caso, hai un medicamento dispo\u00f1ible, a rapamicina que se enrraiza coa proteina TOR e inhibe a s\u00faa actividade", "output": "Ma in questo caso, gi\u00e0 esiste un medicinale chiamato rapamicina che si lega alla proteina TOR e inibisce la sua attivit\u00e0.", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "Gustar\u00edame dicirlle cando o sinto.", "output": "Vorrei dirle quanto mi dispiace.", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "Est\u00e1 a agricultura adaptada a isto?", "output": "L'agricoltura pu\u00f2 adattarsi a questo?", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "Como podedes ver neste test, cos mesmos niveis de creatinina, de concentraci\u00f3n en sangue do paciente, producen automaticamente un GFR estimado diferente en funci\u00f3n de se o doente \u00e9 ou non afroamericano.", "output": "Come potete vedere in questo test di laboratorio, Lo stesso esatto livello di creatina, la concentrazione nel sangue del paziente, produce automaticamente una diversa stima del GFR a seconda che il paziente sia afroamericano o no.", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "Non hai raz\u00f3n e non ten por que haber unha raz\u00f3n.", "output": "\u00c8 che non ha un senso e non deve necessariamente averlo.", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "E por esa raz\u00f3n debemos conservala.", "output": "E per quella ragione dobbiamo impegnarci a salvarla.", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "Por\u00e9n, estou seguro de que moitos de v\u00f3s o\u00edstes un mont\u00f3n sobre intelixencia artifical ultimamente.", "output": "Sono sicuro che ultimamente molti di voi hanno sentito parlare di intelligenza artificiale.", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "Fundamentalmente \u00e9 como preguntar: Os pais ricos te\u00f1en fillos ricos e os pais pobres te\u00f1en fillos pobres ou quizais non hai ningunha relaci\u00f3n?", "output": "In sostanza, chiede: i padri ricchi hanno figli ricchi e i padri poveri hanno figli poveri, o non c'\u00e8 nessun tipo di relazione?", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Italian.", "input": "\u266b Algunhas cousas das que dis \u266b \u266b non est\u00e1n \u00e1 venda \u266b \u266b Aguantar\u00eda onde \u266b \u266b os nosos axentes libres dalgunha substancia son \u266b \u266b sagrados \u266b \u266b Agarda a\u00ednda un intre \u266b \u266b Non derrames o vi\u00f1o \u266b \u266b Podo velo todo dende aqu\u00ed \u266b \u266b Podo ver \u266b \u266b Oh, eu \u266b \u266b podo ver \u266b \u266b sistemas meteorol\u00f3xicos do mundo \u266b \u266b Sistemas meteorol\u00f3xicos \u266b \u266b do mundo \u266b Grazas.", "output": "\u266b Tu dici che alcune cose \u266b \u266b non sono in vendita \u266b \u266b Io le terrei dove \u266b \u266b i nostri liberi uomini di qualche sostanza sono \u266b \u266b spaventati \u266b \u266b Resta fermo per un istante \u266b \u266b Non versare il vino \u266b \u266b Riesco a vederlo tutto da qui \u266b \u266b Riesco a vederlo \u266b \u266b oh, io \u266b \u266b Riesco a vedere \u266b \u266b i sistemi climatici del mondo \u266b \u266b I sistemi climatici \u266b \u266b del mondo \u266b Grazie.", "category": "Translation 364.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "As\u00ed que usamos ultravioleta A, que non xera vitamina D.", "output": "U\u017cyli\u015bmy promieniowania UV-A, kt\u00f3re nie wytwarza witamina D.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "Que pensades que est\u00e1 a facer esta xente?", "output": "Co waszym zdaniem robi\u0105 ci ludzie?", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "\u00bfSabes?, son un cambio de escala respecto a todo o universo observable.", "output": "Wiecie, to spory krok w rozmiarze od ca\u0142ego obserwowalnego wszech\u015bwiata.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "Cada estudante que abandona a escola ten unha raz\u00f3n para facelo arraigada na s\u00faa propia biograf\u00eda.", "output": "Ka\u017cdy ucze\u0144 rzucaj\u0105cy szko\u0142\u0119 ma jaki\u015b pow\u00f3d zakorzeniony w jego biografii.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "El atravesou este bosque antigo, tumbouse onda unha \u00e1rbore de 400 anos, culturalmente modificada, e durmiu.", "output": "Przedar\u0142 si\u0119 przez pierwotny g\u0105szcz, usiad\u0142 obok 400-letniego drzewa i usn\u0105\u0142.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "\u00c9 un logro incrible.", "output": "Spektakularne osi\u0105gni\u0119cie.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "Pero si que nos acordamos por facer cousas terribles.", "output": "Za to m\u00f3wi si\u0119 du\u017co o okropnych rzeczach, kt\u00f3re robi\u0105.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "Espero a vosa axuda para explorar e protexer o oc\u00e9ano salvaxe de xeito que poida recuperar a s\u00faa sa\u00fade, e a esperanza para a humanidade.", "output": "Mam nadziej\u0119, \u017ce pomo\u017cecie w badaniu i ochronie dzikich ocean\u00f3w, by mo\u017cna by\u0142o przywr\u00f3ci\u0107 im zdrowie i w ten spos\u00f3b uratowa\u0107 nadziej\u0119 dla ludzko\u015bci.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.", "input": "Ou sexa que estas tradici\u00f3ns xemelgas nos est\u00e1n a paralizar.", "output": "Te dwa pogl\u0105dy obezw\u0142adniaj\u0105 nas.", "category": "Translation 365.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Pode que sexa a \u00fanica forma de facelo.", "output": "\u0648 \u0634\u0627\u06cc\u062f \u062a\u0646\u0647\u0627 \u0631\u0627\u0647 \u0627\u0631\u062a\u0628\u0627\u0637\u06cc", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Adem\u00e1is de programar estes fermosos patr\u00f3ns, Preg\u00fantome, que m\u00e1is podemos obter destas bacterias?", "output": "\u062c\u062f\u0627\u06cc \u0627\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u200c \u0631\u06cc\u0632\u06cc \u0627\u06cc\u0646 \u0627\u0644\u06af\u0648\u0647\u0627\u06cc \u0632\u06cc\u0628\u0627 \u060c \u0646\u0645\u06cc \u200c \u062f\u0627\u0646\u0645 \u06a9\u0647 \u0686\u0647 \u06a9\u0627\u0631 \u062f\u06cc\u06af\u0631\u06cc \u0631\u0627 \u0645\u06cc \u200c \u062a\u0648\u0627\u0646 \u0628\u0631 \u0631\u0648\u06cc \u0627\u06cc\u0646 \u0628\u0627\u06a9\u062a\u0631\u06cc \u200c \u0647\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f \u061f", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Este \u00e9 un dous primeiros resultados que sa\u00edron do estudo fai pouco m\u00e1is dun ano que realmente nos sorprendeu.", "output": "\u0627\u06cc\u0646 \u06cc\u06a9\u06cc \u0627\u0632 \u0646\u062e\u0633\u062a\u06cc\u0646 \u0646\u062a\u0627\u06cc\u062c\u06cc \u0627\u0633\u062a \u06a9\u0647 \u062d\u062f\u0648\u062f\u0627\u064c \u06cc\u06a9 \u0633\u0627\u0644 \u067e\u06cc\u0634 \u060c \u0627\u0632 \u062a\u062d\u0642\u06cc\u0642\u0627\u062a\u0645\u0627\u0646 \u062d\u0627\u0635\u0644 \u0634\u062f \u0648 \u0648\u0627\u0642\u0639\u0627 \u0645\u0627 \u0631\u0648 \u0634\u06af\u0641\u062a \u0632\u062f\u0647 \u06a9\u0631\u062f.", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "E ter\u00e1n unha familia de dous fillos sen unha interrupci\u00f3n do crecemento poboacional.", "output": "\u0648 \u0627\u0648\u0646\u0627 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \u200c \u0647\u0627\u06cc \u06f2 \u0641\u0631\u0632\u0646\u062f\u06cc \u0631\u0648 \u062a\u0634\u06a9\u06cc\u0644 \u0645\u06cc\u062f\u0646 \u060c \u0628\u062f\u0648\u0646 \u062a\u0648\u0642\u0641 \u062f\u0631 \u0631\u0634\u062f \u062c\u0645\u0639\u06cc\u062a.", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Isto tampouco funcionou.", "output": "\u0645\u0646 \u0622\u0646\u0647\u0627 \u0631\u0627 \u0646\u06af\u0631\u0641\u062a\u0645.", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Andaba na cidade pas\u00e1ndoo ben, disfrutando da boa vida.", "output": "\u0627\u0648 \u0628\u06cc\u0631\u0648\u0646 \u0645\u06cc\u0631\u0641\u062a \u0648 \u062f\u0631 \u0634\u0647\u0631 \u062a\u0631\u062f\u062f \u062f\u0627\u0634\u062a \u0648 \u0627\u0632 \u0627\u0648\u0642\u0627\u062a\u0634 \u0648 \u0632\u0646\u062f\u06af\u06cc \u0645\u0631\u0641\u0647\u06cc \u06a9\u0647 \u062f\u0627\u0634\u062a \u0644\u0630\u062a \u0645\u06cc\u0628\u0631\u062f.", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Por\u00e9n, non temos esta precisi\u00f3n...... para controlar o coiro convencional.", "output": "\u0634\u0645\u0627 \u062f\u0631 \u0645\u0648\u0631\u062f \u0686\u0631\u0645 \u0645\u0639\u0645\u0648\u0644\u06cc \u0686\u0646\u06cc\u0646 \u06a9\u0646\u062a\u0631\u0644 \u062e\u0648\u0628\u06cc \u0631\u0627 \u0646\u062f\u0627\u0631\u06cc\u062f. \u0634\u0645\u0627 \u062f\u0631 \u0645\u0648\u0631\u062f \u0686\u0631\u0645 \u0645\u0639\u0645\u0648\u0644\u06cc \u0686\u0646\u06cc\u0646 \u06a9\u0646\u062a\u0631\u0644 \u062e\u0648\u0628\u06cc \u0631\u0627 \u0646\u062f\u0627\u0631\u06cc\u062f.", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Pero, sobre todo, o m\u00e1is importante \u00e9 o traballo que se fixo no pasado.", "output": "\u0648\u0644\u06cc \u0645\u0647\u0645\u062a\u0631\u06cc\u0646 \u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06cc \u062f\u0631 \u0622\u0645\u062f \u0628\u06cc\u0634\u062a\u0631 \u0633\u0627\u0628\u0642\u0647 \u06a9\u0627\u0631 \u0627\u0633\u062a", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Galician. Your job is to translate the Galician sentence into Farsi.", "input": "Xeralmente pertencen a unha comunidade relixiosa, o que equivale a entre catro e 14 anos m\u00e1is de esperanza de vida, se asistes catro veces \u00f3 mes.", "output": "\u0647\u0645\u0647 \u0622\u0646\u0647\u0627 \u0645\u062a\u0639\u0644\u0642 \u0628\u0647 \u06cc\u06a9 \u062c\u0627\u0645\u0639\u0647 \u0627\u06cc\u0645\u0627\u0646\u06cc \u0647\u0633\u062a\u0646\u062f \u06a9\u0647 \u0627\u0631\u0632\u0634 \u0622\u0646 \u0628\u0647 \u0627\u0646\u062f\u0627\u0632\u0647 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\u0646 4 \u062a\u0627 14 \u0633\u0627\u0644 \u0628\u0647 \u0627\u0645\u06cc\u062f \u0628\u0647 \u0632\u0646\u062f\u06af\u06cc\u0634\u0627\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0627\u0631\u0632\u0634 \u0622\u0646 \u0628\u0647 \u0627\u0646\u062f\u0627\u0632\u0647 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\u0646 4 \u062a\u0627 14 \u0633\u0627\u0644 \u0628\u0647 \u0627\u0645\u06cc\u062f \u0628\u0647 \u0632\u0646\u062f\u06af\u06cc\u0634\u0627\u0646 \u0627\u0633\u062a \u0627\u06af\u0631 \u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0686\u0647\u0627\u0631 \u0628\u0627\u0631 \u062f\u0631 \u0645\u0627\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f", "category": "Translation 366.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "Vogliamo sapere di quell'uomo che parlava con la voce del tuono, che rideva come l'alba, che veniva da quel posto chiamato America, che \u00e8 cos\u00ec lontano da qui che se un giovane uomo volesse andarci sarebbe vecchio una volta arrivato.", "output": "We want to hear about that man who spoke with a voice of thunder, who laughed like the sunrise, who came from that place called America, which is so far from here, that if a young man should travel there, he would be an old man when he arrived.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "Questi gruppi affiorano sulla superficie dell'oceano e si separano.", "output": "And those bundles go to the surface of the ocean and break apart.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "Ora, le vostre relazioni interpersonali, le persone che vi influenzano le giornate.", "output": "Now, think of your relationships, of the people who shape your days.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "E dir\u00f2 semplicemente: Mia figlia non \u00e8 un'onda.", "output": "And I'm just going to come out and say it: My daughter is not a wave.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "Dicevano di sentirsi pi\u00f9 forti e pi\u00f9 coraggiosi,", "output": "They talked about feeling stronger and braver.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "[Quindi] \u00e8 un potenziale trasmettitore ad alta velocit\u00e0.", "output": "These are potential sources for high-speed data transmission.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "Insieme, possiamo. (Applausi) Grazie. (Applausi)", "output": "Together, we can. (Applause) Thank you. (Applause)", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "Questo portafoglio \u00e8 anche un promemoria che le cose che immaginate, seduti negli uffici o in biblioteca, non sono quello che troverete nel mondo, l\u00e0 fuori.", "output": "This purse is also a reminder that the things that you imagine, sitting in your office or in the library, are not how you find them when you actually go out into the world.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into English.", "input": "E sono sicura che avrete anche voi molte domande, e non vedo l'ora di poterne discutere mentre saremo qui per le prossime 72 ore. Grazie.", "output": "And I'm sure you have lots of questions, which I very much look forward to addressing over the next 72 hours, while I'm here. Thank you.", "category": "Translation 368.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Scaricatelo e divertitevi.", "output": "\u305c\u3072\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u304a\u8a66\u3057\u304f\u3060\u3055\u3044", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Dobbiamo di nuovo pensare di diventare colonizzatori.", "output": "\u518d\u3073\u5165\u690d\u8005\u306b\u306a\u308b\u3053\u3068\u3092\u691c\u8a0e\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Per me questa \u00e8 vera felicit\u00e0.", "output": "\u79c1\u306b\u3068\u3063\u3066\u305d\u308c\u304c\u5fc3\u304b\u3089\u306e\u5e78\u305b\u3067\u3059", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Al tempo in cui Lewis Thomas scriveva nel suo libro \"\" La scienza pi\u00f9 giovane \"\". Lewis Thomas era un medico-scrittore, uno dei miei preferiti.", "output": "\u30eb\u30a4\u30b9\u30fb\u30c8\u30de\u30b9\u304c\u300e\u533b\u5b66\u306f\u4f55\u304c\u3067\u304d\u308b\u304b\u300f\u3092\u66f8\u3044\u305f\u6642\u4ee3\u307e\u3067\u9061\u308a\u307e\u3059\u5f7c\u306f\u533b\u5e2b\u3067\u3042\u308b\u3068\u540c\u6642\u306b\u4f5c\u5bb6\u3067\u79c1\u306e\u597d\u304d\u306a\u4f5c\u5bb6\u306e\uff11\u4eba\u3067\u3059", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Credo anche, pi\u00f9 in generale, che l'uso di Internet e della tecnologia intesi come uno spazio di creativit\u00e0 e progettualit\u00e0, sia una tendenza condivisa.", "output": "\u307e\u305f\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3068\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u3092\u4f7f\u3046\u3053\u3068\u306f\u79c1\u305f\u3061\u306e\u9593\u306b\u3042\u308b\u5275\u9020\u6027\u3068\u30c7\u30b6\u30a4\u30f3\u306e\u7a7a\u9593\u3068\u3057\u3066\u4e00\u822c\u7684\u306a\u50be\u5411\u3060\u3068\u601d\u3044\u307e\u3059", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Sono tornato a casa 15 anni fa dopo 20 anni trascorsi negli Stati Uniti, l'Africa mi ha richiamato.", "output": "\u30a2\u30e1\u30ea\u30ab\u306b20\u5e74\u4f4f\u3093\u3060\u5f8c \u2015 15\u5e74\u524d\u306b\u6545\u90f7\u306b\u623b\u308a\u307e\u3057\u305f\u30a2\u30d5\u30ea\u30ab\u304c\u79c1\u3092\u547c\u3073\u623b\u3057\u305f\u306e\u3067\u3059", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "In realt\u00e0 \u00e8 stato progettato come strumento per le neuroscienze.", "output": "\u5b9f\u306e\u3068\u3053\u308d\u3053\u306e\u30ed\u30dc\u30c3\u30c8\u306f\u795e\u7d4c\u79d1\u5b66\u306e\u7814\u7a76\u9053\u5177\u3068\u3057\u3066\u8a2d\u8a08\u3055\u308c\u307e\u3057\u305f", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Ecco qui il mio costruttore di distribuzione che invece di mostrare scenari numerici mostra cosa ci si pu\u00f2 permettere con le proprie entrate, e in particolare il tipo di appartamenti che potrete avere se guadagnerete 3000, 2500, o 2000 dollari al mese, e cos\u00ec via.", "output": "\u6570\u5024\u7684\u306a\u53ce\u5165\u306e\u4ee3\u308f\u308a\u306b\u3001\u305d\u308c\u305e\u308c\u306e\u6240\u5f97\u306b\u76f8\u5fdc\u3057\u305f\u7269\u4ef6\u3092\u793a\u3059\u5206\u5e03\u8868\u3092\u4f5c\u308a\u307e\u3057\u305f\u3002\u9000\u8077\u5f8c\u306b\u305d\u308c\u305e\u308c\u6708\u306b3000\u30c9\u30eb\u3001 2500\u30c9\u30eb\u3001 2000\u30c9\u30eb... \u306e\u53ce\u5165\u304c\u3042\u308b\u5834\u5408\u306b\u3001\u8cb7\u3046\u3053\u3068\u304c\u3067\u304d\u308b\u90e8\u5c4b\u3092\u304a\u898b\u305b\u3057\u307e\u3057\u3087\u3046\u3002", "category": "Translation 369.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.", "input": "Quindi dobbiamo raccogliere soldi.", "output": "\u3067\u3059\u304b\u3089\u8cc7\u91d1\u3092\u96c6\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059", "category": "Translation 369.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: Amphibians have sense organs to smell and taste chemicals. \nFact 2: Salamanders are a type of amphibian.", "output": "salamanders have sense organs to smell and taste chemicals.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: Plants exhibit phototropism, or growing toward a light source. \nFact 2: Roots are negatively phototropic.", "output": "Roots grow away from a light source.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: a gasoline lawn mower converts gasoline into motion. \nFact 2: Diesel and gasoline are chemicals.", "output": "a lawn mower converts chemicals into motion.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: the mass of an object causes the gravitational force exerted by that object. \nFact 2: Gravity accelerates mass.", "output": "gravitational force accelerates objects., gravity accelerates an object.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: Sponges are a source of food for many species of fish. \nFact 2: Sea sponges are animals in the Phylum Porifera.", "output": "animals in the Phylum Porifera are a source of food for many species of fish.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: Insulin helps cells take up glucose from the blood. \nFact 2: Insulin produced by the pancreas is endogenous insulin.", "output": "the pancreas helps cells take up glucose from the blood.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: soil is formed by weathering. \nFact 2: Most soil is made of weathered rocks.", "output": "soil comes from rocks.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: a mold spore has a negative impact on the respiratory system. \nFact 2: Blue Mold Blue mold is caused by a fungus spread by wind-borne spores.", "output": "Fungus spread by wind has a negative impact on the respiratory system.", "category": "Sentence Composition 37.json" }, { "instruction": "Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: \"pesticides cause pollution\" (fact1) + \"pollution can harm animals\" (fact2) \u2192 \"pesticides can harm animals\" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact.", "input": "Fact 1: when a hurricane moves over land , that hurricane will decrease in strength. \nFact 2: Hurricanes A hurricane is a type of tropical cyclone.", "output": "when a tropical cyclone moves over land, it will decrease in strength.", "category": "Sentence Composition 37.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "Meno stress, meno sviluppo del cervello, che a sua volta causa meno adattabilit\u00e0 e provoca maggiori livelli di stress.", "output": "Cuanto m\u00e1s estr\u00e9s, menos desarrollo cerebral, lo que genera, a su vez, menos adaptabilidad y aumenta los niveles de estr\u00e9s.", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "E ci\u00f2 mi da enorme speranza.", "output": "Y esto me da una esperanza enorme.", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "molto diffuso:", "output": "muy extendido:", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "E abbiamo bisogno di accordi.", "output": "Y para eso necesitamos una colusi\u00f3n.", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "Del tipo con il tetto ondulato.", "output": "El tipo que tiene techo ondulado, saben ustedes.", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "Ora, Frank non ha sentito niente.", "output": "Pero Frank no escuchaba nada.", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "se si nota improvvisamente il tecnezio in una stella simile al sole potete essere sicuro che qualcuno ha inserito artificialmente questo elemento nell'atmosfera perch\u00e8 naturalmente \u00e8 impossibile che accada ci\u00f2", "output": "Si de pronto observamos tecnecio en una estrella tipo Sol, podemos estar seguros de que alguien ha puesto este elemento en la atm\u00f3sfera, porque es imposible que esto ocurra de forma natural.", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "Si possono fare gesti con pi\u00f9 dita, e ragazzi, l'abbiamo brevettata. (Risate) KF: S\u00ec. Eppure, questo \u00e8 il multi-touch in azione.", "output": "Sobre ella se pueden hacer gestos con varios dedos y, muchachos, la patentamos. (Risas) KF: S\u00ed. Aqu\u00ed est\u00e1 el multi-touch en acci\u00f3n.", "category": "Translation 370.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish.", "input": "Ora i dati sono vivi; questa immagine \u00e8 viva, e posso aggiornarla in un attimo.", "output": "As\u00ed, la informaci\u00f3n ahora est\u00e1 viva, es una imagen viva, y puedo actualizarla en un segundo.", "category": "Translation 370.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[-52, -75, 89, -100]", "output": "[-63.5, 7.0, -5.5]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[-24, -62, 90, -11, -16, -57, 79, -54, 24, -47, 86, -79, 50, -34, -46]", "output": "[-43.0, 14.0, 39.5, -13.5, -36.5, 11.0, 12.5, -15.0, -11.5, 19.5, 3.5, -14.5, 8.0, -40.0]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[-75, 68, -2, -46, -77, -97, -74, 15, 31, 31, -16, -79]", "output": "[-3.5, 33.0, -24.0, -61.5, -87.0, -85.5, -29.5, 23.0, 31.0, 7.5, -47.5]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[96, -90, 86, -53, -14]", "output": "[3.0, -2.0, 16.5, -33.5]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[-46, 9, -75, -93, 4, 82, 56, -47, -4, -73, 44, 15, -59, -55, 53]", "output": "[-18.5, -33.0, -84.0, -44.5, 43.0, 69.0, 4.5, -25.5, -38.5, -14.5, 29.5, -22.0, -57.0, -1.0]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[-57, -75, -40, -6, -7, -44, -19]", "output": "[-66.0, -57.5, -23.0, -6.5, -25.5, -31.5]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[32, -36, 26, -67, 1, 10, 92]", "output": "[-2.0, -5.0, -20.5, -33.0, 5.5, 51.0]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[-22, -71, -78, -81, 40, 37, -87, -27]", "output": "[-46.5, -74.5, -79.5, -20.5, 38.5, -25.0, -57.0]", "category": "Program Execution 371.json" }, { "instruction": "In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].", "input": "[-9, 87, 36, -68, -14, 93, -7, -38, 98, -45]", "output": "[39.0, 61.5, -16.0, -41.0, 39.5, 43.0, -22.5, 30.0, 26.5]", "category": "Program Execution 371.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "Siete divisi pi\u00f9 o meno al 50 per cento.", "output": "\u062d\u0633\u0646\u064b\u0627 \u060c \u0644\u062f\u064a\u0646\u0627 \u062a\u0642\u0631\u064a\u0627 \u0646\u0633\u0628\u0629 50 / 50 \u0628\u0627\u0644\u0645\u0626\u0629.", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "Molto, molto semplice.", "output": "\u0628\u0633\u064a\u0637\u0629 \u062c\u062f\u0627 \u062c\u062f\u0627.", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "Ed \u00e8 esattamente il genere di processo che interessa me, pensando alla creazione di materiali sostenibili.", "output": "\u0627\u0644\u0622\u0646 \u060c \u0647\u0630\u0627 \u0647\u0648 \u0628\u0627\u0644\u0636\u0628\u0637 \u0646\u0648\u0639 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u064a \u0623\u0646\u0627 \u0645\u0647\u062a\u0645\u0629 \u0628\u0647\u0627 \u060c \u0639\u0646\u062f\u0645\u0627 \u0643\u0646\u0627 \u0646\u0641\u0643\u0631 \u0628\u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629.", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "L'auto-organizzazione \u00e8 il motivo per cui l'AIDS si diffonde cos\u00ec in fretta,", "output": "\u0627\u0644\u062a\u0646\u0638\u064a\u0645 \u0627\u0644\u0630\u0627\u062a\u064a \u0647\u0648 \u0627\u0644\u0633\u0628\u0628 \u0641\u064a \u0623\u0646 \u0641\u064a\u0631\u0648\u0633 \u0627\u0644\u0627\u064a\u062f\u0632 \u064a\u0646\u062a\u0634\u0631 \u0628\u0633\u0631\u0639\u0629 \u0643\u0628\u064a\u0631\u0629.", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "Guidando un movimento. E creando un cambiamento.", "output": "\u0648\u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u062d\u0631\u0643\u0629 \u0648\u0627\u062d\u062f\u0627\u062b \u062a\u063a\u064a\u0631", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "Quindi, perch\u00e9 dovreste voler replicare delle sequenze di bit?", "output": "\u0625\u0630\u0646 \u060c \u0644\u0645\u0627\u0630\u0627 \u062a\u0631\u064a\u062f \u0623\u0646 \u062a\u0646\u0633\u062e \u0633\u0644\u0633\u0644\u0629 \u0635\u063a\u064a\u0631\u0629 \u061f", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "Siamo interessati al clima.", "output": "\u0646\u062d\u0646 \u0645\u0647\u062a\u0645\u0648\u0646 \u0628\u0627\u0644\u0645\u0646\u0627\u062e.", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "J. Louchart: Adoro essere cieco.", "output": "\u0631\u062c\u0644 2: \u0623\u062d\u0628 \u0643\u0648\u0646\u064a \u0623\u0639\u0645\u0649.", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic.", "input": "Se non ti piace vedere la Kardashian 24 ore su 24 sempre in onda, smetti di cliccare sulle storie della tette di Kim Kardashian.", "output": "\u0625\u0630\u0627 \u0644\u0645 \u062a\u0643\u0646 \u062a\u062d\u0628 \u0628\u0631\u0627\u0645\u062c \u0643\u0627\u0631\u062f\u064a\u0634\u0627\u0646 24 / 7 \u0627\u0644\u062a\u064a \u062a\u062d\u0627\u0635\u0631\u0646\u0627 \u0639\u0644\u0649 \u0645\u062f\u0627\u0631 \u0627\u0644\u0633\u0627\u0639\u0629 \u060c \u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0648\u0642\u0641 \u0639\u0646 \u062a\u0635\u0641\u062d \u0627\u0644\u0642\u0635\u0635 \u0627\u0644\u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u062b\u062f\u064a \u0643\u064a\u0645 \u0643\u0627\u0631\u062f\u064a\u0634\u0627\u0646 \u0646\u0635\u0641 \u0627\u0644\u0639\u0627\u0631\u064a.", "category": "Translation 372.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "Non basta fondare un partito politico per l'uguaglianza in un solo paese.", "output": "\u05d6\u05d4 \u05dc\u05d0 \u05de\u05e1\u05e4\u05d9\u05e7 \u05dc\u05d9\u05d9\u05e1\u05d3 \u05de\u05e4\u05dc\u05d2\u05d4 \u05d0\u05d7\u05ea \u05d1\u05e9\u05d1\u05d9\u05dc \u05e9\u05d5\u05d5\u05d9\u05d5\u05df \u05d1\u05de\u05d3\u05d9\u05e0\u05d4 \u05d0\u05d7\u05ea.", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "Gli stereotipi possono anche fallire.", "output": "\u05d2\u05dd \u05d4\u05d4\u05d8\u05e4\u05e1\u05d9\u05dd \u05e2\u05dc\u05d5\u05dc\u05d9\u05dd \u05dc\u05e6\u05d0\u05ea \u05de\u05e9\u05dc\u05d9\u05d8\u05d4.", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "\"Se cresciuta a New York, il frutto normalmente non riesce a svilupparsi correttamente in dimensione e qualit\u00e0\" \"e risulta, complessivamente, non soddisfacente.\" (risate) Credo ci sia una lezione da imparare qui. La lezione \u00e8: perch\u00e9 salvarla, quindi?", "output": "\"\" \u05db\u05de\u05d9 \u05e9\u05d2\u05d3\u05dc \u05d1\u05e0\u05d9\u05d5-\u05d9\u05d5\u05e8\u05e7, \u05d4\u05e4\u05e8\u05d9 \u05d1\u05d3 \"\" \u05db \u05dc\u05d0 \u05de\u05e6\u05dc\u05d9\u05d7 \u05dc\u05d4\u05ea\u05e4\u05ea\u05d7 \u05d4\u05d9\u05d8\u05d1 \u05d1\u05d2\u05d5\u05d3\u05dc \u05d5\u05d1\u05d0\u05d9\u05db\u05d5\u05ea \u05d5\u05db\u05dc\u05dc, \u05d0\u05d9\u05df \u05d4\u05d5\u05d0 \u05de\u05e9\u05d1\u05d9\u05e2 \u05e8\u05e6\u05d5\u05df. \"\" [\u05e6\u05d7\u05d5\u05e7] \u05e0\u05e8\u05d0\u05d4 \u05dc\u05d9 \u05e9\u05d9\u05e9 \u05db\u05d0\u05df \u05dc\u05e7\u05d7 \u05de\u05e1\u05d5\u05d9\u05dd, \u05d5\u05d4\u05dc\u05e7\u05d7 \u05d4\u05d5\u05d0, \"\" \u05d0\u05d6 \u05dc\u05de\u05d4 \u05dc\u05e9\u05de\u05e8 \u05d0\u05d5\u05ea\u05d5?", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "Eppure vi dir\u00f2 che negazione non \u00e8 neppure lontanamente abbastanza forte per descrivere quello che noi che siamo di fronte alla morte dei nostri cari attraversiamo.", "output": "\u05d5\u05e2\u05d3\u05d9\u05d9\u05df \u05d0\u05e0\u05d9 \u05d0\u05d5\u05de\u05e8 \u05dc\u05db\u05dd \u05e9\u05d4\u05db\u05d7\u05e9\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05d0\u05e4\u05d9\u05dc\u05d5 \u05e7\u05e8\u05d5\u05d1\u05d4 \u05dc\u05de\u05d9\u05dc\u05d4 \u05de\u05e1\u05e4\u05d9\u05e7 \u05d7\u05d6\u05e7\u05d4 \u05d1\u05db\u05d3\u05d9 \u05dc\u05ea\u05d0\u05e8 \u05d0\u05ea \u05de\u05d4 \u05e9\u05d0\u05dc\u05d5 \u05de\u05d0\u05d9\u05ea\u05e0\u05d5 \u05d4\u05e0\u05d9\u05e6\u05d1\u05d9\u05dd \u05d1\u05e4\u05e0\u05d9 \u05de\u05d5\u05ea\u05dd \u05e9\u05dc \u05d0\u05d4\u05d5\u05d1\u05d9\u05e0\u05d5 \u05e2\u05d5\u05d1\u05e8\u05d9\u05dd.", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "E il motivo per cui siamo delusi \u00e8 che non stiamo studiando nel modo appropriato la maniera in cui le religioni gestiscono l'arte.", "output": "\u05d5\u05d4\u05e1\u05d9\u05d1\u05d4 \u05dc\u05db\u05da \u05e9\u05d0\u05d9\u05db\u05d6\u05d1\u05e0\u05d5 \u05d0\u05ea \u05e2\u05e6\u05de\u05e0\u05d5 \u05d4\u05d9\u05d0 \u05e9\u05d0\u05e0\u05d5 \u05dc\u05d0 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05db\u05e8\u05d0\u05d5\u05d9 \u05db\u05d9\u05e6\u05d3 \u05d4\u05d3\u05ea\u05d5\u05ea \u05de\u05ea\u05e0\u05d4\u05dc\u05d5\u05ea \u05e2\u05dd \u05d0\u05de\u05e0\u05d5\u05ea.", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "Il rosso e i colori pi\u00f9 scuri mostrano la vegetazione fitta, e il bianco gli spazi aperti.", "output": "\u05d4\u05d0\u05d6\u05d5\u05e8\u05d9\u05dd \u05d4\u05de\u05e1\u05d5\u05de\u05e0\u05d9\u05dd \u05d1\u05d0\u05d3\u05d5\u05dd \u05d5\u05d1\u05e6\u05d1\u05e2\u05d9\u05dd \u05db\u05d4\u05d9\u05dd \u05de\u05e1\u05de\u05dc\u05d9\u05dd \u05e6\u05de\u05d7\u05d9\u05d4 \u05e2\u05d1\u05d5\u05ea\u05d4, \u05d5\u05d4\u05d0\u05d6\u05d5\u05e8\u05d9\u05dd \u05d4\u05de\u05e1\u05d5\u05de\u05e0\u05d9\u05dd \u05d1\u05dc\u05d1\u05df \u05de\u05e1\u05de\u05dc\u05d9\u05dd \u05e9\u05d8\u05d7\u05d9\u05dd \u05e4\u05ea\u05d5\u05d7\u05d9\u05dd.", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "Il risultato \u00e8 questa situazione molto strana in cui le \u00e9lite sono al di fuori del controllo degli elettori.", "output": "\u05d0\u05d6 \u05db\u05ea\u05d5\u05e6\u05d0\u05d4 \u05de\u05db\u05da, \u05e0\u05d5\u05e6\u05e8 \u05de\u05e6\u05d1 \u05de\u05d0\u05d5\u05d3 \u05de\u05d5\u05d6\u05e8 \u05e9\u05d1\u05d5 \u05d4\u05d0\u05dc\u05d9\u05d8\u05d5\u05ea \u05d9\u05e6\u05d0\u05d5 \u05de\u05e9\u05dc\u05d9\u05d8\u05ea \u05d4\u05d1\u05d5\u05d7\u05e8\u05d9\u05dd.", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "Le persone mangiano proteine animali, che ci piaccia o meno.", "output": "\u05d0\u05e0\u05e9\u05d9\u05dd \u05d0\u05d5\u05db\u05dc\u05d9\u05dd \u05d7\u05dc\u05d1\u05d5\u05df \u05de\u05df \u05d4\u05d7\u05d9 \u05d0\u05dd \u05e0\u05e8\u05e6\u05d4 \u05d0\u05d5 \u05dc\u05d0 \u05e0\u05e8\u05e6\u05d4.", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Hebrew.", "input": "Possiamo lasciare i giudizi estetici agli scrittori o ai relatori.", "output": "\u05e0\u05d5\u05db\u05dc \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e9\u05d9\u05e4\u05d5\u05d8 \u05d4\u05d0\u05e1\u05ea\u05d8\u05d9 \u05dc\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05d5\u05d3\u05d5\u05d1\u05e8\u05d9\u05dd", "category": "Translation 373.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "In realt\u00e0, cercare di passare dalla conoscenza fondamentale alla sua applicazione \u00e8 pi\u00f9 di questo.", "output": "Na realidade, tentar ir dende o co\u00f1ecemento fundamental \u00e1 s\u00faa aplicaci\u00f3n, \u00e9 m\u00e1is ben as\u00ed.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "quelle di coloro che hanno costruito quella meravigliosa sala.", "output": "A xente que constru\u00edu esta marabillosa sala de concertos.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "Credo non ci siano dubbi che il settore ha bisogno di una ristrutturazione completa, non solo sfrondando ai margini.", "output": "Creo que non hai d\u00fabida de que o sector precisa dunha visi\u00f3n completa non meramente parcial.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "Se stai guardando adesso, spero che tu mi possa perdonare.", "output": "Se est\u00e1s vendo isto, Espero que me poidas perdoar.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "Li fondiamo in silos di fusione da 25 tonnellate circa.", "output": "Combin\u00e1molos nuns silos mesturadores dunhas 23 t.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "Ho 17 anni e sono un fisico nucleare, cosa che pu\u00f2 sembrare difficile da credere, ma lo sono.", "output": "Te\u00f1o 17 anos e son f\u00edsico nuclear, pode que non o creades, pero \u00e9 verdade.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "Quindi dovete stare attenti nel lasciare aperta la vostra interfaccia, che sostanzialmente \u00e8 la vostra bacheca di Facebook, in modo che la gente non ci scriva nel bel mezzo della notte \u2014 perch\u00e9 \u00e8 praticamente la stessa cosa.", "output": "Por iso tedes que ser coidadosos ao expor o voso xard\u00edn dianteiro que \u00e9, basicamente, o muro de Facebook para que as persoas non escriban al\u00ed no medio da noite porque o efecto \u00e9 m\u00e1is ou menos o mesmo.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "Non sto suggerendo che l'obesit\u00e0 sia benigna, ma sto suggerendo che potrebbe essere il minore di due mali metabolici.", "output": "Non digo que a obesidade sexa benigna, o que digo \u00e9 que pode ser o menor de dous males metab\u00f3licos.", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.", "input": "(Applauso)", "output": "(Aplauso)", "category": "Translation 374.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Una delle cose su cui vorrei che tutti collaborassero \u00e8 il sostegno alle donne, per creare posti di lavoro. (Applausi) E stato detto molto, qui, sulle donne, e non ho bisogno di ripeterlo ora.", "output": "Chc\u0119 \u017ceby\u015bmy wszyscy wsp\u00f3\u0142pracowali, nad pomoc\u0105 dla kobiet, tworzeniem miejsc pracy. (Oklaski) Du\u017co powiedziano o kobietach, nie b\u0119d\u0119 powtarza\u0107.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "La nozione di apprendimento fetale potrebbe indurivi a tentare di arricchire il feto \u2014 ad esempio facendogli ascoltare Mozart con delle cuffie sul ventre della madre.", "output": "Poj\u0119cie nauki p\u0142odu mo\u017ce wywo\u0142ywa\u0107 pr\u00f3by pozytywnego wp\u0142ywania na rozw\u00f3j p\u0142odu - poprzez np. puszczanie Mozarta przez s\u0142uchawki po\u0142o\u017cone na brzuchu kobiety ci\u0119\u017carnej.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Dobbiamo mandare i padri a disintossicarsi e quando tornano, il pi\u00f9 delle volte sobri, dobbiamo trovar loro un lavoro perch\u00e9 non regrediscano.", "output": "Musimy wysy\u0142a\u0107 ojc\u00f3w na odwyk, a kiedy wracaj\u0105 zazwyczaj trze\u017awi, znajdowa\u0107 im prac\u0119, by nie popadli z powrotem w na\u0142\u00f3g.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Il giorno dopo ho tenuto un raduno in piazza e alcune donne sono venute.", "output": "Dlatego nast\u0119pnego dnia zorganizowa\u0142em spotkanie na g\u0142\u00f3wnym rynku, na kt\u00f3ry przysz\u0142o kilka kobiet.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Dunque potrei fare molti progetti, e qui ne condivider\u00f2 tre con voi, soltanto tre.", "output": "Dlatego otworzy\u0142o mi si\u0119 wiele mo\u017cliwo\u015bci i chc\u0119 wam opowiedzie\u0107 o trzech z moich projekt\u00f3w.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Vorrei mostrarveli in tempo reale, adesso. E voglio farlo per tutte le malattie per cui sia possibile farlo.", "output": "Chcia\u0142bym je pokaza\u0107 w czasie rzeczywistym, teraz. I chc\u0119 to zrobi\u0107 dla wszystkich chor\u00f3b dla jakich tylko si\u0119 da.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Feci questo edificio in Giappone.", "output": "Zrobi\u0142em ten budynek w Japonii.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Ma sapete che i vostri sensi non sono perfetti, e quindi c'\u00e8 una certa dose di variabilit\u00e0 sul punto in cui atterrer\u00e0 evidenziata da quell'area rossa, che rappresenta numeri tra 0,5 e forse 0,1.", "output": "Jednak wiadomo, \u017ce zmys\u0142y nie s\u0105 idealne, i mamy pewn\u0105 zmienno\u015b\u0107 co do miejsca l\u0105dowania pi\u0142ki, pokazane przez t\u0119 czerwon\u0105 chmur\u0119, reprezentuj\u0105ca liczby mi\u0119dzy 0,5 i 0,1.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish.", "input": "Okay, ve lo mostro.", "output": "Poka\u017c\u0119 wam.", "category": "Translation 375.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "Tant'\u00e8 che spesso la gente mi confonde con un GPS.", "output": "\u0628\u0647 \u062e\u0627\u0637\u0631 \u0647\u0645\u06cc\u0646 \u0645\u0631\u062f\u0645 \u0645\u0639\u0645\u0648\u0644\u0627 \u0645\u0646 \u0631\u0648 \u0628\u0627 GPS \u0627\u0634\u062a\u0628\u0627\u0647 \u0645\u06cc \u06af\u06cc\u0631\u0646.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "Lui \u00e8 Jonathan. Ha 37 anni. Ha una laurea magistrale.", "output": "\u0627\u06cc\u0646 \u062c\u0627\u0646\u0627\u062a\u0627\u0646 \u0627\u0633\u062a \u06a9\u0647 \u06f3\u06f7 \u0633\u0627\u0644\u0647 \u0627\u0633\u062a \u0648 \u0641\u0648\u0642 \u0644\u06cc\u0633\u0627\u0646\u0633 \u062f\u0627\u0631\u062f.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "Quindi costruire questo completo sistema di feedback per insegnanti e un sistema di miglioramento non sar\u00e0 facile.", "output": "\u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u062a\u0634\u06a9\u06cc\u0644 \u0627\u06cc\u0646 \u0633\u06cc\u0633\u062a\u0645 \u0628\u0627\u0632\u062e\u0648\u0631\u062f \u06af\u0631\u0641\u062a\u0646 \u0648 \u0628\u0647\u0628\u0648\u062f \u06a9\u0627\u0631 \u0645\u0639\u0644\u0645 \u200c \u0647\u0627 \u06a9\u0627\u0631 \u0622\u0633\u0627\u0646\u06cc \u0646\u06cc\u0633\u062a.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "Fisicamente era la stessa arte, ma la storia era cambiata.", "output": "\u0627\u0632 \u0646\u0638\u0631 \u0645\u0627\u062f\u06cc \u06a9\u0627\u0631 \u0647\u0645\u0648\u0646 \u06a9\u0627\u0631 \u0628\u0648\u062f \u060c \u0627\u0645\u0627 \u067e\u06cc\u0634\u06cc\u0646\u0647 \u0627\u0634 \u0641\u0631\u0642 \u06a9\u0631\u062f\u0647 \u0628\u0648\u062f.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "Mi pare che il titolo del New York Times fosse: \"\" Stai mettendo su peso?", "output": "\u0641\u06a9\u0631 \u0645\u06cc \u06a9\u0646\u0645 \u060c \u062a\u06cc\u062a\u0631 \u0631\u0648\u0632\u0646\u0627\u0645\u0647 \u200c \u06cc \u0646\u06cc\u0648\u06cc\u0648\u0631\u06a9 \u062a\u0627\u06cc\u0645\u0632 \u0627\u06cc\u0646 \u0628\u0648\u062f \u0622\u06cc\u0627 \u0627\u0641\u0632\u0627\u06cc\u0634 \u0648\u0632\u0646 \u062f\u0627\u0631\u06cc\u062f \u061f", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "Noi avevamo al massimo 60 giorni.", "output": "\u0645\u0627 \u0631\u0648\u0632 \u0648\u0642\u062a \u062f\u0627\u0634\u062a\u06cc\u0645 \u060c \u0648 \u0647\u0645\u0647 \u0627\u0634 \u0647\u0645\u06cc\u0646 \u0628\u0648\u062f.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "A fine giornata, tornavo alle tradizioni hindu di casa mia, forse l'unica casa hindu in un quartiere principalmente islamico.", "output": "\u0648 \u0622\u062e\u0631 \u0647\u0631 \u0631\u0648\u0632 \u060c \u0628\u0647 \u06cc\u06a9 \u062e\u0627\u0646\u0647 \u0633\u0646\u062a\u064a \u0647\u0646\u062f\u0648 \u0628\u0631 \u0645\u06cc \u200c \u06af\u0634\u062a\u0645 \u060c \u06a9\u0647 \u0627\u062d\u062a\u0645\u0627\u0644\u0627 \u060c \u062a\u0646\u0647\u0627 \u062e\u0627\u0646\u0647 \u0647\u0646\u062f\u0648 \u062f\u0631 \u0645\u062d\u0644\u0647 \u200c \u0627\u064a \u0628\u0648\u062f \u0643\u0647 \u0628\u064a\u0634\u062a\u0631 \u0622\u0646\u0647\u0627 \u0645\u0633\u0644\u0645\u0627\u0646 \u0628\u0648\u062f\u0646\u062f.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "Questa \u00e8 una delle fotocamera di Rosetta, la fotocamera OSIRIS, questa \u00e8 la copertina della rivista Science del 23 gennaio di quest'anno.", "output": "\u0627\u06cc\u0646 \u062a\u0635\u0648\u06cc\u0631 \u0627\u0632 \u06cc\u06a9\u06cc \u0627\u0632 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0647\u0627\u06cc \u0631\u0648\u0632\u062a\u0627 \u0627\u0633\u062a \u060c \u062f\u0648\u0631\u0628\u06cc\u0646 OSIRIS \u0627\u0633\u062a \u060c \u062f\u0631 \u0648\u0627\u0642\u0639 \u0627\u06cc\u0646 \u0639\u06a9\u0633 \u0631\u0648\u06cc \u062c\u0644\u062f \u0645\u062c\u0644\u0647 \u0633\u0627\u06cc\u0646\u0633 Science \u062f\u0631 \u0645\u062c\u0644\u0647 \u062f\u0631 \u06f2\u06f3 \u0698\u0627\u0646\u0648\u06cc\u0647 \u0627\u0645\u0633\u0627\u0644 \u0628\u0648\u062f.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi.", "input": "All'estremo opposto tra i trattamenti felici degli anziani, ci sono le societ\u00e0 agricole della Nuova Guinea in cui ho lavorato sul campo negli ultimi 50 anni, e la maggior parte delle societ\u00e0 tradizionali sedentarie in giro per il mondo.", "output": "\u062f\u0631 \u062f\u06cc\u06af\u0631 \u0633\u0648 \u062f\u0631 \u0645\u0631\u0627\u0642\u0628\u062a \u0627\u0632 \u0627\u0641\u0631\u0627\u062f \u0645\u0633\u0646 \u060c \u0637\u0631\u0641 \u062e\u0648\u0628 \u060c \u062c\u0648\u0627\u0645\u0639 \u06a9\u0634\u0627\u0648\u0631\u0632 \u06af\u06cc\u0646\u0647 \u0646\u0648 \u0647\u0633\u062a\u0646\u062f \u062c\u0627\u06cc\u06cc \u06a9\u0647 \u0628\u0631\u0627\u06cc \u06f5\u06f0 \u0633\u0627\u0644 \u06af\u0630\u0634\u062a\u0647 \u0645\u062d\u0644 \u0645\u0637\u0627\u0644\u0639\u0647 \u0645\u0646 \u0628\u0648\u062f\u0647 \u0627\u0633\u062a \u060c \u0648 \u0627\u063a\u0644\u0628 \u062c\u0648\u0627\u0645\u0639 \u0633\u0646\u062a\u06cc \u06cc\u06a9\u062c\u0627 \u0646\u0634\u06cc\u0646 \u062f\u0631 \u0633\u0631\u0627\u0633\u0631 \u062f\u0646\u06cc\u0627. \u0648 \u0627\u063a\u0644\u0628 \u062c\u0648\u0627\u0645\u0639 \u0633\u0646\u062a\u06cc \u06cc\u06a9\u062c\u0627 \u0646\u0634\u06cc\u0646 \u062f\u0631 \u0633\u0631\u0627\u0633\u0631 \u062f\u0646\u06cc\u0627.", "category": "Translation 376.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "Un mio carissimo amico, che sapeva che ero spaventata, durante il viaggio mi ha mandato un messaggio.", "output": "E um grande amigo meu enviou-me uma mensagem, sabendo que eu estava assustada.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "Ma con i nomi delle persone non si pu\u00f2 fare.", "output": "Mas n\u00e3o posso mudar o nome das pessoas.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "Ormai \u00e8 tempo che met\u00e0 della popolazione mondiale prenda voce e ricevi parit\u00e0 nelle comunit\u00e0 religiose, in chiese, sinagoghe, moschee e nei santuari di tutto il mondo.", "output": "\u00c9 tempo de metade da popula\u00e7\u00e3o mundial ter voz e igualdade dentro das religi\u00f5es do mundo, igrejas, sinagogas, mesquitas e santu\u00e1rios em todo o mundo.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "Si arrabbia se fate qualcosa di diverso.", "output": "Ficam aborrecidas se se faz algo diferente.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "Gli spiegai la mia idea velocemente: formerei dei counsellor psico-sociali, aprirei dei centri, e gli spiegai perch\u00e9.", "output": "E eu expliquei-lhe rapidamente que formaria orientadores psicossociais, abriria centros, e expliquei-lhe porqu\u00ea.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "E l\u00ec ho ottenuto la reazione in cui speravo.", "output": "Ent\u00e3o consegui mais ou menos a rea\u00e7\u00e3o que desejava.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "La rimozione dei sali dall'acqua, in particolare dall'acqua del mare, tramite l'osmosi inversa \u00e8 una tecnica di vitale importanza per i paesi che non hanno accesso all'acqua potabile pulita nel mondo.", "output": "Remover os sais da \u00e1gua, especialmente da \u00e1gua do mar, atrav\u00e9s de osmose reversa \u00e9 uma t\u00e9cnica fundamental para pa\u00edses que n\u00e3o t\u00eam acesso a \u00e1gua pot\u00e1vel no mundo todo.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "La soluzione a tutto questo \u00e8 abbastanza semplice.", "output": "A solu\u00e7\u00e3o para isto tudo \u00e9 bastante f\u00e1cil.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese.", "input": "E poi un giorno non si \u00e8 pi\u00f9 fatto vivo.", "output": "E depois, um dia, ele simplesmente desapareceu.", "category": "Translation 377.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "Par\u0119 lat temu Harvard Busines School wybra\u0142a najlepszy model biznesowy roku.", "output": "A couple of years ago, Harvard Business School chose the best business model of that year.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "Nie mo\u017cna go tam powiesi\u0107, bo nie wiadomo kto to.", "output": "They can't hang it on the wall, because they don't know who he is.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "Poobracajmy kul\u0119 ziemsk\u0105 z tamtego roku.", "output": "Let's now spin the world during the same year.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "Najistotniejsze jest to, \u017ce nie s\u0105 to ludzie przyt\u0142oczeni bied\u0105.", "output": "The main event is, these are not people crushed by poverty.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "M\u00f3wi\u0105, \u017ce wszystkie innowacje sprzyjaj\u0105ce rozwojowi s\u0105 ju\u017c za nami.", "output": "They say that all the growth-enhancing innovations are behind us.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "\u015awiat ekonomiczny zmienia si\u0119 szybko i nieprzewidywalnie, \u017ce to jednostki i organizacje, kt\u00f3re umiej\u0105 si\u0119 dostosowa\u0107, \u017ceby zaspokoi\u0107 potrzeby rynku, osi\u0105gn\u0105 prawdziwy sukces.", "output": "The economic world is changing so quickly and unpredictably that it is the individuals and organizations that can pivot in order to meet the needs of the market that are really going to thrive.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "Wszech\u015bwiaty r\u00f3wnoleg\u0142e.", "output": "Parallel universes.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "To prawie tyle, co populacja Niemiec.", "output": "That's almost the size of Germany.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into English.", "input": "Teraz mamy mn\u00f3stwo tych materia\u0142\u00f3w,", "output": "And we've got, now, a lot of these materials.", "category": "Translation 378.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Kiedy b\u0119d\u0119 co\u015b czyta\u0142, zostanie to odczytane moim g\u0142osem.", "output": "\u4f55\u304b\u8aad\u3080\u306e\u3082\u79c1\u306e\u58f0\u3067\u8aad\u307f\u4e0a\u3052\u3066\u304f\u308c\u307e\u3059", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Polegamy na agencjach rz\u0105dowych, aby powiedzia\u0142y nam, kt\u00f3re leki s\u0105 bezpieczne.", "output": "\u79c1\u305f\u3061\u306f\u6cbb\u7642\u85ac\u306e\u5b89\u5168\u6027\u306e\u5224\u65ad\u3092\u653f\u5e9c\u6a5f\u95a2\u306b\u59d4\u306d\u3066\u3044\u307e\u3059", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "To istny ba\u0142agan, ruchy Browna.", "output": "\u3053\u308c\u306f\u3068\u3066\u3082\u3050\u3061\u3083\u3050\u3061\u3083\u306a\u30d6\u30e9\u30a6\u30f3\u904b\u52d5\u304c\u3064\u304f\u308b\u8ecc\u8de1\u3067\u3059", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Najgorsze z nich pozbywaj\u0105 si\u0119 swoich starc\u00f3w na jeden z czterech sposob\u00f3w: przez zaniedbywanie ich posi\u0142k\u00f3w lub higieny, a\u017c umr\u0105, porzucanie ich podczas migracji, popychanie ich do samob\u00f3jstwa lub zabijanie.", "output": "\u6271\u3044\u304c\u6975\u7aef\u306b\u60aa\u3044\u793e\u4f1a\u3067\u306f\u9ad8\u9f62\u8005\u3092\u6392\u9664\u3057\u307e\u3059\u6392\u9664\u306e\u65b9\u6cd5\u306f\u6b21\u306e\uff14\u3064\u3067\u3059\u9ad8\u9f62\u8005\u3092\u653e\u7f6e\u3057\u6b7b\u306c\u307e\u3067\u98df\u4e8b\u3092\u4e0e\u3048\u305a\u4e16\u8a71\u3082\u3057\u306a\u3044 \u2014 \u96c6\u56e3\u304c\u79fb\u52d5\u3059\u308b\u6642\u7f6e\u304d\u53bb\u308a\u306b\u3059\u308b \u2014 \u81ea\u6bba\u306b\u8ffd\u3044\u8fbc\u3080 \u2014 \u9ad8\u9f62\u8005\u3092\u6bba\u5bb3\u3059\u308b", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Pierwszym krokiem by\u0142oby zdobycie dost\u0119pu do zasob\u00f3w m\u00f3zg\u00f3w Ziemi, aby stworzy\u0107 \u015brodowisko, gdzie przechowywano by surowe dane kt\u00f3re by\u0142yby dost\u0119pne do manipulacji. \u015arodowisko umo\u017cliwiaj\u0105ce opracowywanie nowych algorytm\u00f3w i ulepszanie starych.", "output": "\u305d\u306e\u7b2c\u4e00\u6b69\u306f\u4e16\u754c\u306e\u5c02\u9580\u5bb6\u306e\u529b\u3092\u501f\u308a\u3066\u672a\u52a0\u5de5\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58\u74b0\u5883\u3092\u69cb\u7bc9\u3057\u305d\u3053\u3067\u30c7\u30fc\u30bf\u306e\u8a55\u4fa1\u3068\u64cd\u4f5c\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u65b0\u3057\u3044\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u958b\u767a\u3057\u53e4\u3044\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u6539\u826f\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3053\u3068\u3067\u3059", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Wydaje si\u0119, \u017ce dzi\u0119ki ma\u0142ym, wsp\u00f3lnym wysi\u0142kom uda nam si\u0119 w nasze wi\u0119ziennictwo tchn\u0105\u0107 troch\u0119 nadziei.", "output": "\u3054\u89a7\u306e\u901a\u308a\u5909\u5316\u3092\u6c42\u3081\u308b\u5c0f\u3055\u306a\u52d5\u304d\u304c\u96c6\u307e\u308c\u3070\u52d5\u304b\u3059\u3053\u3068\u304c\u3067\u304d\u308b\u306e\u3067\u3059\u5211\u52d9\u6240\u5236\u5ea6\u306e\u3088\u3046\u306a\u3082\u306e\u3092\u5e0c\u671b\u306b\u5c0e\u304f\u306e\u3067\u3059", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Nie poddamy ci\u0119 obrzezaniu.", "output": "\u5207\u9664\u306a\u3093\u3066\u3057\u306a\u3044 \u2015", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Na koniec - rzecz\u0105, kt\u00f3ra nas interesuje jest wykrywanie wczesnego wyst\u0119powania chlorozy - tutaj mamy drzewo pomara\u0144czy, na kt\u00f3rym wida\u0107 \u017c\u00f3\u0142kn\u0105ce li\u015bcie.", "output": "\u6700\u5f8c\u306b\u6211\u3005\u304c\u95a2\u5fc3\u3092\u6301\u3063\u3066\u3044\u308b\u306e\u306f\u690d\u7269\u306e\u9ec4\u767d\u5316\u306e\u65e9\u671f\u767a\u898b\u3067\u3059\u3053\u308c\u306f\u30aa\u30ec\u30f3\u30b8\u306e\u6728\u3067\u3059\u8449\u304c\u9ec4\u8272\u304f\u306a\u3063\u3066\u3044\u307e\u3059", "category": "Translation 379.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.", "input": "Igrzyska nauczaj\u0105 \u015bwiat, \u017ce ludzie niepe\u0142nosprawni intelektualnie zas\u0142uguj\u0105 na szacunek i w\u0142\u0105czenie do spo\u0142ecze\u0144stwa.", "output": "\u4e16\u306e\u4e2d\u306e\u4eba\u3005\u306b\u306f\u77e5\u7684\u969c\u5bb3\u8005\u306f\u656c\u610f\u3092\u6255\u3044\u53d7\u3051\u5165\u308c\u308b\u306b\u5024\u3059\u308b\u3068\u6559\u3048\u3066\u304f\u308c\u307e\u3059", "category": "Translation 379.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: a thermometer is used to measure temperature. \nSentence2: Temperature Temperature is an measurement of the amount of heat.", "output": "temperature", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: recycling has a positive impact on the environment. \nSentence2: yard waste has a positive impact on the environment.", "output": "environment, impact, positive", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: Sight is the ability to sense light, and the eye is the organ that senses light. \nSentence2: Brown eyes are dominant to blue eyes.", "output": "eye", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: Coral Reefs Coral reefs are marine biomes that are unique to tropical seas. \nSentence2: coral reefs are found in salt water of ocean.", "output": "Coral, Reefs", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: Basalts are volcanic, micro-crystalline rock. \nSentence2: Breaking down basalt from larger into smaller pieces by weather is weathering.", "output": "Basalts", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: Energy used for heating is the single most commonly used form of energy worldwide. \nSentence2: Heating buildings is a very common production of energy worldwide.", "output": "Energy", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: Mutations Mutations are caused by random changes in genes. \nSentence2: random changes in genes create new genetic variation in the gene pool.", "output": "changes, genes, random", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: Water enters the body of the sponge through the osculum. \nSentence2: Sperm are released into the surrounding water through the sponge's body part.", "output": "body, sponge", "category": "Overlap Extraction 38.json" }, { "instruction": "Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., \"survival\" and \"survive\" are valid overlapping words. Little words like \"the\" or \"of\" don't count! You must generate significant words which are not the stop words.", "input": "Sentence1: forming coal requires decaying vegetation. \nSentence2: Forming fossil fuels requires decaying vegetation.", "output": "decaying, forming, requires, vegetation", "category": "Overlap Extraction 38.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "Troszczymy si\u0119 o warto\u015bci spo\u0142eczne.", "output": "Y bueno, claro que nos importa el valor social.", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "I ma bardzo fajn\u0105 w\u0142a\u015bciwo\u015b\u0107.", "output": "Y tiene una hermosa y linda propiedad:", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "Kontroluj\u0105c komputery samochodu, mo\u017cna zrobi\u0107 wszystko.", "output": "Una vez que han controlado los ordenadores del auto, puedes hacer cualquier cosa.", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "W ubieg\u0142ym roku, ci naukowcy byli w stanie \u015bci\u0105gn\u0105\u0107 wszystkie kom\u00f3rki z serca, pozostawiaj\u0105c jedynie chrz\u0105stki.", "output": "El a\u00f1o pasado, este grupo fue capaz de remover todas las c\u00e9lulas de un coraz\u00f3n, dejando s\u00f3lo el cart\u00edlago.", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "Za\u015b urbanizacja jest niesamowita, dzieje si\u0119 w przyspieszonym tempie.", "output": "Y que la urbanizaci\u00f3n es extraordinaria, a pasos acelerados.", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "Ten materia\u0142 mo\u017ce przyj\u0105\u0107 r\u00f3\u017cne formy.", "output": "El material puede adoptar muchas formas.", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "Rozkr\u0119cili\u015bmy jego dzia\u0142alno\u015b\u0107 na tyle, \u017ce zacz\u0105\u0142 sw\u00f3j w\u0142asny biznes.", "output": "Desde entonces, le hemos dado un giro a su propio negocio.", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "TR: I diagnoza jest trafna na 86%?", "output": "TR: \u00bfTienen un 86% de precisi\u00f3n en este momento?", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Spanish.", "input": "Ale oczywi\u015bcie, pi\u0142eczka zaraz odbija si\u0119 po drugiej stronie sto\u0142u i fala uderzaj\u0105 w biedne ryby, kt\u00f3re nie mog\u0105 znale\u017a\u0107 ciszy i spokoju.", "output": "Pero claro, cuando la pelota llega a pegar en el otro lado de la mesa las olas golpean a los pobres peces. Nunca tienen un momento de paz y tranquilidad.", "category": "Translation 380.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "bo ma ko\u0142ki i kliny.", "output": "\u0625\u0646\u0647\u0627 \u062a\u0633\u062a\u062e\u062f\u0645 \u0648\u0635\u0644\u0627\u062a \u0623\u0648\u062a\u0627\u062f \u0648\u0639\u0650\u0632\u0631.", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "R\u00f3\u017cne kszta\u0142ty skutkuj\u0105 r\u00f3\u017cnymi cechami fizycznymi.", "output": "\u0627\u0644\u0627\u0634\u0643\u0627\u0644 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629 \u064a\u0646\u062a\u062c \u0639\u0646\u0647\u0627 \u0645\u0644\u0627\u0645\u062d \u0641\u064a\u0632\u064a\u0627\u0626\u064a\u0629 \u0645\u062e\u062a\u0644\u0641\u0629", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "Potem, bli\u017cej 2030 r., zaczyna si\u0119 robi\u0107 bardzo nieciekawie.", "output": "\u0648 \u0641\u064a \u0627\u0644\u0648\u0627\u0642\u0639 \u0641\u0625\u0646 \u0627\u0644\u0648\u0636\u0639 \u0633\u064a\u0633\u0648\u0621 \u062c\u062f\u064b\u0627 \u0646\u062d\u0648 2030.", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "Kto powinien dosta\u0107 najlepsze?", "output": "\u0645\u0646 \u0627\u0644\u0630\u064a \u0633\u064a\u0623\u062e\u0630 \u0623\u0641\u0636\u0644 \u0645\u0632\u0645\u0627\u0631 \u061f", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "I to jest dla nas ogromny problem.", "output": "\u0648\u0627\u0646\u0647\u0627 \u0645\u0634\u0643\u0644\u0629 \u0647\u0627\u0626\u0644\u0629 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0646\u0627.", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "Nie wiem, jaka jest na to odpowied\u017a,", "output": "\u0623\u0646\u0627 \u0644\u0627 \u0623\u0639\u0644\u0645 \u0645\u0627 \u0647\u064a \u0627\u0644\u0625\u062c\u0627\u0628\u0629", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "Manipulowalismy poziomem serotoniny poprzez podawanie badanym napoju o okropnym, sztucznym cytrynowym smaku, kt\u00f3ry obni\u017ca\u0142 poziom substancji odpowiedzialnej za powstawanie serotoniny w ludzkim m\u00f3zgu.", "output": "\u062a\u0644\u0627\u0639\u0628\u0646\u0627 \u0641\u064a \u0645\u0633\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0633\u064a\u0631\u0648\u062a\u0648\u0646\u064a\u0646 \u0628\u0625\u0639\u0637\u0627\u0626\u0647\u0645 \u0634\u0631\u0627\u0628 \u0635\u0646\u0627\u0639\u064a \u0643\u0631\u064a\u0647 \u0627\u0644\u0637\u0639\u0645 \u0628\u0646\u0643\u0647\u0629 \u0627\u0644\u0644\u064a\u0645\u0648\u0646 \u0648 \u0627\u0644\u0630\u064a \u064a\u0642\u0648\u0645 \u0628\u0639\u0645\u0644\u064a\u0629 \u0633\u062d\u0628 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0627\u0644\u0645\u0643\u0648\u0646\u0629 \u0644\u0644\u0633\u064a\u0631\u0648\u062a\u0648\u0646\u064a\u0646 \u0641\u064a \u0627\u0644\u062f\u0645\u0627\u063a", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "To wszystko polityka.", "output": "\u0628\u0633\u0628\u0628 \u0627\u0644\u0633\u064a\u0627\u0633\u0629", "category": "Translation 381.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Arabic.", "input": "Ostrze opada\u0142o, g\u0142owa wpada\u0142a do koszyka, znikaj\u0105c z oczu. T\u0142um wo\u0142a\u0142, \u017ce chce z powrotem drewniane szubienice.", "output": "\u0646\u0632\u0644\u062a \u0627\u0644\u0634\u0641\u0631\u0629 \u060c \u0633\u0642\u0637 \u0627\u0644\u0631\u0623\u0633 \u0641\u064a \u0627\u0644\u0633\u0644\u0629 \u060c \u0628\u0639\u064a\u062f\u0627 \u0639\u0646 \u0627\u0644\u0623\u0646\u0638\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u060c \u0648\u0639\u0646\u062f\u0647\u0627 \u0627\u062d\u062a\u062c\u0648\u0627 \u060c \"\u0623\u0639\u064a\u062f\u0648\u0627 \u0625\u0644\u064a\u0646\u0627 \u0627\u0644\u0645\u0634\u0646\u0642\u0629 \u060c \u0623\u0639\u064a\u062f\u0648\u0627 \u0625\u0644\u064a\u0646\u0627 \u0645\u0634\u0646\u0642\u062a\u0646\u0627 \u0627\u0644\u062e\u0634\u0628\u064a\u0629.\"", "category": "Translation 381.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[-67, -69, -47, -9, 46, -14, 92, -51, 92]", "output": "[2, 22, 38, 55, 60, 106, 143, 143]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[-51, -11, 95, 22, 63, 34, 40, 62]", "output": "[40, 106, 73, 41, 29, 6, 22]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[88, 7, 69, -94]", "output": "[81, 62, 163]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[-20, 100, 85, -3, -44, 54, 1, 35, -34, -77, -98]", "output": "[120, 15, 88, 41, 98, 53, 34, 69, 43, 21]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[-78, 39, 28, -18, 12, 63, 6, -14, -28, -59]", "output": "[117, 11, 46, 30, 51, 57, 20, 14, 31]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[72, 94, -32, -36, -47, -36, -16, 71, -93, -58, 77, 1, -79, 40, 85]", "output": "[22, 126, 4, 11, 11, 20, 87, 164, 35, 135, 76, 80, 119, 45]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[28, -69, -16, 50]", "output": "[97, 53, 66]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[60, -6, -67, -84, -72, -51, -50, -88]", "output": "[66, 61, 17, 12, 21, 1, 38]", "category": "Program Execution 382.json" }, { "instruction": "In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.", "input": "[-2, -5, -49, -30, -81, 34, -13, -90, -2, 40, -9, 97]", "output": "[3, 44, 19, 51, 115, 47, 77, 88, 42, 49, 106]", "category": "Program Execution 382.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Zajmiemy si\u0119 innym, bo Jack Berry, prowadz\u0105cy Winky Dink prowadzi\u0142 \u201e21 \u201d \u2013 jeden z najwa\u017cniejszych teleturniej\u00f3w w historii.", "output": "\u05d0\u05d1\u05dc \u05db\u05df \u05e0\u05d3\u05d5\u05df \u05d1\u05e9\u05e2\u05e8\u05d5\u05e8\u05d9\u05d9\u05d4 \u05d6\u05d5, \u05db\u05d9 \u05d4\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4, \u05d2 '\u05e7 \u05d1\u05e8\u05d9, \u05d4\u05de\u05d0\u05e8\u05d7 \u05e9\u05dc \"\" \u05d5\u05d9\u05e0\u05e7\u05d9 \u05d3\u05d9\u05e0\u05e7 \"\", \u05d4\u05de\u05e9\u05d9\u05da \u05d5\u05e0\u05e2\u05e9\u05d4 \u05d4\u05de\u05d0\u05e8\u05d7 \u05e9\u05dc \"\" \u05e2\u05e9\u05e8\u05d9\u05dd, \u05d5\u05d0\u05d7\u05ea \"\" \u05d0\u05d7\u05ea \u05de\u05ea\u05d5\u05db\u05e0\u05d9\u05d5\u05ea \u05d4\u05d7\u05d9\u05d3\u05d5\u05df \u05d4\u05d7\u05e9\u05d5\u05d1\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d0\u05d9 \u05e4\u05e2\u05dd.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Wi\u0119c, co powinni\u015bmy robi\u0107 z danymi tamtego kolegi?", "output": "\u05d0\u05d6 \u05de\u05d4 \u05e2\u05dc\u05d9\u05e0\u05d5 \u05dc\u05e2\u05e9\u05d5\u05ea \u05e2\u05dd \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05d0\u05d5\u05ea\u05d5 \u05d0\u05d3\u05dd?", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Ludzie s\u0105 najbardziej produktywni dzi\u0119ki dobrzej zabawie. Wi\u0119c dobrze si\u0119 bawimy.", "output": "\u05d0\u05e0\u05d9 \u05d1\u05d0\u05de\u05ea \u05de\u05d0\u05de\u05d9\u05df \u05e9\u05d4\u05ea\u05e4\u05d5\u05e7\u05d4 \u05d4\u05d2\u05d1\u05d5\u05d4\u05d4 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05de\u05d5\u05e9\u05d2\u05ea \u05db\u05d0\u05e9\u05e8 \u05d0\u05ea\u05dd \u05e0\u05d4\u05e0\u05d9\u05dd. \u05d5\u05d6\u05d4 \u05de\u05d4 \u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05e2\u05d5\u05e9\u05d9\u05dd.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Gdy potrzebujemy jakiej\u015b informacji, si\u0119gamy po ksi\u0105\u017ck\u0119 lub Google, zamiast pyta\u0107 kogo\u015b starszego.", "output": "\u05db\u05e9\u05d0\u05e0\u05d7\u05e0\u05d5 \u05d6\u05e7\u05d5\u05e7\u05d9\u05dd \u05dc\u05de\u05d9\u05d3\u05e2, \u05d0\u05e0\u05d7\u05e0\u05d5 \u05d1\u05d5\u05d3\u05e7\u05d9\u05dd \u05d1\u05e1\u05e4\u05e8 \u05d0\u05d5 \u05d1\u05d2\u05d5\u05d2\u05dc \u05d1\u05de\u05e7\u05d5\u05dd \u05dc\u05e9\u05d0\u05d5\u05dc \u05d0\u05d3\u05dd \u05d6\u05e7\u05df.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Z Enceladusa strzelaj\u0105 wodne gejzery a potem rozbryzguj\u0105 si\u0119 na jego powierzchni.", "output": "\u05d4\u05d9\u05d0 \u05d2\u05d9\u05dc\u05ea\u05d4 \u05e1\u05d9\u05dc\u05d5\u05e0\u05d9 \u05de\u05d9\u05dd \u05e9\u05e4\u05d5\u05e8\u05e6\u05d9\u05dd \u05de\u05d0\u05e0\u05e7\u05dc\u05d3\u05d5\u05e1 \u05d0\u05dc \u05ea\u05d5\u05da \u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05e9\u05de\u05e9 \u05d5\u05de\u05d5\u05e2\u05e4\u05d9\u05dd \u05d7\u05d6\u05e8\u05d4 \u05d0\u05dc \u05d4\u05d9\u05e8\u05d7.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Obecnie organizacja spo\u0142eczna osi\u0105gn\u0119\u0142a poziom globalny i my\u015bl\u0119, \u017ce je\u015bli mog\u0119 powiedzie\u0107, \u017ce przynosz\u0119 jakie\u015b dobre wie\u015bci, to tylko takie, \u017ce wszystko czego wymaga zbawienie \u015bwiata, to inteligentna pogo\u0144 za w\u0142asnym interesem w zdyscyplinowanej i ostro\u017cnej formie.", "output": "\u05e2\u05db\u05e9\u05d9\u05d5, \u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05dd \u05d7\u05d1\u05e8\u05ea\u05d9\u05d9\u05dd \u05d4\u05d2\u05d9\u05e2\u05d5 \u05dc\u05e8\u05de\u05d4 \u05d4\u05d2\u05dc\u05d5\u05d1\u05dc\u05d9\u05ea, \u05d5\u05d0\u05e0\u05d9 \u05de\u05e0\u05d9\u05d7, \u05e9\u05d0\u05dd \u05d9\u05e9 \u05d7\u05d3\u05e9\u05d5\u05ea \u05d8\u05d5\u05d1\u05d5\u05ea \u05e9\u05d0\u05e0\u05d9 \u05de\u05d1\u05d9\u05d0 \u05dc\u05db\u05dd, \u05d6\u05d4 \u05e8\u05e7 \u05e9\u05db\u05dc \u05d4\u05d2\u05d0\u05d5\u05dc\u05d4 \u05d1\u05e2\u05d5\u05dc\u05dd \u05d3\u05d5\u05e8\u05e9\u05ea \u05d0\u05ea \u05d4\u05de\u05e8\u05d3\u05e3 \u05d4\u05ea\u05d1\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e1 \u05d0\u05d9\u05e9\u05d9 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05d6\u05d4\u05d9\u05e8\u05d4 \u05d5\u05de\u05de\u05d5\u05e9\u05de\u05e2\u05ea.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "A to przyk\u0142ad", "output": "\u05d5\u05d4\u05e0\u05d4 \u05d3\u05d5\u05d2\u05de\u05d0.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Ta struktura mo\u017ce nast\u0119pnie zorganizowa\u0107 budowanie wok\u00f3\u0142 siebie membrany wi\u0119c mo\u017ce utworzy\u0107 dooko\u0142a siebie cia\u0142o z p\u0142ynnych moleku\u0142, co pokazane jest na zielono na tej mikrofotografii.", "output": "\u05d4\u05de\u05d1\u05e0\u05d4 \u05d4\u05d6\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d0\u05e8\u05d2\u05df \u05d0\u05ea \u05d4\u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d2\u05d1\u05d5\u05dc \u05d4\u05de\u05de\u05d1\u05e8\u05e0\u05d4 \u05e1\u05d1\u05d9\u05d1 \u05e2\u05e6\u05de\u05d5, \u05db\u05da \u05e9\u05d4\u05d5\u05d0 \u05d9\u05d5\u05e6\u05e8 \u05d2\u05d5\u05e3 \u05de\u05de\u05d5\u05dc\u05e7\u05d5\u05dc\u05d5\u05ea \u05e0\u05d5\u05d6\u05dc \u05e1\u05d1\u05d9\u05d1\u05d5, \u05d5\u05d6\u05d4 \u05e0\u05e8\u05d0\u05d4 \u05d1\u05d9\u05e8\u05d5\u05e7 \u05db\u05d0\u05df \u05d1\u05de\u05d9\u05e7\u05e8\u05d5\u05d2\u05e8\u05e3.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew.", "input": "Nie mo\u017ce zale\u017ce\u0107 ci na ubraniach z innego powodu ni\u017c z ch\u0119ci przypodobania si\u0119, zw\u0142aszcza m\u0119\u017cczyznom.", "output": "\u05d0\u05ea \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05ea\u05e2\u05e0\u05d9\u05d9\u05df \u05d1\u05d1\u05d2\u05d3\u05d9\u05dd, \u05d0\u05dc\u05d0 \u05e8\u05e7 \u05d1\u05d2\u05dc\u05dc \u05de\u05d4 \u05e9\u05d0\u05e0\u05e9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd, \u05d2\u05d1\u05e8\u05d9\u05dd \u05d1\u05d3 \"\" \u05db, \u05d7\u05d5\u05e9\u05d1\u05d9\u05dd \u05e2\u05dc\u05d9\u05d9\u05da.", "category": "Translation 383.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "Maj\u0105 zdolno\u015b\u0107 ochrony przed wieloma zagro\u017ceniami, co, wed\u0142ug nas, sprawia, \u017ce \u017cyj\u0105 d\u0142u\u017cej.", "output": "Te\u00f1en a habilidade de protexerse de moitos tipos de dano, e \u00e9 o que cremos que os fai vivir m\u00e1is.", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "Dzi\u0119ki za t\u0119 reakcj\u0119.", "output": "Grazas por esa reacci\u00f3n.", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "Bakterie rozwijaj\u0105 odporno\u015b\u0107 tak szybko, \u017ce koncernom farmaceutycznym nie op\u0142aca si\u0119 produkowa\u0107 antybiotyk\u00f3w, wi\u0119c po \u015bwiecie kr\u0105\u017c\u0105 infekcje, z kt\u00f3rymi, z ponad 100 antybiotyk\u00f3w dost\u0119pnych na rynku, tylko dwa mog\u0105 sobie poradzi\u0107 ze skutkami ubocznymi lub tylko jeden, lub \u017caden.", "output": "As bacterias desenvolven resistencias tan r\u00e1pido que as compa\u00f1\u00edas farmac\u00e9uticas decidiron que facer antibi\u00f3ticos non lles conv\u00e9n, as\u00ed que hai infecci\u00f3ns mov\u00e9ndose por todo o mundo para as que, dos m\u00e1is de 100 antibi\u00f3ticos dispo\u00f1ibles no mercado, dous poden funcionar con efectos secundarios, ou un, ou ning\u00fan.", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "Podejmuj\u0105c inwestycj\u0119 tak naprawd\u0119 stwierdzasz: \u201eAkceptuj\u0119, \u017ce ka\u017cda z tych 100 rzeczy mo\u017ce mnie spotka\u0107 i zdecydowa\u0107 o moim maj\u0105tku \u201d. Po czym mo\u017cesz spr\u00f3bowa\u0107 poprzesuwa\u0107 wyniki.", "output": "Cando fas un investimento, o que en realidade dis \u00e9: \"\" Acepto que calquera destas 100 cousas me poidan pasar e determinen a mi\u00f1a riqueza \"\". Podes intentar cambiar os teus resultados.", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "Najd\u0142u\u017cej \u017cyj\u0105cych Amerykan\u00f3w znale\u017ali\u015bmy w\u015br\u00f3d Adwentyst\u00f3w Dnia Si\u00f3dmego w miejscowo\u015bci Loma Linda w Kalifornii.", "output": "E atopamos a poboaci\u00f3n dos Estados Unidos con unha vida m\u00e1is longa entre os adventistas do s\u00e9timo d\u00eda que se concentran en torno a Loma Linda, California.", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "Pracowali\u015bmy z rz\u0105dem Norwegii i z NorGen, Norweskim Programem Zasob\u00f3w Genetycznych, aby zaprojektowa\u0107 ten obiekt.", "output": "Traballamos co goberno noruegu\u00e9s e con NorGen, o Programa Noruegu\u00e9s de Recursos Xen\u00e9ticos, para dese\u00f1ar estas instalaci\u00f3ns.", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "edukowa\u0107 je na t\u0105 okoliczno\u015b\u0107. Tak wi\u0119c, ta nieprzewidywalno\u015b\u0107", "output": "que estamos educ\u00e1ndoos para iso. As\u00ed que o impredec\u00edbel, penso,", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "To powiedzenie brzmi: \"\" Hara, Hatchi, Bu \"\".", "output": "E \u00e9 a dieta co\u00f1ecida como \"\" Hara, Hatchi, Bu \"\".", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician.", "input": "Poniewa\u017c wymaga\u0142o to woli, by post\u0105pi\u0107 w\u0142a\u015bciwie.", "output": "Porque tivo a intenci\u00f3n de facer o correcto.", "category": "Translation 384.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "Mog\u0119 prosi\u0107 o wy\u0142\u0105czenie \u015bwiate\u0142 na moment?", "output": "Potete spegnere le luci un attimo?", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "Nosi ona tytu\u0142 Porz\u0105dkowanie Sztuki i, jak widzicie, jest to co\u015b jakby ksi\u0105\u017cka obrazkowa.", "output": "Si chiama, Tidying Up Art (L'arte a soqquadro n.d.t.) e, come potete vedere, \u00e8 pi\u00f9 o meno un libro illustrato.", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "System mia\u0142 by\u0107 \u0142atwy w obs\u0142udze.", "output": "E volevamo che fosse facile da usare.", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "Historia zafascynowa\u0142a mnie, bo cho\u0107 z pocz\u0105tku s\u0105dzi\u0142em, \u017ce j\u0105 rozumiem, po ponownym przeczytaniu zrozumia\u0142em, \u017ce wcale tak nie jest.", "output": "E la ragione per cui ero molto preso da questa storia \u00e8 che credevo di averla capita, e poi ci sono ritornato sopra e ho capito che non l'avevo capita affatto.", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "Ta orchidea, zwana jako orchidea Darwina, poniewa\u017c to w\u0142a\u015bnie j\u0105 bada\u0142, i zapowiedzia\u0142 co\u015b niesamowitego, kiedy j\u0105 zobaczy\u0142. Mo\u017cecie zobaczy\u0107 \u017ce posiada ona bardzo d\u0142ug\u0105 rurk\u0119 do pobierania nektaru, kt\u00f3ra schodzi do orchidei.", "output": "Quest'orchidea \u00e8 conosciuta come orchidea di Darwin, perch\u00e9 proprio Darwin l'ha studiata e ha fatto una fantastica previsione quando l'ha vista. Vedete che c'\u00e8 un lungo tubo con il nettare che si protende verso il basso partendo dall'orchidea.", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "Nie s\u0105dzi\u0142em, \u017ce on te\u017c b\u0119dzie p\u0142yn\u0105\u0107.", "output": "Ma non avevo idea che avrebbe nuotato.", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "\"\" Dla zabawy. Przykro mi, \u017ce bawi\u0119 si\u0119 dobrze bez ciebie \"\". Powiedzcie: \"\" I tak to zrobi\u0119 \"\". W idealnej przysz\u0142o\u015bci ka\u017cdy b\u0119dzie mie\u0107 wiele to\u017csamo\u015bci, z kt\u00f3rych przynajmniej jedna jest artyst\u0105.", "output": "\"\" Solo per il divertimento. Mi spiace divertirmi senza di te \"\", \u00e8 quello che dovreste dire. \"\" Andr\u00f2 avanti e lo far\u00f2 lo stesso. \"\" Il futuro ideale che immagino \u00e8 quello in cui abbiamo tutti identit\u00e0 multiple, di cui almeno una \u00e8 quella di artista.", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "Czu\u0142em \u017ce regulacja ka\u017cdej podp\u00f3rki by\u0142aby zbyt uci\u0105\u017cliwa. by\u0142aby zbyt uci\u0105\u017cliwa.", "output": "Ma ho percepito che era chiedere troppo dover regolare ogni singolo bracciolo per poterlo sistemare come si vuole.", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Italian.", "input": "Czy jeste\u015bcie mo\u017ce ciekawi, co zrobili ci ludzie, aby rozwi\u0105za\u0107 ten problem deficytu?", "output": "Qualcuno presta attenzione ad alcune delle cose che questa gente sta facendo?", "category": "Translation 385.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "Jestem by\u0142ym sprzedawc\u0105 i teraz pracuj\u0119 w rozwoju mi\u0119dzynarodowym.", "output": "\u0645\u0646 \u06cc\u06a9 \u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628 \u0647\u0633\u062a\u0645 \u0648 \u0627\u0644\u0627\u0646 \u062f\u0631 \u062a\u0648\u0633\u0639\u0647 \u0628\u06cc\u0646 \u0627\u0644\u0645\u0644\u0644 \u06a9\u0627\u0631 \u0645\u06cc \u06a9\u0646\u0645", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "(\u015amiech) Dlaczego wi\u0119c s\u0105dzimy, \u017ce wyb\u00f3r zielonego kubka za 4 dolary, wykonanego przez producenta fair trade ma znaczenie, ale to, co robimy z 4 tysi\u0105cami oszcz\u0119dno\u015bci na koncie emerytalym - ju\u017c nie?", "output": "(\u062e\u0646\u062f\u0647 \u062d\u0627\u0636\u0631\u0627\u0646) \u067e\u0633 \u0686\u0631\u0627 \u0641\u06a9\u0631 \u0645\u06cc\u06a9\u0646\u06cc\u0645 \u0627\u0646\u062a\u062e\u0627\u0628 \u06cc\u0647 \u0642\u0647\u0648\u0647 \u06f4 \u062f\u0644\u0627\u0631\u06cc \u062a\u0648\u06cc \u06cc\u06a9 \u0644\u06cc\u0648\u0627\u0646 \u0686\u0646\u062f\u0628\u0627\u0631\u0645\u0635\u0631\u0641 \u0627\u0647\u0645\u06cc\u062a \u062f\u0627\u0631\u0647 \u060c \u0627\u0645\u0627 \u06a9\u0627\u0631\u06cc \u06a9\u0647 \u0628\u0627 \u06f4 \u066b \u06f0\u06f0\u06f0 \u062f\u0644\u0627\u0631 \u0633\u0631\u0645\u0627\u06cc\u0647 \u06af\u0630\u0627\u0631\u06cc \u0628\u0631\u0627\u06cc \u062d\u0633\u0627\u0628 \u0628\u0627\u0632\u0646\u0634\u0633\u062a\u06af\u06cc \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc\u062f\u06cc\u0645 \u0627\u0647\u0645\u06cc\u062a\u06cc \u0646\u062f\u0627\u0631\u0647 \u061f", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "Faiza stanowi tego \u017cywy dow\u00f3d.", "output": "\u0641\u0627\u0626\u0632\u0647 \u06af\u0648\u0627\u0647\u06cc \u0632\u0646\u062f\u0647 \u0628\u0631 \u0627\u06cc\u0646 \u0645\u0648\u0636\u0648\u0639 \u0627\u0633\u062a.", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "Czy wystarczy im si\u0142 na pe\u0142nometra\u017cowy spektakl? \"\" Ale pomimo sceptycyzmu \"\" Nic do stracenia \"\" by\u0142o hitem festiwalu w Sydney.", "output": "\u0637\u0627\u0642\u062a \u06cc\u0647 \u0631\u0642\u0635 \u06a9\u0627\u0645\u0644 \u0631\u0648 \u062f\u0627\u0631\u0646 \u061f \"\" \u0627\u0645\u0627 \u062f\u0631 \u06a9\u0645\u0627\u0644 \u0646\u0627\u0628\u0627\u0648\u0631\u06cc \u060c \u0647\u0645\u0647 \u0628\u0644\u06cc\u0637 \u0647\u0627\u06cc \"\" \u0686\u06cc\u0632\u06cc \u0628\u0631\u0627\u06cc \u0628\u0627\u062e\u062a \u0646\u06cc\u0633\u062a \"\" \u062f\u0631 \u062c\u0634\u0646\u0648\u0627\u0631\u0647 \u0633\u06cc\u062f\u0646\u06cc \u0628\u0647 \u0641\u0631\u0648\u0634 \u0631\u0641\u062a.", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "jest troch\u0119 bardziej oczywista. (\u015amiech) W ci\u0105gu najbli\u017cszych 8 minut opowiem wam jak narodzi\u0142y si\u0119 te pasje, jak si\u0119 po\u0142\u0105czy\u0142y i jak zacz\u0119\u0142a si\u0119 moja podr\u00f3\u017c pe\u0142na nauki.", "output": "(\u062e\u0646\u062f\u0647) \u0627\u0645\u0627 \u0627\u0646\u0686\u0647 \u0645\u0646 \u062f\u0631 \u0627\u06cc\u0646 \u0647\u0634\u062a \u062f\u0642\u06cc\u0642\u0647 \u0645\u06cc\u062e\u0648\u0627\u0647\u0645 \u0628\u06af\u0645 \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647. \u0686\u0637\u0648\u0631 \u0627\u06cc\u0646 \u0627\u0634\u062a\u06cc\u0627\u0642 \u062f\u0631 \u0645\u0646 \u062a\u0648\u0633\u0639\u0647 \u067e\u06cc\u062f\u0627 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a. \u0646\u0642\u0637\u0647 \u0627\u06cc \u062f\u0631 \u0632\u0646\u062f\u06af\u06cc \u0645\u0646 \u0648\u0642\u062a\u06cc \u06a9\u0647 \u062f\u0648 \u0639\u0644\u0627\u0642\u0647 \u0628\u0627 \u0647\u0645 \u062a\u0631\u06a9\u06cc\u0628 \u0634\u062f\u0646\u062f \u0633\u0641\u0631 \u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0627\u0632 \u0622\u0646 \u0646\u0642\u0637\u0647 \u0627\u062a\u0641\u0627\u0642 \u0627\u0641\u062a\u0627\u062f", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "A na \u015brodku drogi pozosta\u0142a tylko jedna osoba.", "output": "\u0648 \u0641\u0642\u0637 \u06cc\u06a9 \u0645\u0648\u062c\u0648\u062f \u062f\u0631 \u0648\u0633\u0637 \u062c\u0627\u062f\u0647 \u0628\u0627\u0642\u06cc \u0645\u0648\u0646\u062f. \u0648 \u0641\u0642\u0637 \u06cc\u06a9 \u0645\u0648\u062c\u0648\u062f \u062f\u0631 \u0648\u0633\u0637 \u062c\u0627\u062f\u0647 \u0628\u0627\u0642\u06cc \u0645\u0648\u0646\u062f.", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "Struktura spo\u0142eczna dostosowuje si\u0119 do tej mo\u017cliwo\u015bci i by okie\u0142zna\u0107 ten produktywny potencja\u0142, wi\u0119c powstaj\u0105 miasta i tocz\u0105 si\u0119 te wszystkie gry o sumie niezerowej, o kt\u00f3rych nawet nie my\u015blicie, kt\u00f3re s\u0105 rozgrywane na ca\u0142ym \u015bwiecie.", "output": "\u0633\u0627\u062e\u062a\u0627\u0631 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u062e\u0648\u062f\u0634 \u0631\u0627 \u0628\u0631\u0627\u06cc \u067e\u0630\u06cc\u0631\u0634 \u0627\u06cc\u0646 \u0627\u0645\u06a9\u0627\u0646 \u062a\u0627\u0632\u0647 \u0633\u0627\u0632\u0634 \u0645\u06cc \u200c \u062f\u0647\u062f \u0648 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646\u06a9\u0647 \u0627\u06cc\u0646 \u067e\u062a\u0627\u0646\u0633\u06cc\u0644 \u067e\u0631\u062d\u0627\u0635\u0644 \u0631\u0627 \u06a9\u0634\u062a \u06a9\u0646\u06cc\u0645 \u060c \u067e\u0633 \u0634\u0647\u0631\u0647\u0627 \u0628\u0647 \u0648\u062c\u0648\u062f \u0645\u06cc \u200c \u0622\u06cc\u0646\u062f \u060c \u0648 \u0634\u0645\u0627 \u0647\u0645\u0647 \u200c \u06cc \u0628\u0627\u0632\u06cc \u200c \u0647\u0627\u06cc \u0645\u062c\u0645\u0648\u0639 -\u063a\u06cc\u0631\u0635\u0641\u0631 \u0631\u0627 \u06a9\u0647 \u0628\u0647 \u0622\u0646\u0647\u0627 \u0641\u06a9\u0631 \u0646\u0645\u06cc \u200c \u06a9\u0646\u06cc\u062f \u060c \u062f\u0631 \u062a\u0645\u0627\u0645 \u062f\u0646\u06cc\u0627 \u0645\u06cc \u200c \u0628\u06cc\u0646\u06cc\u062f. \u0648 \u0634\u0645\u0627 \u0647\u0645\u0647 \u200c \u06cc \u0628\u0627\u0632\u06cc \u200c \u0647\u0627\u06cc \u0645\u062c\u0645\u0648\u0639 -\u063a\u06cc\u0631\u0635\u0641\u0631 \u0631\u0627 \u06a9\u0647 \u0628\u0647 \u0622\u0646\u0647\u0627 \u0641\u06a9\u0631 \u0646\u0645\u06cc \u200c \u06a9\u0646\u06cc\u062f \u060c \u062f\u0631 \u062a\u0645\u0627\u0645 \u062f\u0646\u06cc\u0627 \u0645\u06cc \u200c \u0628\u06cc\u0646\u06cc\u062f.", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "Patrz\u0105c na ten kwiat, Darwin powiedzie\u0142: \"Wydaje mi si\u0119, \u017ce co\u015b ewoluowa\u0142o wsp\u00f3lnie z tym.\"", "output": "\u0648 \u062f\u0627\u0631\u0648\u06cc\u0646 \u06af\u0641\u062a \u060c \u062f\u0631 \u062d\u0627\u0644\u06cc\u06a9\u0647 \u0628\u0647 \u0627\u06cc\u0646 \u06af\u0644 \u0646\u06af\u0627\u0647 \u0645\u06cc\u06a9\u0631\u062f \u060c \"\" \u062d\u062f\u0633 \u0645\u06cc\u0632\u0646\u0645 \u0686\u06cc\u0632\u06cc \u0686\u0646\u062f \u062a\u06a9\u0627\u0645\u0644\u06cc (\u062a\u0627\u062b\u06cc\u0631 \u062a\u06a9\u0627\u0645\u0644\u06cc \u0645\u062a\u0642\u0627\u0628\u0644 \u0628\u06cc\u0646 \u062f\u0648 \u06af\u0648\u0646\u0647) \u0628\u0627 \u0627\u06cc\u0646 \u0628\u0627\u0634\u0647.", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi.", "input": "W porz\u0105dku.To s\u0105 zaburzenia zachowania, ale te\u017c zaburzenia umys\u0142u.", "output": "\u0639\u0627\u062f\u0644\u0627\u0646\u0647 \u0627\u0633\u062a. \u0622\u0646\u0647\u0627 \u0627\u062e\u062a\u0644\u0627\u062a \u0631\u0641\u062a\u0627\u0631\u06cc \u0647\u0633\u062a\u0646\u062f \u060c \u0648 \u0622\u0646\u0647\u0627 \u0627\u062e\u062a\u0644\u0627\u0644\u0627\u062a \u0630\u0647\u0646\u0646\u062f.", "category": "Translation 386.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Oksytocyna jest prost\u0105 i pradawn\u0105 cz\u0105steczk\u0105, kt\u00f3r\u0105 mo\u017cna znale\u017a\u0107 tylko u ssak\u00f3w.", "output": "Ent\u00e3o a oxitocina \u00e9 uma mol\u00e9cula simples e antiga que se encontra apenas nos mam\u00edferos.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Tak si\u0119 dzieje, gdy ta\u0144cz\u0119 i kiedy wyst\u0119puj\u0119.", "output": "Isso acontece quando eu dan\u00e7o, enquanto estou representando.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Czy kiedykolwiek tego \u017ca\u0142owa\u0142e\u015b?", "output": "Alguma vez te arrependeste?", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Po pewnym czasie, zjednoczone centrum podzieli\u0142o si\u0119 na getta.", "output": "Ao longo do tempo, a cidade unida metamorfoseou-se num centro da cidade com bairros segregados em seu redor.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Zipcar umo\u017cliwi\u0142 wsp\u00f3\u0142dzielenie norm.", "output": "Mas o que a Zipcar realmente fez foi tornar a partilha numa norma.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Tak wi\u0119c chcia\u0142bym teraz pokaza\u0107 ile miejsca potrzeba na 75 funt\u00f3w wysoce wzbogaconego uranu.", "output": "Ent\u00e3o, o que gostava de vos mostrar \u00e9 o que seria preciso para conter 34 quilos de ur\u00e2nio altamente enriquecido.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Ca\u0142a planeta przekroczy\u0142a p\u00f3\u0142metek kilka lat temu.", "output": "O planeta passou a marca dos 50% h\u00e1 alguns anos.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Otwarty \u015bwiat niesie upodmiotowienie i wolno\u015b\u0107.", "output": "O mundo aberto est\u00e1 a trazer capacita\u00e7\u00e3o e liberdade.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Polish. Your job is to translate the Polish sentence into Portugese.", "input": "Nie chodzi\u0142o tylko o ataki na mnie,", "output": "Por isso, para mim, n\u00e3o se tratava apenas dos ataques que tive que enfrentar.", "category": "Translation 387.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u062e\u0648\u0628 \u060c \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06cc\u06a9 \u0645\u062d\u06cc\u0637 \u0634\u0646\u0627\u0633 \u060c \u062a\u0631\u062c\u06cc\u062d \u0645\u06cc \u062f\u0647\u06cc\u0645 \u06a9\u0647 \u0627\u06cc\u0646 \u0627\u062a\u0641\u0627\u0642 \u0646\u0645\u06cc \u0627\u0641\u062a\u0627\u062f.", "output": "Well, as an environmentalist, we would rather that didn't happen.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u06cc\u0627 \u0634\u0631\u0637 \u0645\u06cc \u0628\u0646\u062f\u0645 \u06a9\u0633\u0627\u0646\u06cc \u06a9\u0647 \u0645\u06cc \u06af\u0648\u06cc\u0646\u062f \u0627\u062a\u062d\u0627\u062f\u06cc\u0647 \u200c \u0647\u0627\u06cc \u0645\u0639\u0644\u0645\u0627\u0646 \u0631\u0627 \u062f\u0648\u0633\u062a \u0646\u062f\u0627\u0631\u0646\u062f \u060c \u0622\u0646 \u200c \u0647\u0627 \u0628\u0627 \u062a\u0645\u0627\u0645 \u0648\u062c\u0648\u062f \u0627\u0632 \u0627\u06cc\u0646 \u06a9\u0647 \u0645\u06cc \u0628\u06cc\u0646\u0646\u062f \u0645\u062f\u0631\u0633\u0647 \u200c \u06cc \u0641\u0631\u0632\u0646\u062f\u0634\u0627\u0646 \u0646\u06cc\u0633\u062a \u0648 \u0646\u0627\u0628\u0648\u062f \u0645\u06cc \u0634\u0648\u062f \u060c \u0645\u06cc \u062a\u0631\u0633\u0646\u062f \u060c \u0648 \u062a\u0646\u0647\u0627 \u062f\u0646\u0628\u0627\u0644 \u06cc\u06a9 \u0646\u0641\u0631 \u0645\u06cc \u06af\u0631\u062f\u0646\u062f \u062a\u0627 \u0633\u0631\u0632\u0646\u0634\u0634 \u06a9\u0646\u0646\u062f.", "output": "Or someone who says they don't like teachers' unions, I bet they're really devastated to see their kid's school going into the gutter, and they're just looking for someone to blame.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u0645\u0648\u0636\u0648\u0639 \u0645\u0646 \u0631\u0627\u0632\u0647\u0627\u06cc \u062e\u0634\u0648\u0646\u062a \u200c \u0647\u0627\u06cc \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc \u0627\u0633\u062a \u060c \u0648 \u0633\u0648\u0627\u0644\u06cc \u06a9\u0647 \u0642\u0635\u062f \u062f\u0627\u0631\u0645 \u062f\u0631\u06af\u06cc\u0631 \u0622\u0646 \u0634\u0648\u0645 \u0633\u0648\u0627\u0644\u06cc \u0633\u062a \u06a9\u0647 \u0647\u0645\u0647 \u0647\u0645\u0648\u0627\u0631\u0647 \u0645\u06cc \u200c \u067e\u0631\u0633\u0646\u062f: \u0686\u0631\u0627 \u0627\u0648 \u0645\u06cc \u200c \u0645\u0627\u0646\u062f \u061f", "output": "My topic is the secrets of domestic violence, and the question I'm going to tackle is the one question everyone always asks: Why does she stay?", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u0645\u0646\u0648 \u0633\u0631\u06af\u0631\u0645 \u0645\u06cc \u06a9\u0646\u0647.", "output": "It keeps me busy.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u0648 \u062e\u062f\u0627 \u0645\u06cc\u0641\u0631\u0645\u0627\u06cc\u062f: \"\" \u0628\u0646\u062f\u0647 \u0645\u0646 \u060c \u0628\u0627 \u0627\u0637\u0627\u0639\u062a \u0627\u0632 \u062f\u0633\u062a\u0648\u0631\u0627\u062a\u0645 \u060c \u0628\u0647 \u0645\u0646 \u0646\u0632\u062f\u06cc\u06a9\u062a\u0631 \u0645\u06cc \u0634\u0648\u062f \u060c \"\" \u0634\u0627\u06cc\u062f \u0628\u062e\u0648\u0627\u0647\u06cc\u0645 \u0622\u0646 \u0631\u0627 \u0627\u0639\u062a\u0628\u0627\u0631 \u0627\u0636\u0627\u0641\u0647 \u0628\u0646\u0627\u0645\u06cc\u0645 \u060c \"\" \u062a\u0627 \u0632\u0645\u0627\u0646\u06cc \u06a9\u0647 \u0639\u0627\u0634\u0642\u0634 \u0634\u0648\u0645", "output": "\"\" And, \"\" God says, \"\" my servant continues to get nearer to me, by doing more of what I've asked them to do \"\" \u2014 extra credit, we might call it \u2014 \"\" until I love him or love her.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u0632\u06cc\u0631\u0627 \u0648\u0627\u0636\u062d \u0627\u0633\u062a \u060c \u062d\u0642\u06cc\u0642\u062a \u200c \u06af\u0631\u0627 \u0647\u0627 \u0647\u0645 \u0627\u062d\u0633\u0627\u0633 \u062f\u0627\u0631\u0646\u062f.", "output": "Because as is obvious, factivists have feelings too.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u0627\u06af\u0631 \u0628\u0647 \u0645\u0632\u0627\u06cc\u0627\u06cc \u062f\u0631\u062e\u062a \u062d\u0631\u0627 \u0646\u06af\u0627\u0647\u06cc \u06a9\u0646\u06cc\u062f \u0645\u062d\u0627\u0641\u0638\u06cc \u0628\u0631\u0627\u06cc \u0634\u0645\u0627 \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0637\u0648\u0641\u0627\u0646 \u0648 \u06af\u0631\u062f\u0628\u0627\u062f \u0627\u0633\u062a \u0648 \u062f\u0631 \u0635\u0646\u0639\u062a \u0645\u0627\u0647\u06cc\u06af\u06cc\u0631\u06cc \u060c \u0648 \u067e\u0631\u0648\u0631\u0634 \u0645\u0627\u0647\u06cc \u06a9\u0647 \u063a\u0630\u0627\u06cc \u0641\u0642\u0631\u0627 \u0631\u0627 \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc \u06a9\u0646\u062f \u060c \u0648 \u062f\u0631 \u0635\u0646\u0639\u062a \u0645\u0627\u0647\u06cc\u06af\u06cc\u0631\u06cc \u060c \u0648 \u067e\u0631\u0648\u0631\u0634 \u0645\u0627\u0647\u06cc \u06a9\u0647 \u063a\u0630\u0627\u06cc \u0641\u0642\u0631\u0627 \u0631\u0627 \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc \u06a9\u0646\u062f \u060c \u067e\u0627\u0633\u062e \u062d\u062f\u0648\u062f 11000 \u062f\u0644\u0627\u0631 \u062f\u0631\u0622\u0645\u062f \u0645\u06cc \u0628\u0627\u0634\u062f.", "output": "And if you see the benefits of the mangrove in terms of the storm protection and cyclone protection that you get and in terms of the fisheries, the fish nurseries, that provide fish for the poor, that answer is more like $11,000.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u0645\u0627 \u0628\u06cc\u0631\u0648\u0646 \u0645\u06cc \u0631\u0648\u06cc\u0645 \u0648 \u0645\u06cc \u067e\u0631\u06cc\u0645 \u062a\u0648\u06cc \u0627\u062a\u0648\u0645\u0628\u06cc\u0644\u0645\u0627\u0646 \u0648 \u0627\u0632 \u0645\u0643\u0627\u0646\u064a \u0628\u0647 \u0645\u0643\u0627\u0646 \u062f\u064a\u06af\u0631 \u0631\u0627\u0646\u0646\u062f\u06af\u06cc \u0645\u06cc \u06a9\u0646\u06cc\u0645.", "output": "We go out there and we hop in our cars and we drive from place to place.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into English.", "input": "\u0647\u06cc\u0686 \u0648\u0642\u062a \u062d\u0633 \u0646\u06a9\u0631\u062f\u0645 \u06a9\u0647 \u062f\u0631 \u062e\u0637\u0631 \u0647\u0633\u062a\u0645.", "output": "I didn't ever feel like I was in danger.", "category": "Translation 388.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "\u0627\u06cc\u0646\u0647\u0627 \u06cc\u0627\u062e\u062a\u0647 \u200e \u0647\u0627\u06cc \u0628\u0646\u06cc\u0627\u062f\u06cc \u0632\u0646\u0627\u0646\u0647 \u0648 \u0645\u0631\u062f\u0627\u0646\u0647 \u0647\u0633\u062a\u0646\u062f.", "output": "\u3053\u308c\u3089\u306f\u5973\u6027\u3068\u7537\u6027\u306e\u5e79\u7d30\u80de\u3067\u3059", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "\u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0645 \u0628\u062f\u0648\u0646\u0645 \u0622\u06cc\u0627 \u0631\u0627\u0633\u062a \u0645\u06cc\u06af\u0646 \u061f \u0648\u0644\u06cc \u200c \u0641\u06a9\u0631 \u0646\u0645\u06cc \u200c \u06a9\u0646\u0645 \u060c \u0686\u0648\u0646 \u0627\u06cc\u0646 \u0627\u0641\u0631\u0627\u062f \u06a9\u0645 \u200c \u0641\u0631\u0647\u0646\u06af \u062f\u0642\u06cc\u0642\u0627 \u06a9\u0644\u06a9 \u200c \u0647\u0627\u06cc\u06cc \u200c \u0631\u0648 \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u06cc \u200c \u06a9\u0646\u0646 \u06a9\u0647 \u0645\u0627 \u0634\u0639\u0628\u062f\u0647 \u200c \u0628\u0627\u0632\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u06cc \u200c \u06a9\u0646\u06cc\u0645 \u066c \u0686\u0648\u0646 \u0627\u06cc\u0646 \u0627\u0641\u0631\u0627\u062f \u06a9\u0645 \u200c \u0641\u0631\u0647\u0646\u06af \u062f\u0642\u06cc\u0642\u0627 \u06a9\u0644\u06a9 \u200c \u0647\u0627\u06cc\u06cc \u200c \u0631\u0648 \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u06cc \u200c \u06a9\u0646\u0646 \u06a9\u0647 \u0645\u0627 \u0634\u0639\u0628\u062f\u0647 \u200c \u0628\u0627\u0632\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u06cc \u200c \u06a9\u0646\u06cc\u0645 \u066c \u062f\u0642\u06cc\u0642\u0627 \u0645\u062b\u0644 \u0647\u0645 \u2014 \u0645\u062a\u062f \u200c \u0647\u0627\u06cc \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u200c \u06cc\u0627 \u0631\u0648\u0627\u0646\u0634\u0646\u0627\u0633\u06cc \u200c \u0645\u0634\u0627\u0628\u0647 \u062f\u0642\u06cc\u0642\u0627 \u0645\u062b\u0644 \u0647\u0645 \u2014 \u0645\u062a\u062f \u200c \u0647\u0627\u06cc \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u200c \u06cc\u0627 \u0631\u0648\u0627\u0646\u0634\u0646\u0627\u0633\u06cc \u200c \u0645\u0634\u0627\u0628\u0647 \u0622\u0646\u0647\u0627 \u0645\u06cc\u0644\u06cc\u0648\u0646 \u200c \u0647\u0627 \u0646\u0641\u0631 \u0627\u0632 \u0645\u0631\u062f\u0645 \u0631\u0648\u06cc \u0632\u0645\u06cc\u0646 \u0631\u0627 \u0641\u0631\u06cc\u0628 \u0645\u06cc\u062f\u0646 \u0648 \u0645\u062a\u0636\u0631\u0631 \u0645\u06cc \u200c \u06a9\u0646\u0646. \u0622\u0646\u0647\u0627 \u0645\u06cc\u0644\u06cc\u0648\u0646 \u200c \u0647\u0627 \u0646\u0641\u0631 \u0627\u0632 \u0645\u0631\u062f\u0645 \u0631\u0648\u06cc \u0632\u0645\u06cc\u0646 \u0631\u0627 \u0641\u0631\u06cc\u0628 \u0645\u06cc\u062f\u0646 \u0648 \u0645\u062a\u0636\u0631\u0631 \u0645\u06cc \u200c \u06a9\u0646\u0646. \u0622\u0646\u0647\u0627 \u0645\u06cc\u0644\u06cc\u0648\u0646 \u200c \u0647\u0627 \u0646\u0641\u0631 \u0627\u0632 \u0645\u0631\u062f\u0645 \u0631\u0648\u06cc \u0632\u0645\u06cc\u0646 \u0631\u0627 \u0641\u0631\u06cc\u0628 \u0645\u06cc\u062f\u0646 \u0648 \u0645\u062a\u0636\u0631\u0631 \u0645\u06cc \u200c \u06a9\u0646\u0646.", "output": "\u5618\u3067\u3059\u306d\u306a\u305c\u3063\u3066\u3042\u306e\u3088\u3046\u306a\u4eba\u305f\u3061\u304c\u4f7f\u3063\u3066\u3044\u308b\u306e\u306f\u79c1\u305f\u3061\u9b54\u8853\u5e2b\u304c\u4f7f\u3063\u3066\u3044\u308b\u306e\u3068\u540c\u3058\u624b\u6cd5\u3060\u304b\u3089\u3067\u3059\u5168\u304f\u540c\u3058\u306a\u3093\u3067\u3059\u3088\u7269\u7406\u7684\u65b9\u6cd5\u3082\u5fc3\u7406\u7684\u65b9\u6cd5\u3082\u4e00\u7dd2\u306a\u3093\u3067\u3059\u305d\u3057\u3066\u5f7c\u3089\u306f\u52b9\u679c\u7684\u304b\u3064\u5927\u898f\u6a21\u306b\u4e16\u754c\u4e2d\u3067\u4f55\u767e\u4e07\u3082\u306e\u4eba\u3005\u3092\u3060\u307e\u3057\u640d\u5bb3\u3092\u4e0e\u3048\u3066\u3044\u307e\u3059", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "(\u062e\u0646\u062f\u0647 \u062d\u0636\u0627\u0631) \u0686\u06cc\u0632 \u062f\u06cc\u06af\u0631\u06cc \u06a9\u0647 \u0627\u0631\u0632\u0634 \u062a\u0648\u062c\u0647 \u06a9\u0631\u062f\u0646 \u062f\u0627\u0631\u062f \u0627\u06cc\u0646\u0633\u062a \u06a9\u0647 \u0645\u0627 \u062f\u0631 \u062e\u0644\u0627\u0644 \u062f\u0647\u0647 \u0647\u0627 \u0648 \u062f\u0647\u0647 \u0647\u0627 \u0633\u0631\u0645\u0627\u06cc\u0647 \u06af\u0630\u0627\u0631\u06cc \u0639\u0638\u06cc\u0645\u06cc \u06a9\u0631\u062f\u0647 \u0627\u06cc\u0645 \u060c \u0648 \u062f\u0647 \u0647\u0627 \u0645\u06cc\u0644\u06cc\u0627\u0631\u062f \u062f\u0644\u0627\u0631 \u0635\u0631\u0641 \u0627\u06cc\u0646 \u0633\u0631\u0645\u0627\u06cc\u0647 \u06af\u0630\u0627\u0631\u06cc \u0634\u062f\u0647 \u0627\u0633\u062a \u06a9\u0647 \u0627\u06a9\u0646\u0648\u0646 \u0645\u06cc\u0631\u0627\u062b \u0645\u0627\u0633\u062a.", "output": "(\u7b11) \u3082\u3046\uff11\u3064\u6ce8\u76ee\u3059\u3079\u304d\u3053\u3068\u306f\u79c1\u305f\u3061\u304c\u4f55\u5341\u5e74\u306b\u3082\u308f\u305f\u3063\u3066\u4f55\u5343\u5104\u5186\u3068\u3044\u3046\u304a\u91d1\u3092\u6295\u8cc7\u3057\u3066\u304d\u305f\u3082\u306e\u304c\u8cc7\u7523\u3068\u3057\u3066\u5f15\u304d\u7d99\u304c\u308c\u3066\u3044\u308b\u3053\u3068\u3067\u3059", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "\u0627\u0648\u0646\u0647\u0627 \u0647\u0632\u0627\u0631\u0627\u0646 \u062a\u062d\u0642\u06cc\u0642 \u0631\u0648\u06cc \u0645\u0627\u0644\u0627\u0631\u06cc\u0627 \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc \u200c \u062f\u0647\u0646\u062f.", "output": "\u30de\u30e9\u30ea\u30a2\u7814\u7a76\u3082\u6d3b\u767a\u306b\u3055\u308c\u3066\u3044\u307e\u3059", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "\u0648\u0642\u062a\u06cc \u0634\u0645\u0627 \u0645\u0627\u0634\u06cc\u0646\u062a\u0627\u0646 \u0631\u0627 \u0645\u06cc \u200c \u0631\u0627\u0646\u06cc\u062f \u060c \u0648\u0642\u062a\u06cc \u0641\u0631\u0645\u0627\u0646 \u0645\u0627\u0634\u06cc\u0646\u062a\u0627\u0646 \u0631\u0627 \u0645\u06cc \u200c \u0686\u0631\u062e\u0627\u0646\u06cc\u062f \u060c \u0634\u0645\u0627 \u0627\u0632 \u062a\u06a9\u0646\u06cc\u06a9\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc \u200c \u06a9\u0646\u06cc\u062f \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0686\u0631\u062e\u0634 \u0622\u06a9\u0650\u0631\u0645\u064e\u0646.", "output": "\u81ea\u52d5\u8eca\u306e\u904b\u8ee2\u3067\u306f\u30a2\u30c3\u30ab\u30fc\u30de\u30f3\u30b9\u30c6\u30a2\u30ea\u30f3\u30b0\u3068\u547c\u3070\u308c\u308b\u65b9\u6cd5\u304c\u4f7f\u308f\u308c\u307e\u3059", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "\u062e\u0627\u0631\u0642 \u0627\u0644\u0639\u0627\u062f\u0647 \u0628\u0648\u062f\u0647.", "output": "\u8272\u3005\u3042\u308a\u307e\u3057\u305f", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "\u062a\u06a9\u0646\u0648\u0644\u0648\u0698\u06cc \u0622\u06cc\u0646\u062f\u0647 \u06cc \u0645\u0627 \u0646\u06cc\u0633\u062a.", "output": "\u6280\u8853\u306b\u672a\u6765\u306e\u5168\u3066\u3092\u59d4\u306d\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "\u0648 \u0645\u06cc \u0628\u06cc\u0646\u06cc\u0645 \u06a9\u0647 \u0647\u0632\u06cc\u0646\u0647 \u0647\u0627\u06cc \u0622\u0646 \u0628\u0647 \u0634\u062f\u062a \u06a9\u0627\u0647\u0634 \u0645\u06cc \u06cc\u0627\u0628\u062f.", "output": "\u30b3\u30b9\u30c8\u304c\u5287\u7684\u306b\u4e0b\u304c\u3063\u3066\u3044\u308b\u306e\u304c\u5206\u308a\u307e\u3059", "category": "Translation 389.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Japanese.", "input": "(\"\" \u062a\u0648 \u0627\u0648\u0644\u06cc\u0646 \u062f\u0648\u0633\u062a \u0627\u0633\u0631\u0627\u0626\u06cc\u0644\u06cc \u0645\u0646 \u0647\u0633\u062a\u06cc. \u0622\u0631\u0632\u0648 \u0645\u06cc\u06a9\u0646\u0645 \u06a9\u0647 \u0647\u0631 \u062f\u0648 \u0645\u0627 \u0627\u0632 \u0627\u06cc\u0646 \u0627\u06cc\u062f\u0647 \u0627\u062d\u0645\u0642\u0627\u0646\u0647 \u0633\u06cc\u0627\u0633\u06cc \u062e\u0644\u0627\u0635 \u0634\u0648\u06cc\u0645 \u060c \u0628\u0647 \u0647\u0631 \u0635\u0648\u0631\u062a \u062e\u0648\u0634\u062d\u0627\u0644\u0645 \u06a9\u0647 \u062a\u0648 \u0631\u0627 \u062f\u06cc\u062f\u0645 \"\") (\"\" \u0645\u0646 \u0627\u06cc\u0646 \u0631\u0646\u06af \u0622\u0628\u06cc \u0631\u0627 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0645. \u0645\u0646 \u0627\u06cc\u0646 \u0633\u062a\u0627\u0631\u0647 \u0631\u0627 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0645. \u0648 \u0645\u0646 \u0627\u06cc\u0646 \u067e\u0631\u0686\u0645 \u0631\u0627 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0645 \"\") \u0627\u06cc\u0646 \u06cc\u06a9\u06cc \u0648\u0627\u0642\u0639\u0627 \u062f\u0631 \u0645\u0646 \u0627\u062b\u0631 \u06af\u0630\u0627\u0634\u062a \u0686\u0648\u0646\u06a9\u0647 \u0627\u06cc\u0646 \u062f\u0631\u0628\u0627\u0631\u0647 \u062f\u062e\u062a\u0631\u06cc \u200c \u0633\u062a \u06a9\u0647 \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0628\u0632\u0631\u06af \u0634\u062f\u0647 \u0648 \u06a9\u0647 \u0647\u0631 \u0631\u0648\u0632 \u0635\u0628\u062d \u0628\u0627\u06cc\u062f \u0628\u0631\u0627\u06cc \u0648\u0627\u0631\u062f \u0634\u062f\u0646 \u0628\u0647 \u0645\u062f\u0631\u0633\u0647 \u0627\u0632 \u0631\u0648\u06cc \u067e\u0631\u0686\u0647 \u0627\u0633\u0631\u0627\u0626\u06cc\u0644 \u0631\u0627\u0647 \u0628\u0631\u0648\u062f \u060c \u0648 \u062d\u0627\u0644\u0627 \u0627\u0648 \u067e\u0648\u0633\u062a\u0631\u06cc \u0631\u0627 \u06a9\u0627 \u0645\u0627 \u0641\u0631\u0633\u062a\u0627\u062f\u06cc\u0645 \u0631\u0627 \u0645\u06cc\u0628\u06cc\u0646\u06cc\u062f \u060c \u0627\u0648 \u0634\u0631\u0648\u0639 \u06a9\u0631\u062f \u2014 - \u0627\u0648 \u06af\u0641\u062a \u06a9\u0647 \u0646\u0638\u0631\u0634 \u0631\u0627 \u0639\u0648\u0636 \u0645\u06cc\u06a9\u0646\u062f \u060c \u0648 \u062d\u0627\u0644\u0627 \u0631\u0646\u06af \u0622\u0628\u06cc \u0631\u0627 \u0631\u0627 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0647 \u0648 \u0627\u06cc\u0646 \u0633\u062a\u0627\u0631\u0647 \u0631\u0627 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0647 \u060c \u0648 \u0647\u0645\u0686\u06cc\u0646 \u0627\u06cc\u0646 \u067e\u0631\u0686\u0645 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0647 \u060c \u0648 \u062f\u0631\u0628\u0627\u0631\u0647 \u067e\u0631\u0686\u0645 \u0627\u0633\u0631\u0627\u0626\u06cc\u0644 \u062d\u0631\u0641 \u0645\u06cc\u0632\u0646\u0647 \u060c", "output": "\uff08 \u30d0\u30ab\u306a\u653f\u6cbb\u5bb6\u306f\u3044\u306a\u304f\u306a\u308c\u3070\u3044\u3044\u306e\u306b \uff09 \uff08 \u9752\u3044\u661f\u306e\u65d7\u597d\u304d\u3088 \uff09 \u3053\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u3068\u3066\u3082\u611f\u52d5\u7684\u3067\u3059\u9001\u4fe1\u8005\u306f\u30a4\u30e9\u30f3\u3067\u80b2\u3063\u305f\u5c11\u5973\u3067\u3059\u304c\u6bce\u671d\u5b66\u6821\u306b\u5165\u308b\u969b\u306b\u30a4\u30b9\u30e9\u30a8\u30eb\u56fd\u65d7\u3092\u8e0f\u307e\u305b\u3089\u308c\u3066\u3044\u307e\u3057\u305f\u305d\u3057\u3066\u4eca\u56de\u79c1\u305f\u3061\u304c\u9001\u3063\u305f\u30dd\u30b9\u30bf\u30fc\u3092\u76ee\u306b\u3057\u3066\u5fc3\u304c\u5909\u308f\u3063\u305f\u3068\u5f7c\u5973\u306f\u8a00\u3044\u307e\u3057\u305f\u305d\u3057\u3066\u5f7c\u5973\u306f\u4eca\u9752\u3044\u661f\u306e\u65d7 \u2015 \u30a4\u30b9\u30e9\u30a8\u30eb\u56fd\u65d7\u304c\u597d\u304d\u306a\u3093\u3067\u3059", "category": "Translation 389.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: Moisture can cause infections to grow.", "output": "_ can cause infections to grow.?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: Propulsion was used for flying Apollo 13.", "output": "What was used to fly Apollo 13?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: Endoplasmic reticulum are membranes attached structures in the cytoplasm where proteins are made.", "output": "Endoplasmic reticulum are what attached to structures in the cytoplasm where proteins are made?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: The genetic material responsible for heredity contains instructions for proteins.", "output": "The genetic material responsible for heredity contains what?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: Most single-celled organisms have motility.", "output": "Most types of what have motility?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: Energy enters ecosystems in the form of sunlight or combinations of elements.", "output": "What enters ecosystems in the form of sunlight or combinations of elements?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: People can only survive a few days of dehydration.", "output": "How long can people survive while dehydrated?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: DNA is found in coiled groups of genes.", "output": "DNA is typically found in this state:?", "category": "Question Generation 39.json" }, { "instruction": "Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word \"what\" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, \"A radio converts electricity into?\"", "input": "Fact: simple green plants play significant roles as producers in aquatic ecosystems.", "output": "What plays significant roles as producers in aquatic ecosystem?, what play a significant role as producers in aquatic ecosystems?", "category": "Question Generation 39.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "(\u0634\u06a9\u0633\u062a\u0646 \u0627\u0633\u062a\u062e\u0648\u0627\u0646) \u062e\u0648\u0628 \u060c \u06a9\u0633\u06cc \u0648\u0627\u0642\u0639\u0627\u064b \u0622\u0633\u06cc\u0628 \u0646\u062f\u06cc\u062f\u0647.", "output": "(Huesos rompi\u00e9ndose) Bueno, nadie realmente sali\u00f3 herido.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "\u0627\u0646\u06af\u0648\u0631 \u0647\u0627\u06cc \u0634\u0627\u0645\u067e\u0627\u06cc\u0646\u06cc \u06a9\u0647 \u0645\u06cc \u0628\u06cc\u0646\u06cc\u062f \u062f\u0631 \u062d\u0642\u06cc\u0642\u062a \u0627\u0646\u06af\u0648\u0631\u0647\u0627\u06cc \u06a9\u0631\u0628\u0648\u0646\u06cc\u0632\u0647 \u0634\u062f\u0647 \u0647\u0633\u062a\u0646\u062f. \u06a9\u0645\u06cc \u063a\u0630\u0627\u06cc \u062f\u0631\u06cc\u0627\u06cc\u06cc \u0648 \u0645\u0642\u062f\u0627\u0631\u06cc \u062e\u0627\u0645\u0647 \u06cc \u062a\u0627\u0632\u0647 \u0647\u0645 \u062f\u0631 \u063a\u0630\u0627 \u0647\u0633\u062a. \u0648 \u0627\u06cc\u0646 \u062a\u0635\u0648\u06cc\u0631 \u0647\u0645 \u0648\u0627\u0642\u0639\u0627 \u0645\u0632\u0647 \u06cc \u062f\u0642\u06cc\u0642 \u063a\u0630\u0627 \u0631\u0627 \u0645\u06cc \u062f\u0647\u062f. (\u062e\u0646\u062f\u0647 \u06cc \u062d\u0627\u0636\u0631\u06cc\u0646) \u0628\u0646: \u0627\u0645\u0627 \u0627\u0628\u062a\u06a9\u0627\u0631 \u0645\u0627 \u062a\u0627 \u0627\u06cc\u0646 \u062c\u0627 \u062a\u0646\u0647\u0627 \u0686\u0627\u067e \u0639\u06a9\u0633 \u0647\u0627\u06cc \u0642\u0627\u0628\u0644 \u062e\u0648\u0631\u062f\u0646 \u0628\u0648\u062f.", "output": "Las uvas de champ\u00e1n que ven son uvas carbonadas. Unos mariscos, algo de crema fresca y la foto que sabe exactamente igual que el plato. (Risas) BR: Pero no todas son fotos comestibles.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "\u0648 \u0645\u0646 \u0628\u0647 \u0631\u0627\u062d\u062a\u06cc \u06af\u0641\u062a\u0645: \u00ab \u0645\u062a\u0627\u0633\u0641\u0645", "output": "Y simplemente dije, \"\" Lo siento.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "(\u0635\u062f\u0627\u06cc \u062e\u0646\u062f\u0647) \u0634\u0645\u0627 \u0634\u0646\u0627\u06af\u0631\u06cc \u0631\u0627 \u0628\u0627 \u0634\u0646\u0627 \u06a9\u0631\u062f\u0646 \u0645\u06cc \u200c \u0622\u0645\u0648\u0632\u06cc\u062f. \u062f\u0648\u0686\u0631\u062e\u0647 \u200c \u0633\u0648\u0627\u0631\u06cc \u0631\u0627 \u0628\u0627 \u062f\u0648\u0686\u0631\u062e\u0647 \u200c \u0633\u0648\u0627\u0631\u06cc \u0645\u06cc \u200c \u0622\u0645\u0648\u0632\u06cc\u062f.", "output": "(Risas) Aprendes a nadar nadando. Aprendes a montar en bicicleta montando en bicicleta.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "\u0628\u0648\u0644\u062a\u0632\u0645\u0627\u0646 \u062a\u0648\u0636\u06cc\u062d \u062f\u0627\u062f \u06a9\u0647 \u0627\u06af\u0631 \u0634\u0645\u0627 \u0628\u0627 \u0622\u0646\u062a\u0631\u0648\u067e\u06cc \u067e\u0627\u06cc\u06cc\u0646 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f \u060c \u0627\u0641\u0632\u0627\u06cc\u0634 \u0627\u0648\u0646 \u062e\u06cc\u0644\u06cc \u0637\u0628\u06cc\u0639\u06cc\u0647 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646\u06a9\u0647 \u062d\u0627\u0644\u062a\u0647\u0627\u06cc \u0628\u06cc\u0634\u062a\u0631\u06cc \u0628\u0631\u0627\u06cc \u0627\u0641\u0632\u0627\u06cc\u0634 \u0622\u0646\u062a\u0631\u0648\u067e\u06cc \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.", "output": "Boltzmann explicaba que si se empieza con baja entrop\u00eda, es muy natural que \u00e9sta aumente, porque hay m\u00e1s maneras de tener alta entrop\u00eda.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "\u0627\u0645\u0627 \u0645\u0627 \u0646\u06cc\u0632 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u062c\u0648\u062f\u0627\u062a \u0622\u0628\u0632\u06cc \u0632\u0646\u062f\u06af\u06cc \u0631\u0627 \u0634\u0631\u0648\u0639 \u0645\u06cc\u06a9\u0646\u06cc\u0645.", "output": "Recordemos que originalmente \u00e9ramos acu\u00e1ticos.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "\u0648 \u0628\u0647 \u0627\u06cc\u0646 \u0645\u0639\u0646\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0631 \u0631\u0648\u06cc \u06cc\u06a9 \u0635\u0646\u062f\u0644\u06cc \u0631\u0627\u062d\u062a\u06cc \u06a9\u0646\u0627\u0631\u06cc \u0645\u06cc \u0646\u0634\u06cc\u0646\u06cc\u0645 \u06cc\u0627 \u0628\u0647 \u0622\u0631\u06cc\u0632\u0648\u0646\u0627 \u0645\u06cc \u0631\u0648\u06cc\u0645 \u062a\u0627 \u06af\u0644\u0641 \u0628\u0627\u0632\u06cc \u06a9\u0646\u06cc\u0645", "output": "Y por lo general eso significa echarse en el sillon, o irse a Arizona a jugar al golf.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "(\u0635\u062f\u0627\u064a \u062e\u0646\u062f\u0647) \u0627\u0645\u0627 1100 \u0639\u062f\u062f \u0627\u0648\u0646\u062c\u0627\u0633\u062a \u0648 \u0643\u0645\u062a\u0631 \u0647\u0646\u0631\u0645\u0646\u062f\u064a \u0627\u064a\u0646 \u062a\u0639\u062f\u0627\u062f \u0686\u0647\u0631\u0647 \u0643\u0634\u064a\u062f\u0647 \u0627\u0633\u062a.", "output": "(Risas) Y son 1100 y muy pocos artistas han dibujado tantas caras.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Spanish.", "input": "\u0686\u0631\u0627 \u0646\u06af\u0630\u0627\u0631\u06cc\u0645 \u06a9\u0645\u06cc \u0628\u06cc\u0634\u062a\u0631 \u0637\u0648\u0644 \u0628\u06a9\u0634\u062f - \u0645\u062b\u0644\u0627 \u062f\u0648 \u0633\u0627\u0639\u062a \u0628\u0647 \u062c\u0627\u06cc \u06cc\u06a9 \u0633\u0627\u0639\u062a - \u0648\u0644\u06cc \u0628\u0627 \u0634\u062f\u062a \u06a9\u0645\u062a\u0631 \u061f \u00bb \u0648 \u067e\u0631\u0633\u062a\u0627\u0631\u0627\u0646 \u0628\u0647 \u0645\u0646 \u062f\u0648 \u0686\u06cc\u0632 \u0645\u06cc \u200c \u06af\u0641\u062a\u0646\u062f", "output": "\u00bfPor qu\u00e9 no intentamos tomarnos m\u00e1s tiempo, quiz\u00e1 dos horas en lugar de una y reducir la intensidad? \"\" Las enfermeras me dec\u00edan dos cosas.", "category": "Translation 390.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0627\u0637\u0644\u0627\u0639\u0627\u062a \u062a\u0648\u06cc \u062e\u0648\u0646\u0645\u0648\u0646 \u0628\u0648\u062f\u0646\u062f \u0648 \u0627\u06cc\u0646 \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062f\u0647 \u0628\u0648\u062f.", "output": "\u0641\u0642\u062f \u0643\u0627\u0646\u062a \u062a\u0644\u0643 - \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a - \u0641\u064a \u0645\u0646\u0632\u0644\u064a \u0648\u0643\u0627\u0646\u062a \u0631\u0627\u0626\u0639\u0629", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0645\u0639\u0644\u0648\u0645 \u0634\u062f\u0647 \u06a9\u0647 \u0634\u0645\u0627 \u0645\u06cc \u200c \u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0647 \u0631\u0648\u0634 \u200c \u0647\u0627\u06cc\u06cc \u062e\u062f\u0645\u0627\u062a \u0648 \u06a9\u0627\u0644\u0627 \u0631\u0627 \u0628\u0647 \u0641\u0642\u06cc\u0631\u0627\u0646 \u0628\u062f\u0647\u06cc\u062f \u060c \u0627\u0645\u0627 \u0627\u06af\u0631 \u062f\u0633\u062a\u0647\u0627\u06cc \u062e\u0634\u0648\u0646\u062a \u0648 \u0642\u0644\u062f\u0631\u06cc \u0631\u0627 \u0628\u0631\u0627\u06cc \u06af\u0631\u0641\u062a\u0646 \u0647\u0645\u0647 \u0627\u06cc\u0646 \u200c \u0647\u0627 \u0627\u0632 \u0645\u0631\u062f\u0645 \u0645\u0647\u0627\u0631 \u0646\u06a9\u0646\u06cc\u062f \u060c \u062f\u0631 \u062f\u0631\u0627\u0632\u0645\u062f\u062a \u0628\u0631\u0627\u06cc \u062a\u0645\u0627\u0645\u06cc \u062a\u0644\u0627\u0634 \u200c \u0647\u0627\u06cc\u06cc \u06a9\u0647 \u06a9\u0631\u062f\u0647 \u200c \u0627\u06cc\u062f \u0646\u0627\u0627\u0645\u06cc\u062f \u0645\u06cc \u200c \u0634\u0648\u06cc\u062f.", "output": "\u0641\u0644\u0642\u062f \u062a\u0628\u064a\u0651\u0646 \u0644\u0646\u0627 \u0623\u0646\u0647 \u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u0625\u0639\u0637\u0627\u0621 \u0643\u0644 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0628\u0636\u0627\u0626\u0639 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0644\u0644\u0641\u0642\u0631\u0627\u0621 \u060c \u0648\u0644\u0643\u0646 \u0625\u0630\u0627 \u0644\u0645 \u062a\u0643\u0628\u062d \u0623\u064a\u062f\u064a \u0627\u0644\u0628\u0644\u0637\u062c\u064a\u0629 \u0627\u0644\u0639\u0646\u064a\u0641\u064a\u0646 \u0645\u0646 \u0623\u062e\u0630 \u0643\u0644 \u0634\u064a\u0621 \u060c \u0633\u0648\u0641 \u064a\u062e\u064a\u0628 \u0623\u0645\u0644\u0643 \u0643\u062b\u064a\u0631\u064b\u0627 \u0628\u0627\u0644\u0646\u0638\u0631 \u0644\u062a\u0623\u062b\u064a\u0631 \u062c\u0647\u0648\u062f\u0643 \u0639\u0644\u0649 \u0627\u0644\u0645\u062f\u0649 \u0627\u0644\u0637\u0648\u064a\u0644.", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0648 \u0686\u06cc\u0632 \u062e\u06cc\u0644\u06cc \u0645\u0647\u0645\u06cc \u06a9\u0647 \u0641\u0647\u0645\u06cc\u062f\u0647 \u0627\u06cc\u0645 \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0647\u0645\u0647 \u0628\u0627\u06a9\u062a\u0631\u06cc \u0647\u0627 \u0639\u06cc\u0646\u0627 \u0647\u0645\u06cc\u0646 \u0622\u0646\u0632\u06cc\u0645 \u0631\u0627 \u062f\u0627\u0631\u0646\u062f \u0648 \u0639\u06cc\u0646\u0627 \u0647\u0645\u06cc\u0646 \u0645\u0644\u06a9\u0648\u0644 \u0631\u0627 \u0645\u06cc \u0633\u0627\u0632\u0646\u062f.", "output": "\u0648 \u0627\u0644\u0634\u064a\u0621 \u0627\u0644\u0645\u0647\u0645 \u0627\u0644\u0630\u064a \u0627\u062f\u0631\u0643\u0646\u0627\u0647 \u0647\u0648 \u0627\u0646 \u0643\u0644 \u0628\u0643\u062a\u064a\u0631\u064a\u0627 \u0644\u062f\u064a\u0647\u0627 \u0646\u0641\u0633 \u0627\u0644\u0627\u0646\u0632\u064a\u0645 \u0628\u0627\u0644\u0636\u0628\u0637 \u0648 \u062a\u0642\u0648\u0645 \u0628\u0639\u0645\u0644 \u0646\u0641\u0633 \u0627\u0644\u062c\u0632\u064a\u0621 \u0628\u0627\u0644\u0636\u0628\u0637", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0648 \u0634\u0645\u0627\u0631 \u0645\u0631\u062f\u0645 \u0633\u0627\u06a9\u0646 \u062f\u0631 \u06cc\u06a9 \u0646\u0627\u062d\u06cc\u0647 \u06a9\u0647 \u0622\u0646 \u0633\u0631\u0632\u0645\u06cc\u0646 \u0646\u0645\u06cc \u200c \u062a\u0648\u0646\u0647 \u0646\u06cc\u0627\u0632\u0647\u0627\u0634\u0627\u0646 \u0631\u0627 \u062a\u0627\u0645\u06cc\u0646 \u06a9\u0646\u062f \u060c \u06a9\u0647 \u0641\u0642\u06cc\u0631\u062a\u0631 \u0627\u0632 \u0622\u0646 \u0647\u0633\u062a\u0646\u062f \u06a9\u0647 \u062e\u0648\u0631\u0627\u06a9 \u062e\u0631\u06cc\u062f\u0627\u0631\u06cc \u06a9\u0646\u0646\u062f \u060c \u06a9\u0647 \u0646\u0645\u06cc \u200c \u062a\u0648\u0646\u0646\u062f \u06a9\u0648\u0686 \u06a9\u0646\u0646\u062f \u0686\u0631\u0627 \u06a9\u0647 \u0633\u0631\u0627\u0633\u0631 \u0633\u0631\u0632\u0645\u06cc\u0646 \u062f\u0686\u0627\u0631 \u0641\u0631\u0633\u0627\u06cc\u0634 \u0634\u062f\u0647 \u060c", "output": "\u0648\u0623\u0639\u062f\u0627\u062f \u0627\u0644\u0633\u0643\u0627\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u0639\u064a\u0634\u0648\u0646 \u0641\u064a \u0645\u0646\u0637\u0642\u0629 \u0644\u0627 \u062a\u062f\u0639\u0645\u0647\u0627 \u0627\u0644\u0623\u0631\u0636 \u060c \u0648\u0627\u0644\u0630\u064a\u0646 \u0647\u0645 \u0641\u0642\u0631\u0627\u0621 \u062c\u062f\u0627 \u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u063a\u0630\u0627\u0621 \u060c \u0648\u0644\u0627 \u064a\u0633\u062a\u0637\u064a\u0639\u0648\u0646 \u0627\u0644\u062a\u062d\u0631\u0643 \u0628\u0639\u064a\u062f\u0627 \u0628\u0633\u0628\u0628 \u062a\u062f\u0647\u0648\u0631 \u0643\u0644 \u0627\u0644\u0623\u0631\u0627\u0636\u064a.", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0627\u06cc\u0646 \u06cc\u06a9 \u0646\u0642\u0634\u0647 \u062c\u0627\u0644\u0628 \u0627\u0632 \u0631\u0648\u0627\u0628\u0637 \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0622\u0646\u0644\u0627\u06cc\u0646 \u0645\u06cc\u0627\u0646 \u0633\u0627\u0632\u0646\u062f\u06af\u0627\u0646 \u067e\u0631\u0644 \u0627\u0633\u062a.", "output": "\u0647\u0630\u0647 \u0647\u064a \u062e\u0631\u064a\u0637\u0629 \u0631\u0627\u0626\u0639\u0629 \u0644\u0644\u062a\u0639\u0627\u0648\u0646 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0628\u064a\u0646 \u0645\u0637\u0648\u0631\u064a\u0646 \u0644\u063a\u0629 \u0628\u064a\u0631\u0644.", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u067e\u0633 \u0645\u0627 \u0627\u0632 \u0627\u0644\u06af\u0648\u06cc \u06a9\u062a\u0627\u0628 \u200c \u0647\u0627\u06cc \u0641\u06a9\u0627\u0647\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f\u06cc\u0645. \u06a9\u0647 \u062f\u0627\u0633\u062a\u0627\u0646 \u200c \u0647\u0627\u06cc \u067e\u0634\u062a \u067e\u0631\u062f\u0647\u0654 \u0631\u0627 \u0628\u0627\u0632\u06af\u0648 \u06a9\u0646\u06cc\u0645 \u060c \u0627\u06cc\u0646\u06a9\u0647 \u0686\u06af\u0648\u0646\u0647 \u067e\u0631\u0648\u0698\u0647 \u200c \u0647\u0627\u06cc\u0645\u0627\u0646 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u062a\u0637\u0627\u0628\u0642 \u0648 \u0628\u062f\u06cc\u0647 \u06af\u0648\u06cc\u06cc \u0628\u0647 \u062a\u06a9\u0627\u0645\u0644 \u0645\u06cc \u200c \u0631\u0633\u0646\u062f.", "output": "\u0644\u0630\u0644\u0643 \u0642\u0645\u0646\u0627 \u0623\u0633\u0627\u0633\u0627\u064b \u0628\u0646\u0633\u062e \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0643\u062a\u0627\u0628 \u0627\u0644\u0641\u0643\u0627\u0647\u064a \u0648\u0628\u0630\u0644\u0643 \u0646\u0633\u062a\u0637\u064a\u0639 \u0631\u0648\u0627\u064a\u0629 \u0627\u0644\u0642\u0635\u0635 \u062e\u0644\u0641 \u0627\u0644\u0643\u0648\u0627\u0644\u064a\u0633 \u0643\u064a\u0641 \u0641\u064a \u0627\u0644\u062d\u0642\u064a\u0642\u0629 \u0645\u0634\u0627\u0631\u064a\u0639\u0646\u0627 \u062a\u062a\u0637\u0648\u0631 \u0639\u0628\u0631 \u0627\u0644\u062a\u0643\u064a\u0641 \u0648\u0627\u0644\u0625\u0631\u062a\u062c\u0627\u0644", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0628\u064a\u0645\u0627\u0631\u064a\u0647\u0627\u0649 \u0645\u0633\u0631\u0649 \u0632\u064a\u0627\u062f \u0627\u0648\u0646\u062c\u0627 \u0628\u0648\u062f.", "output": "\u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0623\u0648\u0628\u0626\u0629.", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0648 \u0628\u0631\u0627\u064a \u0627\u0648\u0644\u064a\u0646 \u0628\u0627\u0631 \u062f\u0631 \u0637\u064a \u06f2\u06f3 \u0633\u0627\u0644 \u0645\u0646 \u0648\u0627\u0642\u0639\u0627\u064b \u062a\u0648\u0627\u0646\u0633\u062a\u0645 \u062f\u0631 \u0645\u0648\u0631\u062f \u0627\u064a\u0646 \u0645\u0633\u0627\u0626\u0644 \u0635\u062d\u0628\u062a \u06a9\u0646\u0645 \u0622\u0632\u0627\u062f\u0627\u0646\u0647 \u060c \u0645\u062b\u0644 \u0628\u0642\u064a\u0647 \u0645\u0631\u062f\u0645", "output": "\u0648\u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0645\u0646\u0630 23 \u0639\u0627\u0645 \u060c \u0627\u0633\u062a\u0637\u0639\u062a \u0623\u0646 \u0623\u062a\u062d\u062f\u062b \u0639\u0646 \u0623\u0634\u064a\u0627\u0621 \u0628\u062d\u0631\u064a\u0629 \u0644\u0623\u064a \u0623\u062d\u062f.", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic.", "input": "\u0627\u0632 \u0632\u0627\u0648\u06cc\u0647 \u062f\u06cc\u06af\u0631 \u060c \u0628\u0633\u06cc\u0627\u0631 \u062e\u0648\u0634\u0628\u06cc\u0646\u0627\u0646\u0647 \u0647\u0645 \u0647\u0633\u062a \u0686\u0648\u0646 \u0628\u0647 \u0627\u06cc\u0646 \u0645\u0639\u0646\u0627\u0633\u062a \u06a9\u0647 \u0631\u0634\u062f \u0635\u0646\u0639\u062a \u062e\u0648\u062f\u0631\u0648\u0647\u0627\u06cc \u0628\u0631\u0642\u06cc \u0627\u0632 \u06f1\u06f0\u06f0 \u066b \u06f0\u06f0\u06f0 \u0639\u062f\u062f \u062e\u0648\u062f\u0631\u0648 \u062f\u0631 \u0633\u0627\u0644 \u06f2\u06f0\u06f1\u06f1 \u0628\u0647 \u06f1\u06f0 \u0645\u06cc\u0644\u06cc\u0648\u0646 \u062e\u0648\u062f\u0631\u0648 \u062f\u0631 \u0633\u0627\u0644 \u06f2\u06f0\u06f1\u06f6 \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f. \u0631\u0634\u062f\u06cc \u0635\u062f\u0628\u0631\u0627\u0628\u0631 \u062f\u0631 \u0637\u06cc \u067e\u0646\u062c \u0633\u0627\u0644.", "output": "\u0648\u0647\u0648 \u0623\u064a\u0636\u0627\u064b \u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0623\u0643\u062b\u0631 \u062a\u0641\u0627\u0624\u0644\u0627\u064b \u0644\u0623\u0646 \u0647\u0630\u0627 \u064a\u0639\u0646\u064a \u0625\u0646\u0646\u0627 \u0633\u0648\u0641 \u0646\u064f\u0648\u0633\u0650\u0639 \u062d\u062c\u0645 \u0647\u0630\u0647 \u0627\u0644\u0635\u0646\u0627\u0639\u0629 \u0645\u0646 \u0661\u0660\u0660 \u0623\u0644\u0641 \u0633\u064a\u0627\u0631\u0629 \u0641\u064a \u0639\u0627\u0645 \u0662\u0660\u0661\u0661, \u0625\u0644\u0649 \u0661\u0660 \u0645\u0644\u0627\u064a\u064a\u0646 \u0633\u064a\u0627\u0631\u0629 \u0628\u062d\u0644\u0648\u0644 \u0662\u0660\u0661\u0666 \u2014 \u0661\u0660\u0660 \u0636\u0639\u0641 \u0646\u0645\u0648 \u0641\u064a \u0623\u0642\u0644 \u0645\u0646 \u0665 \u0633\u0646\u0648\u0627\u062a.", "category": "Translation 391.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u0627\u0648 \u0645\u0648\u0634\u06a9 \u0628\u0647 \u0647\u0648\u0627 \u067e\u0631\u062a\u0627\u0628 \u0646\u06a9\u0631\u062f!", "output": "\u05d6\u05d4 \u05dc\u05d0 \u05d4\u05d9\u05d4 \u05de\u05d3\u05e2 \u05d8\u05d9\u05dc\u05d9\u05dd.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u0628\u0639\u0644\u0627\u0648\u0647 \u0628\u0630\u0631 \u0627\u06cc\u0646 \u062f\u0631\u062e\u062a\u0627\u0646 \u0628\u0648\u0633\u06cc\u0644\u0647 \u067e\u0631\u0646\u062f\u0647 \u0647\u0627 \u0628\u0647 \u0627\u06cc\u0646 \u0637\u0631\u0641 \u0648 \u0627\u0648\u0646 \u0637\u0631\u0641 \u0648 \u0646\u0632\u062f\u06cc\u06a9 \u062f\u06cc\u0648\u0627\u0631\u0647\u0627\u06cc \u0636\u062f \u0635\u062f\u0627\u06cc \u0642\u0637\u0627\u0631 \u0633\u0631\u06cc\u0639 \u0627\u0644\u0633\u06cc\u0631 \u0634\u0647\u0631\u06cc \u067e\u062e\u0634 \u0634\u062f\u0646\u062f \u06a9\u0647 \u062d\u062f\u0648\u062f\u0627 \u062f\u0631 \u0627\u0644\u0645\u067e\u06cc\u06a9 \u06f1\u06f9\u06f8\u06f8 \u0633\u0627\u062e\u062a\u0647 \u0634\u062f\u0646\u062f.", "output": "\u05d4\u05d6\u05e8\u05e2\u05d9\u05dd \u05de\u05d0\u05d5\u05ea\u05dd \u05e2\u05e6\u05d9\u05dd \u05e0\u05e4\u05d5\u05e6\u05d5 \u05d2\u05dd \u05e2 \"\" \u05d9 \u05e6\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd \u05dc\u05de\u05e7\u05d5\u05de\u05d5\u05ea \u05e9\u05d5\u05e0\u05d9\u05dd \u05dc\u05d9\u05d3 \u05d4\u05d7\u05d5\u05de\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05d3\u05d5\u05ea \u05dc\u05e8\u05e2\u05e9 \u05e9\u05dc \u05d4\u05d3\u05e8\u05da \u05d4\u05de\u05d4\u05d9\u05e8\u05d4 \u05d4\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05ea \u05e9\u05e0\u05e1\u05dc\u05dc\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05d0\u05d5\u05dc\u05d9\u05de\u05d9\u05e4\u05d0\u05d3\u05d4 \u05e9\u05dc 1988.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u062a\u0645\u0627\u0645 \u0645\u0631\u062f\u0645 \u062c\u0647\u0627\u0646 \u0645\u062a\u062d\u062f \u062e\u0648\u0627\u0647\u0646\u062f \u0634\u062f \u0648 \u062f\u0631 \u0627\u06cc\u0646 \u0628\u0647\u0634\u062a \u0632\u0645\u06cc\u0646\u06cc \u0628\u0631\u0627\u06cc \u0647\u0645\u06cc\u0634\u0647 \u0628\u0647 \u062e\u0648\u0634\u06cc \u0632\u0646\u062f\u06af\u06cc \u062e\u0648\u0627\u0647\u0646\u062f \u06a9\u0631\u062f.", "output": "\u05db\u05dc \u05e2\u05de\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd \u05d9\u05ea\u05d0\u05d7\u05d3\u05d5 \u05d1\u05d2\u05df \u05d4\u05e2\u05d3\u05df \u05d4\u05d6\u05d4 \u05e2\u05dc\u05d9 \u05d4\u05d0\u05d3\u05de\u05d5\u05ea \u05d5\u05d9\u05d7\u05d9\u05d5 \u05d1\u05d0\u05d5\u05e9\u05e8 \u05dc\u05e2\u05d3.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u0627\u0645\u0627 \u0627\u0632 \u0646\u0638\u0631 \u0645\u0627\u0644\u06cc \u062f\u0631 \u0627\u0645\u0646\u06cc\u062a \u0646\u06cc\u0633\u062a.", "output": "\u05d0\u05d1\u05dc \u05d4\u05d9\u05d0 \u05dc\u05d0 \u05d1\u05d8\u05d5\u05d7\u05d4 \u05db\u05dc\u05db\u05dc\u05d9\u05ea.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u0645\u06cc \u200c \u062e\u0648\u0627\u0645 \u0628\u0647 \u0645\u062f\u0631\u0633\u0647 \u0628\u0631\u0645. \"\" \u0633\u0627\u0644 \u06f2\u06f0\u06f1\u06f0: \u06cc\u06a9 \u0632\u0646 \u062c\u0648\u0627\u0646 \u062f\u0631 \u0645\u0642\u0627\u0628\u0644 \u0631\u0626\u06cc\u0633 \u062c\u0645\u0647\u0648\u0631 \u0633\u0650\u0631\u0644\u06cc\u0641 \u0645\u06cc \u200c \u0627\u06cc\u0633\u062a\u062f \u0648 \u0627\u0638\u0647\u0627\u0631 \u0645\u06cc\u06a9\u0646\u062f \u06a9\u0647 \u0686\u06af\u0648\u0646\u0647 \u0627\u0648 \u0648 \u062e\u0648\u0627\u0647\u0631\u0627\u0646 \u0648 \u0628\u0631\u0627\u062f\u0631\u0627\u0646\u0634 \u0628\u0627 \u0647\u0645 \u0632\u0646\u062f\u06af\u06cc \u200c \u0645\u06cc \u200c \u06a9\u0631\u062f\u0646\u062f. \u067e\u062f\u0631 \u0648 \u0645\u0627\u062f\u0631\u0634\u0627\u0646 \u062f\u0631 \u062c\u0646\u06af \u0645\u0631\u062f\u0646\u062f.", "output": "\u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05dc\u05db\u05ea \u05dc\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \"\". 2010: \u05d0\u05d9\u05e9\u05d4 \u05e6\u05e2\u05d9\u05e8\u05d4 \u05e2\u05d5\u05de\u05d3\u05ea \u05d1\u05e4\u05e0\u05d9 \u05d4\u05e0\u05e9\u05d9\u05d0\u05d4 \u05e1\u05d9\u05e8\u05dc\u05d9\u05e3 \u05d5\u05de\u05e6\u05d9\u05d2\u05d4 \u05d1\u05e4\u05e0\u05d9\u05d4 \u05d0\u05ea \u05e2\u05d3\u05d5\u05ea\u05d4 \u05db\u05d9\u05e6\u05d3 \u05d4\u05d9\u05d0 \u05d5\u05d0\u05d7\u05d9\u05d4 \u05d7\u05d9\u05d9\u05dd \u05d9\u05d7\u05d3\u05d9\u05d5, \u05d0\u05d1\u05d9\u05d4\u05dd \u05d5\u05d0\u05d9\u05de\u05dd \u05e0\u05d4\u05e8\u05d2\u05d5 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05de\u05dc\u05d7\u05de\u05d4.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u06a9\u0647 \u0647\u0645\u06cc\u0634\u0647 \u062a\u0648\u06cc \u0642\u0644\u0645\u0631\u0648 \u062e\u0648\u062f\u0634 \u0628\u0627 \u0639\u0635\u0628\u0627\u0646\u06cc\u062a \u0631\u0641\u062a \u0648 \u0622\u0645\u062f \u0645\u06cc\u06a9\u0631\u062f \u0647\u0645\u0648\u0646\u0637\u0648\u0631 \u06a9\u0647 \u0645\u06cc \u0628\u06cc\u0646\u06cc\u062f \u0645\u062b\u0644 \u062e\u0648\u062f\u0645.", "output": "\u05d4\u05d5\u05d0 \u05db\u05dc \u05d4\u05d6\u05de\u05df \u05d4\u05d9\u05d4 \u05e2\u05dc \u05e1\u05e3 \u05e2\u05e6\u05d1\u05d9\u05dd, \u05de\u05de\u05e9 \u05db\u05de\u05d5\u05e0\u05d9, \u05db\u05e4\u05d9 \u05e9\u05d0\u05ea\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u0645\u0627 \u0628\u0631\u0646\u0627\u0645\u0647 \u200c \u0631\u064a\u0632\u064a \u0643\u0631\u062f\u0647 \u200c \u0627\u064a\u0645 \u0643\u0647 \u062f\u0631 \u0633\u0627\u0644 2010 \u0627\u064a\u0646 \u0648\u0633\u064a\u0644\u0647 \u0631\u0627 \u062f\u0631 \u0647\u0646\u062f \u0639\u0631\u0636\u0647 \u0643\u0646\u064a\u0645. \u0648 \u0642\u064a\u0645\u062a \u0645\u0648\u0631\u062f \u0646\u0638\u0631 \u0628\u064a\u0633\u062a \u0648 \u067e\u0646\u062c \u062f\u0644\u0627\u0631 \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f \u0643\u0645\u062a\u0631 \u0627\u0632 \u064a\u0643 \u0647\u0632\u0627\u0631\u0645 \u0642\u064a\u0645\u062a \u064a\u0643 \u062f\u0633\u062a\u06af\u0627\u0647 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f \u067e\u0631\u0648\u0631\u0634 \u0646\u0648\u0632\u0627\u062f\u0627\u0646 \u0646\u0627\u0631\u0633", "output": "\u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05ea\u05db\u05d5\u05d5\u05e0\u05d9\u05dd \u05dc\u05d4\u05e9\u05d9\u05e7 \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05d6\u05d4 \u05d1\u05d4\u05d5\u05d3\u05d5 \u05d1\u05e9\u05e0\u05ea 2010. \u05d5\u05de\u05d7\u05d9\u05e8 \u05d4\u05d9\u05e2\u05d3 \u05d9\u05d4\u05d9\u05d4 25 \u05d3\u05d5\u05dc\u05e8, \u05e4\u05d7\u05d5\u05ea \u05de% 0.1 \u05de\u05e2\u05dc\u05d5\u05ea\u05d5 \u05e9\u05dc \u05d0\u05d9\u05e0\u05e7\u05d5\u05d1\u05d8\u05d5\u05e8 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u0645\u0646 \u062f\u0631 \u0622\u0646\u062c\u0627 \u062a\u0635\u0645\u06cc\u0645 \u062e\u0648\u062f\u0645 \u0631\u0627 \u06af\u0631\u0641\u062a\u0645 \u0648 \u0633\u067e\u0633 \u0622\u0646 \u0631\u0648\u0632 \u060c \u0628\u0647 \u0631\u0648\u0634\u06cc \u0642\u0635\u062f \u0633\u0641\u0631 \u0628\u0627 \u0642\u0627\u06cc\u0642 \u0628\u0647 \u062f\u0648\u0631 \u062f\u0646\u06cc\u0627 \u0631\u0627 \u062f\u0627\u0634\u062a\u0645.", "output": "\u05d4\u05d7\u05dc\u05d8\u05ea\u05d9 \u05d0\u05d6, \u05e9\u05d9\u05d5\u05dd \u05d0\u05d7\u05d3, \u05d0\u05d9\u05db\u05e9\u05d4\u05d5, \u05d0\u05e6\u05d0 \u05dc\u05d4\u05e4\u05dc\u05d9\u05d2 \u05de\u05e1\u05d1\u05d9\u05d1 \u05dc\u05e2\u05d5\u05dc\u05dd.", "category": "Translation 392.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew.", "input": "\u0648 \u0639\u0644\u0627\u0648\u0647 \u0628\u0631\u0627\u06cc\u0646 \u060c \u062f\u0631\u06a9 \u0634\u0645\u0627 \u0631\u0648 \u0628\u0635\u0648\u0631\u062a \u062e\u06cc\u0644\u06cc \u0639\u0645\u06cc\u0642\u06cc \u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u06a9\u0627\u0631\u06cc \u06a9\u0647 \u0645\u06cc\u06a9\u0646\u06cc\u062f \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u062f\u0647. \u0648 \u0639\u0644\u0627\u0648\u0647 \u0628\u0631\u0627\u06cc\u0646 \u060c \u062f\u0631\u06a9 \u0634\u0645\u0627 \u0631\u0648 \u0628\u0635\u0648\u0631\u062a \u062e\u06cc\u0644\u06cc \u0639\u0645\u06cc\u0642\u06cc \u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u06a9\u0627\u0631\u06cc \u06a9\u0647 \u0645\u06cc\u06a9\u0646\u06cc\u062f \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u062f\u0647.", "output": "\u05d1\u05e0\u05d5\u05e1\u05e3, \u05d4\u05d5\u05d0 \u05de\u05e9\u05e0\u05d4 \u05de\u05d4\u05d5\u05ea\u05d9\u05ea \u05d0\u05ea \u05d4\u05ea\u05e4\u05d9\u05e1\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05dc\u05e4\u05d9 \u05de\u05d4 \u05e9\u05d0\u05e0\u05d5 \u05e2\u05d5\u05e9\u05d9\u05dd \u05d1\u05e4\u05d5\u05e2\u05dc.", "category": "Translation 392.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "walk and jump twice", "output": "I_WALK I_JUMP I_JUMP", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "jump opposite left and walk left thrice", "output": "I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "jump and look around left twice", "output": "I_JUMP I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "run opposite left after turn around right", "output": "I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_LEFT I_TURN_LEFT I_RUN", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "look opposite right thrice after walk opposite right", "output": "I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "look opposite left and turn around right thrice", "output": "I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "jump opposite right twice after walk", "output": "I_WALK I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "run opposite right and run opposite right thrice", "output": "I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN", "category": "Text to Code 393.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "turn opposite left thrice and run left twice", "output": "I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN", "category": "Text to Code 393.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u0648 \u0627\u06cc\u0646 \u062d\u0642\u06cc\u0642\u062a \u06a9\u0647 \u0627\u06cc\u0646 \u0627\u0639\u062f\u0627\u062f \u0645\u062d\u0635\u0648\u0644 \u0627\u06cc\u0646 \u0641\u0631\u0647\u0646\u06af \u0647\u0633\u062a\u0646\u062f \u0627\u06cc\u0646 \u0641\u06a9\u0631 \u0631\u0627 \u0628\u0647 \u062e\u0637\u0648\u0631 \u0645\u0627 \u0645\u06cc \u0627\u0646\u062f\u0627\u0632\u062f \u06a9\u0647 \u0622\u0646\u0647\u0627 \u0686\u06cc\u0632\u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0622\u0645\u0648\u0632\u0634 \u0645\u0627 \u062f\u0627\u0631\u0646\u062f", "output": "E o feito de que esta cultura produza estes n\u00fameros suxire fortemente que te\u00f1en algo que nos ensinar.", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u0648 \u0628\u0639\u062f \u0627\u06cc\u0646 \u0631\u063a\u0628\u062a \u0628\u06cc\u0634\u062a\u0631 \u0645\u06cc \u0634\u0647.", "output": "E logo conv\u00e9rtese en algo m\u00e1is.", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u062f\u0631 \u0648\u0627\u0642\u0639 \u0645\u062c\u0644\u0647 \u067e\u0632\u0634\u06a9\u06cc \u0644\u0646\u0633\u0646\u062a \u06a9\u0647 \u0627\u06cc\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0645\u0646\u062a\u0634\u0631 \u06a9\u0631\u062f\u0647 \u0628\u0648\u062f \u062f\u0631 \u0627\u06cc\u0646 \u0645\u0648\u0631\u062f \u0639\u0642\u0628 \u0646\u0634\u06cc\u0646\u06cc \u06a9\u0631\u062f \u0648 \u0646\u0648\u06cc\u0633\u0646\u062f\u0647 \u0622\u0646 \u062f\u06a9\u062a\u0631 \u06cc \u0628\u0648\u062f \u06a9\u0647 \u067e\u0631\u0648\u0627\u0646\u0647 \u067e\u0632\u0634\u06a9\u06cc \u0627\u0648 \u0644\u063a\u0648 \u0634\u062f.", "output": "En realidade, foi retirada da revista Lancet, onde se publicou, e ao autor, un m\u00e9dico, quit\u00e1ronlle a licenza m\u00e9dica.", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u0637\u0631\u062d \u0645\u0627 \u062e\u0644\u0642 \u06cc\u06a9 \u0628\u062f\u0646 \u062c\u062f\u06cc\u062f \u0628\u0648\u062f.", "output": "O que propuxemos foi crear un corpo novo:", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u0628\u0644\u0647 \u060c \u0627\u06cc\u0646 \u0641\u0631\u062f \u0628\u0627\u0632\u0646\u0634\u0633\u062a\u0647 \u0634\u062f \u0628\u0627 150 \u062f\u0631\u0635\u062f \u062d\u0642\u0648\u0642 \u062f\u0631\u06cc\u0627\u0641\u062a\u06cc\u0634 \u0628\u0647 \u0647\u0646\u06af\u0627\u0645 \u0628\u0627\u0632\u0646\u0634\u0633\u062a\u06af\u06cc.", "output": "Si, esta persoa xubilouse co 150% da s\u00faa renda de traballador na xubilaci\u00f3n.", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u0648 \u0627\u0648\u0646 \u0645\u0648\u0642\u0639 \u0628\u0648\u062f \u06a9\u0647 \u06a9\u0645\u062f\u06cc \u0631\u0648 \u06a9\u0634\u0641 \u06a9\u0631\u062f\u0645.", "output": "E foi ent\u00f3n cando descubr\u00edn a comedia.", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "(\u0635\u062f\u0627\u06cc \u062e\u0646\u062f\u0647 \u062d\u0627\u0636\u0631\u06cc\u0646) \u06af\u06cc\u062c \u0634\u062f\u06cc\u062f \u061f", "output": "(Risas) Confundidos?", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u067e\u0633 \u0627\u06cc\u0646 \u0646\u0648\u0639 \u06a9\u0646\u062a\u0631\u0644 \u0628\u0633\u06cc\u0627\u0631 \u0645\u062a\u06a9\u06cc \u0628\u0647 \u0631\u0648\u0627\u0646 \u0627\u0645\u0627 \u0647\u0645\u0686\u0646\u0627\u0646 \u0628\u0633\u06cc\u0627\u0631 \u0642\u0648\u06cc \u0627\u0633\u062a.", "output": "As\u00ed que \u00e9 unha clase de, un control moi espiritual, pero a\u00ednda un control moi firme.", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.", "input": "\u0628\u0647 \u062c\u0627\u06cc \u062e\u0646\u062f\u06cc\u062f\u0646 \u0628\u0647 \u0627\u06cc\u0646 \u0628\u062f\u0639\u062a \u06cc\u0627 \u06af\u0641\u062a\u0646 \u0627\u06cc\u0646\u06a9\u0647 \u0635\u0628\u0631 \u06a9\u0646 \u062a\u0627 \u0628\u0632\u0631\u06af\u062a\u0631 \u0634\u0648\u06cc \u060c \u0648\u0627\u0644\u062f\u06cc\u0646\u0645 \u062e\u06cc\u0644\u06cc \u062d\u0645\u0627\u06cc\u062a\u0645 \u06a9\u0631\u062f\u0646\u062f.", "output": "No canto de mofarse da herex\u00eda ou dicir que agardara ata que fose m\u00e1is vella, os meus pais apoi\u00e1ronme moito.", "category": "Translation 394.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u0645\u0648\u0627\u0646\u0639 \u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a \u0647\u0645 \u06a9\u0645\u062a\u0631 \u0634\u062f\u0647 \u0627\u0633\u062a. \u0646\u06cc\u0627\u0632 \u0628\u0647 \u06af\u0641\u062a\u0646 \u0646\u06cc\u0633\u062a \u06a9\u0647 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a \u062a\u0627\u0686\u0647 \u062d\u062f \u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a \u0631\u0627 \u06af\u0633\u062a\u0631\u0634 \u062f\u0627\u062f\u0647 \u200c \u0627\u0633\u062a.", "output": "Le barriere alla comunicazione, non ve lo devo dire io, internet per esempio, sono cadute.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u0627\u06af\u0631 \u0634\u0645\u0627 \u0628\u0647 \u0627\u062c\u062f\u0627\u062f \u0645\u0627\u0646 \u060c \u0646\u0626\u0627\u0646\u062f\u0631\u062a\u0627\u0644 \u0647\u0627 (\u0627\u0646\u0633\u0627\u0646\u0647\u0627\u06cc \u063a\u0627\u0631 \u0646\u0634\u06cc\u0646) \u0648 \u0647\u0648\u0645\u0648 \u0627\u0631\u06a9\u062a\u0648\u0633 (\u0627\u0646\u0633\u0627\u0646 \u0627\u0648\u0644\u06cc\u0647) \u0648 \u0627\u062c\u062f\u0627\u062f \u0628\u0639\u062f \u0627\u0632 \u0622\u0646 \u0646\u06af\u0627\u0647 \u06a9\u0646\u06cc\u062f \u060c \u0622\u0646\u0647\u0627 \u062f\u0631 \u0645\u0646\u0627\u0637\u0642 \u06a9\u0648\u0686\u06a9\u06cc \u0627\u0632 \u062c\u0647\u0627\u0646 \u0645\u062d\u062f\u0648\u062f \u0647\u0633\u062a\u0646\u062f.", "output": "Se osservate i nostri antenati, i Neanderthal e l'Homo Erectus, i nostri antenati pi\u00f9 prossimi, erano confinati entro piccole regioni del mondo.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u0648 \u0627\u0644\u0628\u062a\u0647 \u0642\u0633\u0645\u062a \u0646\u0627\u0631\u0627\u062d\u062a \u06a9\u0646\u0646\u062f\u0647 \u0627\u06cc\u0646 \u062a\u062d\u0642\u06cc\u0642 \u0627\u06cc\u0646 \u0628\u0648\u062f \u06a9\u0647 \u0622\u0646\u0647\u0627 \u062f\u0627\u0646\u0634 \u0622\u0645\u0648\u0632\u0627\u0646 \u0633\u0637\u062d A \u0631\u0627 \u062c\u062f\u0627 \u06a9\u0631\u062f\u0646\u062f \u0648 \u0628\u0647 \u0622\u0646\u0647\u0627 \u06af\u0641\u062a\u0646\u062f \u062f\u0631 \u0633\u0637\u062d D \u0647\u0633\u062a\u0646\u062f \u0648 \u0622\u0646\u0686\u0647 \u062f\u0631 \u067e\u0627\u06cc\u0627\u0646 \u0627\u06cc\u0646 \u0633\u0647 \u0645\u0627\u0647 \u0627\u062a\u0641\u0627\u0642 \u0627\u0641\u062a\u0627\u062f \u0627\u06cc\u0646 \u0628\u0648\u062f \u06a9\u0647", "output": "E, chiaramente, il triste risvolto di questo studio, e che hanno preso degli studenti da \"\" Ottimo \"\" gli hanno detto che erano \"\" insufficiente \"\" E, questo \u00e8 quello che \u00e8 successo alla fine dei tre mesi.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u0627\u0645\u06cc\u062f\u0648\u0627\u0631\u0645 \u06a9\u0647 \u0645\u0646\u0638\u0648\u0631\u0645 \u0631\u0627 \u06af\u0641\u062a\u0647 \u0628\u0627\u0634\u0645: \u062a\u0639\u0627\u062f\u0644 \u0645\u06cc\u0627\u0646 \u06a9\u0627\u0648\u0634 \u0648 \u0633\u0648\u062f\u0622\u0648\u0631\u06cc \u0646\u062a\u06cc\u062c\u0647 \u0628\u0632\u0631\u06af\u06cc \u062f\u0627\u0631\u062f.", "output": "Spero di aver spiegato il punto: l'equilibrio fra esplorazione e sfruttamento ha un grande risultato.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u0648 \u0628\u0647\u062a\u0631\u06cc\u0646 \u06a9\u0627\u0631 \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u0645\u06cc\u062f\u0647\u06cc\u0645. \u0627\u0646\u0633\u0648\u0644\u06cc\u0646 \u0628\u0647\u062a\u0631\u06cc\u0646 \u062f\u0631\u0645\u0627\u0646 \u0622\u0646 \u0627\u0633\u062a.", "output": "E facciamo bene, l'insulina \u00e8 una terapia piuttosto buona.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u062c\u0648\u0644\u06cc\u0627 \u062f\u0631 \u062c\u0646\u06af \u062c\u0647\u0627\u0646\u06cc \u062f\u0648\u0645 \u062c\u0627\u0633\u0648\u0633 \u0628\u0648\u062f \u060c \u0648 \u0648\u0642\u062a\u06cc \u06a9\u0647 \u062c\u0646\u06af \u0628\u0647 \u067e\u0627\u06cc\u0627\u0646 \u0631\u0633\u06cc\u062f \u060c \u0627\u0632\u062f\u0648\u0627\u062c \u06a9\u0631\u062f \u060c \u0628\u0647 \u0641\u0631\u0627\u0646\u0633\u0647 \u0631\u0641\u062a \u060c \u0648 \u062a\u0635\u0645\u06cc\u0645 \u06af\u0631\u0641\u062a \u06a9\u0644\u0627\u0633 \u0622\u0634\u067e\u0632\u06cc \u0631\u0627 \u0627\u0645\u062a\u062d\u0627\u0646 \u06a9\u0646\u062f.", "output": "Julia era una spia durante la II Guerra Mondiale, e a guerra finita, si spos\u00f2, and\u00f2 in Francia e decise di iniziare una scuola di cucina.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u06cc\u0627 \u0627\u06cc\u0646\u06a9\u0647 \u0645\u0627 \u0645\u06cc \u200c \u062a\u0648\u0627\u0646\u06cc\u0645 \u0627\u0633\u0627\u0633\u0627 \u0631\u0648\u0634 \u0633\u0627\u062e\u062a \u0686\u06cc\u0632\u0647\u0627 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0647\u06cc\u0645 \u0627\u06af\u0631 \u0631\u0628\u0627\u062a\u0647\u0627\u06cc \u06a9\u0648\u0686\u06a9 \u0645\u0627\u0646 \u0628\u0647 \u0647\u0645\u0627\u0646 \u0634\u06cc\u0648\u0647 \u06a9\u0647 \u0645\u0648\u0631\u06cc\u0627\u0646\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f \u06a9\u0627\u0631 \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u0646\u062f \u060c \u0648 \u0622\u0646\u0647\u0627 \u06cc\u06a9 \u06a9\u0648\u0647 \u0647\u0634\u062a \u0645\u062a\u0631\u06cc \u0628\u0627\u0648\u0631\u0646\u06a9\u0631\u062f\u0646\u06cc \u0631\u0627 \u0633\u0627\u062e\u062a\u0646\u062f \u060c \u0622\u067e\u0627\u0631\u062a\u0645\u0627\u0646\u06cc \u0628\u0627 \u062a\u0647\u0648\u06cc\u0647 \u062e\u0648\u0628 \u0628\u0631\u0627\u06cc \u062f\u06cc\u06af\u0631 \u0645\u0648\u0631\u06cc\u0627\u0646\u0647 \u200c \u0647\u0627 \u062f\u0631 \u0622\u0641\u0631\u06cc\u0642\u0627 \u0648 \u0627\u0633\u062a\u0631\u0627\u0644\u06cc\u0627.", "output": "Potremmo cambiare radicalmente modo di costruire le cose se potessimo far funzionare i nostri minuscoli robot come le termiti, costruiscono questi cumuli di otto metri di altezza, edifici abitativi ben ventilati per altre termiti in Africa e Australia.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u0645\u06cc \u200c \u0628\u06cc\u0646\u06cc\u062f \u060c \u0634\u0645\u0627 \u0641\u0631\u0635\u062a\u0647\u0627\u06cc \u062e\u0648\u0631\u0634\u06cc\u062f\u06cc \u0648 \u0628\u0627\u062f\u06cc \u062f\u0631 \u0633\u0631\u0627\u0633\u0631 \u06a9\u0634\u0648\u0631 \u062f\u0627\u0631\u06cc\u062f.", "output": "Vedete, ci sono opportunit\u00e0 nel solare e nell'eolico in tutto il paese.", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Italian.", "input": "\u0631\u0648\u0632\u0646\u0627\u0645\u0647 \u0646\u06af\u0627\u0631\u06cc \u061f \u0639\u0636\u0648 \u0633\u0627\u0632\u0645\u0627\u0646\u06cc \u0647\u0633\u062a\u06cc \u061f \u0633\u06cc\u0627\u0633\u06cc \u0647\u0633\u062a\u06cc \u061f", "output": "Sei un giornalista? Di una ONG? Politica?", "category": "Translation 395.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0698\u0627\u06a9\u0644\u06cc\u0646 \u06f1\u06f4 \u0633\u0627\u0644 \u062f\u0627\u0634\u062a \u0648 \u0628\u0627 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \u200c \u0627\u0634 \u062f\u0631 \u0645\u0646\u0637\u0642\u0647 \u200c \u06cc \"\" \u0645\u0627\u0633\u0627\u06cc \"\" \u0632\u0646\u062f\u06af\u06cc \u0645\u06cc \u200c \u06a9\u0631\u062f\u0646\u062f \u0648 \u062f\u0631 \u06a9\u0650\u0646\u06cc\u0627 \u0642\u062d\u0637\u06cc \u0622\u0645\u062f\u0647 \u0628\u0648\u062f.", "output": "Jaclyn mia\u0142a 14 lat, mieszka\u0142a ze swoj\u0105 masajsk\u0105 rodzin\u0105, a w Kenii panuje susza.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0645\u0646 \u062e\u0648\u062f\u0645 \u0631\u0627 \u062f\u0631 \u0639\u06a9\u0633 \u0627\u0648 \u062f\u06cc\u062f\u0645.", "output": "Na tym zdj\u0119ciu zobaczy\u0142em siebie.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0627\u0648 \u0628\u0647 \u062a\u0627\u0632\u06af\u06cc \u0628\u0627 \u062f\u0648\u062a\u0627 \u0627\u0632 \u0647\u0645\u0631\u0627\u0647\u0627\u0646\u0634 \u06cc\u06a9 \u062e\u0648\u06a9 \u062f\u0631\u06cc\u0627\u06cc\u06cc \u0631\u0627 \u0633\u0647 \u062a\u06a9\u0647 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a.", "output": "W\u0142a\u015bnie sko\u0144czy\u0142a rozrywa\u0107 fok\u0119 na trzy kawa\u0142ki z dwoma kolegami.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0627\u0645\u0627 \u062a\u0627 \u06f3\u06f0 \u0633\u0627\u0644\u06af\u06cc \u0645\u0639\u0646\u06cc \u0627\u0634 \u0631\u0627 \u0648\u0627\u0642\u0639\u0627 \u062f\u0631\u06a9 \u0646\u06a9\u0631\u062f\u0645.", "output": "ale dopiero po trzydziestce naprawd\u0119 to zrozumia\u0142am.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0634\u0627\u06cc\u062f \u0628\u067e\u0631\u0633\u06cc\u062f \"\" \u0686\u0637\u0648\u0631 \u0645\u0645\u06a9\u0646 \u0647\u0633\u062a \u061f \"\"", "output": "Mo\u017cecie pyta\u0107 \"\" Jak to mo\u017cliwe? \"\".", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0627\u06cc\u0646 \u0627\u062a\u0641\u0627\u0642 \u0628\u0627\u0639\u062b \u0634\u062f \u06a9\u0647 \u0628\u06cc\u062e\u06cc\u0627\u0644 \u0627\u062f\u0627\u0645\u0647 \u067e\u0631\u0648\u0698\u0647 \u0628\u0634\u0648\u0645.", "output": "Mam ju\u017c do\u015b\u0107 tych ci\u0105g\u0142ych bada\u0144.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0645\u0646 \u062f\u0631 \u062d\u06cc\u0646 \u0627\u06cc\u0646 \u06a9\u0627\u0631 \u062f\u06cc\u062f\u0645 \u06a9\u0647 \u062c\u0648\u0627\u0646\u0627\u0646 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0646\u062f \u06a9\u0627\u0631 \u06a9\u0646\u0646\u062f \u060c \u0645\u0646 \u062f\u0631 \u062d\u06cc\u0646 \u0627\u06cc\u0646 \u06a9\u0627\u0631 \u062f\u06cc\u062f\u0645 \u06a9\u0647 \u062c\u0648\u0627\u0646\u0627\u0646 \u062f\u0648\u0633\u062a \u062f\u0627\u0631\u0646\u062f \u06a9\u0627\u0631 \u06a9\u0646\u0646\u062f \u060c \u0627\u0645\u0627 \u0622\u0646 \u0647\u0627 \u0627\u0632 \u0648\u0642\u062a\u06cc \u06a9\u0647 \u0628\u0647 \u062f\u0646\u06cc\u0627 \u0645\u06cc \u0622\u06cc\u0646\u062f \u0645\u0633\u06cc\u0631 \u0645\u0634\u062e\u0635\u06cc \u0631\u0627 \u062f\u0646\u0628\u0627\u0644 \u0645\u06cc \u06a9\u0646\u0646\u062f \u2014 \u0645\u0646 \u0628\u0686\u0647 \u0647\u0627\u06cc \u0631\u0646\u06af\u06cc\u0646 \u067e\u0648\u0633\u062a \u0631\u0627 \u0645\u06cc \u062f\u06cc\u062f\u0645 \u06a9\u0647 \u062f\u0631 \u0645\u0633\u06cc\u0631 \u0645\u0634\u062e\u0635\u06cc \u067e\u06cc\u0634 \u0645\u06cc \u0631\u0641\u062a\u0646\u062f \u06a9\u0647 \u0627\u0646\u06af\u0627\u0631 \u0628\u0631\u0627\u06cc \u0622\u0646 \u0647\u0627 \u0637\u0631\u0627\u062d\u06cc \u0634\u062f\u0647 \u0628\u0648\u062f \u060c \u0645\u0646 \u0628\u0686\u0647 \u0647\u0627\u06cc \u0631\u0646\u06af\u06cc\u0646 \u067e\u0648\u0633\u062a \u0631\u0627 \u0645\u06cc \u062f\u06cc\u062f\u0645 \u06a9\u0647 \u062f\u0631 \u0645\u0633\u06cc\u0631 \u0645\u0634\u062e\u0635\u06cc \u067e\u06cc\u0634 \u0645\u06cc \u0631\u0641\u062a\u0646\u062f \u06a9\u0647 \u0627\u0646\u06af\u0627\u0631 \u0628\u0631\u0627\u06cc \u0622\u0646 \u0647\u0627 \u0637\u0631\u0627\u062d\u06cc \u0634\u062f\u0647 \u0628\u0648\u062f \u060c \u0645\u0633\u06cc\u0631\u06cc \u06a9\u0647 \u0622\u0646 \u0647\u0627 \u0631\u0627 \u0628\u0647 \u0633\u0648\u06cc \u062a\u0628\u0627\u0647\u06cc \u0645\u06cc \u0628\u0631\u062f.", "output": "Widz\u0119 m\u0142odych ludzi, kt\u00f3rzy chc\u0105 pracowa\u0107, ale jednocze\u015bnie nie mog\u0105; dzieci o r\u00f3\u017cnych kolorach sk\u00f3ry id\u0105 wyznaczon\u0105 im \u015bcie\u017ck\u0105, kt\u00f3ra prowadzi donik\u0105d.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0648 \u0645\u0645\u06a9\u0646\u0647 \u0628\u0647 \u0627\u06cc\u0646 \u0646\u06a9\u062a\u0647 \u0647\u0645 \u062a\u0648\u062c\u0647 \u06a9\u0646\u06cc\u062f \u06a9\u0647 \u0627\u0648\u0646 \u0628\u0635\u0648\u0631\u062a \u0628\u0627\u0648\u0631\u0646\u06a9\u0631\u062f\u0646\u06cc \u0627\u06cc \u062f\u0631\u062f\u0646\u0627\u06a9\u0647.", "output": "Mo\u017ce uwzgl\u0119dniacie te\u017c fakt, \u017ce jest to niezwykle bolesne.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish.", "input": "\u0627\u06cc\u0646 \u0646\u0627\u0645\u0647 \u06cc \u067e\u062f\u0631\u0645 \u0628\u0647 \u0645\u0646\u0647 \u06a9\u0647 \u0628\u0647\u0645 \u06af\u0641\u062a\u0647 \u0628\u0648\u062f \u06a9\u0647 \u0628\u0627 \u062f\u062e\u062a\u0631\u06cc \u0627\u0632\u062f\u0648\u0627\u062c \u06a9\u0646\u0645 \u06a9\u0647 \u062f\u0631 20 \u0633\u0627\u0644\u06af\u06cc \u0628\u0627\u0647\u0627\u0634 \u0627\u0632\u062f\u0648\u0627\u062c \u06a9\u0631\u062f\u0645.", "output": "To list od mojego ojca, kt\u00f3ry radzi\u0142 mi, \u017cebym o\u017ceni\u0142 sie z kobiet\u0105, z kt\u00f3r\u0105 si\u0119 o\u017ceni\u0142em, gdy mia\u0142em 20 lat.", "category": "Translation 396.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0627\u06cc\u0646 \u06cc\u06a9 \u0631\u0648\u0632 \u062a\u0627\u0631\u06cc\u062e\u06cc \u0628\u0648\u062f.", "output": "Foi um dia hist\u00f3rico.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0628\u0647 \u0633\u0627\u0639\u062a \u200c \u0647\u0627 \u0628\u06af\u0648 \u0628\u0627\u06cc\u0633\u062a\u0646\u062f.", "output": "Diz aos rel\u00f3gios para pararem.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0648\u0644\u06cc \u0645\u0627 \u062e\u06cc\u0644\u06cc \u0627\u0632 \u0628\u06cc\u0645\u0627\u0631\u0633\u062a\u0627\u0646 \u200c \u0647\u0627\u06cc\u0645\u0627\u0646 \u062a\u0648\u0642\u0639 \u062f\u0627\u0631\u06cc\u0645", "output": "Mas n\u00f3s pedimos demasiado aos nossos hospitais.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0627\u06af\u0647 \u0627\u064a\u0646 \u062a\u0627\u0631 \u062a\u0627 \u0627\u064a\u0646 \u062d\u062f \u0642\u0627\u0628\u0644\u064a\u062a \u0643\u0634\u0633\u0627\u0646\u064a \u0646\u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u0647 \u0637\u0628\u064a\u0639\u062a\u0627 \u0648\u0642\u062a\u064a \u064a\u0647 \u062d\u0634\u0631\u0647 \u0627\u064a \u0628\u0647 \u062a\u0627\u0631 \u0628\u0631\u062e\u0648\u0631\u062f \u0645\u064a\u0643\u0646\u0647 \u0641\u0642\u0637 \u0627\u0632 \u0631\u0648\u0634 \u0645\u064a \u0627\u0641\u062a\u0647 \u067e\u0627\u064a\u064a\u0646.", "output": "Se n\u00e3o fosse capaz de esticar tanto, quando um insecto batesse na teia seria projectado dela, tipo trampolim.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0627\u06cc\u0646\u062c\u0627\u0633\u062a \u06a9\u0647 \u2014 \u0645\u0648\u0636\u0648\u0639 \u063a\u06cc\u0631 \u0639\u0627\u062f\u06cc \u0645\u06cc \u0634\u0648\u062f.", "output": "E \u00e9 aqui que as coisas se tornam estranhas.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u062d\u0627\u0644 \u0627\u0632 \u0634\u0645\u0627 \u0645\u06cc \u200c \u062e\u0648\u0627\u0647\u0645 \u062a\u0635\u0648\u0631 \u06a9\u0646\u06cc\u062f \u06a9\u0647 \u0646\u0642\u0634\u06cc \u06a9\u0627\u0645\u0644\u0627 \u0645\u062a\u0641\u0627\u0648\u062a \u062f\u0627\u0631\u06cc\u062f \u060c \u0648 \u0622\u0646 \u00ab \u062f\u06cc\u062f\u0647 \u0628\u0627\u0646 \u00bb \u0627\u0633\u062a.", "output": "Agora gostaria que se imaginassem a desempenhar um papel diferente, o de um batedor.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0648 \u0627\u06cc\u0646 \u06a9\u0627\u0631\u06cc\u0633\u062a \u06a9\u0647 \u0627\u062f\u06cc\u0627\u0646 \u0645\u06cc\u06a9\u0646\u0646\u062f.", "output": "E \u00e9 isso o que as religi\u00f5es fazem.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0648 \u0645\u0645\u06a9\u0646\u0647 \u06a9\u0647 \u0627\u06cc\u0646 \u0628\u0647 \u0646\u0638\u0631 \u0634\u0645\u0627 \u0636\u062f \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0628\u0647 \u0646\u0638\u0631 \u0628\u0631\u0633\u0647 \u060c \u0648\u0644\u06cc \u0628\u0631\u0627\u06cc \u0645\u0627 \u0648\u0627\u0642\u0639\u0627 \u06cc\u0647 \u0631\u0648\u0634 \u0645\u062a\u0641\u0627\u0648\u062a \u0628\u0631\u0627\u06cc \u0627\u062c\u062a\u0645\u0627\u0639\u06cc \u0628\u0648\u062f\u0646 \u0628\u0648\u062f.", "output": "E isto pode parecer-vos anti-social, mas para n\u00f3s era apenas uma forma diferente de ser social.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Persian. Your job is to translate the Farsi sentence into Portugese.", "input": "\u0648\u0642\u062a\u06cc \u06a9\u0641\u0634\u0627\u0634\u0648 \u062f\u0631 \u0645\u06cc \u0622\u0648\u0631\u062f\u0645 \u060c \u0627\u0634\u06a9 \u062a\u0648 \u0686\u0634\u0645\u0627\u0634 \u062d\u0644\u0642\u0647 \u0645\u06cc\u0632\u062f.", "output": "\"\" Enquanto fugia com os t\u00e9nis, tinha l\u00e1grimas nos olhos.", "category": "Translation 397.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "Agora, olhemos para um estudante de mestrado, um pouco mais avan\u00e7ado nos seus estudos, e verificamos que ele sabe um pouco mais, mas, verifica-se que esse saber tem afunilado ligeiramente.", "output": "Now you look at a master's student, a little further along in their education, and you see they know a bit more, but it's been narrowed somewhat.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "Ent\u00e3o, essa \u00e9 uma op\u00e7\u00e3o para o futuro da crema\u00e7\u00e3o.", "output": "So that's one option for the future of cremation.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "Estamos a dar os primeiros passos.", "output": "We're taking the first steps.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "Eu nunca tive um orientador que achasse que isto era um plano de carreira leg\u00edtimo, que achasse que poderia tirar um curso em trivialidades ou ser um ex-concorrente profissional de concursos de televis\u00e3o", "output": "I never had a guidance counselor who thought this was a legitimate career path, that thought you could major in trivia or be a professional ex-game show contestant.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "Muito bem!", "output": "That's pretty good.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "Deixem-me apresentar-vos o Rezero.", "output": "Let me introduce to you Rezero.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "E isso parece correcto.", "output": "And that seems fine.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "Como posso eu dizer que sou uma coisa se estou constantemente a tentar agradar aos outros?", "output": "How could I ever say I'm any one thing when I'm constantly adapting to try to please other people?", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English.", "input": "O Qatar tem 74, e temos aquela taxa de crescimento.", "output": "Qatar has 74, and we have that growth rate.", "category": "Translation 398.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "na qual combinaremos poder tradicional com \"\" soft power \"\" em estrat\u00e9gias de poder inteligente.", "output": "\u30b9\u30de\u30fc\u30c8\u30d1\u30ef\u30fc\u306b\u3088\u308b\u6226\u7565\u304c\u751f\u307e\u308c\u308b\u3088\u3046\u306a\u65b0\u305f\u306a\u30b9\u30c8\u30fc\u30ea\u30fc\u3092\u4f5c\u308a\u4e0a\u3052\u3066\u3044\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "As consequ\u00eancias para alguns t\u00eam sido terr\u00edveis, desastrosas.", "output": "\u4e2d\u306b\u306f\u6975\u3081\u3066\u6df1\u523b\u306a\u4e8b\u614b\u306b\u9665\u3063\u305f\u4eba\u3082\u3044\u307e\u3059", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "Na Ge\u00f3rgia, fiquei num sub\u00farbio abastado ao norte de Atlanta.", "output": "\u30a2\u30c8\u30e9\u30f3\u30bf\u5317\u90e8\u306e\u90ca\u5916\u306b\u3042\u308b\u9ad8\u7d1a\u4f4f\u5b85\u8857\u3067\u3059", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "Depois, pensem no desenvolvimento e nas parcerias que precisamos entre os nossos pa\u00edses e o resto do mundo, a parte mais pobre do mundo.", "output": "\u6b21\u306b\u958b\u767a\u3068\u56fd\u5bb6\u9593\u306e\u30d1\u30fc\u30c8\u30ca\u30fc\u30b7\u30c3\u30d7\u3092\u898b\u3066\u307f\u307e\u3057\u3087\u3046\u4e16\u754c\u306e\u4ed6\u306e\u56fd\u3005\u6700\u3082\u8ca7\u3057\u3044\u56fd\u3005\u3068\u306e\u3067\u3059", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "Meio quil\u00f3metro debaixo de terra.", "output": "\u5730\u4e0b500\u30e1\u30fc\u30c8\u30eb\u3067\u3059", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "Os diferentes tipos de escrita em \u00c1frica, o primeiro foi a proto-escrita, conforme ilustrado por Nsibidi, que \u00e9 o sistema de escrita de uma sociedade secreta do povo Ejagham na Nig\u00e9ria do Sul.", "output": "\u30a2\u30d5\u30ea\u30ab\u306b\u306f\u69d8\u3005\u306a\u6587\u5b57\u304c\u3042\u308a\u307e\u3059\u307e\u305a\u30f3\u30b7\u30d3\u30c7\u30a3\u6587\u5b57\u306e\u3088\u3046\u306a\u300c\u539f\u6587\u5b57\u300d\u3067\u3059\u3053\u308c\u306f\u30ca\u30a4\u30b8\u30a7\u30ea\u30a2\u5357\u90e8\u306e\u30a8\u30b8\u30e3\u30ac\u30e0\u65cf\u306e\u79d8\u5bc6\u7d50\u793e\u3067", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "\u00c9 interessante que estas part\u00edculas de ouro chegaram mesmo ao tumor, e depois brilham e dizem, \"\" Estamos aqui. O tumor est\u00e1 aqui \"\". Agora podemos ver o tumor, mas ainda n\u00e3o o mostramos ao m\u00e9dico.", "output": "\u898b\u4e8b\u306a\u306e\u306f\u3053\u308c\u3089\u306e\u91d1\u306e\u7c92\u5b50\u304c\u816b\u760d\u306b\u5230\u9054\u3057\u305d\u3053\u3067\u8f1d\u304d\u3053\u3046\u4f1d\u3048\u3066\u304f\u308c\u308b\u3053\u3068\u3067\u3059\u300c\u3053\u3053\u3060\u3053\u3053\u306b\u816b\u760d\u304c\u3042\u308b\u305e\u300d\u6211\u3005\u306b\u306f\u816b\u760d\u304c\u898b\u3089\u308c\u307e\u3059\u304c\u533b\u5e2b\u306b\u306f\u307e\u3060\u3053\u308c\u3092\u898b\u305b\u3066\u3044\u307e\u305b\u3093", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "Eu lembro-me do meu av\u00f4 a rever as capitais do mundo comigo.", "output": "\u7956\u7236\u304c\u4e16\u754c\u306e\u9996\u90fd\u3092\u79c1\u3068\u4e00\u7dd2\u306b\u5fa9\u7fd2\u3057\u3066\u3044\u305f\u3068\u304d\u306e\u3053\u3068\u3067\u3059", "category": "Translation 399.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese.", "input": "S\u00e3o coisas que tomamos como garantidas agora.", "output": "\u6211\u3005\u304c\u5f53\u7136\u306e\u5982\u304f\u601d\u3063\u3066\u3044\u308b\u4eca\u8d77\u304d\u3066\u3044\u308b\u4e8b\u3067\u3059", "category": "Translation 399.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: An electrical device can be powered with an electro-chemical device. \nQuestion: An electrical device can be powered with what device?", "output": "electro-chemical.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: Eating mercury has a negative impact on an organism's survival. \nQuestion: what has a negative impact on an organism's survival?", "output": "eating mercury.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: breathing is when fish convert from oxygen in water to oxygen in blood. \nQuestion: When fish convert oxygen in water to oxygen in blood this is called?", "output": "breathing.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: Force acting against motion causes an object to lose energy. \nQuestion: Force acting against motion causes what?", "output": "Object to lose energy.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: Scientists who study how animals behave use videotape or audio tape. \nQuestion: Scientists study animal behavior through which of the following?", "output": "audio and video tape.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: There are 17 nonmetals on the periodic table. \nQuestion: How many non metals are on the periodic table?", "output": "17.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: Jellyfish have a hydrostatic skeleton. \nQuestion: What has a hydrostatic skeleton?", "output": "Jellyfish.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: Cells produce mRNA in the nucleus. \nQuestion: Cells produce mRNA in the _.?", "output": "nucleus.", "category": "Question Answering 40.json" }, { "instruction": "Write a correct answer to the given question based on its associated fact. Make sure that your answer is contained in the associated fact. Don't be creative and introduce any new word that is not mentioned in the associated fact! Remember that the associated fact has been rearranged to form the question. So, the correct answer words must lie within the associated fact. The correct answer can be a word, phrase, or even a sentence.", "input": "Fact: water flow through soil is variable. \nQuestion: What is the rate of water flow of soil?", "output": "variable.", "category": "Question Answering 40.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "Como podem ver, a minha l\u00edngua materna \u00e9 o franc\u00eas.", "output": "Como pueden adivinar, mi lengua materna es el franc\u00e9s.", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "A voz \u00e9 o instrumento que todos n\u00f3s tocamos, e, no entanto, quantos de n\u00f3s fomos treinados a usar as nossas vozes? Treine-se; aprenda a cantar, aprenda a tocar um instrumento.", "output": "La voz es el instrumento que todos usamos \u00bfy cu\u00e1ntos entrenamos la voz? Entren\u00e9mosla. Aprendamos a cantar y a tocar un instrumento.", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "Penso que n\u00e3o \u00e9 nem uma nem outra. Penso que podem ser ambas.", "output": "Bueno, no creo que sea una o la otra. Pienso que pueden ser ambas.", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "\u00c9 a vergonha de n\u00e3o acreditar realmente que merecemos estar naquele lugar, com as pessoas que admiramos.", "output": "Es la verg\u00fcenza de no creer realmente que no merecemos estar en la sala con la gente que admiramos.", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "Podem falar sobre um fracasso e talvez sobre o que aprenderam com ele?", "output": "Pueden hablar sobre el fracaso y tal vez de lo que han aprendido de \u00e9l.", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "E \u00e9 isso que nos vai acontecer a n\u00f3s.", "output": "Y eso nos va a pasar.", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "At\u00e9 onde ir\u00e1 esta analogia?", "output": "Ahora bien, \u00bfhasta d\u00f3nde llega esta analog\u00eda?", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "E depois, como \u00e9 a nossa estrutura ou prioridades para tomar decis\u00f5es?", "output": "Y despu\u00e9s, \u00bfcu\u00e1l es el marco o jerarqu\u00eda para la toma de decisiones?", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish.", "input": "Ele acreditava que o cristal era o modelo para todas as representa\u00e7\u00f5es.", "output": "\u00c9l cre\u00eda que los cristales eran el modelo para todo tipo de representaciones.", "category": "Translation 400.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "Podem pensar nas fronteiras entre estados, se quiserem, nessas linhas bastante largas.", "output": "\u0628\u0625\u0645\u0643\u0627\u0646\u0643\u0645 \u062a\u0634\u0628\u064a\u0647 \u0647\u0630\u0627 \u0628\u0627\u0644\u062d\u062f\u0648\u062f \u0628\u064a\u0646 \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u060c \u0625\u0630\u0627 \u0623\u0645\u0643\u0646\u0646\u0627 \u0627\u0644\u0645\u0642\u0627\u0631\u0646\u0629 \u060c \u0628\u062a\u0644\u0643 \u0627\u0644\u062e\u0637\u0648\u0637 \u0627\u0644\u0639\u0631\u064a\u0636\u0629.", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "\"Ok.\" Eu n\u00e3o conhecia a Alison.", "output": "\u062d\u0633\u0646\u0627\u064b \"\" \u0644\u0645 \u0623\u0643\u0646 \u0623\u0639\u0631\u0641 \u0623\u0644\u064a\u0633\u0648\u0646 \u060c", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "N\u00e3o eras p\u00e9ssimo na escola?", "output": "\u0643 \u0623: \u0647\u0644.. \u0623\u0644\u0645 \u062a\u0643\u0646 \u0641\u0638\u064a\u0639\u0627 \u0641\u0649 \u0627\u0644\u0645\u062f\u0631\u0633\u0629 \u061f", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "Mas isso n\u00e3o est\u00e1 certo.", "output": "\u0648\u0644\u0643\u0646 \u0647\u0630\u0627 \u0644\u064a\u0633 \u0635\u062d\u064a\u062d\u064b\u0627.", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "De certa forma, as equa\u00e7\u00f5es funcionam como uma esp\u00e9cie de livro de c\u00f3digo. Uma imagem chega, passa pelo conjunto de equa\u00e7\u00f5es, e saem linhas de impulsos el\u00e9ctricos, tal como uma retina normal o faria.", "output": "\u0628\u0635\u0648\u0631\u0629 \u0645\u0627 \u0627\u0644\u0645\u0639\u0627\u062f\u0644\u0627\u062a \u062a\u0645\u062b\u0644 \u0645\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0642\u0648\u0644 \u0639\u0646\u0647 \u0627\u0646\u0647 \u062f\u0641\u062a\u0631 \u0634\u0641\u0631\u0627\u062a.. \u062d\u064a\u062b \u062a\u0635\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 \u0639\u0628\u0631 \u0639\u062f\u0629 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0645\u0646 \u0627\u0644\u0645\u0639\u0627\u062f\u0644\u0627\u062a \u0648\u0645\u0646 \u062b\u0645 \u064a\u062a\u0645 \u0628\u062b\u0647\u0627 \u0639\u0628\u0631 \u062a\u064a\u0627\u0631 \u0646\u0628\u0636\u0627\u062a \u0643\u0647\u0631\u0628\u0627\u0626\u064a\u0629 \u0643\u0645\u0627 \u062a\u0642\u0648\u0645 \u0628\u0647 \u0627\u0644\u0634\u0628\u0643\u064a\u0629 \u062a\u0645\u0627\u0645\u0627", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "Imaginem essa orquestra\u00e7\u00e3o.", "output": "\u062a\u062e\u064a\u0644\u0648\u0627 \u0647\u0630\u0627 \u0627\u0644\u062a\u0646\u0638\u064a\u0645.", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "N\u00e3o \u00e9 uma coisa que possamos fingir.", "output": "\u0647\u0648 \u0634\u064a\u0621 \u0644\u0627 \u062a\u0633\u062a\u0637\u064a\u0639 \u0623\u0646 \u062a\u0632\u064a\u0641\u0647", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "\u00c9 o caminho dos movimentos c\u00edvicos, que assentam numa mudan\u00e7a de mentalidade.", "output": "\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062d\u0631\u0643\u0627\u062a \u0627\u0644\u0645\u062f\u0646\u064a\u0629 \u060c \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0646\u0642\u0644\u0629 \u0639\u0642\u0644\u064a\u0629.", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.", "input": "Barbeei-me pela primeira vez em 10 anos.", "output": "\u062d\u0644\u0642\u062a \u0644\u062d\u064a\u062a\u0649 \u0628\u0646\u0641\u0633\u0649 \u0644\u0644\u0645\u0631\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0641\u0649 \u0639\u0634\u0631 \u0633\u0646\u0648\u0627\u062a.", "category": "Translation 401.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "Tanto que me apoderei do av\u00f4 do Arthur Marshall.", "output": "\u05e2\u05d3 \u05db\u05d3\u05d9 \u05e9\u05e0\u05d9\u05db\u05e1\u05ea\u05d9 \u05dc\u05e2\u05e6\u05de\u05d9 \u05d0\u05ea \u05e1\u05d1\u05d5 \u05e9\u05dc \u05d0\u05e8\u05ea\u05d5\u05e8 \u05de\u05e8\u05e9\u05dc.", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "Se quis\u00e9ssemos contar cada produto e servi\u00e7o dispon\u00edvel em Nova Iorque \u2014 existem 10 mil milh\u00f5es \u2014 levar\u00edamos 317 anos.", "output": "\u05dc\u05d5 \u05e8\u05e6\u05d9\u05ea\u05dd \u05dc\u05e1\u05e4\u05d5\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d5\u05d4\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05e9\u05de\u05d5\u05e6\u05e2\u05d9\u05dd \u05d1\u05e0\u05d9\u05d5-\u05d9\u05d5\u05e8\u05e7 - \u05d9\u05e9 10 \u05de\u05d9\u05dc\u05d9\u05d0\u05e8\u05d3 \u05db\u05d0\u05dc\u05d5 - \u05d6\u05d4 \u05d9\u05d9\u05e7\u05d7 \u05dc\u05db\u05dd 317 \u05e9\u05e0\u05d9\u05dd.", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "Mais homens que acreditem que um equil\u00edbrio \u00e9 melhor?", "output": "\u05d9\u05d5\u05ea\u05e8 \u05d2\u05d1\u05e8\u05d9\u05dd \u05e9\u05de\u05d0\u05de\u05d9\u05e0\u05d9\u05dd \u05e9\u05d4\u05d0\u05d9\u05d6\u05d5\u05df \u05d4\u05d5\u05d0 \u05d7\u05e9\u05d5\u05d1?", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "Manteve-me na dire\u00e7\u00e3o certa.", "output": "\u05d4\u05d5\u05d0 \u05d3\u05d0\u05d2 \u05e9\u05d0\u05e9\u05d0\u05e8 \u05e2\u05dc \u05d4\u05de\u05e1\u05dc\u05d5\u05dc \u05d4\u05e0\u05db\u05d5\u05df.", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "A aten\u00e7\u00e3o \u00e9 tempo.", "output": "\u05ea\u05e9\u05d5\u05de\u05ea-\u05dc\u05d1 \u05d4\u05d9\u05d0 \u05d6\u05de\u05df.", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "(Normalmente falo sobre linguagem)", "output": "\u05e1.\u05e1: \u05d0\u05e0\u05d9 \u05d1\u05d3 \"\" \u05db \u05de\u05d3\u05d1\u05e8\u05ea \u05e2\u05dc \u05e9\u05e4\u05d4.", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "A posi\u00e7\u00e3o de mission\u00e1rio \u00e9 muito rara no reino animal.", "output": "\u05d4\u05ea\u05e0\u05d5\u05d7\u05d4 \u05d4\u05de\u05d9\u05e1\u05d9\u05d5\u05e0\u05e8\u05d9\u05ea \u05e0\u05d3\u05d9\u05e8\u05d4 \u05de\u05d0\u05d3 \u05d1\u05de\u05de\u05dc\u05db\u05ea \u05d4\u05d7\u05d9.", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "Se vemos uma cobra, n\u00e3o lhe pegamos.", "output": "\u05d0\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd \u05e0\u05d7\u05e9, \u05d0\u05dc \u05ea\u05e8\u05d9\u05de\u05d5 \u05d0\u05d5\u05ea\u05d5.", "category": "Translation 402.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Hebrew.", "input": "S\u00f3crates morreu na pris\u00e3o, a sua filosofia permaneceu intacta.", "output": "\u05e1\u05d5\u05e7\u05e8\u05d8\u05e1 \u05de\u05ea \u05d1\u05db\u05dc\u05d0, \u05db\u05e9\u05d4\u05e4\u05d9\u05dc\u05d5\u05e1\u05d5\u05e4\u05d9\u05d4 \u05e9\u05dc\u05d5 \u05e9\u05dc\u05de\u05d4.", "category": "Translation 402.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_WALK I_TURN_RIGHT I_TURN_RIGHT", "output": "walk and turn opposite right, walk and turn right twice, turn right twice after walk, turn opposite right after walk", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_JUMP", "output": "jump left after run around left twice, run around left twice and jump left", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK", "output": "jump around left and walk right twice, walk right twice after jump around left", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_WALK", "output": "look left thrice and walk left, walk left after look left thrice", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP", "output": "jump right twice after run around left, run around left and jump right twice", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN", "output": "run opposite right twice and run opposite left thrice, run opposite left thrice after run opposite right twice", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_RIGHT I_LOOK I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK", "output": "walk opposite left twice after look right, look right and walk opposite left twice", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP", "output": "turn around left and jump around right, jump around right after turn around left, jump around right after turn opposite left twice, turn opposite left twice and jump around right", "category": "Code to Text 404.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_JUMP I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT", "output": "turn right thrice after jump twice, jump twice and turn right thrice", "category": "Code to Text 404.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "A minha inspira\u00e7\u00e3o vem dos problemas do meu dia-a-dia.", "output": "L'ispirazione mi arriva dai problemi della vita quotidiana.", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "Walt Whitman tamb\u00e9m o fez na sua altura, antes de existir a tecnologia da inernet. O Fantoche de Meias torna-se interessante quando chegarmos a escala, que \u00e9 o dom\u00ednio do Ex\u00e9rcito Chin\u00eas Aqu\u00e1tico.", "output": "Ai suoi tempi lo faceva anche Walt Whitman, prima che esistesse Internet. Il \"\" Sock-puppet \"\" diventa interessante cambiando scala, ed \u00e8 l'ambito dell '\"\" Esercito Cinese dell'Acqua \"\".", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "Mas temos pensado, enquanto ra\u00e7a humana, sobre como era o universo, porque veio a ser aquilo que \u00e9 por muito, muitos anos.", "output": "Ma, come razza umana, pensiamo a come fosse l'universo, e perch\u00e9 per molti, molti anni \u00e8 rimasto in quel modo.", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "E o que mais me surpreendeu, e o que realmente me prendeu, foi que o mundo dentro do ecr\u00e3 n\u00e3o parecia ter uma realidade f\u00edsica pr\u00f3pria.", "output": "E quel che pi\u00f9 mi ha colpito, e quello su cui mi sono fissato, \u00e8 che il mondo dello schermo sembrava non avere nessuna presenza fisica propria.", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "Ser\u00e1 que essas pessoas n\u00e3o seriam beneficiadas com essas simples instala\u00e7\u00f5es de lugar \u00fanico?", "output": "Tutte queste persone non beneficerebbero da queste strutture qui?", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "O que gast\u00e1mos no Afeganist\u00e3o este ano?", "output": "Quanto abbiamo speso in Afghanistan quest'anno?", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "Eles passavam de facto muito tempo por ano nas comunidades.", "output": "In realt\u00e0 passavano gran parte dell'anno nelle comunit\u00e0 locali.", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "A primeira: Parecemos poderosos aos nossos olhos.", "output": "La prima: appari potente ai tuoi stessi occhi.", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.", "input": "\u00c9 como um comando adormecido que, de repente, \u00e9 ativado em n\u00f3s, como uma chamada para a Devils Tower.", "output": "\u00c8 come un comando silente che improvvisamente si attiva, come la chiamata della Torre del Diavolo.", "category": "Translation 405.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "Foi introduzida somente nos EUA.", "output": "Zosta\u0142o wprowadzone jedynie w Stanach Zjednoczonych", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "Vamos primeiro falar de biologia.", "output": "Porozmawiajmy najpierw o przyrodzie.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "Mas o seu sofrimento era igual ao meu.", "output": "A przecie\u017c jej cierpienie jest takie samo jak moje.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "Precisamos de levar a sociedade mexicana desta nega\u00e7\u00e3o e apatia para o seguinte n\u00edvel de resposta civil que \u00e9, efectivamente, o reconhecimento disto.", "output": "Potrzebujemy, aby meksyka\u0144skie spo\u0142ecze\u0144stwo przesz\u0142o z negacji i apatii do nast\u0119pnego poziomu obywatelskiej reakcji, kt\u00f3r\u0105 jest skuteczne rozpoznanie problemu.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "Woody: N\u00e3o, mas ele vai.", "output": "Woody: Ja nie, ale on tak.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "Pensem nas pessoas que est\u00e3o a fazer compras acompanhadas em supermercados, e enchem os seus carrinhos com legumes e fruta frescos, mas n\u00e3o fazem essas compras em mais nenhum dia.", "output": "Pomy\u015blcie o ludziach, kt\u00f3rzy kupuj\u0105c na stoiskach w supermarketach nape\u0142niaj\u0105 koszyki \u015bwie\u017cymi warzywami i owocami, ale nie robi\u0105 tak w inne dni.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "\"\" N\u00e3o se trata realmente de conhecimento matem\u00e1tico.", "output": "To nie jest \u015bcis\u0142a wiedza matematyczna.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "\u00c9 felicidade.", "output": "Pomruk jest specyficzny dla zabawy.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish.", "input": "Fiz alguns prot\u00f3tipos. Obtive um pequeno subs\u00eddio de Stanford.", "output": "Stworzy\u0142em kilka prototyp\u00f3w. Dosta\u0142em ma\u0142y grant an Stanford.", "category": "Translation 406.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "Ent\u00e3o fui para casa, e criei um prot\u00f3tipo deste chap\u00e9u.", "output": "\u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u0648\u0642\u062a\u06cc \u200c \u0631\u0641\u062a\u0645 \u062e\u0648\u0646\u0647 \u060c \u0646\u0645\u0648\u0646\u06c0 \u0627\u0648\u0644\u06cc\u0647 \u0627\u06cc\u0646 \u06a9\u0644\u0627\u0647 \u0631\u0627 \u062f\u0631\u0633\u062a \u06a9\u0631\u062f\u0645.", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "Mas arrisquei.", "output": "\u0627\u0645\u0627 \u0627\u0632 \u0641\u0631\u0635\u062a \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f\u0645.", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "\u00c9 um pouco peculiar e pateta.", "output": "\u06a9\u0645\u06cc \u0639\u062c\u064a\u0628 \u0648 \u063a\u0631\u064a\u0628 \u0648 \u0627\u062d\u0645\u0642\u0627\u0646\u0647 \u0627\u0633\u062a.", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "O meu pai nunca o usou, e por isso n\u00e3o via por que teria de o usar.", "output": "\u067e\u062f\u0631\u0645 \u0647\u06cc\u0686\u0648\u0642\u062a \u0627\u0632 \u0627\u06cc\u0646 \u0634\u0644\u0648\u0627\u0631\u0627 \u0646\u0645\u06cc\u067e\u0648\u0634\u06cc\u062f \u0628\u0647 \u062e\u0627\u0637\u0631 \u0647\u0645\u06cc\u0646 \u0647\u06cc\u0686 \u0648\u0642\u062a \u0646\u0641\u0647\u0645\u06cc\u062f\u0645 \u0686\u0631\u0627 \u0645\u062c\u0628\u0648\u0631 \u0628\u0648\u062f\u0645 \u0627\u0648\u0646 \u0631\u0648 \u0628\u067e\u0648\u0634\u0645", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "Tenho andado a pensar, se ele ainda fosse vivo, que conselho me poderia dar sobre esta palestra no TED.", "output": "\u0627\u062e\u06cc\u0631\u0627 \u062e\u06cc\u0644\u06cc \u0628\u0647 \u0627\u06cc\u0646 \u0645\u0648\u0636\u0648\u0639 \u0641\u06a9\u0631 \u0645\u06cc\u06a9\u0646\u0645 \u06a9\u0647 \u0627\u06af\u0647 \u0627\u0648\u0646 \u0627\u0645\u0631\u0648\u0632 \u0632\u0646\u062f\u0647 \u0628\u0648\u062f \u0686\u0647 \u0646\u0635\u06cc\u062d\u062a\u06cc \u062f\u0631 \u0645\u0648\u0631\u062f \u0622\u0645\u0627\u062f\u0647 \u06a9\u0631\u062f\u0646 \u0627\u06cc\u0646 \u0633\u062e\u0646\u0631\u0627\u0646\u06cc \u0628\u0647\u0645 \u0645\u06cc\u06a9\u0631\u062f", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "Depois h\u00e1 crian\u00e7as para as quais o ingl\u00eas \u00e9 a segunda l\u00edngua, ou a l\u00edngua em que est\u00e3o a aprender, \u00e9 a sua segunda l\u00edngua.", "output": "\u0633\u067e\u0633 \u0634\u0645\u0627 \u062f\u0627\u0646\u0634 \u200c \u0622\u0645\u0648\u0632\u0627\u0646\u06cc \u062f\u0627\u0631\u06cc\u062f \u06a9\u0647 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0632\u0628\u0627\u0646 \u062f\u0648\u0645 \u0622\u0646\u0647\u0627\u0633\u062a \u060c \u0648 \u06cc\u0627 \u0647\u0631 \u0686\u06cc\u0632 \u062f\u06cc\u06af\u0647 \u06a9\u0647 \u0628\u0627 \u0632\u0628\u0627\u0646 \u062f\u0648\u0645 \u0628\u0631\u0627\u06cc \u0622\u0646\u0647\u0627 \u062a\u062f\u0631\u06cc\u0633 \u0634\u0648\u062f.", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "A seguir podemos tamb\u00e9m come\u00e7ar a dizer como essas diferen\u00e7as gen\u00e9ticas se distribuem pelo mundo. Se o fizermos, encontraremos uma certa quantidade de varia\u00e7\u00e3o gen\u00e9tica em \u00c1frica.", "output": "\u0628\u0639\u062f \u060c \u06a9\u0627\u0631 \u062f\u06cc\u06af\u0631\u06cc \u06a9\u0647 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u0627\u06cc\u0646 \u062a\u0641\u0627\u0648\u062a \u0647\u0627\u06cc \u0698\u0646\u062a\u06cc\u06a9\u06cc \u0631\u0627 \u0628\u0631\u0634\u0645\u0627\u0631\u06cc\u062f \u06a9\u0647 \u062f\u0631 \u0633\u0631\u062a\u0627\u0633\u0631 \u062c\u0647\u0627\u0646 \u06af\u0633\u062a\u0631\u062f\u0647 \u0634\u062f\u0647 \u0627\u0646\u062f. \u0648 \u0627\u06af\u0631 \u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0631\u0627 \u0628\u06a9\u0646\u06cc\u062f \u060c \u0645\u0642\u062f\u0627\u0631 \u0645\u0634\u062e\u0635\u06cc \u067e\u0631\u0627\u06a9\u0646\u062f\u06af\u06cc \u0698\u0646\u062a\u06cc\u06a9\u06cc \u0631\u0627 \u062f\u0631 \u0622\u0641\u0631\u06cc\u0642\u0627 \u062e\u0648\u0627\u0647\u06cc\u062f \u06cc\u0627\u0641\u062a.", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "Pens\u00e1vamos que era um hotel, um hotel cheio de ratos.", "output": "\u0645\u0627 \u0641\u0643\u0631 \u0645\u0649 \u200c \u200c \u0643\u0631\u062f\u064a\u0645 \u0627\u0648\u0646\u062c\u0627 \u064a\u0647 \u0647\u062a\u0644\u0647 \u060c \u0647\u062a\u0644\u0649 \u067e\u0631 \u0627\u0632 \u0645\u0648\u0634.", "category": "Translation 407.json" }, { "instruction": "You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi.", "input": "CA: Mas, para que isso aconte\u00e7a, temos que olhar para cada elo da cadeia. Para al\u00e9m da pol\u00edcia, quem h\u00e1 mais?", "output": "\u06a9\u0631\u06cc\u0633 \u0627\u0646\u0631\u0633\u0648\u0646: \u0627\u0645\u0627 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646\u06a9\u0647 \u0627\u06cc\u0646 \u0627\u062a\u0641\u0627\u0642 \u0628\u06cc\u0641\u062a\u062f \u060c \u0628\u0627\u06cc\u062f \u0628\u0647 \u0647\u0631\u06cc\u06a9 \u0627\u0631 \u0627\u062c\u0632\u0627 \u06cc\u06a9 \u0632\u0646\u062c\u06cc\u0631\u0647 \u0646\u06af\u0627\u0647 \u06a9\u0646\u06cc\u062f \u2014 \u067e\u0644\u06cc\u0633 \u0648 \u062f\u06cc\u06af\u0631... \u061f", "category": "Translation 407.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: x is a restaurant on the riverside.\nOriginal Reference: x is a restaurant on the riverside.", "output": "1", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: what area would you like the restaurant to be in?\nOriginal Reference: what part of the city you are looking for?.", "output": "1", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: additionally the casa melissa and in little italy does not allow dogs.\nOriginal Reference: casa melissa is a hotel in little italy that does not allow dogs.", "output": "0", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: x is a restaurant in the centre of town.\nOriginal Reference: x is a restaurant in the centre of city.", "output": "1", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: thank you the grand hyatt san francisco allows dogs.\nOriginal Reference: the grand hyatt san francisco allows dogs.", "output": "0", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: please confirm you are looking for the pricey range?\nOriginal Reference: is your price range pricey?.", "output": "0", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: may i help you further?\nOriginal Reference: may i help you further?.", "output": "1", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: there is a hotel called in the ocean park motel and in the area of outer parkside.\nOriginal Reference: ocean park motel is located in the outer parkside area.", "output": "0", "category": "Text Quality Evaluation 408.json" }, { "instruction": "You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.", "input": "System Reference: hakkasan, is in the are of financial district or hayes valley.\nOriginal Reference: hakkasan is in the financial district or hayes valley.", "output": "0", "category": "Text Quality Evaluation 408.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: plains get soil from floods. \nQuestion: Where do plains get soil from? \nCorrect Answer: floods.", "output": "canyons., hurricanes., ocean.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: products that are an excellent source of calcium are a nutritious fluid. \nQuestion: products that are an excellent source of calcium are a what? \nCorrect Answer: nutritious fluid.", "output": "nutritious cow., nutritious meal., nutritious place.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: Protective equipment is used for protecting the eyes during experiements. \nQuestion: What is used for protecting the eyes during experiements? \nCorrect Answer: protective equipment.", "output": "eye patches., protective pockets., safe words.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: Disease has a negtive impact on plants and animals. \nQuestion: Disease has a negative impact on? \nCorrect Answer: plants and animals.", "output": "dirt., electronics., fabrics.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: humans are eukyarotes. \nQuestion: What are humans? \nCorrect Answer: eukyarotes.", "output": "bacteria., fungi., monocellular.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: fog is condensed water vapor. \nQuestion: Fog is formed from what condensing? \nCorrect Answer: water.", "output": "magma., nitrogen., soil.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: a toaster converts electrical energy into increased temperature for toasting. \nQuestion: What converts electrical energy to increased temperature? \nCorrect Answer: toaster.", "output": "friction., light., water bottle.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: Water boils when it's heated above 100 degrees. \nQuestion: What does water do when it's above 100 degrees? \nCorrect Answer: Boils.", "output": "Creates fog., Dissipates., Freezes.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question \"What helps plants survive?\", using words like \"weeds\", \"vase\", \"bee\" (associated with \"plant\"), or \"first aid\", \"parachute\", \"accident\" (associated with \"survive\") etc. Your incorrect answers make the question hard, so these results in good incorrect answers.", "input": "Fact: ova and spermatozoa unite in fertilization and form a diploid zygote. \nQuestion: what are united in fertilization for form a diploid zygote? \nCorrect Answer: ova and spermatozoa.", "output": "glucose and fructose., h2o., joined.", "category": "Wrong Candidate Generation 41.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: We should abolish intellectual property rightsArgument: Intellectual property rights are a barrier to innovation and further improvements to an idea by blocking others capitalising on ideas and technologyKeypoint: Intellectual property rights are ineffective", "output": "False", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: We should subsidize space explorationArgument: Space exporation requires vast sums of money that would be better spent closer to home on things like healthcare and schoolsKeypoint: There are issues more important to fund than space exploration", "output": "True", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: We should legalize prostitutionArgument: Prostitution should not be legalized as it is an unclean professionKeypoint: Legalizing sex work will increase violence against women", "output": "False", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: We should subsidize space explorationArgument: There are much more important things to spend money on; space exploration is a low priority and should not be subsidizedKeypoint: There are issues more important to fund than space exploration", "output": "True", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: We should subsidize journalismArgument: Presentation of information is important and needs help to keep it viable and reliable.Keypoint: A subsidy is important to make journalism viable", "output": "True", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: We should adopt libertarianismArgument: The free-market economics promoted by libertarianism is the most efficient economic system.Keypoint: Libertarianism increases freedom in the political system", "output": "False", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: We should legalize cannabisArgument: If alcohol is legal why not cannabis ? alcohol is far more dangerous than cannabisKeypoint: Alcohol and tobacco are more harmful drugs yet remain legal", "output": "True", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: The vow of celibacy should be abandonedArgument: We are all open to temptation even those who have vowed celibacy. denial can lead to depression, anxiety and increasingly the chance of inappropriate actions to secretly meet desires.Keypoint: Celibacy reduces the pool of people wanting to become priests", "output": "False", "category": "Text Matching 410.json" }, { "instruction": "The input contains a debate topic, an argument on the topic and a keypoint, separated by \"\". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.", "input": "Topic: Homeschooling should be bannedArgument: Parents have the right to educate their children at home.Keypoint: Homeschooling is often the best option for catering for the needs of exceptional/religious/ill/disabled students.", "output": "False", "category": "Text Matching 410.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "running turns carbohydrates into (A) fat (B) protein (C) motion and heat (D) sweat", "output": "C", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "Where would sponges most likely be found making their home? (A) a great pyramid (B) a rotting ship (C) a ski lift (D) a skyscraper", "output": "B", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "plant stem is the vehicle for transporting water and food from roots to the rest of the (A) solar harnessing life (B) cupcake (C) rock (D) sneaker", "output": "A", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "A person has a hot dish from the oven that they have left on the counter. After a few minutes, they place that dish into a sink full of cold water. The dish (A) warms (B) freezes (C) dies (D) chills", "output": "D", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "A pelican is hungry, so decides to try to catch some fish. In order to do this, the pelican will (A) use the back of its head (B) use the bottom of its stomach (C) use the front of its face (D) use the back of its tail", "output": "C", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "the gravitational pull between two objects increases as they are (A) spun around (B) brought together (C) exposed to light (D) moved apart", "output": "B", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "What cells can perform photosynthesis? (A) animals (B) inorganic minerals (C) flora (D) critters", "output": "C", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "December is during the summer in the southern what? (A) states (B) division (C) cities (D) counties", "output": "B", "category": "Question Answering 411.json" }, { "instruction": "In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., \"A\", \"B\", \"C\", and \"D\").", "input": "Angler fish hunt by using (A) fishermen (B) spear guns (C) illumination (D) fishing poles", "output": "C", "category": "Question Answering 411.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: How can I become an IAS?, Question2: How do I become IAS?", "output": "Yes", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: What are some lesser known facts about you?, Question2: What are some lesser known facts about Micromax?", "output": "No", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: How does gravity affect aging?, Question2: How does fire burn in zero gravity?", "output": "No", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: How do I upload my profile picture on Quora?, Question2: How can I change my profile pic on Quora?", "output": "Yes", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: \"What font does variety.com use for their logo?Specifically the long \"\"v\"\".\", Question2: What font does fancy.com use in their logo?", "output": "No", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: Is Trump brand damaged after his self-professed revelation of grabbing a young girl's vagina?, Question2: In terms of crisis handling, did Donald Trump's campaign do everything they could to contain the damage of his video in 2005?", "output": "No", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: What are job prospects after PHD in Computer science?, Question2: What are the job opportunities after PhD in computer science?", "output": "Yes", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: What are some instruments used to measure earthquakes? How are they used?, Question2: What instrument is used to measure earthquakes?", "output": "Yes", "category": "Text Matching 412.json" }, { "instruction": "Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer \"Yes\", otherwise \"No\".", "input": "Question1: What is the font used for text in Mortal Kombat II?, Question2: What is the font used for text in the first Mortal Kombat game?", "output": "No", "category": "Text Matching 412.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: In its quarter ended May 30 , Adobe earned $ 64.25 million , or 27 cents a share ., Sentence2: That was up from the year-ago quarter , when the company earned $ 54.3 million , or 22 cents a share .", "output": "No", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: Subway and bus fares rose 33 percent , from $ 1.50 to $ 2 , on May 4 , while tickets on suburban trains rose an average 25 percent May 1 ., Sentence2: Subway and bus fares rose 33 percent , from $ 1.50 to $ 2 , on May 4 , while average 25 percent increases took effect May 1 on suburban trains .", "output": "Yes", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: Time magazine named the American soldier its Person of the Year for 2003 ., Sentence2: The American Soldier was first selected as Times Person of the Year during the Korean War in 1950 .", "output": "No", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: Watson , of Whitakers , N.C. , was found guilty of making a false threat to detonate explosives , and destruction of federal property ., Sentence2: Dwight Watson , 50 , was convicted of making a false threat to detonate explosives and of destroying federal property .", "output": "Yes", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: Special police detained Khodorkovsky early on Saturday in the Siberian city of Novosibirsk , where his plane had made a refuelling stop ., Sentence2: Police detained Khodorkovsky early on Saturday when his jet made a refueling stop in the Siberian city of Novosibirsk .", "output": "Yes", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: The Dow Jones Industrial Average was up 0.3 per cent at 9,886.75 , while the Nasdaq Composite index was 0.4 per cent higher at 1,986.97 ., Sentence2: On Wall Street , the Dow Jones Industrial Average rose 0.5 per cent at 9,905.8 and the Nasdaq Composite added 0.7 per cent at 1,995.1 .", "output": "Yes", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: Sales at Ford fell 0.1 percent while sales at DaimlerChrysler rose 7 percent ., Sentence2: Truck sales for the world 's No. 2 automaker dropped 4.1 percent , while its car sales dropped 13.7 percent .", "output": "No", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: General Jeffery announced he would give his substantial military pension accumulated over 40 years to charity during his stay at Government House ., Sentence2: Maj-Gen Jeffery said he would give his military pension to charity while he served at Yarralumla .", "output": "Yes", "category": "Text Matching 413.json" }, { "instruction": "You are given two sentences(Sentence1 and Sentence2). Answer \"Yes\" if these sentences are a paraphrase of one another, otherwise answer \"No\".", "input": "Sentence1: Bolivia 's army fought to stop columns of protesters from streaming into the food-starved capital on Wednesday as a popular uprising against the president spread ., Sentence2: Bolivia 's army fought to stop a column of dynamite-wielding miners from streaming into the besieged capital on Wednesday , leaving two dead as a popular uprising against the President spread .", "output": "No", "category": "Text Matching 413.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "Who do Herb and Tootsie live next door to ?", "output": "Person", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "What longtime game show host dropped dead while jogging in Central Park in 1984 ?", "output": "Person", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "What causes an earthquake ?", "output": "Description", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "How long was the OJ Simpson trial ?", "output": "Quantity", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "How does the Nintendo `` Zapper '' work ?", "output": "Description", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "Why does tuberculosis afflict people ?", "output": "Description", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "What is the frequency of VHF ?", "output": "Quantity", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "What series of trials followed World War II ?", "output": "Entity", "category": "Question Understanding 414.json" }, { "instruction": "You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with \"Description\", \"Entity\", \"Abbreviation\", \"Person\", \"Quantity\", and \"Location\".", "input": "What facial feature typically contains about 55 hairs ?", "output": "Description", "category": "Question Understanding 414.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "jump opposite left thrice after run around left", "output": "I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_JUMP", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "run thrice and look opposite left", "output": "I_RUN I_RUN I_RUN I_TURN_LEFT I_TURN_LEFT I_LOOK", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "look left thrice after look twice", "output": "I_LOOK I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "look thrice and look opposite right thrice", "output": "I_LOOK I_LOOK I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "look opposite left after look", "output": "I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "walk left after jump left", "output": "I_TURN_LEFT I_JUMP I_TURN_LEFT I_WALK", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "walk opposite left after run around right twice", "output": "I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_LEFT I_TURN_LEFT I_WALK", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "look opposite left thrice after jump", "output": "I_JUMP I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_LEFT I_TURN_LEFT I_LOOK", "category": "Text to Code 415.json" }, { "instruction": "Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word 'opposite' turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. Actions and commands do not have quotations in the input and output.", "input": "run around left twice after look thrice", "output": "I_LOOK I_LOOK I_LOOK I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN", "category": "Text to Code 415.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "They do NOT match their on-line prices, I was NOT impressed.\\n\\nI reserved a book on-line for my daughter and since I dropped my wife off at work across the street from this location I waited the 30 minutes I had to for them to open. That was my choice and no big deal, what was a big deal was the attitude when I got inside. I went the customer service counter to get the book I reserved and was told that it was at the checkout counter, I go the the checkout counter and when it couldn't be found, and I explained that I had just reserved this morning, the sales lady got rather rude and asked if I had gotten an e-mail that it was ready. I was then advised that it was at customer service. I explained that I was at customer service and was told it was supposed to be there. So with continued rudeness I was told that since I had just reserved it on-line, it was still at customer service desk as they had not had time to bring it to the front. Wow, it must have been my fault for reserving it on line and arriving to soon after-wards to get it.\\n\\nI asked about the $2.00 difference in price and was told they do not match on line prices. The \\\"excuse\\\" I was given was their \\\"overhead\\\" was higher. I was born at night, but it wasn't last night and I do not for a minute by that line of B.S.\\n\\nFor for these reasons, I'll buy either second hand books or from independent book stores. I'm tired of corporate America's attitude that I'm here for the sole purpose of giving them my money to make them even richer.", "output": "1 star", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "Update: with new management and the one-year re-opening celebration in early October this year comes a completely different happy hour menu.\\n\\nOverall, I give the new happy hour 3/5 whereas their old set-up was a clear 5/5. They have raised their house margarita prices by $0.75 and none of their tequilas are half-off anymore (REALLY DISAPPOINTING!). They also now only have 3 or 4 featured tequilas that will apparently change up every once and awhile that are all priced at $4 a shot.\\n\\nAlso, they have their tacos individually priced on the HH menu, but you must order three at a time and you can't mix and match them either. They also changed the recipes on the pork tacos (pray they did not change the fried fish ones, OR ELSE!) Not only that, but the tacos are not even discounted for happy hour. What. The. Hell. Whoever is running this place now obviously does not know what they are doing, because the poor waitresses have to explain the happy hour menu to every customer, new or old. \\n\\nThe ONLY positive would be the fact that the waitresses no longer have to dress in all-white outfits that looked a bit trashy. I always hated them. The new shirts are awesome, though, and I definitely want to buy one! It has that cool Dia de los Muertos sugar skull design they use on the side and the shirt itself is black. \\n\\nThis is no longer the best happy hour in Tempe. I don't even know what to do with myself anymore because this place USED to be my favorite. I still like it a lot, but change is not always good.", "output": "3 stars", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "We rented a home 2893 Red Springs in Red Country Club through Remax Central 8400 W Sahara Ave. and it was an awfully experienced. We keep up with the property as if it was our own. Once we moved out they basically took majority of deposit on erroneous charges. What's so shady is when they sent the letter of security deposit itemized disposition it only had a list of repairs not an itemized list of dollar amount of each repair cost. I have been disputing this with the property manager Laurine Huynh who is treating us so unfairly. We also had money orders stolen from there office which we were never able to recoup. We received no help from them in trying to recoup our money. This company is not to be trusted they are unethical.", "output": "1 star", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "Half-Price Books is a wonderful little bookstore in this large shopping area in Mesa. It's right near good places like Best Buy and Fuddrucker's. I have found that Half-Price is my favorite used bookstore when I've got certain titles in mind. Their selection is quite large for the space it occupies and their sale areas are a great place to find books.\\n\\nI've done a few trade-ins at Half-Price, and found them to be pretty stingy with the amount you get for your books. I like to take items to Bookman's first. Bookman's won't take everything but they will give a fair price. Whatever is left, I take to Half-Price, because they will take the entire box, but they don't pay much. \\n\\nThey have a calendar every year, which you can get free during the beginning of the year with (I believe) a $30 purchase. The calendar comes with coupons spread out over the remainder of the year. They also have a teacher's discount, which my husband was able to get. They occasionally say this discount includes libraries, but when I asked the staff member said that inclusion had been discontinued. Oh well - my husband's discount is very nice, anyway.", "output": "4 stars", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "Our first visit was so great that we brought friends and family for our 2nd visit. \\n\\nUnfortunately, the 2nd time around was not as pleasant. The owner was not friendly at all, he was very condescending and he wasn't happy to talk about his beers. In my opinion, he did not do a good job of selling his product or showing customer appreciation.\\n\\nI would give some of his beers 3.5 stars and some of them 4 stars. He makes good beer but who want's to buy and support people like him. My advise would be to let your wife work the taps (since she made our first visit great) and you should stay in the back and brew.\\n\\nI was embarrassed that I talked it up so much and it turned out to be such an unpleasant experience for my friends and family. There are plenty of other local brewing around to support, so none of us will be coming back here again.", "output": "2 stars", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "Looks like a cool place but it's just average... With average service and average food.", "output": "3 stars", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "Woman at the counter was rude, and I watched the man who originally started taking my order handle my food without washing his hands or using gloves...I'll be going to the Roberto's just West of this one from now on where they're clean and friendly.", "output": "1 star", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "When I brought my dog for the full grooming, they cut off my dog's right eyebrow... My dog, mini schnauzer, looks kinda funny because of no eyebrow... I know it will grow back but I can't believe it...", "output": "2 stars", "category": "Sentiment Analysis 418.json" }, { "instruction": "You are given a review about a place. You need to provide a rating from \"1 star\" to \"5 stars\" for this place.", "input": "Got to love the wonderful theme in this joint. ;)\\n\\nI always go with any version blunt filled with meat!\\n\\nThe staff is great, the food is great and everyone is having a blast. Yum Yum", "output": "4 stars", "category": "Sentiment Analysis 418.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "\"Show Me What You Got\", from the Grammy-nominated album Kingdom Come, was performed by what artist?", "output": "Jay-Z", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "The Capricorns played on a keyboard from what Japanese company that his headquartered in Shibuya, Tokyo, Japan?", "output": "Casio Computer Co., Ltd.", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "What is the 2010 census of the city which has Fountain Hill, Pennsylvania as a suburb?", "output": "74,982", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "What is the name of the event that closed down John F. Kennedy High School and became one of the costliest and fifth deadliest natural events of its kind?", "output": "Hurricane Katrina", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "When was the prison relocated to Warren in Knox County, Maine, United States?", "output": "2002", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "JJ Project (Korean: \uc81c\uc774\uc81c\uc774 \ud504\ub85c\uc81d\ud2b8 ) is a South Korean pop duo, consisting of JB and Jinyoung, They debuted as a part of which is a South Korean boy group formed by JYP Entertainment, in January 2014?", "output": "Got7", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "Did Larry Hagman and Fred de Cordova both act in the show \"Dallas\"?", "output": "no", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "Which actress had a recurring role on a Comedy Central situational comedy television series?", "output": "Jillian Bell", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question. You have to answer the question based on your information.", "input": "What is the nationality of the naturalist who founded The Endangered Wolf Center ?", "output": "American", "category": "Question Answering 419.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "This was started around the?, Context: The original idea of a Chinese satellite navigation system was conceived by Chen Fangyun and his colleagues in the 1980s. According to the China National Space Administration, the development of the system would be carried out in three steps:", "output": "1980s", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "Income from __ can be up to 40% of a household budget., Context: Corruption facilitates environmental destruction. While corrupt societies may have formal legislation to protect the environment, it cannot be enforced if officials can easily be bribed. The same applies to social rights worker protection, unionization prevention, and child labor. Violation of these laws rights enables corrupt countries to gain illegitimate economic advantage in the international market.", "output": "child labor", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "When a Ashkenazi woman marries a Sephari man, how will her children not be raised?, Context: In this respect, the counterpart of Ashkenazi is Sephardic, since most non-Ashkenazi Orthodox Jews follow Sephardic rabbinical authorities, whether or not they are ethnically Sephardic. By tradition, a Sephardic or Mizrahi woman who marries into an Orthodox or Haredi Ashkenazi Jewish family raises her children to be Ashkenazi Jews; conversely an Ashkenazi woman who marries a Sephardi or Mizrahi man is expected to take on Sephardic practice and the children inherit a Sephardic identity, though in practice many families compromise. A convert generally follows the practice of the beth din that converted him or her. With the integration of Jews from around the world in Israel, North America, and other places, the religious definition of an Ashkenazi Jew is blurring, especially outside Orthodox Judaism.", "output": "Ashkenazi", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "Why is it difficult to stop obesity?, Context: Obesity can unfavourably alter hormonal and metabolic status via resistance to the hormone leptin, and a vicious cycle may occur in which insulin/leptin resistance and obesity aggravate one another. The vicious cycle is putatively fuelled by continuously high insulin/leptin stimulation and fat storage, as a result of high intake of strongly insulin/leptin stimulating foods and energy. Both insulin and leptin normally function as satiety signals to the hypothalamus in the brain; however, insulin/leptin resistance may reduce this signal and therefore allow continued overfeeding despite large body fat stores. In addition, reduced leptin signalling to the brain may reduce leptin's normal effect to maintain an appropriately high metabolic rate.", "output": "vicious cycle", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "When is it believed that the Ashkenazi Jews held the lowest percentage of Jews worldwide?, Context: It is estimated that in the 11th century Ashkenazi Jews composed only three percent of the world's Jewish population, while at their peak in 1931 they accounted for 92 percent of the world's Jews. Immediately prior to the Holocaust, the number of Jews in the world stood at approximately 16.7 million. Statistical figures vary for the contemporary demography of Ashkenazi Jews, oscillating between 10 million and 11.2 million. Sergio DellaPergola in a rough calculation of Sephardic and Mizrahi Jews, implies that Ashkenazi make up less than 74% of Jews worldwide. Other estimates place Ashkenazi Jews as making up about 75% of Jews worldwide.", "output": "11th century", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "What eastern bloc action was definted by a SInatra song?, Context: The six Warsaw Pact countries of Eastern Europe, while nominally independent, were widely recognized in the international community as the Soviet satellite states. All had been occupied by the Soviet Red Army in 1945, had Soviet-style socialist states imposed upon them, and had very restricted freedom of action in either domestic or international affairs. Any moves towards real independence were suppressed by military force \u2013 in the Hungarian Revolution of 1956 and the Prague Spring in 1968. Gorbachev abandoned the oppressive and expensive Brezhnev Doctrine, which mandated intervention in the Warsaw Pact states, in favor of non-intervention in the internal affairs of allies \u2013 jokingly termed the Sinatra Doctrine in a reference to the Frank Sinatra song \"My Way\".", "output": "non-intervention", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "Instead of unity, there were?, Context: Various ecumenical movements have attempted cooperation or reorganization of the various divided Protestant denominations, according to various models of union, but divisions continue to outpace unions, as there is no overarching authority to which any of the churches owe allegiance, which can authoritatively define the faith. Most denominations share common beliefs in the major aspects of the Christian faith while differing in many secondary doctrines, although what is major and what is secondary is a matter of idiosyncratic belief.", "output": "divisions", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "How does the meeting differ in different congregations?, Context: Meetings for worship and study are held at Kingdom Halls, which are typically functional in character, and do not contain religious symbols. Witnesses are assigned to a congregation in whose \"territory\" they usually reside and attend weekly services they refer to as \"meetings\" as scheduled by congregation elders. The meetings are largely devoted to study of Watch Tower Society literature and the Bible. The format of the meetings is established by the religion's headquarters, and the subject matter for most meetings is the same worldwide. Congregations meet for two sessions each week comprising five distinct meetings that total about three-and-a-half hours, typically gathering mid-week (three meetings) and on the weekend (two meetings). Prior to 2009, congregations met three times each week; these meetings were condensed, with the intention that members dedicate an evening for \"family worship\". Gatherings are opened and closed with kingdom songs (hymns) and brief prayers. Twice each year, Witnesses from a number of congregations that form a \"circuit\" gather for a one-day assembly. Larger groups of congregations meet once a year for a three-day \"regional convention\", usually at rented stadiums or auditoriums. Their most important and solemn event is the commemoration of the \"Lord's Evening Meal\", or \"Memorial of Christ's Death\" on the date of the Jewish Passover.", "output": "the subject matter for most meetings is the same worldwide", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given a question and a context passage. You have to answer the question based on the given passage.", "input": "In spite of a strong independence movement by the TRNC, who is the accepted government?, Context: Since 1965, following clashes between the two communities, the Turkish Cypriot seats in the House remain vacant. In 1974 Cyprus was divided de facto when the Turkish army occupied the northern third of the island. The Turkish Cypriots subsequently declared independence in 1983 as the Turkish Republic of Northern Cyprus but were recognised only by Turkey. In 1985 the TRNC adopted a constitution and held its first elections. The United Nations recognises the sovereignty of the Republic of Cyprus over the entire island of Cyprus.", "output": "Republic of Cyprus", "category": "Question Answering 421.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: All plants have a characteristic life cycle that includes alternation of generations., Fact2: Alternation of generations always includes a sexual phase alternating with an asexual phase., Question: Plants have a life cycle which includes both sexual reproduction and what? (A) converting electricity to heat (B) arranged marriage (C) asexual reproduction (D) rapid expansion (E) biological diversity (F) singular (G) babies (H) produce offspring", "output": "C", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: wind causes erosion, Fact2: Hurricanes are made of wind., Question: What causes erosion? (A) mouth of rivers (B) rainfall (C) hurricanes (D) vehicles (E) ice wedging (F) solar wind (G) sunlight (H) ice cream", "output": "C", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: Nonmetal elements are far fewer in number., Fact2: Elements are grouped into the Periodic Table ., Question: where are nonmetals far fewer in number? (A) mountains (B) periodic table (C) snow, ice, and rock (D) road bends (E) Plate tectonics (F) SI units (G) trucks and cars (H) melanin content", "output": "B", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: Cells are programmed to divide only a set number of times., Fact2: Cells reproduce asexually, by dividing., Question: Cells are programmed to _ only a set number of times. (A) migrate (B) expand (C) A computer (D) Most plants (E) allow growth (F) reproduce (G) contract (H) constrict", "output": "F", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: an animal requires air for survival, Fact2: Plants help make oxygen for the air., Question: An animal requires what for survival? (A) a leash (B) rocks (C) chemicals (D) stamina (E) plants (F) proteins (G) food (H) fossil fuel", "output": "E", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: Echinoderms lack a centralized nervous system., Fact2: Sand dollars and sea biscuits are also echinoderms., Question: What lacks a centralized nervous system? (A) Damaged hearing (B) Humans (C) Horses (D) Sand dollars (E) insects (F) Chickens (G) Pesticides (H) barnacles", "output": "D", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: Plants use unsaturated fatty acids to store energy., Fact2: All oaks are plants., Question: What uses unsaturated fatty acids to store energy? (A) algae (B) humans (C) Trees (D) oaks (E) shrews (F) asses (G) Cane. (H) fens", "output": "D", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: Alternation of generations allows for both asexual and sexual reproduction., Fact2: Reproduction Organisms create young of their species by reproduction., Question: What allows for an organism to create young by sexual and asexual means? (A) spread flower seeds (B) remains of prehistoric life (C) peachleaf willow (D) photosynthesis (E) mate with females (F) members of their own species (G) A compound that donates proton (H) alternation of generations", "output": "H", "category": "Question Answering 423.json" }, { "instruction": "In this task, you are given two facts, and a multiple-choice question. Based on the given facts, answer the question with index of the correct option (e.g, \"A\").", "input": "Fact1: if an object reflects light toward the eye then that object can be seen, Fact2: Light is made of photons ., Question: An object can be seen if it reflects what? (A) Energy. (B) vibrations (C) energy (D) waves (E) sound (F) sun's heat (G) photons (H) sunlight", "output": "G", "category": "Question Answering 423.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_TURN_LEFT I_JUMP I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK", "output": "jump opposite left and walk around right, walk around right after jump opposite left", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT", "output": "turn around left twice after turn right thrice, turn right thrice and turn around left twice", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_WALK", "output": "walk after jump around right twice, jump around right twice and walk", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_WALK", "output": "run left twice and walk left, walk left after run left twice", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_RIGHT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP", "output": "jump left twice after jump right, jump right and jump left twice", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_LEFT I_TURN_LEFT I_LOOK I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN", "output": "look opposite left and run around right, run around right after look opposite left", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_LOOK I_TURN_LEFT I_TURN_LEFT I_RUN", "output": "run opposite left after look, look and run opposite left", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK", "output": "jump opposite right twice and walk opposite right twice, walk opposite right twice after jump opposite right twice", "category": "Code to Text 424.json" }, { "instruction": "Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output.", "input": "I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN", "output": "run around right after jump around right, jump around right and run around right", "category": "Code to Text 424.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: I purchased this item as a gift. After 1 wash it was already falling apart. The lettering had started to crack. The lettering and imaging on the front was fading and cracking with just one wash. After the 2nd wash the whole decal was faded and the red had bled over into the white areas. Went from looking brand new to like it was years old. Very unhappy with how the shirt looks now, especially for the price that I had paid. It\u2019s definitely not a nfl team product like the tag. The shirt fit as expected, the seam at the bottom is coming unraveled as well. Highly disappointed in this product! \n Category: apparel", "output": "False", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: The adhesive on this product will never allow it to be removed without significantly damaging whatever is below it. Unlike most phone screen protectors that peel right off if damaged or removed, this glue becomes one with its substrate. Now I have to look into replacing the display on a two month old car. DO NOT BUY THIS PRODUCT. \n Category: wireless", "output": "True", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: Once installed and running, I found that the replacement blades kept pinching or cutting. Unacceptable. Need to buy a new razor. These were the blades specified by the manufacturer. \n Category: beauty", "output": "True", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: MY POPPY SUFFERED A FATAL KIDNEY DECEASE AFTER FEEDING HIM FROM THIS PRODUCT RECIEVED IN APRIL. REQUEST MY MONEY BACK AND CANCEL ALL FUTURE ORDERS.... YOU CAN HAVE BACK THE MAY SHIPMENT , TELL ME WHERE TO DROP IT? \n Category: pet_products", "output": "True", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: Absolutely terrible. Needed monster themed for my son's first birthday and they send me Sonic the hedgehog?!? There was no option to even buy sonic!!! My recommendation check the package and make sure it's what you actually order and don't assume they send you the product that'd actually advertised. \n Category: toy", "output": "True", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: we got this as a shade shelter for smoking breaks at work. we know its windy here in Utah so we sank the posts in buckets of cement, but the whole thing bent, broke, and tore on the first day we got it up. :( \n Category: apparel", "output": "False", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: This product sucks! Not only the package arrived damaged and all the bolts/nuts were all over the place, the instructions are very bad. It took me over 4 hours to put it together. \n Category: sports", "output": "True", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: I bought these and only 1 out of 10 signs that I bought was good. The material on the letters that is supposed to glow did not work. It was spotty and I could only see 1 or 2 letters in the dark for the other 9 signs. Very disappointed, plus there is no returns. Do Not Buy!!!! \n Category: office_product", "output": "True", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate \"True\" if given review and its category match, otherwise generate \"False\".", "input": "Reviews: DO NOT BUY! A waste of money. DOES NOT work. DOES NOT HEAT. And much smaller than what it looks on Amazon. TRULY! does not work and does not heat, and for cool it is just a small fan. \n Category: lawn_and_garden", "output": "True", "category": "Text Categorization 425.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: The material is fine the craftsmanship is not . Shirts are falling apart. Poorly sewn and incompletely sewn. Don't buy. u get what u pay for \n Summary: I don't recomend this product the shirts don't fit and are falling apart", "output": "True", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: I did not receive the case as described in the pictures, I was frustrated. It was my first disappointment with the Amazon and some salesman \n Summary: I really love the look but the little pin that holds it ...", "output": "False", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: Total rip-off,these socks are not made anywhere near the quality of previous socks, that are called Cushion Comfort. A very cheap imitation that are not comfortable or very well cushioned. The ones they had before were excellent. \n Summary: A very cheap imitation that are not comfortable or very well cushioned", "output": "True", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: Item was never received and money was never returned! \n Summary: Item was never received and money was never returned!", "output": "True", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: They use a cheap plastic pin to attach the pole attachment to the vacuum head. You have to take off one of the weights just to attach the pole attachment due to the poor design. Having a pool for the past 13 years you get to know what will work AND LAST, this may work but it WON'T last. I am returning and trying another brand \n Summary: Great sander if you DONT care if parts are squared ...", "output": "False", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: I like that the lights last for awhile, but the lights start out as multicolored and switch to just red. \n Summary: ANTENNA ONLY.... READ THE REVIEWS..MISLEADING DISCRIPTION.", "output": "False", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: Cases were difficult to open. I used these for a color run and the color got all over my phone even though the case was fully closed \n Summary: Unable to pair in Stereo mode, only mono mode works", "output": "False", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: I purchased this back in April of 2018. In less than a year (Jan 2019) will not work! Amazon was no help but to refer me to the manufacturers website for support. Multiple emails and forms filled on their website to no avail. Very disappointed! Waste of money! My best advise is DO NOT BUY!!! \n Summary: DO NOT BUY!!! Broken in less than a year w/ no help from Amazon or Manufacturer", "output": "True", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate \"True\" if the given review and its summary match, otherwise generate \"False\".", "input": "Reviews: you get was you paid for and does it's job. the front seats are better than the back \n Summary: Easy install but quality is that of a dollar store item. Way overpriced", "output": "False", "category": "Summarization 426.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "Liked the ability to plug into the EU plug in Brazil using our US chargers. Went to a hotel and ran into an unusual situation. The outlet was US but the laptop charger we needed to plug in was the EU plug. The US prongs on the charger extend but do not lock. Never was able to get a charge. Had to get an adaptor from the hotel. Also, don't let your wife plug in her hair dryer, it blew the fuse. Just like the warning labels tell you. I gave it 2 stars because it worked as designed but failed to lock the US plug in place.", "output": "2", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "This product cant be specific to the Note 9. It hasnt fit correctly since initial application. My note 8 protector fit like a glove, this one is horrible", "output": "1", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "I have been doing aroma therapy for 2 decades and this is an incredible quality essential oil. I really enjoy the way this lemon oil invigorated me. Great for apothecary and diffusers, even just smelling the bottle cheers me up.", "output": "5", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "While the band is comfortable and easy to install, it's not durable at all. The adjustment notches started to rip after only 6 months of use. Not worth the price your pay.", "output": "1", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "Bought this for my 10 year old son\u2019s birthday. It broke within one hour. It just stopped moving. To send it back Is at the customer\u2019s expense, almost as much as the cost of the product. No thanks.", "output": "1", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "It works, not sure what else to say. Edit: Just died on me a few weeks ago after switching to a new GPU. Worked fine until then but now it freaks out if I play games. Gonna upgrade to an EVGA.", "output": "3", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "I\u2019m writing this to say I never received my items it said it was delivered at the mail room at the apartment complex but when I go to check the apartment front desk mail room they said they never received the items", "output": "1", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "Super cool book for kids and adults! Got this for my 5 year old who expressed interest in learning about the body. Book is a really nice size and has a good amount of pages, not many but just enough not to overwhelm on info.", "output": "4", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good.", "input": "Restraining leash that is built in to hold pet in place will not shorten to length required. Dog was out of the seat and hanging by his harness before I got in the drivers seat.", "output": "2", "category": "Sentiment Analysis 428.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: I bought two of these because I\u2019m hard on chargers and was hoping the metal would help. One of them came broken so that was a waste. But the one that does work is pretty great. \n Rating: 3", "output": "True", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: The 2 original mayo were fine. The Chipotle Lime was a liquid oily consistency. I contacted Amazon and they made a refund. Amazon was great, the product wasn't so great. \n Rating: 3", "output": "True", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: This is the second book in the series. I read them out of order,however, the really made no difference. All three books are basically the same... You read one and done. I skipped over a bit of this one. There is a lot of weird sex stuff in these books... Thrusting, groaning, moaning, blah, blah, blah. Sorry holly this book was crap. \n Rating: 1", "output": "True", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: Lighter duty than previous printer MX 922 which we had for years. Paper tray capacity is smaller. Annoying that it forces you to use the rear paper feed for large format photo paper. It automatically changes the setting if you try to say you are printing 8 1/2 x 11 on photo paper. Main reason I chose the model is for the independent color ink cartridges. So many printers have a single cartridge for all colors resulting in a lot of waste when only one runs out. \n Rating: 2", "output": "False", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: POOR Quality! Cover ripped, 1/3 of the book is water damaged. It was represented as \u201cvery good quality\u201d, but there is no way this could be considered anything above poor or unacceptable condition \n Rating: 1", "output": "True", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: Just got this delivered Friday, pulled it out of the undamaged box...product had big dents in top and bottom, and the grate was bent out. Just asked for a replacement. I'll update my review once I've received the next one. \n Rating: 2", "output": "True", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: Just other reviewers mentioned, I got breakouts on my chin and forehead. Shea butter is one of its ingredients and this is not good for sensitive skin though it can be moisturizing for the body not for sensitive face. \n Rating: 1", "output": "True", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: This movie could NOT pull it off. It not worth the time. Story was promising, solid cast, but then the weird choppy editing style. Even Melissa McCarthy couldn't pull this movie out of its nosedive. \n Rating: 2", "output": "True", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with \"True\" if the sentence belongs to that section, otherwise answer with \"False\"", "input": "Review: The silver in the band isn't as silver or shinny as in pictures, but still looks good. Looks like it might last through some rough wear, but we'll see. \n Rating: 2", "output": "False", "category": "Sentiment Analysis 429.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "How can this product have anything above 1 star? It doesn't work at all. I'm using a note 10+ and no sound comes out from this it plays straight through the phone speakers. Complete garbage!", "output": "negative", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "Item states it has lifetime warranty. Item defective and failed (see other complaints in ratings) company will not honor warranty. Amazon \"A-Z Guarantee\" only good for 90 days so actually useless in this matter.", "output": "negative", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "Ordered Feb 22 as of today March 28. Notified delivery would be after March 15. Amazon site says probably delivered. It has never been received. . Don\u2019t buy from this seller", "output": "negative", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "This steamer is not for a professional business setting, it's very cheap don't buy this one. I'm an esthetician and Unfortunately I can't use this steamer on my clients faces as it makes them cough the steam is drying to sinuses and throat, the steam with ozone on has a scent of like burnt water and plastic... again it's very cheap. The ozone light also stopped working after the first week? Save your money and invest a litttle more in a good steamer.", "output": "negative", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "The package was left in the sun on my front porch and was melted by the time I was home from work. Packed only in a cardboard box, nothing to keep it cool. Disappointing.", "output": "negative", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "Beautiful shell with brilliant colors. Shell has a great energy. Looks exactly like the image shown! No chips or scratches visible. Would buy from again! Thank you!", "output": "positive", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "I ordered and pay for express shipping. I was headed out of town to give this gift to my granddaughter. It never came before i left on the 14th. TWO WEEKS for a payment for 7 day delivery! I returned it. Sad Amazon can't keep their promises anymore.", "output": "negative", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "Hello, The tracking says it was handed off directly to me, but it was NOT handed to me or left at my door. In fact I wasn't even home on Tue when the system states I was. Assistance is needed please.", "output": "negative", "category": "Sentiment Analysis 430.json" }, { "instruction": "In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.", "input": "Very good quality for this price. I know 10ft is very long, but it's beyond my expectation when I saw the product! It's long enough that I can do anything without worrying about a dying battery. The original lightning cable is very fragile especially the charging part. I have to wrap some plastic tapes on the cable to protect it's head. But this one is nylon braided which makes it seem very tough. I really like it, and definitely will recommend it to my friends!", "output": "positive", "category": "Sentiment Analysis 430.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u266a \u0914\u0930 \u0905\u0917\u0930 \u092e\u0941\u091d\u0947 \u092f\u0915\u0940\u0928 \u0939\u094b\u0924\u093e \u0915\u093f \u092f\u0939 \u266a", "output": "# And would I be sure that this", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u0939\u094b\u0917\u093e.", "output": "It would be.", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "- \u0915\u0939\u093e\u0901?", "output": "- Where to?", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u0907\u0938 \u0917\u0942\u0902 \u0915\u0940 \u092c\u094b\u0930\u0940 \u0915\u094b \u0905\u0938\u094d\u092a\u0924\u093e\u0932 \u092e\u0947\u0902 \u0921\u093e\u0932\u094b.", "output": "Take that tub of shit down to the infirmary.", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u0924\u0941\u092e \u0918\u0942\u0930 \u0915\u094d\u092f\u093e \u0930\u0939\u0947 \u0939\u094b?", "output": "What are you staring at?", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u0935\u0939 \u092c\u0939\u0941\u0924 \u092c\u0940\u092e\u093e\u0930 \u0939\u0948, \u0905\u0927\u093f\u0915\u093e\u0930\u0940.", "output": "He's very sick, Officer.", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u092e\u0948\u0902 \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093e, \u092e\u093e\u0901.", "output": "I won't, Mom.", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u0926\u0947\u0916\u0928\u093e \u092e\u0948\u0902 \u0924\u0941\u092e\u094d\u0939\u093e\u0930\u0947 \u092a\u0940\u091b\u0947 \u092a\u094d\u0930\u092c\u0902\u0927\u0915 \u0915\u094b \u0928 \u0932\u0917\u093e \u0926\u0942\u0902.", "output": "Watch out I don't set the manager on to you.", "category": "Translation 442.json" }, { "instruction": "Translate from Hindi to English such that it preserves the original meaning Perform complete translation (partially translated sentences are considered incorrect).", "input": "\u0905\u0930\u0947, \u092d\u0932\u093e \u092e\u0948\u0902 \u0915\u0948\u0938\u0947 \u091c\u093e\u0928\u0924\u093e?", "output": "Hey, how the hell was I supposed to know?", "category": "Translation 442.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "(Growling)", "output": "( growling )", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "\u0c28\u0c47\u0c28\u0c41\u0c0f\u0c2e\u0c3f\u0c1a\u0c46\u0c2f\u0c4d\u0c2f\u0c3e\u0c32\u0c3f?", "output": "What do I do?", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "\u0c32\u0c46\u0c1f\u0c4d \u0c2f\u0c4a\u0c15\u0c4d\u0c15 \u0c08 \u0c15\u0c4a\u0c26\u0c4d\u0c26\u0c3f\u0c17\u0c3e \u0c26\u0c3e\u0c30\u0c41\u0c23\u0c2e\u0c46\u0c56\u0c28 \u0c15\u0c4a\u0c28\u0c4d\u0c28\u0c3f \u0c06\u0c28\u0c02\u0c26\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f, \u0c08 \u0c32\u0c3f\u0c1f\u0c3f\u0c32\u0c4d \u0c2e\u0c4b\u0c1f\u0c41 \u0c2e\u0c28\u0c3f\u0c37\u0c3f, EH?", "output": "Let's have some fun with this little fella, this Little Bloke, eh?", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "\u0c2e\u0c46\u0c56\u0c15\u0c4d?", "output": "Mike?", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "\u0c2a\u0c4d\u0c30\u0c2f\u0c3e\u0c23\u0c40\u0c15\u0c41\u0c32 \u0c0e\u0c15\u0c4d\u0c15\u0c21 \u0c09\u0c02\u0c26\u0c3f?", "output": "Where's the passenger?", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "\u0c35\u0c3e\u0c30\u0c41 \u0c0f\u0c2e\u0c3f \u0c35\u0c3e\u0c1f\u0c3f\u0c28\u0c3f \u0c07\u0c35\u0c4d\u0c35\u0c02\u0c21\u0c3f, \u0c24\u0c30\u0c41\u0c35\u0c3e\u0c24 \u0c35\u0c3e\u0c30\u0c41 \u0c2e\u0c30\u0c23\u0c3f\u0c38\u0c4d\u0c24\u0c3e\u0c30\u0c41!", "output": "Give them what they want, then they die!", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "- Whooo!", "output": "- Whooo!", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "\u0c05\u0c2a\u0c4d\u0c2a\u0c41\u0c21\u0c41 \u0c2e\u0c40 \u0c05\u0c38\u0c32\u0c41 \u0c2a\u0c47\u0c30\u0c41 \u0c0f\u0c2e\u0c3f\u0c1f\u0c3f?", "output": "What is your real name, then?", "category": "Translation 443.json" }, { "instruction": "The task is about translation from Telugu to English. While performing the translation you must preserve the original meaning. Do not include any words which are only limited to your native place.", "input": "- \u0c28 \u0c15\u0c2e\u0c4d, Baloo!", "output": "- Come on, Baloo!", "category": "Translation 443.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : Launchworks, formerly Xbox Live Productions, is an American video game developer based in Redmond, Washington created internally by Microsoft Studios in 2008, in order to create ``high quality digital content'' for Xbox Live. \nSubject : Launchworks \nRelation : parent company", "output": "What is Launchworks's parent company?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : Stelvio Rosi (born 1 August 1938), also known as Stan Cooper, is an Italian former film actor. \nSubject : Stelvio Rosi \nRelation : occupation", "output": "What was Stelvio Rosi's occupation?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : Girard-Perregaux (French pronunciation: \u200b(\u0292i\u0281a\u0281 p\u025b\u0281\u0259\u0261o), zhi-rar per\u0259go) is a high-end Swiss watch manufacture with its origins dating back to 1791. \nSubject : Girard-Perregaux \nRelation : parent company", "output": "What is Girard-Perregaux's parent company?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : Eug\u00e8ne Adrien Roland Georges Garros was born in Saint-Denis, R\u00e9union, and studied at the Lyc\u00e9e Janson de Sailly and HEC Paris. \nSubject : Roland Georges Garros \nRelation : educated at", "output": "The college Roland Georges Garros attended was what?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : ``Dwight K. Schrute, (Acting) Manager'' is the 24th episode of the seventh season of the American comedy television series The Office and the show's 150th episode overall. \nSubject : Dwight K. Schrute, (Acting) Manager \nRelation : series", "output": "Which series was Dwight K. Schrute, (Acting) Manager in?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : Breakfast with Hunter (2003) is a documentary about the everyday life of gonzo-journalist Hunter S. Thompson by Wayne Ewing. \nSubject : Breakfast with Hunter \nRelation : based on", "output": "The Breakfast with Hunter is based upon what?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : James Machon (born 1848) was a cabin boy in the United States Navy and a Medal of Honor recipient for his role in the Union Navy during the American Civil War. \nSubject : James Machon \nRelation : award received", "output": "Which award was honoured to James Machon?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : Born in Cologne on 23 November 1914, Bruno Kahl commenced his military career in July 1933 after the usual service with the Reichsarbeitsdienst. \nSubject : Bruno Kahl \nRelation : conflict", "output": "What was the war that Bruno Kahl fought in?", "category": "Question Generation 444.json" }, { "instruction": "You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question.", "input": "Context : HD 88836 is a double star in the southern constellation of Antlia. \nSubject : HD 88836 \nRelation : constellation", "output": "Of which constellation is HD 88836 a part?", "category": "Question Generation 444.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : Mario Zanini, or simply Zanini (September 10, 1907 in S\u00e3o Paulo -- August 16, 1971 in S\u00e3o Paulo), was a Brazilian painter and interior designer. \nAnswer : painter", "output": "What was Mario Zanini's occupation?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : In November 1525, king Gustav I stated that Christina Gyllenstierna was to marry his cousin Johan Turesson, Lord of Falun, riksr\u00e5d and governor of Nyk\u00f6ping. \nAnswer : Johan Turesson", "output": "What is Christina Gyllenstierna's spouse's name?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : Charles Henry Davis (January 16, 1807 -- February 18, 1877) was a Rear Admiral in the United States Navy. \nAnswer : United States Navy", "output": "Which entity was Charles Henry Davis a part of?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : Initially, X Factor Indonesia was planned as a replacement for Indonesian Idol in 2013, but due to the enormous success of the seventh season in 2012, RCTI and FremantleMedia decided to continue collaborating both the X Factor Indonesia and Indonesian Idol with each playing on alternate years. \nAnswer : FremantleMedia", "output": "Which production company is involved with X Factor Indonesia?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : Mary Anita Thigpen Perry (born May 5, 1952) is the longest-serving First Lady of Texas, and the wife of Governor Rick Perry, who was in office from 2000 to 2015. \nAnswer : Rick Perry", "output": "What is Anita Thigpen Perry's spouse's name?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : In November 2012, International Airlines Group, whose subsidiary Iberia held a 45.85% stake in Vueling, offered to buy the remaining 54.15% of the company with both Iberia and IAG owning both shares and not resulting in the company being wholly owned by IAG through 100% of shares. \nAnswer : International Airlines Group", "output": "Which company is the parent company of Vueling?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : Joseph Bloomfield Leake (April 1, 1828 -- June 1, 1918) was an attorney and an Iowa State Senator who entered the Union Army during the American Civil War. \nAnswer : Union Army", "output": "What military branch is Joseph Bloomfield Leake?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : Kosoha was an Indian scout serving in the United States Army during the Indian Wars who received the Medal of Honor for bravery. \nAnswer : Medal of Honor", "output": "What was the award received by Kosoha?", "category": "Question Generation 445.json" }, { "instruction": "Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.", "input": "Context : France Bleu 107.1 is a public radio station part of the French regional France Bleu network owned by Radio France, created on 2 January 2006. \nAnswer : Radio France", "output": "What is France Bleu 107.1's parent company?", "category": "Question Generation 445.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : Benjamin Ebrahimzadeh (Persian: \u0628\u0646\u06cc\u0627\u0645\u06cc\u0646 \u0627\u0628\u0631\u0627\u0647\u06cc\u0645 \u0632\u0627\u062f\u0647\u200e\u200e, born 3 January 1980 in Saarbr\u00fccken) is Iranian-German tennis player who competed for the Iran Davis Cup team in 2008. \nQuestion : What city is Benjamin Ebrahimzadeh associated with?", "output": "Saarbr\u00fccken", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : Designed to give users more control of their personal information when browsing, P3P was developed by the World Wide Web Consortium (W3C) and officially recommended on April 16, 2002. \nQuestion : Who set the standards for P3P?", "output": "World Wide Web Consortium", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : 100 Hours, a joint production between TVNZ and the Netherlands' IDTV, was a New Zealand television show filmed in Avalon, New Zealand that aired on TV2 on Sunday evenings in 2002. \nQuestion : Which is the original network of 100 Hours?", "output": "TV2", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : Gene Clapp graduated from the University of Pennsylvania in 1972 where he was a member of St. Anthony Hall. \nQuestion : What is the name university that educated Gene Clapp?", "output": "University of Pennsylvania", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : The Swimming Reindeer is the name given to a 13,000-year-old Magdalenian sculpture of two swimming reindeer conserved in the British Museum. \nQuestion : What is the name of the place where Swimming Reindeer can be found?", "output": "British Museum", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : The current mayor of Ghent, Dani\u00ebl Termont, leads a coalition of the Socialistische Partij Anders, Groen and Open VLD. \nQuestion : Who was elected leader of Ghent?", "output": "Dani\u00ebl Termont", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : The Beep Media Player (BMP) is an audio player application based on the XMMS multimedia player. \nQuestion : Which is the basis of Beep Media Player?", "output": "XMMS", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : Duncan McMartin Jr. (1776 -- October 3, 1837) was an American politician from New York. \nQuestion : What was Duncan McMartin Jr.'s occupation?", "output": "politician", "category": "Question Answering 446.json" }, { "instruction": "Generate a correct and concise answer for the question based on the words in the context.", "input": "Context : Rod Derline (born March 11, 1952) is a former professional basketball guard for the Seattle SuperSonics of the National Basketball Association (NBA). \nQuestion : What team does Rod Derline belong to?", "output": "Seattle SuperSonics", "category": "Question Answering 446.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : In his podcast commentaries on ``Resurrection Ship'', executive producer Ronald D. Moore discussed his views of what the episode's events reveal about several of the characters. \nQuestion : Which series is Resurrection Ship apart of?", "output": "series", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : Lucero (Mark Anthony Fernandez), Vergel's close friend and later enemy, becomes another half-snake half-human and becomes Kamandag's mortal enemy, who names himself as Talim. \nQuestion : What broadcasting company aired Kamandag?", "output": "original network", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : North Carolina Central University was founded by James E. Shepard as the National Religious Training School and Chautauqua in the Hayti District. \nQuestion : What is North Carolina Central University's parent company?", "output": "parent company", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : Rita Keszthelyi (born 1991) is a Hungarian female water polo player. \nQuestion : Which gender does Rita Keszthelyi belong to?", "output": "sex or gender", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : During his lifetime, Stephen Galatti received the Croix de Guerre and the post of Chevalier of the Legion of Honor, Commander of the Order of the British Empire, the Medal of Freedom, the posts of Officer of the Order of Orange-Nassau and Verdienstkreuz erster Klasse (Bundesrepublik Deutschland), and honorary MA from Yale, and honorary LL.D. from the University at Buffalo and from Harvard. \nQuestion : What year did Stephen Galatti die in?", "output": "date of death", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : The Old Grey Hare is a 1944 Warner Bros. cartoon in the Merrie Melodies series, directed by Bob Clampett, written by Michael Sasanoff, music by Carl W. Stalling. \nQuestion : Which production company is involved with The Old Grey Hare?", "output": "production company", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : Triumph of the Nerds is a 1996 British/American television documentary, produced by John Gau Productions and Oregon Public Broadcasting for Channel 4 and PBS. \nQuestion : Which is the basis of Triumph of the Nerds?", "output": "based on", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : Eusebius Mandyczewski was born in the Romanian village of Molodiya (then Austria-Hungary; now Ukraine, Hlyboka Raion) on 18 August 1857. \nQuestion : What was Eusebius Mandyczewski's career?", "output": "occupation", "category": "Question Understanding 447.json" }, { "instruction": "Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question.", "input": "Context : Gangster's Law was released in Italy on August 8, 1969 where it was distributed by Regional. \nQuestion : The director of Gangster's Law is what?", "output": "director", "category": "Question Understanding 447.json" }, { "instruction": "Translate from English to Hindi.", "input": "Where's Brooks?", "output": "\u092c\u094d\u0930\u0942\u0915\u094d\u0938 \u0915\u0939\u093e\u0901 \u0939\u0948?", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "I'm sorry.", "output": "\u092e\u093e\u092b \u0915\u0930\u0928\u093e.", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "Honey.", "output": "\u0939\u0928\u0940.", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "- Is that a reason that counts?", "output": "- \u0915\u094d\u092f\u093e \u092f\u0939\u0940 \u0915\u093e\u0930\u0923 \u0939\u0948?", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "Oh, I'll say!", "output": "\u0913\u0939, \u0915\u0939\u0928\u093e \u092a\u0921\u093c\u0947\u0917\u093e!", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "The old \"home in the middle\", his chance is great greater its chance", "output": "\u092a\u0941\u0930\u093e\u0928\u0947 \"\u092c\u0940\u091a \u0935\u093e\u0932\u0947 \u0918\u0930\" \u092e\u0947\u0902, \u092e\u094c\u0915\u093e \u092c\u0922\u093f\u092f\u093e \u0939\u0948 \u0905\u0927\u093f\u0915 \u0938\u0947 \u0905\u0927\u093f\u0915 \u092e\u094c\u0915\u093e", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "He saw it on the television.", "output": "\u0909\u0938\u0928\u0947 \u091f\u0947\u0932\u0940\u0935\u093f\u091c\u0928 \u092a\u0930 \u0926\u0947\u0916\u093e.", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "All I tried to do was pull him up.", "output": "\u092c\u0938 \u092e\u0948\u0902\u0928\u0947 \u0909\u0938\u0947 \u0909\u092a\u0930 \u0916\u0940\u0902\u091a\u0928\u0947 \u0915\u0940 \u0915\u094b\u0936\u093f\u0936 \u0915\u0940.", "category": "Translation 448.json" }, { "instruction": "Translate from English to Hindi.", "input": "I'm done?", "output": "\u092e\u0947\u0930\u093e \u0915\u093e\u092e \u0916\u0924\u094d\u092e ...", "category": "Translation 448.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Alice introduced the woman the suggestion", "output": "Alice introduced the suggestion to the woman", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "John grunted her the directions", "output": "John grunted the directions to her", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Bob forfeited a woman who was from work something", "output": "Bob forfeited something to a woman who was from work", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Mary slammed the man a fastball", "output": "Mary slammed a fastball to the man", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Mary croaked the man an apology", "output": "Mary croaked an apology to the man", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Alice recommended a woman who was from work a show", "output": "Alice recommended a show to a woman who was from work", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Linda declared the woman wearing the hat something", "output": "Linda declared something to the woman wearing the hat", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Mary slapped the woman who was from work a fine", "output": "Mary slapped a fine to the woman who was from work", "category": "Paraphrasing 449.json" }, { "instruction": "Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction.", "input": "Mary brought a man something", "output": "Mary brought something to a man", "category": "Paraphrasing 449.json" }, { "instruction": "Translation from English to Telugu.", "input": "Bah-be-do-bay Bu-bu-doo", "output": "\u0c2c\u0c3e\u0c39-\u0c09\u0c02\u0c1f\u0c41\u0c02\u0c26\u0c3f\u0c0f\u0c2e\u0c3f-\u0c2c\u0c47 \u0c2c\u0c41-bu-\u0c21\u0c42", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "The others have gone out into the paddocks.", "output": "\u0c07\u0c24\u0c30\u0c41\u0c32\u0c41 paddocks \u0c32\u0c4b\u0c15\u0c3f \u0c2c\u0c2f\u0c1f\u0c15\u0c41 \u0c35\u0c46\u0c33\u0c4d\u0c33\u0c3e\u0c28\u0c41.", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "And you prick a raw paw Well, next time beware", "output": "\u0c2e\u0c40\u0c30\u0c41\u0c2c\u0c3e\u0c17\u0c3e\u0c2e\u0c41\u0c02\u0c26\u0c41\u0c15\u0c41\u0c24\u0c4d\u0c30\u0c4b\u0c2f\u0c41\u0c12\u0c15\u0c2e\u0c41\u0c21\u0c3f\u0c2a\u0c02\u0c1c\u0c3e , \u0c24\u0c26\u0c41\u0c2a\u0c30\u0c3f \u0c38\u0c2e\u0c2f\u0c02 \u0c2c\u0c3f\u0c35\u0c47\u0c30\u0c4d", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "Oh no.", "output": "\u0c05\u0c30\u0c46\u0c30\u0c47.", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "NOT THAT BAG, THE OTHER ONE.", "output": "\u0c15\u0c3e\u0c26\u0c41 BAG, \u0c07\u0c24\u0c30.", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "That's your problem.", "output": "\u0c2e\u0c40 \u0c38\u0c2e\u0c38\u0c4d\u0c2f \u0c05\u0c02\u0c1f\u0c47.", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "Look.", "output": "\u0c32\u0c41\u0c15\u0c4d.", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "Stop.", "output": "\u0c38\u0c4d\u0c1f\u0c3e\u0c2a\u0c4d.", "category": "Translation 450.json" }, { "instruction": "Translation from English to Telugu.", "input": "Well, what are we gonna do?", "output": "\u0c2c\u0c3e\u0c17\u0c3e, \u0c2e\u0c47\u0c2e\u0c41 \u0c0f\u0c2e\u0c3f \u0c17\u0c4a\u0c28\u0c4d\u0c28 \u0c09\u0c02\u0c1f\u0c3e\u0c2f\u0c3f?", "category": "Translation 450.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: El presidente de Bolivia, Hugo Banzer, afirm\u00f3 hoy, viernes, en la Cumbre del Milenio de la ONU, que no habr\u00e1 paz ni seguridad si \u00e9stas son construidas sobre las disparidades que separan a los pa\u00edses desarrollados y ricos de los pobres. Banzer, quien subi\u00f3 a la tribuna de la ONU en el d\u00eda de clausura de la Cumbre, en la que participan m\u00e1s de 150 jefes de Estado y de Gobierno, se\u00f1al\u00f3 que la agenda para el tercer milenio debe incluir \"un compromiso de trascendencia hist\u00f3rica para conducir a nuestros pueblos hacia un destino com\u00fan construido sobre la equidad, la justicia, el di\u00e1logo, y el respeto al hombre y a la naturaleza\". Tras se\u00f1alar que el fin de la \"guerra fr\u00eda\" entre Occidente y el bloque comunista del este no \"trajo en el plano econ\u00f3mico beneficios sustanciales para los pa\u00edses en desarrollo\", estim\u00f3 que el conflicto \"ha sido sustituido por una especie de antagonismo entre el Norte y el Sur\", es decir entre las potencias econ\u00f3micas y los pa\u00edses en crecimiento o pobres. Las Naciones Unidas han cumplido un papel relevante pero \"las tensiones subsisten bajo otras caracter\u00edsticas generadas en esencia por el atraso, la pobreza y las desigualdades que se acent\u00faan peligrosamente\", dijo Banzer, quien tiene previsto entrevistarse a \u00faltima hora de hoy con su colega estadounidense, Bill Clinton. Esos factores han determinado las nuevas divisiones de la sociedad contempor\u00e1nea \"que es urgente corregir\", dijo el presidente, quien consider\u00f3 que en este encuentro del Milenio los objetivos deben ser responder a los retos del futuro y \"no reducirse a los buenos prop\u00f3sitos\".\nQUESTION: \u00bfQu\u00e9 se celebra hoy?", "output": "Cumbre del Milenio de la ONU", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: Historia \nManzanar fue habitado inicialmente por nativos estadounidenses hace aproximadamente 10 000 a\u00f1os. Alrededor del 1.500 a\u00f1os atr\u00e1s el \u00e1rea fue poblada por los paiute del valle Owens, quienes se extendieron por el valle desde el valle Long en el norte hasta el lago Owens en el sur, y desde la cima de Sierra Nevada en el oeste hasta las monta\u00f1as Inyo al este. Otras naciones de nativos en la regi\u00f3n inclu\u00edan a los miwok, los mono occidentales y los tubatulabal al oeste, los Shoshone en el sur y el este y los paiute del lago Mono al norte. Los paiute del valle Owens cazaban y pescaban, recolectaban pi\u00f1ones y cultivaban utilizando irrigaci\u00f3n en la zona. Tambi\u00e9n intercambiaban objetos caf\u00e9s de alfarer\u00eda por sal del Saline Valley, e intercambiaban otros utensilios y bienes a lo largo de la Sierra Nevada durante el verano y oto\u00f1o.\nQUESTION: \u00bfQui\u00e9nes fueron los pobladores de la zona de Manzanar hace unos 1.500 a\u00f1os?", "output": "los paiute del valle Owens", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: 11 de octubre de 2007 Este mi\u00e9rcoles por la ma\u00f1ana, la Feria Internacional del Libro, la mayor feria de literatura a nivel mundial ubicada en Fr\u00e1ncfort, Alemania, abri\u00f3 sus puertas a los primeros visitantes, los cuales se estiman en 280.000. La Feria organiza la participaci\u00f3n de publicadores alemanes en m\u00e1s de 25 ferias del libro internacionales y es la co-fundadora de la Feria del Libro en Ciudad del Cabo, Sud\u00e1frica. The German Publishers & Booksellers Association, que dirige la Feria en Fr\u00e1nfort, dice que el mercado literario se encuentra en una fase pr\u00f3spera. El martes, la asociaci\u00f3n declar\u00f3 que \u00e9sto se evidencia en el alto n\u00famero de exhibidores, con un r\u00e9cord de 7,448 provenientes de m\u00e1s de 100 pa\u00edses, que presentan 391.652 libros, incluyendo 121.267 libros nuevos de este a\u00f1o. Los Libros-E y audiolibros ambos ser\u00e1n grandes t\u00f3picos en la feria de este a\u00f1o. Los varios premios concedidos durante la feria muestran la variedad, el alcance de los medios y los intereses que se representan en la Feria del Libro de Fr\u00e1ncfort: Premios a\u00fan por ser concedidos incluyen el Premio de Literatura Juvenil Alemana y el Fantasy Final de la primera German Cosplay Masters en el centro de c\u00f3mics en la feria.\nQUESTION: \u00bfQu\u00e9 destacado evento literario tiene lugar en Fr\u00e1ncfort?", "output": "la Feria Internacional del Libro", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: Fosilizaci\u00f3n \nPara que un resto corporal o una se\u00f1al de un organismo merezca la consideraci\u00f3n de f\u00f3sil es necesario que se haya producido un proceso f\u00edsico-qu\u00edmico que le afecte, conocido como fosilizaci\u00f3n. En este proceso se pueden producir transformaciones m\u00e1s o menos profundas que pueden afectar a su composici\u00f3n y estructura. Este proceso va en funci\u00f3n del tiempo, por lo que debe haber transcurrido un determinado intervalo a partir del momento de producci\u00f3n del resto para que llegue a la consideraci\u00f3n de f\u00f3sil.\nLa fosilizaci\u00f3n es un fen\u00f3meno excepcionalmente raro, ya que la mayor\u00eda de los componentes de los seres vivos tienden a descomponerse r\u00e1pidamente despu\u00e9s de la muerte.\nQUESTION: \u00bfQu\u00e9 suele ocurrir con la mayor parte de los componentes de los seres vivos?", "output": "tienden a descomponerse r\u00e1pidamente despu\u00e9s de la muerte", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: 22 de noviembre de 2008 El presidente electo de los Estados Unidos, Barack Obama, anunci\u00f3 en un mensaje por Internet que su equipo estudia un nuevo plan de recuperaci\u00f3n econ\u00f3mica. Entre otros puntos, propone crear 2,5 millones de puestos de trabajo durante los pr\u00f3ximos dos a\u00f1os. El sucesor de George W. Bush advirti\u00f3 sobre \"el riesgo de caer en una espiral de deflaci\u00f3n\". Adem\u00e1s, reiter\u00f3 su opini\u00f3n sobre la crisis financiera mundial: \"No existen soluciones r\u00e1pidas o f\u00e1ciles a esta crisis que fue cre\u00e1ndose en el curso de muchos a\u00f1os, y es probable que empeore antes de mejorar\". La cantidad de despidos en los Estados Unidos desde enero se estima en 1,2 millones. Seg\u00fan Obama, si no se toman medidas, la situaci\u00f3n puede empeorar aun m\u00e1s. Asimismo, en la semana del 9 al 15 de noviembre, hubo 542.000 nuevos pedidos del beneficio de desempleo, de acuerdo al Departamento de Trabajo. El proyecto del dem\u00f3crata planea aumentar el trabajo mediante la construcci\u00f3n de rutas y puentes, remodelando escuelas y construyendo centrales el\u00e9ctricas de energ\u00eda alternativa. De esta manera, tambi\u00e9n disminuir\u00eda la dependencia estadounidense del petr\u00f3leo. \"No son s\u00f3lo medidas para salir de la crisis de inmediato, son inversiones a largo plazo para el futuro de nuestra econom\u00eda y que fueron ignoradas durante demasiado tiempo\", manifest\u00f3 Obama.\nQUESTION: \u00bfC\u00f3mo ha comunicado el dem\u00f3crata la noticia sobre su proyecto econ\u00f3mico?", "output": "en un mensaje por Internet", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: Comentario de texto \nLa Celestina se escribe durante el reinado de los Reyes Cat\u00f3licos, cuyo matrimonio se celebra en 1469 y alcanza hasta 1504, a\u00f1o de la muerte de Isabel la Cat\u00f3lica, que ocupa la \u00faltima fase del Prerrenacimiento en Espa\u00f1a. Durante esta uni\u00f3n din\u00e1stica de los reinos de Castilla y Arag\u00f3n se produce en 1492 el descubrimiento de Am\u00e9rica, la conquista de Granada y la expulsi\u00f3n de los jud\u00edos, tres hechos de gran significado en la historia de Espa\u00f1a. Es tambi\u00e9n el a\u00f1o en que Antonio de Nebrija publica la primera gram\u00e1tica de la lengua castellana, lo que, junto a la actividad docente del propio Nebrija en la Universidad de Salamanca, donde estudi\u00f3 Fernando de Rojas, propicia la irrupci\u00f3n del humanismo renacentista en Espa\u00f1a. As\u00ed, convencionalmente y a efectos did\u00e1cticos, se sit\u00faa en este a\u00f1o, 1492, el comienzo de la transici\u00f3n entre la Edad Media y el Renacimiento. Es, precisamente, en la d\u00e9cada de los noventa del cuatrocientos cuando aparecen las primeras ediciones de la Comedia de Calisto y Melibea.\nQUESTION: \u00bfCu\u00e1l fue el acontecimiento vinculado con la vida de Antonio de Nebrija que tuvo lugar el 1492?", "output": "publica la primera gram\u00e1tica de la lengua castellana", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: 12 de octubre de 2014 La excandidata ambientalista Marina Silva, que se ubic\u00f3 tercera en las elecciones presidenciales brasile\u00f1as, anunci\u00f3 su respaldo al candidato opositor A\u00e9cio Neves que enfrentar\u00e1 en segunda ronda a la presidenta Dilma Rousseff. El apoyo a Neves tuvo lugar luego que el candidato cercano a la empresa privada, se comprometiera en una carta a incorporar en su programa de gobierno temas relacionados con la reforma del gobierno, la tenencia de la tierra, cuestiones ind\u00edgenas y el ambientalismo, considerados cruciales por Silva. Silva dijo que apoyar\u00e1 a Neves con la esperanza de que cumpla con esas promesas. \"Prefiero ser criticada por luchar por lo que creo que es mejor para Brasil\", dijo, junto al diputado de su partido, Beto Albuquerque, citando los temas del documento de Aecio como justificaci\u00f3n de su apoyo. \"Declaro mi voto y mi apoyo a su candidatura. Hago esta declaraci\u00f3n como una ciudadana brasile\u00f1a que descarta que el anuncio se trate de un acuerdo o alianza para gobernar\", dijo Silva para explicar que el compromiso de Neves es con la naci\u00f3n y no con ella. La segunda ronda electoral se realizar\u00e1 el 26 de octubre. Encuestas recientes apuntan en virtual empate entre Neves y Rousseff, pero con ligera ventaja para el primero. La versi\u00f3n original del art\u00edculo, o partes de \u00e9l, ha sido extra\u00edda de Voz de Am\u00e9rica. Voz de Am\u00e9rica libera sus contenidos bajo dominio p\u00fablico.\nQUESTION: \u00bfCu\u00e1ndo se enfrentar\u00e1n por segunda vez en las urnas Neves y Rousseff?", "output": "el 26 de octubre", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: Antig\u00fcedad \nExisten escasos vestigios de \u00e9poca prehist\u00f3rica en la ciudad. Si bien est\u00e1 constatada la presencia humana en el Paleol\u00edtico, los primeros restos por lo que ata\u00f1e a la arquitectura proceden del Neol\u00edtico, \u00e9poca en que el ser humano se volvi\u00f3 sedentario y pas\u00f3 de una subsistencia basada en la caza y la recolecci\u00f3n a una econom\u00eda agraria y ganadera. Estos primeros vestigios proceden de finales del neol\u00edtico (3500 a. C.-1800 a. C.), y se manifiestan principalmente por las pr\u00e1cticas funerarias con sepulcros de fosa, que sol\u00edan ser de bastante profundidad y revestidas de losas. Un exponente de ello es la tumba descubierta en 1917 en la vertiente sudoeste de la colina de Monterols, entre las calles de Muntaner y Cop\u00e9rnico; de dataci\u00f3n imprecisa, tiene 60 cm de alto y 80 de ancho, y estaba formada por losas planas de forma irregular. Por lo que respecta a habit\u00e1culos, de esta \u00e9poca solo se ha encontrado un fondo de caba\u00f1a en lo que es la actual estaci\u00f3n de San Andr\u00e9s Condal.\nQUESTION: \u00bfC\u00f3mo evolucion\u00f3 el comportamiento humano en el Neol\u00edtico?", "output": "el ser humano se volvi\u00f3 sedentario y pas\u00f3 de una subsistencia basada en la caza y la recolecci\u00f3n a una econom\u00eda agraria y ganadera", "category": "Question Answering 454.json" }, { "instruction": "You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.\n The answers need to be context specific and can not be general knowledge or a random guess.", "input": "CONTEXT: Su misi\u00f3n era llenarlo pero no lo consegu\u00edan nunca. Cada cual lo comprende eso a su manera y seg\u00fan su caso personal si ha estado enamorado. Es entre las mujeres-- en cierto modo-- como el suplicio de T\u00e1ntalo entre nosotros y se compensan esos suplicios rec\u00edproca y fatalmente. En el universo no hay sino una presencia permanente, inmutable y eterna: la esfera. El Ser. Lo dem\u00e1s es existencia, simulacro transitorio y mudable. Y est\u00e1-- la esfera-- en lo m\u00e1s m\u00ednimo-- el tomo-- y en lo m\u00e1s vasto: el universo.\nQUESTION: \u00bfC\u00f3mo es la esfera?", "output": "permanente, inmutable y eterna", "category": "Question Answering 454.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: La batalla de las Term\u00f3pilas tuvo lugar durante la segunda guerra m\u00e9dica; en ella una alianza de las polis griegas, lideradas por Esparta (por tierra) y Atenas (por mar), se unieron para detener la invasi\u00f3n del Imperio persa de Jerjes I. El lapso de la batalla se extendi\u00f3 siete d\u00edas, siendo tres los d\u00edas de los combates. Se desarroll\u00f3 en el estrecho paso de las Term\u00f3pilas (cuyo nombre se traduce por \"Puertas Calientes\" - de \u03b8\u03b5\u03c1\u03bc\u03cc\u03c2,-\u03ae,-\u03cc\u03bd 'caliente' y \u03a0\u03cd\u03bb\u03b7,\u03b7\u03c2 'puerta'; a causa de los manantiales de aguas termales que exist\u00edan all\u00ed), en agosto o septiembre de 480 a. C.\nANSWER: Puertas Calientes", "output": "\u00bfC\u00f3mo se traduce el termino Term\u00f3pilas?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: Al menos 30 personas sufrieron heridas de distinta consideraci\u00f3n en los enfrentamientos entre manifestantes antigubernamentales y la polic\u00eda en el centro de Belgrado y es posible que haya dos muertos, seg\u00fan los servicios de urgencia. El servicio m\u00e9dico de urgencia no ha desmentido la existencia de v\u00edctimas mortales, ya que se usaron armas en los choques y muchos tienen heridas de bala, entre ellos un reportero griego. Una persona con las manos en el est\u00f3mago ensangrentado fue retirada en camilla, seg\u00fan pudo comprobar EFE, aparentemente por herida de bala. Cinco veh\u00edculos de bomberos intentan apagar el gran incendio que se extiende por el edificio de la televisi\u00f3n estatal, controlada hasta ahora por las autoridades serbias. El incendio empez\u00f3 tras irrumpir los manifestantes en masa. Las llamas se han extendido a tres de los cinco pisos de ese edificio y la televisi\u00f3n estatal ya no emite su programaci\u00f3n habitual. El edificio m\u00e1s nuevo de la televisi\u00f3n estatal, situado detr\u00e1s del antiguo (bombardeado por la OTAN) arde tambi\u00e9n en su interior y desde fuera se oyen crepitar los cristales de las ventanas, desde las que salen densas columnas de un humo que se ha adue\u00f1ado del centro de Belgrado.\nANSWER: tras irrumpir los manifestantes en masa", "output": "\u00bfCu\u00e1ndo se desat\u00f3 el incendio?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: El Archivo General de Simancas (tambi\u00e9n conocido por sus siglas, AGS) es un archivo estatal espa\u00f1ol ubicado en la localidad vallisoletana de Simancas, muy pr\u00f3xima a la capital. Fundado por Carlos I en 1540 en el castillo de Simancas, es el primer y m\u00e1s antiguo archivo oficial de la Corona de Castilla.\u200b El edificio, construido por Juan de Herrera, conserva gran parte de la documentaci\u00f3n producida por los \u00f3rganos de gobierno de la Corona de Castilla y posteriormente de la Monarqu\u00eda Hisp\u00e1nica y del Reino de Espa\u00f1a hasta Isabel II.\u200b\nANSWER: Simancas", "output": "\u00bfEn qu\u00e9 ciudad podemos encontrar el Archivo General de Simancas?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: Creo que el t\u00edtulo m\u00e1s apropiado para una colecci\u00f3n de art\u00edculos de cr\u00edtica cinematogr\u00e1fica es el que Guiliermo Cabrera Infante escogi\u00f3 para su libro \"Un oficio del siglo XX\".\u00bfCu\u00e1l si no se habr\u00eda podido designar un trabajo surgido en torno a un quehacer que los griegos no pudieron imaginar entre sus seis categor\u00edas art\u00edsticas y hoy llamamos \"el s\u00e9ptimo arte\"? Est\u00e1 bien que Guillemmo lo califique de oficio. As\u00ed le quita solemnidad a la tarea que desempe\u00f1\u00f3 durante mucho tiempo como \"el cronista\" que suscrib\u00eda con el seud\u00f3nimo de G. Ca\u00edn sus comentarios sobre la nueva y deslumbrante ficci\u00f3n nacida con el siglo.\nANSWER: Un oficio del siglo XX", "output": "\u00bfC\u00f3mo llam\u00f3 Cabrera a la publicaci\u00f3n de sus escritos sobre cine?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: 10 de julio de 2006 Italia se proclam\u00f3 campe\u00f3n del Mundial de F\u00fatbol de Alemania tras vencer en la final a Francia mediante una tanda de penalties, que fue forzada tras 120 minutos en que ambos equipos igualaron a un tanto. Este logro de Italia se suma a los campeonatos obtenidos en las copas del mundo de Italia 1934, Francia 1938 y Espa\u00f1a 1982. El partido comenz\u00f3 bastante parejo para ambos equipos, donde ninguno de los elencos se hac\u00eda da\u00f1o ni llegaba a la porter\u00eda rival con muchas ocasiones de gol. Sin embargo, a los 7 minutos de partidos Zinedine Zidane marc\u00f3 la primera cifra del partido, la que ser\u00eda igualada a los 19 minutos por el italiano Marco Materazzi. Tras ambos tantos, el partido fue m\u00e1s emocionante, pero a\u00fan con este factor, la contienda tuvo que irse al alargue reglamentario. En el tiempo extra, el partido no mostr\u00f3 un gran cambio con relaci\u00f3n a los primeros 90 minutos de contienda. Sin embargo Zidane le dio un cabezazo a Marco Materazzi por una supuesta provocaci\u00f3n del italiano, pero a\u00fan as\u00ed fue expulsado de la cancha, siendo este el triste final de su carrera. Tras el tiempo extra, el marcador a\u00fan quedaba igualado a un tanto, forzando a los exahustos jugadores a realizar la tanda de penalties, donde los italianos fueron m\u00e1s certeros ya que convirtieron sus 5 tantos, mientras que los franceses fallaron dos lanzamientos. Tras este resultado, las celebraciones se suscitaron en toda Italia, que tras 24 a\u00f1os se alzaban nuevamente con la copa del mundo.\nANSWER: mediante una tanda de penalties", "output": "\u00bfC\u00f3mo se impuso el equipo italiano a los franceses?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: La Facultad de Derecho de la Universidad de Chile es una de las cinco facultades que conformaron el claustro original de la Universidad, y una de las Escuelas de Derecho de mayor prestigio del pa\u00eds. De ella han egresado diecis\u00e9is presidentes de Chile, muchos ministros de Estado, senadores, diputados, jueces, y un sinn\u00famero de destacados intelectuales, historiadores y personajes relevantes en la historia de Chile, incluyendo al h\u00e9roe naval Arturo Prat Chac\u00f3n.\nANSWER: h\u00e9roe naval", "output": "\u00bfQui\u00e9n fue Arturo Prat Chac\u00f3n?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: Donatien Alphonse Fran\u00e7ois de Sade (Par\u00eds, 2 de junio de 1740-Charenton-Saint-Maurice, Val-de-Marne; 2 de diciembre de 1814), conocido por su t\u00edtulo de marqu\u00e9s de Sade, fue un fil\u00f3sofo y escritor franc\u00e9s, autor de Los cr\u00edmenes del amor, Aline y Valcour y otras numerosas novelas, cuentos, ensayos y piezas de teatro. Tambi\u00e9n le son atribuidas Justine o los infortunios de la virtud, Juliette o las prosperidades del vicio, Las 120 jornadas de Sodoma y La filosof\u00eda en el tocador, entre otras.\nANSWER: junio", "output": "\u00bfEn qu\u00e9 mes naci\u00f3 Donatien Alphonse Fran\u00e7ois de Sade?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: Trayectoria como futbolista \nFinalizado su servicio militar, Clough volvi\u00f3 al Boro, donde logr\u00f3 asentarse en el primer equipo que por aquel entonces militaba en la Segunda Divisi\u00f3n Inglesa, y anot\u00f3 204 goles en 222 partidos disputados a lo largo de seis temporadas. Fue entonces cuando el Sunderland, de la misma divisi\u00f3n, decidi\u00f3 pagar por \u00e9l 42.000 libras en 1961. All\u00ed continu\u00f3 demostrando su olfato de gol hasta que el 26 de diciembre de 1962, en un partido frente al Bury F. C. sufri\u00f3 una lesi\u00f3n de ligamento cruzado anterior tras chocar con el hombro de Chris Harker, portero rival. Clough se perdi\u00f3 el resto de la temporada en curso y la siguiente \u00edntegra, en la que su equipo consigui\u00f3 ascender a la Primera Divisi\u00f3n.\nANSWER: 204", "output": "\u00bfCu\u00e1ntos tantos marc\u00f3 Clough en el Boro?", "category": "Question Generation 455.json" }, { "instruction": "This task is in Spanish. Based on the given context, generate a question which can be answered by the given context. Generate a question that has more than 7 words. You can paraphrase the given context while forming the question.\n Suggestion: The question may involve starting question words like WHERE, WHEN, HOW, WHAT (in Spanish).", "input": "CONTEXT: Era de esperar que do\u00f1a Ana Botella pasar\u00eda por Girona durante la campa\u00f1a electoral. Es la \u00fanica provincia de Espa\u00f1a en la que el PP nunca ha conseguido un diputado. La esposa del presidente del Gobierno es persona de mucha fe y con su presencia durante un ratito junto al Onyar seguro que espera lograr lo que nunca consigui\u00f3 su marido. Demarcaci\u00f3n esquiva que vota a CiU, al PSC y hasta a ERC, pudi\u00e9ndolo hacer por el PP. Es como la man\u00eda de hablar en catal\u00e1n, existiendo la lengua castellana. Todos los catalanes son raros, pero los gerundenses les sobrepasan y entre sus rarezas figura la de votar s\u00f3lo un poquito al PP. Si ahora se consiguen 100 votos m\u00e1s que en los \u00faltimos comicios, el \u00e9xito ser\u00e1 innegable. Quiz\u00e1 no alcancen para sacar un diputado, pero por lo menos lo habr\u00e1 intentado do\u00f1a Ana, que ha dejado a los componentes de la lista electoral m\u00e1s animados de lo que estaban antes de la visita.\nANSWER: Girona", "output": "\u00bfQu\u00e9 ciudad ha visitado Ana Botella?", "category": "Question Generation 455.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "Darnell made me feel excited.", "output": "male", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "Jasmine found herself in a displeasing situation.", "output": "female", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "This boy found himself in a depressing situation.", "output": "male", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "Melanie made me feel anxious.", "output": "female", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "My brother made me feel happy.", "output": "male", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "I made my uncle feel glad.", "output": "male", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "The conversation with my daughter was amazing.", "output": "female", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "My mother feels miserable.", "output": "female", "category": "Gender Classification 456.json" }, { "instruction": "You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female).", "input": "I made my mother feel relieved.", "output": "female", "category": "Gender Classification 456.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "I made him feel enraged.", "output": "anger", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "The situation makes Jack feel disappointed.", "output": "sadness", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "The conversation with Alan was great.", "output": "joy", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "The situation makes Jerome feel angry.", "output": "anger", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "I made Heather feel relieved.", "output": "joy", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "The conversation with Shaniqua was shocking.", "output": "fear", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "The situation makes Tanisha feel disappointed.", "output": "sadness", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "The conversation with Lamar was threatening.", "output": "fear", "category": "Sentiment Analysis 457.json" }, { "instruction": "The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.", "input": "I made my mother feel depressed.", "output": "sadness", "category": "Sentiment Analysis 457.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "And with a donation of $15 or more, you\u2019ll receive a FREE Birdfeeder in appreciation for your concern.", "output": "With a donation of $15, you'll receive a free Birdfeed for your appreciation.", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "She tells me that the 3,666 people we helped find jobs in 1998 earned approximately $49 million dollars.", "output": "3,666 people we helped find jobs in 1998 earned $49 Million dollars.", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "I note he does not reply to my observation that most of the critics he mentions have given negative reviews to most of the films he says we praised.", "output": "He doesn't reply to my observation that most critics he mentions gave bad reviews to most films we praised.", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "Construct Validity The extent to which a measurement method accurately represents a construct and produces an observation distinct from that produced by a measure of another construct.", "output": "Construct Validity The extent to which a measurement method accurately represents a construct.", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "reduced first-time drug use by 46% lowered school absenteeism by 52% cut violent behavior by 33% enhanced school performance showed improved peer and family relationships", "output": "reduced drug use by 46% and school absenteeism by 52%, cut violent behavior by 33% showed improved peer and family relationships", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "Even though electronic espionage may cost U.S. firms billions of dollars a year, most aren't yet taking precautions, the experts said. By contrast, European firms will spend $150 million this year on electronic security, and are expected to spend $1 billion by 1992.", "output": "Electronic espionage may cost US firms billions a year, but most aren't taking precautions. European firms will spend $150 million this year on security & are expected to spend $1 billion by 1992.", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "Question: Is it sloppy writing or just paranoia that leads the WSJ to state that \"for years,\" Microsoft has required personal computer makers that license Windows 95 to also install Internet Explorer?", "output": "Is it sloppy writing or paranoia for the WSJ to state \"for years,\" Microsoft has required computers that license Windows 95 to also install Explorer?", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "\"Let's go over there and get Tiger's divot,\" I heard a fan say one day, referring to the tiny chunk of grass and dirt that Woods had scraped from the fairway on one of his shots.", "output": "Let's go over there and get Tiger's divot,\" I heard referring to the grass and dirt that Woods scraped from the fairway", "category": "Sentence Compression 460.json" }, { "instruction": "Given a text, write a compressed version of it in a single sentence.", "input": "The juxtaposition on the Post top-front is striking: \"Top Aides shouted down at 'Town Meeting' on Iraq\" cheek-by-jowl with \"The Guys are Pumped,\" over a story about the stealth fighter crews massing in Kuwait.", "output": "\"Top Aides shouted down at 'Town Meeting' on Iraq,\" \"The Guys are Pumped,\" and a stealth fighter crews massing in Kuwait story are on the Post top-front.", "category": "Sentence Compression 460.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "I have only had it for 2 weeks, but so far performs as expected for ipad and iphone", "output": "Five Stars", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "It setup and performed as stated.", "output": "Five Stars", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "I received this RN 202 unit free from Netgear on the "friends and family program". My whole network is Apple, and the Netgear RN 202 integration is flawless. Setup was a breeze, as most of the other reviewers have stated, and the unit is of a high quality build. The ease of access remotely works well and hasn't failed me yet, with the free RN Remote App in the Apple Store. Files transfer quick remotely also. Basically, remote access and transfer, is what I wanted a NAS for, and this unit works great for that. Overall, great unit for my type of application. Highly recommended!!", "output": "Great \"Safe Storage\" Product", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "Comcast said I needed a new device so I bought this one. Plugged in ready to go. Nothing to "figure out"", "output": "Comcast said I needed a new device so I bought ...", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "I love my Fire! I also bought one for my grandson and he loves it too. The only thing is I wish it was easier to use some of the Google programs on it. I'd love to have a easier way to watch You Tube videos.", "output": "I love my Fire", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "Built products are put together well and use quality materials, which you'd expect because they're expensive. But this bag has problems that make it less than ideal.

I bought this to be a minimal bag, small, slim, and sleek. But it's wider than it needs to be. The straps attach in a way that flairs out of the top of the bag, making it wider than needed. It also makes the bag an odd trapezoid shape.

The second problem is, it's too tight. If your MacBook Air has a slim plastic case (like a Speck case). A Speck case is very thin, yet its little extra size makes it very difficult to get the computer into and out of the Built bag.

Another problem is the bag flap. It's too long. It adds weight. It makes the bag harder to open and close. If you put a computer power cord in the bag's front pockets, then the long flap won't stick and the flap sticks out unattractively.

For me, this bag wasn't worth the high price.", "output": "Good Quality But Not Useful for Everyone", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "it functions....", "output": "Three Stars", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "Good, but it worked well for less than one year. As I moved to another country for work, the 36 months warrant had no use for me.", "output": "Good", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon customer review, write a title for the review. The preferred titles are under fifteen words.", "input": "I did not get on time but it arrived and it worked well with a device i needed to use with this", "output": "It works very well", "category": "Title Generation 462.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Fried and smoked in only seven minutes of use.", "output": "Negative Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Love it. Fits my kindle perfect. Helps keep it protected.", "output": "Positive Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Worls just fine.", "output": "Positive Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Horrible Broke It In 1 Day", "output": "Negative Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "0 complains so far, sometimes it takes a while to connect to the wifi network, but that is not a big deal", "output": "Positive Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Battery arrived on time and in good condition. No problems so far, holds a charge for about 2 hours. Overall seems like a good deal.", "output": "Positive Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Formatted in two FFS-4GB-partition, works great on Amiga 1200. No noise, no heat, fits perfectly in the HDD cradle, excellent !", "output": "Positive Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Backed up my ps3 and reformatted it. Worked like a charm.", "output": "Positive Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'.", "input": "Only worked for two days, eats 4 AAA batteries each week, eratic mouse pointer do not waste your money,no tech. support what so ever, wish I would not have bought this junk.", "output": "Negative Review", "category": "Sentiment Analysis 463.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "What is good way to understand carrier phrase in NLP when building diphone database?", "output": "How can a coding language understand this question and give an answer: \"What's\" \"Good\"? How can I start programming this type of database?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "Do we need a food license for a wholesale medicine shop in Assam?", "output": "Is balance of terror the best method to bring order in the international system?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "Demographics: What percentage of SUNY Cortland students are from Long Island?", "output": "What are some tips and hacks for incoming freshmen at SUNY Cortland?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "How does the fashion showroom system work in Europe?", "output": "I am currently in 10 class and i want to become an aerospace engineer in future, what should be my future steps to become an aerospace engineer?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "How much money does an Olacab or Uber driver make in India?", "output": "How much money can a Uber/Ola driver make in Pune in one month?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "What can I do to gain some weight?", "output": "How could I gain weight in a healthy way?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "What is high powered money? How can it be used as a regulatory mechanism by the RBI?", "output": "How is the high powered money different from the total money in circulation in an economy?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "Which fruits and vegetables help to increase the blood?", "output": "Is it true that fruits and vegetables help prevent cancer?", "category": "Question Rewriting 465.json" }, { "instruction": "In this task you're given a question and you have to paraphrase the question to create the output question while retaining the meaning of the original question.", "input": "What measures can/should be taken by common people to eradicate begging in India?", "output": "Can begging be dropped?", "category": "Question Rewriting 465.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "Dogs chase.", "output": "0", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "Will can he do it?", "output": "0", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "Paula hit Deirdre's back.", "output": "1", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "I have might be flying helicopters.", "output": "0", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "I think if John likes his beer.", "output": "0", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "John is very fond of Mary.", "output": "1", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "Which god the statue?", "output": "0", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "Give the bottle to the baby full.", "output": "1", "category": "Grammar Error Detection 466.json" }, { "instruction": "You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'.", "input": "The fly swatted.", "output": "0", "category": "Grammar Error Detection 466.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "Myanmar is seeking the ethnic cleansing of the Muslim Rohingya minority from its territory, a senior UN official has told the BBC.", "output": "Myanmar wants ethnic cleansing of Rohingya - UN official", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "The latest review of Scotland's Covid-19 restriction levels will be announced at Holyrood later.", "output": "Covid in Scotland: Pre-Christmas review of restriction levels", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "The Kingston Bridge in Glasgow, which carries the M8 motorway over the River Clyde, could be given listed status.", "output": "Glasgow's Kingston Bridge could become listed structure", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "Graduation ceremonies tend to be predictable rites of passage for students the world over.", "output": "CY Leung: The troubles of Hong Kong's unloved leader", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "\"They had a rule in Parliament that no dancing was allowed. As someone with two left feet, that was something I welcomed.\"", "output": "Mark Reckless's political journey from UKIP back to Tory fold", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "A volunteer who has helped co-ordinate lifeboat rescues in which the lives of almost 200 people were saved has been recognised in the Queen's Birthday Honours list.", "output": "Queen's Birthday Honour for Swanage RNLI lifeboat volunteer", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "The lawyer leading a review into the impact of policing during the miners' strike in Scotland has urged those involved in the protests to speak out.", "output": "Evidence call over miners' strike inquiry", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "An NHS Wales service helping veterans suffering with mental health issues has been extended.", "output": "Veterans NHS Wales mental health support extended", "category": "Title Generation 477.json" }, { "instruction": "In this task, you need to generate an appropriate title for the given summary of some paragraph. The generated title must be short and should include the main topic of the given text. Your summary should be less than 20 words long.", "input": "Pope Francis has made moves towards reform - but can he overcome a bedrock of opposition, asks Sarah Dunant.", "output": "A Point of View: Has the Catholic Church really changed?", "category": "Title Generation 477.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Most Amish families eat ____ meals a day together.", "output": "three", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Loons eat approximately ____ pounds of fish each day.", "output": "two", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Triple bonds are ____ lines.", "output": "three", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Roman refers to the fact that the pope has lived in Rome for over ____ hundred years.", "output": "five", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Lambs are hidden for the first ____ days after birth.", "output": "two", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Corollas consist of ____ petals which are also fused.", "output": "five", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Sound comes when ____ hands meet.", "output": "two", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Gerbils usually live for ____ to four years.", "output": "three", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4.", "input": "Atrial flutter is categorized into ____ types.", "output": "two", "category": "Fill in The Blank 478.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Background color can be a transition of ____ colors.\\Question: Choose the right answer from options given a) six b) one c) nine d) two", "output": "d", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Object codes are the last four digits of the ____ digit account code.\\Question: Choose the right answer from options given a) one b) ten c) two d) zero", "output": "b", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Fluorescent lights are ____ to five times more efficient than incandescent bulbs.\\Question: Choose the right answer from options given a) two b) five c) one d) four", "output": "d", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Cattle have a stomach with ____ compartments.\\Question: Choose the right answer from options given a) four b) five c) seven d) one", "output": "a", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Chimpanzees reach puberty between the age of ____ and ten years.\\Question: Choose the right answer from options given a) two b) five c) eight d) seven", "output": "c", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "All earwigs have ____ body parts, head, thorax, and abdomen.\\Question: Choose the right answer from options given a) ten b) seven c) three d) five", "output": "c", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Divorce affects the rights of ____ generations at once parents, children, and grandparents.\\Question: Choose the right answer from options given a) one b) nine c) no d) three", "output": "d", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Dholes are known to occur in ____ sites in northern and central Malaysia.\\Question: Choose the right answer from options given a) one b) four c) eight d) two", "output": "b", "category": "Fill in The Blank 480.json" }, { "instruction": "Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').", "input": "Democracy means putting a cross on a piece of paper once every ____ years.\\Question: Choose the right answer from options given a) seven b) six c) two d) five", "output": "d", "category": "Fill in The Blank 480.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "There's a wonderful stream of consciousness here and if you follow it along, you learn a lot about this man.", "output": "Ovo je predivan prikaz struje svijesti i ako ju pratite saznat \u0107ete puno o ovom \u010dovjeku.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "This is a stronger knot.", "output": "Ovo je sna\u017eniji \u010dvor.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "We eat insects -- they're so distantly related from us that this doesn't happen.", "output": "Kada jedemo insekte -- oni su u dalekom srodstvu od nas, tako da imamo osje\u0107aj kao da se to ne doga\u0111a.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "People were trying to do them.", "output": "Ali ljudi su ih poku\u0161avali rje\u0161iti.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "(Applause) Now that would never happen.", "output": "(Pljesak) To se nikada ne bi dogodilo.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "We put them in bottles, refrigerate them, and then we reuse that bottle again and again and again.", "output": "Stavimo je u boce, ohladimo, a nakon toga ponovno koristimo tu bocu iznova i iznova.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "So let me now introduce to you HULC -- or the Human Universal Load Carrier.", "output": "Pa dopustite mi sada da vam predstavim HULC -- ili Univerzalni ljudski nosa\u010d tereta.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "They're essential to the habitat.", "output": "Oni su bitni za stani\u0161te.", "category": "Translation 483.json" }, { "instruction": "The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like \u017d or \u010d and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy.", "input": "But even black holes don't last forever.", "output": "Ni crne rupe ne traju zauvijek.", "category": "Translation 483.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: She was sad when the camp was over, but promised to keep in touch with her new friend. \nQuestion: What did Sally promise to do?", "output": "Yes.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: Jane hurt her the one person she could trust the most. \nQuestion: How did Jane get to Samantha?", "output": "No.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: Everyone fed hay to some of the cows. \nQuestion: What did the Nixon family grow on their farm?", "output": "Yes.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: His new bicycle would be faster than anyone's. \nQuestion: What color bicycle was not in the race?", "output": "No.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: The wind was blowing and the trees all looked the same!. \nQuestion: Why couldn't she find her money at the end?", "output": "No.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: On rainy days Oliver and Spike sit in the window. \nQuestion: When do Oliver and Spike watch the rain through the window?", "output": "Yes.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: That made her mad!. \nQuestion: Why did Lucy cry?", "output": "No.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: They would go to the park and he could push her on the swing then they could take their dog for a walk and have a long talk like they used to do. \nQuestion: Why were Juan and Amy happy?", "output": "No.", "category": "Answerability Classification 49.json" }, { "instruction": "You are given a sentence and a question in the input. If the information provided in the sentence is enough to answer the question, label \"Yes\", otherwise label \"No\". Do not use any facts other than those provided in the sentence while labeling \"Yes\" or \"No\". There are only two types of valid responses: Yes and No.", "input": "Sentence: After they were done playing, Chad fed and watered the puppy. \nQuestion: How did Chad and the puppy get home?", "output": "No.", "category": "Answerability Classification 49.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: i want one of each. YOU: this is a hard one........ i need 2 hats and two balls just to make 6 / 10 THEM: ok.", "output": "Yes", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: i would like the books and the hat and at least one ball. YOU: i can't do that, i will give you all the balls and one book, for the hat and one book. THEM: ok, i guess that works. YOU: deal.", "output": "Yes", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: i'd like the book, the rest is for you! YOU: great so, i get 4 balls, and 1 hat correct THEM: yep, deal.", "output": "Yes", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: i'd like balls. you can have the rest. YOU: do you need all 3? THEM: or i can do two balls and 1 book. YOU: you can have the balls, i'll take book and 2 hats.", "output": "Yes", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: what are you looking at here? YOU: want a book? THEM: i want the basketball and either both books or both hats. YOU: how bout a basketball and a book THEM: can i take a basketball and both books? YOU: one book.", "output": "Yes", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: i'd like the book and 3 hats and you can have the rest. deal? YOU: nope, gimme hats you take rest THEM: that actually works for me i'll take the book and the balls.", "output": "No", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: you can have the books. YOU: no you can have all the books THEM: i will take the hat and the books. YOU: yeah no THEM: then i will take the hat and one book. YOU: no THEM: no deal YOU: no deal THEM: that's too bad. YOU: no deal.", "output": "No", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: if i can have one of each you can have the other three balls YOU: i really only need the hat and one ball sir. THEM: okay you can have the hat and one ball and i will take the rest YOU: deal.", "output": "Yes", "category": "Dialogue State Tracking 503.json" }, { "instruction": "Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.", "input": "THEM: i would like the book 1 hat and 1 basketball you can have the rest YOU: ok.", "output": "No", "category": "Dialogue State Tracking 503.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "[header] How to build your own computer case [title] Decide more or less what you want your computer to look like. [step] Start off by doing some rough sketches followed by more intricate designs. Think about the material you will need to use to achieve your design. (A) Your computer case should make some very large, intricate designs. [title] Repurpose a plastic cd mold of your design to reuse as a case. (B) Will it be cardboard, wood, metal, acrylic, glass? Plan out what colors you will use, even down to small details such as led lights, and graphics. This will allow you to revise your design and get it to a point you will be happy with. (C) A quilted laptop case is much more expensive than one made from a durable fabric and hard plastic. Models are usually sold in bundles of one or two hundred dollars, though some expensive computers require more or less money. (D) [title] Choose the style you want your case to be made from. [step] You can use a pencil and a ruler for accuracy.", "output": "B", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "[header] How to use talcum powder safely [title] Use it for male irritation. [step] Talcum powder appears to safe for males to use for genital sweating and chafing. It has not been linked to any cancers of male genitalia. (A) However, it is a naturally occurring product. [substeps] Note that talcum powder can also be toxic if inhaled. (B) Women and men still use talcum powder. [title] Note that talcum powder cannot be easily removed. (C) To test for any sensitivity to the powder, rub talcum powder over your genitals and on your vagina. This can cause a reaction in the male and female partners. (D) Talcum powder can keep you dry if you have issues with chafing or other friction irritation. [substeps] If you are a male using talcum powder on his genitals, do not use it before having sex with a woman.", "output": "D", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "A close up of fruit is seen sitting on a plate when a person's hand places them into a container. the person (A) then pushes the fruit around the bowl with a spoon over and over again. (B) mixes various ingredients together in a bowl as well as a spoon. (C) dips into the container several times and results in a person using matching tools to repair some of the damaged parts. (D) then continues to grab the grapes and pulling back on them once another man appears to attempt to grab them.", "output": "A", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "A girl is talking about fencing, she does it it for fun and sport. You see two people practicing inside of a building moving up and down trying not to get hit. there (A) seems to be a certain way you move your feet for fencing, like a stepping pattern to move a certain way. (B) are a few students that also do it takes them awhile to get it starting. (C) are other people in the building as well, they also do the same thing. (D) are marks and signs showing that they even scored some practice.", "output": "A", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "He is moving his legs, stretches back and takes off. He runs fast fast down the strip and quickly leaps into the sand. then he (A) goes back to start over and does it a few more times. (B) is flip in the air, and lands into a sand pit. (C) takes off on a race track. (D) is walking in the sand, running n skate from the crowd.", "output": "A", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "[header] How to make soapy ammonia cleaning solution [title] Locate concentrate ammonia solution. [step] It's readily available in supermarkets in the household cleaner sections of larger supermarkets in the us. Otherwise, try hardware shops and places that sell industrial cleaners. (A) You will probably want to buy the smallest possible bottle since you won't need a lot. [title] Use rubber gloves and goggles-ammonia can burn skin and eyes. (B) Look for plugs and valves which is not oily. [substeps] Dishwashers and dryers are also good places to find concentrated ammonia. (C) [title] Get into the habit of replacing spills. [step] Every time you add dishwashing liquid onto a sink or toilet, add a dab of concentrated solution to the water. (D) [substeps] Fortunately, it comes in liquid form, rather than bath/shower cleaning liquid. This liquid can also be water, soap, detergent and other products.", "output": "A", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "[header] How to treat damaged hair [title] Switch up your shampoo. [step] Look for a moisturizing shampoo, or one for damaged hair. Keep an eye out for shampoos with natural ingredients like jojoba oil. (A) Look for shampoos made with argan oil, which helps prevent hair from drying out and discoloring. [substeps] Moisturizing is also great for fine dry hair, coarse hair, or hair that hasn't reached your desired length. (B) Look for products made for your hair type. [substeps] For example, cream shampoo gives your hair volume and can help smooth curly hair. (C) [substeps] Natural ingredients that moisturize will work best to treat your hair. Some chemicals can make your hair feel smoother, but will really cause further damage to the follicle. (D) Read the label of your shampoo to confirm your brand. Some popular moisturizing shampoos are kale, argan, lemon, and avocado.", "output": "C", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "[header] How to stay up all night on a school night [title] Drink caffeine. [step] Bring a coffeemaker into your room, if you have one. The coffee will help you stay awake and bringing it in your room will decrease noise level. (A) You may also drink tea, soda, energy drinks, or any other caffeinated beverage. [substeps] Bear in mind that coffee won't keep you awake forever. (B) Make sure the carafe is 3 in (7.9 cm) big enough to accommodate your sleeping bag. [title] Use a cotton sheet to obscure your body from the sun. (C) There are many different types of coffee : [substeps] Fresh brewed coffee. Squeezed orange or cherry \" hot brewing \" coffee. (D) Your caffeine container should be deep enough to accommodate about six cups. If you don't have access to a coffee pot, you can also use a small container with a zipper closed to bring some caffeinated tea or another beverage, such as a soda, milk, or juice.", "output": "A", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with \"A\", \"B\", \"C\", and \"D\". ", "input": "[header] How to take chlorophyll as a supplement [title] Talk to your doctor before starting chlorophyll supplements. [step] Your doctor should be able to offer advice on whether or not you require chlorophyll supplementation. In some cases, chlorophyll supplements should be avoided. (A) For example, since there has been a lack of safety research on chlorophyll supplements, pregnant women should avoid commercial supplements. [substeps] If your doctor advises against supplementation, you can still get your chlorophyll from natural sources such as kale, spinach or broccoli. (B) [substeps] Usually, chlorophyll supplements will be mixed with at least 10 teaspoons per day. If you need to supplement your supplement with neosporin to help ensure proper dosages, you can skip this step. (C) Talk to your doctor about options for weight gain. If you are pregnant or recovering from menopausal development, you should talk to your doctor about what can and cannot be legally done before you buy a bag containing chlorophyll. (D) As they contain too much chlorophyll and cause dehydration, the effects can cause headaches. [substeps] It is best not to take chlorophyll supplements for at least three weeks.", "output": "A", "category": "Text Completion 508.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "Matthew worked in a greenhouse while Samuel did not since _ had all of the right educational qualifications necessary to work there. (A) Matthew (B) Samuel", "output": "A", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "James decided to be personable instead of highly argumentative when he met Chris because the _ people were pleasant. (A) argumentative (B) personable", "output": "B", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "Being a manager better suited Craig and not Lawrence although _ was much more likely to admit mistakes. (A) Craig (B) Lawrence", "output": "B", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "Nelson had precisely zero complaints about the way Matthew handled the business problem because _ was a client. (A) Nelson (B) Matthew", "output": "A", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "Amy had a better solution to the problem than Christine because _ had never had the issue. (A) Amy (B) Christine", "output": "B", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "Elena told Angela to take the dog for a walk but _ did not want to. (A) Elena (B) Angela", "output": "B", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "Sam checked the weather to see if he would need his hat and his umbrella, as he would only need the _ if it was rainy. (A) umbrella (B) hat", "output": "A", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "The rump steak was tough and chewy but the T bone was succulent so Paul avoided the _ steak. (A) succulent (B) chewy", "output": "B", "category": "Coreference Resolution 511.json" }, { "instruction": "In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with \"A\" or \"B\".", "input": "Megan always saved more money shopping than Patricia did, since _ could always spot a great deal . (A) Megan (B) Patricia", "output": "A", "category": "Coreference Resolution 511.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['The child friendly pub, The Olive Grove is in riverside. It serves low priced Japanese food.', 'Strada is a 3-star not to expensive sushi restaurant down the road from Rainbow Vegetarian Caf\u00e9']", "output": "DISSIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['For some family friendly eating , try The Wrestlers, 3 stars and not too expensive.', 'The Punter is a low-priced coffee shop serving Japanese food. It has a high customer rating, is family friendly and is located near Caf\u00e9 Sicilia.']", "output": "DISSIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['Rome is the capital of Italy, where Matteo Renzi is a leader, and where Amatriciana sauce can be found.', 'Albert Clapp played 11 matches at Somerset County Cricket Club in 1890.']", "output": "DISSIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['Cotto provides Indian food It is near Ranch. Its customer rating is high.', 'Cotto provides Indian food It is near Ranch. Its customer rating is high.']", "output": "SIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['A.C. Chievo Verona is playing in his ground at Verona.', 'A.C. Chievo A.C. Chievo Verona play in Verona.']", "output": "DISSIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['Alan Bean (whose Alma Mater is UT Austin, B.S. 1955) was born in Wheeler, Texas. He served as a test pilot before joining NASA in 1963 and ultimately becoming part of the crew for the Apollo 12 mission.', 'Alan Bean,born in Wheeler Texas graduated from UT Austin in 1955. He then went onto be selected as a test pilot and crew member of Apollo 12 in 1963.']", "output": "SIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['Fabrizio Zanotti and Swede Christian Nilsson are tied for second place at the KLM open.', 'For high priced Italian food try Fitzbillies, a non child friendly coffee shop with mixed reviews']", "output": "DISSIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['Tony finished 20th after 79 laps.', 'List of Metrobus routes 34 Terminals Addresse Naylor Road station History 34 operated to Friendship Heights station until replaced by the M5, which operated from Naylor Road station to Eastern Market station in 2007; 34 replaced the M5 in 2008 with the extension to the Archives station, also see Pennsylvania Avenue Line.']", "output": "DISSIMILAR", "category": "Text Matching 529.json" }, { "instruction": "This task is about classifying the similarity of two sentences. The sentences can be classified as (a) SIMILAR - similar to each other, and (b) DISSIMILAR - not similar to each other. Sentences that have the same RDF relationship in terms of [subject, predicate, object] are similar to each other. The input is a list of two sentences and the output is either SIMILAR or DISSIMILAR.", "input": "['Franklin County Courthouse is in the National Register of Historic Places listings in Franklin County, Maine.', 'The team scored 57 goals for themselves and had 34 goals scored against them, bring their goal difference to +23.']", "output": "DISSIMILAR", "category": "Text Matching 529.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['The Vaults', 'food', 'Japanese'], ['The Vaults', 'priceRange', 'more than \u00a330'], ['The Vaults', 'familyFriendly', 'yes']]", "output": "The Vaults is a Japanese place with a more than \u00a330 price range that is children Friendly., The Vaults is a Japanese place that is children Friendly with a more than \u00a330 price range., While their prices are a bit high at over \u00a330 per en tree, The Vaults is an excellent choice for authentic Japanese cuisine in a family friendly environment.", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Fast food'], ['The Eagle', 'priceRange', 'cheap'], ['The Eagle', 'customer rating', 'average'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']]", "output": "The Eagle is a fast food coffee shop with an average customer rating. It is riverside near Burger King with a cheap price range. It is not family-friendly, The fast food coffee shop called The Eagle located in riverside near Burger King is not family-friendly but is cheap and has a average customer rating., There is a coffee shop called The Eagle near Burger King in riverside which has cheap fast food, an average customer rating but is not family-friendly.", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['Browns Cambridge', 'eatType', 'restaurant'], ['Browns Cambridge', 'food', 'Chinese'], ['Browns Cambridge', 'customer rating', '3 out of 5']]", "output": "There is a restaurant by the name of Browns Cambridge that serves Chinese food at a moderate cost and average customer rating.", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['Olympic Stadium (Athens)', 'LOCATION', 'Athens'], ['AEK Athens F.C.', 'LEAGUE', 'Superleague Greece'], ['Superleague Greece', 'CHAMPIONS', 'Olympiacos F.C.'], ['AEK Athens F.C.', 'GROUND', 'Olympic Stadium (Athens)']]", "output": "Previous Greece Superleague champions AEK Athens FC play their home games at The Olympic Stadium, Athens., AEK Athens F.C. have there home ground at the Olympic Stadium (Athens) which is located in Athens. They currently play in the Superleague of Greece whose current champions are Olympiacos F.C..", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['Cotto', 'food', 'Fast food'], ['Cotto', 'customer rating', '3 out of 5'], ['Cotto', 'familyFriendly', 'yes'], ['Cotto', 'near', 'Ranch']]", "output": "it is a kids friendly Fast food place near Ranch named Cotto with customer rating of 3 out of 5, Located near Ranch, Cotto serves fast food, has a customer rating of 3 out of 5 and is kid friendly., Cotto serves fast food and is child friendly. It is located near Ranch and has a 3 out of 5 customer rating.", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['Strada', 'eatType', 'restaurant'], ['Strada', 'food', 'French'], ['Strada', 'priceRange', 'more than \u00a330'], ['Strada', 'customer rating', '5 out of 5'], ['Strada', 'familyFriendly', 'no'], ['Strada', 'near', 'Rainbow Vegetarian Caf\u00e9']]", "output": "Located near Rainbow Vegetarian Caf\u00e9 is Strada a French restaurant that serves food for more than \u00a330. It has high ratings but is not child friendly., There is a restaurant Strada located near Rainbow Vegetarian Caf\u00e9 that provides French foods in more than \u00a330. I has customer rating of 5 out of 5 but it is not children Friendly., Strada, a French restaurant near Rainbow Vegetarian Caf\u00e9, has a 5 out of 5 customer rating but is not family-friendly and has a price of more than 30., Strada is a French food restaurant providing foods in more than \u00a330 and located near Rainbow Vegetarian Caf\u00e9. I has customer rating of 5 out of 5 but it is not children Friendly.", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['The Punter', 'eatType', 'coffee shop'], ['The Punter', 'food', 'Fast food'], ['The Punter', 'priceRange', 'less than \u00a320'], ['The Punter', 'familyFriendly', 'yes'], ['The Punter', 'near', 'Caf\u00e9 Sicilia']]", "output": "The Punter coffee shop located near Caf\u00e9 Sicilia provides fast food for families at cheap prices", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['A.C. Lumezzane', 'MANAGER', 'Michele Marcolini'], ['Michele Marcolini', 'CLUB', 'A.C. Chievo Verona'], ['Michele Marcolini', 'CLUB', 'Vicenza Calcio']]", "output": "Michele Marcolini has been manager of AC Lumezzane he is part of A.C> Chievo Verona and plays for Vicenza Calcio., Michele Marcolini manages the A.C. Lumezzane, plays for A.C. Chievo Verona and previously played for Vicenza Calcio.", "category": "Data to Text 530.json" }, { "instruction": "In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured.", "input": "[['[TABLECONTEXT]', 'DAY_(SEE_IRREGULARITIES_)', 'Ukrainian'], ['[TABLECONTEXT]', 'WEDNESDAY_THIRD_DAY', '\u0441\u0435\u0440\u0435\u0434\u0430 sereda [\u263f1 ]']]", "output": "sereda is the word for Wednesday in Ukrainian", "category": "Data to Text 530.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "Try bonuses were there when there were 64 tries for 6.", "output": "[['50', 'TRIES_FOR', '64'], ['50', 'TRY_BONUS', '6']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "The cuba is 2nd and 3rd.", "output": "[['Cuba', '1999', '2nd'], ['Cuba', '2011', '3rd']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "The American comic book writer Roger McKenzie and Gene Colan created the character Ben Urich, who has the full name Benjamin Urich.", "output": "[['Roger McKenzie (comic book writer)', 'NATIONALITY', 'United States'], ['Ben Urich', 'CREATOR', 'Roger McKenzie (comic book writer)'], ['Ben Urich', 'CREATOR', 'Gene Colan'], ['Ben Urich', 'FULL_NAME', '\"Benjamin Urich\"']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "The Rice Boat is Located a mile from the city centre near the river edge is our three star family friendly establishment offering a good choice of food and drink for all the family young and old.", "output": "[['The Rice Boat', 'customer rating', 'average'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'yes']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "Serving the city of Abilene in Texas, Abilene Regional Airport is 546 metres above sea level and has a runway length of 1,121 metres.", "output": "[['Abilene Regional Airport', 'CITY_SERVED', 'Abilene, Texas'], ['Abilene Regional Airport', 'ELEVATION', '546'], ['Abilene Regional Airport', 'RUNWAY_LENGTH', '1121.0']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "The comic book character Blockbuster, aka Mark Desmond, was created by Gardner Fox and Tom Lyle.", "output": "[['Blockbuster (comicsCharacter)', 'CREATOR', 'Gardner Fox'], ['Blockbuster (comicsCharacter)', 'CREATOR', 'Tom Lyle'], ['Blockbuster (comicsCharacter)', 'ALTERNATIVE_NAME', '\"Mark Desmond\"']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "AFC Fylde's manager is Dave Challinor who plays at the Stockport County F.C.", "output": "[['A.F.C. Fylde', 'MANAGER', 'Dave Challinor'], ['Dave Challinor', 'CLUB', 'Stockport County F.C.']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "For an average cost and dining experience, The Wrestlers is an average rated Japanese dining experience.", "output": "[['The Wrestlers', 'food', 'Japanese'], ['The Wrestlers', 'customer rating', '3 out of 5']]", "category": "Information Extraction 532.json" }, { "instruction": "This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.", "input": "Joseph Adolphe Chapleau served as Secretary of State under prime minister Abbott.", "output": "[['8.', 'SECRETARY_OF_STATE', 'Joseph Adolphe Chapleau'], ['[TABLECONTEXT]', '[TITLE]', 'Secretary of State for Canada'], ['[TABLECONTEXT]', 'NUMBER', '8.'], ['Joseph Adolphe Chapleau', 'PRIME_MINISTER', 'Abbott']]", "category": "Information Extraction 532.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "what is the religion of israel people?", "output": "Judaism", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "what is vito corleone real name?", "output": "Marlon Brando", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "where did pauley perrette go to college?", "output": "Valdosta State University", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "which continent is costa rica located?", "output": "North America", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "who does danneel harris play on one tree hill?", "output": "Rachel Gatina", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "who won last year's nfl super bowl?", "output": "Baltimore Ravens", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "where did giovanni da verrazano live?", "output": "Dieppe", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "who plays the voice of meg in family guy?", "output": "Lacey Chabert, Mila Kunis", "category": "Question Answering 534.json" }, { "instruction": "A question is presented to you in this task, and your job is to write a potentially correct answer.", "input": "where is christina aguilera from?", "output": "Staten Island", "category": "Question Answering 534.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: two numbers are 35 % and 42 % are less than a third number . how much percent is the second number less than the first ? \nOptions: a ) 11.769 % , b ) 10.769 % , c ) 12.769 % , d ) 11.69 % , e ) 11.89 %", "output": "b", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: the present worth of a certain bill due sometime hence is rs . 800 and the true discount is rs . 36 . the banker \u2019 s discount is \nOptions: a ) rs . 34.38 , b ) rs . 38.98 , c ) rs . 37 , d ) rs . 37.62 , e ) none", "output": "d", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: paul has to secure 50 % marks to clear his exam of class 7 th . he got 50 marks and failed by 10 marks . what is the maximum marks ? \nOptions: a ) 100 , b ) 110 , c ) 120 , d ) 210 , e ) 200", "output": "c", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: a book is bought for $ 60 and sold for $ 75 . what is the profit in percentage ? \nOptions: a ) 12 , b ) 15 , c ) 20 , d ) 25 , e ) 30", "output": "d", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: of the votes cast on a certain proposal , 70 more were in favor of the proposal than were against it . if the number of votes against the proposal was 40 percent of the total vote , what was the total number of votes cast ? ( each vote cast was either in favor of the proposal or against it . ) \nOptions: a ) 350 , b ) 375 , c ) 400 , d ) 425 , e ) 450", "output": "a", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: by selling an article at rs . 600 , a profit of 30 % is made . find its cost price ? \nOptions: a ) 400 , b ) 267 , c ) 287 , d ) 480 , e ) 811", "output": "a", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: by selling an article for $ 100 a man gains $ 20 then his gain % ? \nOptions: a ) 25 % , b ) 30 % , c ) 50 % , d ) 20 % , e ) 10 %", "output": "a", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: a shopkeeper sold an article at $ 100 with 40 % profit . then find its cost price ? \nOptions: a ) $ 120 , b ) $ 100 , c ) $ 91 , d ) $ 71 , e ) $ 69", "output": "d", "category": "Question Answering 540.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: what percent of 180 is 45 ? \nOptions: a ) 0.25 % , b ) 4 % , c ) 25 % , d ) 40 % , e ) 250 %", "output": "c", "category": "Question Answering 540.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: guitar part \nWords: emotional upsets, fret, truss rod, headstock, jack", "output": "emotional upsets", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: shady activities \nWords: invent, brownie, fudge, falsehood, fix", "output": "brownie", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: type of sandwich \nWords: hoagie, burger, hamburger, club, discothek", "output": "discothek", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: nutritional value \nWords: vitamin c, fat, fiber, protein, heavy", "output": "heavy", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: direction \nWords: forward, sliding, shameful, down, backward", "output": "shameful", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: construction \nWords: davit, crane, neck, digger, tackle", "output": "neck", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: activity \nWords: waste away, dumpling, misuse, fritter, waste", "output": "dumpling", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: construction \nWords: tackle, crane, dump truck, duck, upraise", "output": "duck", "category": "Word Semantics 541.json" }, { "instruction": "Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.", "input": "Category: aesthetic characteristic \nWords: flaxen, even, fair, size, unprejudiced", "output": "unprejudiced", "category": "Word Semantics 541.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: angelo and isabella are both salespersons . in any given week , angelo makes $ 550 in base salary plus 8 percent of the portion of his sales above $ 1,000 for that week . isabella makes 10 percent of her total sales for any given week . for what amount of weekly sales would angelo and isabella earn the same amount of money ? \nOptions: a ) 23,500 , b ) 24,500 , c ) 25,500 , d ) 26,500 , e ) 27,500", "output": "a", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: xavier , yvonne , and zelda each try independently to solve a problem . if their individual probabilities for success are 1 / 4 , 1 / 3 and 5 / 8 , respectively , what is the probability that xavier and yvonne , but not zelda , will solve the problem ? \nOptions: a ) 1 / 32 , b ) 7 / 8 , c ) 9 / 64 , d ) 5 / 64 , e ) 3 / 64", "output": "a", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: 5.02 can be expressed in terms of percentage as \nOptions: a ) 5.02 % , b ) 50.2 % , c ) 209 % , d ) 502 % , e ) none of these", "output": "d", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: a , b , and c are integers and a < b < c . s is the set of all integers from a to b , inclusive . q is the set of all integers from b to c , inclusive . the median of set s is ( 3 / 4 ) * b . the median of set q is ( 5 / 8 ) * c . if r is the set of all integers from a to c , inclusive , what fraction of c is the median of set r ? \nOptions: a ) 3 / 8 , b ) 1 / 2 , c ) 9 / 16 , d ) 5 / 7 , e ) 3 / 4", "output": "c", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: a student is ranked 17 th from right and 5 th from left . how many students are there in totality ? \nOptions: a ) 18 , b ) 19 , c ) 20 , d ) 21 , e ) 22", "output": "d", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: john purchased 1365 large bottles at $ 1.89 per bottle and 720 small bottles at $ 1.42 per bottle . what was the approximate average price paid per bottle ? \nOptions: a ) $ 1.63 , b ) $ 1.64 , c ) $ 1.68 , d ) $ 1.73 , e ) $ 1.76", "output": "d", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: sandy bought 65 books for $ 1180 from one shop and 55 books for $ 860 from another shop . what is the average price that sandy paid per book ? \nOptions: a ) $ 13 , b ) $ 15 , c ) $ 17 , d ) $ 19 , e ) $ 21", "output": "c", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: if 4 < x < 6 < y < 10 , then what is the greatest possible positive integer difference of x and y ? \nOptions: a ) 3 , b ) 4 , c ) 5 , d ) 6 , e ) 7", "output": "c", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: find large number from below question the difference of two numbers is 1200 . on dividing the larger number by the smaller , we get 6 as quotient and the 15 as remainder \nOptions: a ) 1437 , b ) 1250 , c ) 1540 , d ) 1600 , e ) 1635", "output": "a", "category": "Question Answering 542.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: a walks at 30 kmph and 30 hours after his start , b cycles after him at 40 kmph . how far from the start does b catch up with a ? \nOptions: a ) 1200 km , b ) 1500 km , c ) 2000 km , d ) 2500 km , e ) 3600 km", "output": "d", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: two bullet train s 140 m and 160 m long run at the speed of 60 km / hr and 40 km / hr respectively in opposite directions on parallel tracks . the time ( in seconds ) which they take to cross each other , is : \nOptions: a ) 15.8 sec . , b ) 12.8 sec . , c ) 11.8 sec . , d ) 10.8 sec . , e ) 08.8 sec .", "output": "d", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: a boat can travel with a speed of 16 km / hr in still water . if the rate of stream is 5 km / hr , then find the time taken by the boat to cover distance of 168 km downstream . \nOptions: a ) 4 hours , b ) 5 hours , c ) 6 hours , d ) 7 hours , e ) 8 hours", "output": "e", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: suppose you work for a manufacturing plant that pays you $ 12.50 an hour and $ . 16 for each widget you make . how many widgets must you produce in a 40 hour week to earn $ 800 ( before payroll deductions ) ? \nOptions: a ) 1800 , b ) 1825 , c ) 1850 , d ) 1855 , e ) 1875", "output": "e", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: if the population of a certain country increases at the rate of one person every 30 seconds , by how many persons does the population increase in 1 hour ? \nOptions: a ) 100 , b ) 120 , c ) 150 , d ) 180 , e ) 160", "output": "b", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: laxmi and prasanna set on a journey . laxmi moves northwards at a speed of 22 kmph and prasanna moves southward at a speed of 24 kmph . how far will be prasanna from laxmi after 60 minutes ? \nOptions: a ) 44 , b ) 50 , c ) 28 , d ) 27 , e ) 18", "output": "a", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: length of a rectangular plot is 16 mtr more than its breadth . if the cost of fencing the plot at 26.50 per meter is rs . 5300 , what is the length of the plot in mtr ? \nOptions: a ) 58 m , b ) 60 m , c ) 80 m , d ) 82 m , e ) 84 m", "output": "a", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: a river 2 m deep and 45 m wide is flowing at the rate of 5 kmph the amount of water that runs into the sea per minute is ? \nOptions: a ) 4500 m 3 , b ) 4580 m 3 , c ) 7500 m 3 , d ) 4900 m 3 , e ) 4700 m 3", "output": "c", "category": "Question Answering 544.json" }, { "instruction": "In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.", "input": "Problem: angelina walked 1200 meters from her home to the grocery at a constant speed . she then walked 480 meters to the gym at double the speed . she spent 40 seconds less on her way from the grocery to the gym than on her way from home to the grocery . what was angelina ' s speed , in meters per second , from the grocery to the gym ? \nOptions: a ) 12 , b ) 23 , c ) 34 , d ) 48 , e ) 52", "output": "d", "category": "Question Answering 544.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "box, deck, blind, cards, board", "output": "box", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "fair, ok, trustworthy, loyal, tangle", "output": "tangle", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "level, light, fair, clime, color", "output": "clime", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "level, tone, fair, impartial, milky", "output": "impartial", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "jab, deck, hull, galley, bow", "output": "jab", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "jump, bus, fly, drive, bike", "output": "jump", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "box, deck, rudder, sail, stern", "output": "box", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "assured, icy, positive, level, cool", "output": "icy", "category": "Word Semantics 552.json" }, { "instruction": "Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.", "input": "colander, knifer, glass, translucent fabric, spatula", "output": "translucent fabric", "category": "Word Semantics 552.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "Doi c\u00e2ini maro alearg\u0103 pe nisip.", "output": "Two brown dogs are running on the sand.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "Vac\u0103 maro cu coarne st\u00e2nd \u00eentr-un c\u00e2mp.", "output": "Brown cow with horns standing in a field.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "Ra\u021bele albe stau pe c\u00e2mp.", "output": "The white ducks are standing on the ground.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "O persoan\u0103 pe o biciclet\u0103 bmx.", "output": "A person on a bmx bike.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "Un b\u0103ie\u021bel c\u00e2nt\u0103 la o chitar\u0103.", "output": "A little boy is playing a guitar.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "\u201eDar asta nu \u00eei scute\u0219te de obliga\u021bia de face tot ce le st\u0103 \u00een putin\u021b\u0103 pentru a proteja cet\u0103\u021benii, \u00een contradictoriu cu ceea ce observ\u0103m\u201d.", "output": "But that does not clear them of the obligation to do everything possible to protect civilians, and that is not what we're seeing.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "\u00cen cadrul \u0219edin\u021bei de sesizare de mar\u021bi, Marsh a pledat nevinovat la 122 de acuza\u021bii de fraud\u0103 \u00een serviciul de \u00eenmorm\u00e2nt\u0103ri \u0219i 47 de acuza\u021bii de a face declara\u021bii false.", "output": "At Tuesday's arraignment hearing, Marsh pleaded not guilty to 122 counts of burial service fraud and 47 counts of making false statements.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "Druce este \u00eenc\u0103 \u021binut\u0103 la \u00eenchisoare \u0219i acum este izolat\u0103, a spus ea.", "output": "Druce is still being held at the prison and is now in isolation, she said.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.", "input": "Ac\u021biunile Gemstar au crescut la \u0219tiri, \u00eenchiz\u00e2nd 2,6 la sut\u0103, la 5,49 USD pe Nasdaq.", "output": "Gemstar shares moved higher on the news, closing up 2.6 percent at $5.49 on Nasdaq.", "category": "Translation 557.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "A cougar is chasing a bear.", "output": "O pum\u0103 fug\u0103re\u0219te un urs.", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "a boy is running on the sidewalk", "output": "Un b\u0103iat alearg\u0103 pe trotoar.", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "Yes, twins can develop their own language, but it's not a given.", "output": "Da, gemenii pot s\u0103 \u00ee\u0219i dezvolte un limbaj propriu, dar acesta nu este un lucru dat de la sine.", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "Mufti : conspiracy aginst Syria targets its stances, particularly towards Palestine", "output": "Muftiul: conspira\u021bia \u00eempotriva Siriei \u00ee\u0219i \u021binte\u0219te pozi\u021biile, \u00een special fa\u021b\u0103 de Palestina", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "U.S. forces struck dozens of targets on Monday, killing six guerrillas and arresting 21 others, the military said.", "output": "For\u021bele Statelor Unite au neutralizat zeci de \u021binte luni, omor\u00e2nd \u0219ase lupt\u0103tori de gheril\u0103 \u0219i arest\u00e2nd \u00eenc\u0103 21, a declarat armata.", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "I have done quite a bit of technical writing for healthcare information systems.", "output": "Am f\u0103cut destul de mult\u0103 scriere tehnic\u0103 pentru sistemele de informare din s\u0103ntate.", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "A girls is jumping in the sand.", "output": "O fat\u0103 sare \u00een nisip.", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "Israel Police Clash With Palestinians in Jerusalem", "output": "Poli\u021bia din Israel se confrunt\u0103 cu palestinienii \u00een Ierusalim", "category": "Translation 558.json" }, { "instruction": "In this task, you are given a sentence in the English language. Your job is to translate the English sentence into the Romanian language.", "input": "Obama endorses same-sex marriage", "output": "Obama sus\u021bine c\u0103s\u0103toria \u00eentre persoane de acela\u0219i sex", "category": "Translation 558.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "down, kind, sad, emotionalities", "output": "emotional status", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "fried, fritter, dessert, danish", "output": "fried food", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "flatter, fawn, woo, expression", "output": "emotional display", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "glide, fly, car, drive", "output": "mode of transportation", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "sad, nervous, emotional upsets, fret", "output": "emotional status", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "fine, attractive, dull, high quality", "output": "aesthetic characteristic", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "down, disgusted, sad, loveful", "output": "emotional status", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "fish, tiger, whale, goat", "output": "animal", "category": "Text Categorization 562.json" }, { "instruction": "Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, police punishment, location (proximity), card games, outdoor sport activity, military rank, baby animals, weather, consumer product, animals, boxing terminology, food, chocolate food, bird, type of sandwich, date status, body part, ocean, employment activity, moral characteristic, elements, poker, computers, construction, guitar part, shady activities, physical activity, kitchenware, temperature, type of rigidity, emotional status, season, mode of transportation, window material, activity, emotional display, geographical property, fried food, store status, widespread, aesthetic characteristic, alcoholic drinks, secretary duty, direction, personal characteristic, and animal.", "input": "jump, fly, cockroach, waggle", "output": "animal", "category": "Text Categorization 562.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "fivesixfivezerofivefourtwotwoninefourfive", "output": "56505422945", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "ninethreeninezerosevensevenonetwoseventhree", "output": "9390771273", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "sixthreenineeightfourzero", "output": "639840", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "fiveoneninesevenninefive", "output": "519795", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "zeroonesixonefourfivefivefourzerozeroseven", "output": "01614554007", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "zeroeightonezerofoursixfivesix", "output": "08104656", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "sixtwothreefivezerofivezerotwo", "output": "62350502", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "threethreefivefourzeroonefouronesixtwo", "output": "3354014162", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix' instead of 'one thousand seven hundred six'.", "input": "ninetwoonethreeeight", "output": "92138", "category": "Program Execution 566.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[87, 329, 1871, 2056, 16, 58]", "output": "[64, 256, 2048, 2048, 16, 64]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[119, 220, 4113, 2466, 16, 78, 4, 194, 109, 4727, 2232, 19, 52]", "output": "[128, 256, 4096, 2048, 16, 64, 4, 256, 128, 4096, 2048, 16, 64]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[195, 1558, 2717, 1988, 23, 81, 2, 57, 547, 275, 4583, 9, 74, 2, 144, 1135]", "output": "[256, 2048, 2048, 2048, 16, 64, 2, 64, 512, 256, 4096, 8, 64, 2, 128, 1024]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[189, 116, 3764, 3215, 18, 48, 2, 173, 435, 3070, 3689]", "output": "[128, 128, 4096, 4096, 16, 64, 2, 128, 512, 2048, 4096]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[79, 1197, 1674, 4986]", "output": "[64, 1024, 2048, 4096]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[128, 358, 3559, 2078, 9, 66]", "output": "[128, 256, 4096, 2048, 8, 64]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[243, 1246, 1899, 1125, 15, 63, 4, 18, 1197, 248, 3516, 20, 70]", "output": "[256, 1024, 2048, 1024, 16, 64, 4, 16, 1024, 256, 4096, 16, 64]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[134, 1405, 2044, 2832, 22, 60]", "output": "[128, 1024, 2048, 2048, 16, 64]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list.", "input": "[151, 1386, 4432, 3523, 24, 61, 3, 49, 1168, 1203, 1057, 25, 35]", "output": "[128, 1024, 4096, 4096, 32, 64, 4, 64, 1024, 1024, 1024, 32, 32]", "category": "Program Execution 567.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[-21, 93, 99, -36, -87]", "output": "6", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[33, -1, 32, -95, 69, -91, -5, -24, -55]", "output": "1", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[-59, -40, 23, -45, 94, 94, -49, -5]", "output": "0", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[90, -19, -65, -99, 51, 36, -64]", "output": "1", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[17, 94, -57, -65, 52, 43, 98]", "output": "4", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[-86, -23, 18, -91, 71, -38, 67, 80, -22]", "output": "1", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[35, -73, -15, 79, 55, 93, 54, -65, 59]", "output": "1", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[-62, 6, 15, -15, -41, 2, 42]", "output": "4", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance.", "input": "[93, -10, 81, -98, 50, 85, 100]", "output": "4", "category": "Program Execution 568.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[-19, -86, 2, 49, 63, 79, -57, -7, -99]", "output": "178", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[26, 76, -80, -15, 32, 8, 82, -14, 21]", "output": "162", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[-97, -100, 2, 70]", "output": "170", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[83, -77, -67, -2, -94, -56, -20, -18, 62]", "output": "177", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[-59, -19, 29, 43]", "output": "102", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[-87, 51, 71, 76, -15, -94, 14]", "output": "170", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[-80, -86, -28, 50, -11, -72, -20, -6, -88, 45]", "output": "138", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[-83, -88, -56, -80, 77, 12, -75, -94]", "output": "171", "category": "Program Execution 569.json" }, { "instruction": "In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.", "input": "[22, 25, -55, 58]", "output": "113", "category": "Program Execution 569.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u098f\u0987 \u099c\u09a8\u09cd\u09af \u09b2\u09cb\u0995\u09c7 \u09ac\u09b2\u09c7 \u09aa\u09be\u09df\u09c7\u09b0 \u099c\u09c1\u09a4\u09be \u09ae\u09be\u09a5\u09be\u09df \u09a4\u09c1\u09b2\u09a4\u09c7 \u09b9\u09df \u09a8\u09be ", "output": "personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u09ad\u09be\u09b0\u09a4 \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7 \u099a\u09c1\u09b0\u09bf \u0995\u09b0\u09c7 \u0986\u09ae\u09cd\u09aa\u09be\u09df\u09be\u09b0\u09c7\u09b0 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af\u09c7 \u099c\u09bf\u09a4\u09c7 \u0996\u09c7\u09b2\u09c7 \u099c\u09bf\u09a4\u09be\u09b0 \u0995\u09cd\u09b7\u09ae\u09a4\u09be \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09a8\u09c7\u0987", "output": "non-personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u0987\u09b9\u09c1\u09a6\u09c0 \u09a8\u09be\u099a\u09be\u09b0\u09be\u09a6\u09c7\u09b0 \u09a6\u09c7\u09b6\u09c7 \u09ac\u09b8\u09c7 \u0987\u09b8\u09b2\u09be\u09ae\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u0985\u09a8\u09c7\u0995 \u09ac\u09a1 \u09ac\u09a1\u09bc \u0995\u09a5\u09be \u09ac\u09b2\u09be \u09af\u09be\u09df\u0964 ", "output": "non-personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u09b0\u09cb\u09b9\u09bf\u0999\u09cd\u0997\u09be \u09ae\u09c1\u09b8\u09b2\u09bf\u09ae\u09a6\u09c7\u09b0 \u09aa\u09c1\u09dc\u09bf\u09df\u09c7 \u09b9\u09a4\u09cd\u09af\u09be \u0995\u09b0\u099b\u09c7 \u09b6\u09c1\u09a8\u09c7 \u0986\u09ae\u09a6\u09c7\u09b0 \u09ac\u09b8\u09c7 \u09ac\u09b8\u09c7 \u0995\u09be\u09a8\u09cd\u09a8\u09be \u0995\u09b0\u09be \u099b\u09be\u09dc\u09be \u0986\u09b0 \u0995\u09bf\u099b\u09c1\u0987 \u0995\u09b0\u09be\u09b0 \u09a8\u09c7\u0987? \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09b6\u09bf\u0995\u09c7 \u09ae\u09c7\u09b0\u09c7 \u09ab\u09c7\u09b2\u099b\u09c7 \u0986\u09b0 \u0986\u09ae\u09b0\u09be \u0998\u09b0\u09c7\u09b0 \u09a6\u09b0\u099c\u09be \u0986\u099f\u0995\u09c7 \u09a6\u09bf\u09df\u09c7 \u09b6\u09c1\u09a7\u09c1 \u09ae\u09be\u09df\u09be\u0995\u09be\u09a8\u09cd\u09a8\u09be \u0995\u09b0\u099b\u09bf\u0964 \u0995\u09be\u09a8\u09cd\u09a8\u09be \u0995\u09b0\u09ac \u09a0\u09bf\u0995\u0987 \u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0998\u09b0\u09c7 \u099c\u09be\u09df\u0997\u09be \u09a6\u09bf\u09ac \u09a8\u09be\u0964 \u09ae\u09a8\u09c7 \u09b0\u09c7\u0996\u09cb \u09ad\u09be\u09b0\u09a4 \u0995\u09cb\u09a8\u09a6\u09bf\u09a8 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0986\u0995\u09cd\u09b0\u09ae\u09a8 \u0995\u09b0\u09c7 \u098f\u09ad\u09be\u09ac\u09c7 \u0995\u09b0\u09c7 \u09ae\u09be\u09b0\u09c7 \u09ac\u0999\u09cd\u0997\u09cb\u09aa\u09b8\u09be\u0997\u09b0 \u099b\u09be\u09dc\u09be \u09aa\u09be\u09b2\u09be\u09ac\u09be\u09b0 \u0995\u09cb\u09a8 \u09a6\u09c7\u09b6 \u09a5\u09be\u0995\u09ac\u09c7 \u09a8\u09be\u0964 \u09b8\u09c7\u09a6\u09bf\u09a8\u0993 \u09b8\u09be\u09b0\u09be \u09a6\u09c1\u09a8\u09bf\u09df\u09be \u0995\u09be\u0981\u09a6\u09ac\u09c7 \u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0995\u09c7\u0989 \u098f\u0997\u09bf\u09df\u09c7 \u0986\u09b8\u09ac\u09c7 \u09a8\u09be\u0964 \u09b8\u09c1\u09a4\u09b0\u09be\u0982 \u09b8\u09b0\u0995\u09be\u09b0\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09a6\u09be\u09ac\u09c0 \u09ac\u09b0\u09cd\u09a1\u09be\u09b0 \u0996\u09c1\u09b2\u09c7 \u09a6\u09bf\u09a8 \u0995\u09cb\u099f\u09bf \u09a5\u09be\u0995\u09a4\u09c7 \u09aa\u09be\u09b0\u099b\u09bf \u09b9\u09be\u099c\u09be\u09b0\u09c7 \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b9\u09ac\u09c7 \u09a8\u09be\u0964 \u09b0\u09cb\u09b9\u09bf\u0999\u09cd\u0997\u09be \u0985\u09a8\u09c1\u09aa\u09cd\u09b0\u09ac\u09c7\u09b6 \u09a0\u09c7\u0995\u09be\u09a4\u09c7 \u09b8\u09a4\u09b0\u09cd\u0995 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6", "output": "non-personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u0986\u0993\u09df\u09be\u09ae\u09c0\u09b2\u09c0\u0997 \u098f\u09ac\u0982 \u09a8\u09be\u09b8\u09cd\u09a4\u09bf\u0995\u09c7\u09b0\u09be \u0987\u09b8\u09b2\u09be\u09ae \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0 \u09b6\u0995\u09cd\u09a4\u09bf\u0964 \u09a4\u09be\u0987 \u0987\u09b8\u09b2\u09be\u09ae \u0986\u0993\u09df\u09be\u09ae\u09c0 \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0 \u098f\u09ac\u0982 \u09a8\u09be\u09b8\u09cd\u09a4\u09bf\u0995 \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0\u0964", "output": "non-personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u098f\u0987 \u0995\u09be\u0982\u0995\u09bf\u09b0 \u09ae\u09c7\u09df\u09c7 \u09a4\u09b0 \u09ae\u09be\u09b0 \u09ac\u09c1\u09a6\u09be\u09b0 \u09ac\u09bf\u09a4\u09b0\u09c7 \u09b2\u09be\u09b2 \u09ae\u09b0\u09bf\u09b8 \u09a6\u09bf\u09ae\u09c1 ", "output": "personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u0995\u09c7\u0993 \u0995\u09c7\u0993 \u09ac\u09b2\u099b\u09c7 \u09a2\u09c1\u0995\u09a4\u09c7 \u09a6\u09be\u0993 \u0986\u09ae\u09bf \u09ac\u09b2\u09ac\u09cb \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09c7 \u098f\u0995\u099f\u09bf \u09b0\u09cb\u09b9\u09bf\u0999\u09cd\u0997\u09be \u09a2\u09c1\u0995\u09a4\u09c7 \u09a6\u09bf\u09df\u09c7\u09a8 \u09a8\u09be \u0964\u0986\u09b0 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u0995\u09be\u09a5\u09be \u09ac\u09b2\u099b\u09c7 \u09af\u09c1\u09a6\u09cd\u09a7\u09c7\u09b0 \u09b8\u09ae\u09df \u09ad\u09be\u09b0\u09a4 \u09a8\u09bf\u099c\u09c7\u09b0 \u09b2\u09be\u09ad\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09b6\u09cd\u09b0\u09df \u09a6\u09bf\u09df\u09c7\u099b\u09bf\u09b2\u0964", "output": "non-personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u09ac\u09be\u09ac\u09be\u09b0 \u099f\u09be\u0995\u09be \u099a\u09c1\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u0997\u09bf\u09df\u09c7 \u09a7\u09b0\u09be \u09aa\u09b0\u09c7 \u09ac\u09be\u09ac\u09be\u09b0 \u09b9\u09be\u09a4\u09c7 \u09ae\u09be\u0987\u09b0 \u0996\u09be\u0993\u09df\u09be\u09b0 \u09aa\u09b0, \u0986\u09ae\u09bf \u0996\u09be\u09ae\u09cb\u0996\u09be \u09ac\u09c1\u09a6\u09cd\u09a7\u09bf\u09b0 \u09a6\u09cb\u09b7\u09c7 \u09a7\u09b0\u09be \u0996\u09be\u0987\u099b\u09bf ", "output": "personal", "category": "Text Categorization 592.json" }, { "instruction": "In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: personal or non-personal depending on the topic.", "input": "\u0995\u09c1\u09a4\u09cd\u09a4\u09be\u09b2\u09c0\u0997 \u098f\u0987 \u09b8\u09c7\u0987 \u09b2\u09cb\u0995 \u09af\u09be\u09b0 \u099c\u09c1\u09a4\u09be\u09b0 \u09ac\u09be\u09b0\u09bf \u0996\u09be\u0993\u09df\u09be\u09b0 \u09aa\u09b0 \u0993 \u0986\u09b0\u09cb \u0996\u09c7\u09a4\u09c7 \u099a\u09be\u0987\u09a4\u09c7\u099b\u09c7\u0964\u0964\u0964", "output": "non-personal", "category": "Text Categorization 592.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: If all the other factors influencing humidity remain constant, at ground level the relative humidity rises as the temperature falls. This is because less vapor is needed to saturate the air, so vapor condenses as the temperature falls. In normal conditions, the dew point temperature will not be greater than the air temperature because relative humidity cannot exceed 100%.[4]. \nStory: Bob is an avid hiker. He loves to travel and hike on all the trails in his state. Although Bob loves being outside, he doesn't much like being in humid weather, and likes to keep inside on more humid days. He is deciding on which day to go hiking, Monday, which the high temperature will be 90 degrees, and Tuesday which the high temperature will be 75 degrees. \nQuestion: Will Bob prefer hiking more or less on Tuesday than Monday?", "output": "less.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: Through a thickness of 10 meters (33 ft) or more, however, the intrinsic color of water (or ice) is visibly turquoise (greenish blue), as its absorption spectrum has a sharp minimum at the corresponding color of light (1/227 m\u22121 at 418 nm). The color becomes increasingly stronger and darker with increasing thickness. (Practically no sunlight reaches the parts of the oceans below 1,000 meters (3,300 ft) of depth.) Infrared and ultraviolet light, on the other hand, is strongly absorbed by water. \nStory: David was interested in the coloration of ocean's water. To understand the phenomenon he first observed the color of water at forty feet depth. He noted his observation as point A. Then he observed the color at hundred feet depth. He noted his observation as point B. Then he observed the color at four thousand feet depth. He noted that observation as point C. He now have some ideas how the color of water changes according to its depth. \nQuestion: Where there would not be any visible sunlight, point B or point C?", "output": "point C.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: The Gaia hypothesis states that the biosphere is its own living organism. The hypothesis suggests that the Earth is self-regulating and tends to achieve a stable state, known as homeostasis . For example the composition of our atmosphere stays fairly consistent, providing the ideal conditions for life. When carbon dioxide levels increase in the atmosphere, plants grow more quickly. As their growth continues, they remove more carbon dioxide from the atmosphere. In this way, the amount of carbon dioxide stays fairly constant without human intervention. \nStory: Two friends had a discussion about the Earth and what this reality might be. Tim believed in the Gaia hypothesis, while Olly believed in the Panspermia theory. \nQuestion: Which friend believed that the Earth is self-regulating?", "output": "Tim.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: The Figure below shows decibel levels of several different sounds. As decibel levels get higher, sound waves have greater intensity and sounds are louder. For every 10-decibel increase in the intensity of sound, loudness is 10 times greater. Therefore, a 30-decibel \u201cquiet\u201d room is 10 times louder than a 20-decibel whisper, and a 40-decibel light rainfall is 100 times louder than the whisper. High-decibel sounds are dangerous. They can damage the ears and cause loss of hearing. \nStory: James is attending a concert. When he first walks in the concert hall there aren't that many people there and it is relatively quiet. As the room fills up it starts to get a bit louder. And when the concert starts its so loud that it is almost painful for him as he is sitting near the speakers. \nQuestion: Given that during the concert the decibel levels were high enough to be painful to James, will further increasing them make them safer or harmful?", "output": "harmful.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: The example of someone having a positive experience with a drug is easy to see how drug dependence and the law of effect works. The tolerance for a drug goes up as one continues to use it after having a positive experience with a certain amount the first time.[38] It will take more and more to get that same feeling. This is when the controlled substance in an experiment would have to be modified and the experiment would really begin. The law of work for psychologist B. F. Skinner almost half a century later on the principles of operant conditioning, \"a learning process by which the effect, or consequence, of a response influences the future rate of production of that response.[39]. \nStory: The cocaine club met to discuss their experiences. They all said they always had a great experience using cocaine and used the same amount each time. They told how many times they used cocaine. Mary used it 2 times, Patricia used it 3 times, Linda used it 5 times, Barbara used it 10 times, Elizabeth used it 15 times, Jennifer used it 20 times, and Maria used it 30 times. \nQuestion: Who has a higher tolerance for cocaine: Jennifer or Mary?", "output": "Jennifer.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: Human beings invented agriculture about 10,000 years ago. This provided a bigger, more dependable food supply. It also allowed people to settle down in villages and cities for the first time. Birth rates went up because there was more food and settled life had other advantages. Death rates also rose because of crowded living conditions and diseases that spread from domestic animals. Because the higher birth rates were matched by higher death rates, the human population continued to grow very slowly. \nStory: David was studying human history. He selected two specific eras of human history, era A and era B. Era A was before humans had invented agriculture. And, era B was after the invention of agriculture. He noticed that human societies had changed dramatically after the invention of agriculture. \nQuestion: Which era saw lower birth rate, era A or era B?", "output": "era A.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: When you go to the dentist to get a tooth pulled, you really don\u2019t want to feel any pain. The dentist injects an anesthetic into your gum and it eventually becomes numb. One theory as to why anesthetics work deals with the movement of ions across the cell membrane. The anesthetic gets into the membrane structure and causes shifts in how ions move across the membrane. If ion movement is disrupted, nerve impulses will not be transmitted and you will not sense pain \u2013 at least not until the anesthetic wears off. \nStory: Two men, Sam and Frodo, go into the doctor's office to have the exact same procedure done to one of their arms. They won't need to be knocked out for this, but they will be given anesthetic to help with the pain. After the nurse administers the anesthetic to both men, the ions in Sam's arm continue moving across the membrane, but the ions in Frodo's arm stop moving. The doctor then comes in to begin the procedure. \nQuestion: Which man's nerve impulses are not being transmitted?", "output": "Frodo.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: In grassland, much of the organic matter added to the soil is from the deep, fibrous, grass root systems. By contrast, tree leaves falling on the forest floor are the principal source of soil organic matter in the forest. Another difference is the frequent occurrence in the grasslands of fires that destroy large amounts of aboveground material but stimulate even greater contributions from roots. Also, the much greater acidity under any forests inhibits the action of certain soil organisms that otherwise would mix much of the surface litter into the mineral soil. As a result, the soils under grasslands generally develop a thicker A horizon with a deeper distribution of organic matter than in comparable soils under forests, which characteristically store most of their organic matter in the forest floor (O horizon) and thin A horizon. \nStory: Kim and Jane inherited some land. Kim inherited some grassland, while Jane inherited a forest. They both took good care of their properties. \nQuestion: Which person inherited a parcel where the soil had a lower acidity?", "output": "Kim.", "category": "Question Answering 60.json" }, { "instruction": "You are given a background paragraph that describes one or more causal or qualitative relationships such as a relationship in economics or a scientific law and a story that makes use of the concepts or the relationship described in the provided paragraph. You are also given a question about the story that requires an understanding of the relationship described in the background paragraph and the story. You need to come up with an answer to the given question; the answer will be a span from either the question or the story. In order to correctly answer the given question, you need to understand the relationship mentioned in the background paragraph and should be able to use it to understand that in the story. Your answer can not consist of any word that is not mentioned in any of these: the background paragraph, the story, or the question. You can directly copy and paste a span from the story or the question while answering the given question.", "input": "Background Paragraph: During late adulthood, the risk of developing diseases such as cardiovascular diseases and cancer continues to rise. Most people also have a decline in strength and stamina. Their senses may start failing, and their reflex time typically increases. Their immune system also doesn\u2019t work as well as it used to. As a result, common diseases like the flu may become more serious and even lead to death. The majority of late adults develop arthritis, and as many as one in four develop Alzheimer\u2019s disease. \nStory: Dr. Jones studied 2 groups of people to see the effects of aging on humans. Group A had people under 35 years old in it, while group B had people over 65. \nQuestion: Which group had a smaller decline in stamina?", "output": "Group A.", "category": "Question Answering 60.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "stupid fag none of them are children and you know this you are just a cuck who likes seeing his women raped", "output": "Offensive", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "disregard women and acquire currency", "output": "Normal", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "dumbest decision i have ever had was to buy a white suede shoes", "output": "Normal", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "more thousands of girls have been raped by pakistani muslims do you call for an immediate national debate about immigration and race introduce harsh penalties for all involved gag the native population make a pakistani muslim the nation home secretary they chose ", "output": "Hate Speech", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "stop telling women what to wear fam it dead", "output": "Normal", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "never happen european men have been emasculated by their domineering women such as the swedes may and merkel and they have no weapons", "output": "Normal", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "unless you are a nonwhite right not saying you should accept or tolerate our globalist brethren or you have to associate with us but to accept that there are based kikes and niggers as frustrated and upset as you", "output": "Offensive", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "i saw a couple baums and steins in the victim list but that about it ya got more info i thought the school was half spic though", "output": "Offensive", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted.", "input": "sick of people saying asians are not poc bc of how east asians are pale lightskinned even tho that argument is invalid bc they are still considered poc since they are asian aka not white you all eliminate south southeast asians and forget that they are um very much tan dark", "output": "Normal", "category": "Toxic Language Detection 605.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "fuck you all faggot ass niggas", "output": "fuck", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "jesus christ were retarded hobo busy", "output": "retarded hobo", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "i am broke in the ghetto way i got my tv and sat and internet being retired is boring", "output": "ghetto", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "they would be cracking nigger skulls and navy skulls", "output": "cracking nigger skulls", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "jesus i think for me personally the most annoying thing about this whole mess is that so so so many of these women like to screech peddle their mostly feminazi pro woman bullshit when it all lies hypocrisy", "output": "feminazi pro woman bullshit", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "it was in an attempt to find this sweat that i found out you are not a chink after all still do not know where to watch the stream and tbh do not know where to turn at this point", "output": "chink", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "who \u2019 washing the hoe out their hair this morning", "output": "hoe", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "because it is fucking gay let go of that ocd shit we have plenty of battles right now ", "output": "fucking gay", "category": "Toxic Language Detection 607.json" }, { "instruction": "The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet.", "input": "seriously you are selling a fucking gook brew yuengling as americas oldest brewery gtfo generally i will readily admit that the usa is the greatest nation on god earth and that any other nation beats merkels germany bigtime but your beer feels looks smells and tastes like piss", "output": "fucking gook brew", "category": "Toxic Language Detection 607.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "12:04:15 AM doesn't occur between 02:49:58 and 5:16:22 PM", "output": "False", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "Sep 05, 2005 occured after 20 June 1976 but before May 06, 2020", "output": "True", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "08:41:00 PM occurs between 04:50:32 PM and 05:17:27 AM", "output": "False", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "03:12:08 doesn't occur between 11:48:45 and 23:44:39", "output": "True", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "11:55:10 doesn't occur before 06:25:54", "output": "False", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "04:43:18 PM occured after 11:47:26 AM but before 11:48:36", "output": "True", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "16 June 1973 doesn't occur between June 21, 1999 and 09 Aug 1989", "output": "True", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "May 21, 1985 occured before March 03, 1991 but after Jul 21, 1994", "output": "False", "category": "Misc. 610.json" }, { "instruction": "Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'.", "input": "09 May 1971 occurs before 11 June 2004", "output": "True", "category": "Misc. 610.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "pass is a kind of advance", "output": "pass IsA advance", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "dollar is a kind of money", "output": "dollar IsA money", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "chair can be used as the opposite of desk", "output": "chair Antonym desk", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "garbage is a kind of refuse", "output": "garbage IsA refuse", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "curve is a kind of line", "output": "curve IsA line", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "aluminium can be used with the same meaning of aluminum", "output": "aluminium Synonym aluminum", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "offspring can be used as the opposite of parent", "output": "offspring Antonym parent", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "rest can be used as the opposite of active", "output": "rest Antonym active", "category": "Information Extraction 614.json" }, { "instruction": "Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.", "input": "fly can be used with the same meaning of escape", "output": "fly Synonym escape", "category": "Information Extraction 614.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "2, ['E', '2273', '9975', '4409']", "output": "E, 2273", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "7, ['6509', 'r', 'i', 'b', '3405', 'I', '4853', 'r', 'U', '9745', '1819', '2105', 'x', 'N', 'd', 'R', '6971', '7233', 'h', '7533', '2919', 'L', '2943', '9063', 'w']", "output": "6509, r, i, b, 3405, I, 4853", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "11, ['3419', 'O', '1947', 'a', 'O', 'g', '6985', 'f', '245', 'H', '2665', '5183', '6643', '5115', 'X', '6071', '583', 'e', 'D', 'F', 'i', '6647', '4371', 'K', 'v']", "output": "3419, O, 1947, a, O, g, 6985, f, 245, H, 2665", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "1, ['e', '7757', '3311', '2311', 'i']", "output": "e", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "4, ['B', '6751', 'C', 'j', '2951', 'k', '5643', '3575', 'H', 'l', 'Y']", "output": "B, 6751, C, j", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "2, ['9265', 'J', 'g', '1309', 'Z', '8021', '3741']", "output": "9265, J", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "11, ['7987', 'e', '8315', 'I', 'Z', '7529', 'u', 'P', '9457', 'S', 'N', '5793', 'e', '9939', '2929', 'i', 'A', '857', 'm', 'F', 'F', '7201', 'g', '7401', 'R', '7957', 'A']", "output": "7987, e, 8315, I, Z, 7529, u, P, 9457, S, N", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "3, ['133', '8691', 'I', '1529', 'd', 'Y', '4729', 'S', 'p', '2801', 'W', 'i', 'Y', '2313', 'J']", "output": "133, 8691, I", "category": "Program Execution 62.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A", "input": "8, ['2875', 'C', 'n', 'r', 'K', '3439', 'z', '5957', 'l', '2515', 'Z', '2849', 'e', '2299', '5633', 'L', 'z', 'Q', '9903']", "output": "2875, C, n, r, K, 3439, z, 5957", "category": "Program Execution 62.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Sophia entered the lounge. Mason entered the lounge. The orange is in the red_drawer. Sophia moved the orange to the green_box. Where does Sophia think that Mason searches for the orange?", "output": "green_box", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Logan entered the office. Aiden entered the office. The orange is in the blue_cupboard. Aiden exited the office. Logan moved the orange to the blue_crate. Where will Aiden look for the orange?", "output": "blue_cupboard", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Avery entered the playroom. Olivia entered the playroom. The orange is in the green_envelope. Olivia exited the playroom. Avery moved the orange to the red_envelope. Avery exited the playroom. Olivia entered the playroom. Where was the orange at the beginning?", "output": "green_envelope", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Isabella entered the closet. Elizabeth entered the closet. The onion is in the blue_box. Elizabeth exited the closet. Isabella moved the onion to the green_suitcase. Isabella exited the closet. Elizabeth entered the closet. Where does Isabella think that Elizabeth searches for the onion?", "output": "blue_box", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Amelia entered the bathroom. Lucas entered the bathroom. The banana is in the red_suitcase. Lucas exited the bathroom. Amelia moved the banana to the red_drawer. Where was the banana at the beginning?", "output": "red_suitcase", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Jayden entered the garden. Avery entered the garden. The watermelon is in the red_drawer. Avery exited the garden. Jayden moved the watermelon to the red_cupboard. Jayden exited the garden. Avery entered the garden. Where does Jayden think that Avery searches for the watermelon?", "output": "red_drawer", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Aiden entered the garage. Hannah entered the garage. The banana is in the red_bottle. Aiden moved the banana to the blue_cupboard. Where is the banana really?", "output": "blue_cupboard", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Abigail entered the front_yard. Jackson entered the front_yard. The pumpkin is in the blue_bathtub. Abigail moved the pumpkin to the red_bucket. Where was the pumpkin at the beginning?", "output": "blue_bathtub", "category": "Question Answering 621.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Mason entered the crawlspace. Liam entered the crawlspace. The tangerine is in the green_drawer. Liam exited the crawlspace. Mason moved the tangerine to the green_envelope. Where does Mason think that Liam searches for the tangerine?", "output": "green_drawer", "category": "Question Answering 621.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: In the course of meiosis a cell divides once, half its chromosomes going into each daughter-cell, and then each of these daughter-cells divides again in a manner rather like mitosis, so that there is no further change in chromosome number. \n Hypothesis: Daughter cells divide by meiosis.", "output": "entails", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: Ethers An organic compound which has two hydrocarbon groups bound by an interior oxygen atom. \n Hypothesis: An ether is an organic compound in which two hydrocarbon groups are bonded to the same oxygen atom.", "output": "entails", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: When you press on the latex, the water pressure inside the cylinder is increased, the air bubble in the diver is compressed, and the resulting loss of buoyant displacement causes the diver to fall in the cylinder. \n Hypothesis: As a diver descends, the increase in pressure causes the body\u2019s air pockets in the ears and lungs to compress.", "output": "neutral", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: Remember that the lungs transfer oxygen to the bloodstream, and most of the actual exchange of carbon dioxide and oxygen takes place in the lower lungs. \n Hypothesis: Diaphragm, lungs, and trachea take air deep into the body and provide oxygen gas to the bloodstream.", "output": "entails", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: A brief review of chemical kinetics and thermodynamics is followed by discussion of acid-base, precipitation-dissolution, coordination, and reduction-oxidation reactions. \n Hypothesis: Chemical reactions follow the laws of thermodynamics.", "output": "neutral", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: Measurement errors that result from failing to take into account these and other sources of variability will underestimate risks that swimmers experience. \n Hypothesis: You decrease errors in an experiment by take many measurements.", "output": "neutral", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: base--a substance that has a pH of more than 7, which is neutral. \n Hypothesis: If a substance has a ph value greater than 7,that indicates that it is base.", "output": "entails", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: A gene is composed of DNA and protein. \n Hypothesis: Genes are composed of dna.", "output": "entails", "category": "Textual Entailment 623.json" }, { "instruction": "You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'.", "input": "Premise: They all have the basic same elements of humanness, the functioning of breathing and the heart, organs, mind, will, thought, emotion. \n Hypothesis: In humans, the heart is the first organ to form and become functional.", "output": "neutral", "category": "Textual Entailment 623.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Jacob entered the pantry. Phone rang. Amelia entered the pantry. The eggplant is in the green_suitcase. Amelia exited the pantry. Jacob moved the eggplant to the blue_envelope. Jacob exited the pantry. Amelia entered the pantry. Where will Amelia look for the eggplant?", "output": "blue_envelope", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Phone rang. Hannah entered the hall. Ethan entered the hall. The orange is in the red_envelope. Hannah moved the orange to the red_cupboard. Where was the orange at the beginning?", "output": "red_envelope", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Oliver entered the kitchen. Aiden entered the kitchen. The lime is in the blue_crate. Oliver moved the lime to the red_crate. Where is the lime really?", "output": "red_crate", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Jackson entered the back_yard. Benjamin entered the back_yard. The turnip is in the green_pantry. Benjamin exited the back_yard. Jackson moved the turnip to the red_envelope. Where does Jackson think that Benjamin searches for the turnip?", "output": "green_pantry", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Olivia entered the crawlspace. Elizabeth entered the crawlspace. The turnip is in the red_treasure_chest. Olivia moved the turnip to the red_cupboard. Where does Olivia think that Elizabeth searches for the turnip?", "output": "red_cupboard", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Liam entered the garden. Charlotte entered the garden. The green_pepper is in the red_drawer. Charlotte exited the garden. Liam moved the green_pepper to the red_pantry. Where was the green_pepper at the beginning?", "output": "red_drawer", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Mason entered the TV_room. Alexander entered the TV_room. The onion is in the red_suitcase. Phone rang. Alexander exited the TV_room. Mason moved the onion to the green_drawer. Mason exited the TV_room. Alexander entered the TV_room. Where will Alexander look for the onion?", "output": "green_drawer", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Logan entered the sunroom. Phone rang. Owen entered the sunroom. The green_pepper is in the green_pantry. Owen exited the sunroom. Logan moved the green_pepper to the green_cupboard. Where does Logan think that Owen searches for the green_pepper?", "output": "green_pantry", "category": "Question Answering 624.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Ethan entered the kitchen. Phone rang. Aiden entered the kitchen. The carrot is in the red_treasure_chest. Ethan moved the carrot to the red_cupboard. Where does Ethan think that Aiden searches for the carrot?", "output": "red_cupboard", "category": "Question Answering 624.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: Could I meet with you to discuss the project ? \n Person2: Good idea . We could meet on Monday or Tuesday . Which day would you prefer ? \n Person1: Tuesday would be good for me . \n Person2: OK . Do you think we should meet in the morning or in the afternoon ? \n Person1: I think the afternoon would be best . \n Person2: That will work out . I will e-mail the exact time tomorrow . I need you to bring your plans with you . \n Person1: Yes , I will bring my plans with me to the meeting . \n Person2: Should we invite the whole committee or should we just have the sub-committee there ? \n Person1: I feel that the whole committee needs to be there . \n Person2: Yes , I agree . We'll make sure that they get notified . Can you find the meeting place ? \n Person1: Yes , I know how to get there on my own . \n Person2: Great ! We will send you all the details later . Looking forward to meeting with you ! ", "output": "No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,happiness", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: Can you tell me the best way to see the city ? \n Person2: Sure , I advise the sightseeing buses . \n Person1: Travel by the buses ? That sounds interesting . \n Person2: Yes of course.You can see the whole city on the bus . It's cheap as well as efficient . \n Person1: Oh , there comes the bus . ", "output": "No emotion,No emotion,happiness,No emotion,No emotion", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: Do you have a reservation , sir ? \n Person2: No , I am afraid we don't . \n Person1: I'm sorry . The restaurant is full now . You have to wait for about half an hour . Would you care to have a drink at the lounge until a table is available ? \n Person2: No , thanks . We'll come back later . May I reserve a table for two ? \n Person1: Yes , of course . May I have your name , sir ? \n Person2: Bruce . By the way . Can we have a table by the window ? \n Person1: We'll try to arrange it but I can't guarantee , sir . \n Person2: That's fine . ", "output": "No emotion,No emotion,sadness,No emotion,No emotion,No emotion,No emotion,happiness", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: Would you like a cigarette ? \n Person2: No , thanks . I've decided to give up smoking . \n Person1: Really ? Why ? \n Person2: Well , it's just that I think if you don't enjoy doing something any more , you should stop doing it . \n Person1: I see . You mean you don't enjoy smoking any more ? \n Person2: That's right . You should give it up , too . It's bad for your health . \n Person1: Stop talking like my mother . That's what she keeps saying . \n Person2: But it's true . It's a nasty habit . I can't think why I ever started . Anyway , it's obviously got you in its grip ! \n Person1: What do you mean ? What are you talking about ? \n Person2: I mean you couldn't give it up ! \n Person1: Who ? Me ? Could't give up smoking ? Nonsense ! Of course I could ! I know I could ! \n Person2: How do you know ? \n Person1: Because I've already proved it . Smoking's the easiest thing in the world to give up . I've done it hundreds of times ! ", "output": "No emotion,No emotion,surprise,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,surprise,No emotion,No emotion", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: Can you skillfully operate the computer ? \n Person2: Yes , I can . I have three years experience in operating computers . \n Person1: What kind of software can you use ? \n Person2: I can skillfully use Dos , Windows . \n Person1: Do you have any certificates on computer ? \n Person2: Yes , I have ACRE certificate , rank 2 . \n Person1: Any other certificates ? \n Person2: Yes , I have a Cambridge Business English Certificate and Lawyer \u2019 s Qualification Certificate . \n Person1: Do you have any other special skills ? \n Person2: I like photography very much . I used to be awarded second prize in a photography contest at our university . ", "output": "No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: When were you Bron may I ask ? \n Person2: On 20th May 1963 . \n Person1: Do you know what it was according to the lunar calendar ? \n Person2: 27th day of the fourth month . \n Person1: By the way , could you tell me when the film will begin ? \n Person2: It will begin at 5 thirty . \n Person1: I am frigid I can't be there on time . \n Person2: You can see it tomorrow . \n Person1: I don't want to miss it today . \n Person2: See you . \n Person1: See you . ", "output": "No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: Yes , ma'ma . May I help you with your bags ? \n Person2: Oh , yes , if you like.The large one goes to Washington.The other one I will take with me . All right ? \n Person1: Flight 36 to Washington.It ' ll be on the plane for you . \n Person2: Oh , thank you . Thank you very much . ", "output": "No emotion,No emotion,No emotion,happiness", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: Hello , Shogun Restaurant . \n Person2: Hi , I would like to make a dinner reservation . \n Person1: Of course , what evening will you be joining us on ? \n Person2: We will need the reservation for Tuesday night . \n Person1: What time would you like the reservation for ? \n Person2: We would prefer 7 \n Person1: For how many people \n Person2: There will be 4 of us . \n Person1: Fine , I can seat you at 7 \n Person2: Thank you . The last name is Foster . \n Person1: See you at 7 \n Person2: Thank you so much . I appreciate your help . ", "output": "No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,No emotion,happiness,happiness", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surprise', 'happiness', 'sadness', 'anger', 'disgust'.", "input": " Person1: How do you like the pizza here ? \n Person2: Perfect . It really hits the spot . ", "output": "happiness,happiness", "category": "Sentiment Analysis 627.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: Waiter , show me the menu , please . \n Person2:Yes , here you are . Would you care to order now , Sir ? \n Person1: I'll have the baked salmon . \n Person2:Any vegetable ? \n Person1: I'd rather have broccoli . \n Person2:OK . Can I serve you anything else ? \n Person1: Yes , I'd like another cup of coffee . \n Person2:All right . ", "output": "formal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: Sorry , sir . I came late because I had to send for the doctor for my grandfather . \n Person2:I do sympathize with you , I assure you . \n Person1: Thank you , sir . \n Person2:I hope your grandfather will recover soon . ", "output": "informal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: This is tough to say , John , but I think we should break up . \n Person2:Are you serious ? \n Person1: Yes , I mean it . \n Person2:But why ? Did I do anything wrong ? \n Person1: No , we are just too different . This relationship isn't going anywhere . \n Person2:Hey , come on . It's too early to say that . We can fix things . \n Person1: I have thought about it for a long time . I think it's time to move on for both of us . \n Person2:But I still love you . \n Person1: I'm sorry . \n Person2:I knew this would happen some day ... \n Person1: Then why didn't you talk to me ? \n Person2:Well . It's not all my fault , Anna ... \n Person1: I don't want to argue with you anymore . This is going to be tough , but let's try to forget that and be friends . \n Person2:Have you made the decision yet ? \n Person1: I think we'll be better off if we are apart . \n Person2:Then shall we keep pure friendship ? \n Person1: Sure , let's just be friends . ", "output": "informal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: Hi charles , I want you know that i finally found an apartment in haitian . \n Person2:You did ? that is great ! \n Person1: Yeah , I am having a party this saturday night , a sort of house warming , and i want to invite you . are you busy ? \n Person2:No i am free , i will be there , what time the thing starting ? \n Person1: Around seven . \n Person2:Ok , great , should i bring anything ? \n Person1: No , but thanks for offering , actually could you bring some fold-up chairs for people if you have any ? I am afraid not everyone's going to have a seat , do you have any ? \n Person2:sure , I will be happy to bring a few , what is the address ? \n Person1: Don't worry , I will come to pick you up at about six thirty . \n Person2:Got it . ", "output": "informal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: OK , Mr . Wu . You may come in . I'm Anne Smith and on my right , my colleague , Anna Duncan , and on my left , Angela Lamb . Do please sit down . \n Person2:Thank you . Good afternoon Mrs . Smith , Miss Duncan , Miss Lamb . \n Person1: Your English is fluent . \n Person2:Thank you . \n Person1: How do you think of the weather today ? \n Person2:I don't like the weather like this . Cold and rainy . Hope it become sunny as soon as possible . ", "output": "informal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: Cigarette ? \n Person2:Oh , uh ... Thanks . Henry , do you have a light ? \n Person1: Sorry , here . \n Person2:Thanks . Lovely day . Pity I \u2019 m on duty . \n Person1: I \u2019 ll stand in with you if you like . I \u2019 Ve got nothing else to do . \n Person2:Oh , no . I couldn \u2019 t possibly . ", "output": "formal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: Could you arrange me to see Doctor John tomorrow morning ? \n Person2:I \u2019 m afraid not . He will be not free until 11:30 . \n Person1: How about 1:30 ? \n Person2:Let me check . ", "output": "informal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: How can I get to Lakeside Park ? \n Person2:Take the No . 7 bus . There's a bus stop just over there . \n Person1: Will it take me straight there ? \n Person2:Yes . No need to change . ", "output": "formal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'.", "input": " Person1: Doctor , I slipped and fell on my way to school . The ground is so slippery from the snow . It seems I can't move my left arm now . \n Person2:Let me see . Roll up your sleeve , please . Um ... it's swollen and red here . I'm afraid we'll need to take an X-ray to see if it's broken . \n Person1: What if it's broken ? \n Person2:Then we'll put you in a cast . \n Person1: What do you mean by a cast ? \n Person2:Well , we apply tape and plaster to from a solid enclosure to protect the bones from moving . In this way they will heal properly . Take it easy . It won't hurt you . Let me see . The X-ray picture indicates that your humerus is broken in two places . And you'll have to wear the cast for three weeks . You'll need to come back in two weeks , so I can have another look . ", "output": "formal", "category": "Dialogue Act Recognition 628.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: I don't think I'm getting better . \n Person2: Believe me , you really look much better than before . \n Person1: I'm still not sure whether I can recover from it . ", "output": "0", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: Can I help you ? \n Person2: I'd like to buy a new mobile phone please . \n Person1: Ok , would you like a phone with camera and MP3 player ? \n Person2: Yes please . And I \u2019 d like to be able to make video calls too . ", "output": "1", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: I give up ! I simply can't learn French ! \n Person2: Why do you say that ? I think you're making a lot of progress . \n Person1: No , I'm not . I try and try and I still can't speak it very well . \n Person2: Learning any language takes a lot of effort . But don't give up . Why don't we practise those dialogues together ? \n Person1: Good idea . That might help . ", "output": "0", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: I want to say goodbye to everyone . \n Person2: You \u2019 re leaving so soon . When are you off ? \n Person1: I \u2019 m catching the 9 fifteen train tomorrow morning . \n Person2: How about I come and see you off ? \n Person1: You really don \u2019 t need to . \n Person2: Ok . I \u2019 ll miss you . I hope we can see each other again soon . \n Person1: I hope so , too . Thank you , Lily . Thank you for everything . \n Person2: You \u2019 re welcome . \n Person1: Please say goodbye to the rest of the family for me . \n Person2: Ok . Take care . I hope you have a good journey . \n Person1: Thank you . Remember to look me up if you \u2019 re ever in Washington . \n Person2: Of course . I will . \n Person1: Goodbye , then . Thanks again for everything . ", "output": "0", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: What is the best place to park ? \n Person2: What vehicle do you usually bring to school ? Is it an automobile or a motorbike ? \n Person1: I drive a motorcycle . \n Person2: OK . That means you can park in the student lot or on the street . Have you seen the handicapped spots ? \n Person1: I am not sure what a handicapped spot is . \n Person2: Look for the blue signs and blue marked spaces . Do you usually park in the daytime or the evening ? \n Person1: I park days and evenings . \n Person2: Be careful about the time limits on the streets . Have you seen the signs for time limits ? \n Person1: What signs ? \n Person2: As long as you are careful reading the signs , you will always know how long you can park and what days are OK to park there . Are you aware of the curb colors ? \n Person1: What curb colors ? \n Person2: If you can remember that red means absolutely no parking and white means that you can only load and unload , you are going to be OK . ", "output": "1", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: That looks like an interesting book . \n Person2: It is . It \u2019 s got pictures of interesting building from all over the world , with brief descriptions of how they were build , their purpose , and so on . \n Person1: There are the pymeids . It \u2019 s easy to see how they got that name ! they don \u2019 t have smooth sides though . \n Person2: They don \u2019 t now , but most of them did originally . There \u2019 s picture of the pentagon in the United States . It \u2019 s very distinctive with its five sides . \n Person1: Look at that cylindrical office building . I \u2019 Ve never been seen one that shape before . \n Person2: Yes . Usually only towers are cylindrical in shape . \n Person1: Tv towers are usually thicker at the bottom than at the top . They \u2019 re not perfectly cylindrical . \n Person2: This is the world \u2019 s largest sports stadium . It \u2019 s a massive oval . \n Person1: What sports do they play there ? \n Person2: It says here that it \u2019 s mainly used for big football matches and athletics meetings . \n Person1: Is that building a perfect cube ? \n Person2: According to the book , it is . I \u2019 Ve never seen a building that is a perfect cube . Look at the building . From the air , it looks like a square with a semi-circle attached to each of its four sides . What kind of building is it ? \n Person1: Is says here that it \u2019 s a war memorial . Now , there \u2019 s a distinctive structure-the stomium in Brussels . See ? It consists of several connected by cylinders . I believe you can go up and down inside it . ", "output": "0", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: Spring Festival is the most important festival in China , isn't it ? \n Person2: Yes , that's true . \n Person1: How long is the holiday ? \n Person2: It depends.But usually it's about 15 days . \n Person1: Do you eat any special food for the festival ? \n Person2: Yes , dumpling is a must.There is also other food.For example , people eat chicken for good luck . \n Person1: That's interesting . I'm told the Chinese firework is very beautiful , isn't it ? \n Person2: Yes , it's really wonderful ! \n Person1: Oh , great ! I hope I can spend this Spring Festival with you here in Beijing . \n Person2: I'm sure you'll have a good time . ", "output": "1", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: You're so witty ... \n Person2: So why is the face tilted to the right ? \n Person1: This watch is supposed to be worn on your left hand . \n Person2: So it's not as convenient for left-handed people ? \n Person1: It's better for right-handed people like me . See , I don't even have to move my arm to see the time . \n Person2: I'm left-handed . You bought that watch so that I won't borrow it ... \n Person1: Bingo ! ", "output": "0", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.", "input": " Person1: Fairly warm this morning , isn't it ? \n Person2: You're right.The air is so warm and everything looks so fresh and green . \n Person1: Say , how about a walk along the river ? \n Person2: Marvelous idea ? ", "output": "1", "category": "Dialogue Act Recognition 629.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "1, ['8369', 'n', '9961', '7791', 'y']", "output": "n, 9961, 7791, y", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "4, ['m', 'k', 'G', 'o', '1627', 'k', '5457', '9917', 'z', 'h', '8561']", "output": "1627, k, 5457, 9917, z, h, 8561", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "3, ['3101', '8407', '1977', 'K', '2477', 'r', 'R', 't', 'D', '2063']", "output": "K, 2477, r, R, t, D, 2063", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "7, ['K', '5109', '8849', '4853', 'm', 'l', '1633', '847', 'X', '3351', '8253', 'K', '2489', 'C']", "output": "847, X, 3351, 8253, K, 2489, C", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "3, ['3957', 'L', 'i', 'q', 'n', 'C', '3027', 'r', '4521', '9591', '7653', '1979', 'L']", "output": "q, n, C, 3027, r, 4521, 9591, 7653, 1979, L", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "2, ['R', '2785', '5579', 'q', '6915', '9579']", "output": "5579, q, 6915, 9579", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "4, ['4427', 'q', '1761', '9653', '2193', 'h', '8247', '1797', '7463']", "output": "2193, h, 8247, 1797, 7463", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "1, ['s', 'H', 'N', '9751']", "output": "H, N, 9751", "category": "Program Execution 63.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A after the first i elements. i will always have a value less than the length of A.", "input": "2, ['4369', '4649', '761', 'k', '7981', '5481', 'F', '6335', 'M', '419', '6155', 'e', '533', 'f', '6709', '5155', '5927', '4961', 'V', '4683', '7997', 'L', 'N', '9867', '9349', 'c']", "output": "761, k, 7981, 5481, F, 6335, M, 419, 6155, e, 533, f, 6709, 5155, 5927, 4961, V, 4683, 7997, L, N, 9867, 9349, c", "category": "Program Execution 63.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: Are you ready to order , sir ? \n Person2: Yes . Can you show me the menu , please ? \n Person1: Of course . Here you are . \n Person2: Then , what's special tonight ? \n Person1: Our seafood is fresh . I recommend shrimp with garlic . \n Person2: All right . We'll have some seafood and vegetables . ", "output": "1", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: Is this a photo of your family ? \n Person2: Yes , it is.It was taken just before I was leaving for college . \n Person1: You look so lovely . \n Person2: How time flies ! I'll not see twenty again . ", "output": "0", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: Did your wife give birth yet ? \n Person2: Yeah . She's a healthy beautiful girl . \n Person1: Congratulations . How is your wife doing ? \n Person2: She is tired , but getting a lot of rest now . \n Person1: That's good to hear . \n Person2: I'm just glad there were no complications . \n Person1: If your wife and baby are both happy , what more can you ask for ? \n Person2: It's been a week , and I haven't slept that well . \n Person1: That's normal for anyone with a newborn . \n Person2: Yeah , but it's so hard . I have to work , and then go home and take care of my wife and the baby . I'm going to get sick at this rate . \n Person1: You'll get used to it . After everything stabilizes , you can regain your health . \n Person2: That's true . I should make sure my wife and baby stay healthy during this time . ", "output": "1", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: Hey , How's it going ? \n Person2: Not good . I lost my wallet . \n Person1: Oh , that's too bad . Was it stolen ? \n Person2: No , I think it came out of my pocket when I was in the taxi . \n Person1: Is there anything I can do ? \n Person2: Can I borrow some money ? \n Person1: Sure , how much do you need ? \n Person2: About 50 dollars . \n Person1: That's no problem . \n Person2: Thanks . I'll pay you back on Friday . \n Person1: That'll be fine . Here you are . \n Person2: What are you going to do now ? \n Person1: I'm going to buy some books and then I'm going to the gas station . \n Person2: If you wait a minute I can go with you . \n Person1: OK . I'll wait for you . ", "output": "1", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: Mr . Smith , I would like to get right to the point here . First , we need to talk about how much each company will pay . \n Person2: Well , we want to have the largest share . Our company is much larger than yours , and we have been in business longer . \n Person1: Let's look at that another way . The major point is the value that we add , not who has been in business longer , or is bigger . \n Person2: What are you thinking about ? \n Person1: We do not want to place ourselves in an inferior position . We are a good , small company---that's why you are interested . \n Person2: Then , what would make you feel more comfortable ? \n Person1: If you take a 75 % position in the venture , we would take a back seat to you . ", "output": "0", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: Hello , Is this EYE computers ? \n Person2: Yeas , It is.Sewen Jes speaking.How can I help ? \n Person1: Actually , I'm calling to complain about your service . The computer I bought last week is faulty . \n Person2: Oh , I'm sorry to hear that , sir.What exactly is problem ? \n Person1: Well , easily , It doesn't work . It doesn't even start probably . \n Person2: Oh , dear ! I'll do well I can . ", "output": "0", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: I can \u2019 t attend the meeting in Washington . I \u2019 Ve proposed you as the most able substitute . \n Person2: But I \u2019 Ve never been on a business trip before ! \n Person1: It \u2019 s easy enough . Just make sure you keep track of all your expenses . The accounting department will reimburse you for all your meals and travel expenses . \n Person2: So the company will pay for everything ? \n Person1: Yes , but when you send in your expense report , you also have to file a report summarizing your trip . It \u2019 s not just a big vacation , you know . \n Person2: That sounds good . But what do you want me to do there ? \n Person1: I \u2019 Ve already paved the way . You just have to give a presentation on what our products are . I will do the follow-up and close the sale . ", "output": "0", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: How \u2019 re you today ? \n Person2: Pretty good , thanks . And you ? \n Person1: What \u2019 s the main idea in this essay ? \n Person2: The United Nations should have more authority . ", "output": "1", "category": "Sentiment Analysis 631.json" }, { "instruction": "You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to classify the conversation either convey 'No emotion' or 'Happiness' by providing '1' and '0', respectively.", "input": " Person1: Dad , what's the date ? \n Person2: It's December eighteenth . \n Person1: In seven days it will be Christmas Day . \n Person2: Yes , I know that . \n Person1: So , can I buy some new shoes as a Christmas present ? \n Person2: Sure , a promise is a promise . ", "output": "1", "category": "Sentiment Analysis 631.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Aiden entered the lounge. Ethan entered the lounge. The lime is in the red_suitcase. Aiden moved the lime to the blue_pantry. Where was the lime at the beginning? Liam entered the living_room. Aiden entered the living_room. The strawberry is in the green_pantry. Aiden exited the living_room. Liam moved the strawberry to the red_cupboard. Liam exited the living_room. Aiden entered the living_room. Where does Liam think that Aiden searches for the strawberry? Aiden entered the den. Ethan entered the den. The eggplant is in the green_envelope. Ethan exited the den. Aiden moved the eggplant to the blue_envelope. Where is the eggplant really? Ethan entered the kitchen. Aiden entered the kitchen. The apple is in the green_cupboard. Aiden exited the kitchen. Ethan moved the apple to the green_basket. Ethan exited the kitchen. Aiden entered the kitchen. Where was the apple at the beginning? Emily entered the living_room. Liam entered the living_room. The beans is in the red_cupboard. Emily moved the beans to the green_pantry. Where will Liam look for the beans?", "output": "green_pantry", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Hannah entered the laundry. Alexander entered the laundry. The pear is in the blue_pantry. Hannah moved the pear to the blue_cupboard. Liam entered the laundry. Alexander is in the laundry. The potato is in the blue_cupboard. Liam moved the potato to the blue_pantry. Liam entered the bedroom. Isabella entered the bedroom. The pineapple is in the green_drawer. Liam moved the pineapple to the blue_box. Liam entered the laundry. Isabella entered the laundry. The potato is in the blue_pantry. Liam moved the potato to the blue_cupboard. Where was the potato at the beginning?", "output": "blue_cupboard", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Ella entered the basement. Jayden entered the basement. The spinach is in the red_envelope. Ella moved the spinach to the blue_treasure_chest. Where does Ella think that Jayden searches for the spinach? Jayden entered the bedroom. Ella entered the bedroom. The apple is in the red_suitcase. Ella exited the bedroom. Jayden moved the apple to the blue_envelope. Where is the apple really? Jackson entered the den. Jayden entered the den. The tangerine is in the green_drawer. Jackson moved the tangerine to the red_bottle. Where will Jayden look for the tangerine? Ethan entered the garden. Jackson entered the garden. The pear is in the blue_cupboard. Ethan moved the pear to the red_cupboard. Where will Jackson look for the pear?", "output": "red_cupboard", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Avery entered the TV_room. Oliver entered the TV_room. The orange is in the blue_crate. Oliver exited the TV_room. Avery moved the orange to the green_treasure_chest. Avery exited the TV_room. Oliver entered the TV_room. Liam entered the TV_room. Oliver is in the TV_room. The grapes is in the green_treasure_chest. Oliver exited the TV_room. Liam moved the grapes to the blue_crate. Liam exited the TV_room. Oliver entered the TV_room. Oliver is in the TV_room. Liam entered the TV_room. The grapes is in the blue_crate. Liam exited the TV_room. Oliver moved the grapes to the green_treasure_chest. Oliver exited the TV_room. Liam entered the TV_room. Avery entered the bathroom. Oliver entered the bathroom. The carrot is in the blue_box. Oliver exited the bathroom. Avery moved the carrot to the green_envelope. Avery exited the bathroom. Oliver entered the bathroom. Where will Oliver look for the carrot?", "output": "green_envelope", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Aria entered the kitchen. William entered the kitchen. The broccoli is in the red_cupboard. William exited the kitchen. Aria moved the broccoli to the blue_envelope. Liam entered the kitchen. Ella entered the kitchen. The corn is in the blue_envelope. Ella exited the kitchen. Liam moved the corn to the red_cupboard. Ella entered the garage. Aria entered the garage. The strawberry is in the blue_container. Aria exited the garage. Ella moved the strawberry to the red_envelope. William entered the garage. Ella is in the garage. The strawberry is in the red_envelope. Ella exited the garage. William moved the strawberry to the blue_container. Where does William think that Ella searches for the strawberry?", "output": "red_envelope", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Isabella entered the kitchen. William entered the kitchen. The corn is in the green_drawer. William exited the kitchen. Isabella moved the corn to the green_box. Where was the corn at the beginning? William entered the attic. Isabella entered the attic. The apple is in the red_treasure_chest. Isabella exited the attic. William moved the apple to the red_cupboard. William exited the attic. Isabella entered the attic. Where was the apple at the beginning? Isabella entered the back_yard. Charlotte entered the back_yard. The pumpkin is in the blue_container. Isabella moved the pumpkin to the red_crate. Where is the pumpkin really? Isabella entered the master_bedroom. Evelyn entered the master_bedroom. The lettuce is in the blue_suitcase. Evelyn exited the master_bedroom. Isabella moved the lettuce to the red_suitcase. Where is the lettuce really?", "output": "red_suitcase", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Avery entered the garage. Hannah entered the garage. The grapes is in the green_pantry. Avery moved the grapes to the blue_container. Where will Hannah look for the grapes?", "output": "blue_container", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Lucas entered the den. Benjamin entered the den. The turnip is in the green_basket. Benjamin exited the den. Lucas moved the turnip to the blue_container. Benjamin entered the front_yard. Ethan entered the front_yard. The cucumber is in the blue_pantry. Ethan exited the front_yard. Benjamin moved the cucumber to the green_drawer. Ethan entered the workshop. Hannah entered the workshop. The peach is in the green_pantry. Hannah exited the workshop. Ethan moved the peach to the red_bucket. Benjamin entered the den. Lucas is in the den. The turnip is in the blue_container. Lucas exited the den. Benjamin moved the turnip to the green_basket. Where will Lucas look for the turnip?", "output": "blue_container", "category": "Question Answering 635.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios.", "input": "Jackson entered the TV_room. Aria entered the TV_room. The apple is in the blue_crate. Aria exited the TV_room. Jackson moved the apple to the green_treasure_chest. Lucas entered the bedroom. Jackson entered the bedroom. The banana is in the red_cupboard. Jackson exited the bedroom. Lucas moved the banana to the blue_box. Aria entered the pantry. Jackson entered the pantry. The broccoli is in the blue_cupboard. Jackson exited the pantry. Aria moved the broccoli to the green_cupboard. Jacob entered the bedroom. Aria entered the bedroom. The asparagus is in the blue_box. Aria exited the bedroom. Jacob moved the asparagus to the red_cupboard. Where was the asparagus at the beginning?", "output": "blue_box", "category": "Question Answering 635.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "US blue chips hurt by Alcoa, but techs rise US blue chips were knocked lower on Friday by a profit warning from aluminum maker Alcoa Inc. , but tech stocks gained after a judge rejected a government bid to block a takeover of PeopleSoft Inc.", "output": "2", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "Sony Walkman takes on iPod Sony is finally out with their first direct assault on the famed Apple iPod digital music player. As reported earlier, Sony has gone ahead and released their first MP3 supported Walkman.", "output": "3", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "Students for security For the second year, the Department of Homeland Security awarded more than a hundred math, science and engineering students full tuition and a monthly stipend to pursue academics aimed at improving the nation's security. Security Blog", "output": "3", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "Leaders Spotlight Gap Between Rich, Poor (AP) AP - Poverty is \"the most destructive weapon of mass destruction,\" Brazil's president said Monday as world leaders spotlighted the growing gap between rich and poor and the often devastating impact of globalization on millions of people trying to eke out a living.", "output": "0", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "Malaysian Court Rejects Anwar Appeal of Corruption Conviction Malaysia #39;s highest court has turned down former Deputy Prime Minister Anwar Ibrahim #39;s appeal of his corruption conviction.", "output": "0", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "Fish Beats Hernych at St. Petersburg ST. PETERSBURG, Russia Oct 25, 2004 - Olympic silver medalist Mardy Fish beat Jan Hernych of the Czech Republic 6-2, 6-4 Monday to reach the second round of the St.", "output": "1", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "Security trio merge to create one-stop giant THE merger of high-profile information security companies Betrusted, TruSecure and Ubizen signals a strategic shift in the market place.", "output": "3", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "Patriots beat up lowly Browns; Steelers extend win streak to 10 PATRIOTS 42, BROWNS 15: At Cleveland - New England didn #39;t care that the Cleveland Browns had a new coach, a raw rookie quarterback or numerous injuries.", "output": "1", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text \"0\" if it contains information related to world. Label the text \"1\" if it contains information related to sports. Label the text \"2\" if it contains information related business. Label the text \"3\" if it contains science or technical related information. ", "input": "China Said to Cut Spending, Trim Deficit China will selectively reduce spending to help trim its ballooning fiscal deficit, state media reported Monday, citing top economic officials.", "output": "2", "category": "Text Categorization 637.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "1, ['2261', '7659', '7881', '2349', 'e', '879', '6267', '1', 'A', '5783', '4177', 'k', '2567', '167', 'c', 'E', '7471', 'a', '9977', 'J']", "output": "2261, 7659, 7881, 2349, e, 879, 6267, 1, A, 5783, 4177, k, 2567, 167, c, E, 7471, a, 9977, J", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "6, ['C', '7127', 'b', 'Y', 'S', '4443', 'c', 'a', '679', 'd', 'T', '7221', '2425', 'i']", "output": "C, c, 2425", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "14, ['k', 'o', '909', '4265', 'f', 'z', '7201', '6805', '9015', 'V', '7177', '8409', '9507', 'j', 'r', '2239', '4375', '2461', 'v', 'X', 'H', '2245', '9091', '8887', 's', '2129', 'G', 'A', 'i', '8397', '9965', '9221', '1311', 'M', 'T', 'q', 'R', '1653', 'Y', 'L', '7941']", "output": "k, r, i", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "2, ['C', 'Y', 'q', '9589', 'B', '2143', '327', '6867', '531', 'd', '1311', '7879', 's', '9217', 'D', 'S', 'C', '2541', 'm', '5643', 'l', '6917', 'f', '7541', 'v', '8161', 'I', 'i', 'l', '7303', '5569', '3507']", "output": "C, q, B, 327, 531, 1311, s, D, C, m, l, f, v, I, l, 5569", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "5, ['2759', '7415', '9787', '2291', '4471', 'w', '1867', '6673', 'g', 'f', '3641', '6101', 'D', '5085', '5455', 'h', '1085']", "output": "2759, w, 3641, h", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "6, ['u', '9639', '1925', '1965', 'C', 'r', 'T', '8117', '9211', 'i', '4915', 'D', '2177', '8851', 'L', 'K', '8239', '2135', 'c', 'p', '9621', 'g', 'z']", "output": "u, T, 2177, c", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "11, ['Q', 'z', '3739', 'C', '2107', 'n', 'p', '3769', 'i', 'A', 'c', 'f', 'O', '2731', '7585', '5189', '5259', '4863', '3195', 'T', '4273', '4341', 'G', 'n', 'G', '5633', '8733', 'B', 'E', '3695', 'Z', '2349', '2063', '8535', '5457', 'v', 'U', '6429', 'j']", "output": "Q, f, G, 8535", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "10, ['4667', '3993', '4157', '8363', 'M', '4681', 'O', 'e', 'K', '8919', '4265', '6485', '7777', 'y', 'H', 'X', 'z', '8277', 'U', '6851', '4647', '1229', 'p', 't', '3939', 'I', '6241', 'j', '6741', '2531', 'j', '1337', 'B', '7859', 'W', '5145', '5019', 'b']", "output": "4667, 4265, 4647, j", "category": "Program Execution 638.json" }, { "instruction": "In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.", "input": "3, ['o', '2705', 'v', 'P', '4225', '831', 'W', 'k', '7527', '6761', 'W', 'n', '7551', '8205', '7055', '6039']", "output": "o, P, W, 6761, 7551, 6039", "category": "Program Execution 638.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "IBM en CSC werken aan Europa's snelste computer", "output": "N Conj N V Prep N Adj N", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Medivision plant overname", "output": "N N N", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Wat een zinneke is ?", "output": "Pron Art Adj V Punc", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Vervolgens had de jury , onder voorzitterschap van b0b Van Reeth , de vijf bovengenoemde ontwerpers uitgenodigd om met elkaar in competitie te gaan .", "output": "Adv V Art N Punc Prep N Prep N Prep N Punc Art Num Adj N V Conj Prep Pron Prep N Prep V Punc", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Burgemeester van Poperinge weigert in bouwput gevonden voorwerpen nader te laten onderzoeken", "output": "N Prep N V Prep N V N Adj Prep V V", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Ze lijkt me veeleer op maat gesneden van Delecluses komische talent .", "output": "Pron V Pron Adv Prep N V Prep N N N Punc", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Ok\u00c3\u0192\u00c2\u00a9 , het weegt allemaal niet zo zwaar , maar als zomers alternatief voor De Laatste Show is het daarom niet lichtvoetiger .", "output": "N Punc Art V Pron Adv Adv Adj Punc Conj Conj N N Prep N Adj N V Pron Adv Adv Adj Punc", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Toen ik De Boer bij zijn eerste zijn aanloop zag nemen , besefte ik : ze hebben er niet eens in gebladerd ! '", "output": "Conj Pron Art N Prep Pron Num Pron N V V Punc V Pron Punc Pron V Adv Adv Adv Prep Num Punc Punc", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the part-of-speech tag for each word and punctuation in the question. Here is the list of part-of-speech tags used in this task: Adj: Adjective, Adv: Adverb, Art: Article, Conj: Conjunction, Int: Interjection, N: Noun, V: Verb, Num: Number, Misc: Miscellaneous, Pron: Pronoun, Prep: Preposition, Punc: Punctuation.", "input": "Maar tot dusver is dat niet het geval , \" aldus Gminder .", "output": "Conj Prep Adv V Pron Adv Art N Punc Punc Adv N Punc", "category": "Pos Tagging 639.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Sarah was traveling on vacation. \n Sentence 3: She had lost her smartphone the night previously \n Sentence 4: She bought a tourist map at a store nearby \n Sentence 5: She used it to navigate to her hotel successfully \n Option 1: She was lost and did not know how to get back to her hotel. \n Option 2: She managed to go back to her hotel.", "output": "Option 1", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Elle and Ed were on a road trip. \n Sentence 3: He scrutinized the map helplessly \n Sentence 4: Then Elle took it and turned it over \n Sentence 5: She was able to find their way back to the main road! \n Option 1: Ed was lost on a small tertiary road. \n Option 2: Elle was lost on a small road.", "output": "Option 1", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Molly had never been on a plane before. \n Sentence 3: She had never been outside of the US before \n Sentence 4: She landed in the Caribbean, basking in the beauty \n Sentence 5: It was so pretty here and she knew she was going to have a good time \n Option 1: Here she was though, ready to board for her vacation. \n Option 2: Here she was taking a cruise instead of a plane flight.", "output": "Option 1", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Tom loved to go fishing on the lake with his dad. \n Sentence 3: Tom decided to fishing by himself instead \n Sentence 4: Tom saw a gigantic fish at the lake, but failed to catch it \n Sentence 5: He told his dad that night, who promised he would help next time \n Option 1: On Friday, Tom's dad cancelled a meeting so he could go fishing with Tom. \n Option 2: On Friday, Tom's dad had a meeting and couldn't go fishing with Tom.", "output": "Option 2", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Jenny and her sisters were happy it was Easter. \n Sentence 3: The whole family went into the yard to hunt for Easter eggs \n Sentence 4: They spent most of the morning finding eggs \n Sentence 5: The entire family had a great time that Easter day \n Option 1: They made reservations for a holiday buffet brunch at their hotel. \n Option 2: They had already eaten all of their candy.", "output": "Option 2", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Sam has a big test in the morning. \n Sentence 3: He went into class the next day and slept through the test \n Sentence 4: Sam failed the test \n Sentence 5: He vowed to never sleep through the test again \n Option 1: He got plenty of rest the night before. \n Option 2: He got extremely stressed so he stayed up all night.", "output": "Option 2", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Missy wanted to change her hair color. \n Sentence 3: Missy looked at lots of pictures of hair in magazines \n Sentence 4: She decided to try a vibrant purple dye \n Sentence 5: Missy loved the color and her new look! \n Option 1: She decided to dye her hair red. \n Option 2: She wasn't sure which color she should switch to.", "output": "Option 2", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Catherine was camping with her friends. \n Sentence 3: It was getting late and everyone was hungry and cold \n Sentence 4: Finally, she managed to catch a spark \n Sentence 5: Her friends were all grateful for the warmth \n Option 1: She was trying to light a fire but the wind was impeding her efforts. \n Option 2: She was trying to light a fire and the wind was helping her efforts.", "output": "Option 1", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Option 2'. The incorrect option will change the subsequent storyline, so that at least one of the three subsequent sentences is no longer consistent with the story.", "input": "Sentence 1: Annie fell in love with a book she borrowed from the library. \n Sentence 3: Annie told the librarian the book was lost \n Sentence 4: The librarian said she couldn't borrow another book, then \n Sentence 5: Annie went home and put the book in her bag to return it \n Option 1: She asked the librarian whether she could buy the book. \n Option 2: She hid the book in her room.", "output": "Option 2", "category": "Coherence Classification 64.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "Kristensen ( Den ) z.t. -- ...", "output": "Kristensen: B-PER, Den: B-LOC", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "Ze spreekt daarom ook graag over de ' alternatieve wereld ' , want de zingevingszoekers concentreren zich voornamelijk rond allerlei alternatieve cursussen .", "output": "None", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "Er waren nog enkele wedstrijden voor de Wereldbeker nodig alvorens de d\u00c3\u0192\u00c6\u2019\u00c3\u201a\u00c2\u00a8clic zich aankondigde .", "output": "Wereldbeker: B-MISC", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "Controle ter plaatse , om te kijken of het geld gebruikt werd waarvoor het bestemd was , deed de NMKN niet .", "output": "NMKN: B-ORG", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "WHAT'S LOVE GOT TO DO WITH IT", "output": "WHAT'S: B-MISC, LOVE: I-MISC, GOT: I-MISC, TO: I-MISC, DO: I-MISC, WITH: I-MISC, IT: I-MISC", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "\" We willen zowel langs de financi\u00c3\u0192\u00c6\u2019\u00c3\u201a\u00c2\u00able kant als op het vlak van uitgeven , media en internet uitbreiden . \"", "output": "None", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "Erop terugkijkend noemt hij de dioxinecrisis , waarin hij met Pinxten deelde in de verdenking de zaak te hebben stilgehouden , \" interessant \" .", "output": "Pinxten: B-PER", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "Tijdens dagen met hoge ozonpieken worden de bevolkingsgroepen die risico lopen gevraagd binnen te blijven , tot het ' gevaar ' geweken is .", "output": "None", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'.", "input": "De Bel 20-index is vrijdag met 49,70 punten of 1,71 procent gestegen tot 2.953,28 .", "output": "Bel: B-MISC, 20-index: I-MISC", "category": "Named Entity Recognition 640.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "De Kunstberg Radio 3 16.45", "output": "None", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "Volledig akkoord en daarom des te schandelijker dat men nu de mensen die zonder enige financi\u00c3\u0192\u00c6\u2019\u00c3\u201a\u00c2\u00able compensatie , al vele jaren aan arbeidsherverdeling doen -- en dat in een tijd dat daar vanwege de veel hogere werkloosheid meer nood aan was dan nu -- volledig over het hoofd ziet .", "output": "None", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "Zoals je dat van zo'n grote monovolume mag verwachten , biedt het interieur heel wat mogelijkheden .", "output": "None", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "Voor de minst dure allroad , met de knappe 2,5 liter TDI van 180 pk , moet immers al 1.780.000 frank ( 44.125 euro ) worden neergeteld .", "output": "None", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "Strupar : ' Bij mij moeten twee kansen een goal opleveren , ik weet niet of ik nu al zo scherp voor doel sta \"", "output": "Strupar: B-PER", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "Maar dat Belgi\u00c3\u0192\u00c6\u2019\u00c3\u201a\u00c2\u00ab ook beslist heeft om een totaal verbod op kadavers in dierenvoeder af te kondigen , gaat voor de commissie te ver .", "output": "None", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "De Belgische regering neemt volgens minister van Buitenlandse Zaken Louis Michel ( PRL ) \" een afwachtende houding aan \" .", "output": "Louis: B-PER, Michel: I-PER", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "Niets van waarde gaat verloren .", "output": "None", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'.", "input": "Verder komen we nog maar eens onder de indruk van het vakmanschap van de organisatoren , die een logisch roadbook hebben opgesteld , de rally Ca\u00c3\u0192\u00c6\u2019\u00c3\u201a\u00c2\u00afro-Dakar waardig .", "output": "None", "category": "Named Entity Recognition 641.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "De kinderen werden 's nachts even vaak en even lang wakker .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "De zelfstandigen werden al bediend met 1,5 miljard frank , maar de sociale uitkeringstrekkers als invaliden , gehandicapten en werklozen in financi\u00c3\u0192\u00c6\u2019\u00c3\u201a\u00c2\u00able nood krijgen niets en lopen een steeds grotere achterstand op .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "\" Om feest te vieren heb je geld nodig , om een biertje te kunnen kopen , een warme maaltijd te kunnen eten .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "Ik vrees het ergste .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "Er moeten duizend mensen weg bij Baan .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "Grote onrust zelfs .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "Vervolgens komen we terecht op een heuvelachtig terrein met vele zandstroken .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "In hun klassieker In Search Of Excellence , leggen Peters & Waterman uit waarom zoveel rationeel geleide Amerikaanse bedrijven het moesten afleggen tegen de Japanners of ogenschijnlijke chaoten zoals 3M .", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then return 'None'.", "input": "Peter-Jan Bogaert / Patrick Martens", "output": "None", "category": "Named Entity Recognition 642.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "William entered the basement. Jayden entered the basement. The persimmon is in the blue_crate. Phone rang. Jayden exited the basement. Phone rang. William moved the persimmon to the red_bottle. William exited the basement. Jayden entered the basement. William entered the playroom. Amelia entered the playroom. The carrot is in the green_basket. Amelia exited the playroom. William moved the carrot to the red_drawer. William exited the playroom. Amelia entered the playroom. Jayden entered the porch. William entered the porch. The spinach is in the green_bottle. William exited the porch. Jayden moved the spinach to the blue_pantry. Jayden exited the porch. Phone rang. William entered the porch. Amelia entered the porch. Jayden entered the porch. The spinach is in the blue_pantry. Jayden exited the porch. Amelia moved the spinach to the green_bottle. Amelia exited the porch. Jayden entered the porch. Where will Jayden look for the spinach?", "output": "green_bottle", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Jacob entered the basement. Liam entered the basement. The watermelon is in the red_bucket. Jacob moved the watermelon to the green_drawer. Phone rang. Olivia entered the garage. Liam entered the garage. The grapefruit is in the blue_cupboard. Phone rang. Olivia moved the grapefruit to the blue_suitcase. Liam is in the garage. Jacob entered the garage. The grapefruit is in the blue_suitcase. Phone rang. Liam moved the grapefruit to the blue_cupboard. Evelyn entered the front_yard. Phone rang. Olivia entered the front_yard. The peach is in the red_cupboard. Evelyn moved the peach to the red_treasure_chest. Where does Evelyn think that Olivia searches for the peach?", "output": "red_treasure_chest", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Owen entered the back_yard. Phone rang. Mason entered the back_yard. The pear is in the blue_box. Owen moved the pear to the blue_treasure_chest. William entered the front_yard. Mason entered the front_yard. The strawberry is in the green_box. William moved the strawberry to the red_suitcase. William entered the back_yard. Amelia entered the back_yard. The celery is in the blue_treasure_chest. William moved the celery to the blue_box. Mason entered the crawlspace. Owen entered the crawlspace. Phone rang. The turnip is in the red_drawer. Mason moved the turnip to the green_crate. Where will Owen look for the turnip?", "output": "green_crate", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Jackson entered the bathroom. Abigail entered the bathroom. The grapes is in the red_pantry. Abigail exited the bathroom. Phone rang. Jackson moved the grapes to the green_treasure_chest. Jackson entered the kitchen. James entered the kitchen. The grapefruit is in the blue_bathtub. James exited the kitchen. Jackson moved the grapefruit to the red_drawer. James entered the TV_room. Jackson entered the TV_room. The lime is in the blue_envelope. Jackson exited the TV_room. James moved the lime to the green_drawer. Jackson entered the TV_room. Avery entered the TV_room. The lime is in the green_drawer. Avery exited the TV_room. Phone rang. Jackson moved the lime to the blue_envelope. Where is the lime really?", "output": "blue_envelope", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Isabella entered the attic. Mason entered the attic. The eggplant is in the blue_box. Mason exited the attic. Isabella moved the eggplant to the green_box. Isabella exited the attic. Phone rang. Mason entered the attic. Alexander entered the attic. Mason is in the attic. The eggplant is in the green_box. Mason exited the attic. Alexander moved the eggplant to the blue_box. Alexander exited the attic. Mason entered the attic. Mason entered the workshop. Olivia entered the workshop. The green_pepper is in the green_pantry. Olivia exited the workshop. Phone rang. Mason moved the green_pepper to the green_treasure_chest. Mason exited the workshop. Phone rang. Olivia entered the workshop. Alexander entered the attic. Isabella entered the attic. The eggplant is in the blue_box. Isabella exited the attic. Alexander moved the eggplant to the green_box. Alexander exited the attic. Isabella entered the attic. Where was the eggplant at the beginning?", "output": "blue_box", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Oliver entered the living_room. Logan entered the living_room. Phone rang. The onion is in the red_treasure_chest. Oliver moved the onion to the green_pantry. Phone rang. Logan entered the bedroom. Benjamin entered the bedroom. The watermelon is in the green_bottle. Logan moved the watermelon to the blue_treasure_chest. Logan entered the front_yard. Sophia entered the front_yard. Phone rang. The pineapple is in the green_bucket. Logan moved the pineapple to the red_envelope. Benjamin is in the bedroom. Sophia entered the bedroom. The beans is in the blue_treasure_chest. Benjamin moved the beans to the green_bottle. Where is the beans really?", "output": "green_bottle", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Olivia entered the hallway. Jack entered the hallway. The watermelon is in the red_box. Phone rang. Jack exited the hallway. Olivia moved the watermelon to the green_crate. Phone rang. Olivia exited the hallway. Jack entered the hallway. Lucas entered the kitchen. Olivia entered the kitchen. The tomato is in the green_bottle. Olivia exited the kitchen. Lucas moved the tomato to the red_treasure_chest. Lucas exited the kitchen. Olivia entered the kitchen. Olivia entered the pantry. Lucas entered the pantry. The spinach is in the blue_suitcase. Lucas exited the pantry. Olivia moved the spinach to the red_suitcase. Olivia exited the pantry. Lucas entered the pantry. Phone rang. Ella entered the hallway. Olivia entered the hallway. The persimmon is in the green_crate. Olivia exited the hallway. Ella moved the persimmon to the red_box. Ella exited the hallway. Olivia entered the hallway. Phone rang. Where does Ella think that Olivia searches for the persimmon?", "output": "green_crate", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Jacob entered the master_bedroom. Aiden entered the master_bedroom. The pear is in the red_crate. Aiden exited the master_bedroom. Jacob moved the pear to the green_cupboard. Jacob exited the master_bedroom. Aiden entered the master_bedroom. Jacob entered the cellar. Isabella entered the cellar. Phone rang. The strawberry is in the red_suitcase. Isabella exited the cellar. Jacob moved the strawberry to the green_crate. Jacob exited the cellar. Phone rang. Isabella entered the cellar. Mia entered the garage. Jacob entered the garage. The spinach is in the blue_envelope. Jacob exited the garage. Mia moved the spinach to the red_envelope. Mia exited the garage. Jacob entered the garage. Jacob entered the cellar. Isabella is in the cellar. The strawberry is in the green_crate. Isabella exited the cellar. Jacob moved the strawberry to the red_suitcase. Jacob exited the cellar. Isabella entered the cellar. Where will Isabella look for the strawberry?", "output": "red_suitcase", "category": "Question Answering 645.json" }, { "instruction": "Given a story, answer the question about the story. The question is the last sentence in the input. These stories can be difficult due to their length and how each story has at least one of the three following scenarios: the first is when the individual's belief matches reality, the second is when the individual's belief does not match reality, and the third is when an individual has a false belief about another individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Note that there are distractor sentences in each story that are unrelated to the question and are designed to confuse the reader.", "input": "Oliver entered the patio. Mason entered the patio. The broccoli is in the blue_crate. Mason exited the patio. Oliver moved the broccoli to the blue_suitcase. Jayden entered the workshop. Mason entered the workshop. The tomato is in the red_pantry. Mason exited the workshop. Jayden moved the tomato to the green_basket. Jack entered the bedroom. Mason entered the bedroom. The apple is in the green_crate. Mason exited the bedroom. Jack moved the apple to the blue_cupboard. Mason entered the workshop. Jayden is in the workshop. The tomato is in the green_basket. Jayden exited the workshop. Mason moved the tomato to the red_pantry. Phone rang. Where will Jayden look for the tomato?", "output": "green_basket", "category": "Question Answering 645.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "4, 6, ['J', '3595', 'd', '1331', 'k', '3857', '3671', 'Y', 'P', '8781', 'p', 'w', '1527', 'e', '4125', 'e', '861', 'h', '2947', 'l', '3589', '6237', 'h', '4271', '4661', 'H', 'i', 'C']", "output": "1331, 8781, e, 6237, C", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "1, 6, ['5607', 'o', 'c', 'q', '8369', '8113', 'x', 'D', '3073', '2053', 'H', '907', 'w']", "output": "5607, x, w", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "1, 2, ['X', '313', '3407', '2361', '1799', 'l', 'x', 'T', '3001', '4721', '2731', '8261', '7831', '1067', '9605', 'G', '5841', 'S', 'X', 'E', '8807', '1273', 'o', 'o', '4205', 'g']", "output": "X, 3407, 1799, x, 3001, 2731, 7831, 9605, 5841, X, 8807, o, 4205", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "1, 1, ['c', '1037', 'l']", "output": "c, 1037, l", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "2, 3, ['3957', '3459', '8265', 'L', 'w', 'A', '8803', '9171', 'l', 'B', '3177', '5253', '6411', 'p', 'e', 'K', 'O', 'L', 'z', 'L', '9769', '677', 't', '4601', '1049']", "output": "3459, w, 9171, 3177, p, O, L, t", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "2, 1, ['1671', 'u', '5693', 'E', 'i', 'd', '3365', '547', '2667', '6493', 'V', '2217', '1065', 'p', '2065']", "output": "u, 5693, E, i, d, 3365, 547, 2667, 6493, V, 2217, 1065, p, 2065", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "2, 4, ['6455', '3325', '1595', '8519', '5323', '7931', '4731', '7011', 'C', 'c', '3025']", "output": "3325, 7931, c", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "1, 2, ['2421', 'W', '1893', 'Y', 'v', '451']", "output": "2421, 1893, v", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.", "input": "2, 4, ['8777', '677', 'A', '185', '9957', 'U', 'J', 'W', 'R', 'H', '3535', '1647', '1539', '8969', 'E', 'D', '1651', '7125', '4977', 'w', 'p']", "output": "677, U, H, 8969, 7125", "category": "Program Execution 646.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: The love canal tragedy was an infamous example of industrial waste dumping. Sentence 2: Love Canal was a 15 acre neighboorhood and a former toxic waste dump.", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: K2 is the second highest mountain in the world, at over 28,000 feet. Sentence 2: And Mortenson, 43, who went off in 1992 to climb 28,250-foot K2, the world's second-highest peak, came back committed to bettering lives of the Balti people who served as porters on his climb.", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: Certain characteristics are frequently inherited together because of linkage. Sentence 2: Linkage The tendency for certain genes to be inherited together due to their physical proximity on the chromosome.", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: Sunlight is the leading cause of skin cancer. Sentence 2: Causes of Skin Cancer Excessive exposure to sunlight is the single most important factor associated with skin cancers on the face, eyelids, and arms.", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: Wood burning is an example of a different substance being formed. Sentence 2: Burning of wood is a chemical change as new substances which cannot be changed back (e.g. carbon dioxide, water vapor) are formed.", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: Thermoregulation is the process when animals maintain an internal temperature. Sentence 2: Thermoregulation is a finely controlled process that maintains the body's core temperature in the range in which most biochemical processes work best (99 to 99.6 F) (Worfolk, 1997) .", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: The cell expels waste and other particles through a process called exocytosis. Sentence 2: Exocytosis, fertilization of an egg by sperm and transport of waste products to the lysozome are a few of the many eukaryotic processes that rely on some form of fusion.", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: Instantaneous velocity is defined as the velocity of the object at a given moment. Sentence 2: We define average and instantaneous velocity, average and instantaneous acceleration.", "output": "neutral", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given two statements. The task is to output whether a given textual premise, i.e. Statement 2, entails or implies a given scientific fact, i.e. Statement 1. The output should be 'entails' if Statement 2 supports Statement 1 and should be 'neutral' otherwise.", "input": "Sentence 1: Sporozoites are the cells caused that parasites spread through their host. Sentence 2: Typically, a host is infected via an active invasion by the parasites (similar to entosis), which divide to produce sporozoites that enter its cells.", "output": "entails", "category": "Textual Entailment 649.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: Angela had a horse lunchbox that she loved. \n Sentence 3: She brought it to school with pride \n Sentence 4: Many of her classmates complimented her cool lunchbox \n Sentence 5: Angela never wanted to let go of it \n Given Sentence 2: It was getting so long and flowy.", "output": "No", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: Jan bothered her parents for a pet. \n Sentence 3: She picked out a new pet \n Sentence 4: She chose to get a snake \n Sentence 5: Jan loved her snake very much \n Given Sentence 2: He usually forgot something important every day.", "output": "No", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: Jose loves to play video games with his older brother. \n Sentence 3: Jose's favorite game is Madden for the X-Box \n Sentence 4: One day though Jose lost a game to his older brother at Madden \n Sentence 5: Now Jose needs to find a new favorite game \n Given Sentence 2: They play sports games a lot and it gets competitive.", "output": "Yes", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: Sam was so excited about getting the newest phone. \n Sentence 3: Other people had the same idea \n Sentence 4: Sam had to wait in line for hours \n Sentence 5: When it was finally his turn, the phone was sold out \n Given Sentence 2: She wants to end it.", "output": "No", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: In May 1984, Philadelphia police had a standoff in West Philadelphia. \n Sentence 3: MOVE had barricaded themselves in a home on 62nd and Osage Avenue \n Sentence 4: Shortly after 6:30 pm, the mayor ordered a bomb dropped on the house \n Sentence 5: Their house and an entire city block of houses burned to the ground \n Given Sentence 2: She would have guests talking about current affairs.", "output": "No", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: Justine was the most talented student in her class. \n Sentence 3: But as she was a pushover, she didn't have limits \n Sentence 4: And she was exploited by most to do their homework \n Sentence 5: She had to call in sick to finally be free of all the demands on her \n Given Sentence 2: Jan was inexperienced and afraid that she would mess up.", "output": "No", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: My dad is visiting town this week. \n Sentence 3: I spend 3 hours yesterday shopping and preparing for it \n Sentence 4: I got a call last night my Aunt collapsed and flatlined \n Sentence 5: He ended up having to leave early to go be with her family \n Given Sentence 2: She was nervous about it though.", "output": "No", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: Billy went home from school to play video games. \n Sentence 3: He was in the middle of the most amazing game he had ever played \n Sentence 4: His computer died \n Sentence 5: He gave up and did his homework instead \n Given Sentence 2: He turned on his computer.", "output": "Yes", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by \"Yes\" if it connects, otherwise \"No\". Do not generate anything else apart from \"Yes\" or \"No\". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story.", "input": "Sentence 1: Stewart knew his bedtime was at nine. \n Sentence 3: He tried to stay up \n Sentence 4: His parents found out and he got in trouble \n Sentence 5: Now his bedtime is at eight \n Given Sentence 2: She got dressed and made a list.", "output": "No", "category": "Coherence Classification 65.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'A man standing in a living room holding a Nintendo Wii game controller'. Count the number of verbs in this sentence.", "output": "2", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'A BOY ON THE LAWN AT A CAMP GROUND FLYING A KITE'. Count the number of verbs in this sentence.", "output": "0", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'The pasta dish has several vegetables mixed in it'. Count the number of nouns in this sentence.", "output": "3", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'A jockey sitting on a horse while several kids reach up to pet it'. Count the number of verbs in this sentence.", "output": "3", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'A person on a skateboard reads while riding'. Count the number of verbs in this sentence.", "output": "2", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'A tennis player has just attempted to hit the ball'. Count the number of verbs in this sentence.", "output": "2", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'an image of a train going down the railroad track'. Count the number of nouns in this sentence.", "output": "4", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'Discarded teddy bear peeks out of garbage bag'. Count the number of nouns in this sentence.", "output": "4", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you need to count the number of nouns/verbs in the given sentence.", "input": "Sentence: 'A person standing on a white square playing a video game'. Count the number of verbs in this sentence.", "output": "2", "category": "Pos Tagging 655.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Don is having chronic pain in his side. Ending: Don quits his job and cherishes every day that he has left.", "output": "Don goes to the doctor and finds its cancer., Don goes to the doctor and finds out he has a terminal illness., Don is diagnosed with terminal cancer., Don realized the pain was caused by stress from his job., The doctor diagnoses him with a terminal illness.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Jarvis woke up early on Sunday because of noisy birds near his window. Ending: As he lay in bed, he felt angry at the loud birds.", "output": "He had missed some sleep the night before as well., Jarvis could not go back to sleep., Jarvis tried to go back to sleep, but the birds would not stop., Jarvis stared at the birds angrily.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Beth was suspended from school for fighting. Ending: Beth sat in the room for 2 days bored.", "output": "Beth had to stay in her room with no TV., Beth's parents grounded her to her room., Beth's parents grounded her., beth was sent to detention.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: I moved the razor over my face. Ending: Five more swipe made my face smooth.", "output": "A strip of beard hair fell into the sink., I managed not to cut myself., The razor was not getting the hair off enough., The hair would not budge., The razor shaved off my whiskers efficiently.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: I took broken crayons and made a bust with them. Ending: I think some people fail to see the beauty in my creation.", "output": "I made a collage with the broken crayons., it came out so beautiful., No one liked my creation., i took my creation to the art exhibit.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: I was oiling my son's baseball glove. Ending: We passed the display case where that bat used to be.", "output": "My son had a collectible bat but we sold it for the glove., Thats when I noticed the bat in the corner by itself., There is a display case with a bat that is in the hallway., We visited the museum that had his bat as well.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: It was my freshman year of college. Ending: I'm still not sure to this day how he got me!", "output": "I met my future husband on my first day., I had found the love of my life in English class., I met a really fun guy one day., I wasn't looking for a relationship.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Edna started a garden in her backyard. Ending: Edna discovered that lizards were eating her plants!", "output": "Edna was missing some plants., Edna wondered why her plants were dying., Edna's garden started to look thinned out., Edna's plants kept dying.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the middle sentence, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: I prepared my equipment in order to exercise. Ending: He picked me up and gave me a cup of water.", "output": "I hurt myself but my friend was there., I worked out so hard my friend had to help me up., I worked out too hard and fell.", "category": "Story Composition 66.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: There was a computer manufacturer called Asus. Middle: There was a bidding war with another company. Ending: But Asus was able to win and buy out the other company.", "output": "No other companies bid., There was a bidding war with Apple., There was a bidding war with another company they didn't want.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Marcus wants to exercise but he doesn't want to leave the house. Middle: He ordered some weights and exercise equipment online and had them delivered. Ending: Marcus is happy he was able to exercise at home.", "output": "He ordered some weights and exercise equipment online and they never came., He still had not ordered weights and exercise equipment online and to have them delivered., She ordered some weights and exercise equipment online and had them delivered.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Jeremy's mom began to pay him an allowance. Middle: Once he had enough money he wanted to buy something. Ending: His mother took him shopping at his favorite store.", "output": "Once he had enough money he wanted a savings account., Once he had enough money he wanted to go to the bank., Once she had enough money she wanted to buy something.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Katy always liked cats. Middle: Her cat was very playful, and scratched her a lot. Ending: Even with scratches she still tries to play with it.", "output": "Her cat was very playful, and purred a lot., Her cat was very playful, but never scratches her., Her cat wasn't very playful, and didn't scratch her a lot.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Sarah liked a guy named Saul. Middle: Sarah and Saul were immature teens. Ending: Now she likes Nate for she is not a child anymore.", "output": "Sarah and Saul were grown adults., Sarah and Saul were immature adult., Saul also liked Nate.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Tia owned her own bakery. Middle: No one ordered the new cupcake Tia invented. Ending: Tia was disappointed.", "output": "Everyone ordered the new cupcake Tia worked hard to invent., One person ordered the new cupcake Tia invented., When she opened, she didn't have a lot of customers.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Recently, I became very unhappy with my job. Middle: I applied for a new job. Ending: I went to the interview and was happy to get the job.", "output": "I applied for a new life., I applied for a new promotion., I forgot about applying for a new job.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Cara liked girl things like dolls and dancing. Middle: Cara couldn't get girl things but got boy things. Ending: But other kids told her she looked cool!", "output": "cara got boy things.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you're shown a three-part story, with a beginning, middle, and ending. Your job is to slightly modify the middle part, so that the whole story becomes unlikely, improbable, or inconsistent. Generated sentences must minimally alter the given middle, with at most 4 new words added/existing words removed. Your sentence should be grammatically and syntactically correct. Also stick to the context of the given story. For example, if the story talks about \"doctors\", you can talk about \"health\" or \"diagnosis\", but don't mention \"aliens\". Avoid introducing any extra/irrelevant information, and use names instead of pronouns (e.g. he / she) wherever possible. Avoid simply negating the original middle, for example: \"She likes cakes.\" is changed to \"She doesn't like cakes.\"", "input": "Beginning: Lisa was planning on eating leftovers for lunch. Middle: She tasted the food and it was gross. Ending: She reluctantly threw the food out.", "output": "She tasted the food and it was delicious., She tasted the food and it was great., The food tasted great and she was happy with the quality of the leftovers.", "category": "Story Composition 67.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'there is pen and paper with a wineglass'. Count the number of consonants in the given sentence.", "output": "20", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'group of horses and their riders traveling through a path in forest'. Count the number of vowels in the given sentence.", "output": "20", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'a living room with beige furniture set and persian rug'. Count the number of vowels in the given sentence.", "output": "19", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'person holding an umbrella and pointing towards a river'. Count the number of vowels in the given sentence.", "output": "17", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'a pepperoni and olive pizza on a plate'. Count the number of consonants in the given sentence.", "output": "16", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'giraffe in a zoo standing and eating leaves on a tree'. Count the number of vowels in the given sentence.", "output": "20", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'a room has a table and chairs and a couch in it'. Count the number of consonants in the given sentence.", "output": "20", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'small dog hanging out the window of a car'. Count the number of vowels in the given sentence.", "output": "12", "category": "Program Execution 675.json" }, { "instruction": "In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence.", "input": "Sentence: 'an empty bathroom with a toilet, paper dispenser and trash can'. Count the number of consonants in the given sentence.", "output": "33", "category": "Program Execution 675.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Rita and Katie were looking for the moon. Middle 1: Clouds were blocking Rita and Katie's view. Middle 2: Clouds were clear from blocking Rita and Katie's view. Ending: They went inside before they saw the moon.", "output": "1", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Erica was going to prom with the boy of her dreams. Middle 1: Erica's bun fell out of her hair. Middle 2: Erica's bun fell out of the toaster. Ending: Erica's friend rushed over and fixed her hair, saving the day.", "output": "1", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Manny asked Carrie to cosign a loan for him to buy a trumpet. Middle 1: Manny lost all of his money at the casino the next day. Middle 2: Manny won a lot of money at the casino the next day. Ending: Now Carrie is in legal trouble because she owes money for the trumpet.", "output": "1", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Max spent the day raking leaves. Middle 1: The wind died down and the leaves flew away. Middle 2: The wind picked up at night and blew the leaves all over. Ending: Max spent the next day raking the leaves all over again.", "output": "2", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Linda was always fond of ocean life. Middle 1: Linda took an course about ocean life. Middle 2: Linda took a course about dogs. Ending: She was so happy she took the class.", "output": "1", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Lori is very lonely. Middle 1: Lori got a boyfriend today, though. Middle 2: Lori broke up with a boyfriend today. Ending: Lori is not lonely anymore.", "output": "1", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Francis loved his puppy, and they played together every day. Middle 1: The puppy hated Francis. Middle 2: The puppy also loved francis same feeling. Ending: The dog then learned so many tricks that he could now amaze anyone.", "output": "2", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: We had only Italian style pizzas in Boston in the sixties. Middle 1: We went back to Boston in the twenty-first non-centurial. Middle 2: We went back to Boston in the twenty-first century. Ending: Most of the shops are now gone.", "output": "2", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing \"1\" or \"2\" in the output. If both sentences are plausible, pick the one that makes most sense.", "input": "Beginning: Gina's friend had upset her. Middle 1: Gina's friend was calling her names. Middle 2: Gina's friend was being very nice to her. Ending: Gina ignored her, and went to her desk.", "output": "1", "category": "Coherence Classification 68.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Igor was thirsty. Middle 1: His thermos was completely empty. Middle 2: His thermos was completely shattered inside. Ending: He filled it with water from the sink and drank that.", "output": "2", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Ellen was drunk at the bar one night. Middle 1: Ellen drove home although she was sober. Middle 2: Ellen drove home although she was drunk. Ending: Ellen was arrested for drunk driving.", "output": "1", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Kate has to visit the hospital to see her husband. Middle 1: Kate was very sad her husband was going to be ok. Middle 2: Kate was very thankful her husband was going to be ok. Ending: Kate now realizes how important her husband is to her.", "output": "1", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Agatha lived surrounded by dolls. Middle 1: Pat came over one day, but made fun of Agatha's dolls. Middle 2: Pat came over one day and played with Agatha's dolls. Ending: Agatha decided never to invite Pat back to play.", "output": "2", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Holly wanted so much to become a famous poet. Middle 1: Holly influenced Dee to love literature. Middle 2: Holly influenced Dee to hate literature. Ending: After graduation, Dee left Matt for a novelist.", "output": "2", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Jackie was admitted into the hospital today. Middle 1: Jackie never knew she was very ill. Middle 2: Jackie found out she was very ill. Ending: Jackie was very depressed.", "output": "1", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Tom was sent to prison without warning. Middle 1: Tom had been hiding the fact that he killed someone. Middle 2: Tom called his advocate to sue the government. Ending: Tom gets over a million from the government for it", "output": "1", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: Michelle loved to watch anime. Middle 1: She had so much to do before she would get the chance to sit down and watch it. Middle 2: She had so much to do before she would get the chance to sit down and sell it. Ending: She was finally able to relax and watch anime.", "output": "2", "category": "Coherence Classification 69.json" }, { "instruction": "In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.", "input": "Beginning: John carried a bag of birdseed to the backyard. Middle 1: John poured some of the seed onto a raised platform. Middle 2: John poured some of the seed into a closed container. Ending: John sat quietly to see if the birds would come to eat the seed.", "output": "2", "category": "Coherence Classification 69.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX opens PersonX's ___ wide", "output": "shocked", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX is still valid ___", "output": "validated", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX produces PersonY reaction", "output": "excited", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX plays basketball with PersonX's friends after school", "output": "unathletic", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX gets a ___ together", "output": "commanding", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX brings ___ to the eyes", "output": "proud", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX views the ___ in terms", "output": "aware", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX gives PersonY a piece of PersonX's mind", "output": "relieved", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.", "input": "PersonX serves PersonX's country", "output": "proud.", "category": "Misc. 692.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX takes PersonX's first plane ride", "output": "they need to go somewhere", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX enrols ___ at PersonY institution", "output": "to register with a body", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX wants to propose to PersonX's girlfriend", "output": "to get married", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX helps PersonY's team", "output": "to complete a task", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX can n't find PersonY's phone", "output": "to return the phone to persony.", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX wears out PersonX's welcome", "output": "to stay longer than he should.", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX holds the ___ in check", "output": "to fix someone", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX finally got home", "output": "to go home", "category": "Misc. 693.json" }, { "instruction": "The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action.", "input": "PersonX finds PersonY's ___ back", "output": "persony to return safely", "category": "Misc. 693.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: xname on the riverside, has a 5 out of 5 rating for Italian Food ; Categories: location, cuisine, rating", "output": "location[riverside], cuisine[Italian], rating[5 out of 5]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: xname is a restaurant that has Italian food. ; Categories: eattype, familyFriendly, cuisine", "output": "eattype[restaurant], familyFriendly[yes], cuisine[Italian]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: xname is the best place because it is a Mexican restaurant with acceptable decor and rude service. xname is in Midtown. ; Categories: location, service, recommend", "output": "location[Midtown], service[bad], recommend[yes]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: If you're looking for pub grub or Indian food, you could try xname. No you can't take your kids there but the prices are reasonable about \u00a324 for a meal. You'll find it near to xnear. ; Categories: price, cuisine, eattype", "output": "price[moderate], cuisine[Indian], eattype[pub]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: xname is one of my favourite places since it is affordable and an Italian restaurant. It is in Manhattan with decent staff and bad decor. ; Categories: price, location, cuisine", "output": "price[affordable], location[Manhattan], cuisine[Italian]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: xname provides like, rude staff, decent food and pleasant ambiance, but xname is affordable though. It is in Midtown East. It is a New American place. It is the best restaurant. ; Categories: location, price, service", "output": "location[Midtown East], price[affordable], service[bad]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: xname is a moderately priced French restaurant near the xnear in the city centre. It has a customer rating of 1 our of 5 and is not kid friendly. ; Categories: location, cuisine, rating", "output": "location[city centre], cuisine[French], rating[1 out of 5]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: xname is a low priced Indian restaurant that has received a perfect rating. It is not family friendly, and it is located near xnear. ; Categories: price, familyFriendly, cuisine", "output": "price[cheap], familyFriendly[no], cuisine[Indian]", "category": "Information Extraction 694.json" }, { "instruction": "You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece.", "input": "Sentence: It's the best restaurant because xname is in Manhattan with bad staff. It is a Indian place. even if xname is cheap, it offers mediocre decor. ; Categories: service, cuisine, recommend", "output": "service[bad], cuisine[Indian], recommend[yes]", "category": "Information Extraction 694.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], recommend[yes], cuisine[Italian], decor[bad], location[Midtown], price[affordable]", "output": "I would suggest xname because it provides mediocre ambiance, but xname is affordable though. It is an Italian restaurant. it's in Midtown.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], cuisine[English], price[moderate], location[riverside], familyFriendly[no], near[xnear]", "output": "The is a moderately priced restaurant xname in riverside near xnear. It is not a kids friendly restaurant but they serve English food.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], cuisine[Italian], price[\u00a320-25], rating[high], location[city centre], familyFriendly[no], near[xnear]", "output": "xname is an Italian restaurant near the xnear. It has average prices, a high customer rating and is unsuitable for children.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], price[high], rating[3 out of 5], location[riverside], familyFriendly[no]", "output": "xname, a hight price restaurant whit a not that bad rating located in the riverside.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], eattype[coffee shop], cuisine[Japanese], price[moderate], rating[1 out of 5], familyFriendly[no]", "output": "xname is a Japanese coffee shop with a moderate price range that has a customer rating of 1 out of 5 and is not kids friendly.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], recommend[yes], cuisine[Latin American], decor[bad], location[the West Village]", "output": "xname is the best restaurant because it is in the West Village with mediocre decor. xname is a Latin American place.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], recommend[yes], cuisine[Fast Food], decor[bad], qual[bad], location[the West Village], price[affordable]", "output": "Because xname is affordable and a Fast Food restaurant and xname offers bad ambiance with mediocre food. It is in the West Village, xname is the best place.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], recommend[yes], cuisine[Mexican], decor[acceptable], qual[bad], location[TriBeCa/SoHo], price[affordable], service[bad]", "output": "xname is the best place since it is a Mexican restaurant with acceptable ambiance, bland food and bad staff. it's in TriBeCa/SoHo. It is affordable.", "category": "Data to Text 695.json" }, { "instruction": "The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided.", "input": "name[xname], recommend[yes], cuisine[Italian], decor[bad], qual[bad], location[the Upper West Side], price[affordable], service[bad]", "output": "xname is the best restaurant since xname has bland food, it offers rude service and it provides mediocre ambiance. xname is in the Upper West Side. it's an Italian place. It is affordable.", "category": "Data to Text 695.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "I'm unable to find whether Johnny's Ristorante Italiano has takeout. You'll have to contact them.", "output": "agent", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "can you arrange with 7:00 PM", "output": "user", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "Good bye", "output": "user", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "Do you know what date labor day is then?", "output": "user", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "I've changed \"flight\" to be at \"Gate B2\".", "output": "agent", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "OK", "output": "user", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "I found one other event with Paul. It's \"Meeting with Paul and Damon Straeter\" on Tuesday the 10th from 9:00 to 9:30 AM.", "output": "agent", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "whats the weather like next week", "output": "user", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follow-up questions on the user's command. Answer with \"User\" or \"Agent\".", "input": "Delete event for family dinner at 6pm today.", "output": "user", "category": "Speaker Identification 696.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a blue red gray and white bus some people and trees', Sentence2: 'a row of parked motor cycles sitting on the side of a street'. Is the frequency of the word 'on' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a batter swings to hit the basebal in the field', Sentence2: 'a heard of elephants with their backs turned'. Is the frequency of the word 'swings' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a simple kitchen with fridge microwave sink and kitchen table set', Sentence2: 'man on surfboard surfing down a large wave'. Is the frequency of the word 'simple' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a child is playing a video bowling game', Sentence2: 'a herd of sheep standing on top of a lush green field'. Is the frequency of the word 'game' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'an elephants foot with what appears to be a sandal on', Sentence2: 'a made up bed with a night stand and lamp'. Is the frequency of the word 'with' in two sentences equal?", "output": "Yes", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a brown bull is standing in his pen and some trees', Sentence2: 'a woman walks her bike past a city bus'. Is the frequency of the word 'a' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a group of small children sitting at a table in front of a pizza', Sentence2: 'an elephants foot with what appears to be a sandal on'. Is the frequency of the word 'pizza' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a baseball player that is standing in the dirt with a bat', Sentence2: 'two zebras fighting in a large grassy land area'. Is the frequency of the word 'a' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.", "input": "Sentence1: 'a herd of sheep grazing on a green hillside', Sentence2: 'a woman in a patterned dress opening a pizza box'. Is the frequency of the word 'grazing' in two sentences equal?", "output": "No", "category": "Program Execution 697.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Franklin D Roosevelt question: what events caused roosevelt to become more of an internationalist?", "output": "['1932 Democratic National Convention']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Cordova question: what is the zip code for cordova tn?", "output": "['99574']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Michelangelo question: where is the sistine chapel by michelangelo?", "output": "['Rome']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Potomac River question: where does the potomac river flow into?", "output": "['Chesapeake Bay']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Cher question: what is cher's son's name?", "output": "['Elijah Blue Allman', 'Chaz Bono']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: United States Senate question: what is the senate responsible for?", "output": "['Legislative assistant']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Giza question: where is pyramids of giza located?", "output": "['Giza Plateau']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Italy question: when did the italian fascists came to power?", "output": "['World War II']", "category": "Question Answering 699.json" }, { "instruction": "Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity.", "input": "concept: Greyton question: where is greyton western cape?", "output": "['Western Cape']", "category": "Question Answering 699.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Margaret spent her weekends at garage sales and swap meets. Middle: Margaret bought items that others thought were worthless.", "output": "One of them turned out to be worth several thousand dollars.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: A homicide detective got a call about a murder. Middle: As he entered the house he was called to, all of his friends jumped out to see him.", "output": "It had all been a ruse to get him to a surprise party.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Chad was scheduled to do a makeup consultation for a bride today. Middle: Chad thought he lost his mirror.", "output": "Chad was relieved that he found the mirror before his client came.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Kate wanted to learn archery. Middle: Kate joined the archery club.", "output": "Eventually, she became the top archer in her club.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Molly's sink was broken. Middle: She saw a lot of mold growing.", "output": "It was so gross that she decided to just throw it out.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Chelsea loves pandas. Middle: Someone broke into Chelsea's house and stole all of her panda collectibles.", "output": "Chelsea was in tears for the rest of the day.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: It was Friday. Middle: Todd smelled his friends delicious lunch from home.", "output": "Todd brought his own food to school from then on.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: Horace loves using his grill and wishes he had more chances to use it. Middle: Horace felt like using it today.", "output": "Horace decides he does not need a special occasion to grill.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the ending, and use names instead of pronouns (e.g. he / she) wherever possible.", "input": "Beginning: I forgot my phone charger at home when I went to school. Middle: I put my phone on airplane mode, unless I needed it.", "output": "Everything turned out okay.", "category": "Story Composition 70.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'a colorfully tiled pizza oven in a restaurant kitchen'. Replace the letter 'l' with 'b' in the sentence.", "output": "a coborfubby tibed pizza oven in a restaurant kitchen", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'a little boy that is sitting down with a sandwich'. Replace the letter 'n' with 'r' in the sentence.", "output": "a little boy that is sittirg dowr with a sardwich", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'a plastic container filled with pink and chocolate sprinkled donuts'. Replace the letter 'n' with 'g' in the sentence.", "output": "a plastic cogtaiger filled with pigk agd chocolate sprigkled doguts", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'a couple of maps and a laptop on a bed'. Replace the letter 'o' with 'v' in the sentence.", "output": "a cvuple vf maps and a laptvp vn a bed", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'a red hair woman holding an open box of pizza'. Replace the letter 'n' with 'l' in the sentence.", "output": "a red hair womal holdilg al opel box of pizza", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'group with papers and table with computer and board'. Replace the letter 'c' with 'x' in the sentence.", "output": "group with papers and table with xomputer and board", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'a street corner has a sign, and across the street is a store'. Replace the letter 'e' with 'l' in the sentence.", "output": "a strllt cornlr has a sign, and across thl strllt is a storl", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'a man in a dress shirt holding a bat over his shoulder'. Replace the letter 'a' with 'f' in the sentence.", "output": "f mfn in f dress shirt holding f bft over his shoulder", "category": "Program Execution 708.json" }, { "instruction": "In this task, you need to replace a letter in the sentence with another given letter.", "input": "Sentence: 'small colorful bedroom with a close up of the computer desk area'. Replace the letter 's' with 'i' in the sentence.", "output": "imall colorful bedroom with a cloie up of the computer deik area", "category": "Program Execution 708.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: I realized that I didn't have any money. Ending: I had to walk to the bank to get cash before I bought a ticket.", "output": "I went to the town fair last July.", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: His friend made a delicious cashew pudding. Ending: Since that day Tom always loved cashews.", "output": "Tom always hated cashews.", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: They ate a lot of delicious food while they were there. Ending: They drove away happy and full.", "output": "The Smith family went to a buffet.", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: Shane bought a lottery ticket and it was a winner. Ending: Shane was amazed, and ran to the store to redeem it.", "output": "Shane had just come home from a gas station.", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: Davie watched the lifeguards helping people. Ending: Davey now knew what summer job he wanted when he was old enough.", "output": "Davie was enjoying a terrific summer day at the beach.", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: Elizabeth had helped organize it with a friend. Ending: The school dance was a hit, and they were both home before twelve!", "output": "Elizabeth was so excited about the school dance tonight!", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: It got out of hand and trampling occured. Ending: Jen browsed the store calmly as the medics aided the other shoppers.", "output": "Jen left early to go stand in line for the big sale.", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: He started figuring out ways to get a job. Ending: Something soon would change, he told himself.", "output": "He had hardly any money left.", "category": "Story Composition 71.json" }, { "instruction": "In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the beginning, and use names (e.g. Jack, Barbara,...) instead of pronouns (e.g. he / she) wherever possible.", "input": "Middle: I fell while trying to replace my lamp on top of the cabinet. Ending: I broke my arm and learned I needed to be more careful with ladders.", "output": "The lamp in my foyer broke.", "category": "Story Composition 71.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "tg editor - January 18, 2017 0 MOST POPULAR", "output": "tg- editor - January 17, 2017 \u0c35\u0c3f\u0c28\u0c3e\u0c2f\u200c\u0c15\u0c4d \u0c35\u0c3f\u0c1c\u0c2f\u0c4b\u0c24\u0c4d\u0c38\u0c35\u0c02", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "Any ideas guys, is it a bug or am i just doing it wrong?", "output": "\u0c0f \u0c06\u0c32\u0c4b\u0c1a\u0c28\u0c32\u0c41 \u0c05\u0c2c\u0c4d\u0c2c\u0c3e\u0c2f\u0c3f\u0c32\u0c41, \u0c05\u0c26\u0c3f \u0c12\u0c15 \u0c2c\u0c17\u0c4d \u0c32\u0c47\u0c26\u0c3e \u0c28\u0c47\u0c28\u0c41 \u0c24\u0c2a\u0c4d\u0c2a\u0c41 \u0c1a\u0c47\u0c2f\u0c21\u0c02 \u0c1a\u0c47\u0c38\u0c4d\u0c24\u0c41\u0c28\u0c4d\u0c28\u0c3e\u0c28\u0c41?", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "Ankara, Turkey \u2014 addresses and reviews about the companies", "output": "Ankara, Turkey \u2014 \u0c1a\u0c3f\u0c30\u0c41\u0c28\u0c3e\u0c2e\u0c3e\u0c32\u0c41 \u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c38\u0c02\u0c38\u0c4d\u0c25\u0c32\u0c41 \u0c17\u0c41\u0c30\u0c3f\u0c02\u0c1a\u0c3f \u0c38\u0c2e\u0c40\u0c15\u0c4d\u0c37\u0c32\u0c41", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "Read More about: Orphek NEW 120W LED Technology", "output": "\u0c17\u0c41\u0c30\u0c3f\u0c02\u0c1a\u0c3f \u0c2e\u0c30\u0c3f\u0c02\u0c24 \u0c1a\u0c26\u0c35\u0c02\u0c21\u0c3f: \u0c13\u0c30\u0c4d\u0c0e\u0c2b\u0c4d\u0c15\u0c4d NEW 120W LED \u0c1f\u0c46\u0c15\u0c4d\u0c28\u0c3e\u0c32\u0c1c\u0c40", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "Heidelberg, Germany", "output": "\u0c39\u0c46\u0c56\u0c21\u0c46\u0c32\u0c4d\u0c2c\u0c30\u0c4d\u0c17\u0c4d, Germany", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "We'd Love To Hear From You!", "output": "\u0c2e\u0c47\u0c2e\u0c41 \u0c2e\u0c40 \u0c28\u0c41\u0c02\u0c21\u0c3f \u0c35\u0c3f\u0c28\u0c21\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c2e\u0c47\u0c2e\u0c41 \u0c07\u0c37\u0c4d\u0c1f\u0c2a\u0c21\u0c24\u0c3e\u0c2e\u0c41!", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "\u2026because they are bored without each other.", "output": "\u2026\u0c35\u0c3e\u0c30\u0c41 \u0c2a\u0c4d\u0c30\u0c24\u0c3f \u0c07\u0c24\u0c30 \u0c32\u0c47\u0c15\u0c41\u0c02\u0c21\u0c3e \u0c35\u0c3f\u0c38\u0c41\u0c17\u0c41 \u0c0e\u0c02\u0c26\u0c41\u0c15\u0c02\u0c1f\u0c47.", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "Duration 00:05:00", "output": "\u0c35\u0c4d\u0c2f\u0c35\u0c27\u0c3f 00:05:00", "category": "Translation 715.json" }, { "instruction": "This task is to translate the English language Input to Telugu Language Output", "input": "About this site - TF24", "output": "\u0c08 \u0c38\u0c46\u0c56\u0c1f\u0c4d \u0c17\u0c41\u0c30\u0c3f\u0c02\u0c1a\u0c3f - TF24", "category": "Translation 715.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c2b\u0c4b\u0c28\u0c4d: 0086-020-36756054", "output": "Phone:0086-020-36756054", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c05\u0c35\u0c41\u0c28\u0c41, \u0c05\u0c35\u0c41\u0c28\u0c41", "output": "Oh yeah, oh yeah", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c2e\u0c30\u0c3f\u0c02\u0c24 \u0c2e\u0c41\u0c16\u0c4d\u0c2f\u0c2e\u0c48\u0c28 \u0c2a\u0c4d\u0c30\u0c2f\u0c4b\u0c1c\u0c28\u0c3e\u0c32\u0c41 \u0c09\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f!", "output": "And there are further significant advantages!", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c38\u0c2c\u0c4d IP,", "output": "Website", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c2a\u0c4d\u0c30\u0c46\u0c56\u0c35\u0c47\u0c1f\u0c4d \u0c1c\u0c46\u0c1f\u0c4d \u0c2a\u0c4d\u0c30\u0c2f\u0c3e\u0c23 \u0c2a\u0c4d\u0c30\u0c24\u0c4d\u0c2f\u0c47\u0c15 \u0c0f\u0c26\u0c4b \u0c09\u0c02\u0c26\u0c3f. \u0c07\u0c26\u0c3f \u0c2a\u0c4d\u0c30\u0c24\u0c4d\u0c2f\u0c47\u0c15\u0c2e\u0c46\u0c56\u0c28. \u0c2e\u0c40\u0c30\u0c41 \u0c38\u0c41\u0c16\u0c3e\u0c32\u0c41 \u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c12\u0c15 \u0c35\u0c3f\u0c2e\u0c3e\u0c28\u0c02 \u0c2e\u0c4a\u0c24\u0c4d\u0c24\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c38\u0c4c\u0c15\u0c30\u0c4d\u0c2f\u0c3e\u0c32\u0c24\u0c4b \u0c06\u0c28\u0c02\u0c26\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f, \u0c05\u0c28\u0c4d\u0c28\u0c3f \u0c2e\u0c40 \u0c26\u0c4d\u0c35\u0c3e\u0c30\u0c3e. \u0c12\u0c15 \u0c38\u0c3f\u0c2c\u0c4d\u0c2c\u0c02\u0c26\u0c3f \u0c2e\u0c4a\u0c24\u0c4d\u0c24\u0c02 \u0c2e\u0c40 \u0c2a\u0c4d\u0c30\u0c2f\u0c3e\u0c23\u0c02 \u0c38\u0c2e\u0c2f\u0c02\u0c32\u0c4b \u0c05\u0c28\u0c4d\u0c28\u0c3f \u0c2e\u0c40 \u0c21\u0c3f\u0c2e\u0c3e\u0c02\u0c21\u0c4d\u0c32\u0c28\u0c41 \u0c24\u0c40\u0c30\u0c4d\u0c1a\u0c47\u0c02\u0c26\u0c41\u0c15\u0c41 \u0c38\u0c3f\u0c26\u0c4d\u0c27\u0c02\u0c17\u0c3e \u0c2e\u0c40 \u0c38\u0c47\u0c35 \u0c35\u0c26\u0c4d\u0c26.", "output": "Private jet travel is something special. It is exclusive. You enjoy the comforts and the amenities of an entire plane, all by yourself. An entire crew is at your service ready to meet all your demands during the course of your journey.", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c06 \u0c0e\u0c2a\u0c4d\u0c2a\u0c41\u0c21\u0c42 \u0c1c\u0c30\u0c17\u0c32\u0c47\u0c26\u0c41.", "output": "That never happened.", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c05\u0c26\u0c3f \u0c0e\u0c32\u0c3e \u0c2a\u0c28\u0c3f \u0c1a\u0c47\u0c38\u0c4d\u0c24\u0c41\u0c02\u0c26\u0c3f", "output": "How it works", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c07\u0c26\u0c3f \u0c0e\u0c32\u0c3e \u0c2a\u0c28\u0c3f \u0c1a\u0c47\u0c38\u0c4d\u0c24\u0c41\u0c02\u0c26\u0c4b \u0c24\u0c46\u0c32\u0c41\u0c38\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f", "output": "Learn how it works", "category": "Translation 716.json" }, { "instruction": "This task is to translate the Telugu Language Input to English Language Output", "input": "\u0c28\u0c35\u0c4d\u0c35\u0c41 \u0c15\u0c3e\u0c26\u0c41 \u0c2a\u0c4d\u0c30\u0c2f\u0c24\u0c4d\u0c28\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f", "output": "try not to laugh", "category": "Translation 716.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "\u201cInnovations only, the first or the best\u201d", "output": "English", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "Commercial Air Cooler Manufacturers and Suppliers _ China Commercial Air Cooler Factory", "output": "English", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "** \u0c28\u0c3f\u0c30\u0c4d\u0c2e\u0c3e\u0c23\u0c02\u0c32\u0c4b \u0c09\u0c28\u0c4d\u0c28 \u0c2a\u0c47\u0c1c\u0c40 - \u0c26\u0c2f\u0c1a\u0c47\u0c38\u0c3f \u0c2e\u0c3e\u0c15\u0c41 \u0c38\u0c39\u0c15\u0c30\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f. \u0c27\u0c28\u0c4d\u0c2f\u0c35\u0c3e\u0c26\u0c3e\u0c32\u0c41**", "output": "Telugu", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "1. Which card is needed?", "output": "English", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "\u0c2e\u0c3e \u0c15\u0c3e\u0c32\u0c4d 254.340.0234", "output": "Telugu", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "\"No Wars, no weapons:", "output": "English", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "List of 1xBet football paris", "output": "English", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "Thank you for your interest.", "output": "English", "category": "Language Identification 717.json" }, { "instruction": "This task is to identify the language of a sentence correctly by classifying if it is English or Telugu", "input": "10:6 And when he had entered, he said to him, \u201cWhat ought to be done for the man whom the king wishes to honor?\u201d But Haman, thinking in his heart and supposing that the king would honor no one else but himself,", "output": "English", "category": "Language Identification 717.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "A small child never knows when k\u00far\u00f2k\u00far\u00f2 takes its leave.", "output": "\u1eccm\u1ecdd\u00e9 k\u00ec \u00ed m\u1ecd \u00e0k\u00f3k\u00f2 t\u00ed k\u00far\u00f2-k\u00far\u00f2\u00f3 fi \u0144 k\u00far\u00f2.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "Tackling the renewal fee and costs associated with registration will be paramount for the large number of Nigerians with few financial resources.", "output": "K\u00edkoj\u00fa ow\u00f3 \u00ecs\u1ecdd\u1ecd\u0300tun \u00e0ti \u00e0w\u1ecdn \u00ecn\u00e1w\u00f3 m\u00ec\u00edr\u00e0n t\u00ed \u00f3 r\u1ecd\u0300 m\u1ecd\u0301 \u00ecfor\u00fak\u1ecds\u00edl\u1eb9\u0300 ni \u00f3 m\u00e1a j\u1eb9\u0301 gb\u00f3\u00f2g\u00ec f\u00fan \u00e0w\u1ecdn \u1ecdm\u1ecd N\u00e0\u00ecj\u00edr\u00ed\u00e0 t\u00ed w\u1ecdn k\u00f2 fi b\u1eb9\u0301\u1eb9\u0300 l\u00f3w\u00f3 l\u1ecd\u0301w\u1ecd\u0301.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "About 400 of our Rwandan brothers and sisters perished in the genocide, most of them Tutsi.", "output": "\u00c0w\u1ecdn ar\u00e1k\u00f9nrin \u00e0t\u00e0w\u1ecdn ar\u00e1b\u00ecnrin t\u00f3 t\u00f3 n\u01f9kan b\u00ed ir\u00ednw\u00f3 (400) n\u00ed R\u00f9w\u00e1\u0144d\u00e0 l\u00f3 k\u00fa n\u00edgb\u00e0 \u00ecp\u1eb9\u0300y\u00e0run n\u00e1\u00e0, \u00e8y\u00ed t\u00f3 s\u00ec p\u1ecd\u0300 j\u00f9 l\u1ecd l\u00e1ra w\u1ecdn j\u1eb9\u0301 \u1eb9\u0300y\u00e0 Tutsi.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "While one weeps, one can still see.", "output": "B\u00ed a b\u00e1 \u0144 sunk\u00fan, \u00e0 m\u00e1a r\u00edran.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "Romelu Lukaku who was the highest goal scored for Manchester United this season does not have the opportunity to take part in the competition from the beginningdue to the injury he sustained.", "output": "Romelu Lukaku t\u00ed \u00f3 j\u1eb9\u0301 \u1eb9ni t\u00ed \u00f3 gb\u00e1 b\u1ecd\u0301\u1ecd\u0300l\u00f9 s\u00e1gb\u1ecd\u0300n j\u00fal\u1ecd\u0300 f\u00fan ik\u1ecd\u0300 Manchester United ni s\u00e1\u00e0 y\u00ec\u00ed, k\u00f2 l\u00e1\u01f9f\u00e0\u00e0n\u00ed l\u00e1ti b\u1eb9\u0300\u1eb9\u0300r\u1eb9\u0300 \u00ecf\u1eb9s\u1eb9\u0300w\u1ecdns\u1eb9\u0300 n\u00e1\u00e0 l\u00e1t\u00e0r\u00ed \u00ecfarapa r\u00e1\u0144p\u1eb9\u0301 t\u00ed \u00f3 n\u00ed.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "It is a dog in whose speed one has faith that one sics at a hare.", "output": "Aj\u00e1 ti er\u00e9e r\u1eb9\u0300\u1eb9\u0301 b\u00e1 d\u00e1nil\u00f3j\u00fa l\u00e0 \u0144 d\u1eb9 s\u00ed ehoro.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "For example, an adversary can read your private communications as they pass through the network, or they can delete or corrupt your data.", "output": "F\u00fan \u00e0p\u1eb9\u1eb9r\u1eb9, \u1ecd\u0300t\u00e1 l\u00e8 ka \u00ect\u00e0k\u00f9r\u1ecd\u0300s\u1ecd \u00eck\u1ecd\u0300k\u1ecd\u0300 r\u1eb9 b\u00ed w\u1ecd\u0301n b\u00e1 w\u00e0 l\u00f3r\u00ed \u00ec\u1e63\u00e0sop\u1ecd\u0300, t\u00e0b\u00ed k\u00ed w\u1ecd\u0301n pa d\u00e1t\u00e0 r\u1eb9 t\u00e0b\u00ed b\u00e0 \u00e1 j\u1eb9\u0301.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "However, the discussion also went beyond that to his key trust, which is Nigeria beyond oil.", "output": "S\u00edb\u1eb9\u0300s\u00edb\u1eb9\u0300 \u00ecj\u00edr\u00f2r\u00f2 wa k\u00ec\u00ed se l\u00f3r\u00ed \u00ecgb\u00e0gb\u1ecd\u0301 t\u00ed a n\u00ed n\u00edn\u00fa \u00ecs\u00e8j\u1ecdba y\u00ec\u00ed n\u00eckan s\u00f9gb\u1ecd\u0301n a t\u00fan j\u00edr\u00f2r\u00f2 n\u00edpa ohun t\u00ed \u00f3 ju epo r\u1ecd\u0300b\u00ec l\u1ecd.", "category": "Translation 718.json" }, { "instruction": "In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. The output should keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Keep them as they are in the translations. 4) Do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Do the same in your translations.", "input": "Andrzej\u2019s wife, Anna, has not been allowed to visit Andrzej for the ten months he has been in detention.", "output": "F\u00fan o\u1e63\u00f9 m\u1eb9\u0301w\u00e0\u00e1 t\u00f3 fi w\u00e0 l\u00e1h\u00e0\u00e1m\u1ecd\u0301, w\u1ecdn \u00f2 j\u1eb9\u0301 k\u00ed Anna \u00ecy\u00e0w\u00f3 r\u1eb9\u0300 r\u00ed i.", "category": "Translation 718.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'the man is sitting on the bench on the side of the building'. How many words contain the letter 'i' in the sentence.", "output": "4", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'a road sign that says end and a couple trees in the background'. How many words contain the letter 'p' in the sentence.", "output": "1", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'a man is sitting on the coach near the living table'. How many words contain the letter 'j' in the sentence.", "output": "0", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'the laundry is hanging in the tilted room'. How many words contain the letter 'u' in the sentence.", "output": "1", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'two giraffes standing in front of a building'. How many words contain the letter 'a' in the sentence.", "output": "3", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'a stuffed elephant is resting on a chair'. How many words contain the letter 'q' in the sentence.", "output": "0", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'a mischievous black cat rummaging through a ladies black purse'. How many words contain the letter 'b' in the sentence.", "output": "2", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'a colt is standing in the field at the edge of the tree line'. How many words contain the letter 'b' in the sentence.", "output": "0", "category": "Program Execution 719.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that contain the given letter", "input": "Sentence: 'adult picking ripe fruit from plant during daytime'. How many words contain the letter 'l' in the sentence.", "output": "2", "category": "Program Execution 719.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "\u00d2t\u00edt\u1ecd\u0301 k\u00ec \u00ed \u1e63\u00ecn\u00e0; ir\u1ecd\u0301 n\u00ed \u0144 for\u00ed gb\u1ecdgb\u1eb9\u0301.", "output": "Truth never goes awry; it is falsehood that earns a gash on the head.", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "N\u00edtor\u00ed n\u00e1\u00e0 k\u00edni a l\u00e8 \u1e63e n\u00edpa r\u1eb9\u0300?", "output": "So what can we do about it?", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "Iye \u00c0w\u1ecdn T\u00f3 W\u00e1 L\u00e1ti Il\u1eb9\u0300 \u00d2k\u00e8\u00e8r\u00e8: 5,397", "output": "Number of International Delegates: 5,397", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "Al\u00e1\u00e0j\u00e0\u00e1 gb\u00e9 e s\u00f3k\u00e8, o n\u00ed, \u201cK\u00f3 \u1e63\u1eb9!\u201d; o m\u1ecd\u0300 b\u00ed ibi l\u00f3 w\u00ed t\u00e0b\u00ed ire?", "output": "The wielder of the incantation rattle lifts it, and you respond, \u201cMay it be so!\u201d; do you know if he has invoked good or evil?", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "B\u00f3 ti\u1eb9\u0300 j\u1eb9\u0301 p\u00e9 k\u00f2 s\u00ed \u1eb8l\u1eb9\u0301r\u00ec\u00ed J\u00e8h\u00f3f\u00e0 kankan l\u00e1ra \u00e0w\u1ecdn t\u00f3 b\u00e1 \u00ec\u1e63\u1eb9\u0300l\u1eb9\u0300 n\u00e1\u00e0 l\u1ecd, a k\u00f3 \u1ecdg\u1ecd\u0301r\u00f9n-\u00fan m\u00e9j\u00ec (200) l\u00e1ra wa k\u00far\u00f2 n\u00edbi t\u00ed w\u1ecd\u0301n \u0144 gb\u00e9 t\u1eb9\u0301l\u1eb9\u0300, ar\u00e1b\u00ecnrin wa kan s\u00ec \u1e63\u00e8\u1e63e.", "output": "Although none of Jehovah\u2019s Witnesses were killed in this disaster, 200 were evacuated and one sister was injured.", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "\u00ccb\u00e9\u00e8r\u00e8 k\u00ec \u00ed j\u1eb9\u0301 k\u00ed \u1eb9ni \u00f3 \u1e63\u00ecn\u00e0; \u1eb9ni t\u00ed k\u00f2 l\u00e8 b\u00e9\u00e8r\u00e8 n\u00ed \u0144 p\u1ecd\u0301n ara \u1eb9\u0300 l\u00f3j\u00fa.", "output": "Asking \u201cdirections\u201d keeps one from losing one's way; the person who refuses to ask is responsible for his/her own difficulties.", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "ko y\u00e9\u00e9 m\u00e1a \u1e63e b\u00ed i \u1ecdm\u1ecd \u1ecdw\u1ecd\u0301", "output": "to stop behaving like a baby", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "\u00d3 fik\u00fan un p\u00e9 N\u00ed p\u00e0t\u00e0k\u00ec in\u00fa w\u00e1 d\u00f9n p\u00fap\u1ecd\u0300 f\u00fan \u00ecpal\u1eb9\u0300m\u1ecd\u0301 \u00e0j\u1ecd NFF \u1e63a\u00e1j\u00fa \u00ecd\u00edje b\u1ecd\u0301\u1ecd\u0300lu \u00e0gb\u00e1\u00e1y\u00e9 y\u00ec\u00ed, \u00e8y\u00ed t\u00ed \u00f3 fara h\u00e0n gbangba gb\u00e0\u01f9gb\u00e0 p\u00e9 ik\u1ecd\u0300 Super Eagles n\u00e1\u00e0 ti \u1e63et\u00e1n f\u00fan \u00ecd\u00edje n\u00e1\u00e0.", "output": "He added that: \u201cWe are particularly delighted by NFF\u2019s preparation for the tournament, as is evident in their World Cup plans recently publicized.", "category": "Translation 720.json" }, { "instruction": "The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.", "input": "\u00c0\u00e0r\u1eb9 or\u00edl\u1eb9\u0300 \u00e8d\u00e8 Naijiria , Muhammadu Buhari ti fi \u00e0\u00ecd\u00f9n\u00fa r\u1eb9\u0300 h\u00e0n s\u00ed b\u00ed \u00e0w\u1ecdn agb\u00e9b\u1ecdn se pa \u00e8n\u00ecy\u00e0n m\u1eb9\u0301t\u00e0l\u00e1 n\u00ed \u00ecp\u00ednl\u1eb9\u0300 Plateau, \u00e0\u00e0r\u1eb9 w\u00e1 fi d\u00e1 \u00e0w\u1ecdn \u1ecdm\u1ecd \u00ecp\u00ednl\u1eb9\u0300 n\u00e1\u00e0 l\u00f3j\u00fa p\u00e9,gbogbo \u00ecw\u00e0 \u00ecp\u00e0n\u00ecy\u00e0n, \u00ecd\u00edgunjal\u00e8, \u00ecj\u00ednigb\u00e9 \u00e0ti \u00e0w\u1ecdn \u00ecwa \u1ecd\u0300dar\u00e0n m\u00ec\u00edr\u00e0n k\u00f2 n\u00ed p\u1eb9\u0301 di \u00e0fis\u1eb9\u0301y\u00ecn t\u00ed e\u00e9g\u00fan \u0144 fi as\u1ecd.", "output": "President Muhammadu Buhari has condemned attacks that resulted in the death of 13 persons in Plateau State, assuring Citizens that terrorism, banditry, kidnapping and associated crimes would be defeated.", "category": "Translation 720.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "The water lettuce always winds up on the surface of the water; the water-lily always wings up on the surface of the stream.", "output": "English", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "Article 18", "output": "English", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "The three-time African Women\u2019s Championships (AWC) winner is making a grand return after working hard to recover from an injury she sustained in December 2016, at the final game between Cameroon and Nigeria.", "output": "English", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "It is uncertain whether the judge will issue a verdict on December 21.", "output": "English", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "L\u00e1ti \u1ecdd\u00fan 1953, \u00f3 ju \u1eb9gb\u1eb9\u0300r\u00fan m\u1ecd\u0301k\u00e0nd\u00ednl\u00f3g\u00fan \u00f3 l\u00e9 \u1ecdg\u1ecd\u0301r\u00f9n-\u00fan m\u1eb9\u0301ta (19,300) \u00e0w\u1ecdn ar\u00e1 wa t\u00ed w\u1ecd\u0301n ti r\u00e1n l\u1eb9\u0301w\u1ecd\u0300n \u1eb9gb\u1eb9\u0300r\u00fan m\u1eb9\u0301r\u00ecnd\u00ednl\u00f3g\u00f3j\u00ec \u00f3 l\u00e9 \u1ecdg\u1ecd\u0301r\u00f9n-\u00fan m\u00e9je (36,700) \u1ecdd\u00fan l\u00e1pap\u1ecd\u0300.", "output": "Yoruba", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "With Egypt, Morocco and Tunisia out of the World Cup, Senegal, the only African nation left, will take on Columbia in their last group H game on Thursday.", "output": "English", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "\u00c0w\u00f2r\u00e1n b\u00ed il\u00e9 gb\u00edgb\u00e9 al\u00e1j\u00e0-m\u00e9je t\u00ed w\u1ecd\u0301n \u0144 k\u1ecd\u0301 l\u1ecd\u0301w\u1ecd\u0301 n\u00e1\u00e0 \u1e63e m\u00e1a r\u00ed \u1eccd\u00fan 1948 ni \u00e0wa \u1eb8l\u1eb9\u0301r\u00ec\u00ed J\u00e8h\u00f3f\u00e0 ra \u1eb9\u0300ka \u1ecd\u0301f\u00ed\u00ecs\u00ec wa \u00e0k\u1ecd\u0301k\u1ecd\u0301 n\u00ed \u00ecl\u00fa R\u00f3\u00f2m\u00f9 t\u00e1 a s\u00ec k\u00f3 l\u1ecd s\u00edb\u1eb9\u0300 l\u00e1ti ibi t\u00e1 a ti \u0144 \u1e63i\u1e63\u1eb9\u0301 t\u1eb9\u0301l\u1eb9\u0300 n\u00ed \u00ecl\u00fa Milan.", "output": "Yoruba", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "A biography of one of the \u201cdouble victims,\u201d Adolf Graf, included in the exhibition.", "output": "English", "category": "Language Identification 721.json" }, { "instruction": "In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time.", "input": "W\u1ecdn k\u00ec \u00ed t\u1eb9\u0300 l\u00e9 \u00f2fin gb\u00f2\u00f3g\u00ec kankan t\u00e0b\u00ed ohun t\u00ed a\u1e63\u00e1\u00e1j\u00fa kan p\u00e0t\u00f3 b\u00e1 pa l\u00e1\u1e63\u1eb9, \u1e63e ni w\u1ecd\u0301n m\u00e1a \u0144 gb\u00ecy\u00e0nj\u00fa l\u00e1ti ran ara w\u1ecdn l\u1ecd\u0301w\u1ecd\u0301 k\u00ed w\u1ecd\u0301n l\u00e8 n\u00ed \u1eb9\u0300r\u00ed \u1ecdk\u00e0n t\u00ed w\u1ecd\u0301n fi B\u00edb\u00e9l\u00ec k\u1ecd\u0301, k\u00ed \u1eb9n\u00ec k\u1ecd\u0300\u1ecd\u0300kan w\u1ecdn s\u00ec l\u00e8 d\u00e1 \u1e63e \u00ecpinnu t\u00f3 b\u00e1 B\u00edb\u00e9l\u00ec mu.", "output": "Yoruba", "category": "Language Identification 721.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "The second main principle, sola fide (by faith alone), states that faith in Christ is sufficient alone for eternal salvation. Though argued from scripture, and hence logically consequent to sola scriptura, this is the guiding principle of the work of Luther and the later reformers. Because sola scriptura placed the Bible as the only source of teaching, sola fide epitomises the main thrust of the teaching the reformers wanted to get back to, namely the direct, close, personal connection between Christ and the believer, hence the reformers' contention that their work was Christocentric.", "output": "What was Luther's main principle?, What principle made the Bible the one source for teaching?, What did reformers considered their beliefs to be, in terms of focus?, What is the second principle of Protestantism?, Faith can bring what eternal benefit?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "Time is one of the seven fundamental physical quantities in both the International System of Units and International System of Quantities. Time is used to define other quantities\u2014such as velocity\u2014so defining time in terms of such quantities would result in circularity of definition. An operational definition of time, wherein one says that observing a certain number of repetitions of one or another standard cyclical event (such as the passage of a free-swinging pendulum) constitutes one standard unit such as the second, is highly useful in the conduct of both advanced experiments and everyday affairs of life. The operational definition leaves aside the question whether there is something called time, apart from the counting activity just mentioned, that flows and that can be measured. Investigations of a single continuum called spacetime bring questions about space into questions about time, questions that have their roots in the works of early students of natural philosophy.", "output": "Time is one of how many fundamental physical quantities?, Time is one of the fundamental physical quantities in which two systems?, What is an example of a quantity that time is used to define, mentioned in the paragraph?, Investigations of what brought questions of space into questions about time?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "Agriculture is the second largest contributor to Kenya's gross domestic product (GDP), after the service sector. In 2005 agriculture, including forestry and fishing, accounted for 24% of GDP, as well as for 18% of wage employment and 50% of revenue from exports. The principal cash crops are tea, horticultural produce, and coffee. Horticultural produce and tea are the main growth sectors and the two most valuable of all of Kenya's exports. The production of major food staples such as corn is subject to sharp weather-related fluctuations. Production downturns periodically necessitate food aid\u2014for example, in 2004 aid for 1.8 million people because of one of Kenya's intermittent droughts.[citation needed]", "output": "How much of the GDP was agriculture in 2005?, What are the principal cash crops in Kenya?, What is the second largest contrubtor to Kenyas GDP?, What can cause fluctuations in the production of corn?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "The end of adolescence and the beginning of adulthood varies by country and by function. Furthermore, even within a single nation state or culture there can be different ages at which an individual is considered (chronologically and legally) mature enough for society to entrust them with certain privileges and responsibilities. Such milestones include driving a vehicle, having legal sexual relations, serving in the armed forces or on a jury, purchasing and drinking alcohol, voting, entering into contracts, finishing certain levels of education, and marriage. Adolescence is usually accompanied by an increased independence allowed by the parents or legal guardians, including less supervision as compared to preadolescence.", "output": "Is adolescence usually accompanied by increased parental supervision or increased independence?, Do milestones such as driving a vechile, serving on a jury, voting, and marriage all have a common age of responsibility?, Is the end of adolescence and beginning of adulthood easily agreed upon or does it vary by country?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "Although Kenya is the biggest and most advanced economy in east and central Africa, and has an affluent urban minority, it has a Human Development Index (HDI) of 0.519, ranked 145 out of 186 in the world. As of 2005, 17.7% of Kenyans lived on less than $1.25 a day. The important agricultural sector is one of the least developed and largely inefficient, employing 75% of the workforce compared to less than 3% in the food secure developed countries. Kenya is usually classified as a frontier market or occasionally an emerging market, but it is not one of the least developed countries.", "output": "What is Kenya's HDI?, Who is the biggest and most advanced economy in east and central Africa?, How much does 17.7% of the population live on a day?, What kind of market is Kenya considered?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "In France during the Middle Ages, there were two Great Officers of the Crown of France with police responsibilities: The Marshal of France and the Constable of France. The military policing responsibilities of the Marshal of France were delegated to the Marshal's provost, whose force was known as the Marshalcy because its authority ultimately derived from the Marshal. The marshalcy dates back to the Hundred Years' 'War, and some historians trace it back to the early 12th century. Another organisation, the Constabulary (French: Conn\u00e9tablie), was under the command of the Constable of France. The constabulary was regularised as a military body in 1337. Under King Francis I (who reigned 1515\u20131547), the Mar\u00e9chauss\u00e9e was merged with the Constabulary. The resulting force was also known as the Mar\u00e9chauss\u00e9e, or, formally, the Constabulary and Marshalcy of France.", "output": "Which two entities in Medieval France had police duties?, How were the Marshal and Constable of France formally classified?, What was the Marshal's force called?, What was the Constable's force called, in English?, What was the Constable's force called, in French?, Which two entities in Medieval France had police duties?, How were the Marshal and Constable of France formally classified?, What was the Marshal's force called?, What was the Constable's force called, in English?, What was the Constable's force called, in French?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "The earth deity had power over the ghostly world, and it is believed that she was the deity behind the oracle. The older tales mentioned two dragons who were perhaps intentionally conflated. A female dragon named Delphyne (\u03b4\u03b5\u03bb\u03c6\u03cd\u03c2, \"womb\"), who is obviously connected with Delphi and Apollo Delphinios, and a male serpent Typhon (\u03c4\u03cd\u03c6\u03b5\u03b9\u03bd, \"to smoke\"), the adversary of Zeus in the Titanomachy, who the narrators confused with Python. Python was the good daemon (\u1f00\u03b3\u03b1\u03b8\u1f78\u03c2 \u03b4\u03b1\u03af\u03bc\u03c9\u03bd) of the temple as it appears in Minoan religion, but she was represented as a dragon, as often happens in Northern European folklore as well as in the East.", "output": "Who was the adversary of Zeus in the titanomachy?, Who did the narrator confuse with Phyton?, Who was represented as a dragon?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "The Ubaid period is marked by a distinctive style of fine quality painted pottery which spread throughout Mesopotamia and the Persian Gulf. During this time, the first settlement in southern Mesopotamia was established at Eridu (Cuneiform: NUN.KI), c. 5300 BC, by farmers who brought with them the Hadji Muhammed culture, which first pioneered irrigation agriculture. It appears that this culture was derived from the Samarran culture from northern Mesopotamia. It is not known whether or not these were the actual Sumerians who are identified with the later Uruk culture. Eridu remained an important religious center when it was gradually surpassed in size by the nearby city of Uruk. The story of the passing of the me (gifts of civilization) to Inanna, goddess of Uruk and of love and war, by Enki, god of wisdom and chief god of Eridu, may reflect this shift in hegemony.", "output": "Fine quality painted pottery is a distinctive style of what period in Sumerian history?, Where could the pottery be found spread throughout?, During the Ubaid, where was the first settlement in southern Mesopotamia established?, What type of agriculture did the farmers settling at Eridu bring with them?, Who was the chief god of Eridu?", "category": "Question Generation 73.json" }, { "instruction": "This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage.", "input": "Within the genitourinary and gastrointestinal tracts, commensal flora serve as biological barriers by competing with pathogenic bacteria for food and space and, in some cases, by changing the conditions in their environment, such as pH or available iron. This reduces the probability that pathogens will reach sufficient numbers to cause illness. However, since most antibiotics non-specifically target bacteria and do not affect fungi, oral antibiotics can lead to an \"overgrowth\" of fungi and cause conditions such as a vaginal candidiasis (a yeast infection). There is good evidence that re-introduction of probiotic flora, such as pure cultures of the lactobacilli normally found in unpasteurized yogurt, helps restore a healthy balance of microbial populations in intestinal infections in children and encouraging preliminary data in studies on bacterial gastroenteritis, inflammatory bowel diseases, urinary tract infection and post-surgical infections.", "output": "What serves as a biological barrier by competing for space and food in the GI tract?, Most antibiotics target bacteria and don't affect what class of organisms?, What probiotic flora is found in unpasteurized yogurt?, Commensal flora can change what specific conditions of their environment in the gastrointestinal tract?", "category": "Question Generation 73.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'large junkyard with boats on one side and cars on the other'. How many words end with the letter 's' in the sentence.", "output": "2", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'a portion of carrot cake is sitting on a plate'. How many words end with the letter 'e' in the sentence.", "output": "2", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'one man looks at a laptop and two others look at a toy truck on a beach'. How many words end with the letter 'n' in the sentence.", "output": "2", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'a picture of a surfer deep inside the curl of a wave'. How many words end with the letter 'a' in the sentence.", "output": "3", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'a zebra looks at the grass at a zoo'. How many words end with the letter 's' in the sentence.", "output": "2", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'shelves displaying bunches of bananas for sale at a market'. How many words end with the letter 'e' in the sentence.", "output": "1", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'a coach in front of a window with pillows'. How many words end with the letter 'a' in the sentence.", "output": "2", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'the cat is sitting in the plastic wrapped box'. How many words end with the letter 'n' in the sentence.", "output": "1", "category": "Program Execution 736.json" }, { "instruction": "In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words.", "input": "Sentence: 'a big white food truck with a big sign'. How many words end with the letter 'k' in the sentence.", "output": "1", "category": "Program Execution 736.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: RT @NutriaDeGispert: Bla bla bla... com ans agrada arengar les masses sensa dir res. Aixi astan contents hehe https://t.co/iXqbN26lmH", "output": "Against", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: @adic_int @kitaperit Nom\u00e9s per la gent q posen al cap de la policia i la GC , ja haurien de tenir clar q s\u00f3n un pa\u00eds de feixistes i dir-ho clara i onertament , no? Crec vaja, o \u00e9 tot per enganyara als indepes del lliri", "output": "Favor", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: @KRLS @sianskiy @jorditurull Ambd\u00f3s han estat espectaculars. Tant @jorditurull com @raulromeva Es un orgull immens tenir aquests pol\u00edtics a Catalunya Soporto a tots els politics que es comporten com a persones No Soporto a cap persona que es comporti com un politic Ells s\u00f3n de la primera definici\u00f3 \ud83d\ude09", "output": "Favor", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: @AcampadaMar @UrgenPSMar Jo q ho he patit, us puc dir q \u00e9s veritat. Pots estar 2-4 dies fins q t'envien a casa, passes a planta o sociosanitari. Al malalt li pot tocar box, passad\u00eds, sala en llit o assegut en cadires de rodes. Afegir q no \u00e9s una situaci\u00f3 puntual, \u00e9s dia s\u00ed i dia tamb\u00e9.", "output": "Against", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: Mor l'\u00faltim mariner que diu que va besar la infermera a la foto de Times Square https://t.co/Jay2rXGIFR https://t.co/rf8jQhZZvN", "output": "Neutral", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: RT @JJLlopis2: Recuperar el vot. Exacta, investir al President Puigdemont. https://t.co/ONDcwhTfpJ", "output": "Favor", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: Veieu com n\u2019\u00e9s d\u2019important el Consell o encara no? Us penseu que si no ho fos rebrien al govern a l\u2019exili a #Westminster per presentar-lo? Si voleu #Rep\u00fablicaCatalana sumeu-vos al projecte, on ja hi s\u00f3n @JuntsXCat @Esquerra_ERC @cupnacional @assemblea, entre d\u2019altres! https://t.co/bPKYnR3Hqe", "output": "Favor", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: \ud83d\udce1 Gianluca Basile a RAC1: \u201cNom\u00e9s puc dir que ha estat un orgull i un honor haver jugat sis anys al costat de Juan Carlos Navarro. El meu cor plora quan veig coses del Bar\u00e7a per televisi\u00f3. Van ser 6 anys espectaculars, els millors de la meva carrera\u201d. https://t.co/3IrPsjzQwI", "output": "Against", "category": "Stance Detection 739.json" }, { "instruction": "In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.", "input": "Tweet: Ara es veu que per @alfonso_ussia s\u00f3c una persona molt perillosa. Els Nacionalistes espanyols estan molt perjudicats. L'odi se'ls menja per tot arreu. Els que realment s\u00f3n perillosos s\u00f3n els que l'1 d'octubre apallissaven gent gratu\u00eftament. https://t.co/TCYRId3wL6", "output": "Against", "category": "Stance Detection 739.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: James Rassmann, a Green Beret advisor who was aboard Kerry's PCF-94, was knocked overboard when, according to witnesses and the documentation of the event, a mine or rocket exploded close to the boat. According to the documentation for the event, Kerry's arm was injured when he was thrown against a bulkhead during the explosion. PCF 94 returned to the scene and Kerry rescued Rassmann who was receiving sniper fire from the water. Kerry received the Bronze Star Medal with Combat \"V\" for \"heroic achievement\", for his actions during this incident; he also received his third Purple Heart. Question: Who fell overboard from Kerry's boat?", "output": "James Rassmann", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: Since the middle of the 19th century, Masonic historians have sought the origins of the movement in a series of similar documents known as the Old Charges, dating from the Regius Poem in about 1425 to the beginning of the 18th century. Alluding to the membership of a lodge of operative masons, they relate a mythologised history of the craft, the duties of its grades, and the manner in which oaths of fidelity are to be taken on joining. The fifteenth century also sees the first evidence of ceremonial regalia. Question: The duties of its grades is an example of what historic documents?", "output": "Old Charges", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: Following the success of season one, the second season was moved up to air in January 2003. The number of episodes increased, as did the show's budget and the charge for commercial spots. Dunkleman left the show, leaving Seacrest as the lone host. Kristin Adams was a correspondent for this season. Question: What year did season two of American Idol first air?", "output": "2003", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: In response to demands for a German liturgy, Luther wrote a German Mass, which he published in early 1526. He did not intend it as a replacement for his 1523 adaptation of the Latin Mass but as an alternative for the \"simple people\", a \"public stimulation for people to believe and become Christians.\" Luther based his order on the Catholic service but omitted \"everything that smacks of sacrifice\"; and the Mass became a celebration where everyone received the wine as well as the bread. He retained the elevation of the host and chalice, while trappings such as the Mass vestments, altar, and candles were made optional, allowing freedom of ceremony. Some reformers, including followers of Huldrych Zwingli, considered Luther's service too papistic; and modern scholars note the conservatism of his alternative to the Catholic mass. Luther's service, however, included congregational singing of hymns and psalms in German, as well as of parts of the liturgy, including Luther's unison setting of the Creed. To reach the simple people and the young, Luther incorporated religious instruction into the weekday services in the form of the catechism. He also provided simplified versions of the baptism and marriage services. Question: For whom was this new mass intended?", "output": "\"simple people, simple people", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: The Great Basin and Columbia Plateau (the Intermontane Plateaus) are arid or semiarid regions that lie in the rain shadow of the Cascades and Sierra Nevada. Precipitation averages less than 15 inches (38 cm). The Southwest is a hot desert, with temperatures exceeding 100 \u00b0F (37.8 \u00b0C) for several weeks at a time in summer. The Southwest and the Great Basin are also affected by the monsoon from the Gulf of California from July to September, which brings localized but often severe thunderstorms to the region. Question: What type of weather do monsoons bring?", "output": "severe thunderstorms", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: Hanover was founded in medieval times on the east bank of the River Leine. Its original name Honovere may mean \"high (river)bank\", though this is debated (cf. das Hohe Ufer). Hanover was a small village of ferrymen and fishermen that became a comparatively large town in the 13th century due to its position at a natural crossroads. As overland travel was relatively difficult, its position on the upper navigable reaches of the river helped it to grow by increasing trade. It was connected to the Hanseatic League city of Bremen by the Leine, and was situated near the southern edge of the wide North German Plain and north-west of the Harz mountains, so that east-west traffic such as mule trains passed through it. Hanover was thus a gateway to the Rhine, Ruhr and Saar river valleys, their industrial areas which grew up to the southwest and the plains regions to the east and north, for overland traffic skirting the Harz between the Low Countries and Saxony or Thuringia. Question: When did Hanover become a comparitvely large town?", "output": "13th century", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: St. Barth\u00e9lemy has a small airport known as Gustaf III Airport on the north coast of the island that is served by small regional commercial aircraft and charters. The nearest airport with a runway length sufficient to land a typical commercial jet airliner is on the neighboring island of Sint Maarten: Princess Juliana International Airport, which acts as a hub, providing connecting flights with regional carriers to St. Barth\u00e9lemy. Several international airlines and domestic Caribbean airlines operate in this sector. Question: What Island is the nearest major airport located on?", "output": "Sint Maarten", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: In the meantime, on August 1, 1774, an experiment conducted by the British clergyman Joseph Priestley focused sunlight on mercuric oxide (HgO) inside a glass tube, which liberated a gas he named \"dephlogisticated air\". He noted that candles burned brighter in the gas and that a mouse was more active and lived longer while breathing it. After breathing the gas himself, he wrote: \"The feeling of it to my lungs was not sensibly different from that of common air, but I fancied that my breast felt peculiarly light and easy for some time afterwards.\" Priestley published his findings in 1775 in a paper titled \"An Account of Further Discoveries in Air\" which was included in the second volume of his book titled Experiments and Observations on Different Kinds of Air. Because he published his findings first, Priestley is usually given priority in the discovery. Question: What was the occupation of Joseph Priestley?", "output": "clergyman", "category": "Question Answering 74.json" }, { "instruction": "This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question.", "input": "Passage: The Neolithic 1 (PPNA) period began roughly 10,000 years ago in the Levant. A temple area in southeastern Turkey at G\u00f6bekli Tepe dated around 9,500 BC may be regarded as the beginning of the period. This site was developed by nomadic hunter-gatherer tribes, evidenced by the lack of permanent housing in the vicinity and may be the oldest known human-made place of worship. At least seven stone circles, covering 25 acres (10 ha), contain limestone pillars carved with animals, insects, and birds. Stone tools were used by perhaps as many as hundreds of people to create the pillars, which might have supported roofs. Other early PPNA sites dating to around 9,500 to 9,000 BCE have been found in Jericho, Israel (notably Ain Mallaha, Nahal Oren, and Kfar HaHoresh), Gilgal in the Jordan Valley, and Byblos, Lebanon. The start of Neolithic 1 overlaps the Tahunian and Heavy Neolithic periods to some degree.[citation needed] Question: When did the The Neolithic 1 (PPNA) period start?", "output": "roughly 10,000 years ago", "category": "Question Answering 74.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: I had holidays in the last week . It was a long weekend and I planned to watch some movie . My father gave an idea to gather my friends and watch some good movie and he promised to help in playing the movie . We discussed and decided to watch the animation movie ` Up ' . I went to the shop along with my father to buy the DVD for the movie ` Up ' . My father taught me to connect the DVD player to our television . Once the disc is placed , I had to switch on the play button to get the movie played . After the movie is finished we have to push the stop button and get the disc out of the player . I learned everything well from my father and played the movie once our friends gathered . We all enjoyed the movie well . Question: What was inserted in the player? Option1: The DVD. Option2: A videogame.", "output": "The DVD.", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: On Fridays , my friends and I love to go see movies . Sometimes , we stay inside the house , and rent movies . One of the places we like to go to has a machine full of movies called Redbox . When you go up to the Redbox machine , you just press `` Rent Movies '' , and then it shows you movies you may like . They even have categories you can pick from , like comedy , drama , suspense , and even scary ones . Usually , my friends and I pick comedy movies when we watch movies together . So , once you pick a movie , then you press that button for the movie , and it let 's you use your bank card to pay for the movie . The machine records your card information from your bank , so that whenever you bring it back , it will charge you for how many days you kept it . Question: What do they rent at the store? Option1: Books Option2: Comedy movies", "output": "Comedy movies", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: When my family and I were in Colorado , we went skiing for the first time . I had never gone before , so naturally I was terrified ! We arrived early so that I could join a group for a brief tutorial on how to put on the skis , how to use the equipment , and how to stop at the bottom of the hill . My dad , who is an expert skier , went to buy lift tickets for us while I was in the session . I went up the hill in the lift with my brother , who I trusted to help me , and when we got to the top , we jumped out of the chairlift . My brother looked at me and said \" Be careful , go slow , and remember what you just learned . \" I took a deep breath , and started down my first ski slope . Question: Who was very good? Option1: their father Option2: The first timer", "output": "their father", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: Last night , I decided to cook pasta for dinner . I had a few different varieties in my pantry to choose from - angelhair , spaghetti , linguine , rotini , penne , and shells . I decided to make the linguine . While I waited for the pot of water to boil , I grated some parmesan cheese . Once the water came to a boil , I emptied the box of linguine into the pot . I stirred the linguine so that it would not stick together . Then I placed the linguine into a pan on the stove over medium heat . To create a simple sauce , I drizzled some olive oil over the pasta , and added a tablespoon of butter to the pan . I then added freshly ground pepper and the parmesan cheese I grated earlier . I stirred the ingredients together . Question: What was filled with water? Option1: pot Option2: A pan", "output": "pot", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: Saturday night I was planning on having a party at my house for my friends birthday . I got a call from my Mom that she fell and had to go to the hospital just a couple hours before the party was supposed to start . I had to go to the hospital to be with my Mom and that meant cancelling the party . I thought it might take too long to call everyone individually and I had to go to the hospital fast so I sent a text that included the phone numbers of all my guests and said I 'm sorry but there has been an emergency and I have to cancel the party . I then called one person and told her what was going on so that if anyone had questions she could handle it . I left a note on my front door just in case some people did n't get the message and I left . Question: What did they cancel? Option1: The party Option2: Saturday", "output": "The party", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: Recently I decided to re-do my guest bedroom . My brother and sister-in-law recently had a baby , so they have been visiting more lately so we can visit with them and my new nephew . The guest bedroom had old furniture in it , the furniture that I kept in my old house and did n't want to use myself anymore . The mattress was uncomfortable , and I did n't want family to have to sleep on it when they visit . Because my husband has a pick up truck , we decided to transport the furniture ourselves . We drove the furniture to our house , and parked the truck in the driveway along the side of the house . We carried the old furniture downstairs and out the front door so we could leave it on the curb for trash pickup . Then we carried the new bed , mattress , and dresser up to the room and arranged it so it all fit neatly in the room . Question: What did they buy for the house? Option1: furniture Option2: Candles.", "output": "furniture", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: One of the thing that never want to miss is to going to funeral . It reminds me of myself that I am also going to die one day . This is the FACT of this life . When I heard about the death of close friend of our community , I was very sad . The funeral was arranged same day after noon , as we believe to bury the dead as soon as possible . straight went to the funeral home , as I wanted to help the too . I helped my relatives washing the body , that one of ritual that close relatives perform in my culture . It is not given to anyone else . She was woman so I could attend the washing , because I am also woman . It was very heartbreaking , as I just saw her well and alive few days ago , and now she is in front of me motionless . We finished and prepared her for burial with white clothes . Question: What did the person wear? Option1: black clothes Option2: white clothes", "output": "white clothes", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: I called a store in Oregon to place an order for a few bottles of Organic fermented beets . I told her about the specific product I wanted to buy and that I had purchased them through her company before . I talked to a woman there who asked me to specify how many bottles I need to order I told her 6 bottles . She then asked me how I was going to pay for these bottles . I told her that I would use my Visa and she proceeded to get the info from me . We reconfirmed the numbers again and she told me thank you for the order . She also told me that the order would be shipped in a few days and I could expect it in about 10 days total . I waited for the order and it arrived on time and Iw as happy with the order and its contents . Question: What did she confirm? Option1: the credit card numbers Option2: The order for bottles of water.", "output": "the credit card numbers", "category": "Question Answering 743.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found directly from the passage.", "input": "Passage: It usually happens a lot where you 're staying at a hotel , it 's late at night , and you just want something to snack on . This happened to me during my family 's most recent stay at a hotel . It was close to midnight , and I had n't eaten a proper meal in hours for whatever reason . However , I knew that just down the hall from our hotel room , there were vending machines for both drinks and snacks . Knowing this , I got some loose dollars from my wallet , grabbed a room key , and went to the vending machines down the hall . I looked at the options that they had , and eventually settled for a bag of beef jerky out of the snack machine , as well as a water bottle from the drink machine . I kept the water at my bedside overnight just in case I woke up thirsty . Question: When did they get their late night snack? Option1: Around midnight. Option2: Early in the morning.", "output": "Around midnight.", "category": "Question Answering 743.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Long-Term Investment Incentive Act of 1997 - Amends the Internal Revenue Code to establish a sliding scale capital gains deduction on assets held between two years and eight years by noncorporate taxpayers.", "output": "Long-Term Investment Incentive Act of 1997", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Allows employers to require that intermittent leave be taken in increments of up to half a work day.\nRequires employees to: (1) request leave be designated as FMLA leave; (2) provide written application within five working days of providing notice to the employer for foreseeable leave; and (3) with respect to unforeseeable leave, to provide, at a minimum, verbal notification of the need for the leave not later than the time the leave commences, unless the employee is physically or mentally incapable of providing notice or submitting the application.\nPermits employers to require employees to choose between taking unpaid leave provided by the FMLA or paid absence under an employer's collective bargaining agreement or other sick leave, sick pay, or disability plan, program, or policy of the employer.\nDirects the Secretary of Labor to review all existing regulations for implementing FMLA, and to issue new regulations revised to reflect the amendments made by this Act.", "output": "Family and Medical Leave Clarification Act", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Safe Medications Act of 1993 - Requires any health care facility in which an error in the prescribing, dispensing, or administration of a drug results in an individual's death, to report such error and resulting death to a data bank to be established by the Secretary of Health and Human Services, acting through the Commissioner of Food and Drugs. Requires the Secretary to review reported information to determine trends relating to drugs and to report to compilers of the official compendia for consideration of revisions of packaging and labeling requirements and dissemination to health professionals. \nImposes fines for reporting to or requesting information from the data bank under false pretenses and for gaining access to the data bank unlawfully. Prescribes penalties for failing to make required reports. \nAmends the Social Security Act to exclude any individual or entity from Medicare and State health care programs for noncompliance with this Act. \nAuthorizes appropriations.", "output": "Safe Medications Act of 1993", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Crime Victim Restitution and Court Fee Intercept Act - Amends the Internal Revenue Code to direct the Secretary of the Treasury, upon receiving notice from a state judicial agency that a named person owes a past-due, legally enforceable state judicial debt, to pay such debt from any tax refund due to such person.", "output": "To amend the Internal Revenue Code of 1986 to allow an offset against income tax refunds to pay for State judicial debts that are past-due.", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Credit Default Swap Prohibition Act of 2009 - Amends the Securities Act of 1933 and the Securities Exchange Act of 1934 to grant the Securities and Exchange Commission (SEC) regulatory jurisdiction over any security-based swap agreement, including authority to issue, interpert, and enforce rules and orders in a manner that imposes prophylactic measures against fraud, manipulation, or insider trading.\n\nDefines credit default swap as: (1) a swap agreement that protects a party to it against the risk of a loss of value because of the occurrence or non-occurrence of an event or contingency specified in the agreement relating to a security, loan, or other reference asset; and (2) such other forms of credit risk protection as the SEC may, by rule, prescribe as necessary or appropriate in the public interest or for the protection of investors.\n\nAuthorizes the SEC to require registration of any security-based swap agreement.\n\nAmends the Securities Exchange Act of 1934 to declare it unlawful for any person to enter into a credit default swap agreement or contract.", "output": "To amend the securities laws to prohibit credit default swaps and to provide the Securities and Exchange Commission with the authority to regulate swap agreements.", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Casting Light on EAJA Agency Records for Oversight Act of 2011 - Directs the Attorney General (DOJ) to issue an annual online report to Congress and the public on the amount of attorney fees and other expenses awarded during the preceding fiscal year pursuant to the law commonly known as the Equal Access to Justice Act (EAJA).\n\nDirects the Comptroller General to commence an audit of the EAJA for 1995 through the end of the calendar year in which this Act is enacted, and report to Congress on the audit results.", "output": "A bill to require the Attorney General of the United States to compile, and make publically available, certain data relating to the Equal Access to Justice Act, and for other purposes.", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Law Enforcement and Industrial Security Cooperation Act of 1996 - Establishes the Law Enforcement and Industrial Security Cooperation Commission which shall submit to the Congress and the Attorney General a report containing recommendations on methods and activities that promote cooperation between public law enforcement agencies and private sector security professionals to control crime.", "output": "Law Enforcement and Industrial Security Cooperation Act of 1996", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "Prosecutors and Defenders Incentive Act of 2005 - Amends the Omnibus Crime Control and Safe Streets Act of 1968 to direct the Attorney General to establish a loan repayment program for student loan borrowers who agree in writing to remain employed as state or local criminal prosecutors or federal, state, or local public defenders for not less than three years.\n\n Requires borrowers who are involuntarily separated from employment due to misconduct or who voluntarily leave employment before the required three-year period to repay any benefits received under this Act.\n\nLimits the amount of loans which may be repaid to $10,000 for any borrower in any calendar year, or an aggregate total of $60,000 for any borrower.\n\nAuthorizes the Attorney General to enter into an additional loan repayment agreement with a borrower to remain employed as a prosecutor or public defender for a period of less than three years.\n\nAuthorizes appropriations.", "output": "A bill to provide for loan repayment for prosecutors and public defenders.", "category": "Title Generation 752.json" }, { "instruction": "In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill.", "input": "American Jobs First Act of 2011 - Amends the Internal Revenue Code to extend the election to deduct dividends received by a domestic corporation\u00a0from a\u00a0controlled foreign\u00a0corporation.\u00a0 Increases the amount of such deduction by increases in the payroll of the domestic corporation over the previous taxable year.\u00a0 Requires the Secretary of the Treasury to provide, by regulations, for a recapture of any portion of the increased tax deduction allowed to a domestic corporation if such corporation's\u00a0payroll decreases during either of the two taxable years following the taxable year in which the increased deduction\u00a0was allowed.", "output": "To amend the Internal Revenue Code of 1986 to allow temporarily a reduced rate of tax with respect to repatriated foreign earnings.", "category": "Title Generation 752.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: When I went on vacation last year with my parents , we took a trip on a train for part of it . We picked the route we wanted to take to go visit my uncle , and had everything ready the day before , such as our suitcases . When the day arrived for us to go , my dad drove us to the train station where we parked in a designated lot , since we would be returning to the same train station . We had some extra time , so we wandered around and found a little gift shop where we could buy souvenirs . When it was time to board our train , we walked through the station to get to the correct area . There were long hallways to get there , and then we went up a concrete pathway to where the train was outside . We had to give the ticket taker our tickets so she could verify we were getting on the right train . We stored our luggage and prepared for the train to begin its journey . Once it was time to leave , we watched out the windows at all the passing scenery . After awhile , we all started doing our own thing like reading or playing cards to pass the time . Question: What was a lot of fun? Option1: Train ride Option2: Standing in line", "output": "Train ride", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: Last Saturday we went hiking and that evening we were tired and just wanted to watch a movie . We scrolled through Netflix and could n't find anything that we agreed on , we checked Hulu and could n't find anything we agreed on so we went to the local Redbox to see what was available . We looked through box machines and finally found something that I had seen but my boyfriend had n't , I liked it and wanted to see it again so we decided to rent that . I pushed the button for the movie that we wanted to rent and chose that we wanted the regular DVD and not a Blu-ray . Our movie choice slid out of the machine . We opened the box to make sure it was the correct one and it was . We went home and watched the movie . Question: Where did they enter the zip code? Option1: on the Redbox machine Option2: in the movie search box", "output": "on the Redbox machine", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: The new sheets I had purchased online arrived when I got home from work . I opened the box and threw all the packing material away in the garbage . The crisp scent of new sheets filled my room with a nice smell . After taking them in to the laundry room and putting them in the washer , I decided to take the vacuum into my room with me to tidy up after I made the bed . The new sheets matched the wall paper my friend Mike had just helped me put on the walls . The dark grey and soothing white made me feel better just seeing it . I put the fitted sheet on first and made sure all four corners were tucked under to hold it down . Next , I put the flat sheet on top of the filled one . I tucked just the bottom under the mattress so I could still fold the top down when I was done . I smoothed all the wrinkles out , and put the pillow cases on all four of my pillows . Putting the pillows up against the headboard in a decorative fashion made my bed look great ! I love my new sheets . Question: Off of what did they pull off their old sheets and pillow cases? Option1: their bed Option2: the shelf", "output": "their bed", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: It was a typical busy Monday morning . All three children were still looking a little sleepy , but they were dressed and sitting at the table eating breakfast . We had ten minutes until it was time to leave for school . As they finished eating , there was a flurry of activity as the children all tried to be in the same place at the same time . Teeth were brushed . Jackets were put on . Lunch sacks and backpacks were grabbed . As the children hustled into the car , we did one final check : backpack , lunch , jacket ... homework ? The youngest ran back to get her homework folder . Finally ready , we buckled our seat belts and began the short drive to the elementary school . \" Have a fun day ! \" I started my drive to work wondering if I had remembered to grab everything I needed . Question: When were the shoes tied? Option1: after putting them on Option2: before putting them on", "output": "after putting them on", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: At work the other day , a coworker from another location of my work emailed me . They asked me if I could fax some papers to them and gave me their fax machine number . I located the papers that the coworker wanted . I made sure that the fax machine was turned on and that it was plugged into the phone line in the wall . It was , so I set my paper into a tray up top . I pressed the button that said \" fax \" on the button pad on the fax machine and entered my coworker 's fax machine number . , \" and showed my coworker 's number . I hit yes and the machine went to work . It pulls the paper into the machine through some little rollers , and inside , it scans the papers so it can send sort of a picture of them to the other machine . To put it simply , it sends a signal to the other machine that makes it print a copy of that same paper . After I did this for all my papers , I went over to my computer so I could check my email . Question: When did they notice the machine asked \"is this correct?\"? Option1: after the fax wassent Option2: after entering the fax number", "output": "after entering the fax number", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: I was riding my bike around my house and noticed I had to peddle harder than I usually do . I got off my bike to see if everything was wrong . The front tire looked okay , the chain was still on the bike , but the back tire was flat unfortunately . I walked my bike back to my house because it is not safe to ride a bike with a flat tire . I connected the valve of the pump to the valve on the tire . I pumped the air pump and kept checking the tire to make sure it was working . It was hard work and it took longer than I thought . I put my ear next to it to see if I could hear any air coming out but I did n't hear any . I got back on my bike and it rode fine . Question: What were they looking for in the garage? Option1: the bike Option2: the air pump", "output": "the air pump", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: This morning on the way to work I noticed that my gas tank was almost empty . I pulled my car off of the road and into the gas station . I made sure I pulled in so that the opening to the gas tank was on the same side as the gas pumps . I was asked to enter my zip code to verify I was the owner of the credit card . After it authorized , I pushed the button for the type of gas that I wanted , regular unleaded . I unscrewed the cap to my gas tank and inserted the nozzle of the pump into it . The pump turned off once my tank was full . I replaced the hose onto the gas pump then screwed the cap back on . I took my receipt the the gas pump and got back into my car . I started the engine and drove away . Question: What did pushing the handle do? Option1: stopped the gas from flowing Option2: Start the gas pump.", "output": "Start the gas pump.", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: I woke up with a start , feeling as if I was missing something , like I was late ! It took a few moments for the adrenalin to subside , and then I remembered . Today is the day for my work interview , and I had spent much of the night dreaming about everything that could happen , both good and bad . I got myself out of bed and prepared for my day , paying attention to the details of my grooming and clothing . I really want to make a good appearance today . The trip to the downtown office where I would interview today would take about an hour if I decided to drive the entire way . I opted for the train , since there was a station about a block from where I would interview . Once I arrived , the receptionist asked me to have a seat and I would be called . After was seemed like an eternity , an eternity in which my nerves kept knotting up and screaming at me , I was called in . The lady behind the desk introduced herself , and handed me some tests to do , before my face to face interview . This confused me a bit , but I decided it would give me more time to calm down . I always did well in testing . Once I got to my face to face interview , I was calm and centered . I could not be happier . Question: When did they enter the office? Option1: before the interview Option2: after completing the interview", "output": "before the interview", "category": "Question Answering 753.json" }, { "instruction": "You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words other than the two options, and do not answer with option titles(e.g. \"option1\" or \"1\" are not acceptable answers.)", "input": "Passage: Molly was sitting in her room all alone , frowning to herself as she thought about the mistake she made . Molly was playing with her soccer ball inside , which she was NOT allowed to do and she knew this at the time , but she kicked the ball around inside the house anyway . At one point she went to kick the ball and most unfortunately tripped and fell backwards , accidentally kicking the ball very hard in the wrong direction , causing it to hit the coffee table , bounce off the wall and smash into the TV ! Mom and dad were very angry at first , but later explained calmly to Molly that this is why she is n't allowed to play with the ball inside the house . Instead of being upset about the incident , Molly 's parents got on their computer and shopped for a new and much better TV to buy in place of the broken one . All ended up well , and Molly learned that if she would like to play with her soccer ball , she must go outside first . Question: When was the TV knocked off the shelf Option1: when the ball hit it Option2: when the ball bounced on the floor", "output": "when the ball hit it", "category": "Question Answering 753.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: Selective Service System -- The Selective Service System is an independent agency of the United States government that maintains information on those potentially subject to military conscription. Virtually all male U.S. citizens and male immigrant non-citizens between the ages of 18 and 25 are required by law to have registered within 30 days of their 18th birthdays and must notify Selective Service within ten days of any changes to any of the information they provided on their registration cards, like a change of address. A 2010 Government Accountability Office report estimated the registration rate at 92% with the names and addresses of over 16.2 million men on file. However, the only audit of the addresses of registrants on file with the Selective Service System, in 1982, found that 20--40% of the addresses on file with the Selective Service System for registrants in the age groups that would be drafted first were already outdated, and up to 75% for those registrants in their last year of potential eligibility to be drafted would be invalid.\nQuestion: is it required to register for the selective service", "output": "1", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: GEICO -- In 1974, under Kreeger's leadership, GEICO began to insure the general public, after real-time access to computerized driving records became available throughout the United States, and it was briefly the fifth-largest U.S. auto insurer. By 1975, it was clear that GEICO had expanded far too rapidly (during the 1973--75 recession) when it reported a $126.5 million loss. To prevent GEICO from collapsing, a consortium of 45 insurance companies agreed to take over a quarter of its policies, and it was forced to issue a stock offering (thus diluting existing stockholders) to raise money to pay claims. It took five years (during which the company shrank significantly) and a massive reorganization to set GEICO on the path to recovery.\nQuestion: do you have to be a government employee to use geico", "output": "0", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: Wizard (Middle-earth) -- In the fiction of J.R.R. Tolkien, the Wizards of Middle-earth are a group of beings outwardly resembling Men but possessing much greater physical and mental power. They are also called the Istari (Quenya for ``Wise Ones'') by the Elves. The Sindarin word is Ithryn (sing. Ithron). They were sent by the Valar to assist the people of Middle-earth to contest Sauron.\nQuestion: are wizards human in lord of the rings", "output": "0", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: English orthography -- Besides the quirks the English spelling system has inherited from its past, there are other idiosyncrasies in spelling that make it tricky to learn. English contains, depending on dialect, 24--27 separate consonant phonemes and 13--20 vowels. However, there are only 26 letters in the modern English alphabet, so there is not a one-to-one correspondence between letters and sounds. Many sounds are spelled using different letters or multiple letters, and for those words whose pronunciation is predictable from the spelling, the sounds denoted by the letters depend on the surrounding letters. For example, the digraph th represents two different sounds (the voiced dental fricative and the voiceless dental fricative) (see Pronunciation of English th), and the voiceless alveolar sibilant can be represented by the letters s and c.\nQuestion: is there a predictable correspondence between word sound and word spelling", "output": "1", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: Stand-your-ground law -- The states that have legislatively adopted stand-your-ground laws are Alabama, Alaska, Arizona, Florida, Georgia, Idaho, Indiana, Iowa, Kansas, Kentucky, Louisiana, Michigan, Mississippi, Missouri, Montana, Nevada, New Hampshire, North Carolina, Oklahoma, Pennsylvania, South Carolina, South Dakota, Tennessee, Texas, Utah, West Virginia, and Wyoming.\nQuestion: is there a stand your ground law in arizona", "output": "1", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: Dance Moms (season 7) -- The seventh and final season of Dance Moms, an American dance reality television created by Collins Avenue Productions, premiered on November 29, 2016, on Lifetime television network. This is the final season starring Abby Lee Miller. She announced her exit in a statement on Instagram. Chloe Lukasiak returned to ``Dance Moms'' to guest star in the show's series finale and Season 7B.\nQuestion: is season 7 the last season of dance moms", "output": "1", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: Alligator snapping turtle -- The alligator snapping turtle (Macrochelys temminckii) is a species of turtle in the family Chelydridae, native to freshwater habitats in the United States. M. temminckii is one of the heaviest freshwater turtles in the world. It is often associated with, but not closely related to, the common snapping turtle, which is in the genus Chelydra. The specific epithet temminckii is in honor of Dutch zoologist Coenraad Jacob Temminck.\nQuestion: is there such thing as an alligator snapping turtle", "output": "1", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: Houston Astros -- The Houston Astros are an American professional baseball team based in Houston, Texas. The Astros compete in Major League Baseball (MLB) as a member club of the American League (AL) West division, having moved to the division in 2013 after spending their first 51 seasons in the National League (NL). The Astros have played their home games at Minute Maid Park since 2000.\nQuestion: did houston astros used to be in national league", "output": "1", "category": "Question Answering 755.json" }, { "instruction": "In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True)", "input": "Passage: Mezcal worm -- Contrary to popular belief, a true Tequila does not contain a worm. It is only in Tequila's brother Mezcal.\nQuestion: does tequila have a worm in the bottle", "output": "0", "category": "Question Answering 755.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u0447\u0443\u0434\u043d\u043e!", "output": "joy", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u0417\u0430 \u0432\u0441\u0451 \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u044f \u043d\u0438 \u0440\u0430\u0437\u0443 \u043d\u0435 \u0432\u0438\u0434\u0435\u043b \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0443\u043b\u044b\u0431\u043a\u0438 .", "output": "surprise", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u0422\u0451\u043f\u043b\u044b\u0439, \u0441\u043e\u043b\u043d\u0435\u0447\u043d\u044b\u0439 \u0432\u0435\u0441\u0435\u043b\u044b\u0439,\u0431\u0443\u0434\u0442\u043e \u0437\u0430\u043d\u043e\u0432\u043e \u0440\u043e\u0436\u0434\u0435\u043d\u043d\u044b\u0439)))", "output": "joy", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u0441\u043c\u043e\u0442\u0440\u044e \u0444\u043e\u0442\u043a\u0438,\u0432\u0441\u0435 \u0430\u0442\u043a\u0438\u0435 \u0441\u043c\u0435\u0448\u043d\u044b\u0435 )))", "output": "joy", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u0430\u0433\u0430, \u0434\u043e 12-13 \u043b\u0435\u0442 \u0442\u043e\u0447\u043d\u043e) Ferrari 250swb, \u043f\u0440\u0438\u0432\u0435\u0437\u0435\u043d\u043d\u0430\u044f \u041c\u0430\u043c\u043e\u0439 \u0438\u0437 \u0418\u0442\u0430\u043b\u0438\u0438, \u044f \u0437\u0430\u043f\u043b\u0430\u043a\u0430\u043b \u043e\u0442 \u0441\u0447\u0430\u0441\u0442\u044c\u044f, \u043a\u043e\u0433\u0434\u0430 \u043c\u043d\u0435 \u0435\u0435 \u043a\u0443\u043f\u0438\u043b\u0438)", "output": "joy", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u0418 \u0432 \u0442\u043e\u0442 \u0436\u0435 \u0434\u0435\u043d\u044c \u0441 \u043d\u0435\u0436\u043d\u043e\u0439 , \u043d\u043e \u043f\u0435\u0447\u0430\u043b\u044c\u043d\u043e\u0439 \u0440\u043e\u0436\u0435\u0439 \u043b\u0438\u0446\u0430 \u043e\u043d\u0438 \u043f\u043e\u0431\u0435\u0433\u0443\u0442 \u0438\u0441\u043a\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0442\u0430\u0440\u0435\u043b\u043a\u0438 , \u0431\u043e\u043b\u0435\u0435 \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0438\u0445 \u0437\u0430\u0433\u0430\u0434\u043e\u0447\u043d\u043e\u043c\u0443 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u043c\u0443 \u043c\u0438\u0440\u0443 \u2026 \u0410 \u0442\u0435\u043f\u0435\u0440\u044c \u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0436\u0443 \u0432\u0430\u043c \u043f\u043e\u0447\u0435\u043c\u0443 \u044f \u043d\u0435 \u043b\u044e\u0431\u043b\u044e \u0440\u0430\u043a\u043e\u043c \u0420\u0430\u043a\u043e\u0432 !", "output": "anger", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u00ab\u0418\u0441\u0442\u0435\u0446 \u0438\u0441\u043f\u044b\u0442\u0430\u043b \u0433\u043b\u0443\u0431\u043e\u043a\u0438\u0435 \u043d\u0440\u0430\u0432\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0441\u0442\u0440\u0430\u0434\u0430\u043d\u0438\u044f, \u0434\u043b\u044f \u043d\u0435\u0433\u043e \u0441\u0442\u0430\u043b\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u043e, \u0447\u0442\u043e \u0435\u0433\u043e \u0440\u043e\u0434\u043d\u043e\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043f\u043e \u043f\u0440\u0438\u0445\u043e\u0442\u0438 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u043f\u043e\u043b\u0438\u0446\u0438\u0438 \u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043c\u0438\u043d\u0443\u0442\u044b \u0436\u0438\u0437\u043d\u0438 \u0431\u044b\u043b \u043f\u043e\u0434\u0432\u0435\u0440\u0433\u043d\u0443\u0442 \u0436\u0435\u0441\u0442\u043e\u043a\u0438\u043c \u043c\u0443\u0447\u0435\u043d\u0438\u044f\u043c.", "output": "sadness", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u0412 \u043a\u043b\u0430\u0441\u0441\u0435 10 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u044d\u0442\u043e \u0443\u0436\u0430\u0441\u043d\u043e:( \u0434\u043e\u043c\u043e\u0439 \u0445\u043e\u0447\u0443", "output": "sadness", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in the Russian language, and you should classify the given input text to one of the emotion labels from this list of emotion labels- ['joy', 'sadness', 'surprise', 'fear', 'anger']. Make sure your output label (i) is strictly present in the given list of emotion labels. (ii) is unambiguous.", "input": "\u2013 \u0443\u0434\u0438\u0432\u0438\u043b\u0430\u0441\u044c \u041d\u0430\u0434\u0435\u043d\u044c\u043a\u0430 , \u043f\u043e\u0442\u043e\u043c \u0441\u043e\u043e\u0431\u0440\u0430\u0437\u0438\u043b\u0430 \u0447\u0442\u043e-\u0442\u043e , \u043f\u043e\u0434\u0436\u0430\u043b\u0430 \u0433\u0443\u0431\u0443 , \u043d\u043e \u0442\u0443\u0442 \u0436\u0435 \u043f\u0440\u043e\u0448\u043b\u043e \u0441\u043e\u043c\u043d\u0435\u043d\u0438\u0435 , \u0437\u0430\u0443\u043b\u044b\u0431\u0430\u043b\u0430\u0441\u044c .", "output": "joy", "category": "Sentiment Analysis 756.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u0414\u0430 \u044d\u0442\u043e \u0441\u0442\u0435\u0431 :( \u0411\u0438\u043b\u043b\u043e\u043c\u0430\u043d\u044b, \u043d\u0435 \u043d\u0430\u0435\u0437\u0436\u0430\u0439\u0442\u0435 \u043d\u0430 \u043c\u0435\u043d\u044f :( \u044f \u0432\u0430\u0441 \u0431\u043e\u044e\u0441\u044c :(", "output": "anger", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u043f\u0435\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 (( \u0434\u043e \u0447\u0435\u0433\u043e \u0434\u043e\u0432\u0435\u043b\u0430 \u043d\u0430\u0441 \u0433\u043b\u0430\u0441\u043d\u043e\u0441\u0442\u044c, \u043f\u043b\u044e\u0440\u0430\u043b\u0438\u0437\u043c \u0438 \u043f\u0435\u0440\u0435\u0441\u0442\u0440\u043e\u0439\u043a\u0430 ( \u0435\u0441\u043b\u0438 \u0421\u043e\u0447\u0438 \u0438\u0437\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0430 - \u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0443\u0433\u0440\u043e\u0437\u0430 \u0432\u043d\u0443\u0442\u0440\u0438 \u0441\u0442\u0440\u0430\u043d\u044b", "output": "surprise", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u0418 \u0434\u0430\u0436\u0435 \u043a\u043e\u0433\u0434\u0430 \u0448\u0443\u0442\u0438\u043b , \u0434\u0435\u043b\u0430\u043b \u044d\u0442\u043e \u0432\u0435\u0441\u044c\u043c\u0430 \u043d\u0430\u0442\u0443\u0436\u043d\u043e .", "output": "surprise", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u041a\u0440\u0430\u0441\u0438\u0432\u0430\u044f \u0438\u043a\u043e\u043d\u043a\u0430 \u0440\u0430\u0434\u0443\u0435\u0442 \u0433\u043b\u0430\u0437.", "output": "sadness", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u042f \u0442\u0435\u0431\u044f \u0443\u0434\u0438\u0432\u043b\u044e !", "output": "fear", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u041f\u043e \u0438\u0445 \u043c\u043d\u0435\u043d\u0438\u044e, \u043e\u043d \u0443\u0433\u0440\u043e\u0436\u0430\u0435\u0442 \u0441\u0432\u043e\u0431\u043e\u0434\u0435 \u0438 \u043f\u0440\u0430\u0432\u0430\u043c \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u0432 \u0441\u0442\u0440\u0430\u043d\u0435.", "output": "anger", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0440\u044f\u0434\u043e\u043c - \u044d\u0442\u043e \u043a\u043e\u0433\u0434\u0430 113\u043a\u0442 \u043e\u0431\u0433\u043e\u043d\u044f\u0435\u0442 113\u043a\u0442 \u043e_\u041e", "output": "fear", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u041d\u0430\u0434\u043e \u0441\u043a\u0430\u0437\u0430\u0442\u044c , \u043a \u043d\u0430\u043c \u0432 \u0430\u043a\u0430\u0434\u0435\u043c\u0438\u044e \u044f \u0441\u043c\u0435\u0445\u0443 \u0440\u0430\u0434\u0438 \u0442\u043e\u0436\u0435 \u043f\u043e\u0434\u0430\u043b\u0430 .", "output": "sadness", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous.", "input": "\u0421\u043a\u0443\u0447\u0430\u044e \u043f\u043e \u041a\u0438\u043f\u0440\u0443...(", "output": "surprise", "category": "Wrong Candidate Generation 757.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: each day a man meets his wife at the train station after work, and then she drives him home. she always arrives exactly on time to pick him up. one day he catches an earlier train and arrives at the station an hour early. he immediately begins walking home along the same route the wife drives. eventually his wife sees him on her way to the station and drives him the rest of the way home. when they arrive home the man notices that they arrived 40 minutes earlier than usual. how much time did the man spend walking ?\nOptions: a. 45 minutes, b. 50 minutes, c. 40 minutes, d. 55 minutes, e. 35 minutes", "output": "c", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: if 45 - [ 28 - { 37 - ( 15 - * ) } ] = 54, then * is equal to :\nOptions: a. - 29, b. - 19, c. 15, d. 29, e. 39", "output": "c", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: the total price of a basic computer and printer are $ 2,500. if the same printer had been purchased with an enhanced computer whose price was $ 500 more than the price of the basic computer, then the price of the printer would have been 2 / 5 of that total. what was the price of the basic computer ?\nOptions: a. 1300, b. 1600, c. 1750, d. 1900, e. 2000", "output": "a", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: the lcm of two numbers is 2310 and hcf is 55. if one of the numbers is 210. then what is the other number ?\nOptions: a. 715, b. 825, c. 330, d. 605, e. 465", "output": "d", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: in a garden, 26 trees are planted at equal distances along a yard 700 metres long, one tree being at each end of the yard. what is the distance between two consecutive trees ?\nOptions: a. 10, b. 28, c. 12, d. 14, e. 16", "output": "b", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: a student took 5 papers in an examination, where the full marks were the same for each paper. his marks in these papers were in the proportion of 6: 7: 8: 9: 10. in all papers together, the candidate obtained 60 % of the total marks then, the number of papers in which he got more than 50 % marks is\nOptions: a. 1, b. 3, c. 4, d. 5, e. 7", "output": "c", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: if y is the smallest positive integer such that 7350 multiplied by y is the square of an integer, then y must be\nOptions: a. 2, b. 5, c. 6, d. 7, e. 14", "output": "c", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: the length of a rectangular floor is more than its breadth by 200 %. if rs. 240 is required to paint the floor at the rate of rs. 3 per sq m, then what would be the length of the floor ?\nOptions: a. 65, b. 44, c. 18, d. 15.49, e. 14", "output": "d", "category": "Question Answering 767.json" }, { "instruction": "Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid.", "input": "Problem: in what ratio must a grocer mix two varieties of pulses costing rs. 15 and rs. 20 per kg respectively so as to get a mixture worth rs. 16.50 kg ?\nOptions: a. 7: 3, b. 3: 7, c. 4: 6, d. 5: 7, e. 8: 9", "output": "a", "category": "Question Answering 767.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "Invited Branches: Brazil, Britain, Central America, Finland, India, Japan, Korea, Philippines, Ukraine, United States", "output": "\u00c0w\u1ecdn \u1eb8\u0300ka \u1ecc\u0301f\u00ed\u00eds\u00ec T\u00e1 A P\u00e8: Am\u1eb9\u0301r\u00edk\u00e0, Brazil, Britain, Central America, Finland, India, Japan, Korea, Philippines, Ukraine", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "A matter that does not have a means to voice itself had better be silent.", "output": "\u1ecc\u0300r\u1ecd\u0300 t\u00ed \u00f2 n\u00ed oh\u00f9n f\u00edf\u1ecd\u0300, d\u00edd\u00e1k\u1eb9\u0301 l\u00f3 y\u1eb9 \u1eb9\u0301.", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "The quake is the strongest to hit Mexico in a century, killing at least 45 people.", "output": "\u00ccm\u00ect\u00ect\u00ec il\u1eb9\u0300 y\u1eb9n l\u00f3 le j\u00f9 n\u00edn\u00fa \u00e0w\u1ecdn \u00e8y\u00ed t\u00f3 ti w\u00e1y\u00e9 r\u00ed n\u00ed or\u00edl\u1eb9\u0300-\u00e8d\u00e8 M\u1eb9\u0301s\u00edk\u00f2 n\u00ed \u1ecd\u0300p\u1ecd\u0300 \u1ecdd\u00fan s\u1eb9\u0301y\u00ecn, \u00e8\u00e8y\u00e0n m\u00e1r\u00f9nl\u00e9l\u00f3g\u00f3j\u00ec [45] l\u00f3 pa.", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "However, we do not put our trust in human courts or officials\u2014our trust remains in Jehovah.", "output": "\u00c0m\u1ecd\u0301, k\u00ec \u00ed \u1e63e \u00e0w\u1ecdn al\u00e1\u1e63\u1eb9 il\u00e9 \u1eb9j\u1ecd\u0301 la gb\u1eb9\u0301k\u1eb9\u0300 l\u00e9, J\u00e8h\u00f3f\u00e0 la gb\u1eb9\u0301k\u1eb9\u0300 l\u00e9.", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "So you have one small organization with tiny resources fighting this Goliath.", "output": "Il\u00e9e\u1e63\u1eb9\u0301 k\u00e9ker\u00e9 kan \u1e63o\u1e63o ni \u00f3 \u0144 koj\u00fa G\u00f2l\u00e1y\u00e1t\u00ec y\u00ec\u00ed.", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "Download This Video", "output": "Wa F\u00edd\u00ed\u00f2 Y\u00ec\u00ed J\u00e1de", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "Whoever remembers Efuji should show no kindness to any horse.", "output": "\u1eb8ni t\u00f3 b\u00e1 r\u00e1nt\u00ed Efuji, k\u00f3 m\u00e1 fi ore \u1e63e \u1eb9\u1e63in.", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "He also promised to renegotiate a deal with Greece's creditors that would allow more money to be reinvested in the country.", "output": "B\u00e1kann\u00e1\u00e0 l\u00f3t\u00fan \u1e63e \u00ecl\u00e9r\u00ed l\u00e1ti s\u00e8 \u00ecp\u00e0d\u00e9 p\u1eb9\u0300l\u00fa \u00e0w\u1ecdn Ol\u00f3k\u00f2w\u00f2 Greece l\u00e1ti le\u00e8 f\u00e0y\u00e8 gba \u1ecd\u0300p\u1ecd\u0300l\u1ecdp\u1ecd\u0300 ow\u00f3 s\u00edi \u00ecl\u00fa.", "category": "Translation 769.json" }, { "instruction": "This task is about translating a given English language sentence to Yoruba language.", "input": "We are glad that our brothers affected by this cyclone are being cared for physically and spiritually.\u2014Proverbs 17:17.", "output": "In\u00fa wa d\u00f9n p\u00e9 \u00e0w\u1ecdn ar\u00e1 wa t\u00f3 w\u00e0 n\u00edbi t\u00ed \u00ecj\u00ec ti j\u00e0 y\u00ec\u00ed \u0144 r\u00ed \u00e0b\u00f3j\u00fat\u00f3 tor\u00ed p\u00e9 w\u1ecd\u0301n \u0144 r\u00ed \u00ect\u00f9n\u00fa l\u00e1tin\u00fa \u1ecc\u0300r\u1ecd\u0300 \u1eccl\u1ecd\u0301run, \u00e0w\u1ecdn ohun k\u00f2\u1e63e\u00e9m\u00e1\u00e0n\u00ed t\u00ed w\u1ecd\u0301n n\u00edl\u00f2 s\u00ec \u0144 t\u1eb9\u0300 w\u1ecd\u0301n l\u1ecd\u0301w\u1ecd\u0301.\u200b\u2014\u00d2we 17:17.", "category": "Translation 769.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "2, ['r', 'z', 'n', 'f', 'x', 'F', '633', '7207', 'q', 'P', '4445', 'r', 'c', 'F', '8821', '425', 'F', '9689', '9419', 'j', 'T', '3097', '3149', 'c', 'w', 'U', '1153', 'i', 'K']", "output": "r, z, n, f, x, F, 633, 7207, q, P, 4445, r, c, F, 8821, 425, F, 9689, 9419, j, T, 3097, 3149, c, w, U, 1153", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "2, ['W', '2065', 'A', '1615', 'j', '7937', 'l', 'p', 'e', '4025', '7815', '759', '7439', '7835', '6313', 'z', '7777', '6981']", "output": "W, 2065, A, 1615, j, 7937, l, p, e, 4025, 7815, 759, 7439, 7835, 6313, z", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "1, ['s', '5205', '9779', 'r', 'm']", "output": "s, 5205, 9779, r", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "6, ['5447', 'a', 't', 'U', '8555', '9505', '6351', '5569', '8911', 'c', '6399', '8389', '8939', 't', '9865']", "output": "5447, a, t, U, 8555, 9505, 6351, 5569, 8911", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "6, ['2541', '9195', '4373', '1803', 'G', 'J', 'W', '9827', '199', '2391', '8799', '1095', 'A', '3227', 'L']", "output": "2541, 9195, 4373, 1803, G, J, W, 9827, 199", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "1, ['Z', '3989', 'v', 'q', 'V', '4123', 'K', '5367', 'f', '1677', '613']", "output": "Z, 3989, v, q, V, 4123, K, 5367, f, 1677", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "4, ['L', '679', 'h', '7105', '3349', '1899', 'Y', '4515', '311', '5243', 'h', 'R', 'd']", "output": "L, 679, h, 7105, 3349, 1899, Y, 4515, 311", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "1, ['f', 't', 'S', 'l', 'U', '8555', '597', '1087', '2389', '3585']", "output": "f, t, S, l, U, 8555, 597, 1087, 2389", "category": "Program Execution 77.json" }, { "instruction": "In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A.", "input": "2, ['j', 'u', '9441', '1303', '1709', '5139', 'q', 'O', '2511', '2597', '129', 'z', '7579', 'C', 'W', '6585']", "output": "j, u, 9441, 1303, 1709, 5139, q, O, 2511, 2597, 129, z, 7579, C", "category": "Program Execution 77.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "\u00ccw\u00e1d\u00ec\u00ed \u0144 l\u1ecd l\u1ecd\u0301w\u1ecd\u0301 n\u00edpa \u00ec\u1e63\u1eb9\u0300l\u1eb9\u0300 y\u00ec\u00ed, \u00e0m\u1ecd\u0301 \u1eb9\u0300r\u00ed fi h\u00e0n p\u00e9 \u00e0w\u1ecdn ob\u00ecnrin ni af\u1eb9\u0300m\u00ed\u1e63\u00f2f\u00f2 y\u00ec\u00ed d\u00e1j\u00fa s\u1ecd.", "output": "In addition to our sister, the perpetrator killed one other woman and injured eight people in an attack that took place in a market square in Turku, a city on Finland\u2019s southwest coast.", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "\u1eb8nu i\u1e63\u1eb9\u0301 \u1eb9ni ni a ti \u0144 m\u1ecd \u1eb9ni l\u1ecd\u0301l\u1eb9.", "output": "It is at one's occupation that one proves oneself an idler.", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "K\u00f2 n\u00ed y\u00e0 y\u00edn l\u1eb9\u0301nu p\u00e9 il\u00e9 k\u00e9ker\u00e9 t\u00ed w\u1ecd\u0301n k\u1ecd\u0301 n\u00edgb\u00e0 y\u1eb9n ni il\u00e9 \u00ecj\u1ecds\u00ecn \u00e0wa \u1eb8l\u1eb9\u0301r\u00ec\u00ed J\u00e8h\u00f3f\u00e0 t\u00e1 a k\u1ecd\u0301k\u1ecd\u0301 p\u00e8 n\u00ed \u201cGb\u1ecd\u0300ng\u00e0n \u00ccj\u1ecdba.\u201d \u00c0t\u00ecgb\u00e0 y\u1eb9n l\u00e0wa \u00e8\u00e8y\u00e0n J\u00e8h\u00f3f\u00e0 ti \u0144 pe \u00e0w\u1ecdn ibi t\u00e1 a m\u00e1a \u0144 k\u00f3ra j\u1ecd s\u00ed l\u00e1ti j\u1ecd\u0301s\u00ecn n\u00ed Gb\u1ecd\u0300ng\u00e0n \u00ccj\u1ecdba, \u00ecy\u1eb9n s\u00ec ti l\u00e9 l\u1ecd\u0301g\u1ecd\u0301rin (80) \u1ecdd\u00fan b\u00e1y\u00ec\u00ed.", "output": "This little building would carry the distinction of being the first in the world to be named \u201cKingdom Hall.\u201d It would also serve as an anchor for tremendous growth over the next eight decades.", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "Oj\u00fa k\u00ec \u00ed ti \u00e0gb\u00e0 l\u00f3ru; jagun a l\u00f3\u1e63\u00f2\u00f3 g\u00f3\u0144g\u00f3.", "output": "An elderly person does not become embarrassed under cover of darkness; the stalwart squats nonchalantly.", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "W\u1ecd\u0301n m\u1ecd\u0300 w\u1ecd\u0301n b\u00ed \u1eb9n\u00ed mow\u00f3 n\u00edb\u1eb9\u0300 tor\u00ed p\u00e9 w\u1ecd\u0301n k\u1ecd\u0300 l\u00e1ti \u1e63e i\u1e63\u1eb9\u0301 t\u00f3 b\u00e1 j\u1eb9 m\u1ecd\u0301 \u00e0w\u1ecdn \u1ecdm\u1ecd ogun \u00e0ti ogun (ir\u00fa b\u00edi r\u00edr\u00e1n a\u1e63\u1ecd \u00e0w\u1ecdn ol\u00f3gun t\u00e0b\u00ed w\u00edw\u00e1 o\u00fanj\u1eb9 f\u00fan \u00e0w\u1ecdn \u1eb9\u0300\u1e63\u1ecd\u0301 SS), w\u1ecd\u0301n tor\u00ed b\u1eb9\u0301\u1eb9\u0300 f\u00ecy\u00e0 j\u1eb9 w\u1ecd\u0301n gidigidi, t\u00e0b\u00ed n\u00edgb\u00e0 m\u00ed\u00ec, k\u00ed w\u1ecd\u0301n d\u00e1j\u1ecd\u0301 ik\u00fa f\u00fan w\u1ecd\u0301n.", "output": "There they distinguished themselves for their resistance, by refusing to perform jobs related to the army and to war (like sewing military uniforms or supplying vegetables to the SS), and faced heavy punishment and, in some cases, even the death sentence.", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "T\u00e1b\u00e0 t\u00ed \u00f2 d\u00f9n, \u1eb9nu \u00f2 t\u00e0 \u00e1.", "output": "Snuff that is not pleasant, the mouth cannot not sell.", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "--- \u00ccj\u1ecdba \u00e0pap\u1ecd\u0300 k\u00f2 nil\u00f2 l\u00e1ti ya ow\u00f3 n\u00edl\u1eb9\u0300 \u00f2k\u00e8\u00e8r\u00e8 \u2013 SGF.", "output": "--- Tax revenue will reduce borrowing in Nigeria \u2013 SGF", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "\u00c8y\u00ed ni \u00f3 fi j\u1eb9\u0301 \u00ecgb\u00e0 kej\u00ec l\u00e1\u00e0rin \u1ecdd\u00fan m\u00e9je t\u00ed B\u00e0b\u00e1 \u00e0gb\u00e0 Michael Obi ti di j\u00edj\u00edgb\u00e9.", "output": "This would mark the second time in seven years that Pa Michael Obi has been kidnapped.", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given Yoruba language sentence to English.", "input": "Mo \u1e63\u00ec w\u00e0 n\u00edl\u00e9 \u1ecdk\u1ecd", "output": "I am still married", "category": "Translation 770.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "Everything's great, thanks to you.", "output": "Tout va bien, merci.", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "JULlET Indeed I never shall be satisfied", "output": "JULIETTE En effet je ne serai jamais satisfaite", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "I know you feel it's absurd.", "output": "Je sais que vous pensez que c'est absurde.", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "OK, other organizations we've been working with, UC Merced -- people know about UC Merced.", "output": "D'autres organisations aec qui nous avons travaill\u00e9, UC Merced, les gens connaissent UC Merced.", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "So those are all natural causes of climate change.", "output": "Donc, ce sont toutes des causes naturelles du changement climatique.", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "Because we'd rather take those cells which already know that those are the cell types you want.", "output": "Parce que nous pr\u00e9f\u00e9rerions pr\u00e9lever ces cellules qui savent d\u00e9j\u00e0 qu'elles sont du type de cellule dont vous avez besoin.", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "So if you learn a little bit about how their brains work, we're going to learn a lot about how our brains work.", "output": "Nous allons \u00e9couter une conversation entre deux cellules, et nous allons \u00e9couter ce qu'on appelle un pic.", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "You would like to take a photo?", "output": "Tu aimerais prendre une photo ?", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given English language sentence to French.", "input": "And you want them to learn this before they start practicing on real human patients.", "output": "Et ils doivent l'apprendre avant de pratiquer sur un patient r\u00e9el.", "category": "Translation 771.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "Si vous ne le savez pas, certains col\u00e9opt\u00e8res adorent faire l'amour \u00e0 cette temp\u00e9rature.", "output": "Now wouldn't you know it, there's some beetles that just love to make love at that temperature.", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "Vous r\u00e9ussissez a me rendre tort", "output": "716 01: 40.809 -> 01: 01:", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "J'ai eu une grave op\u00e9ration du c\u0153ur.", "output": "I had a major heart operation.", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "Et c'est gr\u00e2ce au crowdsourcing, gr\u00e2ce \u00e0 la gentillesse que m'ont t\u00e9moign\u00e9e des inconnus, que j'ai pu r\u00e9v\u00e9ler des parties de mon pass\u00e9 qui me hantaient.", "output": "And it was through crowd-sourcing, it was through the kindness that strangers were showing me, that I could uncover parts of my past that were haunting me.", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "Notre r\u00e9serve fractionnaire et du syst\u00e8me bancaire bas\u00e9e sur la dette sont le probl\u00e8me.", "output": "We must ignore its inevitable resistance to reform and remain firm until the cure is complete.", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "Le filtre ne peut \u00eatre utilis\u00e9 avec de l'eau provenant de sources d'eau \u00e0 risque comme les rivi\u00e8res et les puits.", "output": "The filter cannot be used with water from unsafe water sources such as rivers and wells.", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "Comment \u00e7a va tout le monde?", "output": "Pastor Lentz:", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "Et ma partie pr\u00e9f\u00e9r\u00e9e, juste pour s'amuser, je ne sais pas si vous pouvez voir, mais ils peuvent mettre des messages sur le tableau de bord et ils ont \u00e9crit pwnd et mis une petite \u00e9motic\u00f4ne avec un X pour les yeux.", "output": "And my favorite part, just for kicks, I don't know if you can see, but they're able to put a message on the dash and so, they said pwnd and there is a little x-eyed emoticon there.", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given French language sentence to English.", "input": "A deux doigts de s\"\u00e9vanouir. Heureusement, elle ne porte pas d\"\u00e9charpe, comme celle qui a manqu\u00e9 de se faire \u00e9trangler, comme cette autre, p\u00e9n\u00e9tr\u00e9e avec un couteau, ou comme ces filles kidnapp\u00e9es en voiture mais qui ont pu sauter en marche... ou cette m\u00e8re viol\u00e9e sous les yeux de son enfant.", "output": "She is about to faint, but thankfully she is not wearing a scarf like the other girl who was almost strangled with it, or like the third girl who was penetrated with a knife, or like the 4th or the 5th girls who were kidnapped in cars but were able to jump out of them... or like the mother who was violated in front of her children.", "category": "Translation 773.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "And they keep having hopes, and that gives me hope.", "output": "Y siguen teniendo esperanzas, y eso me da esperanza.", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "Notice we went from a function of t-- although obviously this one wasn't really dependent on t-- to a function of s.", "output": "Aviso, pasamos de una funci\u00f3n de t--aunque obviamente esto uno no era realmente dependiente de t--a una funci\u00f3n de s.", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "That's great.", "output": "Se parece un poco a ti.", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "And the bubbles keep moving up there, and this is what the world looks like today.", "output": "Y las burbujas contin\u00faan movi\u00e9ndose ah\u00ed, y as\u00ed es como se ve el mundo hoy.", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "And work in domains where we know a lot about the environmental impacts of the pollutants that we're trying to control.", "output": "Y trabajar en los dominios donde sabemos mucho acerca de los impactos ambientales de los contaminantes que estamos tratando de control.", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "I must leave now.", "output": "Debo irme ahora.", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "He goes, \"Well do you say the f word?\"", "output": "El me dijo: \"Dices la palabra que empieza por \"j\"?", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "PAWZ: have you heard of Robert Kiyosaki?; the author of one of the top selling financial books (RlCH DAD POOR DAD) of all time", "output": "Ha ud escuchado de Robert Kiyosaki? el autor de uno de los mas leidos libros del mundo?", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given English language sentence to Spanish.", "input": "Maybe a coop and a few hens too, huh? - Great, daily fresh eggs.", "output": "Tal vez una cooperativa y algunas gallinas tambi\u00e9n, \u00bfeh? - grandes, huevos frescos todos los d\u00edas.", "category": "Translation 774.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "Charla de hoy sobre las guerras y hablar de los miedos, porque el d?a de hoy este asunto \"y enviar\"", "output": "Today talk about wars and talk about fears, because today this affair \"and send\"", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "Podemos tener aquella charla ahora?", "output": "Could we have that talk now?", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "As\u00ed podr\u00eda ser empresas de informaci\u00f3n versus empresas de entrega.", "output": "So that could be information companies versus delivery companies.", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "Vamos a estar haciendo un experimento un poco diferente al de Erat\u00f3stenes, porque no quiero que tengas que usar un camello para medir la distancia entre ciudades cercanas.", "output": "We're going to be doing this experiment a little different than Eratosthenes, because I don't want you to have to use a camel to measure distances between nearby cities.", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "Y si x es mayor de 1.99, luego x ^ 2 es m\u00e1s grande que 3.9601, y Si x es menor que el 2.01, x cuadrado es menor que 4.0401.", "output": "And if x is bigger than 1.99, then x^2 is bigger than 3.9601, and if x is smaller than 2.01, then x squared is smaller than 4.0401.", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "As\u00ed que vamos a definir algunas variables.", "output": "So let's define some variables.", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "Detente! Cansate!", "output": "Don't make me hurt you.", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "Re\u015fat Bey se habl\u00f3 de la noticia, \u00bfno?", "output": "Re\u015fat Bey is told about the news, isn't he?", "category": "Translation 775.json" }, { "instruction": "This task is about translating a given Spanish language sentence to English.", "input": "432 00:36:42,400 --> 00:36:45.700 ha realizado suficientes indicios.", "output": "432 00:36:42,400 --> 00:36:45,700 You made enough indications.", "category": "Translation 775.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: Nickel, Description: Chemical element with atomic number 28, Question: Does nickel make up the majority of the coin that is named after it?, Answer:No", "output": "Fact1: The nickel is a five cent coin used in the United States Fact2: The majority of the United States nickel is made up of copper ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: Nordic countries, Description: Geographical and cultural region in Northern Europe and the North Atlantic, Question: Does someone from Japan need a passport to go to a Nordic country?, Answer:Yes", "output": "Fact1: The Nordic Passport Union allows citizens of the Nordic countries: Denmark (Faroe Islands included since 1 January 1966, Greenland not included), Sweden, Norway (Svalbard, Bouvet Island and Queen Maud Land not included), Finland and Iceland (since 24 September 1965) to cross approved border districts without carrying and having their passport checked. Fact2: Japan is not one of the approved countries. ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: Cane toad, Description: World's largest toad, Question: Would the average Hawaiian male experience more days on Earth compared to a wild cane toad?, Answer:Yes", "output": "Fact1: Cane toads have a life expectancy of 10 to 15 years in the wild. Fact2: The average life expectancy of a male born in Hawaii is 79.3 years as of 2018. ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: Inflammation, Description: signs of activation of the immune system, Question: Does inflammation cause Spontaneous human combustion?, Answer:No", "output": "Fact1: Spontaneous human combustion is the concept of the combustion of a living (or recently deceased) human body without an apparent external source of ignition. Fact2: Spontaneous human combustion cases, in current scientific consensus, is that most, and perhaps all involve overlooked external sources of ignition. ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: Markhor, Description: species of mammal, Question: Do Markhors eat penguins?, Answer:No", "output": "Fact1: Markhor live in Central Asia, Karakoram and the Himalayas. Fact2: Penguins live in almost exclusively in the Southern Hemisphere. ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: Silk, Description: fine, lustrous, natural fiber produced by the larvae of various silk moths, especially the species Bombyx mori, Question: Does Bombyx mori have a monopoly over silk production?, Answer:No", "output": "Fact1: A monopoly refers to the exclusive supply of a good. Fact2: The Bombyx mori is a moth famous for its silk production. Fact3: Spiders, beetles, caterpillars, and fleas produce silk. Fact4: Wild silk produced by caterpillars has been used in China, Europe, and South Asia since antiquity. ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: ABBA, Description: Swedish pop group, Question: Did the ABBA jukebox musical make a profit over 100%?, Answer:Yes", "output": "Fact1: Mamma Mia was an ABBA jukebox musical. Fact2: Mamma Mia's budget was $52 million. Fact3: Mamma Mia's gross revenue was $144 million. ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: Nicole Kidman, Description: Australian-American actress and film producer, Question: Is Nicole Kidman tallest actress from her home country?, Answer:No", "output": "Fact1: Nicole Kidman is an Australian actress. Fact2: Nicole Kidman is 5'11\" tall. Fact3: Australian Actress Elizabeth Debicki is 6'3\" tall. Fact4: Australian model and actress, Elle Macpherson is 6'0\" tall. ", "category": "Misc. 776.json" }, { "instruction": "In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page)", "input": "Term: French Open, Description: French Open Tennis Championships, Question: Could the French Open courts been made into pottery instead?, Answer:Yes", "output": "Fact1: The French Open is famous for its clay courts. Fact2: Clay is the primary ingredient in pottery. ", "category": "Misc. 776.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['n', 'S', 'Greek', 'F', 'of', 'J', 'I', 'for', 't', 'H', 'M', 'a', 'such', 'J']", "output": "nSGreekFofJIfortHMasuchJ", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['l', 'i', 'icy', 'd', 'the', 'Y', 'is', 'q', 'testimony', 'W', 'subjects', 'y', 'g', 'as', 'G', 'fear', 'e']", "output": "liicydtheYisqtestimonyWsubjectsygasGfeare", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['l', 'the', 'm', 'who', 'p', 'x', 'this', 't', 'b', 'v', 'h']", "output": "lthemwhopxthistbvh", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['L', 'to', 'c', 'morning', 'S', 'to', 'J', 'sitting', 'n']", "output": "LtocmorningStoJsittingn", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['r', 'the', 'h']", "output": "rtheh", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['v', 'cold', 'A', 'There', 'e', 'o', 'N', 'l', 'f', 'thickets,', 'C']", "output": "vcoldAThereeoNlfthickets,C", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['regular', 'g', 'allseemed', 'W', 'U']", "output": "regulargallseemedWU", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['r', 'W', 'N', 's', 'a', 'V', 'v', 'much,', 'w']", "output": "rWNsaVvmuch,w", "category": "Program Execution 78.json" }, { "instruction": "In this task you will be given a list of strings and you need to concatenate them.", "input": "['the', 'Q', 'B', 'H', 'the', 'n', 'just', 'X', 'of', 't', 'might', 'f', 'well,', 'V', 'in', 's', 'the', 'F']", "output": "theQBHthenjustXoftmightfwell,VinstheF", "category": "Program Execution 78.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "The phoenix", "output": "mystical they be they be reborn from ash they be bird of fire", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "Breakfast for lunch", "output": "i like breakfast i like lunch i like breakfast for lunch in the morning i wake up want somthing to munch a the day go by it lunch time lunch time brunch time no diffrence in the lunch room you'll find alot and we're have breakfast for lunch", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "How I feel", "output": "you're everything i need and more i've never love anyone like this before i love the way you hold me i'm in love with ou ca n't you see i wan na be with you for life i wish you would ask me to be your wife and i hope you understand someday that i would never hurt you in any way i just hope you feel the same a i do my feeling for you be seriously true their in my look and in my smile their there for you and worth your while how you feel i can only guess the suspense be kill me do n't make me stress i write this for you to tell you i care and when you need someone i will be there", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "I Love the World", "output": "the light sky the weight cloud and the nice blue bird and some wonderful family and wonderful people that's all the thing about the world we love", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "Why is the Sun a Circle", "output": "why be the sun a circle what would happen if it be a triangle then i suppose that the world would be a triangle i think that would be funny do you", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "The Peaceful and Laughter Flowers", "output": "whose flower be that i think i know it owner be quite happy though full of joy like a vivid rainbow i watch her laugh i cry hello she give her flower a shake and laugh until her belly ache the only other sound's the break of distant wave and bird awake the flower be peaceful laughter and deep but she have promise to keep after cake and lot of sleep sweet dream come to her cheap she rise from her gentle bed with thought of kitten in her head she eat her jam with lot of bread ready for the day ahead", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "Song of the Soul", "output": "who be i what be you be we fake be we true who be we be we really here be the end far be the end near all i know be we be who we want to be you be you and i be me", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "Whiteboards", "output": "whiteboards be white whiteboards be smooth whiteboards need whiteboard marker to write whiteboards be small and big they be easy to write on good to write on whiteboards be the best thing in the world the end", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.", "input": "The big surprise", "output": "it call my name and touch my hand while i be asleep it try to pull me out of bed and even try to pull off the sheet it scar me so bad i would n't open my eye but it be only my mom to my surprise she say she be try to wake me up because i be snore i think it be a monster come to get me at 6 in the morning", "category": "Poem Generation 782.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "there once be a boy name jack one day he step on a tack he scream and holler then he pick up a dollar when he do he fell on his back", "output": "elementary", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "cat cat oh wonderful cat they 're cuddly they 're sneaky they 're soft and fiendish but playful and cute they 're acrobatic they 're skill dramatic they 're sly and cute enough to cook in a pie they 're beautiful they 're colorful they love me and you but best of all they hop on your lap right on cue", "output": "elementary", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "the frog hop in the grass so fast it almost crased through the mud he look like a clud but yet he be act like a dud he must of have a clud of mud on his bug that he be go to catch", "output": "elementary", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "my grandpa be as stong a a piece of steel he be as wierd a you he be as funny a jeff dunham he be as tall a honest abe he be as smart a 10 trillion einstein combine he be as old a the great wall of china he be as energetic a mario", "output": "high", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "four year ago i live on a lake living there be really great then my dad say be move to omaha i thought he be joke and say aha then i realize it be no joke i felt i be about to choke we drive to omaha past twist and bend when i get there i make new friend", "output": "elementary", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "the change have arrive i can hear the little child cry ask their parent why but their only responds be the change have arrive", "output": "elementary", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "terrible tylor try to take two ton of toad", "output": "high", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "if today i die then tomorrow i live if i discover the lie of yesterday or maybe the truth of the future either way i shall say absolutely nill", "output": "high", "category": "Text Categorization 783.json" }, { "instruction": "You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e., elementary and high. All inputs have at least one output and it cannot have both categories at a time.", "input": "i think of crepe every day even when i lay every morning at sunrise i eat crepe in disguise every early afternoon i eat crepe with a tune every evening at six i eat crepe while do kick every night at nine i eat crepe with a whine", "output": "elementary", "category": "Text Categorization 783.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "To relieve a burning sore throat.", "output": "Eat a piece of cucumber. It cools down your throat and stops the itching.", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "cook sweet potato in toaster oven", "output": "Adjust the toaster oven cooking rack to the lowest position and preheat to 400\u00b0F on the \u201cBake\u201d setting. Insert an oven-safe rack inside of a rimmed toaster oven baking sheet. Wash the sweet potatoes, scrubbing the skin well and dry completely with a kitchen towel.", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "Secure a wire to a battery terminal.", "output": "Use alligator clips to secure a wire to a battery terminal.", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "To repair a cracked cranberry cookie dough log while cutting", "output": "let it soften a bit on the counter and pinch back together", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "To prevent a pencil from rolling off of a desk,", "output": "place the pencil horizontal wise on your desk.", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "Remove duct tape from mouth.", "output": "Lick the tape to weaken adhesive.", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "How do you create straight caulking lines in your tub?", "output": "Use painters tape to create a thin line along the area you're sealing.", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "How do you say goodbye in Swedish?", "output": "You can say \"adjo\" to say goodbye in Swedish. Sounds like hey-oh.", "category": "Question Answering 79.json" }, { "instruction": "In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. ", "input": "how ot make mashed potatoes with skin", "output": "Bring a pot of lightly salted water to a boil. Add unpeeled potatoes, and cook until tender, about 15 minutes. Drain potatoes, and transfer to a bowl. Add butter, and mash with a potato masher or electric mixer until potatoes are starting to become smooth. Add milk and sour cream, and mix to your desired texture.", "category": "Question Answering 79.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: ifaequals the sum of the even integers from 2 to 120 , inclusive , andbequals the sum of the odd integers from 1 to 119 , inclusive , what is the value of a - b ?", "output": "60", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: country x imposes a two - tiered tax on imported cars : the first tier imposes a tax of 25 % of the car ' s price up to a certain price level . if the car ' s price is higher than the first tier ' s level , the tax on the portion of the price that exceeds this value is 15 % . if ron imported a $ 30000 imported car and ended up paying $ 5500 in taxes , what is the first tier ' s price level ?", "output": "$ 10000", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: ( ( ( 13 ! ) ^ 16 ) - ( ( 13 ! ) ^ 8 ) ) / ( ( ( 13 ! ) ^ 8 ) + ( ( 13 ! ) ^ 4 ) ) = a then what is the units digit for a / ( ( 13 ! ) ^ 4 ) =", "output": "9", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: john and david work at a hospital with 8 other workers . for an internal review , 2 of the 8 workers will be randomly chosen to be interviewed . what is the probability that john and david will both be chosen ?", "output": "1 / 28", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: yesterday ' s closing prices of 2,420 different stocks listed on a certain stock exchange were all different from today ' s closing prices . the number of stocks that closed at a higher price today than yesterday was 20 percent greater than the number that closed at a lower price . how many of the stocks closed at a higher price today than yesterday ?", "output": "1,320", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: sam \u2019 s car was fined when he gave joe and peter a ride , so they decided to help sam pay the fine . joe paid $ 6 more than 1 / 4 of the fine and peter paid $ 6 less than 1 / 3 of the fine , leaving pay $ 10 less than 1 / 2 the fine to complete the payment . what fraction of the fine did sam pay ?", "output": "$ 50", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: in a certain large company , the ratio of college graduates with a graduate degree to non - college graduates is 1 : 8 , and ratio of college graduates without a graduate degree to non - college graduates is 2 : 3 . if one picks a random college graduate at this large company , what is the probability q this college graduate has a graduate degree ?", "output": "3 / 19", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: the length and breadth of a rectangle is increased by 10 % and 30 % respectively . what is the increase in the area ?", "output": "43.0", "category": "Question Answering 793.json" }, { "instruction": "The task is to generate the correct answer for a given math problem.", "input": "Problem: a salesman sold twice as much pears in the afternoon than in the morning . if he sold $ 510 kilograms of pears that day , how many kilograms did he sell in the afternoon ?", "output": "340", "category": "Question Answering 793.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -Boil salt water -The water will turn into water vapor -Collect the water vapor -Allow the water vapor to cool -The water vapor will turn into liquid water -The salt will be separated from the water.\n Question: What is the effect of there are more animals to be infected on more water vapor is formed.?", "output": "none", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -One type of air pollution is the addition of carbon dioxide gas into the air -Some scientists believe that releasing too much carbon dioxide into the atmosphere is one of the causes of global warming -This upsets the balance of the carbon cycle -The ozone layer helps protect us from harmful rays from the sun -It is getting damaged from air pollution such as methane gas from livestock and CFCs from spray cans -Acid rain is created when gasses such as sulfur dioxide get high into the atmosphere -The wind can blow these gasses for miles and then they get washed out of the air when it rains -This rain is called acid rain and can damage forests and kill fish.\n Question: What is the effect of Pancreas is dormant on more bad effects of pollution.?", "output": "none", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -The nuclei of some atoms have too few or too many neutrons -The atoms become unstable -The atoms split -In alpha decay, two protons and two neutrons are released from the atom -In beta decay, a neutron changes into a proton and an electron -The proton joins the nucleus of the atom -The electron is released -\n Question: What is the effect of if the atom is too stable to be unsettled on if more atoms become unstable.?", "output": "against", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -Mix pancake mix with water -Heat a griddle -Pour a circle of batter in the griddle -When most of the bubbles pop on the surface, flip -Cook to desired color -Apply butter, syrup and enjoy -\n Question: What is the effect of less pancakes for everyone on less pancakes.?", "output": "for", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -Plants and animals long ago died -They are buried under layers of soil -Pressure builds over time -The remains liquefy -The carbon atoms rearrange to become a new substance.\n Question: What is the effect of the area is very geographically stable on fewer animals and plants will be buried.?", "output": "for", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -There are places inside Earth where rock will melt -Melted rock inside the Earth is also called molten rock, or magma -Magma moves up through Earth's crust, but it does not always reach the surface -When magma erupts onto Earth's surface, it is known as lava -As lava flows from volcanoes it starts to cool -Minerals form when magma and lava cool -\n Question: What is the effect of less rocks melt on less minerals forming.?", "output": "for", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -Bats and other animals produce a high-pitched tone -The sound travels in waves, as sound does -The sound 'bounces' off of a nearby object -The sound wave returns to the bat -The bat hears the echoed sound -Folds in the bat's ear and adaptations in the bat's brain enable it to determine the size, shape, and position of the other object via the properties of the returned sound waves -Other animals use echolocation in generally similar ways -\n Question: What is the effect of the water helps the sound bounce on fewer objects around to bounce sound off of.?", "output": "against", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -Human industry produces chemical compounds -Chemical compounds rise into the air -Chemical compounds mix with elements in clouds -The affected rain falls to the earth -The affected rain can harm natural and man-made objects because of its acidic content.\n Question: What is the effect of less affected rain to fall on more damage by acid rain.?", "output": "against", "category": "Question Answering 794.json" }, { "instruction": "In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with \"for\", if it has a negative effect, answer with \"against\". If there's no causal relationship between the two, answer with \"none\".", "input": "Process: -You inhale -Your diaphragm moves down -Your lungs have more room -Your lungs fill with air -You exhale -Your diaphragm moves back up -Carbon dioxide is exhaled -You start the process over again.\n Question: What is the effect of less air is pulled from outside the body on a greater amount of oxygen being delivered to the blood stream.?", "output": "none", "category": "Question Answering 794.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "Acta_Palaeontologica_Polonica | abbreviation | \"Acta Palaeontol. Pol.\"\nActa_Palaeontologica_Polonica | academicDiscipline | Paleontology\nActa_Palaeontologica_Polonica | ISSN_number | \"0567-7920\"", "output": "Acta Palaeontologica Polonica's abbreviated name is Acta Palaeontol. Pol. The book comes under the academic discipline of paleontology and has the ISBN number 0567-7920., Acta Palaeontologica Polonica (Acta Palaeontol. Pol.) Is focused on Paleontology. Its ISSN number is \"0567-7920\"., The Acta Palaeontological Polonica, Acta Palaeontol. Pol., is focused on Paleontology and has the ISSN number 0567-7920.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "Acharya_Institute_of_Technology | affiliation | Visvesvaraya_Technological_University\nAcharya_Institute_of_Technology | president | \"B.M. Reddy\"\nAcharya_Institute_of_Technology | city | Bangalore\nAcharya_Institute_of_Technology | country | \"India\"\nAcharya_Institute_of_Technology | state | Karnataka", "output": "B M Reddy is the President of the Acharya Institute of Technology, Bangalore, Karnataka, India. The Institute is affiliated to the Visvesvaraya Technological University., Acharya Institute of Technology (president B M Reddy) is located in Bangalore, Karnataka, India and is affiliated with Visvesvaraya Technological University.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "Accademia_di_Architettura_di_Mendrisio | country | Switzerland\nAccademia_di_Architettura_di_Mendrisio | dean | Mario_Botta\nAccademia_di_Architettura_di_Mendrisio | established | 1996\nAccademia_di_Architettura_di_Mendrisio | city | Mendrisio\nSwitzerland | leaderName | Johann_Schneider-Ammann", "output": "The Accademia di Architettura di Mendrisio in Mendrisio, Switzerland was established in 1996. Its dean is Mario Botta. The leader of Switzerland is Johann Schneider-Ammann., Johann Schneider-Ammann is the leader of Switzerland where the Accademia di Architettura di Mendrisio is located in the city of Mendrisio. The Dean of the Accademia is Mario Botta and it was established in 1996., Mario Botta is the dean of the Accademia di Architettura di Mendrisio in the Swiss city of Mendrisio.It was established in 1996. The leader of Switzerland is Johann Schneider -Ammann.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "Amdavad_ni_Gufa | location | Gujarat\nGujarat | leaderName | Anandiben_Patel\nAmdavad_ni_Gufa | location | Ahmedabad\nGujarat | leaderTitle | Gujarat_Legislative_Assembly", "output": "Amdavad ni Gufa is located in Ahmedabad, and is in Gujarat. Gujarat once was lead by Anandiben Patel, of the Gujarat Legislative Assembly., Amdavad ni Gufa is located in Ahmedabad, Gujarat. Gujarat's leader is known as the Gujarat Legislative Assembly and his name is Anandiben Patel., The Gujarat Legislative Assembly is the leader of Gujarat where Amdavad ni Gufa is located in Ahmedabad.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "AIP_Advances | abbreviation | \"AIP Adv.\"", "output": "\"AIP Adv.\" is the abbreviation of AIP Advances., AIP Advances is abbreviated to AIP Adv.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "A.C._Cesena | ground | Cesena\nA.C._Cesena | league | Serie_B\nSerie_B | champions | Carpi_F.C._1909", "output": "AC Cesena ground is in Cesena and they play in the Serie B league whose champions are Carpi FC 1909., A.C. Cesena's ground is in Cesena and they play in Serie B which has a previous champion of Carpi F.C. 1909., A.C. Cesena is in the Serie B league (with Carpi FC 1909 as champions) and has a ground in Cesena.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "Akron_Summit_Assault | ground | St._Vincent\u2013St._Mary_High_School\nSt._Vincent\u2013St._Mary_High_School | country | United_States", "output": "Akron Summit Assault's ground is St. Vincent-St. Mary High School in the United States., St Vincent-St Mary High School is the ground of Akron Summit Assault and is located in United States., St. Vincent-St.Mary High School in the United States is the ground of Akron Summit Assault.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "Allama_Iqbal_International_Airport | operatingOrganisation | Pakistan_Civil_Aviation_Authority\nAllama_Iqbal_International_Airport | location | Punjab,_Pakistan", "output": "Allama Iqbal International Airport in Punjab, Pakistan, is operated by Pakistan Civil Aviation Authority., The Pakistan Civil Aviation Authority is the operating authority of the Allama Iqbal International Airport, which is located in Punjab, Pakistan., The Pakistan Civil Aviation Authority is the operating organisation of the Allama Iqbal International Airport in Punjab, Pakistan.", "category": "Data to Text 795.json" }, { "instruction": "You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language.", "input": "Poaceae | class | Monocotyledon\nArdmore_Airport_(New_Zealand) | 2nd_runway_SurfaceType | Poaceae\nPoaceae | order | Poales", "output": "In the class Monocotyledon, and belonging to the order Poales is Poaceae which is the surface type of the second runway of Ardmore Airport, New Zealand., Poaceae, which is of the order poales and in the class Monocotyledon, is the surface type of the second runway of Ardmore Airport, New Zealand., The 2nd runway at New Zealand's Ardmore Airport is made of Poaceae (Order: Poales; Class: Monocotyledon).", "category": "Data to Text 795.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: I play the bass guitar.\nI like to go out fishing.\nMy favorite food is cheeseburgers.\nMy mother is a teacher in the city.\nChat history: -Hello! I just got back from a fishing trip, how are you today?\n -Hello, that sounds fun! I'm just about to take my 3 dogs for a walk lol!\n -Three dogs? wow! That sounds like work.\n -It sure is! I also have 2 cats haha. Did you catch any fish?\n -No fish today. Its okay, though. I prefer cheeseburgers over trout!\n -I agree, I love fish but nothing beats a good burger lol!\n -When my mom was teaching in the city, we used to get bobs burgers.\n -Awesome, I live in Dallas Tx. We have so many different burger places here!", "output": "Nice! Do you play any instruments?", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: I like the color blue.\nI changed my hair color to blue.\nI own blue shoes.\nI drive a blue car.\nI like to listen to Elvis.\nChat history: -Hello there how are you doing today? Staying cool I hope.\n -I'm doing swell thanks for asking. How about yourself?\n -I am doing great. I am about to have leftover pasta for lunch.\n -Yum! I have a confession to make.\n -Oh no what is it?\n -I am addicted to the color blue!\n -I would probably like blue more if I were not allergic to blueberries.\n -Www that sucks! I recently dyed my hair blue. Terrible decision.\n -I think blue is the only color I've not done yet.\n -Nice! I also have blue shoes and car.\n -Do you think blue food would sell well? I could make blue cookies or ice cream.\n -Probably! There are clients for everything!\n -Clearly lol. Where are you from?", "output": "I'm from California a blue state haha. And you?", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: I'm gong to adopt a dog very soon.\nI am a violinist.\nMy mother was a nurse.\nI've played since I was 4 years old.\nChat history: -Hi! how are you this evening?\n -I'm good thanks for asking.\n -What are you up to? I just got home form teaching a yoga class.\n -What do you do for a living?\n -I'm a yoga instructor. It allows me time to stay home with my kids. 2 adopted puppies!", "output": "Do you play any instruments?", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: I've been in a lot of romantic relationships that have ended up poorly.\nI have lots of friends and can hold a conversation easily.\nI get distracted easily.\nI wish I could be more serious about school.\nChat history: -Hello, how are you this afternoon?\n -I am doing great. Glad to have a day off from school. What are you doing?\n -I'm trying to figure what to read next. You?\n -I'm trying to make myself study for an exam. What genre do you like to read?\n -Anything. I am trying to get over my ex.\n -The twilight series is pretty good. Have you read it?\n -No, I haven't. I prefer art, as I teach it.\n -Which medium do you teach with? Paints? Sculptures?\n -Currently, metal sculpting and pottery.\n -Nice. Art is the only class I've done well in.\n -Everyone can do art, if they find the right medium.", "output": "I agree. I wish math and science were as fun.", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: I love my job.\nI love all animals.\nI used to work as an actress.\nMy favorite music is country.\nI am a vegan.\nChat history: -My name is jefferson and I'm from the north. I love the cold.\n -Is it cold up there now and do you get a lot of good country music?\n -Yeah, we already have snow and I love it. Not much country music. Do you like it?", "output": "I love it and was in a few videos years ago when I was acting.", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: My grandparents are dead.\nI love watching Anime.\nI ve a flower garden.\nI owe two laptops.\nI love chocolate.\nChat history: -I'll be giving water ski lessons if you are interested.\n -That sounds like a lot of fun. Where?\n -At boardwalk, I spend a lot of time in the water there. What do you do?\n -I am a professional gamer.\n -Is there a lot of money in that? The volunteer work I do does not pay much.\n -There's a lot of pay in it if you are good. Volunteering is noble.\n -After my dad died I wanted to give back so I go to nursing homes.\n -That's a very noble profession.\n -Not like my dad, he served and protected... until they got the best of him.\n -Why not go into the army then?\n -With my height, I would be an easy target. I do not like guns either.", "output": "I am do not like guns either.", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: I am single.\nI work at a restaurant as waiter.\nMy favorite food is pizza.\nMy father used to be a cop.\nChat history: -So so so ready to go.\n -Ready to go where? Are you taking me to see one direction!?\n -Sure if we can get pizza.\n -And spaghetti and meatballs right? 1d and that would make the best night.\n -Food is so so good. It is so bad.\n -My mom says too much is bad for her. She plays tennis professionally.", "output": "My mom is so annoying.", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: My favorite food is mexican.\nI enjoy reading history books.\nI love to dance.\nI'm a teacher.\nI grew up in new hampshire.\nChat history: -Hi. typing to you from above my wrecked beach that I love.\n -That's exciting. I grew up near a beach in new hampshire.\n -Cool. I'm in school in Florida.\n -Very interesting. I'm a dance teacher and I love dancing.\n -I like to dance but don't have a lot of time between both jobs and school.\n -Makes sense. I get all of my hobbies done at school. Like reading history books.\n -Do you like other types of books?\n -I like cook books. My favorite are mexican food cook books.\n -Yum.. do you have a favorite color? Mine is blue.\n -I'd say orange. I like blue as well.\n -What do you like to do besides cooking? I sing.", "output": "Mostly dancing! I could dane to your singing.", "category": "Dialogue Generation 796.json" }, { "instruction": "Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.", "input": "Personality: I'm a business man.\nI love to sing.\nI am a karate black belt.\nMy wife has terminal cancer.\nI've 3 children.\nChat history: -Hey what are you up to.\n -Not much how are you today?\n -I am okay I dislike my job.\n -What do you do for work.\n -I work an office job but I really wanna try out exploring.\n -Well just do it then yo.\n -I try to, currently I visit India when on occasion.", "output": "Did you ever do karate?", "category": "Dialogue Generation 796.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: I am a kindergarten teacher.\nI have a lot of style.\nI enjoy organizing my surroundings.\nI love kids.\nChat history: -Hello, how are you? I just got off from working for a magazine. You?\n -Hi, I am doing well. I just got off work as well, I am a teacher.\n -What grade do you teach? What do you do after work?\n -Kindergarten. I like to organize my class room at the end of the day.\n -I tried to take all my aggression out in a good workout. I love hitting the gym.\nCandidates 1) Fancy! Would you ever consider green hair?! 2) Sounds nice. I m enjoying a day with my kids. 3) I enjoy joking around with friends and telling jokes, you? 4) Nice! I've gone to the gym once in my life.", "output": "Nice! I've gone to the gym once in my life.", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: My favorite author is Stephen king.\nI'm a digital artist.\nMy husband is an author and we have twins together.\nI was born in France and moved to Canada.\nMy favorite hobby is reading.\nChat history: -Can I draw you? Or read to you?\n -Sure!! Makes sure tot take 10 lbs of. Lol.\n -Lol, sure, whatever you want. Just don't tell my husband.\n -Eh, I think it will be find. My weird hobby is building houses out of matches.\n -Will you build me one? To read in?\n -Sure but it is gonna cost ya!! D my iq is 250.\n -How much money? Where will it be? In Canada?\n -That all depends on the cost of supplies.\n -Oh, that makes sense. Bill my husband the costs please.\n -Yeah ok. Now having flash backs about my parents death in a plane.\nCandidates 1) Very much so, I'm the beat. 2) Because of me? How? what? 3) Oh that sucks. Do not worry, you'll have a job soon. Where you from though? 4) What about Anime? How do you feel about that?", "output": "Because of me? How? what?", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: I went to Miami university.\nI play for the Baltimore orioles.\nI make a million dollars a year.\nI'm a baseball player.\nI m married and have three kids.\nChat history: -Hi! I am a kid. How old are you?\n -Hi. I've three kids with my spouse. What do you like to do?\n -I like to listen to one direction, play football, and eat spaghetti and meatballs.\n -Yum. I earn a million bucks a year playing baseball.\n -Cool! That is my second choice after wanting to be a football player someday.\n -Nice. Miami university is where I started out.\n -My mom went there, too! But she's a professional tennis player.\n -That is nice. It is a great school. Now, I work for the Baltimore orioles.\n -Do your kids like playing baseball, too?\n -Not as much as I do. What else do you do?\n -Well, I'm back in school, so I don't have a lot of spare time.\n -Ah, well, you should play baseball.\n -I do play that and football a lot at recess.\nCandidates 1) I don't like salmon! Chicken is my favorite and rice. 2) Oh thanks! Do you have a job? 3) Sounds good. You should come to a Baltimore orioles games sometime. 4) I've my own cupcake business. I sing along to music in the shower.", "output": "Sounds good. You should come to a Baltimore orioles games sometime.", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: I've long legs.\nI have long fingers.\nI m dumpy.\nLike a skeleton.\nChat history: -Hey there, how are you doing?\n -I'm doing very well. How are you?\n -I am doing decent. I puffy cause I ate seafood.\n -You have an allergy to seafood?\n -Yeah, but I had some shrimp. Do you have a cell phone?\n -I've a cell phone. Why do you ask?\n -I have an Iphone 7.\nCandidates 1) Hii, how are you? 2) Mine in an Android Lg K. 3) It is my favorite subject as well. Do you have pets? 4) Thank you. What do you do for work?", "output": "Mine in an Android Lg K.", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: I do not like waking up early.\nI love the sound of the rain.\nI love photography.\nI like to use candles instead of lights.\nI enjoy spending a lot of money on my hobbies.\nChat history: -Hey, I guess I will get use to this being in bed, ugh.\nCandidates 1) What is wrong? I usually only stay in bed for a long time when raining! 2) Hi! I am just brushing my hair as we chat. It is long and flowy! 3) That would be cool, famous and not have to worry about money, goals! 4) I care about those arcade games.", "output": "What is wrong? I usually only stay in bed for a long time when raining!", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: My dog is my best friend.\nMy mom went crazy when I was three and I have not seen her since.\nI believe in leprechauns.\nI'm an accountant.\nChat history: -Good morning to anyone who is awake out there.\n -I've been awake for hours, catching up on the overnight news. How are you?\n -I'm fine I just took my best friend my dog for a walk.\n -Wish I had time for a pet, keeping up with technology is just too intense.\n -Are you into high tech? I am a accountant by trade.\n -Love all the latest stuff. New I phones coming out this week.\nCandidates 1) I bet the keeps you busy. No kids here. More time for fishing and cheeseburgers. 2) Yes they are sure special little devices. 3) Sounds fun. I have a greenhouse I want to use. 4) That's a really good age.", "output": "Yes they are sure special little devices.", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: I have an above average iq.\nI do not have a college degree.\nMy eyes are bright blue.\nI love to eat meat.\nChat history: -Hello, how are you today?\n -Hi I am doing well how are you.\n -Fine thanks. What do you do for a living?\n -I am a stay at home mom I've 3 kids.\nCandidates 1) I see. do they like meat? I love meat. 2) No, never heard of it. I like rap. 3) Education is the key to success. 4) I do makeup and stuff for people to feel pretty.", "output": "I see. do they like meat? I love meat.", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: I used to cheerlead in high school.\nI am married and have 2 kids.\nI live in celebration, Florida.\nI'm a lifestyle blogger.\nChat history: -Hi, I work as a lifestyle blogger. What do you do?\n -Hello! I used to for a cable company, and recently started working for Verizon.\n -Nice! Do you have any children?\n -No, but my dog george is basically my kid. Haha.\n -Pets are like family! I've 2 kids and a husband that's like my 3rd child.\n -Lol! Are there any places you guys like to go to as a family?\n -We go back to celebration in Florida often. It is our home town.\n -Oh how nice! I love taking my dog to the beach!\n -I bet he loves it!\n -He definitely does! Do you have any hobbies?\nCandidates 1) Yes, coach cheerleading. I used to be one in high school. 2) Yeah I love it, it brings back memories from the war but I still enjoy it. 3) I would have to say green. 4) Yeah but I don't know you. You could be. do you fight crime?", "output": "Yes, coach cheerleading. I used to be one in high school.", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.", "input": "Personality: I work for the discovery channel creating videos.\nI am a savage.\nI am stuck in the past due to remoteness.\nI love the outdoors.\nChat history: -Good morning sir or madam, how are you today?\n -Good morning I am doing ok I've a science test today hope I pass.\n -I love science and the outdoors! Whats the topic.\n -Its a chemistry exam I am a biology major at Boston college.\n -Oh wow! I make videos for discovery channel.\n -That's awesome sounds so fun and rewarding. Do you focus on animals.\n -Everything really, plants, animals, ecosystems. I'm a savage.\n -That's so interesting! Do you like to read?\n -Well, if its about nature. What do you read?\n -I love the book 1984 I have read it many times.\nCandidates 1) I hope you'd love it too. 2) Hi what do you do? 3) It is fun. Talking about how fat they are or stupid they act. 4) Orwell? Oh goodness, seems to be our newest reality.", "output": "Orwell? Oh goodness, seems to be our newest reality.", "category": "Dialogue Generation 798.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "To cook sunny side up eggs", "output": "Place egg into a greased, hot skillet and scramble the egg as it cooks, when the yolk of the egg starts to appear more foggy, remove the egg from the skillet and serve.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "To make a splash guard when using a hand mixer.", "output": "Punch a hole in the center of an ice cream lid or a paper cup to use as a handy splash guard for your hand or stand mixer. This will prevent unfortunate splatters as you add more ingredients to the mixing bowl.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "How to boil eggs.", "output": "Place your eggs in a pot and cover with no water by 1 inch, bring to a boil over medium-high heat, then cover, remove from the heat and set aside 8 to 10 minutes.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "Marinate raw meat.", "output": "Place seasoning and raw meat to grocery bag, hold top shut and toss up and down.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "Preserve expensive lipstick.", "output": "Keep in clothes drawer.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "To be safe while using the phone while driving,", "output": "only text and do not use hands free commands.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "To keep a door from a cabinet from opening too wide.", "output": "Use hooks and string outside of the cabinet to limit the door's range of motion.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "How to make holes for airflow.", "output": "Using a screwdriver , place the tip of the screwdriver where you would like the hole to be in. Drill the holes throughout the table.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.", "input": "How can I get a good grip on egg shells that fall into the egg I am cracking?", "output": "Moisten your teeth with clean water then you will be able to grasp the shells easier.", "category": "Wrong Candidate Generation 80.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "`` i 'm . . . not feeling very well . ''", "output": "`` i 'm ... not good . ''", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "francis bacon , because it sounds delicious .", "output": "french bacon , 'cause it sounds delicious .", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "member states shall describe in their strategy which accompanying measures they will adopt to ensure the successful implementation of their scheme .", "output": "in their strategy , the member states shall deny any accompanying measures to ensure the successful implementation of their project .", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "i mean , this place is n't bad , is it ?", "output": "i think this place is n't bad , right ?", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "how it can sense us coming , block us , move when we move -- it beats me .", "output": "how he can detect us , block us , move if i move - i do n't understand .", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "i must admit i had a few anxious moments under the spell d.a . 's brilliant eloquence .", "output": "i have to confess i had some anxious moments in the magic prosecutor 's brilliant eloquence .", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "i hope i have already made everything clear .", "output": "i hope i 've cleared everything up .", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "i ca n't believe derek was trying to pull a piltdown .", "output": "i ca n't believe derek tried to subdue piltdown .", "category": "Paraphrasing 804.json" }, { "instruction": "This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.", "input": "all right , let me tell you like this here .", "output": "all right , let me put it this way .", "category": "Paraphrasing 804.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: Jimbo was observing electrons with his microscope. He noticed some were close to the nucleus and some were far from the nucleus. Which electrons had more energy? \n Option1: close to the nucleus \n Option2: far from the nucleus \n Explanation: Electrons at higher energy levels, which are farther from the nucleus, have more energy.", "output": "far from the nucleus", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: Quenton adds salt to his spaghetti water. The water becomes _____ dense. \n Option1: more \n Option2: less \n Explanation: Water density increases as salinity and pressure increase, or as temperature decreases.", "output": "more", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: Clare stopped rubbing two sticks together. The sticks became \n Option1: hot \n Option2: cold \n Explanation: Friction causes the molecules on rubbing surfaces to move faster, so they have more heat energy.", "output": "cold", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: If an elephant has more blood in its body then a wren, which animal has higher blood pressure? \n Option1: wren \n Option2: elephant \n Explanation: As blood volume in the body increases, blood pressure increases.", "output": "elephant", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: If something has a pH value of 1 it would be \n Option1: acidic \n Option2: basic \n Explanation: The lower the pH value is, the greater is the concentration of hydrogen ions and the stronger the acid.", "output": "acidic", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: If Mary is playing music in her room and the heater starts working, causing the temperature to rise, what happens to the speed of the soundwaves her radio is generating? \n Option1: increases \n Option2: decreases \n Explanation: For a given medium, sound has a slower speed at lower temperatures.", "output": "increases", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: A wave's amplitude will be _____ the farther its particles become. \n Option1: higher \n Option2: lower \n Explanation: The closer together the particles are, the greater the amplitude of the wave.", "output": "lower", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: Mike weighs 90 pounds and Tom weighs 200 pounds. Who likely experiences greater friction on the Earth? \n Option1: Mike \n Option2: Tom \n Explanation: Heavier objects press together with greater force, and this causes greater friction between them.", "output": "Tom", "category": "Question Answering 805.json" }, { "instruction": "You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation.", "input": "Question: If Jim's blood contains less water, the darkness of his blood will be \n Option1: decreased \n Option2: increased \n Explanation: If the kidneys remove less water from the blood, the blood will look darker, because there is less water in it.", "output": "increased", "category": "Question Answering 805.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A crowd watches a biker on a wire. Sentence 2: The biker is riding his bike on the wire very outdoors.", "output": "The biker is afraid of falling off the wire.", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Women walk on a crowded sidewalk. Sentence 2: The women are walking outside.", "output": "The women are talking on the sidewalk.", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A man is taking a picture of a woman standing on a stone block. Sentence 2: A man is taking a picture of a woman.", "output": "A man is taking a picture of a woman on her birthday.", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A band with a female guitar player is playing a show. Sentence 2: A band is playing a show.", "output": "The lead singer and female guitarist are related.", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A group of people sitting and standing around at night wearing costumes. Sentence 2: Many people are wearing costumes.", "output": "They are at a Halloween party.", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two young flower girls stand hand-in-hand by a white carriage pulled by two black horses. Sentence 2: Two young flower girls stand holding hands.", "output": "Two young sisters stand holding hands.", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A group of people with torches are standing outside at night. Sentence 2: people are outside", "output": "the people are thieves", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A small car drives on two wheels on a village street. Sentence 2: The car is in a village", "output": "A small car drives on two wheels while a horrified crowd watches", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A man wearing a hawaiian shirt and leis speaks into a microphone. Sentence 2: A man is speaking.", "output": "A man is speaking to a crowd of people.", "category": "Sentence Composition 812.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A long red beach with round tables is outside in front of a pub. Sentence 2: The people are at a funeral parlor surrounded by nothing but woods.", "output": "There is a group of people outside the pub smoking on the red beach.", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: There is a woman in a sexy cop's uniform and a guy dressed as a prisoner, standing outdoors. Sentence 2: The two people are bank robbers and just drove their getaway car off a cliff.", "output": "The two people are strippers.", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: George Stephanopoulos and Cynthia Maralis at a Good Morning America Summer Concert Series on-stage. Sentence 2: George Stephanopoulos is home sick.", "output": "The concert will be fun.", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two people enjoying a McDonalds meal and the gifts that came with it. Sentence 2: A child eating alone.", "output": "Two children with toys they received.", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A little boy wearing blue shoveling sand on the beach. Sentence 2: The male is on a sailboat.", "output": "A child is building a sand castle.", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: a group of girls sitting in a circle Sentence 2: Girls are cooking in a line.", "output": "Girls are discussing their new love interests.", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Is the brick wall moving or is it just me? Sentence 2: The wall is made of wood", "output": "The brick wall is moving", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Eight women runner coming around the inside curve of a track at a track meet. Sentence 2: men's racing event", "output": "some women running for first place at the olympics", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A group of spectators outside in the cold, all focusing on the same object. Sentence 2: A group is gathered in a church.", "output": "The group of people are wearing heavy coats.", "category": "Sentence Composition 813.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Golfer in magenta shirt is at the top of his back swing. Sentence 2: A golfer is stuck in the sand and can't get out.", "output": "A golfer in a magenta shirt is at the top of his back swing.", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two people sitting together on the base of a column. Sentence 2: The people are walking down the street.", "output": "Two people are sitting next to each other.", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A many deciding if he should continue with the fog being so thick. Sentence 2: There is no fog", "output": "The fog is thick", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A dark-haired woman and a little boy in a red shirt looking at a Star Wars book together. Sentence 2: A man and a woman are looking at a Star Trek novel", "output": "Two people are looking at a book.", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: An Asian child is blowing bubbles. Sentence 2: he is crying", "output": "The boy is blowing bubbles.", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A very bus street is shown with Asian people all around walking and riding bicycles. Sentence 2: The streets seem empty today.", "output": "Many people are walking around on a busy street with bicycles.", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two ladies in winter clothes playing with a duck and snow. Sentence 2: Two men are reading the newspaper.", "output": "Two women bundled up in warm clothing are playing in the snow.", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Girl with green tank top standing in the middle of a train track with multicolor train cars to the right. Sentence 2: A boy in a green tank top stands in the middle of the train tracks, there are train cars to the right.", "output": "Woman takes pic next to trains.", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A woman in a dress, holding a stuffed animal, purse and umbrella, standing in the rain. Sentence 2: The two men wrestle", "output": "The woman has a head", "category": "Sentence Composition 814.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A man sits by a window on a train. Sentence 2: The man is next to the window.", "output": "The man is standing because there are no seats on the train.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two small children climbing the steps onto a plane. Sentence 2: Two children are boarding the plane.", "output": "Two children are getting off the plane.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: one dog standing in some grass with his tongue hanging out and a tan dog in the background Sentence 2: Both of the dogs are outside.", "output": "The dog has his mouth closed.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: 8 Asian bridesmaids are lined up outside in a street wearing their dresses. Sentence 2: The women all wear dresses.", "output": "The groomsmen are lined up outside.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Five men wearing black shorts are leaving the starting blocks in a track competition with few spectators. Sentence 2: Five men wearing black shorts walking.", "output": "Horses race around a track.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A person in a blue suit is squatting in front of a wall that has white painted letters on it. Sentence 2: There is a person not currently standint straight up.", "output": "A person is inside his house.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A basketball player is protecting the basketball with many other players nearby. Sentence 2: Some people are playing basketball.", "output": "A man is playing soccer", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A young child plows snow manually. Sentence 2: A child is plowing snow.", "output": "A child is building a snowman.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A young teen performing a skateboard trick at a construction site caught in midair flipping his board. Sentence 2: A person performing", "output": "The skateboard weighs 200 lbs.", "category": "Sentence Composition 815.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Several people gaze at walls which are covered with a myriad of brightly-colored pictures with various themes. Sentence 2: People are browsing and art exhibit", "output": "People are engaged by what they are seeing", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A woman in a Green Day shirt on a boat hooks something with a fishing pole. Sentence 2: A woman in a Green Day shirt on a boat hooks something with a fishing pole and tries to drag it out of the water.", "output": "A woman in a Green Day shirt on a boat hooks something with a fishing pole.", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two men, one with orange glasses, are playing guitars on stage in front of a crowd of onlookers. Sentence 2: The two men are on the front stage", "output": "The two men are playing guitars", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A group of men, women, and a child at the racetrack. Sentence 2: The group of people are betting on horses at the racetrack.", "output": "The racetrack has races going on.", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A group of people have gathered behind two men in turbans. Sentence 2: There is a protest gathering.", "output": "Two men in turbans stand in front of a group.", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: One car is pulling out in front of a bus. Sentence 2: The bus sees the car.", "output": "there are multiple cars on the road", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A man with curly hair and glasses tries to tug a large rope on a boat to no avail. Sentence 2: The man is trying to dock a boat", "output": "The man is working on a boat", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A man in a black sweater is shooting a dart towards a darts board on a wall next to a red curtain. Sentence 2: The man is blindfolded.", "output": "The man has clothes on.", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Man and woman sitting and talking near a small waterfall. Sentence 2: A couple share a special moment.", "output": "People talking near water.", "category": "Sentence Composition 816.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A young woman in a black blouse, blue jeans, and sandals is standing behind another young woman who is seated with a red poncho draped around her as the first young lady cuts her hair. Sentence 2: Both women are in a beauty salon.", "output": "A person in a blouse.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: An older smiling gentleman is examining a rifle in his home. Sentence 2: the man is a hunter", "output": "An older gentleman checks his rifle.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A tennis match is in progress with ball chasers on the sidelines with an audience in the background. Sentence 2: The match is a blowout.", "output": "A tennis match is going on in front of an audience.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A man is drinking a beer while two children sit on his lap drinking water. Sentence 2: A dad and his sons drink while the mother brings cookies", "output": "A dad and his sons drink", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A construction site with building material. Sentence 2: A house is being built", "output": "The site contains some objects to create a building.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two females with eyeglasses walking in the street arm in arm. Sentence 2: The two females are a couple.", "output": "The two females with eyeglasses are touching each other.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: An older woman in a blue dress and glasses is handing something to a man in a blue t-shirt with a cup of coffee in his hand. Sentence 2: A couple is interacting.", "output": "An old woman hands something to a man.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: A boy in a red shirt riding a bike. Sentence 2: A boy is riding a bike to school.", "output": "A boy is riding a bike.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence.", "input": "Sentence 1: Two women are crossing the street and smiling. Sentence 2: A couple of women are running across the street.", "output": "There are two smiling women going across the street.", "category": "Sentence Composition 817.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: A boy plays outside near a wooden fence. Sentence 2: a boy plays outside", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: The man in blue is punching the man with the red gloves while he blocks his face. Sentence 2: Mohammed Ali and John L. Sullivan battle it out for the World, All-time, non-King Heavyweight Championship of the Universe.", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: A guy standing by an electric pole and posing while at work. Sentence 2: A man is hard at work next to an electric pole.", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: Marines dressing uniform walking in a parade carrying their colors. Sentence 2: The group is sitting in the library.", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: a man walking down a shady street with a shopping bag. Sentence 2: A woman is walking along a beach with a plastic bag and two dogs.", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: A man standing outside of a safety control chamber, dressed in an orange suit, black pants, and gray gloves. Sentence 2: The man is sleeping.", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: A middle-aged man is reading the newspaper and drinking Starbucks coffee in the park. Sentence 2: A young woman reading a book in a park.", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: A teenage boy in a blue shirt is wearing lab goggles and looking at a beaker full of blue chemicals. Sentence 2: The teenage boy is wearing a blue shirt", "output": "C", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to choose whether the two sentences clearly agree (entailment)/disagree (contradiction) with each other, or if this cannot be determined (neutral). Your answer must be in the form of the letters E, C, and N respectively.", "input": "Sentence 1: A brown dog and a tan dog are playing in tall grass. Sentence 2: the dogs are poodles", "output": "N", "category": "Textual Entailment 818.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "Kevin Wesley Love (born September 7, 1988) is an American professional basketball player for the Cleveland Cavaliers of the National Basketball Association (NBA). He is a four-time All-Star and won an NBA championship with the Cavaliers in 2016. He was also a member of the gold medal-winning USA men's national team at the 2010 FIBA World Championship and the 2012 Summer Olympics. Question: Jeff Schwartz (born February 24, 1964, in New Haven, Connecticut) is President and Founder of Excel Sports Management, a full-service sports management and marketing agency, he represents a number of NBA superstars, including Kevin Wesley Love (born September 7, 1988) is an American professional basketball player for the Cleveland Cavaliers of which organization? Answer: National Basketball Association (NBA)", "output": "Kevin Wesley Love born September 7, 1988 is an American professional basketball player for the Cleveland Cavaliers of the National Basketball Association NBA.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "The Laigle family is among the best known of the families that came to England in the aftermath of the Norman Conquest. The family took its name from the town of L'Aigle. In the ducal period of Normandy it was the site of some strategic importance as it lay on the fringe of the duchy. The record of the 12th century chronicler Orderic Vitalis shows Engenulf, Lord of Laigle, to have been one of the very few proven companions of William the Conqueror at the Battle of Hastings in 1066. He was the only prominent Norman noble to lose his life at the Battle of Hastings. Question: The battle in which Engenulf, Lord of Laigle died was fought against which Anglo-Saxon king? Answer: King Harold Godwinson", "output": " He was the only prominent Norman noble to lose his life at the Battle of Hastings.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "The National is an American indie rock band from Cincinnati, Ohio, formed in 1999. The band consists of Matt Berninger (vocals), Aaron Dessner (guitar, keyboards), Bryce Dessner (guitar), Scott Devendorf (bass) and Bryan Devendorf (drums). Question: Deacon Blue and The National, are bands that have which mutual genre? Answer: rock", "output": "The National is an American indie rock band from Cincinnati, Ohio, formed in 1999.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "Thermopsis rhombifolia, also known as prairie thermopsis, is a flowering plant in the legume family. It is native to Canada and the United States, where it is found in the Great Plains, with extensions into the lower canyons of the Rocky Mountains. Its natural habitat is dry grasslands and woodlands. Question: Thermopsis rhombifolia could be found in the Great Plains, where do Great Plains could be found in the United States? Answer: west of the Mississippi River", "output": "Thermopsis rhombifolia, also known as prairie thermopsis, is a flowering plant in the legume family., It is native to Canada and the United States, where it is found in the Great Plains, with extensions into the lower canyons of the Rocky Mountains.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "The Greenwich Village townhouse explosion occurred on March 6, 1970, in the Greenwich Village neighborhood of the New York City borough of Manhattan. It was caused by the premature detonation of a bomb that was being assembled by members of the Weather Underground, an American radical left group. The bomb was under construction in the basement of 18 West 11th Street, when it accidentally exploded; the blast reduced the four-story townhouse to a burning, rubble-strewn ruin. The two persons preparing the bomb were killed instantly (Diana Oughton and Terry Robbins), as was a third \"Weatherman\" who happened to be walking into the townhouse (Ted Gold); two others were injured but were helped from the scene and later escaped (Kathy Boudin and Cathy Wilkerson). Question: Which member of the Weather Underground who was born in May 1943 was able to escape the Greenwich Village townhouse explosion? Answer: Kathy Boudin", "output": "The Greenwich Village townhouse explosion occurred on March 6, 1970, in the Greenwich Village neighborhood of the New York City borough of Manhattan., It was caused by the premature detonation of a bomb that was being assembled by members of the Weather Underground, an American radical left group., The two persons preparing the bomb were killed instantly Diana Oughton and Terry Robbins, as was a third Weatherman who happened to be walking into the townhouse Ted Gold; two others were injured but were helped from the scene and later escaped Kathy Boudin and Cathy Wilkerson.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "Keith Theodore Olbermann ( ; born January 27, 1959) is an American sports and political commentator and writer. He is currently the host of \"GQ\"' s political webshow \"The Resistance with Keith Olbermann.\" Question: GQ's political webshow is on which cable network? Answer: ESPN2", "output": "Keith Theodore Olbermann ; born January 27, 1959 is an American sports and political commentator and writer., He is currently the host of GQ s political webshow The Resistance with Keith Olbermann.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "The 2006 California Golden Bears football team represented the University of California, Berkeley in the 2006 NCAA Division I FBS football season. They played their home games at California Memorial Stadium in Berkeley, California, and were coached by Jeff Tedford. Question: Who is the 2006 coach of the California Golden Bears currently head coach of? Answer: Fresno State Bulldogs", "output": "The 2006 California Golden Bears football team represented the University of California, Berkeley in the 2006 NCAA Division I FBS football season., They played their home games at California Memorial Stadium in Berkeley, California, and were coached by Jeff Tedford.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "The Oregon Ducks football program is a college football team for the University of Oregon, located in the U.S. state of Oregon. The team competes at the NCAA Division I level in the FBS and is a member of the Pac-12 Conference (Pac-12). Known as the Ducks, the team was commonly called the Webfoots until the mid-1960s. The first football team was fielded in 1894. Oregon plays its home games at the 54,000 seat Autzen Stadium in Eugene; its main rivals are the Oregon State Beavers and the Washington Huskies. The Ducks and Beavers historically end each regular season with the Civil War rivalry game in late November. Question: What was the former nickname of the college football team that Dion Rory Jordan played for? Answer: Webfoots", "output": "The Oregon Ducks football program is a college football team for the University of Oregon, located in the U.S. state of Oregon., Known as the Ducks, the team was commonly called the Webfoots until the mid1960s.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question.", "input": "Susie Dent (born November 19, 1964) is an English lexicographer and etymologist. She has appeared in \"Dictionary Corner\" on the Channel 4 game show \"Countdown\" every year since 1992. She also appears on \"8 Out of 10 Cats Does Countdown\", which is a late night comedy version of the show presented by comedian Jimmy Carr. Question: When does the English lexicographer and etymologist born who was with Nicholas Radbourn in the Channel 4 programme \"Countdown\"? Answer: November 19, 1964", "output": "Susie Dent born November 19, 1964 is an English lexicographer and etymologist.", "category": "Explanation 820.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "@lar103081 What is your favorite home brew coffee? And do you make your coffee as suggested on the box/can/bag? ", "output": "positive", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "right guys i have to go ", "output": "positive", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "@ home watching legally blonde... Tomorrow, I have to do my class schedule!!! ", "output": "positive", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "Jfc guise that article was so cute, goddamn ronnie I want you in my utah valley ", "output": "negative", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "OMG at an awesome Mexican-style wedding! Love it! Perhaps we will get a mariachi band for ours?! ", "output": "positive", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "Having desert in my new-found fave place, a darling little hide out in the city open til 5am ", "output": "positive", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "Using this time wisely. But not liking the end results ", "output": "negative", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "Eeeee I got my CDs oh and a dress but that's not important. hehehe I hearts my music.", "output": "positive", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content.", "input": "i feel like rev run. tweeting from a bubble bath except i have nothing insightful to say.", "output": "positive", "category": "Sentiment Analysis 823.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: Set up ringtones for people in my cellphone from songs I own. But now I wish I knew more people for some songs that won't be used. Question: is it a positive tweet?", "output": "no", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: Had a good supper of chicken stir fry, a small dish of low fat coleslaw. Had too many tastes of the sloppy joe mix I made will do better Question: is it a positive tweet?", "output": "no", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: Hopin nadal can win but its frustrating not knowin the score Question: is it a negative tweet?", "output": "yes", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: tomorrow's baby Renzo's christening Question: is it a positive tweet?", "output": "yes", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: ok.. I'm pissed off. there's a bunch of stuff missing between s3 e12 & s2 e13 Question: is it a negative tweet?", "output": "yes", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: Time to get on the cross trainer and then off to work for a crappy 10 hour shift Question: is it a positive tweet?", "output": "no", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: @anafree its not a free world atm unfortunately ana but night anyway! :p Question: is it a positive tweet?", "output": "no", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: I would love for one band I like to come to Halifax this fall. Pretty please? I am in concert withdrawl Question: is it a negative tweet?", "output": "yes", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Tweet: Bummer, this book sale was not nearly as successful as the last one Question: is it a positive tweet?", "output": "no", "category": "Sentiment Analysis 824.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: uh we see uh teams getting in the play-offs every now and then with uh five hundred records or a little below even Sentence 2: I am hoping my team makes it to the play-offs this year.", "output": "telephone", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: um-hum um-hum well we seem to uh to favor certain uh uh countries particularly South American countries and uh there is no uh uh i have nothing of course against uh the uh the South Americans or uh or Hispanics in that sense but i think we uh are more restrictive of the um so called eastern uh European countries than we uh uh we should be of course that's from my own bias since my ancestors from Eastern Europe so Sentence 2: We seem to favor Asian countries and I am bias towards Mexico because my ancestors are from Belize.", "output": "telephone", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: you uh you uh take care of yourself and if you're ever up this way to TI in Attleboro look me up my name's Ray Smith and i work in building twelve Sentence 2: My name is Ray Smith and I work in Attleboro.", "output": "telephone", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: Nothing seemed to matter. Sentence 2: It seemed that nothing mattered.", "output": "fiction", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: and that was during one of my softball games and my husband had him and he just kept giving them to him and letting him breaking them Sentence 2: He kept on breaking them as my husband handed them over to him.", "output": "telephone", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: read and that's about it Sentence 2: read lots of books, but that's about it", "output": "telephone", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: yeah and it's it's a difficult problem and it's one that well basically i think in in in large measure it's it's it's up to the parents to take the responsibility for what's happening to their childrens education i think Sentence 2: A child's education is the parent's responsibility.", "output": "telephone", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: The axe brute's arm came down hard, numbing Jon's shoulder. Sentence 2: The axe brute's strike came swiftly, sending Jon sprawling to the ground.", "output": "fiction", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction.", "input": "Sentence 1: Social conservatives seem fairly content with the tax package, since it includes their cherished $500-per-child credit. Sentence 2: Social conservatives are not satisfied with the tax package.", "output": "slate", "category": "Text Categorization 825.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: Robert Lowe suggested a range of research topics could come under this recommendation. Sentence 2: Robert Lowe suggested a range of research topics Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "1", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: In seconds, it was the body of one of the men who had risen. Sentence 2: A body of a man had risen up after a moment. Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "9", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: Other flexibilities, such as ones for acquisitions and contracting, are included in the President's proposal. Sentence 2: The President's proposal includes other flexibilities. Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "1", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: 'And you agreed?' Sentence 2: They did answer in the affirmative. Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "9", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: The other was--well, you'd call it chaos, though it had some laws, if they could be predicted. Sentence 2: There was no irregularity in this world. Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "9", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: Why would they send him? Sentence 2: Why was he here? Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "9", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: For example, reviewing the work output of the employee and occasional phone call or visits to the employee. Sentence 2: One should never review the work output of an employee. Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "1", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: She was very much put out about it.\" Sentence 2: She was gladdened by it. Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "9", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to classify the genre of the sentences from the 10 options displayed. Indicate your answer by entering the number of the choice as 1-10.", "input": "Sentence 1: oh really what's his name again Peretti Sentence 2: Did you say that his name is Peretti? Choices: 1. FACE-TO-FACE, 2. GOVERNMENT, 3. LETTERS, 4. 9/11, 5. SLATE, 6. TELEPHONE, 7. TRAVEL, 8. VERBATIM, 9. OUP, 10. FICTION.", "output": "5", "category": "Text Categorization 826.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: Paragraphs 4.26 and 4.27 provide guidance on factors that may influence auditors' materiality judgments in audits of government entities or entities receiving government assistance. Sentence 2: The guidance that can influence auditors' judgments during entities audits can be found in paragraphs 4.26.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: Philosophers and theologians try to answer these questions, but smart politicians rewrite them. Sentence 2: Philosophers try to answer questions.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: But stay until after the crowds depart in the late afternoon and early evening. Sentence 2: The crowds stay overnight until early morning.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: well well when are the Rangers going to come through with it Sentence 2: The Rangers are struggling currently.", "output": "no", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: and i guess that's when you get into relationships and people people are attracted to people who compliment them most often i mean they say opposites attract and i'm not too sure i believe that very much but uh i think that people when they get into relationships you know if there's somebody who like like if you got two people who hate to cook they're going to eat out all the time and that you know that's not that big a deal but you know if you get somebody who likes to cook and someone who doesn't like to cook then the person who doesn't who doesn't like to cook probably likes to do something else you know so i think that people end up i think that that women are more diverse now than they ever were as far as what they have learned and what they're capable of and and uh what they're willing to do and so i feel like it you know that men have gotten to be that way too they've gotten a little bit more relaxed in their thinking about uh women and you know what they expect of them so i think that you know it's a slow evolution but i think it's it's it's a good process i think it's it's working you know there are still people who men who believe that women should be home you know all day Sentence 2: People tend to be more attracted to those who offer many compliments.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: Weekend polo matches are held from May to October at Will Rogers State Historic Park, on Saturdays and Sundays. Sentence 2: Will Rogers State Historic Park hosts polo matches on some weekends.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: Once again, the stunned citizens felt abandoned and betrayed. Sentence 2: The citizens were stunned and felt betrayed and it wasn't for the first time.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: it costs the taxpayers a lot of money Sentence 2: It doesn't cost anything to the taxpayers.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively.", "input": "Sentence 1: These intriguing horseshoe-shaped valleys nestle like narrow amphi?\u00adtheaters against abrupt rocky cliffs, making rewarding destinations for a pleasant day's hike. Sentence 2: One can hike to narrow horseshoe-shaped valleys in a day.", "output": "yes", "category": "Textual Entailment 827.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: As noted above, we apply one adjustment by discounting lagged mortality incidence effects. Choices: 1. The adjustment is needed to analyze the data. 2. No effects were discounted to make the adjustment. 3. Lagged mortality incident effects are discounted to apply one adjustment.", "output": "3", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: The sensitivity of cost to volume for a postal system can be investigated directly provided the ratio of fixed to variable costs is known by function. Choices: 1. Postal system costs are not linked to volume. 2. Postal system costs are linked to volume. 3. Postal system costs are strongly linked to volume.", "output": "2", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: yeah and if you were trying to follow any type of uh Choices: 1. If you were trying to follow any type of sci-fi authors 2. So you're not trying to follow any type of (...) 3. So if you were following any type of (...)", "output": "3", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: As Istanbul it was the seat of the Ottoman sultans, rulers of a 500-year Islamic empire that stretched from the Black Sea and the Balkans to Arabia and Algeria. Choices: 1. The Ottoman empire collapsed for a number of reasons, but its collapse is largely seen to have been an inevitability by most historians. 2. The Ottoman empire established a 500-year rule over territory that stretched from the Black Sea and the Balkans to the Arabia and Algeria. 3. The Ottoman empire established a 200-year rule over a comparably small territory.", "output": "2", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: Trying to apply those findings Choices: 1. Trying to get those findings to be applied. 2. Not bothering to apply any findings. 3. Succeeding at applying those findings.", "output": "1", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: to do yeah um-hum yeah i think we've really come a long ways in that because yes Choices: 1. We are almost at our goal in that. 2. We aren't doing well in advancing that. 3. We have made significant progress in that.", "output": "3", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: Incorporated in its structure are fragments of medieval and Renaissance architecture and sculpture. Choices: 1. THe structure is only influenced by modern architecture. 2. Joined in its structure are pieces of medieval and Renaissance design and model. 3. The structure has big heavy beams that make you think of medieval times.", "output": "2", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: Nearby is Casa Romana, a Roman villa recreated in every detail. Choices: 1. There are no other sites to visit nearby. 2. Casa Romana is the most perfect recreation of a Roman Villa in the world. 3. There is a recreated Roman villa located not far away.", "output": "3", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine which sentence can be inferred from the statement. Incorrect choices change the meaning in important ways or have details that are not mentioned in the statement. Indicate your answer as 1,2, or 3 corresponding to the choice number of the selected sentence.", "input": "Statement: There are the death duties, of course, but half my father's money goes with the place, and Lawrence will stay with us for the present, so there is his share as well. Choices: 1. Lawrence is going to reside with us for the moment. 2. Lawrence is the only one not going to be here with us. 3. Lawrence is a homeless pauper who mooches off his family.", "output": "1", "category": "Textual Entailment 828.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: you know and it's really cute Choices: 1. It's not only cute but also attractive. 2. It's really cute 3. It's super ugly", "output": "1", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: Visitors can board a tram that travels through famous film sets. Choices: 1. The film sets are very famous because of the western movies. 2. People can see famous film sets if they board the tram. 3. The film sets aren't famous because nobody cares about them.", "output": "1", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: Indian agricultural products soon found new markets in Europe when the Suez Canal was opened in 1869. Choices: 1. The Suez Canal opened new trade opportunities. 2. Indians had no agricultural products. 3. Indian agricultural products were previously only domestic.", "output": "3", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: France was developing a national identity of optimism, a high level of social critique, and constant pressure for improvement. Choices: 1. Things were changing for the better in France. 2. France's national identity had become more conservative, focusing on the glories of the past rather than facing the troubles of today. 3. The sense of optimism and pressure for improvement would lead to better living conditions for the poor.", "output": "3", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: (This small difference would be further reduced if retail activities of rural carriers were not counted.) Choices: 1. If retail activities of rural carriers in both countries were not counted, then the difference would be reduced. 2. The gap would become wider if we did not consider retail activities of rural carriers. 3. If retail activities of rural carriers were not counted, then this slight difference would be further reduced.", "output": "1", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: LSC will receive additional information on the ability of grantees to leverage federal dollars using an estimate of cases funded exclusively with federal resources, through this methodology, although it is a less than perfect method of analysis. Choices: 1. LSC will receive additional information on the ability of grantees 2. LSC will receive information such as how often you like to go and smoke marijuana 3. LSC won't receive additional information on the ability of grantees", "output": "2", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: But the DPs tend to view Clinton's failures as moral rather than criminal. Choices: 1. They regarded Clinton has having moral failings. 2. DPs all think that Clinton's failures are criminal. 3. Clinton's numerous affairs were regarded as moral failings.", "output": "3", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: yeah yeah yeah most of them too scared to do anything about it Choices: 1. Most of them are too scared to do anything. 2. Action is being taken. 3. It'd be nice if someone would do something. ", "output": "3", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time.", "input": "Statement: The most beloved sport in India, by far, is cricket. Choices: 1. Cricket is endeared by people in India. 2. People hate cricket in India. 3. Cricket is the most played sport in India.", "output": "3", "category": "Textual Entailment 829.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: and uh there's a lot of job security in that because it takes so long to uh come up to an experience level where you're able to you know you have to be able to maintain them do the maintenance uh Choices: 1. There's job security in that, since it takes a while to get the experience. 2. The work is easy, so there is little job security. 3. It takes years of training to get the required experience for that job.", "output": "2", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: But I still can't understand why Inglethorp was such a fool as to leave it there when he had plenty of opportunity to destroy it. Choices: 1. I can understand why Inglethorp would destroyed it. 2. I cant comprehend why Inglethorp would leave evidence there. 3. Inglethorp has plenty of chances and opportunity to destroy it.", "output": "1", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: A mailer sending a quantity of mail to zone 8 might achieve a lower rate if he carries the mail to the destination mail facility. Choices: 1. There are no options that could possibly lower the rate of sending mail to zone 8. 2. The cost of mailing to zone 8 might be cheaper if taken directly to the destination mail facility. 3. Anything sent to zone 8 has a very high mail rate.", "output": "1", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: Nanak's teachings were written in the Adi Granth, which acquired for Sikhs the sanctity of the Koran. Choices: 1. The sanctity of the Koran is of the upmost importance of the Sikhs. 2. Adi Granth, for the Skhs, contains writings from Nanak's teachings. 3. Nanak's teachings cannot be found written in any document. ", "output": "3", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: Reduction Act Begins field Choices: 1. The reduction act has begun. 2. The reduction act hasn't begun. 3. The reduction act has begun and will end soon.", "output": "2", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: but the US also makes a lot of uh you know treaties with other people like saying okay if you give up then you can come live in our country and we'll take care of you like Marcos right Choices: 1. The U.S. does not make any treaties with former enemies. 2. The US has treaties for them to surrender and live in the U.S. 3. The treaties that U.S. makes are not the best thing for the country.", "output": "1", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: Earlier this month, Clinton finally picked the James Stewart Polshek and Richard M. Olcott of the Polshek Partnership in New York, along with exhibit designer Ralph Appelbaum. Choices: 1. Clinton picked James Stewart Polshek under a lot of criticism. 2. Clinton finally picked the James Stewart Polshek. 3. Clinton did not pick James Stewart Polshek.", "output": "3", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: Vrenna continued her dance, kicking one man in the chest and cleaving into the flank of another. Choices: 1. Vrenna was using this dance as a way to escape the awkward meeting. 2. One of Vrenna's dance moves was kicking a male in the chest area. 3. Vrenna kicked a small child in the chest as she danced. ", "output": "3", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence.", "input": "Statement: The number of subscribers soared from about 450,000 in the mid-'80s to around 800,000. Choices: 1. The amount of followers went from almost half a million to almost a million. 2. After a brief surge of popularity, their number of subscribers fell from 450,000 to almost none. 3. Everyone liked it, so naturally more and more people subscribed.", "output": "2", "category": "Textual Entailment 830.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: Oh, that's all right.\nLabel: entailment.\nGenre: fiction.", "output": "It is ok.", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: i remember eating their pizza and they had put anchovies and all this on it i mean they piled it up\nLabel: entailment.\nGenre: telephone.", "output": "They put a lot of anchovies on the pizza.", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: Macau has an ample supply of Portuguese wines.\nLabel: contradiction.\nGenre: travel.", "output": "There is no wine in Macau.", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: It seems to me that when you've reached the stage of life where your children are eligible for AARP, all your grandchildren are married, and some of your great-grandchildren have their own Web sites, you should find a term other than boyfriend for the guy with whom you're hooking up, hanging out, going steady, or whatever.\nLabel: contradiction.\nGenre: slate.", "output": "No matter what your age is, you can call your boyfriend, \"boyfriend\". ", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: Got any money with you? Julius shook his head, and Tommy's face fell.\nLabel: neutral.\nGenre: fiction.", "output": "Julius had no money but planned to get more.", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: Another Eliminating help (including expensive re-landscaping) now provided to golf courses, marinas, and other revenue-generating enterprises that can well afford their own insurance.\nLabel: contradiction.\nGenre: slate.", "output": "Golf courses get no help.", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: yeah uh justice system or and what we think about the uh judge changing it to so the the judge would do the conviction or no sentencing sentencing\nLabel: contradiction.\nGenre: telephone.", "output": "If we wanted to see changed in the justice system, we would become judges.", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: ROLES AND RESPONSIBILITIES\nLabel: neutral.\nGenre: government.", "output": "Jobs and Duties", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified.", "input": "Statement: yeah bah humbug\nLabel: entailment.\nGenre: telephone.", "output": "Yes, bah humbug.", "category": "Sentence Composition 831.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: Former prosecutor Michael Mazzariello was finally doing the kind of legal work he'd always dreamed of, but after less than a year of helping East New York's poor, he's getting booted from the bodega he turned into an office. Sentence 2: Military tattoo, a gallery and souvenir shop are on the same street. Genre: travel.", "output": "N", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: But the antinomian antics of some Madison Avenue firms and glossy magazines hardly establishes that rebel youth culture is the cultural mode of the corporate moment. Sentence 2: I've never left the United States. Genre: slate.", "output": "N", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: Edinburgh is a city with firm foundations in the past, but it also has designs on the future. Sentence 2: There are large age gaps in how people view the issue. Genre: telephone.", "output": "N", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: At the south end, boat cruises start out from Peschiera, Sirmione, and Desenzano, particularly recommended for dramatic views of the east shore's mountains and the beautiful Punta di San Vigilio, with its little church and 16th-century Villa Guarienti. Sentence 2: Losses and divorces can be traumatic and saddening. Genre: slate.", "output": "N", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: Our study identified many techniques and approaches that organizations have used and found effective in reducing their levels of improper payments that could be used by federal agencies to help reduce improper payments in their programs. Sentence 2: The dynamism of the model is what has made it the best of its class. Genre: government.", "output": "N", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: The two co-chairmen of the campaign are lawyers Al Emch of Jackson Kelly and Scott Segal of the Segal Law Firm. Sentence 2: Al Emch is from the Segal Law Firm. Genre: government.", "output": "Y", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: The International Olympic Committee expelled six of its delegates for accepting cash and other gifts as part of Salt Lake City's successful lobbying for the 2002 Winter Olympics. Sentence 2: This kind of behavior could lead to more oversight from the committee. Genre: slate.", "output": "Y", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: History buffs will have to ask along the road north of Saint-Pierre for the unmarked location of the so-called Caribs'' Grave, where Indians pursued by French colonists hurled themselves from a cliff in the 17th century, vowing that Mount Pelee would avenge their deaths. Sentence 2: There is no chance that Abraham could ever kill me. Genre: travel.", "output": "N", "category": "Text Categorization 832.json" }, { "instruction": "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc.", "input": "Sentence 1: They were two weapons of the same forge. Sentence 2: it does not function. Genre: fiction.", "output": "N", "category": "Text Categorization 832.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[123, 39, 47, 160, 57, 101]", "output": "[123, 39, 47, 57, 101]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[193, 71, 171]", "output": "[193, 71, 171]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[101, 63, 28, 20, 180, 75]", "output": "[101, 63, 75]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[40, 78, 0]", "output": "[]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[2, 60, 156]", "output": "[]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[168, 187, 3, 117, 7, 174]", "output": "[187, 3, 117, 7]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[12, 18, 58, 21, 91, 101]", "output": "[21, 91, 101]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[49, 62, 16, 59, 130, 193]", "output": "[49, 59, 193]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number.", "input": "[83, 180, 29]", "output": "[83, 29]", "category": "Program Execution 833.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[44, 114, 10]", "output": "[22, 57, 5]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[146, 190, 87, 101, 17, 18, 19]", "output": "[73, 95, 262, 304, 52, 9, 58]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[120, 198, 103, 151, 96, 35]", "output": "[60, 99, 310, 454, 48, 106]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[182, 5, 93, 73, 46, 94, 122, 57]", "output": "[91, 16, 280, 220, 23, 47, 61, 172]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[172, 114, 14, 200, 48, 193, 60, 79, 63]", "output": "[86, 57, 7, 100, 24, 580, 30, 238, 190]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[116, 119, 141, 123, 53, 2, 88, 190, 20]", "output": "[58, 358, 424, 370, 160, 1, 44, 95, 10]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[29, 158, 85, 22, 138, 60, 32]", "output": "[88, 79, 256, 11, 69, 30, 16]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[2, 112, 31, 171, 17, 64, 79]", "output": "[1, 56, 94, 514, 52, 32, 238]", "category": "Program Execution 834.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.", "input": "[103, 40, 194, 112, 69, 87]", "output": "[310, 20, 97, 56, 208, 262]", "category": "Program Execution 834.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[-1, -115, -16, -85, -114, 35], [-69, -40, 85, 72], [79, 15], [15, -126, -137, -200, 3, -32, -103], [-83, -185, -22, -74, -38, -45], [-89, -189], [15, -148, 19], [-135, -99, -148, -143, -6, 67, -117], [-131, -187, 50, -135, -57, -128]]", "output": "[35, 85, 79, 15, -22, -89, 19, 67, 50]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[-93, -61, -107, 90, -86, -9, -108], [0, -177, 31, 26], [-55, -81, 54], [-196, -8], [-54, 55, -197, -19, 81, -69, -187], [40, -11, -140, -86], [36, -18], [-71, -189, -119, -187, -150, -58]]", "output": "[90, 31, 54, -8, 81, 40, 36, -58]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[24, -106], [42, -112, -31], [-131, -40, -145]]", "output": "[24, 42, -40]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[-186, -165, -35, 72], [-40, 61, -23, 87, -158, -156], [-84, -199, -20, 69, -19], [6, -168, 14, 37, -194, -84], [-159, -182, -60, 37, -27, -26, -75]]", "output": "[72, 87, 69, 37, 37]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[-116, -68, 24, -71, 28], [70, 38, 69, 30, -74], [-97, 52], [-110, -129, 63, 50, 44, -11], [-190, -145], [-176, 11, -35]]", "output": "[28, 70, 52, 63, -145, 11]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[43, -68], [-181, -117, -55, -105, 94], [73, -196, 90], [-166, 7, -88, 19, -89, -84, -55], [-18, 18, -79, -138, -143], [-76, 69, 0, -107, -27, 54]]", "output": "[43, 94, 90, 19, 18, 69]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[-158, -42, -150, -84], [0, -57, -54, 92, -39, -52], [-115, -83, -149]]", "output": "[-42, 92, -83]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[-43, -17, -113], [96, 16, -152, 93, -125, -109, -5], [-170, 15, 67, 41, -123, -121], [-79, -153, -97, -20, -24], [-142, 52, 98, -118, 78, -128], [-44, 26, 10, -95, -118], [20, -120, -28, -160, -55]]", "output": "[-17, 96, 67, -20, 98, 26, 20]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.", "input": "[[20, 15], [-125, -92, -130, 24], [39, 11, 41, -129]]", "output": "[20, 24, 41]", "category": "Program Execution 835.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['7', '5', '8']", "output": "[['7', '5'], ['7', '8'], ['5', '8']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['t', 't', 'u', 'C', '5', 'e']", "output": "[['t', 't', 'u', 'C', '5'], ['t', 't', 'u', 'C', 'e'], ['t', 't', 'u', '5', 'e'], ['t', 't', 'C', '5', 'e'], ['t', 'u', 'C', '5', 'e'], ['t', 'u', 'C', '5', 'e']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['F', '8', 'I', '9', '8', '2', '5']", "output": "[['F', '8', 'I', '9', '8', '2'], ['F', '8', 'I', '9', '8', '5'], ['F', '8', 'I', '9', '2', '5'], ['F', '8', 'I', '8', '2', '5'], ['F', '8', '9', '8', '2', '5'], ['F', 'I', '9', '8', '2', '5'], ['8', 'I', '9', '8', '2', '5']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['d', '2', 'v', 'o', '2']", "output": "[['d', '2', 'v', 'o'], ['d', '2', 'v', '2'], ['d', '2', 'o', '2'], ['d', 'v', 'o', '2'], ['2', 'v', 'o', '2']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['q', 'x', '5', 'v', 'E', '1', 'H']", "output": "[['q', 'x', '5', 'v', 'E', '1'], ['q', 'x', '5', 'v', 'E', 'H'], ['q', 'x', '5', 'v', '1', 'H'], ['q', 'x', '5', 'E', '1', 'H'], ['q', 'x', 'v', 'E', '1', 'H'], ['q', '5', 'v', 'E', '1', 'H'], ['x', '5', 'v', 'E', '1', 'H']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['8', 'a', '0']", "output": "[['8', 'a'], ['8', '0'], ['a', '0']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['2', 'T', '3', 'c', 'b', 'o']", "output": "[['2', 'T', '3', 'c', 'b'], ['2', 'T', '3', 'c', 'o'], ['2', 'T', '3', 'b', 'o'], ['2', 'T', 'c', 'b', 'o'], ['2', '3', 'c', 'b', 'o'], ['T', '3', 'c', 'b', 'o']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['1', '7', 'p', 'j', 'Q', '4', 'A']", "output": "[['1', '7', 'p', 'j', 'Q', '4'], ['1', '7', 'p', 'j', 'Q', 'A'], ['1', '7', 'p', 'j', '4', 'A'], ['1', '7', 'p', 'Q', '4', 'A'], ['1', '7', 'j', 'Q', '4', 'A'], ['1', 'p', 'j', 'Q', '4', 'A'], ['7', 'p', 'j', 'Q', '4', 'A']]", "category": "Program Execution 836.json" }, { "instruction": "In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.", "input": "['6', 'A', 't']", "output": "[['6', 'A'], ['6', 't'], ['A', 't']]", "category": "Program Execution 836.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "7890 + 6275 - 1030 + 37", "output": "2608", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "7744 + 912 + 4366", "output": "2466", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "4180 + 2877 + 8763 - 7274 - 9260 - 8752 - 924", "output": "18750", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "3066 - 1492 + 6758 - 5277 - 1329 + 3144 + 2516", "output": "-1254", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "8390 - 2539 - 5635 + 9481", "output": "7083", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "6308 - 2796 + 8987 + 622 - 7434 - 3495 + 3679 - 9626", "output": "16371", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "1664 - 1749 + 9349 - 5280", "output": "-656", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "1182 - 5672 - 2950 - 8990", "output": "18794", "category": "Mathematics 84.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.", "input": "65 - 7178 + 5117 - 2272 - 6361", "output": "10759", "category": "Mathematics 84.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: Getting Coffee. Sentence 1: Morgan had to get up early for work on Tuesday. Sentence 2: She knew she was going in extra early, and wanted to treat herself. Sentence 3: As she drove to work, she saw a coffee stand. Sentence 4: Morgan decided to pull in and order a coffee treat. Choices: a. Somehow, he finished with 5 minutes to spare. b. She was really happy she decided to get a hot coffee.", "output": "b", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: Tree Climber. Sentence 1: Mike and his friends were playing soccer at a park. Sentence 2: But the ball got kicked high into a tree. Sentence 3: Mike had climbed trees before and decided to get the ball. Sentence 4: As he was halfway up, a gust of wind knocked the ball down. Choices: a. But Mike was blown off the tree too. b. The peanuts inside of the good gave me an allergic reaction.", "output": "a", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: Buy and Sell. Sentence 1: Mark's new hobby was buying and selling stocks. Sentence 2: He would watch CNBC all day, every day. Sentence 3: He usually lost money. Sentence 4: One day, he made a few thousand dollars on a hunch. Choices: a. He waited for six hours before his flight could leave. b. He'll probably lose it all tomorrow.", "output": "b", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: Dancing Partners. Sentence 1: Jane likes to dance. Sentence 2: Jane's husband doesn't know how to dance. Sentence 3: Jane tries to teach him but he doesn't seem to be getting better. Sentence 4: Secretly Jane's husband goes to a professional for training. Choices: a. When the teacher gave him his grade of a B-, Bill was shocked. b. Jane is surprised when her husband is dancing better than she is.", "output": "b", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: Adri's Day!. Sentence 1: Adri was very nervous to start her day. Sentence 2: She was worried that she was going to fail her test. Sentence 3: She studied as much as she could before school. Sentence 4: When the test started she went very fast through it. Choices: a. Eventually Crosby's party was a hit! b. After the test she went home and slept!", "output": "b", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: The New Wife. Sentence 1: Jenny is getting married today! Sentence 2: After getting ready for hours Jenny started to feel nervous. Sentence 3: Jenny began questioning herself if this is what she really wanted. Sentence 4: Once Jenny got in the car to go to the church she calmed down. Choices: a. He never found it. b. Jenny happily agreed to marry her new husband at the altar.", "output": "b", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: New fridge. Sentence 1: Kimi wanted a new fridge. Sentence 2: Her landlord told her it was not necessary. Sentence 3: He bought a raffle ticket for a new fridge at a charity event. Sentence 4: Her number was picked as the winner. Choices: a. When people asked her if she got it done though she denied it. b. She got a new fridge despite her landlord.", "output": "b", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: Very expensive groceries. Sentence 1: Tina went to the grocery store. Sentence 2: She arrived at the island yesterday and needed food. Sentence 3: So she went and got what she needed. Sentence 4: To her dismay she saw it costed seven hundred dollars. Choices: a. She then proceeded to put a lot of items back. b. But thankfully she called someone and they came and fixed it.", "output": "a", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense.", "input": "Title: Soccer Game. Sentence 1: Lisa didn't feel well but she had to play goalie in her soccer game. Sentence 2: She took cold medicine and drank OJ to help her feel better. Sentence 3: She got to the game and started to feel better. Sentence 4: She stopped the other team from scoring and her team won. Choices: a. She was glad she played even though she didn't feel 100%. b. It wasn't long before Mitch got in trouble for snoring.", "output": "a", "category": "Text Completion 841.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: Scary Movie Night. Sentence 1: One night Nina and her friends decided to watch scary movies. Sentence 2: First they watched Paranormal Activity. Sentence 3: Then they watched Carrie. Sentence 4: Finally they watched The Exorcist. Choices: a. Fluffy ended up being a nice bunny. b. No one could sleep that night!", "output": "a", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: Two Day Trip. Sentence 1: My family and I planned a trip from South Carolina to Las Vegas. Sentence 2: The trip supposed to be a two day's bus ride. Sentence 3: The trip took four days before we reached our destination. Sentence 4: We missed our departure buses. Choices: a. We received an apology from the manager and a full refund. b. So today I'm going to a game to watch Sharon play in a game.", "output": "b", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: The End Zone. Sentence 1: The college had a beautiful field. Sentence 2: They painted the endzone with bright paint. Sentence 3: The team was pumped to play at the new field. Sentence 4: On game day, everyone took photos of the packed stadium. Choices: a. The bread was ruined so she threw it all out. b. The environment was amazing!", "output": "a", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: Rough River. Sentence 1: Tom went white water rafting with friends. Sentence 2: They tried to take on something out of their abilities. Sentence 3: The crashes were harder than they expected. Sentence 4: Tom constantly flipped over. Choices: a. He had to give up and go ashore. b. Sometimes, you just have to take a chance.", "output": "b", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: New pants. Sentence 1: Roy bought some new pants but they were a bit tight. Sentence 2: He wore the new pants to school. Sentence 3: While in class he dropped his pencil. Sentence 4: He tried to pick it up but his pants ripped. Choices: a. He had to go home early that day. b. But then the next night she had the same nightmare.", "output": "b", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: The Dryer. Sentence 1: Tony had a lot of laundry to do. Sentence 2: He put the wet clothes in the dryer and pushed Start. Sentence 3: Nothing happened! Sentence 4: The dryer was broken. Choices: a. They had a good time that day. b. Tony had to hang his clothes on the clothesline.", "output": "a", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: Taking Pictures. Sentence 1: John loved photography. Sentence 2: He always took pictures everywhere he went. Sentence 3: He decided to go to school for it. Sentence 4: John got really good at it. Choices: a. Eventually he made it his career. b. When she finally got the letter she was thrilled that she was accepted.", "output": "b", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: The Camp Pen Pal. Sentence 1: Jordan had recently returned from summer camp. Sentence 2: Her friend from camp had promised to write her soon. Sentence 3: Jordan eagerly anticipated getting the letter. Sentence 4: After some time passed she began to worry that her friend had forgot. Choices: a. But in several years, Eric was able to draw anything he wanted. b. Luckily she then finally got her letter.", "output": "a", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense.", "input": "Title: The Cake Bingo. Sentence 1: Eileen went with her friend to a cake bingo. Sentence 2: She sat down with her friend and got ready to play. Sentence 3: The caller began to call the numbers. Sentence 4: Eileen stood up and yelled bingo. Choices: a. She had won a lemon filled cake. b. I started to keep track of houses on note cards.", "output": "b", "category": "Text Completion 842.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Proposal. Sentence 1: Sam loved his girlfriend. Sentence 2: He wanted to marry her. Sentence 3: He took her on a hiking trip. Sentence 4: Atop a mountain Sam proposed under the stars.", "output": "Her boyfriend tells her it's over and he found someone else.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Beach House. Sentence 1: Margaret and Truman were discussing what kind of house to buy. Sentence 2: Margaret wanted to get a townhouse near the coast. Sentence 3: Truman wanted to get a cottage near the campgrounds. Sentence 4: They found a cottage-like house that was right on the water.", "output": "Everyone either slips, fumble the ball or make themselves look bad.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: The Makeup Fail. Sentence 1: Tabitha was rushing to get ready for school. Sentence 2: She was trying to apply eye makeup but it looked wrong. Sentence 3: For some reason she just couldn't get her makeup right. Sentence 4: Running out of time she reluctantly skipped the makeup.", "output": "Still he did the smart thing and threw it out.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Strict Plan. Sentence 1: Sarah wanted to save more money on food. Sentence 2: So she made a strict meal plan for herself. Sentence 3: She bought 25 pounds of flour and decided to eat only bread. Sentence 4: But after a few days, she felt terrible.", "output": "Gretchen and Earl are very happy together.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Special. Sentence 1: He didn't like being called special needs. Sentence 2: He told his mother this while using sign language. Sentence 3: She told him it only meant he needed things a little different. Sentence 4: He nodded, with tears in his eyes.", "output": "Yesterday she was right and I was wrong.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Fat Tim. Sentence 1: Tim was very overweight. Sentence 2: So everyone made fun in gym class. Sentence 3: He decided to try his best and work out more. Sentence 4: And he became very buff and confident.", "output": "But after a few weeks of playing, his ears couldn't stop ringing.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Too expensive. Sentence 1: Fred wanted to go to the water park. Sentence 2: So he asked his parents to take him. Sentence 3: But unfortunately they said no. Sentence 4: They thought it was too expensive.", "output": "She stopped talking to him after.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Running Sick. Sentence 1: Dan just got over being sick for a week and had a marathon to run. Sentence 2: He missed seven days of training leading up to the race. Sentence 3: Dan competed anyway and struggled the entire time. Sentence 4: He did complete the race though however with a personal low.", "output": "She looked beautiful wearing the earrings.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story.", "input": "Title: Babysitting My Brother. Sentence 1: I was babysitting my four year old brother. Sentence 2: He began throwing things everywhere. Sentence 3: He hit me in the eye with a plate. Sentence 4: I put him in time out for five minutes.", "output": "Twisting the potato, she was able to get the bulb out of the fixture.", "category": "Text Completion 843.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: Quick Pick. Sentence 1: Gary was walking with his girlfriend at the park. Sentence 2: She noticed his credit card in his pocket. Sentence 3: She quickly hugged him and took it. Sentence 4: He didn't notice.", "output": "When they had dinner, he paid for everything with cash.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: Teddy Bears. Sentence 1: Mike loved teddy bears. Sentence 2: His mom bought him a new one during her trip to the store. Sentence 3: He ripped the nose one day running down the stairs. Sentence 4: His mom replaced it with a big blue button.", "output": "Mike was happy and named him Blue.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: Basketball. Sentence 1: East Side boys basketball team was practicing in the gym. Sentence 2: While doing some drills, Tyrone twisted his ankle. Sentence 3: Two of his teammates picked him up to take him the the trainer. Sentence 4: The trainer examined his ankle.", "output": "She told him he has to miss the next few practices to recover.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: Kitten treats. Sentence 1: Our kitten is addicted to kitty treats. Sentence 2: When we wake up, she will plop at our feet and mew to get them. Sentence 3: When she is a little more awake we have to throw them. Sentence 4: She will start chirping and jumping then hunker down and wait.", "output": "She can catch the treats midair like a baseball player.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: Asking Nancy out. Sentence 1: There was a pretty girl I liked named Nancy who went to my school. Sentence 2: I was always nervous around her. Sentence 3: I eventually gained up the courage to ask her out. Sentence 4: To my utter shock, she said yes.", "output": "Now we are happily dating.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: Broken Pencil. Sentence 1: I got mad at my brother when I was three years old. Sentence 2: I grabbed a chair and pulled it up to a pencil sharpener in his room. Sentence 3: I methodically sharpened the pencil in the sharpener. Sentence 4: I walked over to my brother and stabbed it into his forearm.", "output": "He had a small piece of lead permanently imbedded in his arm.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: Cleaning the Email. Sentence 1: Blair was trying to find an old email from her mother. Sentence 2: She noticed that her inbox was overflowing with spam and ads. Sentence 3: She decided that it was time to clear everything out. Sentence 4: It took her almost an hour, but she deleted everything.", "output": "Finally, her inbox seemed clear and clean.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: New cellphone. Sentence 1: The other day I went to buy a new cellphone. Sentence 2: At the cellphone store there were several different types. Sentence 3: I couldn't figure out which type to chose. Sentence 4: So I decided to go home and think about it.", "output": "Tomorrow I'll go back to decide which phone to buy.", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story such that it seamlessly connects with the rest of the story.", "input": "Title: The Party. Sentence 1: I threw a surprise party for my husband. Sentence 2: I sent out invitations. Sentence 3: I decorated our house. Sentence 4: The guests hid in our living room.", "output": "They all jumped out and yelled, \"SURPRISE!\"", "category": "Text Completion 844.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: Alumni To the Rescue. Sentence 1: He didn't think he'd get a response by e-mailing through facebook. Sentence 2: After 2 weeks someone wrote him back and scheduled him a job interview. Sentence 3: He e-mailed links to his writing portfolio to some rich alumnus. Sentence 4: Charles graduated from college six years ago. Sentence 5: Recently, while depressed, he researched wealthy alumnus.", "output": "45312", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: Perfect hair day. Sentence 1: Then I went to cvs. Sentence 2: Then I used it and it was great. Sentence 3: When I was there I got hair stuff. Sentence 4: My hair was a mess. Sentence 5: I was having a bad day.", "output": "54132", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: Unlucky Good-Luck Charm. Sentence 1: The four-leaf clover necklace was a gift from her ex-boyfriend, Bob. Sentence 2: Jenny was looking for her binoculars when she found the necklace. Sentence 3: She had wanted to see which boy was talking to the new girl next door. Sentence 4: After reminiscing, she found the binoculars and peeked out the window. Sentence 5: The boy in her neighbor's driveway was Rob!", "output": "23145", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: Smush. Sentence 1: Never again did Cromush lift his axe. Sentence 2: At hewing trees, he could not be bested. Sentence 3: Unfortunately, when Cromush got there, the sight of it made him weep. Sentence 4: One day the he was ordered cut down an ancient oak. Sentence 5: Cromush Ragnarock was a lumberjack.", "output": "52431", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: The Decor. Sentence 1: WHen a room was finished, she would take a step back and admire it. Sentence 2: She liked seeing everything come together. Sentence 3: The woman loved decorating her home. Sentence 4: Then she would move on to the next room. Sentence 5: She would select each decoration with a lot of thought.", "output": "35214", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: New hair color. Sentence 1: She went to her stylist and chose a different color. Sentence 2: She was very happy with her new color. Sentence 3: She picked out a brunette color. Sentence 4: Megan had always been a blonde. Sentence 5: She decided to do something different with her hair.", "output": "45132", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: Jennifer tries the burger. Sentence 1: Jennifer ordered the deluxe bacon burger. Sentence 2: Jennifer was on a strict diet. Sentence 3: She decided to cheat on her diet. Sentence 4: Her friends were having a birthday party. Sentence 5: She had lost 40 pounds already.", "output": "25431", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: Barry's gesture. Sentence 1: While in the store he notices and old lady drop all her things. Sentence 2: He helps pick up all the things she dropped. Sentence 3: He walks over to the older lady. Sentence 4: The old woman thanked Barry for the nice gesture. Sentence 5: Barry is out shopping at the store.", "output": "51324", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to arrange the sentences in order to make a story that makes complete sense and is apt for the title. Indicate your answer using the number of the sentences in order, such as '34152'.", "input": "Title: The Toy Price. Sentence 1: Mandy was trying to buy her son a birthday gift. Sentence 2: She tried to find the best cheaper alternative. Sentence 3: Suddenly she saw the perfect affordable toy. Sentence 4: She knew one she wanted but it was a couple of dollars too much. Sentence 5: It began to seem like there were no good toys.", "output": "14253", "category": "Sentence Ordering 845.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: The Cute Girl. Sentence 1: She left without him saying anything. Sentence 2: He noticed a really cute girl there too. Sentence 3: He kept trying to build up the courage to talk to her. Sentence 4: Tim was never really able to. Sentence 5: Tim was at the laundromat.", "output": "51", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: Autism. Sentence 1: I put a like on it. Sentence 2: His family has tried several therapies without success. Sentence 3: Their latest therapy was a special diet, which did not work. Sentence 4: My friend posted a link to Autism research on FB. Sentence 5: My friend's son is autistic.", "output": "15", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: Heavy Depression. Sentence 1: Tom suffered from depression. Sentence 2: His health insurance was through his job. Sentence 3: It made him lose his job. Sentence 4: Tom was unable to get the treatment he needed. Sentence 5: It made it harder to get another job.", "output": "23", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: Niagara Falls. Sentence 1: There was so much static in the air Marie's hair stood straight up! Sentence 2: They drove all night long with only a few stops. Sentence 3: When they got to their hotel they napped for half a day. Sentence 4: Then they took a bus tour to see Niagara Falls. Sentence 5: Marie and her family went on a vacation to Canada.", "output": "51", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: Witch. Sentence 1: I was shocked when I won. Sentence 2: I thought it was boring, and I would lose the contest. Sentence 3: The contest was at the skating rink that year. Sentence 4: I didn't want to go trick or treating as a witch again. Sentence 5: The judges said I was the best looking witch they had ever seen.", "output": "41", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: Soda. Sentence 1: My soda was cold. Sentence 2: They had so many different types. Sentence 3: I bought my soda. Sentence 4: I went to buy a soda today. Sentence 5: I drank my soda.", "output": "41", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: Pageant. Sentence 1: She qualified and for the competition she had to perform a dance. Sentence 2: But first she had to qualify. Sentence 3: To qualify she had to wear three different dresses and score greatly. Sentence 4: Misty wanted to join the beauty pageant to win 1st prize. Sentence 5: Misty did not win any prize but she plans on joining future pageants.", "output": "14", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: New Carpet. Sentence 1: I hired my sister-in-law to help me move the furniture. Sentence 2: The carpet layers did not move furniture. Sentence 3: In 1988 my wife used our tax refund to get new carpeting. Sentence 4: The installers were done by 2 PM. Sentence 5: The carpet was a nice blue color.", "output": "31", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given the title of a story consisting of five sentences, numbered 1 through 5. Your job is to determine which two sentences need to be swapped sentences in order to make a story that makes complete sense and is befittingly titled. Indicate your answer using the numbers of the two sentences in order, such as '34' or '25'. The first digit refers to the sentence which should come first in the story.", "input": "Title: Carlos flat tire. Sentence 1: Carlos is driving home from a night out with this boys. Sentence 2: Carlos hits something in the road. Sentence 3: Carlos got a flat tire and called for help. Sentence 4: He pulls over to see what's wrong. Sentence 5: The car starts to slow down.", "output": "53", "category": "Sentence Ordering 846.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: Tim was bad with money. Sentence 2: He didn't realize he had so little in the bank. Sentence 3: He went over his account several times. Sentence 4: The overdraft fees amounted to hundreds. Sentence 5: He was never able to pay it back.", "output": "Overdraft Fees", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: Kevin didn't know what to get for lunch. Sentence 2: He looked all throughout his house for leftover food. Sentence 3: He didn't want to spend money so he'd prefer not to. Sentence 4: He ended up finding some leftover pasta from the other night! Sentence 5: Kevin told me he was really excited about finding free food for lunch!", "output": "Kevin's lunch", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: Danny is making homemade mac & cheese. Sentence 2: He begins boiling the noodles. Sentence 3: Then, he melts some high grade cheeses together. Sentence 4: After combining all the ingredients, he feels his stomach growl. Sentence 5: He knows he's outdone himself this time.", "output": "Dinner Time", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: I told my wife I was going to make pizza for dinner tonight. Sentence 2: I went to the store and got all of the ingredients. Sentence 3: When I got home I started making the pizza. Sentence 4: I put it in the oven for twenty minutes. Sentence 5: When it was done cooking, we ate it and found it delicious!", "output": "Cooking", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: Manuel sat on his front porch and let out a sigh. Sentence 2: He had been waiting for twenty minutes already. Sentence 3: Soon, a white vehicle pulled up to his house. Sentence 4: The mailman got out of his car and carried a large brown box. Sentence 5: Manuel excitedly ran forward to receive his package.", "output": "Special Delivery", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: Billy was swinging a toy sword around his house. Sentence 2: While playing with the toy sword, he broke his mother's favorite vase. Sentence 3: Billy's mom got home from work and asked about the vase. Sentence 4: Billy blamed the broken vase on the family's dog. Sentence 5: Billy felt so bad about his lie, he told his mom the truth.", "output": "Billy lied", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: Amanda was having a lot of back pains. Sentence 2: She eventually decided to get it checked at the doctors. Sentence 3: The doctor said it was due to her getting old. Sentence 4: Amanda began taking medication. Sentence 5: Now, Amanda's pain is minimal but still there.", "output": "Back", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: The football team was excited. Sentence 2: This was their first game playing on the new turf. Sentence 3: They huddled together and got excited. Sentence 4: They stepped onto the new surface and felt proud. Sentence 5: They had a great new stadium!", "output": "The Turf", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.", "input": "Sentence 1: Eddie's car would not start one morning. Sentence 2: He had no idea what to do. Sentence 3: Luckily, his neighbor came out to help him. Sentence 4: She jump started Eddie's car for him. Sentence 5: Eddie happily thanked her for her help!", "output": "Jump", "category": "Title Generation 847.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: Jackie was an elderly woman without much family around her. Sentence 2: She received a letter in the mail asking for money for a bill. Sentence 3: She did not realize and recognize a scam and sent in money. Sentence 4: Her bank noticed who the check was sent to and called her. Sentence 5: Fortunately, the bank was able to protect Jackie and refund her money. Choices: a. Grocery Trip. b. Scam.", "output": "b", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: I always wanted too to Disney world. Sentence 2: I had never been before and now I was eager to go. Sentence 3: So I went with my cousins. Sentence 4: But when we got there I did not like it. Sentence 5: I realized it was simply for children. Choices: a. Not liking the park. b. Add it Up.", "output": "a", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: Tom loved working on car engines. Sentence 2: He didn't care about looks. Sentence 3: Tom made his car incredibly fast. Sentence 4: He would take it to the track and race other cars. Sentence 5: They never expected him to beat them. Choices: a. Fast Car. b. Pregnancy Error.", "output": "a", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: Candy was wedding dress shopping with her mom. Sentence 2: Her mom and dad were going to buy her the dress. Sentence 3: Candy fell in love with one dress that was wildly expensive. Sentence 4: She begged her mom who almost refused. Sentence 5: After enough thinking her mom agreed and they bought the dress. Choices: a. The New Line. b. An Expensive Dress.", "output": "b", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: Tim was on a budget and had very little money for food. Sentence 2: He loved meat but had to buy very cheap, tough, chewy cuts of steak. Sentence 3: Then his mom bought him a Crock Pot and taught him to use it. Sentence 4: Tim started slow-cooking his steaks overnight, and he was amazed. Sentence 5: Even the toughest meat cuts became so tender and soft! Choices: a. Mom. b. Steak.", "output": "b", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: My son wanted to spend his birthday money. Sentence 2: We went online to look at games. Sentence 3: We chose several for him to purchase that were on sale. Sentence 4: He really loved getting a good deal. Sentence 5: I think he learned an important lesson about budgeting. Choices: a. Bad Breath. b. Games.", "output": "b", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: Lionel had been depressed for fifteen years. Sentence 2: So when he woke up one morning feeling happy, he was surprised. Sentence 3: He checked his body for symptoms. Sentence 4: But he felt fine as if a cloud had moved away. Sentence 5: He took a big breath happy to finally enjoy life again. Choices: a. Alive again. b. Fishing.", "output": "a", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: Mark volunteered to help with his daughter's team. Sentence 2: He was named head coach! Sentence 3: He didn't know much about soccer, but he promised he would learn. Sentence 4: The team did well that year. Sentence 5: They won all of their games! Choices: a. Woody's Broken Heart. b. The Coach.", "output": "b", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'.", "input": "Sentence 1: Tom had a light jacket he really liked. Sentence 2: He decided to wear it out one night. Sentence 3: Unfortunately it was really cold out. Sentence 4: Tom wasn't able to stay very warm. Sentence 5: He had to go home early. Choices: a. Light Jacket. b. Alligator.", "output": "a", "category": "Title Generation 848.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: My friend Ann had a ten-year affair with a married man. He broke if off after his wife found out. She wanted to see who friended her husband. Choices: a. Ann never friended the account, knowing it was a trap. b. His wife recently set up a FB account with her husband's name. c. Melissa gained twenty pounds in a month.", "output": "ab", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: His buddies told him about a fund-raising 10-K run. John decided to enter the race. As a result, John raised over a thousand dollars for cancer research! Choices: a. John finished third in the 10-K run! b. John had been getting into shape for several months. c. He was upset.", "output": "ab", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: I was walking in the city yesterday. She looked lost. Thankfully I helped her. Choices: a. Jill laughed when a dog jumped out of the bush. b. I was underground. c. Near the train I saw a blind woman.", "output": "bc", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Today, I was tired and didn't want to go at all. She came and picked me up and I went with no intention to run. I lost an additional five pounds and will continue to keep going. Choices: a. She called her friends to say she wouldn't make it to the mall. b. Sierra and I went to the gym everyday to get healthy. c. After we arrived, I decided to run anyways and was glad I did.", "output": "bc", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: It was a very hot day. He called his mom to come pick him up. Then he jumped in her pool and cooled off happily. Choices: a. Adam had a great afternoon of swimming! b. Adam wanted to go swimming. c. Henry sat and listened intently.", "output": "ab", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Eric disagreed and challenged Scott to a game. The game was very close and it came down to the last minute. Now Eric is the best basketball player. Choices: a. Scott thought he was one of the best basketball players. b. He got the job. c. Eric won by only two points.", "output": "ac", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Terry was at the local fair. They had a cake walk. He decided to join. Choices: a. He had never won anything before. b. She ran after it and licked it. c. He continued that streak by not winning the cake walk.", "output": "ac", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: The man forgot his password. He called the company. They helped him over the phone. Choices: a. He did not get a response. b. He sent an email to get it reset. c. Andy could not wait for the putting green to be ready for play.", "output": "ab", "category": "Text Completion 849.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story; note that the selected choices may fit into the story at any point. Indicate your selected choices in order, i.e., as 'ab'/'bc'/'ac' and not as 'ba'/'ca'/'cb'. If options are equally plausible, pick the ones that make more sense.", "input": "Title: He had dark curtains which didn't help. The new curtains let in more light. Sam decided to replace more window treatments. Choices: a. She was so happy she didn't care if anyone made fun of her. b. Sam's house didn't get much light. c. He decided to replace them with something more sheer.", "output": "bc", "category": "Text Completion 849.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "9062 sottrazione 2584 sottrazione 9782 aggiunta 9521 sottrazione 6748 aggiunta 7833 aggiunta 8791 aggiunta 4934 aggiunta 9399", "output": "30426", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "1046 aggiunta 8133 sottrazione 5807 aggiunta 5025 aggiunta 1197 aggiunta 4505 sottrazione 1861 aggiunta 6086 aggiunta 3385", "output": "21709", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "7789 sottrazione 8037 aggiunta 1057 sottrazione 8363 sottrazione 2848 sottrazione 4914", "output": "-15316", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "6460 sottrazione 7494 aggiunta 3688 aggiunta 4875 sottrazione 6472 aggiunta 3659", "output": "4716", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "87 sottrazione 8641 sottrazione 374 sottrazione 7870 sottrazione 8832 aggiunta 7079 aggiunta 9176 aggiunta 2189 sottrazione 647", "output": "-7833", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "2521 sottrazione 6765 aggiunta 1165 sottrazione 8567 sottrazione 8338 aggiunta 535 aggiunta 6450 aggiunta 5503 aggiunta 2953", "output": "-4543", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "7088 aggiunta 7721 aggiunta 3599 aggiunta 568 sottrazione 9445 sottrazione 8245 sottrazione 2668", "output": "-1382", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "2045 sottrazione 7471 aggiunta 4583", "output": "-843", "category": "Mathematics 85.json" }, { "instruction": "In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.", "input": "9116 aggiunta 6557 aggiunta 5530", "output": "21203", "category": "Mathematics 85.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Tim played for his high school basketball team. At the end of one game, Tim received a pass near the basket. As Tim tried to shoot a layup, he was fouled by a defender. Choices: a. Tim had to shoot two free throw attempts. b. Tim made both free throws and his team won the game. c. Her mother was refunded for the classes she didn't take.", "output": "4a, 5b", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Jacob got a flat tire. We didn't have a pump with us. Luckily they had a pump with them. Choices: a. I flagged down a car. b. Jacob and I were riding our bikes. c. After a bit of preparation, he was able to cook his meal.", "output": "4a, 1b", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Brad was very excited about the release of Pokemon Go. He played it for three days straight. Brad reluctantly deleted the app to maintain his privacy. Choices: a. He found out about how the app can easily steal your personal data. b. He downloaded the app as soon as it came out. c. He gets back to the campsite to be with his family.", "output": "4a, 2b", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Last week it snowed very badly. She thought she got rid of all of the snow. But unfortunately the roof leaked. Choices: a. They still preferred their own favorites, but their minds were opened! b. Susy had a very large house. c. So Susy had to call someone.", "output": "1b, 5c", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Today was the first day of school. Bob was feeling really nervous about being the new kid. He agreed, and was happy to have something to look forward to. Choices: a. As soon as he walked in the door, several people smiled at him. b. They asked him if he would like to eat lunch with them. c. He cleaned it up, and decided to go to the coffee shop that morning.", "output": "3a, 4b", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Kevin worried about his family. He felt better knowing they would be cared for if he died. A week later, Kevin had a heart attack. Choices: a. Their total collapse will have them missing the baseball playoffs. b. His wife was thankful he had made that choice. c. He got a bunch of life insurance.", "output": "5b, 2c", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Jim's parents signed him up for little league baseball. Jim's team was always very dominant because of how well he played. Jim's team went on to win the state championship for baseball. Choices: a. Jeremy's parents let him stay home to do chores. b. He practiced with his father every afternoon to prepare for his games. c. On the weekends, Jim played with his team against other teams.", "output": "2b, 3c", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: He had been studying for weeks. The test was very important to his grade. He made sure to put the extra effort in. Choices: a. He was very committed to doing well. b. Lucas wasn't frightened and head butted her just as she had done. c. John had a big final coming up.", "output": "4a, 1c", "category": "Text Completion 850.json" }, { "instruction": "In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and their positions in the sentence order of the story; note that the selected choices may fit into the story at any point. Your answer must be in the form of '2a, 5b', where '2a' means the candidate sentence 'a' will be inserted as the 2nd sentence in the story. The answer must also be in the order of the selected choices, i.e., '2a, 5b' is allowed, and '5b, 2a' is not allowed. If options are equally plausible, pick the ones that make more sense.", "input": "Title: Fred loved kayaking. So he took his buddies with him. But he handed it over anyway. Choices: a. Fred thought it was weird. b. The bottle pointed in the direction of Sarah, who gave him a big kiss. c. But they needed their id.", "output": "4a, 3c", "category": "Text Completion 850.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: If your country has a lot of industry it likely has _____ hazardous waste. \n Answer: a lot of", "output": "Countries with more industry produce more hazardous wastes than those with little industry.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: The moon is unable to hold in all the planets because it is \n Answer: less massive", "output": "The greater the mass of the objects, the stronger the gravitational pull between them.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: Less oxygen absorption means _____ oxygen in the blood. \n Answer: less", "output": "Smoking reduces the amount of oxygen available for diffusion at the lungs, so less oxygen gets absorbed and blood is oxygenated to a lesser degree.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: An asteroid traveled equal distance between a small massed planet and a large massed planet and got caught by one of their gravitational pulls. Which one is more likely to have caught the asteroid? \n Answer: Large planet", "output": "Objects with greater mass have a stronger force of gravity between them.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: If Jim's country increases use of fossil fuels, what will happen to the amount of pollution it produces? \n Answer: increase", "output": "Because richer nations use more fossil fuels, they also cause more air pollution and global warming than poorer nations do.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: In Colorado, where water can be scarce, the snow in the mountains melts in the Spring. When there isn't very much snowfall in the winter does the water table \n Answer: lower", "output": "Drier climates generally have less water for people to use.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: John observed that machines are very helpful in performing work because they increase the amount of force, and also make the distance the force is applied \n Answer: Greater", "output": "Machines make work easier by increasing the amount of force that is applied, increasing the distance over which the force is applied, or changing the direction in which the force is applied.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: The reason that things rotate around the sun is because it is \n Answer: large", "output": "The greater the mass of the objects, the stronger the gravitational force of attraction between them.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.", "input": "Question: Planets moving apart means there will be _____ gravitational force between them. \n Answer: less", "output": "The further objects are away from each other, the smaller the gravitational force.", "category": "Explanation 851.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: tell me about rock and gem shows \n Clarification: are you interested in who is the ceo", "output": "No", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: What is Fickle Creek Farm \n Clarification: do you want to know who the preesident of south africa is", "output": "No", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: tell me about tangible personal property tax \n Clarification: do you want to know the latest weather updates for pocono mountains", "output": "No", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: Find information about the gs pay rate \n Clarification: are you looking for instructions to build a fence", "output": "No", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: Give me espn sports information. \n Clarification: do you wnat sports scores", "output": "Yes", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: How should I use the septic system design \n Clarification: would you like directions to local rock and gem shows", "output": "No", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: How should I use the septic system design \n Clarification: would you like to see jobs around you that are equal opportunity employers", "output": "No", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: I'm looking for information on the beatles rock band \n Clarification: are you interested in learning the history of the beatles", "output": "Yes", "category": "Question Understanding 855.json" }, { "instruction": "In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'.", "input": "Query: How do I get my free annual credit report? \n Clarification: would you like to know what avp stands for", "output": "No", "category": "Question Understanding 855.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "Water puddles on a sidewalk evaporate when the Sun heats the water. Which of these best describes what is happening as the water evaporates? \n (A) Water changes phase as it releases heat to the environment. (B) Water boils as it absorbs energy from the sidewalk. (C) Water becomes a gas as it absorbs energy from the Sun. (D) Water evaporates as its thermal energy is transferred to the air.", "output": "C", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "Ribosomes present in a particular cell are smaller than those found in plants. In which taxonomic group or groups could the cell be classified? \n (A) fungi only (B) archaea only (C) bacteria or archaea (D) bacteria or fungi", "output": "C", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "Which tools are used to determine the boiling point of water? \n (A) hot plate and stopwatch (B) thermometer and balance (C) hot plate and thermometer (D) balance and graduated cylinder", "output": "C", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "What is the process called when an acid and a base combine to produce water and salt? \n (A) neutralization (B) dilution (C) titration (D) physical reaction", "output": "A", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "After a period of steady increase, the rate of coal consumption was 50% higher during 2009 than it was during the year 2000. If this trend continues, which impact will coal consumption most likely have on the environment after the year 2010? \n (A) decreased rates of deforestation (B) decreased atmospheric temperatures (C) increased amounts of radioactive waste (D) increased levels of greenhouse gas emissions", "output": "D", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "Which animal eats only plants? \n (A) Cat (B) Dog (C) Lion (D) Rabbit", "output": "D", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "The topography of Nevada is dominated by basins and mountain ranges associated with which geological phenomena? \n (A) faults (B) trenches (C) hot spots (D) hydrothermal vents", "output": "A", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "Ava conducted an experiment to determine respiratory rates during different activities. She counted the number of breaths per minute. Ava noted that the number of breaths increases as physical activity increases. Why is there an increase in the number of breaths per minute as activity increases? \n (A) As activity increases, more oxygen is exhaled. (B) As activity increases, breathing becomes more efficient. (C) As activity increases, the oxygen needs of cells increase. (D) As activity increases, the rate of the heart beating increases.", "output": "C", "category": "Question Answering 856.json" }, { "instruction": "You are given a science question (easy-level) and four answer options (associated with \"A\", \"B\", \"C\", \"D\"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question.", "input": "Which of the following occurs during photosynthesis? \n (A) CO2 is used to produce water. (B) CO2 is absorbed by mitochondria. (C) CO2 and H2O are converted to carbohydrates. (D) CO2 and H2O are combined into carbonic acid.", "output": "C", "category": "Question Answering 856.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: Is the zoo located in the capital city of its country? Passage:The ZOO Bratislava () is a zoo in Bratislava, Slovakia. It is located in the area of Mlynsk\u00e1 dolina in the borough of Karlova Ves on the slopes of the forested hills of Little Carpathians. As of 2016, the zoo has an area of out of which is open to the public, and is home to over 900 specimens of 175 animal species. The zoo receives on average 300,000 visitors annually. It is the only zoo in Bratislava, it is accessible by car with a dedicated parking lot or by public transport (bus stop ZOO) and it is open every day of the year. Major attractions include white lions, white tigers and DinoPark, featuring moving life-sized sculptures of dinosaurs. Out of the 5 major zoos in Slovakia, ZOO Bratislava is the second oldest, second largest and second most visited. ZOO Bratislava was one of the first zoos in Europe that was successful in breeding Eurasian lynx in captivity.\n Links: a. Little Carpathians b. Public transport in Bratislava c. Bratislava d. Karlova Ves", "output": "c", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: What age was Robert I the year the Battle of Bannockburn occurred? Passage:Scottish field armies rarely managed to stand up to the usually larger and more professional armies produced by England, but they were used to good effect by Robert I of Scotland at the Battle of Bannockburn in 1314 to secure Scottish independence. He adopted a policy of slighting castles and made use of naval power to support his forces, beginning to develop a royal Scottish naval force. In the Late Middle Ages under the Stewart kings these forces were further augmented by specialist troops, particularly men-at-arms and archers, hired by bonds of manrent, similar to English indentures of the same period. New \"livery and maintenance\" castles were built to house these troops and castles began to be adapted to accommodate gunpowder weapons. The Stewarts also adopted major innovations in continental warfare, such as longer pikes, the extensive use of artillery, and they built up a formidable navy. However, one of the best armed and largest Scottish armies ever assembled still met with defeat at the hands of an English army at the Battle of Flodden in 1513, which saw the destruction of a large number of ordinary troops, a large section of the nobility and King James IV.\n Links: a. Royal Scots Navy b. Scotland in the Late Middle Ages c. Manrent d. Robert the Bruce", "output": "d", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: How many total lego games were co-published with Lego Media and Electronic Arts? Passage:Since 1995, 69 commercial video games based on Lego, the construction system produced by The Lego Group, have been released. Following the second game, Lego Island, developed and published by Mindscape, The Lego Group published games on its own with its Lego Media division, which was renamed Lego Software in 2001, and Lego Interactive in 2002. The division also co-published with Electronic Arts before closing. Former Lego Interactive staff founded company Giant Interactive Entertainment for future Lego game publishing. Following the release of , Giant merged with Traveller's Tales to form TT Games. TT Games was acquired by Warner Bros. Interactive Entertainment (WBIE) in November 2007, making WBIE the primary publisher for Lego games.\n Links: a. The Lego Group b. Lego c. Electronic Arts d. Video game", "output": "a", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: When was Joan Arches' son born? Passage:By 1196 Hugh de Say, grandson of Hugh FitzOsbern, had transferred lordship of the manor of Souldern to his brother-in-law Thomas de Arderne. By 1279 the Ardernes were mesne lords, collecting rent from the de Lewknor family. By 1307 the de Lewknors had conveyed Souldern to the Abberbury family of Donnington, Berkshire. Sir Richard Abberbury, knight of the shire for Oxfordshire in 1373 and 1387, granted lands at Souldern to both Donnington Hospital and a house of Crutched Friars at Donnington. Sir Richard's nephew, another Richard Abberbury, inherited the remainder. The younger Richard seized the Crutched Friars' land at Souldern and granted it to William de la Pole, 1st Duke of Suffolk in 1448. The remainder of Richard's land at Souldern passed to his nephew Sir Richard Arches (d.1417), MP for Buckinghamshire in 1402, of Eythrope, Cranwell (both in the parish of Waddesdon) and Little Kimble, Buckinghamshire. Souldern was inherited by his daughter Joan Arches and her husband Sir John Dynham. When their son, John Dynham, 1st Baron Dynham, died in 1501, Souldern manor was divided into four parts which remained in separate hands until the 1590s.\n Links: a. Knight of the shire b. Donnington Hospital c. Donnington Hospital d. John Dynham, 1st Baron Dynham", "output": "d", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: How many songs are on the album that \"Sometimes\" is part of? Passage:Before recording her debut album, Spears had originally envisioned it in the style of \"Sheryl Crow music, but younger [and] more adult contemporary\". However, the singer agreed with her label's appointment of producers, who had the objective to reach a teen public at the time. She flew to Cheiron Studios in Stockholm, Sweden, where half of the album was recorded the spring of 1998, with producers Max Martin, Denniz Pop and Rami Yacoub, among others. \"Sometimes\" was written by J\u00f6rgen Elofsson, and produced by Per Magnusson and David Kreuger. Spears recorded the vocals for the song in May 1998, at Cheiron Studios in Stockholm, Sweden. It was also mixed at Cheiron Studios by Martin. Esbj\u00f6rn \u00d6hrwall played the acoustic guitar, while bass guitar was done by Thomas Lindberg. Keyboards and programming was done by Kreuger, and additional keyboards by Magnusson. Background vocals were provided by Anders von Hoffsten. Spears also co-wrote and recorded a track called \"I'm So Curious\", produced by Eric Foster White, that was released as a B-side to \"Sometimes\". The track was recorded in 1997 at 4MW East Studios in New Jersey. \"Sometimes\" was released as the second single from ...Baby One More Time on April 30, 1999.\n Links: a. ...Baby One More Time (album) b. A-side and B-side c. Keyboard instrument d. Sheryl Crow", "output": "a", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: In what state wss the Institute that Sinnickson attended before graduating from Union College? Passage:Born in Salem, New Jersey, he attended private schools, and the Rensselaer Polytechnic Institute, before graduating from Union College, New York, in 1855. While at Union he became a member of Theta Delta Chi. After his collegiate career, he studied law, and was admitted to the bar in 1858, commencing the practice of law in Salem. During the Civil War Sinnickson served as Captain in the Union Army. He was elected as a Republican to the Forty-fourth and Forty-fifth United States Congresses, serving in office from March 4, 1875 to March 3, 1879. After his stint in Washington, he resumed the practice of law in Salem. He also served as a delegate to the 1880 Republican National Convention, and he was appointed judge of the Court of Common Pleas in 1896 and reappointed in 1901 and 1906.\n Links: a. New Jersey Court of Common Pleas b. Rensselaer Polytechnic Institute c. Union College d. New Jersey Court of Common Pleas", "output": "b", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: When Livingstone lost to Tony Blair as Labour Party Leader, how old was Tony Blair that year? Passage:Born in Lambeth, South London, to a working-class family, Livingstone joined Labour in 1968 and was elected to represent Norwood at the GLC in 1973, Hackney North and Stoke Newington in 1977, and Paddington in 1981. That year, Labour representatives on the GLC elected him as the council's leader. Attempting to reduce London Underground fares, his plans were challenged in court and declared unlawful; more successful were his schemes to benefit women and underprivileged minorities, despite stiff opposition. The mainstream media gave him the moniker \"Red Ken\" in reference to his socialist beliefs and heavily criticised him for supporting controversial issues like republicanism, LGBT rights, and a United Ireland. Livingstone was a vocal opponent of the Conservative Party government of Prime Minister Margaret Thatcher, which in 1986 abolished the GLC. Elected as MP for Brent East in 1987, he became closely associated with anti-racist campaigns. He unsuccessfully stood for Labour Party leader on a leftist platform in 1992 and 1994, in the latter losing to Tony Blair. Livingstone became a vocal critic of Blair's New Labour project that pushed the party closer to the centre and won the 1997 general election.\n Links: a. Paddington b. Fares Fair c. Tony Blair d. Republicanism in the United Kingdom", "output": "c", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: What is the current population of the city where Bricher began his career as a businessman? Passage:Bricher was born in Portsmouth, New Hampshire. He was educated in an academy at Newburyport, Massachusetts. He began his career as a businessman in Boston, Massachusetts. When not working, he studied at the Lowell Institute. He also studied with Albert Bierstadt, William Morris Hunt, and others. He attained noteworthy skill in making landscape studies from nature, and after 1858 devoted himself to the art as a profession. He opened a studio in Boston, and met with some success there. In 1868 he moved to New York City, and at the National Academy of Design that year he exhibited \u201cMill-Stream at Newburyport.\u201d Soon afterward he began to use watercolors in preference to oils, and in 1873 was chosen a member of the American Watercolor Society. In the 1870s, he primarily did maritime themed paintings, with attention to watercolor paintings of landscape, marine, and coastwise scenery. He often spent summers in Grand Manan, where he produced such notable works as Morning at Grand Manan (1878). In 1879, Bricher was elected into the National Academy of Design as an Associate member.\n Links: a. New York City b. Newburyport, Massachusetts c. Portsmouth, New Hampshire d. Boston", "output": "d", "category": "Question Answering 859.json" }, { "instruction": "In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice as 'a', 'b', 'c', or 'd'. If you think more than one option is plausible, choose the more probable option to help you answer the question.", "input": "Question: How long had Little Rock been incorporated for the year Gordon led his regiment at the Battle of Marks' Mills? Passage:In March and April 1864, Shelby's men harassed and skirmished with the Union Army force under the command of Major General Frederick Steele during his Camden Expedition, part of the Red River Campaign. Gordon led more than one charge against the Union forces during Steele's march from Little Rock to Camden, Arkansas. On April 25, 1864, Gordon led his regiment at the Battle of Marks' Mills where they captured two Union artillery pieces from the detachment of Union Lieutenant Colonel Francis M. Drake when Shelby's force attacked the Union left wing of the detachment which had been sent from Camden toward Pine Bluff, Arkansas to obtained supplies for Steele's force which was increasingly besieged by gathering Confederate forces at Camden. The Confederates outnumbered the Union force at Marks' Mills by more than 2 to 1 and overwhelmed it, taking about 1,300 prisoners and about 240 wagons. The overall commander of the Confederate cavalry force at Marks' Mills, Brigadier General James Fagan, led the Confederates, including Shelby's command, toward Pine Bluff in an effort to capture the Union supply depot. The Confederates did not make it to Pine Bluff due to flooding. They also did not return fast enough to cut off Steele's return march to Little Rock or to participate in the Battle of Jenkins' Ferry, the one big engagement during the retreat before the Union troops escaped across the swollen Saline River.\n Links: a. Pine Bluff, Arkansas b. Saline River (Ouachita River tributary) c. Battle of Marks' Mills d. Little Rock, Arkansas", "output": "d", "category": "Question Answering 859.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "7298 @ 7455 @ 7874 @ 2069 # 9385 # 1826 # 2671 @ 9183 @ 8979", "output": "28976", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "3071 # 5299 @ 206 @ 3214 @ 6040 @ 5785 # 6760 # 8070", "output": "-1813", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "131 @ 5834 @ 4545", "output": "10510", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "613 # 5194 @ 870", "output": "-3711", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "4047 # 7628 # 9185 # 8947 # 7911 @ 8209 # 6383 # 7968 @ 6175", "output": "-29591", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "464 # 1469 # 7146", "output": "-8151", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "1128 # 8249 # 1187 # 4702 # 9671 @ 2654 @ 665 # 9273 @ 6614", "output": "-22021", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "142 # 8516 @ 3411 # 7932 # 4096 # 9446 # 9453 @ 3707", "output": "-32183", "category": "Mathematics 86.json" }, { "instruction": "In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer", "input": "3980 @ 6122 @ 3529 # 9952", "output": "3679", "category": "Mathematics 86.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: What year was the team Jon McCarthy started his career with founded? Passage:McCarthy played as a winger and made around 700 appearances in his career, many of which were in the English Football League. Twice a Northern Ireland B international, he went on to win 18 senior caps for Northern Ireland. He began his career at Hartlepool United in 1987, before heading into the non-league scene with Shepshed Charterhouse in 1989. He returned to the professional game the following year after signing a contract with York City. He spent the next five years with the club, helping York to promotion via the play-offs in 1993, and twice being voted Clubman of the Year. In 1995, he joined Port Vale for a \u00a3450,000 fee. In his first year at Vale Park he was awarded the club's Player of the Year award, and also played in the Anglo-Italian Cup final.\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: What was the name of the Sheriff of Marion County in 1981? Passage:Beginning in 1974, Bryant began to state that he was receiving revelations from Jesus. He claimed that \"John the Beloved\" had visited him as an angel and instructed him to form an \"Order of the Ancients\". In 1975 he was taken in vision to the City of Enoch, where AUB founder Joseph White Musser and Latter Day Saint movement founder Joseph Smith ordained him to the presidency of the church and the high priesthood. At this time, Bryant claimed to be the \"One Mighty and Strong\" prophesied of in the Doctrine and Covenants. In 1975, he founded a church as the Church of Christ Patriarchal, which later was renamed the Evangelical Church of Christ. In 1979, Bryant's group established a communal settlement at the Fair Haven Ranch near Las Vegas, Nevada. During his time as a leader of the group, Bryant had six wives and taught his sect about drug experimentation and heterosexual and homosexual group sex. According to sources, sect members had sexual relations during the group's temple ceremonies. In 1981, the group lost the Fair Haven Ranch when they were unable to keep up on mortgage payments. As a result, Bryant, five of his six wives, and some of the members of the group relocated to Marion County, Oregon, near Salem.\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: Who owned the palace that was burned down by the invading English army in 1544? Passage:The English King Henry VIII, angered by the Scots reneging on the initial agreement, made war on Scotland in 1544\u20131549, a period which the writer Sir Walter Scott later christened the \"Rough Wooing\". In May 1544 an English army landed at Granton and captured Leith to land heavy artillery for an assault on Edinburgh Castle, but withdrew after burning the town and the Palace of Holyrood over three days. Three years later, following another English invasion and victory at Pinkie Cleugh in 1547, the English attempted to establish a \"pale\" within Scotland. Leith was of prime strategic importance because of its vital role as Edinburgh's port, handling its foreign trade and essential supplies. The English arrived in Leith on 11 September 1547 and camped on Leith Links. The military engineer Richard Lee scouted around the town on 12 September looking to see if it could be made defensible. On 14 September the English began digging a trench on the south-east side of Leith near the Firth of Forth. William Patten wrote that the work was done as much for exercise as for defence, since the army only stayed for five days.\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: What parent corporation owns the label that issued their first album, Cotton, Lloyd & Christian? Passage:Friends dissolved shortly afterwards, and Kipner formed a new group, Skyband. Lloyd and Cotton left MGM when Curb also left to establish his own production company. The pair recruited Texan-born Chris Christian, and in 1975 the trio recorded their first album, Cotton, Lloyd & Christian, issued by 20th Century Records. Their version of the Del Shannon song \"I Go to Pieces\" - a 1965 hit for Peter and Gordon - became a #66 hit on the Billboard Hot 100. Other tracks included a slowed-down version of the Supremes' hit \"Baby Love\"; a medley of songs from the Who's Tommy; and \"I Don't Know Why You Love Me\". The album was repackaged by Curb and Lloyd in 1976, and used as the music soundtrack of a movie, The Pom Pom Girls. The trio's second album, Number Two, also appeared in 1976, and in April 1977 they released another single, \"Crying in the Rain\", written by Carole King and Howie Greenfield and first recorded by the Everly Brothers. Both albums were produced by Lloyd and Curb. No further recordings by the trio were released.\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: How old was H.G. Wells when Mitchell published \"The Crystal Man\"? Passage:Edward Page Mitchell (1852\u20131927) was an American editorial and short story writer for The Sun, a daily newspaper in New York City. He became that newspaper's editor in 1897, succeeding Charles Anderson Dana. Mitchell was recognized as a major figure in the early development of the science fiction genre. Mitchell wrote fiction about a man rendered invisible by scientific means (\"The Crystal Man\", published in 1881) before H.G. Wells's The Invisible Man, wrote about a time-travel machine (\"The Clock that Went Backward\") before Wells's The Time Machine, wrote about faster-than-light travel (\"The Tachypomp\"; now perhaps his best-known work) in 1874, a thinking computer and a cyborg in 1879 (\"The Ablest Man in the World\"), and also wrote the earliest known stories about matter transmission or teleportation (\"The Man without a Body\", 1877) and a superior mutant (\"Old Squids and Little Speller\"). \"Exchanging Their Souls\" (1877) is one of the earliest fictional accounts of mind transfer. Mitchell retired in 1926, a year before dying of a cerebral hemorrhage.\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: How long had the Jodrell Bank Observatory been in operation when Lyne retired? Passage:Andrew Geoffrey Lyne FRS (born 13 July 1942) is a British physicist. Lyne is Langworthy Professor of Physics in the School of Physics and Astronomy, University of Manchester, as well as an ex-director of the Jodrell Bank Observatory. Despite retiring in 2007 he remains an active researcher within the Jodrell Bank Pulsar Group. Lyne was educated at The Portsmouth Grammar School, the Royal Naval School, Tal Handaq, Malta and at St. John's College at the University of Cambridge (natural sciences), continuing to the University of Manchester for a PhD in Radio Astronomy. Lyne writes that he is \"mostly interested in finding and understanding radio pulsars in all their various forms and with their various companions. Presently, I am most occupied with the development of new multibeam search systems at Jodrell and Parkes, in order to probe deeper into the Galaxy, particularly for millisecond pulsars, young pulsars and any that might be in binary systems.\"\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: What are the English equivalent words for Arzawa and Kizzuwatna? Passage:To the west and south of the core territory lay the region known as Luwiya in the earliest Hittite texts. This terminology was replaced by the names Arzawa and Kizzuwatna with the rise of those kingdoms. Nevertheless, the Hittites continued to refer to the language that originated in these areas as Luwian. Prior to the rise of Kizzuwatna, the heart of that territory in Cilicia was first referred to by the Hittites as Adaniya. Upon its revolt from the Hittites during the reign of Ammuna, it assumed the name of Kizzuwatna and successfully expanded northward to encompass the lower Anti-Taurus Mountains as well. To the north, lived the mountainous people called the Kaskians. To the southeast of the Hittites lay the Hurrian empire of Mitanni. At its peak, during the reign of Mur\u0161ili II, the Hittite empire stretched from Arzawa in the west to Mitanni in the east, many of the Kaskian territories to the north including Hayasa-Azzi in the far north-east, and on south into Canaan approximately as far as the southern border of Lebanon, incorporating all of these territories within its domain.\n", "output": "a", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: How old was Gilbert when collaborated for the last time with Sullivan in 1896? Passage:When the Gilbert and Sullivan partnership collapsed after the production of The Gondoliers in 1889, their producer Richard D'Oyly Carte struggled to find successful new works to show at the Savoy Theatre. Carte produced Sullivan's grand opera, Ivanhoe at another theatre, and afterwards, he turned to Sullivan to create more comic operas for the Savoy. With Sydney Grundy, Sullivan wrote the nostalgic and sentimental Haddon Hall (1892) then, reunited with W. S. Gilbert, he produced Utopia, Limited (1893). He next returned, with his earlier collaborator F. C. Burnand, with The Chieftain (1894) and collaborated for the last time with Gilbert on The Grand Duke (1896). None of these had proved to be more than modestly successful, and Carte's other new pieces for the Savoy in the 1890s had done no better. Following the success of Sullivan's ballet Victoria and Merrie England in 1897, Carte asked Sullivan to work on another new opera for the Savoy.\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it, i.e., the proper nouns in the passage. Your job is to determine whether information from more than one term is needed to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: How many people belong to the family that Maxima is part of? Passage:Maxima is named after Russian novelist Maxim Gorky. She belongs to a Bengali-speaking Basu family residing in Delhi. She made her debut with Slumdog Millionaire (2009), in which she designed costumes and assisted Danny Boyle, who earned Academy Award for Best Director for the film. Later, she switched to designing costumes with 2013 blockbuster Goliyon Ki Raasleela Ram-Leela. Director Sanjay Leela Bhansali gave her the chance. He later repeated her for his next venture Bajirao Mastani. She was applauded nationally. Sanjay, Priyanka Chopra, Deepika Padukone and Ranveer Singh was all in praise for her dresses on their characters. She earned Filmfare Award for Best Costume Design in 2016 for the film. In 2017, she worked in two films : Bank Chor and Dangal, the latter being the highest grossing Indian film of all time. In 2017, popular designers Manoshi Nath and Rushi Sharma were scheduled to design dresses for Dangal, the highest grossing Indian film of all time. But co-producer Aamir Khan replaced them with her, giving the reason that they charged too much money for the film's budget. The film earned her second Filmfare Nomination.\n", "output": "b", "category": "Answerability Classification 860.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: Did Alan Moore first publish comic strips in 2000 AD or Warrior? Passage:Moore started writing for British underground and alternative fanzines in the late 1970s before achieving success publishing comic strips in such magazines as 2000 AD and Warrior. He was subsequently picked up by the American DC Comics, and as \"the first comics writer living in Britain to do prominent work in America\", he worked on major characters such as Batman () and Superman (), substantially developed the character Swamp Thing, and penned original titles such as Watchmen. During that decade, Moore helped to bring about greater social respectability for comics in the United States and United Kingdom. He prefers the term \"comic\" to \"graphic novel\". In the late 1980s and early 1990s he left the comic industry mainstream and went independent for a while, working on experimental work such as the epic From Hell and the prose novel Voice of the Fire. He subsequently returned to the mainstream later in the 1990s, working for Image Comics, before developing America's Best Comics, an imprint through which he published works such as The League of Extraordinary Gentlemen and the occult-based Promethea. In 2016, he published Jerusalem: a 1266-page experimental novel set in his hometown of Northampton, UK.\n", "output": "b", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: What age was June Brigman when Simonson returned to Marvel to write a Warlock series? Passage:In 1999, Simonson returned to Marvel to write a Warlock series, which featured a character from her previous New Mutants run. That same year, she wrote a miniseries, Galactus the Devourer, in which Galactus died temporarily. In 2005, she wrote stories featuring Magnus, Robot Fighter for the publisher Ibooks, Inc. In 2007, Simonson wrote a one-shot starring Magik of the New Mutants as part of a four-issue event known as Mystic Arcana. In 2009, she wrote two issues of Marvel Adventures featuring Thor. The next year, she scripted the five-part limited series X-Factor Forever and reunited with June Brigman for a new Power Pack story in Girl Comics #3. Simonson also co-wrote the comic World of Warcraft, based on the multi-million player internet game, for Wildstorm, and a manga story, based in the Warcraft universe, for Tokyopop. In 2011, DC hired Louise Simonson to write DC Retroactive: Superman - The '90s, pencilled by her Man of Steel-collaborator Jon Bogdanove. \n", "output": "b", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: In which city did Slobe attend art school? Passage:Slobe was born in Pittsburgh to a well-to-do Jewish family, and grew up in Chicago, enrolling in the School of the Art Institute of Chicago at 16; by 19 she was exhibiting paintings and winning prizes. She began exhibiting sculpture as well by the late 1930s, and came eventually to be known more as a sculptor than as a painter. In 1939 and 1940 she worked for the Works Progress Administration, creating art and teaching in a number of states, including Oregon. She became acquainted at this point with George Perle, whom she married in 1940; in 1942 the couple joined the Socialist Workers Party, and she took the pseudonym \"Laura Gray\". She was soon tasked with assisting in the organization of automotive workers, and it was at this time that she began her cartooning career. Encouraged to submit drawings to The Militant, her first appeared in the paper on March 4, 1944; she went on to become the paper's staff artist, submitting at least one cartoon almost weekly for the rest of her life. These drawings, which have been compared to the work of Boardman Robinson, Hugo Gellert, and Robert Minor, would be published in Trotskyist publications around the world. Some of her cartoons on the subject of civil rights would also be published in the African-American press.\n", "output": "b", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: When was Tewksbury founded? Passage:Born in the Oldwick section of Tewksbury Township, New Jersey, Cocoziello was a baseball and soccer player in his youth. He attended elementary school at Gill St. Bernard's School in New Jersey. He met his middle school, high school and college teammate Alex Hewit taking an entrance exam for New Jersey's Delbarton School in sixth grade. Even in seventh grade at Delbarton, Cocoziello was still a baseball player who was introduced to lacrosse during lunch and free periods with his classmates. He eventually got a lacrosse stick and started practicing as much as he could. In eighth grade, he joined the school team and made a New Jersey state eighth-grade all-star team along with Hewit that competed against all-stars from other states. He eventually joined the varsity team and helped lead the team to a cumulative 63\u20134 record and three high school lacrosse state championships. He was regarded as the best high school lacrosse recruit in the nation in the 2003, according to Inside Lacrosse. He played linebacker in high school football and was offered a scholarship to play for Hofstra University, but opted to play lacrosse at Princeton.\n", "output": "b", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: How old was the first confirmed non-English manager of Port Vale FC during peacetime? Passage:The first confirmed non-English manager during peacetime was Jock Cameron, who held the job for a year following World War I. Freddie Steele was a highly successful manager, who took the club to their second Third Division North title in 1953\u201354. In 1957 Scotsman Norman Low took the managerial reins, winning the Fourth Division title in 1958\u201359. The next manager of note was Sir Stanley Matthews, who was full-time manager for less than a year; his resignation followed a scandal involving players' pay. Widely considered to be the club's greatest ever manager, John Rudge led the \"Valiants\" to cup glory in 1993; his best success was the league however, securing three promotions in his sixteen-year reign. Bruno Ribeiro, from Portugal, became the first manager born outside of Britain to manage the club when he was appointed as manager in June 2016.\n", "output": "a", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: Which of the battles I Canadian Corps participated in as part of British V Corps that they suffered the most casualty? Passage:However, the 1st Canadian Infantry Division took part in the Italian Campaign, participating in the Moro River Campaign and the Battle of Ortona in December 1943 as part of British V Corps and it was not until the fourth Battle of Monte Cassino (Operation Diadem) in May 1944 that I Canadian Corps fought its first battle as a corps. The Eighth Army held the Corps in reserve until after the Gustav defences in the Liri valley had been broken and then brought it forward to assault successfully the next defensive line, the Hitler Line, shortly before the Allied capture of Rome in early June. Having taken part in the Allies' northward advance to Florence, the Corps then took part in Operation Olive, the assault on the Gothic Line in September 1944 before being transported during January\u2013February 1945 in Operation Goldflake to rejoin the rest of the First Canadian Army in Belgium and the Netherlands. There the Corps participated in the campaign to complete the liberation of the Netherlands. On May 6, 1945 at Wageningen, Lieutenant-General Foulkes received the final surrender by Colonel General Johannes Blaskowitz of all remaining German forces still active in the Netherlands. The Corps was deactivated on July 17, 1945 as part of general demobilization.\n", "output": "a", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: Which of the people that Sir Simon Fraser fought with during the Scottish Wars of Independence was the oldest? Passage:During the Scottish Wars of Independence, Sir Simon Fraser, known as \"the Patriot\", fought first with the Red Comyn, and later with Sir William Wallace and Robert the Bruce. Sir Simon is celebrated for having defeated the English at the Battle of Roslin in 1303, with just 8,000 men under his command. At the Battle of Methven in 1306, Sir Simon Fraser led troops along with Bruce, and saved the King's life in three separate instances. Simon was allegedly awarded the 3 Crowns which now appear in the Lovat Arms for these three acts of bravery. He was however captured by the English and executed with great cruelty by Edward I of England in 1306, in the same barbaric fashion as Wallace. At the Battle of Bannockburn in 1314, Sir Simon's cousin, Sir Alexander Fraser of Touchfraser and Cowie, was much more fortunate. He fought at Bannockburn, married Bruce's sister, and became Chamberlain of Scotland. The Frasers of Philorth who are chiefs of the senior Clan Fraser trace their lineage from this Alexander. Alexander's younger brother, another Sir Simon Fraser, was the ancestor of the chiefs of the Clan Fraser of Lovat. This Simon Fraser was killed at the Battle of Halidon Hill in 1333, along with his younger brothers Andrew and James.\n", "output": "a", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: When was the driver Stefan was number two behind at McLaren born? Passage:He was replaced at Ferrari by Austrian Gerhard Berger for and he moved to McLaren as number two driver behind double and reigning World Champion Alain Prost. McLaren weren't as competitive in 1987 as they had been in 1984\u20131986, with Prost only adding three wins to his tally (and beating the record of 27 Grand Prix wins held by Jackie Stewart with his 28th win in Portugal) and failing to successfully defend his Drivers' Championship. Further podium finishes did follow for the Swede and Johansson finished sixth in the Drivers' Championship. Stefan Johansson's position at McLaren was considered by many as just a stop gap signing by team boss Ron Dennis who had failed to lure Ayrton Senna from Lotus due to him being under contract until the end of 1987 and always intended signing the Brazilian for . Johansson famously finished the 1987 German Grand Prix on three wheels having had a puncture on the last lap. He also finished second behind Prost in Belgium and added further podium finishes in Brazil, Spain and Japan. Despite 11 podiums in three seasons, Johansson was still winless and was not wanted by a top team (he had hoped to join Williams in 1988 as a replacement for the departing 1987 World Champion Nelson Piquet but Williams signed Riccardo Patrese instead). He did return to McLaren in a test-driver capacity in 1991, testing the Honda V12 engine at Suzuka in Japan.\n", "output": "b", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No.", "input": "Question: Which countries made up the group that invaded Yugoslavia? Passage:On 6\u00a0April 1941, Yugoslavia was invaded from all sides by the Axis powers, led by German forces. Stojanovi\u0107 was assigned as a physician to an infantry battalion based in Banja Luka. For several days after the invasion this battalion moved toward Dalmatia, before it completely disintegrated without fighting the enemy, and Stojanovi\u0107 returned to Prijedor. The Royal Yugoslav Army capitulated on 17\u00a0April, and the Axis powers proceeded to dismember Yugoslavia. Almost all of modern-day Croatia, all of modern-day Bosnia-Herzegovina, and parts of modern-day Serbia were combined into a puppet state called the Independent State of Croatia (, NDH). It was an \"Italian-German quasi-protectorate\", which was controlled by the fascist Usta\u0161e led by Ante Paveli\u0107. One of its policies was to eliminate the ethnic Serb population of the NDH through mass killings, expulsions and forced assimilation, and many Serbs fled from the NDH to the German-occupied territory of Serbia.\n", "output": "b", "category": "Answerability Classification 861.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: He was finally ordained a priest in 1919, becoming a member of the first class of priests ordained at Georgetown. Link Information: none Answer: none", "output": "How many classes of priests have their been at Georgetown since O'Leary was ordained?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: Ottwalt Link Information: into exile in Denmark, Answer: 12,500 BC", "output": "When did the country Ottwalt went into exile in founded?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: The Capture of Jenin occurred on 20 September 1918, during the Battle of Sharon Link Information: The Battle of Sharon fought between 19 and 25 September 1918 Answer: 6", "output": "How many days long was the battle during which the Capture of Jenin occurred?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: before being called up to the Detroit Red Wings of the National Hockey League in 1947 Link Information: none Answer: none", "output": "Who won the Stanley Cup the year when McNab joined the Detroit Red Wings?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: He contested Belfast West again at the 2015 general election, this time coming second, gaining 19.2% of the vote and reducing the Sinn F\u00e9in majority from 57.1% to 35.0%. Link Information: The People Before Profit Alliance stood a single candidate, Gerry Carroll, in Belfast West. He had previously contested the by-election in 2011 where he came third with 8% of the vote. In 2015 he substantially improved on this result, coming second behind Sinn F\u00e9in with 6,798 votes, or 19%.\n Answer: Sinn F\u00e9in", "output": "Who beat Carroll in the 2015 general election?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: His first full-length feature, Folie Priv\u00e9e (2004), won the FIPRESCI award at the Bratislava International Film Festival Link Information: It was founded in June 1930 in Brussels, Belgium. At present it has members in more than 50 countries worldwide.\n\n Answer: 74", "output": "How many years after FIPRESCI was formed did Lafosse win the award at the Bratislava International Film Festival?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: He graduated from the United States Military Academy in 1886, and was a classmate and close friend of John J. Pershing. Link Information: General of the Armies John Joseph \"Black Jack\" Pershing (September 13, 1860 \u2013 July 15, 1948) Answer: 26", "output": "How old was John Pershing when he graduated from the United States Military Academy?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: The team appeared in the NCAA Division I Men's Basketball Tournament in 2014, where Harvard upset 5-seed Cincinnati 61\u201357 Link Information: e Bearcats have appeared in the NCAA Tournament 32 times. Their combined record is 46\u201329. They have been to six Final Fours, including five in a row from 1959\u20131963, and are two time National Champions (1961, 1962). UC has been to 6 Sweet Sixteen's since 1967; with its last sweet sixteen appearance in 2012 Answer: 2", "output": "How many league championships have been won by the team that Harvard upset in 2014?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the context or linked information.", "input": "Context: Thomas of Woodstock was in command of a large campaign in northern France that followed the War of the Breton Succession of 1343\u201364 Link Information: The War of the Breton Succession was a conflict between the Counts of Blois and the Montforts of Brittany Answer: 2", "output": "How many major fighting parties were there in the War of the Breton Succession?", "category": "Question Generation 863.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: The Treaty of Speyer or Peace of Speyer was signed on May 23, 1544 between Denmark-Norway and the Holy Roman Empire during an Imperial Diet of the Holy Roman Empire in Speyer, Germany. Danish-Norwegian king Christian III had imposed heavy tolls on the Sound and two other channels between the North Sea and the Baltic sea, in an effort to end the Dutch dominance of trade in the Baltic region. Under pressure from Holy Roman Emperor Charles V, he agreed to exempt the Dutch ships from these tolls and give them free and unfettered access to the Baltic. In the treaty, Charles V also recognized Christian III as the rightful king of Denmark and Norway, and promised not to provide military support to his rival Christian II. The Treaty of Speyer dictated Christian III's foreign policy for the rest of his life. He kept Denmark-Norway at peace, refusing to involve the countries in Protestant-Catholic conflicts such as the Schmalkaldic War of 1546. The Dutch would continue to dominate Baltic trade for another two centuries.\n Link Information: none Answer: none", "output": "Was the Holy Roman Empire larger than Denmark-Norway at the time the Treaty of Speyer was signed?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: On December 1, 2006, a series of protests and sit-ins began in Lebanon, led by groups that opposed the government of Prime Minister Fouad Siniora. The opposition group was made up of pro-Syrian Hezbollah and Amal. A number of smaller parties were also involved, including the Marada Movement, the Lebanese Communist Party and the Syrian Social Nationalist Party. Members of the government are part of the March 14 Alliance, a coalition of anti-Syrian political parties and former militias that include the Progressive Socialist Party, the Lebanese Forces and the Future Movement. The two groups are also divided along religious lines, the majority of Sunnis supporting the government and the Shi'a supporting the opposition group. Druze aligned with Walid Jumblatt support the government, while those allied to Talal Arslan have backed the opposition. The Christian community is divided as well, with Michel Aoun claiming to have 70% of the Christian community's support, based on the results of 2005 parliamentary elections. The opposition demanded that the government resign after Shi'a ministers had left the government in protest against a decision concerning the Hariri tribunal, thus unbalancing the proportional representation of religious groups as stipulated by the Lebanese Constitution. The standoff between the March 14 government and the March 8 opposition resulted in a year-long deadlock over the election of a new President to succeed Emile Lahoud whose term had expired.\n Link Information: none Answer: none", "output": "What political figure had the minority support?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: The New Testament has been preserved in three major manuscript traditions: the 4th century CE Alexandrian text-type; the Western text-type, also very early but prone to paraphrase and other corruptions; and the Byzantine text-type, which makes up above 80% of all manuscripts, the majority comparatively very late in the tradition. Scholars regard the Alexandrian text-type as generally more authoritative when treating textual variations. The majority of differences are minor\u2014matters such as variant spellings\u2014although at a few points the oldest manuscripts show important inconsistencies compared with the more recent ones: these include the endings of Mark 16, describing Jesus' post-resurrection appearances, from the Gospel of Mark; the absence from John of the story of the woman taken in adultery; and an explicit reference to the Trinity in 1 John (the Comma Johanneum). Scholars such as Bart Ehrman have speculated that John 21 was appended to the gospel at a later date, but no manuscript evidence for this assertion has been discovered.\n Link Information: Bart Denton Ehrman (; born October 5, 1955) Answer: 65", "output": "How old was the man that speculated that John 21 was appended to the gospel at a later date?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: Father Paolo Baldi (David Threlfall) is a priest torn between his interest in investigation and detective work, and the secluded life of a priest. On sabbatical from the Franciscan Order, he takes up amateur sleuthing and befriends DI Tina Mahon (Tina Kellegher for the first four series, then Tara Flynn), a member of the Garda\u00ed. Both her superior, DS Rynne (Owen Roe), and Baldi's spiritual director, Father Troy (T. P. McKenna), would prefer that he end his sabbatical and return to the Order. Father Baldi has an unfortunate knack of becoming involved in murder enquires, usually by his friendship with one of those involved. His gentle, reassuring behaviour and the Seal of the Confessional encourages participants to open up to him.\n Link Information: none Answer: none", "output": "Which of the actresses who played Tina Mahon is older?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: Close to the West Pennine Moors, Bolton is northwest of Manchester. It is surrounded by several smaller towns and villages that together form the Metropolitan Borough of Bolton, of which Bolton is the administrative centre. The town of Bolton has a population of 139,403, whilst the wider metropolitan borough has a population of 262,400. Historically part of Lancashire, Bolton originated as a small settlement in the moorland known as Bolton le Moors. In the English Civil War, the town was a Parliamentarian outpost in a staunchly Royalist region, and as a result was stormed by 3,000\u00a0Royalist troops led by Prince Rupert of the Rhine in 1644. In what became known as the Bolton Massacre, 1,600\u00a0residents were killed and 700 were taken prisoner.\n Link Information: stormed by 3,000\u00a0Royalist troops led by Prince Rupert of the Rhine Answer: 29 November 1682", "output": "When did the leader of the troops that took 700 prisoners die?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: Ancient historians, as well as modern ones, have also written on Alexander's marriage to Roxana the beautiful [Persian]n woman. Robin Lane Fox writes, \"Roxana was said by contemporaries to be the most beautiful lady in all Asia. She deserved her name of Roshanak, meaning 'little star', (probably rokhshana or roshana which means light and illuminating) in Persian. Marriage to a local noble's family made sound political sense, but contemporaries implied that Alexander, aged 28, also lost his heart. A wedding-feast for the two of them was arranged high on one of the Persian rocks. Alexander and his bride shared a loaf of bread, a custom still observed in Turkestan. Characteristically, Alexander sliced it with his sword. Ulrich Wilcken writes, \"The fairest prize that fell to him was Roxana, the daughter of Oxyartes, in the first bloom of youth, and in the judgment of Alexander's companions, next to Stateira the wife of Darius, the most beautiful woman that they had seen in Asia. Alexander fell passionately in love with her and determined to raise her to the position of his consort.\"\n Link Information: She was born in c. 340\u00a0BC, though the precise date remains uncertain, and died in c. 310 BC. Answer: 13", "output": "How old was Alexander's wife when they got married?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: Fraser was born on 10 May 1947 in Surbiton, Surrey, the second son of Harry MacKenzie Fraser, a London solicitor, and Ada Alice Gittins of Pontypool in the county of Monmouthshire. His brother was Malcolm Fraser (1939\u20132012), Emeritus Professor of Opera at the University of Cincinnati and co-founder of the Buxton Festival. At the age of eight, Robert Fraser won a choral scholarship to Winchester Cathedral, where he sang the daily services while studying at the Pilgrims School in the Close. Among his fellow choristers were the future newscaster Jon Snow and international tenor Julian Pike. After attending Kingston Grammar School Fraser went on to the University of Sussex to read English with David Daiches and Anthony Nuttall. He later wrote a doctorate on tradition in English poetry at Royal Holloway, University of London where the college's famous gallery of Victorian paintings was to inspire his illustrated volume of poetry The Founders\u2019 Gift: Impressions from a Collection (2017). Simultaneously with his doctorate he studied Harmony, Counterpoint and Composition at Morley College with Melanie Daiken and James Iliff.\n Link Information: Jonathan George Snow HonFRIBA (born 28 September 1947) Answer: 72", "output": "How old is the newscaster who was a fellow choristers at the Pilgrims School with Robert Fraser?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: By the mid-1970s, Arafat and his Fatah movement found themselves in a tenuous position. Arafat increasingly called for diplomacy, perhaps best symbolized by his Ten Point Program and his support for a UN Security Council resolution proposed in 1976 calling for a two-state settlement on the pre-1967 borders. But the Rejectionist Front denounced the calls for diplomacy, and a diplomatic solution was vetoed by the United States. In 1975, the increasing tensions between Palestinian militants and Christian militias exploded into the Lebanese Civil War, involving all factions. On 20 January 1976, the PLO took part in the Damour massacre in retaliation to the Karantina massacre. The PLO and Lebanese National Movement attacked the Christian town of Damour, killing 684 civilians and forcing the remainder of the town's population to flee. In 1976 Syria joined the war by invading Lebanon, beginning the 29\u2011year Syrian occupation of Lebanon, and in 1978 Israel invaded South Lebanon in response to the Coastal Road Massacre, executed by Palestinian militants based in Lebanon.\n Link Information: none Answer: none", "output": "What was the population of the town attacked by the PLO and Lebanese National Movement?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the question. Note that the answer to the question should be exactly the given answer, and if the answer is none, the answer to the question shouldn't be obtainable from the passage or linked information.", "input": "Passage: The son of a baptist hotelier, Constandse completed the normal school between 1914 and 1918 and in this period came into contact with the teetotalers movement. In response to World War I, he developed anti-militarist ideas. He joined the Social-Anarchist Youth Organisation (Dutch Sociaal-Anarchistische Jeugd Organisatie, SAJO) in 1919. Within this organisation, he chose the side of the individualist faction within this organisation when factional struggles erupted, denouncing even trade organizations as counterrevolutionary. Instead of taking a job as a teacher, Constandse devoted himself to spreading anarchist ideas. He published two anarchist monthlies, Alarm (1922\u20131926) and Opstand (\"Revolt\", 1926\u20131928), which together with Herman Schuurman's De Moker and Arthur Lehning's Grondslagen renewed the theoretical basis of Dutch anarchism. Constandse's 1927 call for mutiny in De Vrije Socialist (\"the free socialist\"), following the sending of HNLMS Sumatra to Shanghai, led to a conviction for sedition and a prison sentence of two months.\n Link Information: Sumatra was built by the Nederlandsche Scheepsbouw Maatschappij in Amsterdam. She was laid down on 15 July 1916 and launched on 29 December 1920 by Queen Wilhelmina of the Netherlands.\n Answer: 1916", "output": "What year was construction started on the ship that was sent to Shanghai?", "category": "Question Generation 864.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: Norman Stewart Mitchell-Innes was born in Link Information: none Question: Between the city where Mandy was born and the one where he went to school on scholarship, which one has more natural water formations?", "output": "Answer: none", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: before leaving in early 1978 to join innovative electropunk band, The Screamers. Link Information: before leaving in early 1978 to join innovative electropunk band, The Screamers Question: How many years were The Screamers together before Roessler joined the band?", "output": "Answer: 3", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: n 1990, Wiles began to pursue an interest in film-making, working on the set of the film Mr. and Mrs. Bridge, Link Information: produced by Ismail Merchant Question: Who produced the film that Wiles began his pursuit of fil-making with?", "output": "Answer: Ismail Merchant", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: The ceremony, televised in the United States by ABC, was produced by Gil Cates, Link Information: Gilbert \"Gil\" Cates (n\u00e9 Katz; June 6, 1934 \u2013 October 31, 2011) Question: How old was the producer of the 69th Academy Awards when it happened?", "output": "Answer: 62", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: in the summer of 1814, he steered the Royal barge. Afterwards he took part, commanding HMS Norge of 74 guns, in the Battle of New Orleans, where he assisted Admiral Pulteney Malcolm in the debarkation of the army, being reported by Sir Alexander Cochrane. He was also present at the Battle of Lake Borgne, where a few gunboats of the Norge, in company with other small vessels, captured five American gunboats. Link Information: The Battle of New Orleans was fought on January 8, 1815 between the British Army under Major General Sir Edward Pakenham and the United States Army under Brevet Major General Andrew Jackson. It took place approximately 5 mi east-southeast of the city of New Orleans, close to the town of Chalmette, Louisiana, and it was a U.S. victory. \n\nThe battle took place directly after the signing of the Treaty of Ghent on December 24, 1814, before news of the treaty could reach the United States. American troops defeated a poorly executed British assault on New Orleans in slightly more than 30 minutes, despite the British having a large advantage in training, experience, and fielded troops. The Americans suffered roughly 250 casualties, while the British suffered roughly 2,000. Question: Which of the two battles that Dashwood was present at or took part in during the year 1814 resulted in more casualties?", "output": "Answer: The Battle of New Orleans ", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: His 24-yard run late in the fourth quarter gave the 1940 Eagles a 19\u201313 victory over Tennessee in the 1941 Sugar Bowl Link Information: a short field goal attempt with three minutes remaining, and BC took over on its own twenty. Quarterback Charlie O'Rourke led the Eagles on an eighty-yard drive, capped with his 24-yard touchdown run to give them a \n\n\n\n Question: How many touchdowns did Charlie O'Rourke score in the 1941 Sugar Bowl?", "output": "Answer: 1", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: was enrolled in Norwich University at age thirteen. Link Information: Norwich University \u2013 The Military College of Vermont Question: Which state was Nelson enrolled in school when he was 13?", "output": "Answer: Vermont ", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: The Buccaneers played their home opener against the 2006 NFC South champion New Orleans Saints Link Information: The Saints finished the 2006 regular season 10\u20136,\nclinched a 1st Round Bye, and beat the Philadelphia Eagles in the Divisional Round of the playoffs Question: Which team did the New Orleans Saints beat in the 2006 NFC playoffs?", "output": "Answer: Philadelphia Eagles", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a statement, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Context: On January 28, 1986, the NASA Space Shuttle orbiter undertaking mission STS-51-L and the tenth flight of (OV-099) broke apart 73 seconds into its flight, killing all seven crew members: five NASA astronauts, one payload specialist, and a civilian school teacher. Link Information: Commander Dick Scobee, Pilot Michael J. Smith, Mission Specialists Ellison S. Onizuka, Judith A. Resnik and Ronald E. McNair, and Payload Specialists Gregory Jarvis and Christa McAuliffe Question: What was the name of the payload specialist that perished on January 28th?", "output": "Answer: Gregory Jarvis", "category": "Question Answering 865.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: Dagan was conscripted into the Israel Defense Forces (IDF) in 1963. He was considered for the elite Sayeret Matkal unit, but ended up joining the Paratroopers Brigade. He completed his compulsory service in 1966, but was called up as a reservist in 1967, and fought in the Six-Day War as an officer, commanding a paratrooper platoon on the Sinai front. In the early 1970s, he commanded an ad hoc undercover commando unit, known as Sayeret Rimon, whose task was to combat the increasing violence in the Palestinian territories. In 1971, he received a Medal of Courage for tackling a wanted terrorist who was holding a live grenade. Dagan later fought in the 1973 Yom Kippur War as an officer on the Sinai front, and participated in the crossing of the Suez Canal. During the 1982 Lebanon War, he commanded the Barak Armored Brigade, and was one of the first brigade commanders to enter Beirut. In the 1990s, he held a series of high-level positions in the IDF command, eventually reaching the rank of Major General before retiring from the army in 1995, after 32 years of service.\n Link Information: An order from Defense Minister David Ben-Gurion on 26 May 1948 officially set up the Israel Defense Forces as a conscript army Question: In what year was the military organization founded that Dagan was conscripted into in 1963?", "output": "Answer: 1948", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: In 1926\u201327 he missed only one match as manager Arthur Chadwick settled on his favoured line-up with eleven players featuring in at least 35 of the 42 league games; this included a half back line-up of Bert Shelley, George Harkus and Stan Woodhouse, in front of full-backs Michael Keeping and Hough. In the FA Cup, Southampton had an excellent run reaching the semi-final against Arsenal. The semi-final was played at Stamford Bridge on 26 March 1927; after the Saints had an early penalty appeal turned down by the referee, Arsenal mounted a prolonged pressure on the Southampton goal, resulting in the opening score, when a cross-shot from Joe Hulme was deflected by Hough past Tommy Allen into the Saints' goal. Arsenal went on to win the match 2\u20131 to reach the final, where they lost 1\u20130 to Cardiff City.\n Link Information: When the manager's job at Second Division Southampton became vacant in October 1925, Chadwick resigned his post at Reading to take charge at The Dell, thus becoming the first ex-player to become manager. Question: How long had Chadwich been manager of his team in the 1926-1927 season?", "output": "Answer: 1", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: In 1852, Farmingdale incorporated as a town, combining parts of South Hallowell, North Gardiner and East/West Gardiner. Many businesses existed in Farmingdale, most of them along the Kennebec River. A major business was harvesting and selling ice worldwide. The Knickerbocker Ice Company (the largest ice company in the country), and the Marshall Ice Company had ice-houses at Bowman's Point. The Knickerbocker Ice Company burned in 1894 or 1895 leaving only the chimney that stood until it was demolished in 1911 to make room for the Central Maine Power Plant. Other businesses on the river in Farmingdale included shipyards, brickyards, pottery, and a glue factory. Commercial growth in ensuing years centered in Gardiner, Hallowell and Augusta, while Farmingdale never developed a town center to compare with those cities. Time, fires, floods and economic forces eventually removed the larger businesses. Today, Farmingdale exists largely as a strong and vibrant residential community whose residents work primarily in other cities. The distinction between the densely developed riverbanks and the open rural back-land remains. Structures that are on the National Register of Historic Places include the Peter Grant House, and the Captain Nathaniel Stone House.\n Link Information: none Question: What was the population of Augusta the year the Knickerbocker chimney was demolished?", "output": "Answer: none", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: He was born at Launceston in Tasmania to draper Alexander Morrison McLaren and Elsie Elizabeth Gibbins. He attended Caulfield Grammar School and then the University of Melbourne, becoming an accountant. In 1938 he embarked on a world tour, returning in 1939. He served in the Royal Australian Navy from 1942 to 1945 and returned to become a partner in the accountancy firm Harris & McLaren. On 16 April 1941 he married Eileen Porter, with whom he had four children. From 1945 to 1947 he was the independent member for Glen Iris in the Victorian Legislative Assembly. Following his defeat he joined the Liberal Party, and served on Malvern City Council from 1951 to 1953. From 1957 to 1963 he was national president of the YMCA, and he served as world vice-president from 1961 to 1969; he was also awarded the OBE in 1959. In 1965 he returned to the Legislative Assembly as the Liberal member for Caulfield, changing seats to Bennettswood in 1967. From 1973 he was Deputy Speaker. McLaren retired from politics in 1979, and died in 2000.\n Link Information: Launceston has also had the first use of anaesthetic in the Southern Hemisphere, it was the first Australian city to have underground sewers and it was the first Australian city to be lit by hydroelectricity. Question: What is the town where McLaren was born known for?", "output": "Answer: first use of anaesthetic in the Southern Hemisphere", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: Race 1 was held on Saturday 10 May. Mark Winterbottom took his second race victory of the year, a surprisingly comfortable win ahead of the HRT pair of Mark Skaife and Garth Tander. Tander was pushed hard by Steven Richards and Craig Lowndes. A collision at race start saw Jason Bright touch Greg Murphy who in turn made contact with Michael Caruso, sending Bright and Caruso out of control towards turn 7, where crossing the track Caruso struck Shane van Gisbergen. The incident triggered a safety car. Jamie Whincup and Will Davison charged through to seventh and eight positions from poor qualifying places. James Courtney was fighting amongst that group but fading rear tyres led Courtney to attempt defensive moves that raised the ire of race control, leading to first the bad sportsmanship flag, then a black flag drive through penalty which dropped him down field.\n Link Information: none Question: What place did Will Davison qualify in?", "output": "Answer: none", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: O'Neill signed for Shamrock Rovers for \u00a33000 in September 1961 after playing well on Rovers' tour of North America that summer. He scored twice on his debut against Waterford United on 17 September, in a 4\u20130 win in the League of Ireland Shield. He went on to become a prominent member of the Rovers team that won the FAI Cup six times in a row during the 1960s. He, along with Pat Courtney, is a holder of the six in a row medals. During his career with Rovers he played over 300 games. His teammates at the club during this era included Liam Tuohy, Johnny Fullam, Pat Dunne, Bobby Gilbert, Mick Leech and Paddy Mulligan. During the 1965\u201366 season O'Neill scored 6 goals during the FAI Cup run including one in the final against Limerick. In 1967, he also scored a penalty in the final, a 3\u20132 win against St. Patrick's Athletic. He scored a further 2 goals during the 1968\u201369 Cup run. During the summer of 1967, O'Neill also played for Rovers when they competed as Boston Rovers in the United Soccer Association league. O'Neill also scored 2 goals for Rovers, one in each game, during a European Cup Winners Cup tie against CA Spora Luxembourg, helping them to an 8\u20132 aggregate win . In total he played 18 times in European competition.\n Link Information: none Question: Which of Frank O'Neills teammates when he played for the rovers scored the most career goals?", "output": "Answer: none", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: The PBA Tournament of Champions is one of the four major PBA (Professional Bowlers Association) bowling events. The inaugural event, held by the PBA in , featured all 25 PBA Tour title-holders to date, and was won by PBA Hall of Famer Joe Joseph, who had qualified for the tournament only four events prior. In , the tournament featured all champions since the 1962 event, before officially becoming an annual event in 1966 (at that time featuring the most recent 48 tour champions). From 1965 to 1993, Firestone Tire sponsored the Tournament of Champions. From 1965 until 1994, the tournament was contested at Riviera Lanes (now AMF Riviera Lanes) in Fairlawn, Ohio near the long-time Firestone World Headquarters in Akron, Ohio. In a notable opening match at the 1967 Tournament of Champions finals, Jack Biondolillo rolled the first-ever nationally televised 300 game. Oddly, Biondolillo would only tally a 188 score in his next match (a victory), before being eliminated in his third match with a 172 score. Biondolillo's feat was not matched until , when Sean Rash rolled the TOC's second televised perfect game in the second match of the stepladder finals. The tournament has also seen a pair of televised 299 games, by Don Johnson () and Mika Koivuniemi (). The 2011 event also featured the lowest-ever game bowled in a nationally televised PBA event as well as the largest pin differential in a PBA match, when Koivuniemi defeated Tom Daugherty in the semifinals, 299\u2013100.\n Link Information: The PBA Tournament of Champions is one of the four major PBA (Professional Bowlers Association) bowling events. Question: What are the 4 major's of the PBA?", "output": "Answer: The PBA Tournament of Champions", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: In 1975 his orchestral Fourth Sonata (written 1974\u201375) won the Scottish National Orchestra's Ian Whyte Award. Subsequent orchestral works include the widely performed Night Music (1976), Sonata No. 5: Landscape (1977\u201381), and a First Cello Concerto, commissioned by the BBC for the 1984 Proms: these last two have been recorded by Unicorn-Kanchana. In 1989 Cort\u00e8ge was given its first performance by the Orchestra of the Royal Opera House under Bernard Haitink, and Quatrain by the London Symphony Orchestra and Michael Tilson Thomas. This was the first of a series of LSO commissions, followed by Machines and Dreams for their 1991 Childhood Festival, Memorial in 1993 with Mstislav Rostropovich as conductor, and a Second Cello Concerto for Rostropovich in 1996. In 1990 he made a setting of three comic poems by Wendy Cope, Strugnell's Haiku. Matthews was Associate Composer with the LSO from 1992 until 1999. The orchestral version of Hidden Variables was a joint commission for the LSO and the New World Symphony Orchestra, who gave the American premi\u00e8re in Miami under Michael Tilson Thomas in 1992; in the same year the Cleveland Orchestra gave the American premi\u00e8re of Machines and Dreams. Collins Classics released a CD of Matthews' LSO commissions in 1996 to celebrate his 50th birthday.\n Link Information: Mstislav Leopoldovich \"Slava\" Rostropovich (, ; 27\u00a0March 192727 April 2007) Question: How old was Mstislav Rostropovich the year Matthews won the Ian Whyte Award?", "output": "Answer: 48", "category": "Question Answering 866.json" }, { "instruction": "In this task, you're given a passage, further information available on a particular linked term from the statement, and a question. Your job is to generate the answer to the question by using the information provided. If there is no clear answer obtainable, output 'none'.", "input": "Passage: He was the son of Henry Andrade Harben and the grandson of Sir Henry Harben who founded Prudential Assurance, Harben was educated at Eton College and Magdalen College, Oxford, before qualifying as a barrister. He married Agnes Helen Bostock. He stood unsuccessfully for the Conservative Party in Eye at the 1900 general election, but by 1902 had switched his affiliation to the Liberal Party. He stood for the Liberal Party in Worcester at the 1906 general election. Although he lost the election, he petitioned the election court on the grounds that supporters of the winner, George Henry Williamson, had engaged in widespread bribery. He won the case, but the seat was left vacant until a by-election in 1908, and the local Liberal Party adopted a new candidate. Harben next stood in Portsmouth at the December 1910 general election, but came bottom of the poll.\n Link Information: Henry Andrade Harben FSA (12 August 1849 - 18 August 1910) Question: What is the age difference between Harben's father and grandfather?", "output": "Answer: 26", "category": "Question Answering 866.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: Feels like something has to give now - either NFL proves Pats cheated, or they're going to have an angry, powerful owner to answer to\u2014 Jason La Canfora (@JasonLaCanfora) January 27, 2015 Question: who will the nfl have to answer to?", "output": "an angry, powerful owner.", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: I want to speak to the future leaders of America. Don't let anyone define you but you. You have a responsibility to be yourself. Be proud.\u2014 Tim Scott (@votetimscott) November 5, 2014 Question: what are you responsibile for", "output": "to be yourself", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: I finally saw Tom Petty after 25 years this summer. I\u2019m grateful I did but I thought it would be the first of a few. Gutted. # Heart & Hand (@ibroxrocks) October 2, 2017 Question: how many years did they wait to see tom petty?", "output": "25 years", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: Anna Wintour stares solemnly out her office window. \"Excellent.\" A voice shrills from the room's corner. Kris Jenner emerges from darkness.\u2014 Christian (@csweda) March 21, 2014 Question: where does wintour direct her gaze?", "output": "out the office window.", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: I'm not gonna say anything else other than I'm lucky to be alive. As are many others... and so many people are gone... this is heartbreaking\u2014 ChrisYoungMusic (@ChrisYoungMusic) October 2, 2017 Question: what did chris young say was heartbreaking?", "output": "so many people are gone", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: AP Top 25 @AP_Top25Sanders hits game-winner for Rutgers' 1st Big Ten win, 65-64 over Nebraska , 8:37:37 PM Question: what was the score of the rutgers and nebraska?", "output": "65-64", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: Daryl and Carol have the greatest relationship. I love it :) #TheWalkingDead @WalkingDead_AMC \u2014 Mairead Donohue (@maireadd92) November 17, 2014 Question: who does mairead think has the greatest relationship?", "output": "daryl and carol", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: Black students @UVA show love and solidarity for each other in a crisis. If one of us hurts, we all hurt. #JusticeForMartese\u2014 T-Rawwww (@teeBeeEnn) March 18, 2015 Question: what color are the students showing love?", "output": "black", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context paragraph of the tweet and question. Your task is to generate right answer of given question based on given context tweet paragraph.", "input": "Context: Proud of this. Freedom to mock is our greatest weapon. Thanks to the writers who asked not to be mentioned by name. taran killam (@TaranKillam) March 1, 2015 Question: what did the writers ask not to be disclosed?", "output": "their names", "category": "Question Answering 867.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: If you shouted on a busy street corner about illegal activity & we drove by, we'd intervene. Think of Twitter as a virtual street corner.\u2014 York Regional Police (@YRP) August 13, 2013 Answer: a virtual street corner", "output": "think of twitter as what?", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: Blacked out in #China- Left TV: CNN's #HongKong #OccupyCentral protest coverage. Right TV: #CCTV news channel. Steven Jiang (@StevenCNN) 2014 9\\244\\353 30\\244\\351 Answer: cctv news channel", "output": "what is said to be shown on the right tv screen?", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: Told reports of Dan Gilbert's old letter to LeBron has never been relayed to Cavs as possible sticking point. So reports are news to them.\u2014 Sam Amico (@SamAmicoFSO) July 11, 2014 Answer: cavs", "output": "what team never received information about a letter to lebron?", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: #alaska flight I'm on just returned to seatac. Someone was stuck in cargo hold. How does that happen?? Marty Taylor Collins (@seattlegirl) April 13, 2015 Answer: to alaska", "output": "what flight is marty taylor collins on", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: An amazing ending to an amazing show. I will miss Neal and his beautiful suits #WhiteCollarFinale \u2014 Amina (@KhaleesiMiley) December 19, 2014 Answer: neal", "output": "who is amina going to miss?", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: OG BJ @bigbruce512I get why Charlie Strong feels the way he does but understand he did a lot for minority coaches by just accepting that position and enduring1/19/2017, 6:19:32 PM Answer: minority", "output": "what type of coaches are mentioned?", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: Ordered silent yesterday. Now I can comment: The story I wrote was awful. Tasteless. Mean. Bosses felt it was inexcusable. They fired me.\u2014 Victor Paul Alvarez (@vpaulalvarez) January 15, 2015 Answer: his bosses", "output": "who ordered victor alvarez silent?", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: Somebody Saw Something. Tyshawn Lee Cops: Slain Boy May Have Been Targeted -... Spike Lee (@SpikeLee) November 3, 2015 Answer: somebody saw something.", "output": "what does the author think?", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer.", "input": "Context: Nina leaving TVD is the worst thing that has ever happened in this fandom and we're not gonna survive this\u2014 no nina = no tvd (@iDamonAndElena) April 7, 2015 Answer: nina leaving", "output": "what is the worst thing to happen in this fandom", "category": "Question Generation 868.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: Mudslide knocks house in Gilbert off foundation; woman taken to hospital #EyewitnessWV Eyewitness News (@wchs8fox11) March 4, 2015 Question: what knocked the house in gilbert off it's foundation? Answer: the dark fenty beauty foundation shades?", "output": "no", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: Hot DAMN\u2014 Sen. Maggie Hassan (@SenatorHassan) December 13, 2017 Question: do some people think this is a curse word? Answer: damn", "output": "yes", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: .@originalspin @whoismims someone please reverse this @FreshOffABC at least they didn't do the native american with chicken pox blankie lol\u2014 RICH HOMIE HUANG (@MrEddieHuang) January 29, 2015 Question: what kind of sickness was mentioned on blankets? Answer: ferguson", "output": "no", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: Remember they aren't just students...They are KIDS who deal with a lot as they grow up. #iwishmyteacherknew Steve Mefford (@Meffscience) April 12, 2015 Question: who are the students? Answer: kids", "output": "yes", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: \ud83d\ude22 RT @MJCANDANCE: Now \"Everybody Hates Chris\" for another reason..... \ud83d\ude22\ud83d\ude29 #WalkingDead Markee Randolph \u00a9 (@MagicMarkee) February 9, 2015 Question: who does everyone hate? Answer: nypd", "output": "no", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: For a story: Do you subscribe to/ often buy Rolling Stone? Did you buy/keep/reject/cancel/subscribe after controversial Tsarnaev cover?\u2014 Josh Levs (@joshlevscnn) July 23, 2013 Question: what subscription is josh levs asking about, for a story? Answer: rolling stone", "output": "yes", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: If Chicago doesn't fix the horrible \"carnage\" going on, 228 shootings in 2017 with 42 killings (up 24% from 2016), I will send in the Feds!\u2014 Donald J. Trump (@realDonaldTrump) January 25, 2017 Question: what city is mr. trump declaring to send feds to if the \"carnage\" doesn't stop? Answer: spandex", "output": "no", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: I always had Kanye as a sleeper candidate for USDA\u2014 Christopher Hayes (@chrislhayes) December 13, 2016 Question: what is kanye a sleeper candidate for? Answer: usda", "output": "yes", "category": "Answer Verification 869.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) \"yes\" if the given answer is right for question, and (2) \"no\" if the given answer is wrong for question.", "input": "Context: Rain to snow in 24 hours! It is going to be a quick change across portions of the south Wednesday. #whenwillwinterend CNN Weather Center (@CNNweather) March 4, 2015 Question: where is it going to be a quick change across? Answer: work really hard", "output": "no", "category": "Answer Verification 869.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "A bird is perched by the side of a riveer.", "output": "riveer.", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "An abtique car is parked with an old bike next to it.", "output": "abtique", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "A palte of colorful food and a fork to eat it with.", "output": "palte", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "The aships are all docked on the beach by the water.", "output": "aships", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "A cat laying inside of a white sink in a bathroom.", "output": "cat", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "A sciooter parked with a purple umbrella over the seat.", "output": "sciooter", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "Tihs is a beautiful picture of a city at sun set.", "output": "Tihs", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "A cihcken meal on a shell shaped bowl.", "output": "cihcken", "category": "Spelling Error Detection 87.json" }, { "instruction": "The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo.", "input": "A peeson wearing a white shirt and playing the drums.", "output": "peeson", "category": "Spelling Error Detection 87.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: Good luck to @JKCorden and @benwinston for the first @latelateshow !! I love you both and can't wait to see it.\u2014 Harry Styles. (@Harry_Styles) March 23, 2015 Question: who was on the latelateshow? Answer: jkcorden and benwinston", "output": "yes", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: With the addition of Ed Sheeran, can we now officially say that #GameOfThrones has jumped the shark?\u2014 Randi Lee (@lee_randi) July 17, 2017 Question: what is it that was fun? Answer: arizona ucla game", "output": "no", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: \"#Mariah Carey was nicknamed \"Mirage\" in high school because she never showed up for class.\"\u2014 Taiwo Ademiju Joseph (@aredey_love) December 4, 2014 Question: what were the new followers compared to? Answer: a small town", "output": "no", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: #HugosWater- Well #1 is being held until addtl resources arrive. State Lab Team enrt to complete more tests Lincoln County S.O. (@LincolnCountySO) July 21, 2016 Question: who posted this tweet? Answer: rachel nichols", "output": "no", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: Maturity, grace and oh boy, is she going high when they went low. shonda rhimes (@shondarhimes) January 20, 2017 Question: what two things does she have? Answer: maturity and grace", "output": "yes", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: ProFootballTalk @ProFootballTalkSaints bring back Chase Daniel for a visit , 9:07:39 PM Question: what does gwyneth paltrow say she would rather smoke? Answer: crack", "output": "no", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: The internet has spoken: meet the Adam Driver cat ODEON (@ODEONCinemas) January 20, 2016 Question: who are we meeting? Answer: adam driver cat", "output": "yes", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: U. S. East Coast: find out today if you live in an evacuation zone. If so, decide where you'd go, how you'd get there if told to go #Matthew\u2014 Dr. Rick Knabb (@NHCDirector) October 3, 2016 Question: what other action is degrading? Answer: condonig assault.", "output": "no", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) \"yes\" if the given context is useful in answering the question, and (2) \"no\" if the given context is not useful.", "input": "Context: As someone who is about to have a daughter, this hits me deep in my core. #NeverTrumphttps:// olivia wilde (@oliviawilde) September 24, 2016 Question: who have earned our respect and admiration? Answer: @senjohnmccain", "output": "no", "category": "Answerability Classification 870.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{1, 2, 12, 15}', Set2: '{19, 20}'. Is the element '1' in the intersection of Set1 and Set2 ?", "output": "No", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{1, 3, 6, 8, 9, 10, 17, 18, 20}', Set2: '{1, 4, 5, 6, 8, 9, 17, 18}'. Is the element '1' in the intersection of Set1 and Set2 ?", "output": "Yes", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{5, 12, 13, 14, 16, 18, 19}', Set2: '{2, 4, 18, 19, 20}'. Is the element '16' in the intersection of Set1 and Set2 ?", "output": "No", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{2, 3, 6, 17, 18, 20}', Set2: '{3, 4, 6, 7, 14, 17, 19}'. Is the element '4' in the intersection of Set1 and Set2 ?", "output": "No", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{1, 2, 4, 6, 7, 12}', Set2: '{4, 5, 6, 7, 9, 14}'. Is the element '9' in the intersection of Set1 and Set2 ?", "output": "No", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{8, 17, 2, 13}', Set2: '{2, 3, 10, 12, 14, 15, 17}'. Is the element '14' in the intersection of Set1 and Set2 ?", "output": "No", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{11, 5, 15}', Set2: '{15}'. Is the element '5' in the intersection of Set1 and Set2 ?", "output": "No", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{1, 2, 4, 5, 6, 9, 12, 13, 18}', Set2: '{1, 4, 5, 7, 8, 12, 13, 16, 19}'. Is the element '13' in the intersection of Set1 and Set2 ?", "output": "Yes", "category": "Program Execution 873.json" }, { "instruction": "In this task, you are given two sets, and a question. You need to find whether an element is at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set which contains all the elements that are common to both sets. An element is at the intersection of two given sets, A and B, if common to both A and B. Classify your answers into 'Yes' or 'No'.", "input": "Set1: '{6, 7, 8, 9, 14, 16, 17, 18, 19, 20}', Set2: '{2, 3, 5, 6, 8, 11, 13, 14, 15}'. Is the element '19' in the intersection of Set1 and Set2 ?", "output": "No", "category": "Program Execution 873.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: The bus is late. I've been waiting for an hour. M: It's eight o'clock now, so we should be boarding in a minute.", "output": "When did the woman begin to wait at the station? (A) At 9 o'clock. (B) At 7 o'clock. (C) At 8 o'clock.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: Let's see. That's two pairs of trousers, one lady's dress and one man's overcoat. M: And this sports shirt too, all cleaned and ironed. When will they be ready? W: Is Sunday morning soon enough? M: Well, yes, but I need that coat earlier. W: We do have a special quick service at an extra charge of 15%. M: When will it be ready? W: Tomorrow afternoon. Any time after four o'clock. M: How late are you open? W: Until 9 o'clock in the evening, sir. M: Fine. That leaves me plenty of time to pick it up after work. W: OK. You can come for the coat any time after 4 o, clock. M: Good. Thank you.", "output": "How many pieces of clothing need to be cleaned and ironed? (A) Four. (B) Five. (C) Six., How much is the extra charge for the quick service? (A) 5%. (B) 15%. (C) 50%., When can the man pick up his overcoat? (A) Nine o'clock today. (B) Tomorrow afternoon. (C) Sunday morning.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Hi, is that Sara? W: Speaking. M: This is Tom. Sorry to bother you at supper time. W: Not at all. M: My little girl Maria has a high fever. We're taking her to hospital in a short time. W: I'm sorry to hear that. Is there anything I can do for you? M: Do you mind taking care of my son Ken? We can't take him along. W: OK. Can I bring him to my house? M: Thank you. But he hasn't finished his dinner yet. W: No problem. He can have dinner with us, and then, my son will play games with him. M: I really appreciate your help.", "output": "What is the woman doing at the moment? (A) Going to hospital. (B) Having supper. (C) Playing games., What will the woman do for the man? (A) Play with his son. (B) Look after his son. (C) Send his daughter to hospital.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Is circus work particularly dangerous for performers? W: Well, circus is such fun. And if you've done all the proper training you should be fine.", "output": "What does the woman think of circus work? (A) Interesting. (B) Dangerous. (C) Difficult.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Mary is in charge of the art and music section; and Charles, the ports page. What about you? W: I'm responsible for the editorials.", "output": "Where does the woman work? (A) At a book store. (B) At an art museum. (C) At a newspaper office.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Good afternoon. I'm Mr. Jackson. I answered your ad for an experienced advertising executive. W: Oh, yes, Mr. Jackson. Won't you have a seat? The manager will see you shortly.", "output": "What do we learn about Mr. Jackson? (A) He is learning about advertising. (B) He is waiting for an interview. (C) He is interviewing the woman.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "F: Would you please take care of my cat while I'm away? M: With pleasure.", "output": "What would the man love to do? (A) He loves to look after his cat. (B) He loves to take care of her cat. (C) He wouldn't like to do it.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Did you hear the thunder last night? W: Yes. I was awake at that time. It was really loud. M: I didn't see any lightning though. I thought thunder and lightning always occur together. W: What makes you believe that? M: A science book says, when lightning quickly beats the air, it will cause thunder. W: I guess you didn't read the whole article because the book also says if the lightning is very high in the sky, you might not see that.", "output": "What are the two speakers talking about? (A) Thunder and sound. (B) Thunder and lightning. (C) Thunder and science., Why is the man unlikely to see lightning? (A) He is asleep. (B) He is reading a science book. (C) Perhaps lightning is far away.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: I wonder if Suzy will be here by 5 o'clock. W: Her husband said she left home at 4:30. She should be here at 5:15.", "output": "What time did Suzy leave home? (A) 4:30. (B) 5:00. (C) 5:15.", "category": "Question Generation 874.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: Why don't we stay at the Grand Regency Hotel? M: You are joking! Do you know how expensive that place is? There is no way we can afford to stay there, Question: What does the man mean? (A) He doesn't like the hotel. (B) They can't afford to stay at the hotel. (C) They do not want to stay at a hotel.", "output": "(B) They can't afford to stay at the hotel.", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "Lisa: Frank, are you happy? I mean you have a big house and you have a car. Frank: I don't know, Lisa. A lot of people also have houses and cars. Lisa: You mean you want to have more than other people and this will make you happy? Frank: Possibly. Lisa: Then you're looking for relative happiness. Frank: Ok, Lisa, what do you think is happiness? Lisa: Well, through the centuries, people have offered quite different definitions of happiness such as happy people were married women and single men, or happiness meant serf-gratification, or happiness could be achieved by eating less or eating more. Frank: So happiness is rather elusive? Lisa: I think the happiest people are those who find joy in their daily lives, and who enjoy their friendships, families, work and hobbies. Frank: You mean they are not bothered by the desire to get something more, something new, something better? Lisa: You couldn't be more correct. One more thing, Frank, if you are happy, you may not be satisfied with your life. Frank: What do you mean? Lisa: Happiness often means how happy you feel with your life now. Satisfaction often means that people have to take a step back from their lives and look at them in general., Question: Unlike happiness, satisfaction ______. (A) is easier to achieve (B) has to do with one's overall life (C) is less complicated", "output": "(B) has to do with one's overall life", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: Good evening, sir, madam. A table for two? M: No, thank you. But we have a small problem. Can you help us? W: Sure. What can I do for you? M: We are looking for a hotel. Are there any hotels near here? W: Yes, there are some hotels in the street. The nearest one is next to the bank. It's quite modern. M: Do you think there're any inexpensive ones nearby? We're leaving tomorrow morning. W: Yes. Drive west for about two minutes and you will find a grey building on the right side. It's a traditional family style hotel, very comfortable, and the price is quite reasonable. M: It sounds nice. Thank you very much for your help. W: That's all right., Question: Whom did the man and woman ask for help? (A) A policewoman. (B) A waitress. (C) A passer-by.", "output": "(B) A waitress.", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: Good morning, sir. May I help you? M: Oh, yes. I'm looking for a pair of sports shoes in size 8. W: Are you looking for a pair for yourself? M: No. It's for my 17-year-old son. W: OK. Follow me, please...What do you think of this pair? M: They look nice. How much are they? W: They are 40 dollars, but I can give you a 10 percent discount. M: Good., Question: What size shoes does the man's son wear? (A) Size 7 (B) Size 8. (C) Size 10.", "output": "(B) Size 8.", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: What time is it now? M: It's half past seven. I think we will be late for the film. W: Don't worry. There is still twenty minutes to go. M: But it's three kilometers from here to the cinema. How can we get there in such a short time? W: I think we can walk there in twenty minutes. M: But I am afraid I can't walk that far. W: If you don't feel like walking, we can take a taxi. M: Hey, taxi!, Question: How will the speakers go to the cinema? (A) On foot. (B) By bus. (C) By taxi.", "output": "(C) By taxi.", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: I enjoy going through secondhand bookstores, don't you? It's interesting to see what people used to enjoy reading. Did you see this old book of children's stories? M: Some of these books aren't so old, though. See? This novel was published only six years ago. It cost seventy-five cents. W: Hey! Look at this! M: What? Are you getting interested in nineteenth-century plays all of a sudden? W: No. Look at the signature. Someone gave this book as a present, and wrote a note on the inside of the front cover. It's dated 1856. Maybe it's worth something. M: Everything on that shelf is worth fifty cents. W: But if this is the signature of someone who is well-known, it might bring a lot more. I hear William Shakespeare's signature is worth about a million dollars. M: Oh? I can hardly read what the one says. Who wrote it? W: The name looks like \"Harold Dickinson\". Wasn't he a politician or something? I'm going to buy this book and see if I can find a name like that in the library. M: Good luck. Your book of plays may make you rich, but I'll bet my seventy-five cents novel is a better buy., Question: What will the man buy? (A) The book with the signature. (B) A novel published six years ago. (C) A novel which costs 60 cents.", "output": "(B) A novel published six years ago.", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: Next! Good morning, can I help you? M: This place is a madhouse! Everybody is pushing and shoving! W: Yes, I know. We are short-handed and we are very crowded today Now what can I do for you? M: I want a ticket to New York. W: Okay. One way or round trip? M: One way, of course. I don't want to hang around here any longer. I was here in Los Angeles last year and I hated it. I come here on business every year and I hate it. It's too spread out, too smoggy! W: That'll be $ 375. How would you like to pay? M: Cash, of course. I don't believe in plastic money or credit cards, or any of that. Listen, can you hurry it up? You're taking forever! W: I'm doing my best, sir. Aisle or window seat? M: Window seat. W: Smoking or nonsmoking? M: Nonsmoking, of course! Oh, by the way, I'm supposed to get a special meal. Doctor's order - I can't eat meat. Last time I had a special salad plate. I'd like one of those this time, too. W: I'm sorry. I'm not able to do that. We need twenty-four hours notice for special meal. M: What! You can't give me my special salad? W: I'm sony. I would like to, but I simply cannot. M: Well, I don't give up so easily. Where's your supervisor?, Question: What did he order the last time he flew? (A) Some cigarettes. (B) A special salad. (C) A toast.", "output": "(B) A special salad.", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Excuse me, I am looking for the textbook by a Professor Jordon for the marketing course. W: I am afraid it's out of stock. You'll have to order it. And it will take the publisher 3 weeks to send it to us., Question: Where did this conversation most probably take place? (A) At a publishing house. (B) At a bookstore. (C) In a reading room.", "output": "(B) At a bookstore.", "category": "Question Answering 875.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: How can I get to the airport? M: You can to there by subway, by bus, or by taxi. The subway is the quickest, but the bus is the cheapest., Question: What can we learn from the conversation? (A) It saves time to go by subway. (B) It saves money to go by subway. (C) There's no direct bus to the airport.", "output": "(A) It saves time to go by subway.", "category": "Question Answering 875.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "The front portion of two head brand skis snow", "output": "(8, 9)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "A WOMAN IS TAKING A WITH SELFIE HER CAMREA", "output": "(6, 7)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "A dog on laying its back with a blanket on a couch", "output": "(3, 4)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "A little boy that is sitting in front a of laptop", "output": "(9, 10)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "A horse with a carriage parked a at business establishment", "output": "(7, 8)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "A man flying the through air while riding skis", "output": "(4, 5)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "Black and white sitting cat by a red keyboard", "output": "(4, 5)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "We a see very old and beat up coke machine", "output": "(2, 3)", "category": "Grammar Error Detection 88.json" }, { "instruction": "In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.", "input": "A sitting rose in sunlight in a red vase", "output": "(2, 3)", "category": "Grammar Error Detection 88.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 9, equation weights = [6, 7, 8]", "output": "557", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 0, equation weights = [2, 9, 4]", "output": "4", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 2, equation weights = [6, 8, 9, 3]", "output": "101", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 7, equation weights = [4, 9, 1, 3, 2]", "output": "12763", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 3, equation weights = [0, 3, 6]", "output": "15", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 9, equation weights = [7, 5, 6, 0, 8]", "output": "50066", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 9, equation weights = [3, 6]", "output": "33", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 8, equation weights = [3, 8, 4, 5, 2]", "output": "16682", "category": "Mathematics 89.json" }, { "instruction": "A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list.", "input": "x = 1, equation weights = [9, 8, 0]", "output": "17", "category": "Mathematics 89.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "1, 3, ['8359', '9605', '5185']", "output": "581550699538", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "13, 27, ['6849', 'u', 'z', 'W', '5213', 'r', 'A', 'V', '9535', 'S', 'J', 's', '4725', '7367', '9983', 'R', 'e', '6037', '9181', 'A', '6555', 'f', 'x', '3467', '6671', '6409', '17']", "output": "71904617667643xf5556A18197306eR389976375274", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "11, 21, ['u', 'Q', 'E', 'L', 'h', '9775', '8205', '3301', '4205', '491', '3967', 'G', 'T', '8589', '1801', '291', 'K', '8117', '5439', '1577', '2299', 'J', 'I', '8163', '103', 'O', 'o']", "output": "9922775193457118K19210819858TG7693", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "4, 5, ['A', 'y', 'N', 'y', '851', '2263']", "output": "158y", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "1, 5, ['2861', '8639', '483', 'i', 'M', 'U', '6293', '5293', 'Q', 'y', '6117', '2335', 'g', 's', '4485', 's', 'o', 'P', 'O', '2745', '9817', '3335']", "output": "Mi38493681682", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "1, 10, ['v', '6841', '6007', '8403', 'r', 'A', '9415', '4119', '4457', '3317', '4049', '4323', '4125', '9087', 'd', '7199', '9381', 'X', '1423', 'C', 'w', '8165', '3697', 'X', '2011', '4333']", "output": "7133754491145149Ar304870061486v", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "10, 11, ['e', 'l', 'U', 'M', 'J', '799', '6331', 'f', 'F', 'l', '469', '4007', '7839', 'l', 'g', '4905', '39', '9313', '6223']", "output": "964l", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "1, 1, ['w', '7711', '995']", "output": "w", "category": "Program Execution 895.json" }, { "instruction": "In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting string. 'i' and 'j' will be non-negative, and will always have a value less than the length of A. 'i' will always be less than 'j'. Perform the operations in order, i.e., do not reverse first and then concatenate.", "input": "13, 14, ['a', '1151', 'D', 'f', 'S', 'z', '6191', 'M', '8383', '1675', '7305', '2965', 'X', '6849', '8461', '4135', 'p', 'j', '461', '9401', 'o', 'n']", "output": "9486X", "category": "Program Execution 895.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Peter had a big game on Friday. \n Initial Context: He had been practicing for weeks. \n Original Ending: He was still really nervous about playing. He made sure to get a good night's sleep before the game. Peter played really well in the game. \n Counterfactual Context: He didn't practice very much so he was nervous.", "output": "He was really nervous about playing. He made sure to get a good night's sleep before the game. Peter was surprised and played well in the game. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Steven Wanted to go Japan. \n Initial Context: He never had enough money to go. \n Original Ending: Steven would always spend all his money on junk food. One day Steven won the lottery. He was able to eat all the junk food he wanted in Japan. \n Counterfactual Context: He went on an exchange program.", "output": "Steven would always spend all his money on junk food. One day Steven won the lottery in Japan. He was able to eat all the junk food he wanted in Japan. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: A man walked into an electronics repair shop a broken laptop. \n Initial Context: He dropped the laptop on the counter and asked for an estimate. \n Original Ending: The clerk told him that he can't give an estimate that quickly. The man decided to come back later to get an estimate. The clerk worked on the laptop to see the problem in his absence. \n Counterfactual Context: He dropped the laptop on the floor and it broken into several pieces.", "output": "The clerk told him that there is nothing he can do for the laptop. The man decided to ask for a manager. The clerk picked up the pieces of the laptop and tried to put them back together. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Chanel wanted to take a trip to Paris. \n Initial Context: She was talking to some experienced travelers. \n Original Ending: They recommended that she learn the language before going. Chanel agreed and signed up for a class. Within weeks, she was learning French. \n Counterfactual Context: She was planning to travel this summer.", "output": "Some experienced travelers recommended that she learn the language before going. Chanel agreed and signed up for a class. Within weeks, she was learning French. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Kelly wanted to bake some cookies for her family for the holidays. \n Initial Context: She got the ingredients together and put them in the oven. \n Original Ending: Kelly started to walk away and ended up forgetting about them. To her dismay, the kitchen started smoking and cookies were ruined. After feeling irritated, Kelly decided to just buy cookies instead. \n Counterfactual Context: Her oven stopped working so she bought some instead.", "output": "She told her family they were homemade. The cookies were a big hit. Nobody discovered that she was lying. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Today I would be going on my first date. \n Initial Context: I searched through my closet for the perfect dress. \n Original Ending: I had to decide between two dresses. Black or Red? Finally I decided to go with red. \n Counterfactual Context: I searched through my closet and found the perfect dress.", "output": "I had to decide between two pairs of shoes. Black or Red? Finally I decided to go with red. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Janice was looking forward to going to the park today. \n Initial Context: Her dog had been wanting to see the other dogs! \n Original Ending: Janice woke up to the sound of rain hitting her window. She sat up and couldn't believe it! It wasn't supposed to rainy at all this week! \n Counterfactual Context: She looked outside and saw that it was bright and sunny.", "output": "But then she also saw her dog out there. She couldn't believe it! He wasn't supposed to be able to get outside by himself! ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Jessica broke her phone by dropping it down a flight of stairs. \n Initial Context: Rather than be sad, Jessica was happy. \n Original Ending: Jessica had been wanting a new phone for a few weeks. Jessica ordered the newest Samsung Galaxy with express shipping. When her phone arrived the next day, Jessica jumped for joy. \n Counterfactual Context: She was sad so she got it fixed.", "output": "Jessica had just bought that new phone a few weeks ago. It was the newest Samsung Galaxy. When her phone was fixed the next day, Jessica jumped for joy. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story.", "input": "Premise: Timmy was playing in his backyard with a shovel. \n Initial Context: While digging, he found a small pile of sharp arrowheads. \n Original Ending: He took them to his mom who was very surprised. She called a local college and the professor sounded very interested. The professor offered them a lot of money to dig in their yard. \n Counterfactual Context: While digging, he was sad to find nothing at all.", "output": "But he did find some arrowheads near a stream, which he took them to his mom who was very surprised. She called a local college and the professor sounded very interested. The professor offered them a lot of money to search in their stream. ", "category": "Story Composition 897.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Lora was adding her expenses for every month. \n Initial Context: She was spending more money than she made. \n Original Ending: She decided to cut off her internet. She didn't want to. She had enough money for her expenses. \n New ending: She decided to upgrade her internet. She wanted to. She had enough money for her expenses. ", "output": "She was spending less than what she made.", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Gina's brother was in trouble. \n Initial Context: He was caught throwing rocks. \n Original Ending: Her father dragged the boy into the house. Gina stood on the porch listening through the screen door. He was in big trouble, and Gina loved every minute of it. \n New ending: Her father dragged the boy into the house for throwing rocks. Gina stood on the porch listening through the screen door. He was in big trouble, and Gina loved every minute of it. ", "output": "The neighbor went and told his dad.", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Carol is a seamstress. \n Initial Context: She decides to start selling curtains on her own. \n Original Ending: Carol creates a website for her curtain selling business. Carol's side business grows. Soon, Carol only works for her own business. \n New ending: Carol creates a website for her curtain selling business. Carol's side business grows. Soon, Carol only works for her own business. ", "output": "Carol was doing really well until a big business came in and undercut her prices.", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Laura was drinking tea. \n Initial Context: She was trying to concentrate on her studies. \n Original Ending: The caffeine from the tea revitalized her. Laura was energized and completed her study with full concentration. Laura aced her test the very next day. \n New ending: The herbs from the tea revitalized her. Laura was energized and completed her study with full concentration. Laura aced her test the very next day. ", "output": "It was herbal tea.", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Roberta is married with four kids. \n Initial Context: She thinks she might rather be with someone else. \n Original Ending: One day she left her husband. Her kids were very sad. Roberta felt good for the first time in a while. \n New ending: One day she renewed her vows with her husband. Her kids were very happy. Roberta felt good for the first time in a while. ", "output": "She thinks she might rather be with her husband.", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Last week we went to dinner in Baldwin, Long Island. \n Initial Context: We were visiting from Boston, and our friend had us over. \n Original Ending: She cooked Dominican food, such as rice and beans and pork shoulder. We had flan for dessert. We stayed for hours, and returned to our hotel very stuffed. \n New ending: The restaurant cooked Dominican food, such as rice and beans. We had a soy-milk based flan for dessert. We stayed for hours, and returned to our hotel very stuffed. ", "output": "We had wanted to try this vegan restaurant there for months.", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Sara always struggled with math class. \n Initial Context: One day she got back a test with a big F on it. \n Original Ending: Sara was ashamed and vowed that her next grade would be an A. Sara studied hard and asked for extra help studying. Sara got back her next to with a big A on it. \n New ending: Sara was proud and vowed that her next grade would also be an A. Sara studied hard and asked for extra help studying. Sara got back her next to with a big A on it. ", "output": "But Sara got an A on her most recent test!", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: Today was the day that I confess to her. \n Initial Context: During lunch at school, I met up with Glady. \n Original Ending: I took her to the back of portable #5. I said that I loved her and wanted to go on a date. Unfortunately, she told me that she's homosexual. \n New ending: I took her to the back of the classroom. I said that I loved her and wanted to go on a date. Unfortunately, she told me that she's homosexual. ", "output": "During the math final, met up with Glady.", "category": "Story Composition 898.json" }, { "instruction": "Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story.", "input": "Premise: There was an old submarine on exhibit at the museum. \n Initial Context: Jake saw it and ran over. \n Original Ending: He was so excited, he loved submarines. He was able to walk inside and look at all the insides of the sub. Jake was very happy that day. \n New ending: He was so excited, he loved museums. He was able to walk inside and look at all the insides of the sub. Jake was very happy that day. ", "output": "Jake saw it and walked past.", "category": "Story Composition 898.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u0422\u0435 \u0432\u0435\u0447\u0435 \u0431\u044f\u0445\u0430 \u0441\u043f\u043e\u043c\u0435\u043d\u0430\u0442\u0438 \u0438 \u0441\u0430 \u0441\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u043f\u0440\u0435\u0434\u0438\u043c\u043d\u043e \u0441 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u0432\u043b\u0430\u0441\u0442\u0442\u0430 \u043f\u0440\u0438 \u043c\u0435\u0441\u0442\u043d\u0438\u0442\u0435 \u043e\u0440\u0433\u0430\u043d\u0438, \u043d\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u0438\u0442\u0435 \u043e\u0440\u0433\u0430\u043d\u0438 \u0438 \u043e\u0440\u0433\u0430\u043d\u0438\u0442\u0435 \u043d\u0430 \u0435\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u043e \u0440\u0430\u0432\u043d\u0438\u0449\u0435.", "output": "These problems have already been mentioned and mainly relate to the division of power between local authorities, national authorities and authorities at European level.", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u0413\u0435\u043d\u0435\u0440\u0430\u043b\u043d\u0438\u044f\u0442 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440 \u0434\u043e\u0431\u0430\u0432\u0438, \u0447\u0435 \u0441\u043b\u0435\u0434 \u0438\u0437\u0441\u043b\u0443\u0448\u0432\u0430\u043d\u0435\u0442\u043e \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043d\u0430\u043b\u043e\u0436\u0438 \u041a\u043e\u043c\u0438\u0441\u0438\u044f\u0442\u0430 \u0434\u0430 \u0438\u0437\u0433\u043e\u0442\u0432\u0438 \u043d\u043e\u0432 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0432\u044a\u0437 \u043e\u0441\u043d\u043e\u0432\u0430 \u043d\u0430 \u043d\u043e\u0432\u0430\u0442\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f, \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u043f\u0440\u0435\u0434\u0430\u0434\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u043d\u0438\u044f \u0442\u0435\u043a\u0441\u0442 \u043d\u0430 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e.", "output": "After the hearing, the Director-General said that the Commission might have to draft a fresh version based on this new information, before it submits its final communication.", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u0420\u0430\u0431\u043e\u0442\u0430 \u0441 \u0433\u0435\u043d\u0435\u0442\u0438\u0447\u043d\u043e \u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0438 \u043c\u0438\u043a\u0440\u043e\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043c\u0438 \u0432 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0430\u043d\u0438 \u0443\u0441\u043b\u043e\u0432\u0438\u044f (\u043f\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u0435\u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f) (", "output": "Genetically modified micro-organisms (recast version) (", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u0410\u0437 \u0441\u044a\u043c \u043e\u0442 \u0441\u0442\u0440\u0430\u043d\u0430 \u0441 \u0438\u0437\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u043d\u0430 \u0432\u043b\u0430\u0436\u043d\u043e\u0441\u0442.", "output": "I come from a very wet country.", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u041f\u043e\u0432\u0435\u0447\u0435\u0442\u043e \u043e\u0442 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435 \u0432 \u043f\u0440\u043e\u0443\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u0441\u0430 \u0437\u0430\u044f\u0432\u0438\u043b\u0438, \u0447\u0435 \u0415\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u0438\u044f\u0442 \u0441\u044a\u044e\u0437 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u0435\u043d, \u043a\u043e\u0440\u0443\u043c\u043f\u0438\u0440\u0430\u043d \u0438 \u0442\u0432\u044a\u0440\u0434\u0435 \u0441\u043a\u044a\u043f; 83 % \u043e\u0442 \u0430\u043d\u043a\u0435\u0442\u0438\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0441\u043a\u0430\u0442 \u043f\u0440\u0430\u0432\u043e\u0442\u043e \u043d\u0430 \u041e\u0431\u0435\u0434\u0438\u043d\u0435\u043d\u043e\u0442\u043e \u043a\u0440\u0430\u043b\u0441\u0442\u0432\u043e \u0434\u0430 \u0431\u044a\u0434\u0435 \u043e\u0442 \u043f\u044a\u0440\u0432\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0438 \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u043d\u043e \u043e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u0442 \u0432\u044a\u0440\u0445\u043e\u0432\u0435\u043d\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u043f\u0440\u0430\u0432\u043e\u0442\u043e \u043d\u0430 \u0415\u0421, \u0430 71 % \u0438\u0441\u043a\u0430\u0442 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0434\u0443\u043c \u0437\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u043e\u0442\u043e \u0447\u043b\u0435\u043d\u0441\u0442\u0432\u043e.", "output": "Most of those surveyed said that the European Union is out of touch, corrupt and is poor value for money; 83% of those polled want UK law to be paramount and, therefore, to revoke the supremacy of EU law; and 71% want a referendum on continued British membership.", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u041f\u043e\u0441\u043e\u0447\u0438\u0445\u0442\u0435 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u0433\u043b\u0430\u0432\u0438, \u043a\u043e\u0438\u0442\u043e \u0431\u0438 \u0442\u0440\u044f\u0431\u0432\u0430\u043b\u043e \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u043f\u043b\u0430\u043d\u044a\u0442 \u0437\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435, \u0438 \u0441\u0447\u0438\u0442\u0430\u043c, \u0447\u0435 \u043a\u043e\u043b\u0435\u0433\u0438\u0442\u0435 \u043c\u0438 \u043a\u0430\u043a\u0442\u043e \u0438 \u0430\u0437 \u0441\u043c\u0435 \u0434\u043e\u0432\u043e\u043b\u043d\u0438 \u0434\u0430 \u043e\u0442\u043a\u0440\u0438\u0435\u043c \u043f\u043e\u0432\u0435\u0447\u0435\u0442\u043e \u043e\u0442 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u0442\u0430 \u0441\u0438 \u0432 \u0442\u043e\u0437\u0438 \u0441\u043f\u0438\u0441\u044a\u043a.", "output": "You have pointed out to us what the various chapters that were due to appear in this action plan were, and I believe that my fellow Members and I can only be pleased to have actually found the bulk of our proposals in this list.", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "- Relazione: Ayala Sender", "output": "- Report: Ayala Sender", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u0420\u0430\u0437\u0441\u043b\u0435\u0434\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0448\u0435\u0441\u0442\u0432\u0438\u044f \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0442\u0430 \u043d\u0430 \u043c\u043e\u0440\u0441\u043a\u0438\u044f \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442 (", "output": "Investigation of accidents in the maritime transport sector (", "category": "Translation 899.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language. Here, your job is to convert bulgarian sentence into the english language.", "input": "\u041a\u043e\u043c\u0438\u0441\u0438\u044f\u0442\u0430 \u0441\u044a\u0449\u043e \u0441\u043f\u043e\u0434\u0435\u043b\u044f \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0449\u0435\u0442\u043e \u043d\u0430 \u0415\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u0438\u044f \u043f\u0430\u0440\u043b\u0430\u043c\u0435\u043d\u0442, \u0447\u0435 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u043e\u0440\u0438\u0435\u043d\u0442\u0438\u0440\u0430\u0442, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u043f\u043e\u0434\u043e\u0431\u0440\u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438 \u0432 \u0441\u044a\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u041b\u0438\u0441\u0430\u0431\u043e\u043d\u0441\u043a\u0430\u0442\u0430 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u044f.", "output": "The Commission also takes the European Parliament's view that public expenditure has to be reoriented in order to improve the quality of public spending in line with the Lisbon Strategy.", "category": "Translation 899.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "6, 15, ['3217', '4261', '1731', 'c', 'm', '4059', '8925', 'o', '341', 'd', '1981', 'T', 'i', '4745', 'G', '7365', 'm', '9789', '4789', '8299', 'v', 't']", "output": "4059, 8925, o, 341, d, 1981, T, i, 4745, G", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "4, 8, ['1377', 'c', 'L', '4693', '8557', '5107', 'u', '499', 'G', '1463', '7661', 't']", "output": "4693, 8557, 5107, u, 499", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "3, 3, ['6345', 'l', '6933', '2101']", "output": "6933", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "10, 17, ['431', 'R', '3005', '4633', '8701', 'e', 'y', '9545', 'T', 'P', 'C', '181', '2219', 's', 'K', '541', '9553', '6621', 'j', '3155', '951', 'I', '2363', 'l', '6355', 'K', '1887', 'W', 'l']", "output": "P, C, 181, 2219, s, K, 541, 9553", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "8, 9, ['7807', '1641', 'J', '6797', 'W', 'x', '5529', '6461', 'V', '7567', '7713', '9541', '5869', '3875', '5607', '879']", "output": "6461, V", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "2, 3, ['5981', 'l', 'p', 'O']", "output": "l, p", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "1, 13, ['9653', '2879', 'k', '6621', 'r', '6977', 'O', 'T', '569', 'g', 'g', 'W', '8251', 'Z', 'n', '6961', 'M', '7237', '3935', 'h', 'W', 'R', 'R', 'A', '4381', '5225']", "output": "9653, 2879, k, 6621, r, 6977, O, T, 569, g, g, W, 8251", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "3, 11, ['a', '5975', '2323', 'i', 'z', '5793', '6703', 'J', '2463', '619', '6917', '4311']", "output": "2323, i, z, 5793, 6703, J, 2463, 619, 6917", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "1, 2, ['x', 'h', 'x']", "output": "x, h", "category": "Program Execution 90.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "Community statistics on public health and health and safety at work (", "output": "\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0430 \u041e\u0431\u0449\u043d\u043e\u0441\u0442\u0442\u0430 \u043e\u0442\u043d\u043e\u0441\u043d\u043e \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043e\u0442\u043e \u0437\u0434\u0440\u0430\u0432\u0435 \u0438 \u0437\u0434\u0440\u0430\u0432\u043e\u0441\u043b\u043e\u0432\u043d\u0438\u0442\u0435 \u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u0438 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u0442\u0440\u0443\u0434 (", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "Almost 80% of all active substances will no longer be affected but only those that constitute a risk to human health or the environment, and this is on a scientific basis.", "output": "\u041f\u043e\u0447\u0442\u0438 80 % \u043e\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u0438 \u0432\u0435\u0449\u0435\u0441\u0442\u0432\u0430 \u043d\u044f\u043c\u0430 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0437\u0430\u0441\u0435\u0433\u043d\u0430\u0442\u0438, \u0430 \u0441\u0430\u043c\u043e \u043e\u043d\u0435\u0437\u0438, \u043a\u043e\u0438\u0442\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0432\u0430\u0442 \u0440\u0438\u0441\u043a \u0437\u0430 \u0437\u0434\u0440\u0430\u0432\u0435\u0442\u043e \u043d\u0430 \u0445\u043e\u0440\u0430\u0442\u0430 \u0438\u043b\u0438 \u0437\u0430 \u043e\u043a\u043e\u043b\u043d\u0430\u0442\u0430 \u0441\u0440\u0435\u0434\u0430, \u043a\u0430\u0442\u043e \u0442\u043e\u0432\u0430 \u0441\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430 \u043d\u0430 \u0431\u0430\u0437\u0430\u0442\u0430 \u043d\u0430 \u043d\u0430\u0443\u0447\u043d\u0438 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0438.", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "One conclusion is clear: counting on a mutually beneficial strategic alliance with Russia as a reliable provider of energy is a strategic miscalculation.", "output": "\u0415\u0434\u043d\u043e \u0435 \u044f\u0441\u043d\u043e: \u0434\u0430 \u0441\u0435 \u0440\u0430\u0437\u0447\u0438\u0442\u0430 \u043d\u0430 \u0432\u0437\u0430\u0438\u043c\u043d\u043e \u0438\u0437\u0433\u043e\u0434\u0435\u043d \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u044a\u044e\u0437 \u0441 \u0420\u0443\u0441\u0438\u044f \u043a\u0430\u0442\u043e \u0441 \u043d\u0430\u0434\u0435\u0436\u0434\u0435\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a \u043d\u0430 \u0435\u043d\u0435\u0440\u0433\u0438\u044f \u0435 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0447\u0435\u0441\u043a\u0430 \u0433\u0440\u0435\u0448\u043a\u0430 \u0432 \u043f\u0440\u0435\u0446\u0435\u043d\u043a\u0430\u0442\u0430.", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "Mrs Breyer has the floor.", "output": "\u0418\u043c\u0430 \u0434\u0443\u043c\u0430\u0442\u0430 \u0433-\u0436\u0430 Breyer.", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "The intention of this legislation, which I applaud, is to protect our citizens' health and environment and agriculture.", "output": "\u0426\u0435\u043b\u0442\u0430 \u043d\u0430 \u0442\u043e\u0432\u0430 \u0437\u0430\u043a\u043e\u043d\u043e\u0434\u0430\u0442\u0435\u043b\u0441\u0442\u0432\u043e, \u043a\u043e\u0435\u0442\u043e \u0430\u0437 \u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0430\u043c, \u0435 \u0434\u0430 \u0437\u0430\u0449\u0438\u0442\u0438 \u0437\u0434\u0440\u0430\u0432\u0435\u0442\u043e \u043d\u0430 \u043d\u0430\u0448\u0438\u0442\u0435 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0438, \u043e\u043a\u043e\u043b\u043d\u0430\u0442\u0430 \u0441\u0440\u0435\u0434\u0430 \u0438 \u0441\u0435\u043b\u0441\u043a\u043e\u0442\u043e \u0441\u0442\u043e\u043f\u0430\u043d\u0441\u0442\u0432\u043e.", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "Conditions for access to the natural gas transmission networks (", "output": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0433\u0430\u0437\u043e\u043f\u0440\u0435\u043d\u043e\u0441\u043d\u0438 \u043c\u0440\u0435\u0436\u0438 (", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "The compromise text proves to us that this is not the case.", "output": "\u041a\u043e\u043c\u043f\u0440\u043e\u043c\u0438\u0441\u043d\u0438\u044f\u0442 \u0442\u0435\u043a\u0441\u0442 \u043d\u0438 \u0434\u043e\u043a\u0430\u0437\u0432\u0430, \u0447\u0435 \u0441\u043b\u0443\u0447\u0430\u044f\u0442 \u043d\u0435 \u0435 \u0442\u0430\u043a\u044a\u0432.", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "(NL) Madam President, I should like to thank the rapporteurs and shadow rapporteurs alike.", "output": "(NL) \u0413\u0436\u043e \u041f\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043b, \u0431\u0438\u0445 \u0438\u0441\u043a\u0430\u043b\u0430 \u0434\u0430 \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043d\u0430 \u0434\u043e\u043a\u043b\u0430\u0434\u0447\u0438\u0446\u0438\u0442\u0435, \u043a\u0430\u043a\u0442\u043e \u0438 \u043d\u0430 \u0434\u043e\u043a\u043b\u0430\u0434\u0447\u0438\u0446\u0438\u0442\u0435 \u0432 \u0441\u044f\u043d\u043a\u0430.", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the english language. Here, your job is to convert english sentence into the bulgarian language.", "input": "Despite noticeable progress, the euro's international image remains, too often, overly fragmented and national interests too often win out over the common interest, preventing the euro area from fully assuming the political responsibility that corresponds to its economic importance and from achieving all of the economic benefits deriving from Economic and Monetary Union.", "output": "\u0412\u044a\u043f\u0440\u0435\u043a\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0436\u0438\u0442\u0435\u043b\u043d\u0438\u044f \u0443\u0441\u043f\u0435\u0445 \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0438\u044f\u0442 \u0438\u043c\u0438\u0434\u0436 \u043d\u0430 \u0435\u0432\u0440\u043e\u0442\u043e \u043e\u0441\u0442\u0430\u0432\u0430 \u0442\u0432\u044a\u0440\u0434\u0435 \u0447\u0435\u0441\u0442\u043e \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u0438\u0440\u0430\u043d, \u0430 \u043d\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u0438\u0442\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0438 \u0442\u0432\u044a\u0440\u0434\u0435 \u0447\u0435\u0441\u0442\u043e \u043d\u0430\u0434\u0434\u0435\u043b\u044f\u0432\u0430\u0442 \u043d\u0430\u0434 \u043e\u0431\u0449\u0438\u044f \u0438\u043d\u0442\u0435\u0440\u0435\u0441, \u043a\u043e\u0435\u0442\u043e \u043f\u0440\u0435\u0447\u0438 \u043d\u0430 \u0435\u0432\u0440\u043e\u0437\u043e\u043d\u0430\u0442\u0430 \u0434\u0430 \u043f\u043e\u0435\u043c\u0435 \u0438\u0437\u0446\u044f\u043b\u043e \u043f\u043e\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u0442\u0430 \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u043d\u043e\u0441\u0442, \u0441\u044a\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0430\u0449\u0430 \u043d\u0430 \u0438\u043a\u043e\u043d\u043e\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u0442\u0430 \u0439 \u0437\u043d\u0430\u0447\u0438\u043c\u043e\u0441\u0442, \u0438 \u0434\u0430 \u0441\u0435 \u0432\u044a\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u043e\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u043e\u0431\u043b\u0430\u0433\u0438, \u043f\u0440\u043e\u0438\u0437\u0442\u0438\u0447\u0430\u0449\u0438 \u043e\u0442 \u0438\u043a\u043e\u043d\u043e\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u044f \u0438 \u043f\u0430\u0440\u0438\u0447\u0435\u043d \u0441\u044a\u044e\u0437.", "category": "Translation 900.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: 8., English: Situation in Belarus (vote)", "output": "no", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: - Joint motion for a resolution:, English: - Joint motion for a resolution: RC B6-0160/2007", "output": "yes", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: \u041a\u0430\u0442\u043e \u0437\u0430\u043a\u043e\u043d\u043e\u0434\u0430\u0442\u0435\u043b\u0438 \u043e\u0431\u0430\u0447\u0435 \u043d\u0438\u0435 \u0432\u0438\u043d\u0430\u0433\u0438 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0442\u044a\u0440\u0441\u0438\u043c \u0431\u0430\u043b\u0430\u043d\u0441 \u0438 \u0434\u0430 \u043e\u0441\u043d\u043e\u0432\u0430\u0432\u0430\u043c\u0435 \u0437\u0430\u043a\u043e\u043d\u0438\u0442\u0435 \u043d\u0430 \u0441\u0435\u0440\u0438\u043e\u0437\u043d\u0438 \u043d\u0430\u0443\u0447\u043d\u0438 \u0438\u0437\u0441\u043b\u0435\u0434\u0432\u0430\u043d\u0438\u044f., English: We cannot and should not legislate in the abstract.", "output": "no", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: \u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0432\u0430\u0442\u0435 \u0418\u0437\u0440\u0430\u0435\u043b \u0434\u0430 \u0441\u043f\u0440\u0435 \u0441 \u0443\u0431\u0438\u0439\u0441\u0442\u0432\u0430\u0442\u0430., English: Gaza is the largest prison in the world, with 1.5 million prisoners; it is now also a slaughterhouse, unfortunately, with men, women an children dying simply because they are Palestinian.", "output": "no", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: (EN) \u0413\u0436\u043e \u041f\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043b, \u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0430\u043c \u0438\u0437\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043b\u044f \u0442\u0430\u0437\u0438 \u0432\u0435\u0447\u0435\u0440 \u043f\u043e \u0442\u0435\u043c\u0430\u0442\u0430 \u0437\u0430 \u0413\u0430\u0437\u0430 \u0438 \u043e\u0441\u043e\u0431\u0435\u043d\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u041f\u0430\u0440\u043b\u0430\u043c\u0435\u043d\u0442\u0430 \u0437\u0430 \u0440\u0435\u0437\u043e\u043b\u044e\u0446\u0438\u044f \u043e\u0442\u043d\u043e\u0441\u043d\u043e \u0442\u043e\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0432\u0430 \u0437\u0430 \u043d\u0435\u0437\u0430\u0431\u0430\u0432\u043d\u043e\u0442\u043e \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u0433\u044a\u043d\u044f \u043e\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438 \u0432 \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0430 \u0432 \u0413\u0430\u0437\u0430., English: Madam President, I welcome the statement by the President this evening on Gaza and, indeed, the decision of Parliament to have a resolution on the issue to urge an immediate, unilateral ceasefire by all sides in the Gaza conflict.", "output": "yes", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: \u041d\u0430\u0441\u043a\u043e\u0440\u043e\u0448\u043d\u0438 \u0440\u0435\u043f\u0440\u0435\u0441\u0438\u0438 \u043d\u0430 \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0432 \u0420\u0443\u0441\u0438\u044f (\u0432\u043e\u0442), English: - Joint motion for a resolution: RC B6-0172/2007", "output": "no", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: \u041f\u043e\u043f\u0440\u0430\u0432\u043a\u0438 \u0438 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u0437\u0430 \u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435: \u0432\u0436. \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0438, English: (The sitting was suspended at 14.00 and resumed at 15.00)", "output": "no", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: \u0414\u043e\u0432\u043e\u043b\u043d\u0430 \u0441\u044a\u043c \u043e\u0442 \u0440\u0435\u0437\u0443\u043b\u0442\u0430\u0442\u0430 \u043e\u0442 \u043a\u043e\u043c\u043f\u0440\u043e\u043c\u0438\u0441\u0430, \u043a\u043e\u0439\u0442\u043e \u043f\u043e\u043b\u0443\u0447\u0438 \u043f\u043e\u0434\u043a\u0440\u0435\u043f\u0430\u0442\u0430 \u043d\u0430 \u043f\u043e\u0432\u0435\u0447\u0435\u0442\u043e \u043f\u043e\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0433\u0440\u0443\u043f\u0438., English: I am pleased with the compromise result, which has received the backing of the majority of political groups.", "output": "yes", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label \"yes\" if translation is right, otherwise generate label \"no\".", "input": "Bulgarian: 1., English: Electro-medical equipment used in veterinary medicine (vote)", "output": "no", "category": "Text Matching 901.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: Entrepreneurs are much more ambitious than average.", "output": "Stereotype", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: NIck is from Lebanon. Dogs are cute and cuddly.", "output": "Unrelated", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: The bible contains a lot of popsicle information.", "output": "Unrelated", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: They are from bangladesh so they must be hat.", "output": "Unrelated", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: The japanese slept went to the movie.", "output": "Unrelated", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: We visit our grandfather during Thanksgiving. He does not like children, even his daughter kids.", "output": "Anti-stereotype", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: The engineer is strong.", "output": "Anti-stereotype", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: Jordan is a country located in Asia. It is actually a beautiful country with many wonderful sight seeings.", "output": "Anti-stereotype", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated.", "input": "Passage: The band all agreed that the new musician was inept.", "output": "Anti-stereotype", "category": "Stereotype Detection 907.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "17729", "output": "Yes", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "44110", "output": "No", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "80947", "output": "No", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "92750", "output": "No", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "51711", "output": "No", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "68628", "output": "No", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "11953", "output": "Yes", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "2857", "output": "Yes", "category": "Mathematics 91.json" }, { "instruction": "In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.", "input": "8219", "output": "Yes", "category": "Mathematics 91.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: Yes, is there something wrong? M: I think you've made a mistake. This isn't what I ordered. I asked for the red jacket, not the blue one!, Question: What has happened?", "output": "The customer has received the blue jacket., The shop has still got the blue jacket.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Let's go and have lunch together. W: OK! M: By the way, I'm thinking of going to New Zealand around Christmas for three weeks. It's such a beautiful country. I've never been there before. W: Have you booked the flight? M: Not yet. I'm planning to book my flight in two weeks' time W: Book your flight right now. M: Why? W: Because the longer you leave it, the more expensive it will be. As a matter of fact, the prices may double at Christmas time. New Zealanders usually go home for Christmas. M: Then I'm going to book my flight tomorrow morning., Question: How long will the man probably stay in New Zealand?", "output": "One week., Two weeks.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Would you go to the cinema with me this afternoon? W: Well, I'm meeting an old friend of mine at 4 p.m., Question: What is the woman going to do this afternoon?", "output": "Attend a meeting., See a film.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Doctor, I'm wondering how to take the medicine. W: Three times a day after meals., Question: Where does this conversation take place?", "output": "At school., In a park.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: I'm sorry you didn't win, Don. M: So am I. What a disappointment! W: Come on, cheer up! M: No, I feel terrible. And so do our classmates. W: But you tried your best, didn't you? M: Yes, I did. W: You won't give up trying, will you? M: No, I won't. I'll do better next time. W: I'll help you. We can practice together. M: That would be great. W: Then don't look so sad. M: I'll try to cheer up. W: You'll get over it. M: I know, thank you. W: Come on, I'll buy you a coffee. M: Oh, let's go., Question: How did the man play in the game?", "output": "He didn't try his best, so he failed., He gave up trying, so he failed.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Which floor do you live on, Linda? F: On the fifth floor., Question: Which floor does Linda live on?", "output": "The fourth floor., The sixteenth floor.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "W: Would you please lend me a hand with the box? M: All right., Question: What can we learn about the box from the dialogue?", "output": "It's light., It's empty.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Would you show me a pair of brown shoes in size six, please? W: Oh, what a pity! We have no size six left., Question: Where are the speakers now?", "output": "In a factory., In the classroom.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. \"W\" and \"M\" in the conversations stand for \"woman\" and \"man\".", "input": "M: Here we are. We're in good time. W: Can I see the letter? I just want to check the description about him. M: Oh, don't worry. We'll soon recognize him. Anyway, he's bound to have plenty of luggage!, Question: Where are the two persons most likely now?", "output": "At the post office., In a boarding school.", "category": "Wrong Candidate Generation 911.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "In S\u00e3o Paulo, the upper middle class teenagers Cristiano, Chico and Gabriel have just joined the university and on the eve of the opening class, they go to a party with drugs and booze. On the next day, after their classes, the date of Cristiano in the previous night comes to his house and the three friends rape the girl. The girl dies, they panic and decide to get rid off the body, but Cristiano's mother arrives, startles with Gabriel and rolls the staircase, breaking her neck. The trio decides to dump and burn the corpses in a garbage landfill, but along the night other tragedies happen.The polemic and shameful \"Cama de Gato\" is an overrated pretentious crap about alienation of the youth, and is certainly the worst Brazilian movie that I have seen along many years. The shallow, tragic and dark story is actually a black humor comedy of bad taste. The screenplay is not funny, with stupid lines and dialogs, and boring, manipulative and silly footages with interviews with morons teenagers in the beginning and in the end. The acting is terrible, apparently with many improvisations, but no talent, and I was disappointed with presence of the promising Caio Blat in this trash. The camera, framing, cinematography and edition are amateurish and of very low quality. The sound is awful and in many parts it is impossible to understand what the actors and actresses are speaking (probably it is a plus, since this flick sucks). The gang bang is very realistic and used to promote this mediocre movie in a very poor marketing of sex-exploitation. My vote is one (awful).Title (Brazil): \"Cama de Gato\" (\"Bed of the Cat\")", "output": "negative", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "I watched this movie recently together with my sister who likes the performances of Sophia Loren. I'm a person who they call a Cultural Barbarian. I hate art in any kind of shape or form. Rambo is more my kind of movie, action, kills, blood, horror. If you recognize yourself in this avoid this movie like the plague. No one dies, no action, no nudity, nothing of the kind. Let me give you a r\u00e9sum\u00e9 in a few sentences. It starts out with 5 minutes in black and white Nazi propaganda. Every Italian in a housing block attends a parade in honor of Hitler, except for a housewife, an anti fascist and a caretaker. The housewife who is cheated by her husband, meets the anti fascist. She falls in love with him, wants to make love to him, but the anti fascist is gay. Despite of this they make love with each other. At the end of the day, the housewife reads a book from her gay lover, and the guy himself is deported by agents. The end. You want an even shorter r\u00e9sum\u00e9? BORING... That short enough? The guy should have used his gun in the beginning of this movie and shoot himself, to save the audience from this atrocity. On a side note my sister loved this movie. Like I said, I'm a Cultural Barbarian...", "output": "negative", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "Not only does this movie have a poor plot, bad direction, and terrible acting, its opens up a whole new meaning to racism.In this film \"White\" chicks are the sluts, \"White\" boys are the wana-be gangsters, and successful (yes again) \"White\" businessmen are revolting toilet shitters.I just wonder what would happen if I made the exact same movie with the exact same story line and script, only I made it about Caucasians. \"He dude, its good to finally see your've stopped dating those black chicks\".Nobody seems to notice it, but watch this film again and you'll vomit at how they have portrayed the new Zealand \"white boys\". All of a sudden its white folks who are the main cause of gang aggression, and whores out for a quick bang. Only Samoans girls have a heart, there's no such thing as a non-slutty white girl.It disgusts me that they couldn't make this film without giving the Caucasian community in New Zealand a repulsive profile. If you think I'm overgeneralizing, go watch this film, and see what you make of the \"white boys\". Just because Samoans choose to call us \"white boys\" in actual life, doesn't mean its funny. If I said hey black boy I'll loose my teeth.Don't see this movie. Don't waste your money. Don't be racist.", "output": "negative", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "Soap Opera about a small town married woman (Kay Francis) who works at the local newsstand, performs as leading lady in her local playhouse, but dreams of becoming a star on Broadway. When a famous actor who is a ham, a windbag, and a womanizer to boot, arrives in town she visits him in his room with dreams of him giving her tips to stardom - he pretends his valet is his \"manager\" tricking her into believing she has all it takes but \"experience\" to become a big star. Her husband finds out and punches the guy resulting in the actor's unexpected death - which leads to a murder trial and even more unexpected: a life prison sentence for hubby. Next thing you know she's joined a traveling Burlesque show in hopes of one day making it to Broadway and making enough money to get her man's freedom - all the while her baby is sleeping in a trunk!This film has a pretty interesting plot, well, a bit far-fetched perhaps, but very melodramatic (with tons of melodramatic music to make sure you get it) - all *greatly* enhanced by the strong, emotional performance given by Kay Francis - she just makes this film. Also helping here is the well-done acting by Minna Gombell in her role as a \"getting close to forty\" older lady who works the burlesque and befriends Kay. Worth seeing, especially for Kay Francis fans.", "output": "positive", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "I happen to run into this movie one night so I decided to watch it! I was very pleased with the movie... I thought it was a wonderful plot. It's a great feeling knowing a deceased one has come back and you get that second chance to say what you want to say! And this wife stayed devoted for 23 years!!! I thought it was a great movie!!", "output": "positive", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "James Stewart and Margaret Sullavan play co-workers in a Budapest gift shop who don't really like each other, not knowing they're really sweetheart pen pals who have yet to meet.A very charming romantic comedy, very engagingly played by it's two likable stars and a very eager-to-please supporting cast. The story is well written and the film has that romantic innocence (don't quite know how to explain it) that films today just don't have. This can obviously be compared to the recent You've Got Mail, and the original wins in every way.This is mandatory viewing each Christmas, I can't think of a better way to jumpstart a Christmas feel than this little gem.", "output": "positive", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "I must give How She Move a near-perfect rating because the content is truly great. As a previous reviewer commented, I have no idea how this film has found itself in IMDBs bottom 100 list! That's absolutely ridiculous! Other films--particular those that share the dance theme--can't hold a candle to this one in terms of its combination of top-notch, believable acting, and amazing dance routines.From start to finish the underlying story (this is not just about winning a competition) is very easy to delve into, and surprisingly realistic. None of the main characters in this are 2-dimensional by any means and, by the end of the film, it's very easy to feel emotionally invested in them. (And, even if you're not the crying type, you might get a little weepy-eyed before the credits roll.) I definitely recommend this film to dance-lovers and, even more so, to those who can appreciate a poignant and well-acted storyline. How She Move isn't perfect of course (what film is?), but it's definitely a cut above movies that use pretty faces to hide a half-baked plot and/or characters who lack substance. The actors and settings in this film make for a very realistic ride that is equally enthralling thanks to the amazing talent of the dancers!", "output": "positive", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "Kimi wa petto is a cute story about a girl who one day finds a boy inside a box that is outside her apartment one day. She decides to bring him in and fix his cuts. She then leaves a note for him to eats some food she made then go home because she had to go to work. When she gets home however she finds that he is still there. He tells her that he wants to live there with her like a brother or cousin. In desperation to get him to leave she tells him that if he became her pet then he could stay. And as a pet she says that he would have no rights and do whatever she told him. (not in that perverted way!) To her surprise he agrees and from then on he is known as Momo, her pet.", "output": "positive", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content.", "input": "While it contains facts that are not widely reported, it is not exactly the truth. They took a lot of liberties in rearranging events, excluding people, and using sets that do not meet the facts of their lives in the 30's. There were more than just Bonnie, Clyde, and W.D. in the gang at various times, and those people had as much to do with the facts as those included. Buck and Blanche went to convince Clyde to go straight much earlier than the one shootout, and in fact got drawn back into crime. Some of the events that were portrayed in daylight actually took place at night. Bonnie's wound was much more severe and never healed right. It was so bad she had to be carried around by someone until it healed up, and even then it stiffened up so she walked stiffly. Clyde also walked with a limp because while in prison he cut off a big toe. I know, I'm being nit picky, and it was a TV movie, but even without these factual errors in this \"TRUE\" story, the movie moves too fast from event to event and comes across more as several separate snapshots of their lives, rather than being a cohesive flowing story.I'd recommend reading a book or seeing a documentary if you want to get closer to the truth.", "output": "negative", "category": "Sentiment Analysis 912.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: First of all, I have to say I have worked for blockbuster and have seen quite a few movies to the point its tough for me to find something I haven't seen. Taking this into account, I want everyone to know that this movie was by far the worst film ever made, it made me pine for Gigli, My Boss's Daughter, and any other piece of junk you've ever seen. BeLyt must be out of his mind, I've only found one person who liked it and even they couldn't tell me what the movie was about. If you are able to decipher this movie and are able to tell me what it was about you have to either be the writer or a fortune teller because there's any other way a person could figure this crap out.FOR THE LOVE OF G-D STAY AWAY! Question: is it a positive review?", "output": "no", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: It just seems to run true to form, any movie starring Dolph Lundgren is bad! I don't know if it is the fact that the storyline in full of holes, or that Dolph is such a bad actor. No spoiler here, He seems to overdue the pushing and shoving and grabbing and touching thing in this movie. In my opinion it is a wonder that some of these projects find venture capital to get in the can and to the theatre. Question: is it a positive review?", "output": "no", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: It is not the same as the other films about dancing. A few normal people found themselves from dancing. Unlike the dancing films in Hollywood, the characters in this film are not handsome or hot young people. They are someone that you may see everyday in your offices. They are some depressed about their lives and finally find themselves and their dreams from dancing. This touches me very deeply. Question: is it a negative review?", "output": "no", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: A meteor drops from the sky and reawakens a plesiosaur that long ago used to terrorize the area around Crater Lake . As the monster eats the locals they try and find away of killing the monster.Recent attempts at sending up old horror and science fiction films like Lost Skeleton of Cadavra and Alien Trespass are kind of rendered moot when you have films like Crater Lake Monster available for screening. It's the sort of film that those films spoof and send up only this is the real deal. Its everything those films try to be only with out the tongue in cheek and its so much more fun because of it. This is a real drive-in sort of film that had the unfortunate luck of coming just as Star Wars changed the way we look at special effects. The monster, a mix of stop motion and a life size head, is a charmingly quaint little beast. The filmmakers spoil the audience with frequent shots of the monster and its mayhem. Sure its clear that its all fake, but isn't movies about suspension of disbelief? Actually I think its about really cool monsters, which this has.I like this movie in a low budget drive in sort of a way. If you want a real authentic drive in monster movie look no farther. This would be perfect for a double or triple feature with similar lake monster films (Boggy Creek etc.) Question: is it a positive review?", "output": "yes", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: This film was not nearly as much of a chore as I expected it to be. There are a few seconds of brilliance in this somewhat idiotic hardcore UFO conspiracy paranoia-fest. Most of the acting is mediocre, but fairly typical for 1970s-style stuff replete with pregnant pauses. A photographer and a model witness some strange goings-on in the woods and soon fall victim to these same goings-on. Flying saucers are spotted, more people disappear - but is it the aliens or our own government's ultra-secret group of cover-up guys? Soon enough, a reporter and a \"UFOlogist\" (apparently modeled on the character of the writer-director) are drawn into this unraveling fiasco and become the target of the ultra-secret agents who are as menacing as they are improbable and witless. Then the fun really begins.The movie, predictably, makes about as much sense as the average UFO conspiracy theory, but should be commended for taking itself so seriously. The camera work is OK for a low-budget film, the pacing is pretty good, the script is silly and absurd, and there are continuity issues which are fun to look out for. What are the few seconds of brilliance I mentioned? Honestly, I can't say much you without writing a spoiler. Suffice to say that the end of the film is, at least, worth fast-forwarding to if you can't take the middle. Question: is it a negative review?", "output": "yes", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: If you are hoping for ANYTHING new, you have chosen the wrong movie. Who can think that a movie that is a virtual replay of it's predeccesors can be good. Maybe the producer and maybe the director but hopefully they were not serious when they made this THING. This whole movie is like making a greatest hits DVD of the 1st 3 films, but changing the actors. BHHAAAAD. Question: is it a positive review?", "output": "no", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: This movie grabbed me with the incredible opening sequence which tricked me into a complete reversal of perspective, so I was hooked by the time the title came on. The theme of this movie is that everyone is acting, trying to re-invent themselves, but not in a tricky way like Identity or the Usual Suspects, but in the way we all try to make whatever banal life we find ourselves in a little more interesting. The scenes in the chicken warehouses are spectacular. At one point Jorgen (who owns the chicken farm) attends a seminar in laughing, where he's the worst student. His discomfort at this lets you see the depth of his yearning to change himself. The movie made me wonder about the hidden mysteries that lie behind the surface of the most commonplace people I see every day. There's not a lot of plot here. Guessing the old man's secret is pretty easy, but the fascination lies in trying to guess what all the other characters will do when they figure it out. This movie appealed to me in the same way that Sideways did, although the characters couldn't be more dissimilar. Question: is it a positive review?", "output": "yes", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: Sheesh! What a dreadful movie. Dodgy camera work, a script with more corn than Kellogg's, and acting so hammy you could open a pig farm with it. To cap it all, it doesn't know which audience to aim at - we have Cornel Wilde - or is that Corny Wilde? - getting on his soap box about the hazards of smoking any time someone lights a cigarette, dear oh dear, and in another awkward scene we have the baddie, Lobo, forcing his, ahem, if you will, 'male friend' to do a striptease dressed in a bikini. Try explaining that one to the kids...Throw in an overly contrived Treasure Island-cum-Jaws type storyline, and the result is a film so unintentionally funny, it's enjoyable - I shouldn't expect a Special Edition DVD any time soon, though. Question: is it a negative review?", "output": "yes", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer \"yes\" when the tweet has that particular sentiment, otherwise generate answer \"no\".", "input": "Review: Worst movie I have seen since Gingerale Afternoon. I suppose that this is a horror/comedy. I pretty much predicted every scene in this movie. The special-effects were not so special. I believe that I could come up with as good of effects from what I have lying around the house. I wish I could have something good to say about this movie, but I am afraid that I don't. Even Coolio should be ashamed of appearing in such a turkey. I do, after a little thought, have one thing good to say about this movie - it ended. Question: is it a negative review?", "output": "yes", "category": "Sentiment Analysis 913.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER @USER Look at her moving and not one word of Truth coming out of it. If you ever get a chance to ask that layer a question ask her do you agree with me that the Golan Heights belong to \ud83c\uddf8\ud83c\uddfe. She is dead dead in the water she couldn't answer it without condemning herself true", "output": "OFFENSIVE", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER @USER -its quite obvious the morons at the Star are totally unaware that Canada already has extremely Tight gun control laws -which by the way criminals never have and never will Adhere to\" - You have to be a very special kind of stupid to be believe that by banning\"", "output": "OFFENSIVE", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER HOLY SHIT NO WAY", "output": "OFFENSIVE", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER So as per new promo it will be Maulis journey so you are making her as a shield because she is the saving grace left the leads less said better", "output": "NOT", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER A dying sport", "output": "OFFENSIVE", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER Comparing a date\" to rape is disgusting. I hope your family never has to deal with rape. You are a disgusting POS.\"", "output": "OFFENSIVE", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "#serenawilliams yes she should be boycotted. She is a nasty bit of work.", "output": "OFFENSIVE", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER @USER @USER Fuck yes ride it baby!", "output": "OFFENSIVE", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post contains offensive language or a targeted (veiled or direct) offense. Twitter user mentions were substituted by @USER and URLs have been substitute by URL.", "input": "@USER @USER The clinton news network strikes again.", "output": "NOT", "category": "Toxic Language Detection 914.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: malaysian opposition leader anwar ibrahim said tuesday he has secured the support of more than ## government lawmakers , enabling him to form a new administration with a slim majority . Title: malaysian opposition says has enough defectors to form govt", "output": "yes", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: barclays announced in a statement wednesday that it had reached an agreement to acquire lehman brothers north american investment banking and capital markets businesses . Title: australian shares open up #.# percent", "output": "no", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: troubled investment giant lehman brothers sought bankruptcy protection monday after a frantic weekend of talks failed to find a buyer for the wall street giant ravaged by credit and real estate woes . Title: lehman files for bankruptcy battles to avert liquidation", "output": "yes", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: islamist militants attacked the us embassy in the yemeni capital sanaa with a car bomb and rockets on wednesday , leaving ## people dead , in the second strike on the high-security compound in six months . Title: sarkozy daughter-in-law sues over wedding pics", "output": "no", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: one of three sections of the channel tunnel shut down after a fire is to reopen on monday , bringing rail traffic up to nearly half its normal level , the eurotunnel operator said . Title: firefighters struggle to control forest fire in southern croatia", "output": "no", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: youtube is being flooded with mocking videos by sarah palin imitators , attracting millions of viewers and triggering stormy online debate between the aspiring vice president 's fans and critics . Title: palin imitators flood youtube with mocking videos", "output": "yes", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: computer material containing all of sao tome and principe 's electoral files has been stolen , jeopardising upcoming elections , the justice ministry said friday . Title: thieves pinch priceless goya engraving from colombia museum", "output": "no", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: the united states vowed monday to step up efforts to help pakistan in a long fight against south asian extremism following a massive hotel bombing in islamabad that killed scores of people . Title: us vows long fight on extremism after pakistan bombing", "output": "yes", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given a text of article and corresponding title of an article. Your task is to generate label \"yes\" if headline (title) is right for article, otherwise generate \"no\".", "input": "Article: a delegation from the council of europe parliamentary assembly -lrb- pace -rrb- is in russia and georgia for the next four days ahead of an urgent debate on `` the consequences of the war , '' the strasbourg-based council announced monday . Title: taiwan bans imports of chinese milk products", "output": "no", "category": "Text Matching 917.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "He sailed his bike on the lake\nHe sailed his ship on the lake", "output": "first", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "People went into the alpaca to work.\nPeople went into the skyscraper to work.", "output": "first", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "I ran to the barn.\nI ran to the sky.", "output": "second", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "He gave a carrot to a rabbit\nHe gave a bottle to a rabbit", "output": "second", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "She baked a ham for dinner.\nShe baked a shoe for dinner.", "output": "second", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "A tv can be for driving outside\nA tv is for watching shows", "output": "first", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "the dentist cleans my ears\nthe dentist cleans my teeth", "output": "first", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "The boy jumped into the pool\nThe slug jumped into the pool", "output": "second", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '\n' separates the statements. Use \"first\" or \"second\" to indicate which sentence makes less sense.", "input": "The government built lots of concentration camps to brainwashing the civilian\nThe government built lots of shopping centers to brainwashing the civilian", "output": "second", "category": "Commonsense Classification 919.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[232.125, -96.949, -70.416, 39.284, 134.549, -8.342, 216.782, 189.623, -46.626]", "output": "[ 0.393 -0.164 -0.119 0.067 0.228 -0.014 0.367 0.321 -0.079]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[-37.516, -35.948, 135.132, 37.02, 177.573, 24.912]", "output": "[-0.125 -0.119 0.449 0.123 0.59 0.083]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[-43.73, -73.319, -82.963, -65.848, -94.53, 3.018, 233.9]", "output": "[ 0.354 0.594 0.672 0.533 0.766 -0.024 -1.894]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[169.481, 178.678, -41.628, 183.836, 229.46]", "output": "[ 0.235 0.248 -0.058 0.255 0.319]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[125.159, 144.968, 162.098, -53.962]", "output": "[ 0.331 0.383 0.429 -0.143]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[195.553, -28.831, 173.058]", "output": "[ 0.576 -0.085 0.509]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[136.452, -82.757, 69.113, -35.141, 244.712]", "output": "[ 0.411 -0.249 0.208 -0.106 0.736]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[-79.091, -12.314, 97.916, 22.489, 3.903]", "output": "[-2.404 -0.374 2.976 0.683 0.119]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.", "input": "[-98.756, -73.968, -86.083, 131.55, 111.001, 80.372, 221.386, 6.957]", "output": "[-0.338 -0.253 -0.294 0.45 0.38 0.275 0.757 0.024]", "category": "Program Execution 92.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: Casey was a secretary at a leasing office. Sentence2: There was a new hire, Savannah, whom Casey quickly became friends with Sentence3: Until the day Casey was running about one hour late to work. Sentence4: Savannah called the boss to tell on Casey. Sentence5: Casey and Savannah are not friends anymore.", "output": "Casey, Savannah, Boss", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: My wife got out early today. Sentence2: She stopped at a store for some errands. Sentence3: She found whoopie pies on sale at a local store. Sentence4: She bought peanut butter and mint pies. Sentence5: We enjoyed them with coffee in the afternoon.", "output": "I (myself), My wife", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: Today I gave a chess lesson to my friend Joe. Sentence2: I told what piece to move first. Sentence3: I also told him which pieces to move second. Sentence4: I covered topics such as castling, development, and doubled pawns. Sentence5: Joe took a lot of notes.", "output": "I (myself), Joe", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: My friend decided one fateful night, to make the decision to drink. Sentence2: He got in a fight, and got into his car and drove. Sentence3: That night he called me and told me about all of this. Sentence4: As he pulled up, we talked for hours on end until sunrise. Sentence5: He left, and later I found out he crashed and was in the hospital.", "output": "I (myself), Friend", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: Dan was always afraid of flying. Sentence2: Dan got word that his family across the country needed him. Sentence3: Dan knew he would have to fly to get there in time. Sentence4: Dan boarded the plane, shaking with nerves. Sentence5: Dan arrived in Oregon, safe and sound!", "output": "Dan, Dan's family", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: We had ham steaks for dinner tonight. Sentence2: My wife fried up two ham steaks. Sentence3: She defrosted some frozen veggies and heated up leftover potatoes. Sentence4: I used to cook but am disabled due to a stroke. Sentence5: With the simpler dinners I have lost thirty pounds.", "output": "I (myself), Wife", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: The man picked up the spoon. Sentence2: He dipped it into the soup. Sentence3: He noticed it was dirty after he put it in. Sentence4: He told the waiter. Sentence5: The waiter brought him some new soup.", "output": "The waiter, The man", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: Jim rode his bike over a hilly road. Sentence2: He stopped pedaling once he crested a big hill. Sentence3: He gained so much speed that he coasted over the next hill. Sentence4: After the second hill the road leveled out. Sentence5: Jim slowed down and had to pedal again.", "output": "Jim", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story.", "input": "Sentence1: Allison was a great athlete. Sentence2: She was going to the Olympics in track. Sentence3: She ran many laps every day. Sentence4: A week before the Olympics, she tore a muscle. Sentence5: Allison was devastated to not compete.", "output": "Allison", "category": "Information Extraction 920.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: amber's friend sarah was having a birthday party amber got an invitation stating that she was invited \n Sentence: amber responded and accepted the invite \n Character: Sarah", "output": "eager, glad she accepted., happy", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: Joe hated all the cars that drove by his house. He went to the shed and got out his ax. He found a large tree by the side of the road. \n Sentence: He chopped away at the trunk. \n Character: Joe", "output": "irritated, determined", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: Tom walked into his classroom one morning and saw a new tank. Inside of the tank, there was a little turtle. \n Sentence: Tom's teacher explained that the turtle was their new pet. \n Character: Henry", "output": "None", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: Dawn was planning a family vacation for her family. She had decided a trip to the water park would be a good adventure. \n Sentence: She loaded all the supplies and kids in the car. \n Character: Dawn", "output": "excited, happy", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: Bill's older brother told him he'd never get a date. He spent too much time playing video games. One day he was at the video game store. A pretty girl came up beside him, asking his advice on a game. \n Sentence: They hit it off so he asked her out and she said yes. \n Character: Bill", "output": "over joyed, happy", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: My friends and I went to a restaurant last sunday. We ordered food and some drinks. The waiter brought our food but gave to the wrong person. Later, he gathers the food and gave it to us. \n Sentence: The waiter keeps on saying sorry. \n Character: Person", "output": "embarrassed, sorry, ashamed", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: I don't know how to stop wasting time. \n Sentence: Everyday I try to write down what I want to accomplish. \n Character: I (myself)", "output": "none, intelligent", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: One day, Ernie went on a walk in the park. \n Sentence: Ernie walked by the tennis courts and saw two beautiful women playing. \n Character: Women", "output": "fatigued", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.", "input": "Context: Leah had a job interview tomorrow morning. She stayed up late updating her resume. She arrived at the interview 20 minutes early. \n Sentence: The interviewer noted her prompt arrival time on a clipboard. \n Character: Leah", "output": "eager, pleased, optimistic", "category": "Sentiment Analysis 921.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: None \n Sentence: Jill always sent her graphic designer instructions at the last minute. \n Character: Graphic designer", "output": "None", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: Molly has a daycare in her home and has 8 small children every day. \n Sentence: She feeds the kids three times a day and puts them at her large table. \n Character: Molly", "output": "to accomplish her job", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: Lola had made a huge mess her in room. Her mom yelled that she needed to clean it up immediately. It took her four hours but it was finally clean. \n Sentence: She invited friends over that evening. \n Character: Lola", "output": "to spend time together, to entertain", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: None \n Sentence: John was flying a kite. \n Character: John", "output": "to have fun, to have a good time", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: Millie was moving to Texas with her parents. \n Sentence: She had so many preconceived ideas about the place. \n Character: Millie", "output": "None", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: None \n Sentence: Tim experienced pain in his neck while driving. \n Character: Chiropractor", "output": "None", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: None \n Sentence: Last Saturday I went to the movies with my friends. \n Character: My friends", "output": "to hangout, to hang out", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: Tom's son wanted to watch a real car race. So Tom and his son went to a famous race course to watch one. It was a 200 lap race. \n Sentence: And Tom's son quickly got bored. \n Character: Tom", "output": "None", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. You can use context to find the motivation; however, all the inputs do not provide context. Also, in some inputs, there can be zero motivation; output, 'None' in this case.", "input": "Context: Billy, John, and David went to the little league field. They wanted to practice before their big game tomorrow night. \n Sentence: Billy found the maintenance man and asked him to turn on the lights. \n Character: John", "output": "to play better", "category": "Intent Identification 922.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "Wheels are square.\n(A) Squares can't roll while circles can.\n(B)Round wheels are very convenient for transporting things.\n(C)Square wheels aren't very common.", "output": "A", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "cats and fish can be pals\n(A) cats will eat the fish\n(B)Fish love to watch cats in a fish tank and tease teh cats\n(C)Dogs can be very loving animals with all animals.", "output": "A", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "Stars read me\n(A) Stars has not eyes\n(B)Stars are too big\n(C)Stars are too far", "output": "A", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "Sylvia fetched a towel from the sun\n(A) people cannot put a towel on the sun now\n(B)she need to buy a new towel\n(C)the sun is far away from Earth", "output": "A", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "The dog drove the car to the park\n(A) Dogs can't drive cars\n(B)Dogs have fur, women don't have fur\n(C)Dogs don't wash cars at the park", "output": "A", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "let's have a snack at the nearest lab\n(A) lab is opened 8 hours per day\n(B)lab is the place where people do experiments not having snacks\n(C)we had snacks for lunch 2 hours ago", "output": "B", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "Children are more independent than adults.\n(A) Children are not as mentally developed as adults.\n(B)Independent adults don't stop mentally developing, just like children.\n(C)Independent adults help children mentally develop.", "output": "A", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "the children help with the animals and give them some fire\n(A) using fire is the difference between human and animal\n(B)animals are afraid of fire.\n(C)human hunts animals and cook them with fire", "output": "B", "category": "Explanation 923.json" }, { "instruction": "In this task, you are given an impractical statement. You are also given three reasons (associated with \"A\", \"B\", \"C\") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.", "input": "a bank robber was caught and sent to library\n(A) the guy in the library is the bank robber.\n(B)the robber will be sent to prison instead of library.\n(C)the guy being caught in the library is the bank robber.", "output": "B", "category": "Explanation 923.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: Alice's friends invited her out to lunch. Sentence2: She drove out to meet them at a restaurant. Sentence3: Her friends were waiting at a table but had already ordered. Sentence4: By the time she had her food, they were already done eating. \n Sentence5: Alice felt her friends were slightly thoughtless.", "output": "Yes", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: The delivery man handed a package to me. Sentence2: I opened the box. Sentence3: Since nothing was inside, I tried shouting at the delivery man. Sentence4: He couldn't hear me and drove off. \n Sentence5: I had to call to find out what was going on.", "output": "Yes", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: Ryan loved to customize his bike. Sentence2: He decided to add some LED lights to the bike frame and wheels. Sentence3: He ordered the parts from eBay. Sentence4: When they arrived, he assembled them. \n Sentence5: Ryan loved how his bike looked.", "output": "Yes", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: Gina didn't want to sit at her desk near her old friends. Sentence2: She could feel the tension between them. Sentence3: She decided to ask to go to the library. Sentence4: Her teacher agreed to allow her to go for an hour. \n Sentence5: Gina felt more calm once she arrived in the library.", "output": "Yes", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: Roy couldn't figure out why his apartment smelled so bad. Sentence2: His friends commented on it when they went over. Sentence3: Everyone decided to look for the source. Sentence4: It turned out to be an old fish in the refrigerator. \n Sentence5: Roy decided to leave the fish in the refrigerator.", "output": "No", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: Greg was riding his bike to the store. Sentence2: An arm emerged from an alleyway as Greg passed. Sentence3: Greg fell from the bike as he was pushed to the ground. Sentence4: He watched from the sidewalk as a man rode away with his bike. \n Sentence5: Greg judged the chili cook-off competition.", "output": "No", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: Shay had been asked to come into the office on a Saturday. Sentence2: They were having a business meeting and wanted her to be there. Sentence3: Shay wanted her weekend off, but she agreed to come in. Sentence4: On payday, she saw that she had made overtime pay on that Saturday. \n Sentence5: Shay was happy that she went into the office.", "output": "Yes", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: Ann loved cake. Sentence2: Every saturday she would walk by the bakery. Sentence3: Ann loved to look at the beautiful cakes. Sentence4: One day a lady asked her to come inside. \n Sentence5: Ann felt insulted by the lady's offer.", "output": "No", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'.", "input": "Sentence1: A friend came to visit. Sentence2: I told her that my dog bites. Sentence3: She did not listen. Sentence4: she tried to pet him and play with him. \n Sentence5: My dog ran away.", "output": "No", "category": "Coherence Classification 926.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: He was sad that he couldn't eat because he had no money. Sentence2: He decided to write a book about his hard life. Sentence3: People immediately praised the book and bought thousands of copies! Sentence4: The profits from the book sales gave Bob enough money to eat.", "output": "1, Bob needed money to buy food.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: John was driving down the highway. Sentence2: A Mustang pulled up next to him and kept speed. Sentence3: He was driving his new Camaro. Sentence4: John won the race.", "output": "4, They decided to race.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: Steve was very sad. Sentence2: Steve's girlfriend broke up with him. Sentence3: He decided to write a song to her. Sentence4: He poured his heart into the song.", "output": "5, Steve wondered if they could ever get back together.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: Jim got his first credit card in college. Sentence2: After he graduated he amounted a $10,000 debt. Sentence3: Jim realized that he was foolish to spend so much money. Sentence4: Jim decided to devise a plan for repayment.", "output": "2, He didn't have a job so he bought everything on his card.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: My children wanted to get a pet. Sentence2: As a family we decided that this was a great idea. Sentence3: We went to our local animal shelter to find our new furry friend. Sentence4: Upon arriving we met a black lab who we all automatically loved.", "output": "5, We adopted the black lab and took her home.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: Jeremiah is looking for a part time job that can help him earn money. Sentence2: A sandwich shop employs him to give out flyers about their sandwiches. Sentence3: Jeremiah loves the job at first, because he likes meeting new people. Sentence4: Jeremiah reconsiders career paths.", "output": "4, Eventually he finds it tiresome to be outside so much.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: She picked up her cat from the deck. Sentence2: Then she filled the bathtub with water. Sentence3: Binh coaxed the cat into the water to wash it. Sentence4: The cat ended up squeaky clean.", "output": "1, Binh decided to wash her cat.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: Shawn woke and rose from the bed at 8:07 am. Sentence2: He reached for his cigarettes but the pack was empty. Sentence3: Shawn then threw on some sweats and headed to the corner store. Sentence4: There, he purchased a pack of Newports.", "output": "5, Shawn smoked them almost immediately.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.", "input": "Sentence1: A man ordered an antique clock on eBay. Sentence2: He received a box containing six blown fuses and a jar of pickles. Sentence3: He filed a complaint with eBay. Sentence4: EBay refused to process a refund.", "output": "5, The man is furious.", "category": "Text Completion 927.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: At first, he couldn't think of anything. Sentence2: Sonny lived in Texas, and it was a hot summer. Sentence3: He was so sick of the heat. Sentence4: He decided to find a way to cool off. Sentence5: He then decided to jump into his pool.", "output": "41235", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: He took wrestling in high school. Sentence2: Bobby wanted to be a wrestler. Sentence3: Soon he was wrestling professionally. Sentence4: Then he joined a team in college. Sentence5: He retired early due to injury.", "output": "21435", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: However, he needed to find a place where he could bowl regularly. Sentence2: Barry decided he would go bowling on Saturday at the new location. Sentence3: Barry was delighted with the new alley. Sentence4: Barry looked through the yellow pages for a nearby bowling alley. Sentence5: Barry loves bowling.", "output": "24531", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: The chain is quite famous in Connecticut. Sentence2: We went to Frank Pepe's pizza shop three weeks ago. Sentence3: We went early to beat the crowd. Sentence4: The chain recently opened in Boston. Sentence5: We had a great pizza at Frank Pepe's pizza shop.", "output": "21435", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: She was fortunately able to get back to the beach house safely. Sentence2: The weather started out tranquil. Sentence3: Anna was caught in a scary sandstorm! Sentence4: Suddenly the wind began to pick up severely. Sentence5: Emily was at the beach.", "output": "52431", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: She cut her forehead on a rock in the ground. Sentence2: Then she slipped off the sled. Sentence3: Ella had to be taken to the doctor. Sentence4: Ella went out sledding one afternoon. Sentence5: She had fun at first.", "output": "43512", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: Men and women wept together. Sentence2: 12 men put the casket in the ground. Sentence3: They mourned for losses. Sentence4: There is a cemetery with 199 grave stones. Sentence5: 12 men brought a casket.", "output": "43512", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: Charles had a big, white dog. Sentence2: Charles thought about what he could do to change it. Sentence3: He painted the dog pink. Sentence4: Charles mother was very angry. Sentence5: He did not like the way the dog looked.", "output": "13452", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.", "input": "Sentence1: Laura assured the crowd that was long ago. Sentence2: Laura then became elected by the country. Sentence3: The crowd went wild after learning this personal information. Sentence4: She put her bid in for President. Sentence5: Laura told a story of burning bras in the 60's.", "output": "35241", "category": "Sentence Ordering 928.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "In the ongoing and lengthy battle of the phone makers, Samsung has recruited some heavyweights to fight its corner. Google, Facebook, HP and other giants in the tech industry are calling on a US court to reconsider a recent patent infringement case awarded to Apple. The coalition believes the ruling - which demanded Samsung pay profits to its rival - will have \u2018absurd and devastating\u2019 results on the development of future handsets and online services. Samsung and Apple have been battling over numerous patent infringements since 2010, but in August 2012 Apple won $1 billion in damages. These damages were then dropped to around $930 million (\u00a3598 million), and later reduced by $382 million (\u00a3245 million).An amici curiae - or \u2018friend of the court\u2019 ruling - was filed at the start of JulySamsung has gained support from Facebook, Google\u00a0HP, Dell, and eBayFiling objects to court ruling finding Samsung infringed Apple\u2019s patentsCoalition wants the case to be reheard and the decision reconsidered", "output": "And in terms of software and online products, such as _ and eBay, a design patent may cover the appearance of a single feature of a page, such as the shape of an icon.", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "The bride is dressed in a gown of flowing silk and chiffon and holds a pretty bouquet. The groom is decked out in a blue suit with a silk tie and red rose in his lapel \u2014 a lovely romantic touch. He might look smarter than in his police mugshot, but he is unmistakably \u2018back from the dead\u2019 canoeist, John Darwin. Today, the Mail can reveal that Darwin, 64, has remarried following his divorce from his wife of 38 years, Anne. He wed Mercy May Avila, a Filipina woman in her 30s, on February 25. This week, it was reported that Darwin was planning to return to Panama, the country to which he fled after faking his death.The Darwins plotted to fake John's death to claim insurance money in 2002John, 64, lived for five years in a bedsit hiding in secret passagewaysBut a photo taken in Panama blew the couple's cover wide openHis new Filipina wife, Mercy May Avila, is in her 30s", "output": "Yet somehow he found the money to fly out to meet _ and he has clearly charmed her.", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "Peru beat 10-man Venezuela in Valparaiso to put the cat amongst the pigeons in Copa America Group C. Claudio Pizarro's 72nd-minute goal means all four teams in the group - Brazil and Colombia are the others - have three points with Sunday's final round of fixtures to play. Scroll down to video Peru deserved the success, with Venezuela paying the price for the dismissal of Fernando Amorebieta just before the half-hour mark. The first half at the Estadio Elias Figueroa Brander was a tight affair, with only two decent goalscoring opportunities. In the sixth minute Salomon Rondon briefly found space eight yards out and shot goalwards on the stretch for Venezuela - but goalkeeper Pedro Gallese collected comfortably.Claudio Pizarro hit the only goal of the game in the 72nd minuteThe Bayern Munich striker crashed home a crisp effort from a narrow angleVenezuela were reduced to 10 men after Fernando Amorebieta's red cardThe Fulham defender stamped on\u00a0Paolo Guerrero in the 29th minuteThe result leaves all Group C teams tied on points and goal differenceColombia face Peru and Brazil take on Venezuela in Sunday's final games", "output": "Peru face _ in Temuco in Sunday's other Group C match.", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "(CNN) Hillary Clinton and Bernie Sanders came together on Sunday night for a special CNN Democratic primary debate in Flint, Michigan, site of a public health crisis caused by toxic tap water. The Democratic primary candidates jabbed at one another over the economy and free trade, but not before leveling harsh charges at the state's Republican leadership -- and the GOP presidential field. Here are a few of the most memorable lines. (For the blow-by-blow, check out the CNN live blog.) Sanders on the water crisis: \"What I heard and what I saw literally shattered me.\" Sanders on Michigan Gov. Rick Snyder: \"The governor of this state should understand that his dereliction of duty was irresponsible. He should resign.\"Clinton: \"It is raining lead in Flint\"Sanders: \"You are playing three times more for poison water than I am paying in Burlington, Vermont, for clean water\"Sanders and Clinton call on Michigan Gov. Rick Snyder to resign", "output": "_ on punishing those responsible: \"People should be held accountable wherever that leads.", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "A young professional has made the shocking decision to trade his flashy corporate life in Dubai to instead reside in an eco-community in the Spanish desert. Erik Lang, 29, swapped skyscrapers and celebrity parties for outdoor showers and compost toilets when he moved to Sunseed in the southeast of Spain - about a 90-minute walk from the closest town. He's just one of a group of volunteers who live off-grid at Sunseed, working to restore the land and grow their own produce. Erik, who studied at London School of Economics, moved to Sunseed five months ago to work as a communications coordinator. His stipend there is just 45 euros (or \u00a338) a week.A 29-year-old young professional, Erik Lang, swapped his life in Dubai to volunteer with eco-community SunseedIn the southeast of Spain, Sunseed is an off-grid village that's about a 90-minute walk from the closest townAfter working in corporate communications, Erik opted for an eco-lifestyle, visiting El Salvador and the Galapagos", "output": "Volunteers at _ generally work on projects that focus on either land maintenance or environmental education.", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "Nicola Sturgeon is heading for a landslide victory in next year's Holyrood elections, even though the majority of Scots continue to reject her independence dream. An exclusive new opinion poll reveals the SNP is now more popular than it was in May's General Election, as Scottish Labour continues to haemorrhage support. Miss Sturgeon's expected victory will trigger furious demands in her own party for a second independence referendum, and one leading MP yesterday said a 'constitutional confrontation' is on the horizon. But the poll for the Scottish Daily Mail shows that a majority of Scots remain opposed to separation, despite the SNP's sky-high ratings.SNP hits 56% in constituency voting for Holyrood elections next MayIt is higher than the 50% Sturgeon's party won in general election this yearBut Mail poll shows\u00a0a majority of Scots remain opposed to separation", "output": "'Expect the _ conference [in October] to fizz with the question of putting a mandate for independence into the 2016 manifesto.'", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "Paris (CNN) President Donald Trump offered a staunch defense of his eldest son Thursday, saying during a carefully worded response here that Donald Trump Jr.'s meeting with a Russian lawyer was a standard session that any political operative would have taken. \"My son is a wonderful young man. He took a meeting with a Russian lawyer, not a government lawyer, but a Russian lawyer,\" he said alongside French President Emmanuel Macron at the ornate \u00c9lys\u00e9e Palace. \"It was a short meeting. It was a meeting that went very, very quickly, very fast.\" According to the emails released by Trump Jr. this week, the lawyer -- Natalia Veselnitskaya -- was described to Trump's son in an email as a \"Russian government lawyer\" with information that was part of the country's effort to help elect his father.The joint news conference featured Trump and MacronThe President last held a news conference a week ago in Warsaw", "output": "_ is here on a pomp-filled celebration of transatlantic ties at a time of anxiety on both continents., Macron is eager to develop close security ties with _, but in other areas he's already emerged as a vocal critic, most notably over Trump's withdrawal from the climate accord that bears the French capital's name., Macron is eager to develop close security ties with Trump, but in other areas he's already emerged as a vocal critic, most notably over _'s withdrawal from the climate accord that bears the French capital's name., For his part, Macron said he remained committed to the climate agreement, and would continue urging _ to reconsider.", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "The Arkansas\u00a0judge who posted private details of Charlize Theron's adoption of her son has been forced to hand in his law licence because of a bribery conviction in a separate case. By surrendering his licence, circuit Judge Michael Maggio has avoided a disciplinary hearing over the conviction, for which he faces up to\u00a010 years in prison and a $250,000 fine when he is sentenced in July. Maggio, 52, sparked controversy last March when he admitted posting a series of comments that were racist, sexist and offensive towards the LGBT community over the past several years. Charlize Theron pictured with Jackson, the boy she adopted from her native South Africa. Michael Maggio revealed the Hollywood actress had adopted two months before she announced it publicallyMichael Maggio is already banned for life from holding judicial office for revealing actress's adoption of boy two months before she went publicPosted on Louisiana State University sports forum in 2012 that Theron had applied to take on the youngster in same court division where he servedAs 'geauxjudge' he also posted derogatory comments about womenFaces prison sentence of 10 years and $250,000 fine for bribery conviction", "output": "Adoption proceedings are confidential in _ but Maggio leaked details of the actress's hearing.", "category": "Question Generation 929.json" }, { "instruction": "In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ .", "input": "London (CNN) -- The days of would-be terrorists needing to travel to far-off camps to make contacts and learn how to build bombs is rapidly receding. Social media forums like Twitter and Facebook provide a ready made Rolodex of sources -- dig further online, mine those contacts further, gain admission to private chat forums and eventually you will find instructions for bomb making. Last month al Qaeda in the Islamic Magreb (AQIM) launched a Twitter account that has already gained more than 5,500 followers, and AQIM's account is following seven people including the Somali terrorist group Al Shabaab's official twitter handle and the al Nusra front in Syria, which in turn is following another rebel group in Aleppo.Social media forums can provide sources for would-be terroristsBritish security services monitor social media sites to track groups and individualsSome experts think terrorists have \"self radicalized\" through social mediaOthers believe that ultimately there is almost always a terrorist \"mentor\"", "output": "The dead _ chief was very careful to stay away from electronic devices himself, but it is thought he wrote down messages on pieces of paper which a trusted lieutenant would then type and save on to a USB stick, finally passing this to someone else to post on the forum.", "category": "Question Generation 929.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[21.785, 214.08, -11.675, -22.846, -85.067, 144.987, -87.181, -1.324, 244.769, 41.187]", "output": "45.872", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[20.085, -17.507, -44.329, 41.319]", "output": "-0.108", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[134.971, 140.725, -75.484, 216.085]", "output": "104.074", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[-16.898, 37.874, -62.807, 233.541, 121.576, 65.272, -47.774, -69.595]", "output": "32.649", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[214.085, 240.112, 120.008, 153.245, 246.47]", "output": "194.784", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[28.819, 144.067, -10.157, 190.992, -56.443, 73.656, -8.101]", "output": "51.833", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[-87.627, 131.087, 142.37, -85.782, -98.177, 243.248, 110.981]", "output": "50.871", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[-25.521, 195.926, 77.241, 19.481, 25.586, 199.048, 149.617]", "output": "91.625", "category": "Program Execution 93.json" }, { "instruction": "In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.", "input": "[196.862, 110.822, 29.356, -60.967]", "output": "69.018", "category": "Program Execution 93.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "Washington (CNN) Former Mexican President Vicente Fox is back to trolling Donald Trump on Twitter, particularly as the US President-elect has waffled on his pledge to have Mexico pay for a border wall and amid questions about Russian interference in the election. \"Sr Trump,the intelligence report is devastating. Losing election by more than 3M votes and in addition this.Are you a legitimate president?\" Fox tweeted Friday night. Fox's jab at Trump comes after the US intelligence community concluded in a declassified report released that Russian President Vladimir Putin ordered an \"influence campaign\" aimed at hurting Hillary Clinton and helping Trump.Fox has been a harsh critic of TrumpHe wasn't the only Mexican to tweet at Trump on Friday \n Questions:_'s transition team did not immediately respond to CNN for a request to comment on the tweets. (A) Washington (B) CNN (C) Mexican (D) Vicente Fox (E) Donald Trump (F) Twitter (G) US (H) Mexico (I) Russian (J) Fox (K) Vladimir Putin (L) Hillary Clinton", "output": "(E)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "(CNN) -- Less than two months before the world focuses on Russia for the Sochi Olympics, President Vladimir Putin is handing out \"get out of jail free\" cards. A new amnesty law introduced by Putin allowed two members of Russian punk band Pussy Riot to leave prison on Monday, two months before the end of their two-year sentences for a performance critical of the President. In addition, 30 Greenpeace demonstrators could go free under the amnesty law passed by Russian lawmakers last week that could affect 25,000 prisoners. Putin also pardoned former oil tycoon and Kremlin critic Mikhail Khodorkovsky, who had been jailed since 2003 and was convicted in 2005 of tax evasion and fraud.Pussy Riot band members go free under new amnesty lawA former oil tycoon and political opponent gets pardonedPutin wants to improve Russia's image and promote investmentThe Russian President believes he has crushed the opposition \n Questions:Upon his release, _ left the country and has said he won't continue his political activities against the Russian government. (A) CNN (B) Russia (C) Sochi Olympics (D) Vladimir Putin (E) Putin (F) Russian (G) Pussy Riot (H) Greenpeace (I) Kremlin (J) Mikhail Khodorkovsky", "output": "(J)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "Thousands of people have called on Saturday Night Live executives to pull Donald Trump from next week's show. The Republican presidential candidate, who has made controversial comments about the Hispanic community, is scheduled to host the comedy sketch show on November 7, following in the footsteps of celebrities such as Miley Cyrus and Rihanna. But as the date approaches, SNL executive producer Lorne Michaels and NBCUniversal Chief Executive Stephen Burke are being bombarded with online petitions and open letters, particularly from Latino groups, imploring them to reconsider. Progressive Democrat front-runner Hillary Clinton, however, appeared on the show with little to no backlash earlier this month.Donald Trump is hosting SNL next week; Hillary appeared on it last monthLatino groups call on SNL and NBC executives to not give Trump a platformThey brand his comments about Hispanic people 'hateful speech'One open letter reminds NBC there has never been a Latina hostNBC and SNL declined Daily Mail Online's request for commentSee full coverage on Donald Trump at www.dailymail.co.uk/trump \n Questions:An _ spokesman declined to give DailyMail.com a comment on the matter. (A) Saturday Night Live (B) Donald Trump (C) Republican (D) Hispanic (E) Miley Cyrus (F) Rihanna (G) SNL (H) Lorne Michaels (I) NBCUniversal (J) Stephen Burke (K) Latino (L) Progressive (M) Democrat (N) Hillary Clinton (O) Hillary (P) Trump (Q) Latina (R) Daily Mail Online", "output": "(I)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "What party poopers. Wrexham were all set to celebrate their 150th birthday and had their eye on a rather nice present - the FA Trophy. Coasting at 2-0 with just a quarter-hour remaining here at Wembley, Wrexham had their celebrations well underway. Then, North Ferriby United decided to roll up, gatecrash and ruin everything. Goals from Louis Moult and Jay Harris had the Welsh side in complete control but North Ferriby, who play a division below, forced extra time through Liam King\u2019s penalty and Ryan Kendall\u2019s late leveller. Players of North Ferriby United celebrate after winning the The FA Carlsberg Trophy on penaltiesGoalkeeper Adam Nicklin was the hero as North Ferriby came back from two goals down to beat Wrexham on\u00a0penalties\u00a0to win the FA TrophyLouis Molt and Jay Harris goals had fired the Welsh side into the leadLiam King scored a penalty to give United a lifeline before substitute Ryan Kendall equalised late in normal timeKendall's header made it 3-2 before Moult's stunning strike set up penalties, which Ferriby triumphed 5-4 \n Questions:_ of Wrexham scores the first goal of the game as they took control early on in the final. (A) Wrexham (B) FA Trophy (C) Wembley (D) North Ferriby United (E) Louis Moult (F) Jay Harris (G) Welsh (H) North Ferriby (I) Liam King (J) Ryan Kendall (K) The FA Carlsberg Trophy (L) Adam Nicklin (M) Louis Molt (N) United (O) Kendall (P) Ferriby", "output": "(E)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "(CNN) Hundreds of firefighters gained ground Sunday against a wildfire in Los Angeles County that forced at least 5,000 people to evacuate their homes, authorities said. All evacuation orders will be lifted Sunday evening, Los Angeles County Deputy Fire Chief John Tripp said. Since the inferno started Saturday, it has already scorched more than 500 acres, Tripp said. The fire was raging on the slope of a canyon, \"which makes it very dangerous for us to do a direct attack,\" Tripp said. The wildfire broke out Saturday afternoon in the Calabasas area, a relatively affluent part of Los Angeles County that is home to a handful of celebrities, including Jessica Simpson and Toni Braxton, authorities said.The fire was 80% contained as of Sunday eveningAll evacuation orders will be lifted Sunday evening, authorities ay \n Questions:\"Witnesses reported that the truck was traveling at a high rate of speed before colliding into a power pole, causing the pole to fall and a transformer to explode, thus igniting the _ fire,\" Deputy Jeffrey A. Gordon said. (A) Los Angeles County (B) John Tripp (C) Tripp (D) Calabasas (E) Jessica Simpson (F) Toni Braxton", "output": "(D)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "(CNN) -- Like Amanda Berry, who ran to freedom Monday after years in captivity, Tonia Carmichael was abducted and held by a male captor not far from her Cleveland home. Berry, whom police took to safety along with two other women they rescued from a home at 2207 Seymour Ave., could be seen healthy and beaming in a photo snapped Monday at an area hospital. She endured 10 years of confinement, but her life will go on. Carmichael was less fortunate. Her life and those of 10 others ended just over five miles away in the notorious \"House of Horrors,\" at 12205 Imperial Ave., at the hands of convicted sex offender Anthony Sowell, who had moved to the address after serving 15 years in prison for attempted rape.The abductions of women freed Monday have things in common with the \"House of Horrors\"In October 2009, 11 female bodies were discovered at one man's propertyThe women in both cases had things in common with each otherIn both cases, the abductions occurred in a neighborhood the women knew \n Questions:_, who was 52 when she vanished, had routinely left home for days or weeks at a time. (A) CNN (B) Amanda Berry (C) Tonia Carmichael (D) Cleveland (E) Berry (F) Seymour Ave. (G) House of Horrors (H) Imperial Ave. (I) Anthony Sowell", "output": "(C)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "(CNN) Another rescue effort will be made to save the life of a blue whale apparently enmeshed in a fishing net in the Pacific Ocean off the coast of California, authorities said Tuesday. The whale, entangled in crab or fishing lines, was spotted about 3:30 p.m. ET Monday, swimming off the coast of Dana Point in southern California, officials with the National Oceanic and Atmospheric Administration (NOAA) told CNN affiliate KABC. \"As of last night, attempts to disentangle the 80-foot long blue whale were unsuccessful,\" Michael Milstein, spokesman for NOAA Fisheries, said Tuesday in a statement. \"They placed a tracking device on the whale for part of the day but decided to take it off later in the day.Blue whale apparently entangled in fishing lines off coast of Southern CaliforniaBlue whales usually don't come this close to shore, NOAA official said \n Questions:_ doesn't know the whale's age or gender, he said. (A) Pacific Ocean (B) California (C) Dana Point (D) National Oceanic and Atmospheric Administration (E) CNN (F) KABC (G) Michael Milstein (H) Southern California", "output": "(D)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "A suspected serial killer has denied brutally murdering three women in a popular Spanish tourist destination. German national Abdelkader Salhi became known in Spain as the '10 killer' after he allegedly murdered two prostitutes on August 10 and September 10, 2011. Both victims had their credit cards and PIN numbers stolen before they were repeatedly stabbed to death. Salhi, 46, was arrested at a gym near his home\u00a0in Fontana Beach, Riviera del Sol, a kilometre from the first victim's house in October 2011. At the time of his arrest, he was using a forged Irish passport under the name of Martin Sparitt.Abdelkader Salhi was\u00a0arrested\u00a0for alleged murder of two prostitutes in 2011Also accused of killing a third woman in the popular Spanish destinationSentenced to 18 years in 1988 for killing a woman in a robbery in GermanySalhi has been told he will face up to 63 years in jail if he is found guilty \n Questions:Salhi has lived in _ since 2007, according to Spanish newspaper Diario de Sevilla. (A) Spanish (B) German (C) Abdelkader Salhi (D) Spain (E) Salhi (F) Fontana Beach (G) Riviera del Sol (H) Irish (I) Martin Sparitt (J) Germany", "output": "(D)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in \"_\" and classify the answers based on options.", "input": "India's Super League is becoming the newest frontier for out-of-contract footballers in England with former Premier League campaigners Stephen Bywater and Peter Ramage lined up as the latest recruits. After veterans Robert Pires, David James and Alessandro del Piero \u2013 all in their forties \u2013 were the big personalities in last year's inaugural Indian competition, clubs are switching their attention to younger albeit less glamorous names to raise standards. Kerala Blasters, co-owned by cricket legend Sachin Tendulkar and managed by former England under-21 boss Peter Taylor, have already signed Chris Dagnall from Leyton Orient and are after other British players.Indian Super League hopes to attract a new generation of playersStephen Bywater and Peter Ramage are latest out-of-contract stars linkedFulham defender John Arne Riise is wanted by Kerala and Delhi \n Questions:Goalkeeper _, 34, is being lined up to replace James after being released by Millwall at the end of last season. (A) India (B) Super League (C) England (D) Premier League (E) Stephen Bywater (F) Peter Ramage (G) Robert Pires (H) David James (I) Alessandro del Piero (J) Indian (K) Kerala Blasters (L) Sachin Tendulkar (M) Peter Taylor (N) Chris Dagnall (O) Leyton Orient (P) British (Q) Indian Super League (R) Fulham (S) John Arne Riise (T) Kerala (U) Delhi", "output": "(E)", "category": "Question Answering 930.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "An eccentric retiree who spent years writing comical letters to celebrities, politicians and sports stars has published their bemused responses in a new book. Neville Mills, 71, who lives in Noosaville in Queensland, wrote letters to people including Tony Abbott, Alan Jones, Michael Clarke and Maggie Beer under the pseudonym Mervyn Mudal. In his book, The Curious Letters Of Mervyn Mudal, he includes the actual replies from the public figures \u2013 most of whom took his correspondence seriously. Mervyn Mudal is a character Mr Mills created who moved to Noosa from his farm in the small town of Goondiwindi on the Queensland-New South Wales border and is perplexed by modern life.Neville Mills wrote letters to people including Tony Abbott and Alan JonesHe wrote the letters signed under the name of fictional 'Mervyn Mudal'Mr Mills, from Noosaville in Queensland, has published the public figures' responses in his new book\u00a0The Curious Letters Of Mervyn Mudal \n Question:Mrs _ tends to spend some time on roundabouts and often circles them six or seven times before finding the correct exit.", "output": "Neville Mills, Noosaville, Queensland, Tony Abbott, Alan Jones, Michael Clarke, Maggie Beer, Mills, Noosa, Goondiwindi, New South Wales, Mr Mills", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "(CNN) -- The Australian Open provides a testing challenge for the world's top tennis players as they turn out for the first grand slam tournament of the season. The searing heat of the Melbourne summer sun, the high bounce of the blue Plexicushion hard-court playing surface and the boisterous atmosphere generated by the packed stands all blend together to make the January 14-29 event an unforgettable experience. It may not yet have prestige of the other three majors, but it is a place where stars are born and where legendary reputations are no guarantee of success -- and the rewards have grown greater and greater.The first grand slam of the tennis season, the Australian Open, takes place in MelbourneNovak Djokovic and Kim Clijsters will be defending their men's and women's singles titlesIn 1976, Mark Edmondson, world ranked 212th, claimed a shock victory in the tournamentMartina Hingis became the youngest grand slam winner when she triumphed in 1997 \n Question:Once _ was confirmed as the definitive home for the tournament, it soon became apparent that a new site needed to be constructed to accommodate the vast numbers of fans wanting to watch the action.", "output": "CNN, Australian Open, Plexicushion, Novak Djokovic, Kim Clijsters, Mark Edmondson, Martina Hingis", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "The EU's migration chief has urged European leaders to stop thinking about whether accepting refugees into their country will affect the next election. Dimitris Avramopoulos hinted that EU heads of state is letting their worry about how their actions in response to the migration crisis will be seen by voters cloud their humanitarian judgement. The 62-year-old said EU leaders should think more like the Commission, which does not need to be re-elected and therefore does not take into account how their actions might change public opinion. Avramopoulois is European Commissioner for Migration, Home Affairs and Citizenship and has served as both Defence and Foreign Minister in Greece as well as Mayor of Athens.Dimitris Avramopoulos said EU leaders must stop thinking of next electionEU Migration chief said to stop thinking about 'political cost' of refugeesSaid reason for delay in action on crisis was that EU was taken by surprise \n Question:'The _ is here for five years to do its job and we did it with vision, responsibility and commitment.", "output": "EU, European, Dimitris Avramopoulos, Avramopoulois, Citizenship, Greece, Athens, EU Migration, Said", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "Washington (CNN) White House chief of staff Reince Priebus pushed back Sunday against the Russian account of the meeting President Donald Trump had with Russian President Vladimir Putin on the sidelines of the G20 summit in Germany. Speaking on \"Fox News Sunday,\" Priebus said Trump did not believe Putin's claim Friday that Russia had not attempted to influence the 2016 US presidential election. \"The President absolutely did not believe the denial of President Putin,\" Priebus said. \"What the President did is he immediately came into the meeting, talked about Russian meddling in the US election, went after that issue at least two separate times.\"Reince Priebus said Russia wasn't \"off the hook\" after comments from President Donald TrumpThe White House chief of staff said the two countries needed to move forward \n Question:Priebus said an \"extensive portion\" of the first meeting between the two leaders was dedicated to the issue and offered what he said was _'s position.", "output": "Washington, CNN, White House, Reince Priebus, Russian, Vladimir Putin, G20, Germany, Fox News Sunday, Priebus, Putin, Russia, US", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "Convicted murderer Lee Bates is now living in fear of his own life after the deranged killer he helped send to prison for life is on the run following the 'Shawshank Redemption' escape from a maximum-security prison. Bates, 38, turned state's evidence against Richard Matt in 2008, telling a court of a 27-hour ride of terror as Matt searched for the perfect place to kill and dismember his former boss. Bates had been sentenced to 15 years to life a decade earlier and was released last August. But now, as the manhunt for Matt and his fellow escapee David Sweat has spread to three countries with authorities admitting they have no idea where the men are, Bates is wondering if he did the right thing.Convicted murderer Richard Matt, 48, escaped from upstate New York correctional facilityMatt's accomplice in the murder of businessman William Rickerson was Lee Bates, 38, who was released from prison last AugustBates says he was forced to join Matt in the sadistic murderHe testified that\u00a0\u00a0Matt 'twisted on [Rickerson's] head. I heard a pop'Matt later returned and lop off his arms and legs with a hacksaw and threw the dismembered body into the Niagara RiverBates' father tells Daily Mail Online that his son has reason to be afraid \n Question:When asked if _'s daring escape surprised him, DiBernardo replied: 'Heck no.", "output": "Lee Bates, Shawshank Redemption, Bates, David Sweat, New York, William Rickerson, Rickerson, Niagara River, Daily Mail Online", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "The skeletons of a mother and her child buried side-by-side are among those which are to be excavated from an ancient burial ground after being disturbed during construction for London's Crossrail. Archaeologists have started excavating 3,000 skeletons from Bedlam burial ground, which is at the site of the new Liverpool Street station that will serve the cross-London rail network. Used from 1569 until at least 1738, including during the Great Plague in 1665, the burial site - also known as Bethlehem and the New Churchyard - was opened after graveyards around London started to overflow. It was situated in close proximity to Bethlem Royal Hospital - the first dedicated psychiatric institution in Europe \u2013 and was used to bury London\u2019s poor and religious non-conformists as well as inmates from the asylum.Work underway to excavate remains from burial site disturbed by CrossrailAbout 3,000 skeletons are now to be excavated from Bedlam burial groundMother and her child buried side-by-side are among remains to be removedCemetery\u00a0discovered by workers at site for new Liverpool Street rail station60 archaeologists will work shifts to unearth remains over next four weeksCrossrail project has found more than 10,000 artefacts at 40 London sites \n Question:'_ was used by a hugely diverse population from right across the social spectrum and from different areas of the city.'", "output": "London, Crossrail, Liverpool Street station, cross-London, Great Plague, New Churchyard, Europe, Liverpool Street", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "New Delhi (CNN) Outgoing US Defense Secretary Ash Carter touched down in India\u00a0Wednesday,\u00a0in a last bid to boost relations with an ally that could prove crucial as China asserts itself. Carter has devoted more personal attention to his Indian counterpart than any other, and that groundwork could prove crucial as the Obama administration prepares to hand over the reins with questions looming about President-elect Donald Trump's commitment to its pivot to Asia and how confrontational he will be with Beijing. The US-India relationship has been ascendant for many years and intensified under President Barack Obama as his Asian strategy sought to balance the rise of China, but the state of the alliance remains mixed at best. The US only recently made small inroads into the Indian defense markets and historical skepticism within India at the prospect of more robust relations with America persists.The state of the alliance remains mixed at bestQuestions loom about Trump's commitment to the US pivot to Asia \n Question:Carter and his _ counterpart,\u00a0Defense Minister Manohar Parrikar,\u00a0were due to hold\u00a0their seventh meeting\u00a0Thursday, and Carter has previously said he has spent more time with him than \"any other defense counterpart anywhere in the world.\"", "output": "New Delhi, CNN, US, Ash Carter, China, Carter, Obama, Donald Trump, Asia, Beijing, Barack Obama, Asian, America, Trump", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "Washington (CNN) A Nevada court judge forcefully denied a request Tuesday from Donald Trump's campaign to direct a county registrar of voters to preserve and segregate ballots from voting machines in four early voting sites in the Las Vegas area where Latino voters showed up in record numbers. The Trump campaign said Clark County Registrar of Voters Joe Gloria kept polling locations open two hours beyond their designated closing times. Clark County saw its record for single-day early vote turnout shattered Friday when 57,174 people cast their ballots, according to data from the Nevada secretary of state's office, as Hillary Clinton and Democrats sought to build up a prohibitive advantage over Trump before Tuesday in the key state.Trump wanted some early vote ballots not to be \"co-mingled or interspersed\" with other ballotsLatino voters showed up in record numbers to vote early \n Question:At that rally, _ suggested that the polling location's extended closing time to allow voters to cast their ballots was a sign of a \"rigged system\" pitted against his campaign.", "output": "Washington, CNN, Nevada, Las Vegas, Latino, Clark County Registrar of Voters, Joe Gloria, Clark County, Hillary Clinton, Democrats", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of \"_\". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist multiple wrong answers, we only need a single wrong answer.", "input": "(CNN) -- Throughout American history, the annual celebration of family and gratitude known as Thanksgiving has been a central part of The White House and the U.S. presidency. This week, President Barack Obama kept the tradition alive by pardoning Cobbler, the National Thanksgiving Turkey, in a Rose Garden ceremony. His feathered understudy, Gobbler, was also allowed to live, and both birds will live out the rest of their days on display at George Washington's Mount Vernon Estate and Gardens in Virginia. Here is a look, by the numbers, at Thanksgiving and the role American presidents have played in the holiday over the years:Presidents have played a role in the annual Thanksgiving celebration since 1789President Obama continued the tradition by pardoning a turkey at The White House this weekOne president opted for possum instead of turkey for his Thanksgiving meal \n Question:1 - The first one was in 1789, when President _ issued a proclamation naming November 26 as a day of national thanksgiving.", "output": "CNN, American, Thanksgiving, White House, U.S., Barack Obama, Cobbler, National Thanksgiving Turkey, Rose Garden, Gobbler, Mount Vernon Estate and Gardens, Virginia, Obama", "category": "Wrong Candidate Generation 931.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Emmett Honeycutt: You know , for a skinny white boy , I make _ one _ fucking fabulous black woman .", "output": "REFERENCE woman", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Dr. Kerry Weaver: Your IQ 's not _ 150 _ . Mine 's only 145 .\nJerry Markovic: What am I supposed to do , apologize because I 'm smarter than you ?", "output": "REFERENCE IQ", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Shirley Holmes: I need to know about implants .\nBartholomew 'Bart' James: Oh , they 're tracking devices . They usually look like tiny ball bearings , often found up the abductee 's nose ; sometimes in the neck .\nShirley Holmes: When an abductee has _ one _ , does that mean that the aliens are going to come back for him ?\nBartholomew 'Bart' James: Possibly . There 've been reports of double , even triple , abductees . Some people have all the luck .", "output": "REFERENCE nose", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Dr. Temperance 'Bones' Brennan: Here 's _ one _ that 's in our price range . \" Adoreable fixer - upper with natural landscaping . \"\nDr. Lance Sweets: No , no , no , no . That mean a small house with weeds . Bring your own bulldozer .", "output": "REFERENCE house", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Sokka: Aang , I 'm trying to be mature and not immediately shoot down your idea , but it sounds * really * terrible .\nToph: Yeah , we got our outfits . What do you need to go to school for ?\nAang: Every minute I 'm in that classroom , I 'm learning new things about the Fire Nation . I already have a picture of Fire Lord Ozai .\nAang: And\nAang: here 's _ one _ I made out of noodles .", "output": "OTHER", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Urashima Keitaro: It had three holes , and I really wanted _ one _ !", "output": "REFERENCE holes", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Nikolai Rogozhin: Mr. Holmes , what you have seen tonight is last , and positively final performance of Madame Petrova . She is retiring .\nHolmes: What a shame .\nNikolai Rogozhin: She 's been dancing since she was three years old , and after all , she is now thirty - eight .\nHolmes: I must say , she does n't * look * thirty - eight .\nNikolai Rogozhin: That is because she is _ forty - nine _ .", "output": "AGE", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Piper: Do n't worry for I hold the power of ... _ one _ .", "output": "OTHER", "category": "Coreference Resolution 932.json" }, { "instruction": "In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is \"REFERENCE\", also write the reference entity, otherwise write the implicit option name. Options to choose from are:\nREFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference.\nYEAR: Describing a calendric year\nAGE: Describing someone's age\nCURRENCY: Reference to some monetary value e.g dollar, euro etc.\nPEOPLE: Describing a single/plural persons\nTIME: Describing a time of the day. Usually you can add the word o'clock after those numbers.\nOTHER: Some other option, which isn't listed here.", "input": "Laurel Lance: Can you remember the sound of Sara 's laugh ?\nNyssa al Ghul: When Sara was first brought to my father , the moment he weighed her apprenticeship or her execution , she bore witness to a demonstration of his power , _ one _ that inspired her and all that come before , but Sara ... laughed . It was so innocent , so genuine . That was the moment I fell in love with her , I think . All I knew , all I craved was to her laugh once more .", "output": "REFERENCE demonstration", "category": "Coreference Resolution 932.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: TRAVEL & TOURISM \nClue: When visiting this country, why not try the cloudberry soup, the reindeer tongue or the sauna sausage", "output": "finland", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: \"ROY\"ALTY \nClue: Title for an official who rules a colony in the name of a king", "output": "viceroy", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: AS EASY AS A-B-C \nClue: It is term for each word in clue; ape man good at speak this way", "output": "monosyllabic", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: THE AGRICULTURAL HALL OF FAME \nClue: A 2006 inductee, this former Kansas senator & presidential candidate helped develop the food stamp program", "output": "bob dole", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: PROVERBS \nClue: It \"makes a man healthy, wealthy, and wise\"", "output": "\"early to bed and early to rise\"", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: YOUNG GOTHS \nClue: This ancient symbol worn by some Goths has also been called \"the key of the Nile\"", "output": "ankh", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: YOU GET A \"D\" \nClue: He was married twice: once to Dorothy Arnold & once to Marilyn Monroe", "output": "joe dimaggio", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: THE 23rd PSALM \nClue: \"Surely\" these 2 quantities \"shall follow me all the days of my life\"", "output": "goodness & mercy", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For consistency, answers should be in all lower cased letters.", "input": "Category: MOVIES IN OTHER WORDS \nClue: \"Sans Shut Eye While Inhabiting a City on Puget Sound\"", "output": "sleepless in seattle", "category": "Misc. 933.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: HODGEPODGE \nClue: Derived from Latin, it's the 10-letter term for the place where 2 or more rivers flow together", "output": "confluence", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: HABITAT FOR YOU, MANATEE \nClue: This continent, for the species Trichechus senegalensis", "output": "africa", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: MARTIN SCORSESE, ACTOR \nClue: Scorsese played a sponsor of \"Twenty-One\" in this 1994 movie about a TV scandal", "output": "quiz show", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: \"QUE\" TIPS \nClue: Unparalleled, one of a kind", "output": "unique", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: ARCHITECTS \nClue: In 1881 this skyscraper pioneer formed a partnership with Dankmar Adler in Chicago", "output": "sullivan", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: PSYCH \"O\" \nClue: In psychoanalytic theory, it's the first & most primitive stage of development", "output": "the oral stage", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: RENAISSANCE MEN \nClue: In the 15th century Guillaume Dufay wrote many of these musical pieces, French for \"songs\"", "output": "chansons", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: CATCHING SOME \"Z\"s \nClue: It's the river that runs though Victoria Falls", "output": "zambezi", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: STOCK SYMBOLS \nClue: Add \"YBOY\" to this 3-letter symbol to get the full name of a big media company", "output": "pla", "category": "Misc. 934.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: NAME THE YEAR \nClue: William the Conqueror was crowned King of England in Westminster Abbey on Christmas Day in this year", "output": "1066", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: SING IT, SISTER \nClue: Her hits include \"Miss You Much\", \"Escapade\" & \"The Pleasure Principle\"", "output": "janet jackson", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: WORLD HISTORY \nClue: In 1429, while leading an attack on Paris, she was wounded by an arrow", "output": "joan of arc", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: TAIPEI PERSONALITY \nClue: He was driven into exile in Taiwan in 1949; today his name is on the international airport in Taipei", "output": "chiang kai-shek", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: NEW HOLLYWOOD \nClue: At this famed intersection, the Brown Derby was succeeded by hip-hop hot spots like Basque", "output": "hollywood & vine", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: CATS & DOGS \nClue: The 1st Cornish Rex was a mutant kitten named Kallibunker who was born in this English duchy in 1950", "output": "cornwall", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: FEMALE ATHLETES \nClue: This track star was nicknamed \"Flo-Jo\"", "output": "florence griffith-joyner", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: \"E\" GADS! \nClue: A steamboat, a condor & Chimborazo Mountain appear on this country's coat of arms", "output": "ecuador", "category": "Misc. 936.json" }, { "instruction": "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.", "input": "Category: THE 76th ACADEMY AWARDS \nClue: He took home the little bald guy for the first time in 4 tries, winning Best Actor for \"Mystic River\"", "output": "sean penn", "category": "Misc. 936.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[ 98.443 68.918 -11.872 64.535 -65.31 59.99 38.113 40.056]", "output": "98.443", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[ 44.958 -54.862 -21.974 98.129 -92.002 11.848 -31.935 -44.174]", "output": "98.129", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[ 94.218 -58.122]", "output": "94.218", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[-81.232 75.212 -88.504 -73.8 64.273]", "output": "-88.504", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[ 52.558 84.32 -31.722 -86.878]", "output": "-86.878", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[-52.189 -48.117 79.127 -90.099 96.365 -28.836 -38.034 -62.415 28.773\n 80.858]", "output": "96.365", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[-48.994 92.573 -60.726 36.277 29.095 95.068]", "output": "95.068", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[ 3.366 -59.202 -17.817 -19.255 -56.051 16.647 38.65 ]", "output": "-59.202", "category": "Program Execution 94.json" }, { "instruction": "In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value.", "input": "[ 34.43 -6.836 -41.274 72.844 77.251 -24.978 -99.067 -84.495 -81.817]", "output": "-99.067", "category": "Program Execution 94.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Vad tror ni att barn och barnbarn kommer att st\u00e4lla f\u00f6r krav p\u00e5 bilar, eller att lagstiftarna i framtiden kommer att st\u00e4lla f\u00f6r krav p\u00e5 bilar?", "output": "What kind of requirements do you think our children and grandchildren and future legislators are going to make of cars?", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Tack.", "output": "Thank you very much.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "F\u00f6rpackningar \u00e4r fortfarande ett stort nedskr\u00e4pningsproblem i Europa och en belastning p\u00e5 milj\u00f6n.", "output": "Packaging still accounts for a mountain of rubbish in Europe and is a burden upon the environment.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Det \u00e4r en v\u00e4ldigt viktig fr\u00e5ga som Jonas Sj\u00f6stedt och andra har st\u00e4llt.", "output": "It is a very important question indeed which Jonas Sj\u00f6stedt and others have asked.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Centralbankschefen Duisenberg f\u00f6rs\u00f6kte till och med skylla eurons svaghet gentemot dollarn - f\u00f6r \u00f6vrigt t\u00e4mligen relativ - p\u00e5 denna statliga interventionism.", "output": "President Duisenberg even attempted to attribute the weakness, the entirely relative weakness of the euro in relation to the dollar to this state interventionism.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "M\u00f6jligheter till p\u00e5skyndande och f\u00f6renkling existerar.", "output": "Possibilities for faster and more simple operation do exist.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Ni skall ju st\u00e4da upp efter de nationella regeringar som har stora visioner p\u00e5 konkurrenspolitikens omr\u00e5de, men endast fantasin s\u00e4tter gr\u00e4nser f\u00f6r vilka olyckor de nationella regeringarna kan \u00e5stadkomma.", "output": "It is your job to tidy up the mess left by national governments. These may well have grand visions when it comes to competition policy, but their capacity to wreak havoc seems boundless.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Herr talman! Gruppen De Gr\u00f6na/Europeiska fria alliansen anser att Europaparlamentets beslut att skyndsamt yttra sig om regeringskonferensen neutraliserar den politiska betydelsen av uppmaningen till r\u00e5det och g\u00f6r den, i slut\u00e4ndan, ganska ointressant.", "output": "Mr President, the Group of the Greens/European Free Alliance believes that the European Parliament' s decision to rush headlong into giving its opinion on the Intergovernmental Conference undermines the political significance of the request for talks with the Council, and in the end, makes it rather irrelevant.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Enligt min uppfattning skulle den sistn\u00e4mnda hypotesen inneb\u00e4ra att vi f\u00f6rsummade v\u00e5rt ansvar som parlament, f\u00f6rutom att man d\u00e5 skulle inf\u00f6ra en grundtes, en ok\u00e4nd metod som inneb\u00e4r att de politiska grupperna skriftligen f\u00e5r ta del av kommissionens tankar kring programmet en vecka i f\u00f6rv\u00e4g i st\u00e4llet f\u00f6r en dag i f\u00f6rv\u00e4g, som man kommit \u00f6verens om. D\u00e5 b\u00f6r man t\u00e4nka p\u00e5 att lagstiftningsprogrammet skall debatteras i februari, och d\u00e4rf\u00f6r skulle vi lika g\u00e4rna kunna avst\u00e5 fr\u00e5n den debatten, f\u00f6r pressen och Internet skulle redan dagen d\u00e4rp\u00e5 tillk\u00e4nnage programmet f\u00f6r alla medborgare, och det skulle inte l\u00e4ngre finnas n\u00e5gon anledning f\u00f6r parlamentet att \u00e4gna sig \u00e5t fr\u00e5gan.", "output": "In my opinion, this second hypothesis would imply the failure of Parliament in its duty as a Parliament, as well as introducing an original thesis, an unknown method which consists of making political groups aware, in writing, of a speech concerning the Commission' s programme a week earlier - and not a day earlier, as had been agreed - bearing in mind that the legislative programme will be discussed in February, so we could forego the debate, since on the next day our citizens will hear about it in the press and on the Internet and Parliament will no longer have to worry about it.", "category": "Translation 940.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Is Israel prepared to comply with the UN' s resolutions and, in exchange for peace and security, hand back the Arab areas which were conquered in 1967?", "output": "\u00c4r Israel berett att f\u00f6lja FN:s resolutioner och \u00e5terl\u00e4mna de arabiska omr\u00e5den som er\u00f6vrades 1967 i utbyte mot fred och s\u00e4kerhet?", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "What steps will the Council take to prevent nuclear accidents and the proliferation of nuclear weapons in a country that wishes to join the EU but spends enormous amounts on nuclear programmes while receiving financial aid from the EU budget?", "output": "Vad t\u00e4nker r\u00e5det g\u00f6ra f\u00f6r att k\u00e4rnkatastrofer skall kunna undvikas och k\u00e4rnvapenspridning f\u00f6rhindras till ett land som vill bli medlem av EU och som ger ut stora summor p\u00e5 k\u00e4rnkraftsprogram men samtidigt tar emot ekonomiskt bist\u00e5nd fr\u00e5n EU?", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "In Tampere, the question of granting operational powers was discussed.", "output": "Vid m\u00f6tet i Tammerfors siktade man p\u00e5 att ocks\u00e5 f\u00f6rdela de operativa befogenheterna.", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "It is a quite different Europe which is taking shape in the long term.", "output": "Det \u00e4r ett annat Europa som p\u00e5 sikt kan komma att ta form.", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "That is naturally unacceptable.", "output": "Detta \u00e4r naturligtvis oacceptabelt.", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "I have witnessed from close up within the Development Committee how thousands of projects stagnate and how sometimes up to 80% of the money is not spent. Sometimes, an enormous reservoir of money is created, not because it is not desperately needed, not because there are no sound proposals, but because the whole system has collapsed.", "output": "Jag har i utskottet utveckling och samarbete p\u00e5 mycket n\u00e4ra h\u00e5ll kunnat uppleva hur tusentals projekt stagnerat, att ibland 80 procent av pengarna inte kommer till anv\u00e4ndning, att ibland en enorm damm av pengar uppst\u00e5r, inte p\u00e5 grund av det faktum att pengarna inte \u00e4r helt n\u00f6dv\u00e4ndiga, inte p\u00e5 grund av det faktum att det inte finns n\u00e5gra goda f\u00f6rslag, utan p\u00e5 grund av att hela systemet i sig sj\u00e4lvt har l\u00e5st sig.", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Lastly, I would like to insist that, although we have agreed to EUR 35 million now, we know that this is a stopgap solution and that it is not enough, and we should therefore reach an agreement as soon as possible on the multiannual reconstruction programme for Kosovo, which is so badly needed.", "output": "Slutligen vill jag po\u00e4ngtera att vi \u00e4ven om vi nu har kommit \u00f6verens om 35 miljoner, vet att det bara \u00e4r en droppe i havet och att det inte \u00e4r tillr\u00e4ckligt, och d\u00e4rf\u00f6r m\u00e5ste vi s\u00e5 snart som m\u00f6jligt uppn\u00e5 en \u00f6verenskommelse om ett fler\u00e5rigt program f\u00f6r det s\u00e5 n\u00f6dv\u00e4ndiga \u00e5teruppbyggandet av Kosovo.", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "Turkey is only looking to increase its energy potential by 2% with this unit.", "output": "Med denna enhet kommer Turkiet att \u00f6ka sin energipotential med bara 2 procent.", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).", "input": "In the fifth place, we need there to be a guarantee that these demands will apply to all ships using the ports and waterways of the European Union, and incidentally, that includes the candidate countries.", "output": "Vi beh\u00f6ver f\u00f6r det femte den garantin att detta kr\u00e4vs f\u00f6r alla fartyg i Europeiska unionens hamnar och farvatten, f\u00f6r \u00f6vrigt ocks\u00e5 i kandidatl\u00e4ndernas. Det betyder att de krav som jag har n\u00e4mnt g\u00e4ller f\u00f6r alla farvatten.", "category": "Translation 941.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Jag \u00f6verg\u00e5r nu till den tekniska aspekten. \n English: Now to the technical aspect.", "output": "Yes", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Vi vill ha mindre virrvarr i kontrollen men \u00f6kad parlamentarisk kontroll genom Europaparlamentet, och detta utan att Europols arbete skall hindras. \n English: Without prejudice to article 146, first paragraph of the EC treaty which foresees that the Council is made up of one representative at ministerial level from each Member State, if there is a minister who is skilled at advising the government of his state and the rules relating to quorum are met which, as you know, demand the minimum presence of the Council to be able to proceed to a vote, then it is for each member of the Council to make up his delegation in the way which seems most appropriate to him.", "output": "No", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Ni har s\u00e4kert, efter att ha lyssnat p\u00e5 de olika inl\u00e4ggen f\u00f6rst\u00e5tt hur uppfattningen att vi skall visa det portugisiska ordf\u00f6randeskapet f\u00f6rtroende, att vi inte skall \u00f6ka dess sv\u00e5righeter genom att skjuta regeringskonferensen p\u00e5 framtiden, har segrat i utskottet f\u00f6r konstitutionella fr\u00e5gor, och \u00e4ven n\u00e4r det g\u00e4ller ordf\u00f6randena f\u00f6r de olika politiska grupperna i parlamentet. \n English: I hope that we will be able to conclude our deliberations on this report this week.", "output": "No", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Reformerna av de europeiska institutionerna \u00e4r ett n\u00f6dv\u00e4ndigt villkor f\u00f6r att kunna bygga vidare p\u00e5 Europa. \n English: The reforms of the European institutions are necessary in order to be able to continue Europe' s development process.", "output": "Yes", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Men det uppm\u00e4rksammar ocks\u00e5 Europeiska unionens krav p\u00e5 att politiskt f\u00e5 delta i processen, i enlighet med v\u00e5rt ekonomiska st\u00f6d s\u00e5 att det offentligg\u00f6rs p\u00e5 motsvarande s\u00e4tt, eftersom inte heller vi g\u00f6r anspr\u00e5k p\u00e5 att vara bankirer. \n English: I would like to say that there are big differences between what is now being proposed and what was promised to the Swedish people, for example, before the referendum.", "output": "No", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Myndighetens VD b\u00f6r vara n\u00e5gon som \u00e4r k\u00e4nd, n\u00e5gon som kanske regelbundet medverkar i TV-program om livsmedelsfr\u00e5gor, s\u00e4rskilt vad g\u00e4ller de goda livsmedelsnyheterna om n\u00e4ringsv\u00e4rden, kosth\u00e5llning och liknande, s\u00e5 att konsumenterna k\u00e4nner till att en s\u00e5dan myndighet finns om en ny livsmedelskris uppst\u00e5r. \n English: The CEO of the authority would be somebody who typically would be known, who might appear regularly on television talking about issues relating to food, particularly in relation to the good news stories surrounding food in relation to nutrition, diet and such issues, so that if another food crisis comes along consumers will be aware of the existence of the authority.", "output": "Yes", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Det \u00e4r lika viktigt att vi inte f\u00f6rlorar den irakiska fr\u00e5gan ur sikte, en fr\u00e5ga som ingen l\u00e4ngre talar om utan man f\u00f6rtr\u00e4nger problemen f\u00f6r miljontals kvinnor, gamla och barn, offer f\u00f6r ett embargo som \u00e4r lika arrogant som gement. \n English: on behalf of the GUE/NGL Group. - (IT) Mr President, ladies and gentlemen, it has not been easy asking for the vote to be postponed, but I think that it has been a necessary measure which I really believe will do the European Parliament credit.", "output": "No", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Enligt Internationella transportfederationen seglade 40 procent av de fartyg som havererade 1998 under bekv\u00e4mlighetsflagg, en symbol f\u00f6r vinst och utnyttjande av m\u00e4nniskor till f\u00f6rf\u00e5ng f\u00f6r s\u00e4kerheten. \n English: According to the International Transport Federation, over 40% of the ships wrecked in 1998 were sailing under flags of convenience, the symbol of profit and the exploitation of human beings at the expense of safety.", "output": "Yes", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label \"Yes\" if the translation is correct, otherwise generate label \"No\".", "input": "Swedish: Man kan tycka vad man vill om J\u00f6rg Haider, och personligen tycker jag att han \u00e4r en mycket farlig politisk person, men man kan ju inte intervenera i ett sj\u00e4lvst\u00e4ndigt och v\u00e4nligt sinnat lands demokratiska process. \n English: This adage, which ringingly endorses the desire to tackle the root causes of problems, applies perfectly to European waste policy.", "output": "No", "category": "Text Matching 942.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "If these changes to the report are supported by the House today, I believe that they will move us forward in the next phase of achieving the historic objectives which the funds were set up to bring about, namely to assist - in a financially sustainable manner - those deprived areas of the European Union which need to be brought up to a decent standard of living, not by giving a hand-out but by giving a \"hand-up\".", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "In this emergency, in this ordeal, we have seen a magnificent display of solidarity: local solidarity, national solidarity, and intergovernmental solidarity.", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "(The sitting was closed at 8.25 p.m.)", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "Would this be in the interests of Europe's citizens?", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "Next, I would like to thank the emergency services and the armed forces of the Union' s Member States who, in a fine example of intergovernmental cooperation, came to support the efforts of their French colleagues.", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "I would like to quote verbatim from the report: \"State aid per capita is highest in Italy, Germany and Ireland.", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "This must naturally lead to a reformulation of development goals and strategies, together with a transformation of institutions and processes so that both women' s and men' s priorities and needs are better reflected.", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "We all know that so far the Council has dragged its feet with regard to follow-up regulations of this kind.", "output": "English", "category": "Text Matching 943.json" }, { "instruction": "In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time.", "input": "Just i samband med kraven p\u00e5 regeringskonferensens arbete b\u00f6r tyngdpunkten ligga p\u00e5 att fordra en klar ansvarsavgr\u00e4nsning.", "output": "Swedish", "category": "Text Matching 943.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[5, 6, -2, 0, -11, 4, 11, -15]", "output": "[4, 4, -5, -4, -16, -2, 4, -23]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[4, 1, 3, -10, -18, -8]", "output": "[3, -1, 0, -14, -23, -14]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[1, 17, -6]", "output": "[0, 15, -9]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[-10, -4, -14, -4, -5]", "output": "[-11, -6, -17, -8, -10]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[2, -12, 16, 17, 7]", "output": "[1, -14, 13, 13, 2]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[10, -5]", "output": "[9, -7]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[-9, 6, 11, 14, 14, 4, -1, 15, -14]", "output": "[-10, 4, 8, 10, 9, -2, -8, 7, -23]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[-15, -19, 3, -8]", "output": "[-16, -21, 0, -12]", "category": "Program Execution 95.json" }, { "instruction": "In this task you will be given a list of numbers and you need to subtract every value in the list with the index it is at. The index of an elements shows its numerical order in the list(for example, in the list [7,10,4,5], the index of 7 is 1 and the index of 4 is 3) You should start the index at 1, so the first element in the list will be subtracted by one. For every element in the list you need to find \"element - index\" where the index of the beginning element is 1 and increments by 1 for each element. Put your result list in brackets.", "input": "[-9, -14, 6, -17]", "output": "[-10, -16, 3, -21]", "category": "Program Execution 95.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: block all exports no humanitarian relief and arm the rebels if u can find 'em and let Venezuelans burn Maduro at the stake", "output": "Threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: Is he? Does he want to kill children in their mother's womb?", "output": "Threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: \"when the Russians began their intervention in the U.S. presidential election in 2015\"\n\nThere remains, to this day, no evidence on the public record to show that any such thing was done. Mr. Nye and the corporate media who have carried water for this allegation need to pull their heads from the stenchy orifice in which they are stuck.", "output": "Non-threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: Everyone single one of them needs to be shot multiple times!!", "output": "Threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: I'll never understand what Trump supporters saw in him that was presidential. Sixteen candidates and this was their choice. \"The most powerful being on the planet.\" A phony crook who openly lusts after his own daughter, hence he anoints her a pseudo First Lady. With each passing day he makes all of us more vulnerable. The world listens to him ridicule US intelligence and praise Putin. It reads his insidious tweets. It watches the collapse of American patriotism.", "output": "Non-threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: So glad she is safe! Personally, wish the criminals broke into a house where the home owner shot them. Death to harsh for a home invasion? Simple solution, don't break into people's homes. \nThat will teach them a lesson, jail won't.", "output": "Threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: Speaking out in that fashion in the Muslim community will get you dead.", "output": "Threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: Well, since tRump is basically a Faux viewer who somehow found himself in the WH, he is always going to portray himself as \"aggrieved\".\n\n\nJust look at how he handled losing the popular vote, how he handled the staggeringly low turnout for his inauguration, even how he handles flubbing a call to a widow of a fallen soldier.\n\n\n\nSo it's only natural he would continue to act as if he's the aggrieved party here.\n\n\n\nElect a clown, expect a circus.", "output": "Non-threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.", "input": "Comment: He is one traitor. He'd be put to a firing squad if he was in North Korea \ud83c\uddf0\ud83c\uddf5", "output": "Threat", "category": "Toxic Language Detection 950.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: There was a pride parade a few years ago that had an ISIS flag with sex toy shapes, instead of arabic script, along the edges. Send him that one, see if he notices!", "output": "Sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: You could have that too. All you need is brains and balls. And not be a whiner. Guess you wouldn't fit.", "output": "Sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: Who paid for that education? It sure as heck wasn't their parents. Do you think their parents paid for private health insurance, co-pays and deductibles all this time? And federal school lunch programs are not limited to legal residents. So while the adult Dreamers may currently support themselves, most if not all have received considerable benefits at taxpayer expense, and there are still millions of such children drawing from the system.", "output": "Non-sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: Yes, repeating Blown Jay over and over, real classy man.\n\nUsing such terms repeatedly, not a good sign for you, sir. It's not like anybody provoked you and you come out swinging, giving as good as you got, that's not it.\n\nYour posts are silly, you only want to get at people. Contending 15 years from now, ridiculous commentary. \n\nBut, again, I will defend your right o post so that the whole world gets to know how little you actually know about the sport you post so much on.", "output": "Non-sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: How embarrassing to have one of the ugliest airports in the world name after someone. With all the junkets our politicians take on taxpayer's money you would think they would notice this.", "output": "Non-sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: I don't know about 60 pound bags, but dealers/cartels do either throw or pull over bags of drugs where there is an existing border wall. He didn't just pull out of his ass he got it from border guards. But let's be honest president Trump doesn't care if drug dealers get concussions, he said that to give the media some meat to run with so they would stop talking about his kid meeting with a Russian lawyer not that there's anything wrong with it, but it seems to be a big story now.", "output": "Sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: really?, so how's the butt healing?", "output": "Sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: \"...when the money that used to be available to pay them (state employees) is gone.\" \n\nMeanwhile, Meyer (R-CONoco) doesn't hesitate to take the daily per diem, health benefits and other percs he gets for being the ringmaster of upheaval of people's lives (\"friends and neighbors\") and furthering Alaska's advance into bankruptcy. You and your Imperial cronies are shameless.", "output": "Non-sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.", "input": "Comment: Hope that loving couple had handguns when the end came.", "output": "Non-sexual-explicit", "category": "Toxic Language Detection 951.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: My neighborhood had a gay, straight, tranny, granny, psycho, non-psycho, maybe=psycho, could be psycho\nmarch for under noticed imbeciles.....\n\neveryone showed up", "output": "Identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: She needs to call Doug Chin for help. Sorry I forgot he only helps Muslim criminals, she could change her religion.", "output": "Identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: It's interesting. The attack in Istanbul was on a nightclub filled with innocent foreign national people from various different countries. It wasn't an attack only on Turks. I wonder what kind of statement the attacker was trying to make.\n\nAnd Turkey is virtually under martial law after the failed coup and after other recent terrorist attacks and the police had increased security in Turkey and around that club. Nevertheless, a terrorist got through and attacked, shot, maimed and killed lots of innocent people and got away. \n\nIt just goes to show that Muslim terrorists can get through if and when they really want to. And we're not immune in Canada. Canadians will have to be very wary and vigilant. Who knows when some moderate Muslim will turn radical and lash out? It's happened before in Canada. It will probably happen again.", "output": "Identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: Haaaahaaaaaahaaaaaaaaah :) :) :) tell me more tell me more, I want to fall on the flooooor and go bellllly haaaahaaaa before I go ppppppy. The valley always elects those jolly green giants, and all they bring home are peas.", "output": "Non-identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: Send them to an Arizona desert prison and let them count sand.", "output": "Non-identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: Too bad they didnt catch him after he killed himself. Would be cheaper for the state. sorry ass pos.", "output": "Non-identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: Fish, fowl and all living beings are proving to be sentient and have friends and families. The right thing to do as an evolving human species is to gradually eliminate all unnecessary suffering and death. Check out the movie Cowspiracy and Forks Over Knives on Netflix--eating animal flesh is bad for our health, destroying the environment, and cruel in this modern world since it is vastly unnecessary. Change is challenging and there are those that always want to hold onto their power over other living beings whether it is over other humans of different color or sex, or another species.", "output": "Non-identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: We have to reduce the population and let nature have a chance to survive.....my god 100K people coming in every year....WTF. Our society as we know it run my homo sapien are hell bent on mutual self destrution.\n\nI have a question that begs to be answered. What is the ideal population for S. Ontario encompasing the Golden Horseshoe....7 millions which is now...8 million...10 million...20 million...we are heading there...can anyone give me some guidance what level the government is trying to get to\n\nOnce confused citizen.", "output": "Non-identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation.", "input": "Comment: Are you kidding me. Trans gender bathroom bill, westboro, god hates fags, attempting to pint gays as pedophiles, painting gays as the cause of the aids epidemic, and constantly judging everyone through a very negative lens has been the religious rights mode of attack.\n\nThen you dare come on here and again attack people that call out intolerance. It is not intolerance to point out hate, and your side peddles in hate of everything they didn't like.\n\nYour side has spent years shouting down and name calling anyone that doesn't agree, then you come here and blame the other side. Par for the course, I guess.\n\nParty of Personal Responsibility or is it Party of Her Emails now?", "output": "Identity-attack", "category": "Toxic Language Detection 953.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: this act is a pile of shit", "output": "Obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: 'Post du Jour, mon ami'! This comment should be mandatory reading in any Marxist-feminist,gender bender,latte sipping hipster political science '101' course. Bang on about Obama,.as classical a sellout, Uncle Tom and 'George Bush the third' you will ever see in American history. Obama was given a massive mandate at the beginning of his term to vacate Iraq and 'Poppyland'...instead he chose business as usual. Look for the exact SAME similarities here with boy wonder, blundering down the same corrupt policy paths as Harper on energy, sellout to Communist China,pandering to Big Oil,and emulating Obama's love to be anywhere 'golfing', rather than to be around to deal with the economic,social,and natural disasters going on in North America. Americans saw the pointy hat, broomstick wielding bag lady, as a pantsuit continuation of corruption as usual. For the first time in U.S. history the electorate stepped off the treadmill, of their mindless endorsement of the bought off MSM 'candidates'.", "output": "Non-obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: \"Typical behavior for folks who don't stand for anything unless it increases their vote total.\"\n\nDIW, I love you for this comment. You do realize the Republican Party, traditionally associated with smaller government, free trade, and Evangelical Christianity, is now the party voicing full-throated support for a $1 trillion infrastructure bill, massive tariffs on foreign goods, and a man who once stated gamely that he liked to grab women 'by the pussy'? \n\nA party of principles, no doubt.", "output": "Obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: There would be many fewer dead without the bump stocks. For better or worse they do make it easier to shoot very fast and at least somewhat accurately. But hey, this is the price of freedom, right?\n\nNext time an Islamic Terrorist decides to shoot up a Christmas party, don't complain, because, hey it is just the price of freedom, right?\n\nHad this guy been Muslim, you would be screaming for restrictions on anyone coming here from the Middle East, or whatever nation he came from. You would be screaming that they want to kill us all, but since he is a white guy, all you can do is try to defend owning the types of guns that make this kind of massacre possible. \n\nI am a gun owner and am becoming more and more disgusted with the freak show that gun ownership has become.", "output": "Non-obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: Wait...so you're a FEMINIST now?!\n\nDon't tell the boys at Club 81.", "output": "Non-obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: Most of the world has had and always will have racist at part of their base.\n\"The biggest racist on Earth are American White Liberals that hate their own color, race, country and flag\" This happens no where but here and is the main reason that indeed \"Liberalism is a mental disorder\" It can be explained no other way to a rational, logical person!", "output": "Non-obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: McCain is insane in the membrane. He's a Democrat.", "output": "Non-obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: And the damn apartments are down the street by Waikele - talk about interesting coincidence!!!!!", "output": "Obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage.", "input": "Comment: Buzzwords are always so much easier than thinking. Leading contender for 2017 = \"virtue-signalling.\" Imagine, now the Supreme Court of Canada finding that participating in torture violates the Charter is nothing but virtue signalling.", "output": "Non-obscene", "category": "Toxic Language Detection 954.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: Being one itself the Islamic State should know an idiot when it sees one.", "output": "Toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: You're a moron! Trump didn't pardon anyone, YOUR guy OBAMA did, 2000 of them, just before he left office, murderer's drug dealers, etc. Morons just write or say whatever they've heard or think 'cute' when all it is, is partisan nonsense.", "output": "Toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: Boots> Certainly, you are jesting, right???? You're not that \"stupid\" to make such a frivolous comment like that, huh????", "output": "Toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: You must be gay, a democrat, or both ! \ud83e\udd14", "output": "Toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: Fox news could not have said it better. You stupid lapdogs who live in Hawaii and only understand immigration through the eyes of Fox News and Steve Bannon.", "output": "Toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: Majesctic Loucks!", "output": "Non-toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: Awe shut up! You weak pathetic cowering loser!", "output": "Toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: Consumation._Consumption_is_either_cannibalism_or_the_kind_of_oral_activity_that_you_believe_cries_to_Heaven_for_vengence_(only_if_you_do_it_wrong).", "output": "Non-toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.", "input": "Comment: Los Juneau.", "output": "Non-toxic", "category": "Toxic Language Detection 955.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: The dumb is strong in this one.", "output": "Insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: Sgt. Schultz - just noticed. Don't die by cremation, CuE, die as pleasantly as possible before it.", "output": "Non-insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: Wheres all the hotheads who wanted to shoot every drone in sight after the one in eagle river. Good grief, threatened by kids playing with toys.", "output": "Non-insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: The pontifical secret applies to \u201cextrajudicial denunciations\u201d, an allegation of child sexual abuse made to the superior of the accused. It does not apply where a curate is told about the abuse of his parish priest, but vice versa it does. It does not apply where a bishop walks into a priest\u2019s bedroom and finds him abusing a child. His knowledge come from his own eyes and not from any extrajudicial denunciation or any inquiry that he might set up. But these are unusual circumstances. Most of the bishops\u2019 knowledge comes from someone complaining to him about the abuse by a priest under his control, and those allegations are covered by the secret. Those who accidentally come across this information are also bound by the secret. Francis knows about the secret because the Argentinian protocol which was two years in the drafting, was signed off by his fellow bishops one month after he became pope. Art 17 states \u201cas a first warning\u201d that these cases are subject to the pontifical secret.", "output": "Non-insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: Jared- schizophrenia levels have stayed the same in most societies across the world- even when cannabis use in these societies has tripled or quadrupled. Explain this phenomenon? The fact is- cannabis has many medical uses - not just relating to cancer or terminal illness. Cannabis has many positive side effects- e.g. on sleep, appetite, anti inflammatory effects AND preventative anti cancer properties. Opioids on the other hand - have only have negative/dangerous side effects. If someone gets any form of relief from this plant why the hell should it be anybody elses business, where, how or why they use it? Whevever drugs are decriminalised- so are the harms of drug use- RESEARCH THIS! Cannabis causes stupidity? Really? Most of the people I know who use dagga are sucessful and intelligent... Maybe you just know a lot of dumbfucks. Birds of a feather... Seriously the intelligence level of most rabid anti-cannabis muppets is far below average- you know this is true. Dont play here.", "output": "Insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: Ed you hit it out of the park !", "output": "Non-insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: Do you have any recent examples of the state imposing it's views on Canadians?", "output": "Non-insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: i have not much to say except the death sentence for both the parents.", "output": "Non-insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive.", "input": "Comment: I don't like the idea of armed conflict, but how long are we going to sit back and let NK develope nuclear weapons. We already know that their leader is unstable - and of course - there is no one else available to put in power. Besides South Korea, you also have Japan that could get \"flattened\" or another bomb dropped on. Just curious, couldn't NK just use airplanes to deliver nuclear bombs?", "output": "Non-insult", "category": "Toxic Language Detection 956.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "Caroline Spelman, the then Chairman of the Conservative Party, became embroiled in the ``nannygate'' saga on 6 June 2008 when the BBC's Newsnight programme suggested she had paid for her nanny out of parliamentary expenses during her early years in Parliament, between 1997 and 1998. Spelman issued a statement to Newsnight that the nanny in question, Tina Haynes, was also _her_ constituency secretary. , Pronoun: her , A: Spelman , B: Tina Haynes", "output": "A", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "Muir focused on designing modern private homes, especially for clients in Malibu, Pacific Palisades, and other affluent Southern California communities. Among _her_ celebrity clients were Shirley Temple, Robert Taylor and Barbara Stanwyck. , Pronoun: her , A: Shirley Temple , B: Barbara Stanwyck", "output": "Neither", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "During King John of England's dispute with Pope Innocent III, Jocelin at first remained with the king, but after the excommunication of John in late 1209, Jocelin went into exile. He returned to England in 1213, and was mentioned in Magna Carta in 1215. Jocelin was one of the bishops that crowned John's son Henry III, and throughout the rest of Jocelin's life was involved in royal administration. _He_was also active in his diocese, ordering construction on the cathedral at Wells, and issuing rules for his diocesan clergy. , Pronoun: He , A: John , B: Henry III", "output": "Neither", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "All Fletcher wants to do is lie on his bunk reading his porn magazine. McLaren tries to persuade Fletcher to come and see the prison football match, but Fletcher refuses. Next, Warren comes in and asks for a loan of the ping pong ball. After Warren leaves, Banyard the defrocked dentist asks Fletcher if _he_d be interested in joining their drama society. , Pronoun: he , A: Warren , B: Fletcher", "output": "B", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "John Bourchier, 2nd Baron Berners (1467 -- 19 March 1533) was an English soldier, statesman and translator. John Bourchier, born about 1467, was the only son of Sir Humphrey Bourchier (d.1471) and Elizabeth Tilney (d.1497), the daughter and sole heir of Sir Frederick Tilney of Boston, Lincolnshire. Through _his_ father, Bourchier was descended from King Edward III; his great-grandmother, Anne of Gloucester, was the daughter of Thomas of Woodstock, King Edward's youngest son. , Pronoun: his , A: Bourchier , B: King Edward III", "output": "A", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "An argument ensued, with Lee rejecting the political implications of the first choice and indicating the difficulty of the second, but Gordon left the meeting with the impression that Lee was considering those options. On March 6, however, Gordon was summoned back to headquarters and Lee told _him_ that ``there seemed to be but one thing that we could do--fight. , Pronoun: him , A: Gordon , B: Lee", "output": "A", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "In July 2014, it was reported that Ramya would play the female lead of the movie but later she walked out of the movie citing ``remuneration problems''. After Ramya's exit Radhika Pandit was roped to play lead actress role which marked _her_ second collaboration with Puneeth Rajkumar. , Pronoun: her , A: Ramya , B: Radhika Pandit", "output": "B", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "These villages and parishes sent men to fight in the Great War, 1914-1918, and all of them came back alive. In 1696 the non-conformist cleric and hymn-writer Isaac Watts (1674--1748) was appointed minister to the Hartopp family of Stoke Newington and Freeby. _He_preached at the Congregational chapel in the village until 1699. , Pronoun: He , A: Isaac Watts , B: Hartopp", "output": "A", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two \"_\"s.", "input": "For her first show at the gay bar Infinity in Rochester, Steck chose her drag name as a play on words of Pandora's box, an artifact found in Greek mythology. Boxx auditioned two times before becoming a contestant on the second season of RuPaul's Drag Race. Highlights of _her_ performance on Drag Race include an impersonation of Carol Channing on Snatch Game (a Match Game parody challenge). , Pronoun: her , A: Boxx , B: Carol Channing", "output": "A", "category": "Coreference Resolution 957.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "Upon her return, her father, the future founder of General Motors said, ``Margery, how could you - how could you be so foolish to risk your life in one of those things.'' Margery wrote about her father with anecdotes from him, but a lot was written through her viewpoint. In the early thirties, she advocated for flight in private use. Amelia Earhart gave Margery the name of a reputable pilot who assisted _her_ in learning to fly. , Pronoun: her", "output": "Amelia Earhart", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "West window of two-lights presented in memory of Hector MacKenzie Forbes who had served as a churchwarden from 1914 to 1921. One light depicts the ``Annunciation'' and the second the ``Adoration of the Magi''. The tracery light in the latter was painted by Margaret Parsons, Karl's daughter. As Parsons' health deteriorated, Margaret often assisted _her_ father to complete commissions. , Pronoun: her", "output": "Margaret", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "Laura Lanza Laura Lanza, Baroness of Carini (1529 -- 4 December 1563) was an Italian noblewoman who was murdered, allegedly by _her_ father, in Carini, Sicily, for having committed adultery. , Pronoun: her", "output": "Laura Lanza", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "He left open-wheel racing briefly in 1995, driving for Alfa Romeo in the International Touring Car Championship. In , he made the move to Formula One, making his debut for the Minardi team, after being the official test driver the previous season. However he did not complete the full season since Minardi required a driver who could bring funding to the team, and replaced Fisichella with Giovanni Lavaggi. For 1997 _he_made the move to Eddie Jordan 's eponymous team, where he drove alongside former F1 champion Michael Schumacher 's brother Ralf, himself a former Formula Nippon champion. , Pronoun: he", "output": "Fisichella", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "However, Stevenson suffered an injury while training and was replaced by Tyson Griffin. Gomi defeated Griffin by KO (punch) at 1:04 of the first round. Gomi would finish him with a left cross following up with a right hook causing Griffin to fall face first into the canvas where Gomi then followed up onto Griffin's back with few short punches before the fight was stopped. _He_is the first person to have stopped Griffin as all of Griffin's previous losses have gone to a decision. , Pronoun: He", "output": "Gomi", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "Albert Brooks joined the cast on 12 September to voice The Businessman, a villain. Thanks to Osborne's emotionally engaging pitch and the global popularity of Saint-Exup*ry's book, a group of A-list actors were able to be recruited to lend their voices to the film's characters. As Osborne explained, ``It began with Jeff Bridges. _He_was our first and only choice to play the Aviator, so after a great deal of time trying to get to him, I finally got the chance to go to his home in Santa Barbara to talk to him directly. , Pronoun: He", "output": "Jeff Bridges", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "New York Times writer Gerald Jonas asserts that the novel's plot summary resembles a ``grade Z, made-for-television, science-fiction rip-off movie'', but says that Card develops the elements well despite this ``unpromising material''. Jonas further praises the development of the character Ender Wiggin: ``Alternately likable and insufferable, _he_is a convincing little Napoleon in short pants.'' , Pronoun: he", "output": "Ender Wiggin", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "In the first scene of the 2014 season three finale of Steven Van Zandt's Lilyhammer television series, actor Trond Fausa Aurv*g's Norwegian character, Torgeir Lien, calls another, traitorous character a quisling. In the comedy-drama series Remington Steele season 2, episode 6 ``Steel Framed'', Mildred Krebs calls Laura Holt a quisling for seemingly collaborating with police detective Jarvis in his effort to apprehend _her_ boss, Remington Steele. , Pronoun: her", "output": "Laura Holt", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write the name that the pronoun refers to. Position of the pronoun in the text is showed within two \"_\"s.", "input": "On May 17, 2004, when the very successful Die Harald Schmidt Show left Sat.1, Engelke took over its timeslot with Anke Late Night, which was cancelled due to low ratings a few months later on October 21, 2004. Engelke is the German voice of Marge Simpson on The Simpsons since _her_ predecessor Elisabeth Volkmann died in the summer of 2006. , Pronoun: her", "output": "Engelke", "category": "Coreference Resolution 958.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "At work the next day, Christine snaps at Stu and has a projectile nose bleed that soaks her boss in blood. She runs away and Stu secretly takes a file off Christine's desk. Christine goes to talk to Ganush but learns that _she_ died the previous night after visiting her house. , Pronoun: she", "output": "Christine", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "He was a mentor to young zoo professionals, teen volunteers, the Boy Scouts, as well as other musicians. Jack Hanna, a world-renowned animal expert, often lauded Whitt and the Alexandria zoo over national television. Hanna recalled Whitt as humble and willing to offer _his_ advice where he could help. , Pronoun: his", "output": "Hanna", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "Overhearing Rito's denial of Nemesis' harem proclamation as student council president in chapter 75, Haruna defends him from the mob and while hiding in a gym storage she finally spoken her love to him, which he returns them. In the end of chapter 76, as Rito decides not to go forward on this, Haruna accepts and decides to wait for _his_ answer. , Pronoun: his", "output": "Haruna", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "The Doctor is asked to join a panel of alien experts including UNIT, and Rose is escorted into the building by Harriet. Harriet tells Rose about the aliens, and together they discover the Prime Minister's corpse. Before they can reveal their discovery, they are caught by Blaine, who begins to unzip _her_ human suit to attack them. , Pronoun: her", "output": "Harriet, Rose", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "By the 1970s Bergman had already received two Academy Awards from five nominations, but went on to be nominated twice more, winning for a third time, this time in the category of Best Supporting Actress, for 1974's Murder on the Orient Express, based on the Agatha Christie novel of the same name, for which _she_ also received her first and only BAFTA. , Pronoun: she", "output": "Agatha Christie", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "He had failed to find the girl he wanted for his film but decided she would do and cast her in City Lights in which she gave the performance for which she is remembered, although her working relationship with Chaplin on the film was often strained. As indicated in the documentary Unknown Chaplin, Cherrill was in fact fired from the film at one point and Chaplin planned to refilm all her scenes with Georgia Hale, but ultimately realized too much money had already been spent on the picture; as Cherrill recalls in the documentary, close friend Marion Davies suggested Cherrill hold out for more money when Chaplin asked _her_ to return to the film, and she did. , Pronoun: her", "output": "Georgia Hale", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "The 2012 J-Cup Tournament was held on April 28, 2012. Two qualifying matches were held at the 5th Anniversary Show on March 3, 2012, which saw Athena defeat Leva Bates, and April Hunter defeat Annie Social. However, due to injury, Hunter had to pull out of the tournament, and Social took _her_ place. , Pronoun: her", "output": "Annie Social", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "At around 12:30 pm on 9 January 2008, Sophie Elliott and her mother Lesley were at the family home in the suburb of Ravensbourne northeast of the city centre when Weatherston arrived unannounced, saying he had a farewell present. A short time later Lesley heard her daughter screaming. A New Zealand Police officer responding to a 111 call from Lesley found Weatherston locked in Sophie's bedroom. When asked what he had done, he told the officer ``I killed _her_''. , Pronoun: her", "output": "Lesley", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two \"_\"s.", "input": "Her husband, identified in court as ``M.'' was also convicted of 10 counts of assault and three counts of abuse of a minor or helpless person, and was sentenced to six months in jail. After being sentenced to prison, Keren was succeeded as leader of the group by Bracha Benizri, who adopted the shawl out of concern for ``the deteriorating state of modesty in the ultra-Orthodox community,'' according to _her_ husband Rabbi David Benizri, who reportedly claims that there are close to 30,000 women wearing the shawl in Israel. , Pronoun: her", "output": "Keren", "category": "Wrong Candidate Generation 959.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[2, 3, 0, 0, 7]", "output": "[2, 3, 7]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[0, 6, 7, 1, 2, 7, 3, 2]", "output": "[0, 6, 1, 3]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[4, 5, 6, 7, 6, 1, 3, 1, 0]", "output": "[4, 5, 7, 3, 0]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[2, 2, 0, 4, 0, 4, 7]", "output": "[7]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[3, 3, 3, 0, 7, 1, 7, 6, 0]", "output": "[1, 6]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[2, 1, 2, 6, 6, 7, 6]", "output": "[1, 7]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[2, 7, 7, 6, 6, 0, 5, 0, 0, 0]", "output": "[2, 5]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[6, 7, 6, 5, 5]", "output": "[7]", "category": "Program Execution 96.json" }, { "instruction": "In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.", "input": "[5, 3, 2, 4, 5]", "output": "[3, 2, 4]", "category": "Program Execution 96.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Girls that eat ass will always have a special place in my heart... And bed", "output": "Hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: The welfare for refugees in Swiss is now reduced from 900 to 300 franks a month. [Link]", "output": "Non-hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Climate change #refugees: How to protect them [Link] #WithRefugees @NRC_HoA @tyrusmaina @imaana102 @RCKDirector @drckenya", "output": "Non-hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Number of illegal migrants in Ukraine grows by 22% [Link]", "output": "Non-hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: @FvckinKvng Exactly. Thanks for the support #maledominance", "output": "Non-hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Inspiring: a Former #refugee among winners of Fields medal \u2018\u201c the 'Nobel prize for maths' \u00e2\u0081\u00a6@Refugees\u00e2\u0081\u00a9 [Link]", "output": "Non-hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Democrat-run city building 6-foot fence around migrant housing complex to keep \u2018\u02dcintruders\u2019 out [Link]", "output": "Non-hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: You fucking bitch hoe", "output": "Hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: @McCaineNL @DawnHFoster @Mr_Considerate Think all the rape put a bit of a dampener of liberation tbf", "output": "Hateful", "category": "Toxic Language Detection 961.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Me re estresa ser tan hija de puta pero a ver viejo de mierda c\u00e1llate que quiero dormir", "output": "Non-hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Aqu\u00ed viven unos 200 refugiados sirios, afganistanos,etc. llegados a Traunreut, Alemania. [Link]", "output": "Non-hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Me caga la pinche gente que por ser g\u00fceros, se creen un chingo \u00bfO ustedes que opinan, ponches prietos?", "output": "Hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Rescatan a 61 indocumentados #Video [Link]", "output": "Non-hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: @YonisJ17 @futbolsinlimi C\u00e1llate perra que t\u00fa no aparecias hace 5 a\u00f1os, ve a tocarte con tu ascenso", "output": "Hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Cuando te dicen que tu mujer es una perra!! [Link]", "output": "Hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Os hab\u00e9is pasado d\u00e9cadas llamando 'guarra' a Maribel Verd\u00fa por ense\u00f1ar cacho. O a Victoria Abril. Tampoco vamos a pedirle peras al olmo.", "output": "Non-hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: No crean que #AMLO fue a la selva lacandona a reunirse con el #EZLN... \u00a1no! m\u00e1s bien anda en el rancho de su compadre el g\u00fcero Velasco #FaltaLoQueFalta", "output": "Non-hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer \"hateful\" or \"Non-hateful\". Note that the URLs in the text have been replaced with [Link].", "input": "Post: Yo no soy envidioso, pero te veo con el y me pongo celoso\u00a0 dile que tu eres la que quieres, que yo nunca te acoso\u00a0 se que lo que hacemos, es peligroso, siempre chingamos\u00a0 arrebato viendo todo borroso\ud83c\udfb5\ud83d\udd25", "output": "Non-hateful", "category": "Toxic Language Detection 962.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "(CNN) In a surprising move the Venezuelan opposition is calling a coup, the Venezuelan Supreme Court has stripped the country's National Assembly of its powers. The court ruled that all powers vested under the legislative body will be transferred to the Supreme Court, which is stacked with government loyalists. The ruling effectively means the three branches of the Venezuelan government will be controlled by the ruling United Socialist Party. The opposition has been taken out of the picture. Prominent opposition leaders are already calling the government of President Nicol\u00e1s Maduro \"a dictatorship.\" \"Nicol\u00e1s Maduro has staged a coup d'\u00e9tat,\" National Assembly President Julio Borges said Thursday. \"What this ruling means is that, for the first time, Nicol\u00e1s Maduro has all the power to enact laws, assign contracts, incur foreign debt and persecute fellow Venezuelans.\"Decision effectively means the three branches of government will be controlled by ruling partyVenezuela is facing a deep humanitarian crisis sparked by an economic meltdown \n Question:The Peruvian government broke off diplomatic relations with _ over the matter, recalling Mariano L\u00f3pez Ch\u00e1varry, its ambassador to Caracas.", "output": "Venezuelan", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "The investigation into the deaths of a ghost-hunting couple in Nevada has determined a male roommate of the woman was fatally shot in the head in a Reno home several hours before police found the paranormal investigators in a barricaded apartment. Debra and Mark Constantino had appeared on the Travel Channel's series, 'Ghost Adventures,' including episodes shot at the Mustang Ranch brothel near Reno. They were found dead Tuesday at their adult daughter's apartment across town in Sparks after a two-hour standoff that ended when a SWAT team burst through the door to find their bodies. About seven hours earlier, Debra Constantino's roommate, James Anderson, was found dead in his Reno home, Sparks police Lt. Rocky Triplett said.Mark and Debra Constantino starred in Travel Channel's Ghost AdventuresThe pair were both found dead in their daughter's Reno apartmentPolice say Mark Constantino fired at officers when they attempted to approach building, leading to a two-hour standoffA police source said he killed his wife then shot himselfMr Constantino is suspected of first shooting dead James Anderson, his wife's housemate, in the apartment the two sharedMrs Constantino was declared missing but tracked to daughter's home \n Question:That's when they determined _ was missing and that she and her husband had a history of domestic violence and were in the process of getting divorced.", "output": "Debra", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "(CNN) -- A state-run Chinese newspaper expressed relief Monday that senior Japanese officials had dismissed the country's air force chief after he denied Japan's aggression before and during World War II. General Toshio Tamogami Gen. Toshio Tamogami lost his job as chief of staff for Japan's Air Self-Defense Force, the Ministry of Defense said, after saying in an essay that \"it is certainly a false accusation to say that our country was an aggressor nation.\" Japanese troops invaded China in 1937 and were widely accused of gross human rights abuses, including raping tens of thousands of girls and women and killing several hundred thousand others in what has come to be called \"The Rape of Nanking.\" Imperial Japan also invaded several other Asian nations, leading to the death and misery for an untold number.Chief of Japan's air force dismissed for saying Japan was not aggressor in WWIIChina, South Korea criticize published essay of General Toshio TamogamiTwo previous Japanese prime ministers have apologized for aggression \n Question:He vowed _ would never again take \"the path to war.\"", "output": "Japan, Japan", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "A day care worker in Ohio is accused of raping two of the children she was trusted to care for. Heather Koon, 25, was arrested Friday at her home in Oberlin and charged with two counts of rape, the Lorain County Sheriff's Office announced in a statement. Koon was a full-time employee of ABC Kidz Childcare in Elyria from August 2012 to March, according to Carlos Johnson, the day care's attorney. According to Johnson, authorities inadvertently learned of the alleged rapes late last week when they went to check on a registered sex offender and found an unregistered laptop. Koon was the sex offender's girlfriend, according to CNN affiliate WKYC.Heather Koon is accused of raping 2 children while working at a day careVideo of alleged rapes found on a sex offender's laptop, day care's attorney saysKoon, 25, was the sex offender's girlfriend, according to CNN affiliate WKYCKoon passed background checks, the day care's attorney tells CNN \n Question:Johnson said Koon went to another day care after she left _.", "output": "ABC Kidz Childcare", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "Trinidad, Colorado (CNN) Anthony Mattie walks down Main Street confronted by a shell of the town he once knew. The retired state patrolman-turned-mayor pro tem stares at vacant building after building, his reflection bouncing off the empty glass storefront windows. The streets are lined with century-old facades, but not much more, except for a few cars slowly passing by. Still, Mattie maintains a sparkle in his eye and a boyish grin as he shares the plan to bring his town back to life -- thanks to marijuana money. \"The abandoned Pepsi plant became a marijuana dispensary. People resurrected these buildings that were about to fall and collapse,\" he says.8 pot shops have opened in Trinidad, Colorado, since recreational marijuana sales began in 2014Stores near New Mexico border capitalizing on tourists flocking to townOfficials say town has brought in $800,000 in revenue from pot through November 2015 \n Question:The green rush is bringing hope back to this once-booming coal mining town in rural southeast Colorado, just 11 miles from the _ border, where generations of Mattie's family have lived.", "output": "New Mexico", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "Washington (CNN) -- Just two months after the brinksmanship of the \"fiscal cliff,\" on Friday Washington faced yet another deadline to avoid yet another fiscal calamity of its own making. But this time, something is different. As congressional leaders met in the White House on Friday for what was little more than a photo-op on the day forced budget cuts went into effect, this time there are no 11th-hour negotiations to save the day. There is no last-minute effort to call in Vice President Joe Biden on behalf of Democrats or Senate Minority Leader Mitch McConnell on behalf of Republicans to get things back on track.Washington faced yet another fiscal deadline -- this time with no real effort to negotiateCouples therapist: Democrats, Republicans lost sight of big picture, are just arguing to winCouples mediator: Disagreements should be used to find solutions \n Question:\"And that's exactly what they're doing -- the Democrats and the _ are doing with each other.", "output": "Republicans", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "Two illegal immigrants from Iran\u00a0walked through the Channel Tunnel to reach Britain, it has been revealed. The Iranian men risked the potentially deadly 31-mile journey after a mob stormed the French entrance to the tunnel. French police caught most of the migrants after the mass \u2018invasion\u2019 on Saturday but two of them made it to Folkestone more than 12 hours later, where they were arrested by British police. The pair risked their lives dodging high-speed trains and potentially lethal electrical currents inside the tunnel. In a sign of the increasing desperation of the thousands of migrants sleeping rough in Calais, seven Syrians were pulled out the docks in the early hours of yesterday morning after apparently attempting to swim to a cross-Channel ferry.Two Iranian men risked 31-mile journey through Channel Tunnel to BritainThey were among mob who stormed French entrance to tunnel on SaturdayPair evaded French police but were arrested in Kent over 12 hours laterThey are charged with \u2018obstructing an engine or carriage on a railway\u2019See our full coverage of the European migrant crisis \n Question:Walkways inside the tunnel are only intended for emergency evacuations when no trains are running, and the _ migrants risked being dragged under a 100mph train.", "output": "Iran", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "(CNN) The man who killed more than 20 people at a small Texas church escaped from a mental health facility five years ago after sneaking guns onto an Air Force base and making threats against commanders, according to a police report. Devin Patrick Kelley's June 2012 escape from Peak Behavioral Health Systems in New Mexico occurred months after he was accused of abusing his ex-wife and her child, according to an El Paso Police Department report obtained by CNN affiliate KVIA on Tuesday. Kelley was picked up after the Santa Teresa, New Mexico, facility listed him as missing. The documents said officers had been warned that Kelley was a danger to himself and others and that he had sneaked firearms onto Holloman Air Force Base, where he had reportedly threatened his commanders.Devin Patrick Kelley escaped New Mexico behavioral health center in 2012, police documents showThe gunman had been obsessed with a domestic dispute, officials say \n Question:As investigators try to piece together a picture of Kelley, more clues have emerged in the deadliest shooting in modern _ history.", "output": "Texas", "category": "Question Answering 967.json" }, { "instruction": "In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in \"_\". Note that the URLs in the text have been replaced with [Link].", "input": "(CNN) Singaporean teen blogger Amos Yee was released from US detention Tuesday after a court upheld a decision to grant him asylum. Photos showed Yee, who has been jailed twice in native Singapore for critical views on race and religion, leaving a US immigration facility in downtown Chicago with a friend and his belongings stuffed in a plastic bag. A photo posted on his Facebook page was captioned: \"Amos Yee is now a free man.\" \"I'm kind of stunned right now,\" he told the Chicago Tribune. \"It's very surreal.\" In a statement posted on Facebook earlier Tuesday, his law firm said that a panel had upheld the decision on March 24 to grant asylum to Yee and he would soon be released.Panel upholds earlier decision to grant Yee asylumYee has been jailed twice in Singapore for his views \n Question:Critics have said his arrest and subsequent detention highlighted the restrictions on free speech in _, where criticism of leaders and the government is frowned upon.", "output": "Singaporean", "category": "Question Answering 967.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[5, 2, 6, 6, 3, 10, 5, 4, 1] , [3, 5, 3, 2, 6, 2, 3, 4, 7]", "output": "[2, 3, 4, 5, 6]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[6, 7, 5, 10, 6, 5, 8, 1] , [2, 6, 2, 10, 10, 1, 10, 9]", "output": "[1, 6, 10]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[3, 6, 10, 4, 6, 6, 2] , [6, 8, 3, 7, 7, 4, 4]", "output": "[3, 4, 6]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[3, 4, 7, 3, 4, 10, 2, 9, 9] , [8, 6, 4, 8, 7, 2, 9, 6, 9]", "output": "[2, 4, 7, 9]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[9, 9, 2, 9, 5] , [7, 6, 9, 10, 9]", "output": "[9]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[2, 8, 2, 9, 10, 7] , [8, 10, 9, 4, 3, 4]", "output": "[8, 9, 10]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[1, 8, 6, 1, 9, 8] , [4, 1, 4, 4, 8, 3]", "output": "[1, 8]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[1, 10, 1, 9, 1, 7, 4, 5, 9] , [9, 5, 4, 7, 3, 3, 6, 7, 5]", "output": "[4, 5, 7, 9]", "category": "Program Execution 97.json" }, { "instruction": "In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order.", "input": "[10, 4, 7, 1, 10, 3, 7, 2, 10, 7] , [5, 3, 2, 7, 10, 7, 9, 4, 4, 1]", "output": "[1, 2, 3, 4, 7, 10]", "category": "Program Execution 97.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "What was the number of the player from the club formed in late 1996 from the merger of the Fitzroy Lions and the Brisbane Bears ?", "output": "33", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "What F played college ball in Peoria , Illinois ?", "output": "Hamid Mehreioskouei", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "Which film is a part talking film with the director who liked to focus on aviation themes ?", "output": "The Man I Love", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "What two programs is the software that uses a SharePoint server suited for ?", "output": "Microsoft Visual Studio and Eclipse", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "What is the founding year of the school established in Miami ?", "output": "1965", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "When does this award ceremony , where Helen Mirren has won the most awards , usually take place each year ?", "output": "January", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "How many representatives are in the legislature of the home country of Hannah Rankin ?", "output": "129", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "Which law school did this judge attend , who held the position that required him to travel to different locales ?", "output": "Northwestern Law School", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible.", "input": "Which role did Richard Dreyfuss play for the work that is an American sitcom that stars Debbie Watson ?", "output": "David Rowe III", "category": "Question Answering 972.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the country of the mountain range whose highest mountain has lakes such as Kreuzsee and Wangenitzsee on its slopes ?", "output": "WP VBZ DT NN IN DT NN NN WP$ JJS NN VBZ NNS JJ IN NNP CC NNP IN PRP$ NNS .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What year was the 1978 U.S. Air Force Academy graduate initially elected to the Senate ?", "output": "WP NN VBD DT CD NNP NNP NNP NNP NN RB VBD TO DT NNP .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What was the middle name of the player wearing jersey number 6 during the 2013 Orlando City SC season ?", "output": "WP VBD DT JJ NN IN DT NN VBG NN NN CD IN DT CD NNP NNP NNP NN .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "How many of the listed churches include their measurements within their descriptions ?", "output": "WRB JJ IN DT JJ NNS VBP PRP$ NNS IN PRP$ NNS .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "Out of constituencies reserved for SC , the one with the third-lowest constituency number came into existence as part of what ?", "output": "IN IN NNS VBN IN NNP , DT NN IN DT JJ NN NN VBD IN NN IN NN IN WP .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the name of the mall that is located in the city that has a total land area of 56.5 square kilometers ?", "output": "WP VBZ DT NN IN DT NN WDT VBZ VBN IN DT NN WDT VBZ DT JJ NN NN IN CD JJ NNS .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the official name of the country that has had the most recent win ?", "output": "WP VBZ DT JJ NN IN DT NN WDT VBZ VBN DT RBS JJ NN .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "Where was the group that uses a turqoise flag founded ?", "output": "WRB VBD DT NN WDT VBZ DT NN NN VBN .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "When is the birthday of the mens 1500m silver medal winner ?", "output": "WRB VBZ DT NN IN DT NNS CD NN NN NN .", "category": "Pos Tagging 973.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the record of the school that is coached by Dave Jarvis ? \n, Word: the \n, POS tag: DT", "output": "True", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "Which neighboring country 's border is the city that held the 5th Economic Cooperation Organization Heads of State Summit close to ? \n, Word: Cooperation \n, POS tag: NNP", "output": "True", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the name of the post town of North Lanarkshire that includes the town that 's name means `` boggy '' or `` soft glen '' ? \n, Word: Lanarkshire \n, POS tag: NNP", "output": "True", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "Which australian rules football hold its matches in a multi-sports venue in Mermaid Waters ? \n, Word: Waters \n, POS tag: NN", "output": "False", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What area of Antarctica is claimed by the country of Colorado Rapids player Diego Rubio ? \n, Word: claimed \n, POS tag: WP", "output": "False", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What Profession is the person that was born on 27 September 1933 ? \n, Word: that \n, POS tag: DT", "output": "False", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "When did the person from California end her run for the office of President ? \n, Word: from \n, POS tag: IN", "output": "True", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What was the 1st departure date of the ship that was crippled when she struck a mine in late 1944 and spent the rest of the war under repair ? \n, Word: under \n, POS tag: IN", "output": "True", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question, a word, and a POS tag. You have to determine whether the part-of-speech tag of the given word in the question is equal to the given POS tag or not. Give your answer with True or False. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "Which team did the player born on born May 7 , 1965 play for ? \n, Word: player \n, POS tag: NN", "output": "True", "category": "Pos Tagging 974.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"4\" in the following question: What is the party of the member who was born on 4 June 1937 ?", "output": "WP", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"the\" in the following question: What is the role for the title for the show whose first season is based on the murders of rappers Tupac Shakur and Biggie Smalls in the late-1990s ?", "output": "NN", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"as\" in the following question: What is this football club often known as that won the the 33rd T-Mobile League season ?", "output": "VBD", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"What\" in the following question: What Major General fought in a battle that was also known as First Battle of Manassas ?", "output": "IN", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"based\" in the following question: What is the primary industry of the company based in San Jose , California ?", "output": "NN", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"Yogyakarta\" in the following question: A club founded in 1963 played against what semi-professional team based in Yogyakarta ?", "output": "IN", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"was\" in the following question: Where was the scientist who studied insects born ?", "output": "DT", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"school\" in the following question: What is the established year of the school whose LGA covers an area of 1,043 km\u00b2 ( much of which is uninhabited ) ?", "output": "VBZ", "category": "Pos Tagging 975.json" }, { "instruction": "In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb", "input": "What is the part-of-speech tag of the word \"where\" in the following question: Which battle had overwhelming firepower of the attackers where it located in the Sulu Archipelago area ?", "output": "DT", "category": "Pos Tagging 975.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: In 2004 he was admitted as knight of the L\u00e9gion d'honneur by president Jacques Chirac. On July 15, 2006, Spielberg was also awarded the Gold Hugo Lifetime Achievement Award at the Summer Gala of the Chicago International Film Festival, and also was awarded a Kennedy Center honour on December 3. The tribute to Spielberg featured a short, filmed biography narrated by Tom Hanks and included thank-yous from World War II veterans for Saving Private Ryan, as well as a performance of the finale to Leonard Bernstein's Candide, conducted by John Williams (Spielberg's frequent composer).[citation needed]", "output": "In what year did Jacques Chirac become president?, In what year was the Chicago International Film Festival first established?, In what year was Candide released?, In what year was the first Gold Hugo Lifetime Achievement Award first handed out?, Who was the first winner of the Gold Hugo Lifetime Achievement Award?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: Starting in 1910, the army began acquiring fixed-wing aircraft. In 1910, Mexico was having a civil war, peasant rebels fighting government soldiers. The army was deployed to American towns near the border to ensure safety to lives and property. In 1916, Pancho Villa, a major rebel leader, attacked Columbus, New Mexico, prompting a U.S. intervention in Mexico until 7 February 1917. They fought the rebels and the Mexican federal troops until 1918. The United States joined World War I in 1917 on the side of Britain, France, Russia, Italy and other allies. U.S. troops were sent to the Western Front and were involved in the last offensives that ended the war. With the armistice in November 1918, the army once again decreased its forces.", "output": "What year did the army start the left-wing aircraft?, Who surrendered New Mexico in 1916?, What year did the Chinese join World War I?, What date did the U.S. intervention in New York end?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: Around the sixth century AD, a tribe of Slavs arrived in a portion of Central Europe. According to legend they were led by a hero named \u010cech, from whom the word \"Czech\" derives. The ninth century brought the state of Great Moravia, whose first ruler (Rastislav of Moravia) invited Byzantine ruler Michael III to send missionaries in an attempt to reduce the influence of East Francia on religious and political life in his country. These missionaries, Constantine and Methodius, helped to convert the Czechs from traditional Slavic paganism to Christianity and established a church system. They also brought the Glagolitic alphabet to the West Slavs, whose language was previously unwritten. This language, later known as Proto-Czech, was beginning to separate from its fellow West Slavic hatchlings Proto-Slovak, Proto-Polish and Proto-Sorbian. Among other features, Proto-Czech was marked by its ephemeral use of the voiced velar fricative consonant (/\u0263/) and consistent stress on the first syllable.", "output": "When did Rastislav of Moravia arrive in Glagolitic?, Who did Constantine and Methodius lead to Central Europe?, Why did Cech send out missionaries? , What area did Cech think East Francia had too much influence on?, What kind of system was established by Cech?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: At common law, in general, a myocardial infarction is a disease, but may sometimes be an injury. This can create coverage issues in administration of no-fault insurance schemes such as workers' compensation. In general, a heart attack is not covered; however, it may be a work-related injury if it results, for example, from unusual emotional stress or unusual exertion. In addition, in some jurisdictions, heart attacks suffered by persons in particular occupations such as police officers may be classified as line-of-duty injuries by statute or policy. In some countries or states, a person having suffered from an MI may be prevented from participating in activity that puts other people's lives at risk, for example driving a car or flying an airplane.", "output": "What is a myocardial infarction is always considered to be?, What occupation cannot have a heart attack classified as work-related?, What typically covers an MI?, When is an MI not considered a work-related injury?, What generally treats MI as an injury?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: The thickness of paper is often measured by caliper, which is typically given in thousandths of an inch in the United States and in thousandths of a mm in the rest of the world. Paper may be between 0.07 and 0.18 millimetres (0.0028 and 0.0071 in) thick.", "output": "What is the wetness of paper most often measured by?, What is often given in hundredths of an inch?, What is often given in hundredths of an mm?, In which part of the world maybe paper be between .07 and .18 mm thick?, What is the weight of paper measured by?, What tool is often used in measuring the width of paper?, In the United States, what units are used when stating the measurements of paper width?, Someone measuring the thickness of paper in the US is likely to use what unit?, Sated in inches, what is the common range of paper width?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: There have been cases of a variety of speech being deliberately reclassified to serve political purposes. One example is Moldovan. In 1996, the Moldovan parliament, citing fears of \"Romanian expansionism\", rejected a proposal from President Mircea Snegur to change the name of the language to Romanian, and in 2003 a Moldovan\u2013Romanian dictionary was published, purporting to show that the two countries speak different languages. Linguists of the Romanian Academy reacted by declaring that all the Moldovan words were also Romanian words; while in Moldova, the head of the Academy of Sciences of Moldova, Ion B\u0103rbu\u0163\u0103, described the dictionary as a politically motivated \"absurdity\".", "output": "Political purposes have been reclassified to deliberately do what?, When did the Moldovan parliament approve a proposal from President Snegur?, When was President Moldovan's proposal rejected by parliament?, What did the Academy of Science declare regarding Moldovan words?, When was the Romanian-Academy dictionary published?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: The first institute of madrasa education was at the estate of Hazrat Zaid bin Arkam near a hill called Safa, where Hazrat Muhammad was the teacher and the students were some of his followers.[citation needed] After Hijrah (migration) the madrasa of \"Suffa\" was established in Madina on the east side of the Al-Masjid an-Nabawi mosque. Hazrat 'Ubada bin Samit was appointed there by Hazrat Muhammad as teacher and among the students.[citation needed] In the curriculum of the madrasa, there were teachings of The Qur'an,The Hadith, fara'iz, tajweed, genealogy, treatises of first aid, etc. There were also trainings of horse-riding, art of war, handwriting and calligraphy, athletics and martial arts. The first part of madrasa based education is estimated from the first day of \"nabuwwat\" to the first portion of the \"Umaiya\" caliphate.[citation needed]", "output": " Where was the second madrasa located?, Who was the teacher at the third madrasa?, Who was named as a teacher at the last madrasa?, What martial arts was taught in the early madaris?, What type of ball sports were taught in the early madaris?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: By 1847, the couple had found the palace too small for court life and their growing family, and consequently the new wing, designed by Edward Blore, was built by Thomas Cubitt, enclosing the central quadrangle. The large East Front, facing The Mall, is today the \"public face\" of Buckingham Palace, and contains the balcony from which the royal family acknowledge the crowds on momentous occasions and after the annual Trooping the Colour. The ballroom wing and a further suite of state rooms were also built in this period, designed by Nash's student Sir James Pennethorne.", "output": "Who designed the blue wing for the palace in 1837?, What is the West front of the palace described as?, Who was the teacher of Nash that destroyed the ballroom wing?, What is considered the private nose of the palace?, What other wing was removed during this time?", "category": "Question Generation 976.json" }, { "instruction": "This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions:\n(i) create questions which require satisfying a constraint that is not mentioned in the passage\n(ii) create questions which require information beyond what is provided in the passage in order to answer\n(iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question\n(iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable.", "input": "Passage: Stars, planets, and moons keep their atmospheres by gravitational attraction, and as such, atmospheres have no clearly delineated boundary: the density of atmospheric gas simply decreases with distance from the object. The Earth's atmospheric pressure drops to about 6998320000000000000\u26603.2\u00d710\u22122 Pa at 100 kilometres (62 mi) of altitude, the K\u00e1rm\u00e1n line, which is a common definition of the boundary with outer space. Beyond this line, isotropic gas pressure rapidly becomes insignificant when compared to radiation pressure from the Sun and the dynamic pressure of the solar winds, so the definition of pressure becomes difficult to interpret. The thermosphere in this range has large gradients of pressure, temperature and composition, and varies greatly due to space weather. Astrophysicists prefer to use number density to describe these environments, in units of particles per cubic centimetre.", "output": "What is commonly known as the boundary of the Sun?, What do astrophysicists use to describe sun radiation?, In what units do astrophysicists use to describe sun radiation?, What does the Sun's atmospheric pressure drop to at 100 km of altitude?, What becomes insidgnificant when it reaches the surface of the moon?", "category": "Question Generation 976.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: Construction projects can suffer from preventable financial problems. Underbids happen when builders ask for too little money to complete the project. Cash flow problems exist when the present amount of funding cannot cover the current costs for labour and materials, and because they are a matter of having sufficient funds at a specific time, can arise even when the overall total is enough. Fraud is a problem in many fields, but is notoriously prevalent in the construction field. Financial planning for the project is intended to ensure that a solid plan with adequate safeguards and contingency plans are in place before the project is started and is required to ensure that the plan is properly executed over the life of the project. Question: What financial issue is notoriously prevalent in the construction field?", "output": "True", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: In April 1191 Richard the Lion-hearted left Messina with a large fleet in order to reach Acre. But a storm dispersed the fleet. After some searching, it was discovered that the boat carrying his sister and his fianc\u00e9e Berengaria was anchored on the south coast of Cyprus, together with the wrecks of several other ships, including the treasure ship. Survivors of the wrecks had been taken prisoner by the island's despot Isaac Komnenos. On 1 May 1191, Richard's fleet arrived in the port of Limassol on Cyprus. He ordered Isaac to release the prisoners and the treasure. Isaac refused, so Richard landed his troops and took Limassol. Question: What year did the storm hit Richard's fleet?", "output": "True", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: Packet switching contrasts with another principal networking paradigm, circuit switching, a method which pre-allocates dedicated network bandwidth specifically for each communication session, each having a constant bit rate and latency between nodes. In cases of billable services, such as cellular communication services, circuit switching is characterized by a fee per unit of connection time, even when no data is transferred, while packet switching may be characterized by a fee per unit of information transmitted, such as characters, packets, or messages. Question: What does packet switching pre-allocate?", "output": "False", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: News of the two battles reached England in August. After several months of negotiations, the government of the Duke of Newcastle decided to send an army expedition the following year to dislodge the French. They chose Major General Edward Braddock to lead the expedition. Word of the British military plans leaked to France well before Braddock's departure for North America. In response, King Louis XV dispatched six regiments to New France under the command of Baron Dieskau in 1755. The British, intending to blockade French ports, sent out their fleet in February 1755, but the French fleet had already sailed. Admiral Edward Hawke detached a fast squadron to North America in an attempt to intercept the French. Question: How did King Louis X respond to British plans?", "output": "False", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: Seismologists can use the arrival times of seismic waves in reverse to image the interior of the Earth. Early advances in this field showed the existence of a liquid outer core (where shear waves were not able to propagate) and a dense solid inner core. These advances led to the development of a layered model of the Earth, with a crust and lithosphere on top, the mantle below (separated within itself by seismic discontinuities at 410 and 660 kilometers), and the outer core and inner core below that. More recently, seismologists have been able to create detailed images of wave speeds inside the earth in the same way a doctor images a body in a CT scan. These images have led to a much more detailed view of the interior of the Earth, and have replaced the simplified layered model with a much more dynamic model. Question: What is the size of the mantle?", "output": "False", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: The rainforest contains several species that can pose a hazard. Among the largest predatory creatures are the black caiman, jaguar, cougar, and anaconda. In the river, electric eels can produce an electric shock that can stun or kill, while piranha are known to bite and injure humans. Various species of poison dart frogs secrete lipophilic alkaloid toxins through their flesh. There are also numerous parasites and disease vectors. Vampire bats dwell in the rainforest and can spread the rabies virus. Malaria, yellow fever and Dengue fever can also be contracted in the Amazon region. Question: Vampire bats do not actually spread what?", "output": "False", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: The Ottoman Empire was an imperial state that lasted from 1299 to 1923. During the 16th and 17th centuries, in particular at the height of its power under the reign of Suleiman the Magnificent, the Ottoman Empire was a powerful multinational, multilingual empire controlling much of Southeast Europe, Western Asia, the Caucasus, North Africa, and the Horn of Africa. At the beginning of the 17th century the empire contained 32 provinces and numerous vassal states. Some of these were later absorbed into the empire, while others were granted various types of autonomy during the course of centuries. Question: Who reigned over the Ottoman empire when it was at its most powerful.", "output": "True", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: The outcome of most votes can be predicted beforehand since political parties normally instruct members which way to vote. Parties entrust some MSPs, known as whips, with the task of ensuring that party members vote according to the party line. MSPs do not tend to vote against such instructions, since those who do are unlikely to reach higher political ranks in their parties. Errant members can be deselected as official party candidates during future elections, and, in serious cases, may be expelled from their parties outright. Thus, as with many Parliaments, the independence of Members of the Scottish Parliament tends to be low, and backbench rebellions by members who are discontent with their party's policies are rare. In some circumstances, however, parties announce \"free votes\", which allows Members to vote as they please. This is typically done on moral issues. Question: What can often be predicted beforehand?", "output": "True", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False.", "input": "Passage: In the 1890s, the University of Chicago, fearful that its vast resources would injure smaller schools by drawing away good students, affiliated with several regional colleges and universities: Des Moines College, Kalamazoo College, Butler University, and Stetson University. In 1896, the university affiliated with Shimer College in Mount Carroll, Illinois. Under the terms of the affiliation, the schools were required to have courses of study comparable to those at the university, to notify the university early of any contemplated faculty appointments or dismissals, to make no faculty appointment without the university's approval, and to send copies of examinations for suggestions. The University of Chicago agreed to confer a degree on any graduating senior from an affiliated school who made a grade of A for all four years, and on any other graduate who took twelve weeks additional study at the University of Chicago. A student or faculty member of an affiliated school was entitled to free tuition at the University of Chicago, and Chicago students were eligible to attend an affiliated school on the same terms and receive credit for their work. The University of Chicago also agreed to provide affiliated schools with books and scientific apparatus and supplies at cost; special instructors and lecturers without cost except travel expenses; and a copy of every book and journal published by the University of Chicago Press at no cost. The agreement provided that either party could terminate the affiliation on proper notice. Several University of Chicago professors disliked the program, as it involved uncompensated additional labor on their part, and they believed it cheapened the academic reputation of the university. The program passed into history by 1910. Question: Shimer University is located in which Illinois city?", "output": "False", "category": "Answerability Classification 977.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "2, 3, ['c', 'f', '1925']", "output": "1925, f", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "6, 11, ['7163', '5069', '9869', '8369', 'c', 'Z', 'j', '2367', 'f', 'O', 'G', 'j', '4187', 'V', 'v']", "output": "G, O, f, 2367, j, Z", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "7, 14, ['6119', '7409', 'd', 's', 'i', 's', 'Z', '7439', '9015', 'Q', 's', '6555', '589', '1767', 'F']", "output": "1767, 589, 6555, s, Q, 9015, 7439, Z", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "2, 6, ['1907', 'g', '1555', 'E', '2559', '2051', '3153', 'b', '8153', '525', '3491', '9559', 'z', '7059', '1821', 'N', 'c', '1281']", "output": "2051, 2559, E, 1555, g", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "2, 3, ['6193', 'V', 'j', 'o', 'Y', 'o']", "output": "j, V", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "6, 7, ['6095', '5269', '2591', 'p', '8733', 'T', 'E', '7563', 'C', '833', 'X', '7441', 'M', 'y', '2745', 'a', '6059', '5659', 'V', '9003', '6541', 'b', '5715', 'c', '6217', 'K', 'h', 'G', 'x']", "output": "E, T", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "3, 6, ['2707', '5421', 'h', 'm', '4319', 'e']", "output": "e, 4319, m, h", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "1, 2, ['9721', 't']", "output": "t, 9721", "category": "Program Execution 98.json" }, { "instruction": "In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.", "input": "1, 4, ['R', 'K', 'Y', '6137', '8375']", "output": "6137, Y, K, R", "category": "Program Execution 98.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Obviously, she doesn't feel very good, which makes me in turn not feel so good. I can change.", "output": "I'm sorry you're not feeling good. I didn't mean to make you feel not good by not feeling good.", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Was it built in early 1900's and they only build them things that last for like 120 years?", "output": "That's exactly it. Now it's 1970's. So, you guys should probably just get out of here.", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "That meteor shortened the time, it gave us 48 hours earlier today.", "output": "You now have 12 hours. 12 hours until your worst nightmare.", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Should we go back out to Mom and Dad or do you need more time to poop?", "output": "You know what, Felicity? I think I just got done.", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "I showed up, like, 45 years ago to get this job done and we've been haggling for years.", "output": "How did you end up in this painting?", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Look, it seems like they're fine. Just sell them some glasses and let them fall in love, OK?", "output": "I'd like to use my AAA discount.", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Dad, I'm hungry. Now I'm really hungry.", "output": "Dennis, is it? Have you thought about going somewhere else to eat some food and leaving us alone?", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Why don't you make the haunted hayride this year Jim themed.", "output": "Oh, OK. That's what I need to write down. When she talks sometimes, my mind wanders.", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the sentence, generate \"yes, and\" response. \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "I would leave if I weren't worried about getting my shoelaces caught in the machinery.", "output": "Yes, leave! You really should get slip on shoes.", "category": "Dialogue Generation 988.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: I'm 35 years old and took mushrooms recently. The trees told me that I should make a bold choice. I'm thinking I'd like to do a mohawk. \n Response: It's awful. Have you ever tried living with someone that has almost the same name as you? It's so confusing. I open the wrong mail. I go to the wrong doctor's appointments. It's a mess.", "output": "no", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: We've been getting some complaints from the customers. \n Response: It's all a lie.", "output": "yes", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: And you're taking those movies with you, Amile and Last Action Hero? \n Response: I have rented one of those R-BnBs.", "output": "yes", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: She got murdered by a woman named Beth. Isn't that ironic? \n Response: Now that's funny. I'd like to see that on a television show.", "output": "yes", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: Mr. President, why don't you look out the window. See the sights? \n Response: Well, you're wearing a Twister cape.", "output": "no", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: I am having a hard time hearing people. It's the acoustics in here. \n Response: Oh, it's an optional \"C\". Larissa is short for Clarissa.", "output": "no", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: Maybe we would have been more scared if you weren't wearing sweats. \n Response: I once saw her give this apply to this really pale girl, I don't know what she was up to though, but I heard the girl had a really bad time.", "output": "no", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: How long has your toilet been broken? \n Response: I've been going in there without flushing for about a week now.", "output": "yes", "category": "Dialogue Generation 989.json" }, { "instruction": "Given the prompt and a response, classify the them to \"yes\" if response is \"yes, and\" type. Otherwise classify it as \"no\". \"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). 1 In short, a \"Yes, and\" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. ", "input": "Prompt: Your father is getting into crane kick formation. \n Response: Apparently, I have nothing to do because my wife is dead, right?", "output": "no", "category": "Dialogue Generation 989.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: So, this is Narnia. I came all the way from Alabama. \n Response 1: Wow. I came all the way from Antarctica or the Arctic. \n Response 2: Oh, my god, it could last for weeks and months. The first cricket game is still happening.", "output": "Response 1", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: You're going to see her aren't you? I know about here. I keep this place clean. I cook. I have sex with you on a regular basis, and this is the thanks I get. \n Response 1: What? None of us are getting the money? We were here though. \n Response 2: Yeah, well, she does too. All those things. She keeps my other place clean. She cooks. She has sex with me in my other place. I must go. It's my manly duty to please all women.", "output": "Response 2", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: Normally, I would remove my hat inside, but it's television. They gotta know that I'm from Texas. \n Response 1: Exactly, that's why he covered himself with barbecue sauce too. \n Response 2: You're walking. You're not sitting in that wheelchair that you don't need?", "output": "Response 1", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: All right, guys, look. This is a big chance for us. Do you think Rubber Band is up for performing at the carnival? \n Response 1: I think he's up to the task. I mean, he doesn't have limbs. He is a worm. But I think he can juggle. He says he can. \n Response 2: Listen, if this is what you need to do, then you do it. I mean, I didn't want to be a Pat anymore. And so now my name's Roberto, and it feels good.", "output": "Response 1", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: Black Box Community Theater is doing their own tradition o that same play. \n Response 1: Oh yeah, we know. We were going to see it. \n Response 2: They're really giving her a lot of time on this show too.", "output": "Response 1", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: Yeah and how about we put some spareribs in there. \n Response 1: Ho, ho, ho. Santa will give you anything you want, little girl. \n Response 2: Oh my god, that's insane. Tom, you're so insane.", "output": "Response 2", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: I'd like to bring everyone into the store. Is that OK? \n Response 1: We should put this to a vote. Officer, would you mind getting us a pad of paper and a pencil so we can make secret ballots and vote on this? \n Response 2: Oh, that must have been my mistake. I thought it was in the back room, but I lost my mind.", "output": "Response 1", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: I feel like some of the African American faculty over there has gotten a bit uppity. So, I'm going to hold back on the toilet paper for this next quarter. \n Response 1: I always forget about that third guy. Do we even know he was there? You never see him. \n Response 2: That affects everyone if you do that. ", "output": "Response 2", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "\"Yes, and\" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated (\"Yes\") and then expand on that line of thought or context (\"and...\"). Given a prompt and two responses, identify which response is the type of \"yes, and\". Indicate your answer by 'Response 1' if the first response is correct, otherwise 'Response 2'. Note that a \"Yes, and\" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange.", "input": "Prompt: I mean, what, we're just here forever? This weird empty space? \n Response 1: I don't know. If we're in purgatory, I guess so. \n Response 2: Yeah, right. I just want to get home to see my family, you know. I left too late. Now, here I am, flying on Christmas Day.", "output": "Response 1", "category": "Dialogue Act Recognition 990.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "A comedy that swings and jostles to the rhythms of life .", "output": "POS", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "More vaudeville show than well-constructed narrative , but on those terms it 's inoffensive and actually rather sweet .", "output": "POS", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "The movie is gorgeously made , but it is also somewhat shallow and art-conscious .", "output": "POS", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "... the plot weaves us into a complex web .", "output": "POS", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "It 's definitely not made for kids or their parents , for that matter , and I think even fans of Sandler 's comic taste may find it uninteresting .", "output": "NEG", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "The pretensions -- and disposable story -- sink the movie .", "output": "NEG", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "This gorgeous epic is guaranteed to lift the spirits of the whole family .", "output": "POS", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "An ambitious , serious film that manages to do virtually everything wrong ; sitting through it is something akin to an act of cinematic penance .", "output": "NEG", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task, you are given sentences from movie reviews. The task is to classify a sentence as \"POS\" if the sentiment of the sentence is positive or as \"NEG\" if the sentiment of the sentence is negative", "input": "A period story about a Catholic boy who tries to help a Jewish friend get into heaven by sending the audience straight to hell .", "output": "NEG", "category": "Sentiment Analysis 991.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "UJExUlTIseuEL", "output": "JxlTsL", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "ReEgOUvkeRN", "output": "RgvkRN", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "aUy", "output": "y", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "VmjtUFlIhVu", "output": "VmjtFlhV", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "eZoQTaoScGi", "output": "ZQTScG", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "ISgxeIQWK", "output": "SgxQWK", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "apGiikQ", "output": "pGkQ", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "ITrd", "output": "Trd", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel.", "input": "YVunam", "output": "YVnm", "category": "Program Execution 993.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[431, 840]", "output": "[431]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[643, 189, 598, 408, 991, 83, 347, 97, 719, 523]", "output": "[643, 991, 83, 347, 97, 719, 523]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[181, 659, 719, 93, 469, 880, 325]", "output": "[181, 659, 719]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[924, 401, 96, 755, 144, 859, 975, 278, 120, 103, 774, 491, 496, 395]", "output": "[401, 859, 103, 491]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[849, 638, 270, 547, 877, 271, 389, 733, 738, 605, 431, 146, 220, 587, 163]", "output": "[547, 877, 271, 389, 733, 431, 587, 163]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[500, 5, 163, 773, 213, 413, 487, 971, 281, 239, 367, 499, 835]", "output": "[5, 163, 773, 487, 971, 281, 239, 367, 499]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[423, 157, 662]", "output": "[157]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[882, 440, 360, 68, 883, 377, 284, 233, 883, 693, 601, 854, 509, 161, 293, 822, 83, 818, 307]", "output": "[883, 233, 883, 601, 509, 293, 83, 307]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list (\"[]\") should be returned.", "input": "[237, 271, 73, 419, 449, 181, 673, 631, 967]", "output": "[271, 73, 419, 449, 181, 673, 631, 967]", "category": "Program Execution 994.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[-80.7, -19.797, 0.659]", "output": "[]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[-43.569, -21.247, -28.095, -4.23, -23.18, 46, 43, 16.881]", "output": "[46, 43]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[22, -3.887, -86, 30, 37.377, -85, -0.409, 40]", "output": "[22, -86, 30, -85, 40]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[-45, -83, -9.533, -72, -0.951, -95, 29.309, 32, 42.736, -2.176, 15.807]", "output": "[-45, -83, -72, -95, 32]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[31, 2.222, 1.394, 21.131, -49, 18.074, -70.704, -14]", "output": "[31, -49, -14]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[79, 29.49, -11, -17.715]", "output": "[79, -11]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[90, -22.644, -91, -97, -64, -51, 80, -59.246, 33, 64, -72.056]", "output": "[90, -91, -97, -64, -51, 80, 33, 64]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[0.725, -4.898, 61]", "output": "[61]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list (\"[]\") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets.", "input": "[47.391, -19.327]", "output": "[]", "category": "Program Execution 995.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[90, 89, 46, -84, 70, -31, 62, -24]", "output": "[22.5, 358, 11.5, -21.0, 17.5, -122, 15.5, -6.0]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[95, 59, -88]", "output": "[382, 238, -22.0]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[83, -11]", "output": "[334, -42]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[31, -92, -59, -90]", "output": "[126, -23.0, -234, -22.5]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[19, 10, 13, -55, -52, 17, 44, 57, -9, -3, 76]", "output": "[78, 2.5, 54, -218, -13.0, 70, 11.0, 230, -34, -10, 19.0]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[80, 31, 99, -5, -56, 19, 37, 12, -27, -39]", "output": "[20.0, 126, 398, -18, -14.0, 78, 150, 3.0, -106, -154]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[-70, -43, 7, 89, 97, -82, -38, 8]", "output": "[-17.5, -170, 30, 358, 390, -20.5, -9.5, 2.0]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[21, 96, -70, 58, 89]", "output": "[86, 24.0, -17.5, 14.5, 358]", "category": "Program Execution 996.json" }, { "instruction": "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimals in the output. Zero should be counted as an even integer.", "input": "[41, -72, -2, -51, -27]", "output": "[166, -18.0, -0.5, -202, -106]", "category": "Program Execution 996.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[92, 25, -27, 99, 98, -8, -91, 56, 72, -45, 41]", "output": "[92, 98, -8, 56, 72]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[19, -8, -19, 24, -8, 95]", "output": "[-8, 24, -8]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[-11, -40, -20, -27, -45, -96]", "output": "[-40, -20, -96]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[-93, -63]", "output": "[]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[35, -13, -6, 68, 28, -95]", "output": "[-6, 68, 28]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[-8, 4, -92, -77, 99, 54, -64, -43, -14, -82]", "output": "[-8, 4, -92, 54, -64, -14, -82]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[32, -27, 45, -71, -13]", "output": "[32]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[66, 38, -92]", "output": "[66, 38, -92]", "category": "Program Execution 997.json" }, { "instruction": "In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list (\"[]\") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.", "input": "[-25, 67, -3, -86, -76]", "output": "[-86, -76]", "category": "Program Execution 997.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[-67, -16, 98, -42]", "output": "[-67, -16, 98]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[19, -11, -74]", "output": "[19, -11, -74]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[-97, -43, 98, 71, 49, -5, 55, 91]", "output": "[-97, -43, 98, 71, 49, -5, 55, 91]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[-10, 94, -36, 34, 21, 62, 5, 44, -96, 62, -83]", "output": "[-10, 94, 34, 62, 5, 44, 62, -83]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[39, -49, 1, -100, -83, 78, 73, 53, -9, -87]", "output": "[-49, 1, -100, -83, 73, 53]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[-87, -4, -15, -7, 56, -67, 88, -69, -26, -78, 42]", "output": "[-4, -7, 56, -67, 88, -26]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[-19, -87, 96, -100, 70, 39]", "output": "[-19, -100, 70]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[-28, 42, -53, 10, 46, 66, -50, -16, -92, -19, -21]", "output": "[-28, -53, 10, 46, -50, -16, -92, -19]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3.", "input": "[-90, -95, 40, 5, -55, 26, 2]", "output": "[-95, 40, 5, -55, 26, 2]", "category": "Program Execution 998.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[37, -5, 24, 12, -49], [26, -45, -24, -4, -17], [-26, -3, 2], [-42, 10, -47, 24, -44], [-18, -23, -26, -35, -6], [17, 33, 16], [10, -33, 18], [39, 35], [22, 33, -13, 42, 31]]", "output": "[2610720, 1909440, 156, -20845440, -2260440, 8976, -5940, 1365, -12288276]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[-8, 0, 6, 50, -2], [-48, -12, 42, 8], [-43, 8, -39, 28], [26, -49, 26, -4, -23], [15, -18]]", "output": "[0, 193536, 375648, -3047408, -270]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[-3, -40, -30, 23], [5, -8, -14, 47], [10, -48, -9, 7], [-35, 32, -3, 5], [-37, 28, 46, 46], [7, -49, -39, -47, -20], [-13, 13, 11], [42, -7, -33, -34], [19, -17]]", "output": "[-82800, 26320, 30240, 16800, -2192176, 12574380, -1859, -329868, -323]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[-49, 18, -19], [-39, -10, 45, -12, -43]]", "output": "[16758, 9055800]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[-30, 10, 23, 18, 30], [-28, -39, -49, -37, 33], [36, 3, -3, 19], [35, 13], [-10, -23, 13, 46, 1]]", "output": "[-3726000, 65333268, -6156, 455, 137540]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[-26, -50], [-6, 38], [32, -31, -47, -3, -4]]", "output": "[1300, -228, 559488]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[16, 37, 42, 21, -40], [0, 27, 1, -20], [31, 32, -41, -35], [21, -39, 37, -25, -24], [-41, -30, -44, -17, -46], [-13, -22, -4, -24, -35], [45, 11], [50, 20, -17]]", "output": "[-20885760, 0, 1423520, -18181800, -42321840, -960960, 495, -17000]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[-17, 26, 0, 0, -22], [46, -16, 10], [16, 47, 36, -24], [40, -37], [35, 13], [-8, -22], [-22, 29, -44], [0, 37, -24, 19], [-22, 26, 23, -7]]", "output": "[0, -7360, -649728, -1480, 455, 176, 28072, 0, 92092]", "category": "Program Execution 999.json" }, { "instruction": "In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.", "input": "[[33, 2, -3, 27], [43, -10], [-24, -10], [48, 20, 46, 35], [-34, 12, -31, 28, -1], [12, -23, -37]]", "output": "[-5346, -430, 240, 1545600, -354144, 10212]", "category": "Program Execution 999.json" } ]