inputs
stringlengths
39
523k
embedding
listlengths
1.02k
1.02k
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English. Example input: Os astrónomos acreditam que cada estrela da galáxia tem um planeta, e especulam que até um quinto deles tem um planeta do tipo da Terra que poderá ter vida, mas ainda não vimos nenhum deles. Example ou...
[ -0.2275180220603943, 0.5851714611053467, 0.0945972427725792, -0.8351994752883911, -0.400441437959671, -0.5088918209075928, 0.23393180966377258, 0.018708672374486923, 0.480220228433609, -0.6183868646621704, -0.10962806642055511, 0.5035226345062256, -0.5286961197853088, 0.32940903306007385, ...
Q: You need to answer the question 'Are the given steps in order?', given a set of steps describing a process. Your answer must be either Yes or No. If the answer is No, that means the steps are out of order and do not make sense in the order they are in. If the answer is Yes, that means the steps are in order and make...
[ 0.5175113081932068, -0.15953174233436584, -0.8429399728775024, 0.977742075920105, 0.3655201494693756, -0.5556356906890869, -0.1187087744474411, 0.7425591349601746, -0.2477961778640747, 0.6577178239822388, 0.15826067328453064, -0.1938604861497879, -0.3740919530391693, 0.13440971076488495, ...
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. [Q]: Person1: How long have you been living in New York ? Pers...
[ -0.25256580114364624, 0.008620125241577625, 0.11444328725337982, 0.13593587279319763, -0.1714562326669693, -0.13497993350028992, 0.49839481711387634, 0.3396171033382416, 0.6808114051818848, 0.11543049663305283, 0.2106630951166153, 0.059571921825408936, -0.45953017473220825, -0.026550473645...
Detailed Instructions: 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. See one example below: Problem: ['238', 'h', '92', 'U', '2799'] Solution: 238, 92, 2799 Explanation: Here, the numbers in the input list in o...
[ -0.22795265913009644, 0.2130415141582489, -0.6309940218925476, -0.3457878530025482, -0.0321127250790596, -0.1536160707473755, 0.3043224811553955, -0.5457027554512024, -0.28256434202194214, 0.3869538903236389, -0.6144359111785889, -0.6565517783164978, 0.3057028651237488, 0.2970585823059082,...
Teacher: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. Teacher: ...
[ -0.49830362200737, 0.2856702208518982, 0.1835450679063797, -0.33499249815940857, -0.15367649495601654, -0.34192314743995667, 0.6531357169151306, 0.14971965551376343, 0.7386852502822876, -0.29565203189849854, -0.34829026460647583, -0.6201794743537903, -0.7062673568725586, -0.260072141885757...
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. Sentence: 'sink with electric toothbrush and toothpaste sitting on the top'. Reverse all words of length '4' in the given sentence.
[ -0.2898288071155548, 0.734605073928833, 0.33409419655799866, -0.7328369617462158, 0.11998656392097473, -0.2376582771539688, 0.17601868510246277, 0.5078248381614685, -0.022590812295675278, -0.08706893771886826, -0.764805793762207, -0.2721565067768097, -0.17638477683067322, -0.47292184829711...
Teacher: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". Teacher: Now, understand the problem? Solve this ins...
[ -0.9965364933013916, 0.06414547562599182, 0.028123022988438606, -0.6539427042007446, 0.25066930055618286, -0.7105790376663208, 0.22629928588867188, 0.7055675983428955, -0.27601125836372375, 0.187117338180542, -0.06927213817834854, 0.05636635422706604, -0.799862265586853, -0.077014498412609...
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". Q: Reviews: Stopped working immediately Literally p...
[ -0.6735059022903442, 0.5048249959945679, 0.21452900767326355, -0.373482346534729, -0.25221729278564453, -0.0000885138288140297, 0.41293632984161377, 0.3579704165458679, -0.15616190433502197, -0.05903997644782066, -0.6324487924575806, 0.2881656587123871, -0.07647249102592468, -0.14463943243...
In this task, you are given a hateful post in Spanish from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced...
[ -0.6221469640731812, 0.4081106185913086, 0.5219511985778809, 0.21991339325904846, -0.4194125831127167, -0.6572487354278564, 0.7605987787246704, 1.1083439588546753, 0.05492367595434189, 0.12861017882823944, -0.22418783605098724, -0.474270224571228, -1.0337107181549072, -0.3177807033061981, ...
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. Example: [1,3,5] Example solution: 3.000 Example...
[ 0.13450902700424194, -0.11641411483287811, -1.229396104812622, -1.0149755477905273, 0.4523586928844452, 0.17794790863990784, 0.6823400855064392, 0.21123716235160828, -0.06807418912649155, 0.0009194943122565746, -1.3186256885528564, 0.4439772963523865, -0.6398762464523315, 0.118703693151474...
Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Comple...
[ 0.0595061220228672, 0.4254780113697052, -0.042824625968933105, -0.24632176756858826, -0.0688771903514862, -0.07030783593654633, -0.007117855362594128, 0.6448162198066711, -0.5031791925430298, -0.7452338933944702, -0.8249469995498657, 0.12934145331382751, -0.21193355321884155, -0.4846423268...
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. [-93, -1, 21, -64...
[ -0.2605382800102234, 0.9893949627876282, 0.31016963720321655, -0.2926928997039795, -0.6123417019844055, 0.14477688074111938, 0.5855656266212463, 0.07667826861143112, 0.8155968189239502, -0.6950936913490295, -0.4356009364128113, -0.24764305353164673, -0.8235819935798645, -0.1520005166530609...
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. Example Input: At ...
[ 0.19388405978679657, 0.44406425952911377, -0.23924145102500916, 0.6557447910308838, 0.6211466789245605, -0.4240506887435913, 0.8863743543624878, 1.0076035261154175, 0.01330961287021637, 0.30643269419670105, -0.41311967372894287, 1.0120373964309692, 0.14616833627223969, -0.04601722583174705...
Teacher: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". Teacher: Now, understand the problem? Solve this instance: Bulgarian: За съжаление, няма голя...
[ -0.5352168083190918, 0.7806782722473145, 0.7678093910217285, -0.14632079005241394, -0.12890766561031342, -0.48996058106422424, 0.49499931931495667, 1.1427351236343384, -0.3011489510536194, -0.11812391877174377, -0.10068456828594208, 0.8831111192703247, -0.14833292365074158, 0.1509182602167...
Detailed Instructions: You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew. Problem:De ese modo, por ejemplo, evolucionó la resistencia a los antibióticos. Solution:
[ 0.1484217643737793, 0.6877545118331909, -0.17610251903533936, 0.10781523585319519, -0.5180111527442932, -0.534876823425293, -0.09374053031206131, 1.002873182296753, 0.8014402389526367, -0.4856228828430176, -0.2206425964832306, 0.6573465466499329, -1.3714721202850342, -0.1025041788816452, ...
In this task, you are given commands (in terms of logical operations) to select relevant rows from the given table. Your job is to classify the command into one of these seven categories: (1) majority, (2) unique, (3) superlative, (4) count, (5) comparative, (6) aggregation, and (7) ordinal. Here are the defications ...
[ 0.2895404100418091, -0.19296807050704956, -0.41682159900665283, 0.37501269578933716, 0.4542815089225769, -0.5026473999023438, 0.6708961725234985, 0.645921528339386, 0.24878573417663574, -0.0050394874997437, -0.04942913353443146, 0.17659209668636322, -0.043078839778900146, 0.561823487281799...
Instructions: 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: 8082 + 876 - 6266 + 401 Output:
[ -0.679776132106781, 0.28350332379341125, -0.890956699848175, 0.34836089611053467, -0.021365780383348465, 0.25054818391799927, 0.5414419770240784, 0.8030217289924622, 0.5133183002471924, -0.3686087429523468, -0.3455337882041931, -0.14386418461799622, -0.4839285612106323, -0.0787683427333831...
Detailed Instructions: You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi. See one example below: Problem: אתם רואים שהפינגווין הזה ניגש ומסתכל על החוטים, הוא לא אוהב את החוט הזה. Solution: شما میتونید این پنگوئن ها رو ببینید اونها حرکت میکنند به اون سیمها نگاه میکنند ولی شبیه ا...
[ -1.4950190782546997, 0.5589202642440796, 0.34459343552589417, 0.2442876398563385, -0.3509978950023651, -0.7110872268676758, 0.6190854907035828, 0.15082097053527832, 0.6868670582771301, 0.28181588649749756, -0.7894772291183472, 0.7833504676818848, -0.8305215239524841, -0.11637048423290253, ...
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: Consider Input: English: It is scheduled to be submitted to France's Agency ...
[ -0.6512538194656372, -0.08923417329788208, 0.3807305693626404, 0.22119076550006866, 0.18899141252040863, -0.329417884349823, 0.20679466426372528, 0.48110640048980713, 0.2286253571510315, 0.2613261640071869, -0.09307415038347244, 0.6774929761886597, -0.3145754933357239, -0.01856669783592224...
Teacher:Given a passage, write a short incorrect summary based on the passage. Teacher: Now, understand the problem? Solve this instance: the european championship ended with a british triumph and a disheartening loss for wilson kipketer , probably the biggest name of the six-day event . Student:
[ 0.4744393825531006, 0.8936379551887512, 0.24185305833816528, -0.847378134727478, -0.7145626544952393, -0.3735373020172119, 0.14090025424957275, -0.6990594863891602, 0.226913183927536, -0.6397138833999634, 0.40015286207199097, 0.915414571762085, -0.5884969234466553, -0.05372457578778267, ...
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...
[ 0.6307944655418396, -0.23171046376228333, -0.9251519441604614, 0.24536076188087463, 0.2707972526550293, 0.23571793735027313, 1.1329665184020996, 0.7904804944992065, -0.176674947142601, 0.1488296389579773, 0.49894654750823975, 0.37345826625823975, -1.0328640937805176, 0.032470062375068665, ...
This task is about translating a given Spanish language sentence to English. Q: "Y no me siento diferente, soy el mismo de siempre". A: "And I don't feel different, I mean, I'm the same." **** Q: [sonido de galope disminuyendo] A: [galloping sound fades out] **** Q: Y 416, que significa algo para mí como el número, ...
[ -0.7865131497383118, 0.6966073513031006, 0.2964590787887573, -0.43454039096832275, -0.41528892517089844, -1.148573398590088, 0.5483455657958984, 1.337636113166809, -0.11577902734279633, -0.6310904026031494, -0.09315049648284912, 0.3823781907558441, -1.2130932807922363, -0.02299273572862148...
Definition: 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 b...
[ -0.6460410356521606, 0.1590309888124466, 0.7278699278831482, 0.6078900098800659, 0.19272029399871826, -0.7488991022109985, 0.8494024276733398, 0.7742338180541992, 0.6079312562942505, 0.5676238536834717, -0.03999645262956619, 0.41639044880867004, -0.5912134051322937, -0.7052201628684998, ...
Teacher:In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e. tagset of this corpus ...
[ 0.6128984689712524, 0.29066693782806396, -0.014999907463788986, -0.14750708639621735, -0.06500989198684692, -0.30947375297546387, 1.0504586696624756, 0.9228705763816833, -0.3222465515136719, -0.0462678000330925, -0.34675633907318115, 0.26217716932296753, -0.40396881103515625, 0.36415433883...
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 sho...
[ -0.1807813048362732, 0.1434616595506668, -0.8612456321716309, 0.2863643765449524, 0.02615230716764927, -0.45049554109573364, 0.9263800978660583, 0.6638019680976868, -0.6694549322128296, -0.3214734196662903, -0.8579084873199463, 0.28909674286842346, -0.6605057120323181, -0.36125844717025757...
Q: 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...
[ -0.43770134449005127, 0.14692506194114685, -0.49041587114334106, -0.1968950629234314, -0.14474451541900635, -0.06108882278203964, -0.17048178613185883, -0.24959544837474823, -0.12363412976264954, 0.044702496379613876, -0.7819865942001343, 0.19023951888084412, 0.3393700420856476, -0.2089468...
Teacher: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 ...
[ -0.850153923034668, 0.34354448318481445, 0.7573986053466797, -0.021777134388685226, -0.30449235439300537, -1.160192847251892, 0.08688764274120331, 0.25042861700057983, -0.3786819577217102, -0.5230228900909424, -0.3663206696510315, 0.3050181269645691, -0.5208888649940491, -0.163808718323707...
Instructions: 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: Organi...
[ -0.4933467507362366, 0.41011789441108704, 0.0038706385530531406, 0.2327081859111786, -0.35438334941864014, -0.8530032634735107, -0.5467827320098877, 0.5963677167892456, 0.024811673909425735, 0.06595751643180847, -0.7887324690818787, -0.3360292911529541, -0.5773518085479736, -0.508405148983...
Teacher:In this task you will be given a list of strings and you need to concatenate them. Teacher: Now, understand the problem? Solve this instance: ['tempestuous', 'K', 'to', 'c', 'After', 'P', 'M', 'v', 'Z', 'pronouncing', 's', 'Louisiana,', 'H', 'and', 'I', 'I'] Student:
[ 0.17664384841918945, 0.16667994856834412, -0.17796142399311066, -0.30234232544898987, -0.1246730387210846, -0.6693719029426575, -0.02985096350312233, 0.1259838193655014, -0.04772062599658966, -0.12352342903614044, 0.11499486118555069, -0.39730900526046753, -0.12665855884552002, -0.96089589...
You will be given a definition of a task first, then some input of the task. 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, pol...
[ 0.1620941311120987, 0.4740026593208313, -0.7348792552947998, 0.024836581200361252, 0.23205378651618958, 0.04703882709145546, -0.10017210990190506, 0.5800300240516663, 0.16543272137641907, 0.1778750717639923, -0.15362700819969177, -0.15580081939697266, -0.35350483655929565, -0.4729648232460...
Teacher: 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). Teacher: Now, understand the problem? If you are still confused, see...
[ -0.13193446397781372, 0.7766768932342529, -0.08414560556411743, 0.3446260094642639, -0.0886644497513771, -0.44945237040519714, -0.41455578804016113, 0.49140819907188416, -0.2349555343389511, -0.2030789852142334, -0.2904125452041626, 0.4502290189266205, 0.22876709699630737, 0.09749244153499...
We would like you to classify each of the following sets of argument pairs (discussing Gun Control) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FAC...
[ -0.35055437684059143, 0.11690787971019745, -0.1657980978488922, 0.061709873378276825, 0.07724007964134216, -1.0253007411956787, 0.4776284694671631, 0.9614155292510986, 0.19174405932426453, 0.31243276596069336, -0.6218430995941162, 0.210627943277359, -0.6703992486000061, 0.13891558349132538...
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Japanese. Q: Certo dia, descobri que os miúdos gordos não foram feitos para trepar às árvores, caí de uma árvore e fiquei com nódoas negras no lado direito do corpo. A:
[ -0.14813514053821564, 0.18058627843856812, -0.35792577266693115, -0.5081075429916382, -0.7533032894134521, -0.9192020893096924, 0.46669864654541016, 0.3424603343009949, -0.22445884346961975, -0.6826741695404053, -0.4416416883468628, -0.15285000205039978, -0.8616664409637451, 0.489423990249...
You are given a target profession, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an i...
[ -0.06442341208457947, 0.6111246347427368, -0.015952546149492264, -0.04941098019480705, 0.07543782144784927, -0.7458470463752747, 0.8308885097503662, 0.7413811087608337, 0.6844692826271057, -0.404942125082016, -0.2961333990097046, 0.019971538335084915, -0.6897938847541809, -0.31981521844863...
Q: In this task, you are given music product reviews in German language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative. Das schlechteste Album!!! . Ich bin Boney M. Fan. Schon seit bestehen der Gruppe. War ab...
[ -0.2146904170513153, 0.0003023347817361355, -0.36490920186042786, 0.3610345721244812, 0.6449401378631592, -0.6492317914962769, 0.7844831347465515, 0.7908269166946411, -0.1915445327758789, 0.7122815251350403, -0.4877619743347168, -0.03978871554136276, -0.6463339924812317, -0.334900408983230...
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 q...
[ 0.5297561883926392, 0.4472295045852661, -0.003813902847468853, -0.3951147198677063, 0.15984773635864258, -0.6856878995895386, -0.38820287585258484, 0.6866298317909241, -0.147141695022583, -0.03851444274187088, -0.35776156187057495, -0.3003130853176117, -0.6021186113357544, 0.14671236276626...
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 th...
[ 0.24923256039619446, 0.25281816720962524, 0.18887868523597717, 0.5308853983879089, 0.13615550100803375, -0.8768861293792725, -0.4095991551876068, 1.3177393674850464, -0.0463968925178051, -0.11067291349172592, -0.5200245976448059, 0.1733163446187973, -0.1087111085653305, -0.0892290472984314...
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. Example input: System Reference: there is a chinese restaurant on x called x. Original Reference: x is a chinese re...
[ -0.404933899641037, 0.6436036825180054, -0.8743435740470886, -0.20236168801784515, -0.28086358308792114, -0.5985551476478577, 0.6907926797866821, 0.02097020298242569, -0.6480066776275635, 0.3268337845802307, -0.23275437951087952, 0.20211167633533478, -0.27604299783706665, 0.252687573432922...
Detailed Instructions: 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 pro...
[ 0.22099755704402924, 0.5765506029129028, -0.35981062054634094, -0.07901521772146225, -0.24077361822128296, -1.0277858972549438, 1.4340777397155762, 0.7811906337738037, 0.5801316499710083, -0.6096092462539673, -0.7654862403869629, -0.10612748563289642, -0.84096360206604, 0.3599802553653717,...
Part 1. Definition In this task, you are given a sentence from the Quran in English, and your task is to translate it into Persian. Part 2. Example And the sun runs his course for a period determined for him: that is the decree of (Him), the Exalted in Might, the All-Knowing. Answer: و خورشید [نیز برای آنان نشانه‌ای از...
[ -0.4852778911590576, 1.2314566373825073, -0.2262258231639862, -0.5226268768310547, -0.3256258964538574, -0.8108290433883667, 0.7947143316268921, 0.38193657994270325, 0.2439306378364563, 0.25924861431121826, -0.43796640634536743, 0.5210044384002686, -0.8503658175468445, -0.22613273561000824...
You will be given a definition of a task first, then some input of the task. 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 a...
[ -0.46751657128334045, 0.8570326566696167, 0.33196625113487244, 0.29161083698272705, -0.3811055123806, 0.06722895056009293, 0.23181891441345215, 0.6402726769447327, 0.09540826082229614, -0.0689777135848999, -0.3402876853942871, -0.00030969269573688507, -0.27119016647338867, -0.7525058984756...
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish. [Q]: Se quiserem saber mais sobre este projeto de investigação, visitem o nosso website: ReadyToShare.org. [A]: Si desean más información acerca de este proyecto de investigación, visiten nuestra web, es ReadyToShare...
[ -0.4683687090873718, 0.6296219825744629, -0.026474539190530777, 0.25259634852409363, -0.16066396236419678, -0.49648308753967285, 0.09772711992263794, 0.8734974265098572, 0.08184356987476349, 0.3395789563655853, -0.3090534508228302, 0.4583192765712738, -0.100916787981987, -0.293773233890533...
Detailed Instructions: A text is given in Malayalam. Translate it from the Malayalam language to the Telugu language. The translation must not omit or add information to the original sentence. Problem:ఇది ఇరు ప‌క్షాల‌కు చెందిన విమాన సంస్థ‌ల‌కు వాణిజ్య‌ప‌ర‌మైన అవ‌కాశాల‌ను సమ‌కూరుస్తూ వాటికి ఇతోధిక భ‌ద్ర‌త‌ ను, ర‌క్ష‌ణ‌ ...
[ -0.34890973567962646, 0.8418477773666382, 0.19371140003204346, -0.2833230495452881, -0.10961560904979706, -0.4078792333602905, 0.37209221720695496, 0.6411165595054626, -0.3631782531738281, -0.10552239418029785, -0.8165319561958313, -0.5993353128433228, -0.503635048866272, 0.113485068082809...
Given the task definition and input, reply with output. This task is about identifying the subject of a given sentence. The subject of a sentence is the person, place, or thing that is performing the action of the sentence. The subject represents what or whom the sentence is about. Each sentence in this task is guarant...
[ -1.0889790058135986, 0.6651015281677246, 0.16183976829051971, 0.04429905116558075, 0.09967490285634995, -0.047628890722990036, 0.08928106725215912, 0.22935724258422852, 0.32746338844299316, -0.3306763768196106, -1.1129200458526611, -0.23748819530010223, -0.822731614112854, 0.35576444864273...
Teacher: You are given a sentence in English. Your job is to translate the English sentence into Hebrew. Teacher: Now, understand the problem? If you are still confused, see the following example: Monterey is one of those. Solution: מונטריי היא אחת מהם. Reason: The English sentence is correctly translated into Hebrew. ...
[ -0.21346276998519897, 0.22765395045280457, 0.5353060960769653, -0.646465539932251, 0.02457401156425476, -0.3095168173313141, 0.07749631255865097, 0.37831252813339233, 0.824578046798706, -0.42188194394111633, -0.11410091817378998, 0.08595363795757294, -1.070180058479309, -0.2307641059160232...
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'. Example input: Sentence 1: Marcus needed clothing for a business casual event. Sentence 2: All of h...
[ 0.06481912732124329, 0.19640469551086426, -0.41035541892051697, -0.3497796952724457, -0.17684954404830933, 0.2132262885570526, 0.34570401906967163, 0.9315547943115234, 0.24731406569480896, 0.10314393043518066, -1.0044456720352173, 0.31237414479255676, -0.18787544965744019, 0.16319659352302...
You will be given a definition of a task first, then some input of the task. 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. I-inshorensi yoBomi beQela le-SANDF ihlawulwa kumhlolokazi, hayi kumhlaba (...
[ -0.3322140574455261, 0.6873147487640381, 0.17944371700286865, -0.7727622985839844, -0.2245325893163681, -0.24998310208320618, 1.1929430961608887, 0.17030343413352966, 0.6035305857658386, -0.5484421849250793, -0.4387752115726471, 0.0011551256757229567, -0.22731086611747742, 0.46345674991607...
Given the task definition, example input & output, solve the new input case. 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. Example:...
[ -0.36608827114105225, 0.9627269506454468, -0.27916914224624634, 0.19358912110328674, -0.11191026866436005, -0.4750669002532959, 0.30705446004867554, 1.1936149597167969, -0.2849140763282776, -0.7332708835601807, -0.01299189031124115, -0.9865614175796509, -0.18233360350131989, -0.50956976413...
Given a sentence in Spanish, provide an equivalent paraphrased translation in Japanese that retains the same meaning both through the translation and the paraphrase. -------- Question: Tuvo lugar del 23 al 29 de abril de 2010 en el Real Club de Tenis Barcelona, ​​Barcelona, ​​Cataluña, España. Answer: 2010年4月23日から4月29...
[ 0.04295841604471207, 0.460659921169281, -0.773624062538147, -0.647987961769104, -0.3873510956764221, -0.06779677420854568, 0.7451171278953552, 0.4714844524860382, -0.11066246032714844, -0.6775212287902832, 0.36106353998184204, 1.0555766820907593, -0.8265217542648315, 0.3587055504322052, ...
Given the task definition, example input & output, solve the new input case. 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 ca...
[ -0.11034111678600311, 0.26401486992836, -0.46068811416625977, 0.3537624478340149, -0.19611147046089172, -0.5321758985519409, 0.6504064798355103, 0.6651148200035095, 0.601263701915741, -0.28746461868286133, -0.906231164932251, -0.09419602900743484, 0.219903826713562, -0.33497416973114014, ...
You are given a sentence in English. Your job is to translate the English sentence into Arabic. Q: They wanted to give them about 10 percent of the wealth. A:
[ -0.7054598331451416, 1.307159423828125, 0.29377350211143494, -0.8892896175384521, -0.6979696750640869, -0.2498192936182022, 1.2591391801834106, 0.22956818342208862, 0.6326714754104614, -0.681892991065979, -0.34440433979034424, 0.6563990116119385, -1.0150468349456787, -0.21347305178642273, ...
TASK DEFINITION: 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 respectiv...
[ -0.4625902771949768, 0.8603271842002869, -0.19585508108139038, -0.24624155461788177, -0.2766869068145752, -0.18869927525520325, 0.4051477313041687, 0.32799744606018066, 0.6605328321456909, -0.11399419605731964, -0.537051796913147, -0.20955173671245575, -0.12479233741760254, -0.117042064666...
Teacher: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. Teacher: Now, understand the problem? Solve this instance: Given Relationship: 'be lake in', Sentence: 'Issy Kul meaning "warm lake " is the second larges...
[ -0.5663178563117981, 0.641426146030426, 0.20167234539985657, -0.4269580543041229, 0.08943779021501541, -1.0267257690429688, -0.4467551112174988, -0.09320060163736343, 0.04301416873931885, -0.5161003470420837, 0.27848517894744873, -0.005171122960746288, -0.40226009488105774, 0.2082853615283...
Part 1. Definition 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, the...
[ -0.3463045060634613, 0.828614354133606, -0.29280632734298706, 0.36713269352912903, -0.11596453189849854, -0.17814591526985168, 1.5558174848556519, 0.10749943554401398, 0.4468785524368286, -0.6831364631652832, -0.17592716217041016, 0.7924202084541321, -0.19761905074119568, 0.237457096576690...
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 Alphabe...
[ -0.1902555376291275, 0.7140599489212036, -0.8267443180084229, 0.045389674603939056, -0.5413650870323181, -0.15805043280124664, 0.3914554715156555, -0.2788933515548706, -0.042974770069122314, 0.45153963565826416, -0.8129481077194214, 0.14613965153694153, -0.425893634557724, 0.25426095724105...
Definition: 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: No...
[ -0.09508876502513885, 0.5809030532836914, 0.07919462025165558, -0.39000409841537476, 0.2245326042175293, 0.7002127170562744, -0.05431181937456131, -0.006375088356435299, 0.32227104902267456, -0.22227662801742554, 0.016630161553621292, 0.40736401081085205, -0.7845804691314697, 0.36289340257...
Part 1. Definition In this task, you are given a abstract of article and corresponding title of an article. Your task is to generate label "yes" if title is right for article, otherwise generate "no". Part 2. Example Abstract: This study was designed to determine the influence of a long-term, moderate-intensity treadmi...
[ 0.33152666687965393, 0.10859930515289307, -1.0208057165145874, 0.38163161277770996, 0.7699941396713257, -0.48054206371307373, 0.3309556841850281, 0.8501640558242798, 0.018595710396766663, -0.14001834392547607, -0.6100665330886841, -0.07057057321071625, -0.513826847076416, 0.014504433609545...
You are given a sentence in English. Your job is to translate the English sentence into Portugese. Q: Let's take a look at what's going on in different space types in this building. A: Vamos observar o que se passa em diferentes tipos de espaço deste edifício. **** Q: I remember one particularly low moment. A: Lembr...
[ -0.1577865034341812, 0.9389593005180359, 0.1135806292295456, -1.0756325721740723, -0.6227692365646362, -0.575003981590271, -0.22736862301826477, 1.0957410335540771, 0.9679863452911377, -0.3123716711997986, 0.24425077438354492, 0.7886964082717896, -0.7081214189529419, 0.5236260294914246, ...
Detailed Instructions: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. 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...
[ 0.26049333810806274, 0.5391756296157837, 0.20817656815052032, -0.15515516698360443, -0.41134119033813477, -1.0876882076263428, 0.919197678565979, -0.20487171411514282, -0.6868446469306946, -0.5347979068756104, 0.05348247289657593, -0.5108910202980042, -0.5049920678138733, -0.05416733771562...
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. swim, bird, waggle, car, fly
[ 0.22621473670005798, 0.8621292114257812, -0.267998605966568, -0.3426632881164551, -0.16492795944213867, -0.14871376752853394, 0.24130238592624664, 0.3526487350463867, -0.7111999988555908, -0.2651667594909668, -0.7997740507125854, -0.07140621542930603, -1.0426403284072876, -0.14754246175289...
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) Let me give you an example: Passage: Property tax -- Property tax or 'house tax' is a local tax on buildings, along with ...
[ 0.2751350402832031, 0.6379014253616333, -1.0095995664596558, 0.7062207460403442, 0.3523818850517273, -0.49920347332954407, 1.4635645151138306, 1.2149068117141724, -0.7298722267150879, 0.16307006776332855, -0.37796226143836975, 0.15310707688331604, -0.6991289854049683, -0.03341289237141609,...
Teacher:You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Galician. Teacher: Now, understand the problem? Solve this instance: E quando eu digo isto às pessoas, elas tendem a pensar talvez numa pessoa de 80 ou 90 anos que tem mesmo bom aspecto para alguém de 90 ou 80 anos. St...
[ -0.5896028280258179, 0.7250961065292358, -0.1619701087474823, -1.2484756708145142, -0.5526649355888367, -1.0818572044372559, -0.4050403833389282, 1.0396645069122314, 0.46641719341278076, -0.1436731219291687, -0.07174175977706909, 0.5669135451316833, -1.0807914733886719, 0.0673544704914093,...
In this task, you are given an article. Your task is to summarize the article in a sentence. Q: Cornwall Council's 3.97% increase is the maximum allowed without triggering a local referendum under government rules. It is made of a 1.97% rise in council tax and a 2% increase to specifically fund adult social care. At Co...
[ -0.14962820708751678, 1.5032700300216675, 0.15775038301944733, -0.7104390859603882, 0.5108768939971924, -0.5044065713882446, -0.11704470217227936, 1.0341103076934814, -0.5534594058990479, 0.10391431301832199, 0.08320043981075287, 0.33115214109420776, -0.9366363883018494, -0.014542723074555...
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). The windows of several nearby buildings were also destroyed as the fire caus...
[ -0.20327000319957733, 1.0257060527801514, 0.6755965948104858, -0.37077656388282776, 0.15349984169006348, -0.4148501455783844, 0.35042935609817505, 0.8037160038948059, -0.4372677803039551, -0.44658201932907104, -0.23057585954666138, -0.17290706932544708, -0.8628068566322327, 0.0726037248969...
Definition: In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Input: Sentence1: 'a person in a black jacket jumping with skis on', Sentence2: 'small spotted dog stands on the beach while the wind blows its fur back'. Is the frequency of the word 'on' in two s...
[ -0.787880003452301, 0.29650020599365234, -0.5262004137039185, 0.05737600475549698, 0.21055534482002258, -0.26945778727531433, 0.7630655765533447, 0.8188022375106812, 0.027323104441165924, -0.17942273616790771, -0.6211203336715698, 0.009081501513719559, -0.08552778512239456, -0.132248044013...
Definition: You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew. Input: Dziękuję Państwu bardzo. Output:
[ -0.8760735988616943, 0.3763647675514221, -0.1822699010372162, 0.4550187587738037, -0.060092899948358536, -0.5199732780456543, 1.0018424987792969, -1.138866901397705, 0.9624960422515869, -0.3231029212474823, -0.5596566200256348, 0.36836180090904236, -0.5641878247261047, 0.24074411392211914,...
Instructions: 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. I...
[ 0.2006906270980835, 0.33112749457359314, -0.7984350919723511, -0.3097743093967438, -0.5398821830749512, 0.4478771686553955, 0.792999267578125, -0.021018024533987045, -0.148092582821846, 0.5511755347251892, -0.7270520925521851, 0.5764698386192322, -0.49520164728164673, 0.5145044326782227, ...
This task is about translating a given Spanish language sentence to English. Example input: Leeuwenhoek y Huygens... ...fueron abuelos de la medicina moderna: Example output: Leeuwenhoek and Huygens... ...are the grandfathers of much of modern medicine. Example explanation: This is a good example because the Spanish s...
[ -1.0457831621170044, 0.6532330513000488, -0.06320284307003021, -1.275620937347412, -0.4673529267311096, -0.9350884556770325, 0.43585044145584106, 0.6528607606887817, 0.814324140548706, -0.8987066745758057, -0.5927062034606934, 0.958724856376648, -0.8074785470962524, 0.18003961443901062, ...
You will be given a definition of a task first, then some input of the task. Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity. entity: furniture disassembly points before: unloca...
[ -0.0540146678686142, 0.03801572322845459, -0.027365056797862053, 0.40586864948272705, -0.4559105932712555, -1.160515546798706, -0.12534523010253906, 0.57783043384552, 0.23724526166915894, 0.10897596180438995, -0.09439470618963242, -0.39236530661582947, -1.0194282531738281, 0.04411590844392...
Teacher: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember t...
[ 0.7231929302215576, -0.011734044179320335, 0.0539686381816864, -0.3902781009674072, 0.7194715142250061, -0.9530887007713318, 0.7610132694244385, 1.1646268367767334, -0.6003379225730896, -0.23778453469276428, -0.334048867225647, 0.2082127332687378, -0.3752296566963196, -0.08940981328487396,...
Q: In this task, you are given commands (in terms of logical operations) to select relevant rows from the given table. Your job is to generate a natural language interpretation of the given command. Here are the definitions of logical operators: 1. count: returns the number of rows in the view 2. only: returns wh...
[ 0.2522086501121521, -0.06383541971445084, -0.3192475438117981, -0.03957415372133255, -0.07038503140211105, -0.4154808819293976, 0.4981071352958679, 0.3403850793838501, 0.08843513578176498, -0.2637433111667633, -0.6343466639518738, -0.060489848256111145, -0.08158928155899048, 0.603593468666...
Given the task definition and input, reply with output. Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. They stand in a line.
[ -0.05670548975467682, 1.1954458951950073, -0.2201046645641327, -0.10853450000286102, -0.26772305369377136, -0.13583305478096008, -0.040233977138996124, 0.41416746377944946, 0.768677294254303, 0.18773648142814636, -0.7781084775924683, -0.05457773804664612, -0.3250250816345215, 0.08878959715...
Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating...
[ 0.2686808705329895, 0.4132048785686493, -0.20418088138103485, -0.04882315546274185, 0.5941001176834106, -0.4250548481941223, 0.33281058073043823, 0.6301603317260742, -0.3294070065021515, 0.03745909035205841, -0.47301584482192993, 0.004769925959408283, -0.974816620349884, 0.3879598975181579...
Teacher: 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 ...
[ 0.0016441247425973415, 0.34246307611465454, -0.008881715126335621, -0.5940273404121399, -0.37188971042633057, -0.24208414554595947, 0.30720382928848267, 0.35662007331848145, -0.5337114930152893, -0.1942690908908844, -0.13434214890003204, 0.11980004608631134, 0.21795015037059784, -0.5561437...
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 researc...
[ 0.09887444972991943, 0.5293456315994263, -0.32535815238952637, -0.5601263046264648, 0.0779009759426117, 0.09209508448839188, 0.3494354784488678, 0.4478524923324585, 0.3035360276699066, 0.030479975044727325, -1.1296913623809814, 0.08367358148097992, 0.10808619856834412, 0.3232603073120117, ...
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. In 1909 Jack Hobbs , playing for England against Australia a...
[ 0.50728839635849, 1.1641145944595337, -0.6489240527153015, 0.7051270604133606, -0.2205965369939804, -0.3128976821899414, 0.2774670124053955, 0.03877799212932587, -0.0683193951845169, -0.8042649030685425, -0.4095841944217682, 0.5572612285614014, -0.4684601426124573, -0.3109969198703766, 0...
Detailed Instructions: In this task, you are given news articles and you need to generate a highlight, i.e., a short summary, with a maximum length of 10 lines. Problem:WASHINGTON (CNN) -- Former Vice President Dick Cheney on Sunday defended the Bush administration's economic record, the invasion of Iraq and the treatm...
[ 0.22123266756534576, 0.28273898363113403, -0.7160471677780151, -0.19734658300876617, 0.30677133798599243, -0.4989306926727295, 0.9755924940109253, 1.128146767616272, 0.4404654800891876, 0.7671922445297241, -0.08882461488246918, 0.6424252390861511, -0.8196516633033752, 0.1925320029258728, ...
Q: You are given a conversation between two people.'Person1:' and 'Person2:' are used to separate their respective dialogues. You have to classify if there exist more than 2 unique emotions in conversation. If there are more than 2 unique emotions present in the conversation, the output should be classified as '1' else...
[ -0.2490587681531906, 0.18347452580928802, 0.11944160610437393, 0.47589653730392456, -0.047546520829200745, -0.6568314433097839, 0.795452356338501, 0.002767962869256735, 0.053487710654735565, -0.34349119663238525, -0.11148964613676071, -0.7426958084106445, -0.616368293762207, 0.424390643835...
Definition: 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: Tim was playing with his ball in the house. Sentence2: His mom came over and told him to stop. Sentence3: Once she went away, Tim continu...
[ 0.5956616401672363, 0.07542210072278976, -0.2257211059331894, -0.23512792587280273, 0.2769424021244049, -0.7739797830581665, 0.27925318479537964, 0.5394379496574402, 0.13062825798988342, 0.3496023714542389, -0.5346189737319946, 0.16842563450336456, -0.6036510467529297, -0.11829808354377747...
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. Example: Although I did enjoy the food here, I was completely unimpressed (and slightly annoyed) by the overpriced margaritas. I ordered a platinum which contained \"fresh\" juice. It tasted like it had spri...
[ 0.020522527396678925, 0.25139468908309937, -0.8277571797370911, -0.4108969569206238, 0.4276185631752014, -0.9357869029045105, 0.22819268703460693, 1.3628284931182861, 0.3959124684333801, -0.2729388475418091, 0.23732177913188934, 0.07836933434009552, -0.7854837775230408, 0.19700199365615845...
Given the task definition and input, reply with output. In this task, you are given a question and a context passage. You have to answer the question based on the given passage. Why did the ASA pick that day to start work on the ASCII?, Context: ASCII developed from telegraphic codes. Its first commercial use was as a...
[ -0.1849333792924881, 0.5727638006210327, -0.17644110321998596, 0.4022373557090759, 0.1342633068561554, -0.01932329684495926, -0.18212011456489563, 0.08968446403741837, 1.1050539016723633, 0.3068605661392212, -0.6787964105606079, 0.1725107729434967, 0.44470322132110596, 0.14744287729263306,...
Given the task definition and input, reply with output. In this task, you are given an input stream, and your task is to produce a grammatically correct version of the input sentence. The input to this task is a stream of words, possibly from captions generated by a speech-to-text engine, and the output is a grammatica...
[ 0.3844972848892212, 0.18585839867591858, -0.2540992498397827, -0.15359638631343842, 0.0563570000231266, -1.0401126146316528, 0.06342525780200958, 1.162135124206543, -0.3622545003890991, 0.39402151107788086, -0.3181209862232208, -0.006915016565471888, -0.16219690442085266, -0.19992262125015...
Detailed Instructions: You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi. Problem:Mas o que acontece é que não há, na verdade, uma medida padrão de entropia. Solution:
[ 0.23646333813667297, 0.7628941535949707, -0.32296431064605713, -0.7382491827011108, -0.3573540449142456, -0.797935426235199, 0.0668451189994812, 0.8611299395561218, 0.35746175050735474, 0.25539758801460266, -0.7965222597122192, -0.47725215554237366, -0.4392131268978119, -0.0072891698218882...
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase a...
[ -0.023922136053442955, 0.21072466671466827, 0.020662052556872368, -0.22334663569927216, -0.6841700077056885, -0.610545814037323, 0.8097594976425171, -0.002533853519707918, 0.3078908920288086, -0.37748560309410095, -0.6759398579597473, -0.18302786350250244, -0.5653647184371948, 0.3214243054...
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 shoul...
[ -0.5511677265167236, 0.5212176442146301, -0.5850221514701843, -0.6658999919891357, -0.11371777951717377, 0.043630391359329224, 1.3979772329330444, 0.07649371773004532, -0.1624324917793274, -0.23971052467823029, -1.0309497117996216, -0.12260457873344421, -0.40710294246673584, -0.21043545007...
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. [Q]: The heroic writer Suetonius app...
[ 0.4038887619972229, 0.5239765048027039, -0.38299280405044556, -0.6332075595855713, -0.5059596300125122, -1.508521318435669, 0.6819419264793396, 0.41868871450424194, 0.9480448961257935, 0.0617622472345829, 0.17699231207370758, 0.4378528296947479, -0.8266270160675049, 0.6287552714347839, 0...
Definition: In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have b...
[ -0.9467688798904419, 0.4430988132953644, 0.4089353084564209, -0.5374693870544434, -0.013918083161115646, -0.15004312992095947, 0.4701519012451172, 0.304847776889801, 0.6126765012741089, 0.31967127323150635, -0.056427136063575745, 0.31831294298171997, -0.731162428855896, -0.696195662021637,...
Definition: You are given a sentence and a question in the input. The information provided in the sentence should be enough to answer the question. You're expected to write the correct answer. Do not use any facts other than those provided in the sentence. Input: Sentence: The city is directly bounded by several other ...
[ -0.1657061129808426, 0.6094129681587219, -0.06099610775709152, -0.34521886706352234, -0.02448979765176773, -0.9405249357223511, 0.3218138515949249, 0.006926936097443104, 0.18611669540405273, -0.6121208667755127, -0.8926135301589966, 0.2894909381866455, -0.5258176326751709, 0.62911731004714...
In this task, you need to count the number of times the given letter appears in the given sentence. Q: Sentence: 'there are three zebras standing next to each other'. Find frequency of the letter 't' A:
[ 0.3090623617172241, 0.6453260779380798, -0.7690496444702148, 0.05943514406681061, 0.08691912889480591, 0.14515811204910278, 0.37384605407714844, -0.24570757150650024, -0.14237169921398163, 0.13359799981117249, -0.1515817493200302, 0.16256371140480042, -0.1642783284187317, 0.118319474160671...
Part 1. Definition In this task, you are given two phrases: Head and Tail, separated with <sep>. 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....
[ 0.5843559503555298, 0.07404886186122894, -0.05958811566233635, -0.11740568280220032, -0.5477358102798462, -0.8372858762741089, 1.2648003101348877, 0.4289131164550781, -0.45121854543685913, -0.5897613763809204, -0.617112398147583, -0.2968836724758148, -0.9316191077232361, 0.0155388563871383...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese. このアイデアはとてもシンプルで Solution: A ideia é muito, muito simples. Why? The Japanese sentence is correctly...
[ -0.4999411106109619, 0.3004668354988098, 0.0809798538684845, -0.8268039226531982, 0.031225748360157013, -0.8901152610778809, 0.604651927947998, 0.5587325096130371, 0.43370842933654785, -0.3992958664894104, -0.32373517751693726, 0.03208694979548454, -0.38170355558395386, 0.24727743864059448...
Given the task definition and input, reply with output. You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician. Si attiva quando si riconoscono i cartoni, quando si disegnano i cartoni, e quando si vedono nelle allucinazioni.
[ -0.5587761998176575, 0.9689317345619202, 0.24391573667526245, -0.6635755896568298, -0.35667747259140015, -0.496340811252594, 0.20534378290176392, 0.5339917540550232, -0.4119674563407898, -0.13528159260749817, -0.2991408705711365, 0.149484783411026, -0.3132266402244568, 0.6817313432693481, ...
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". Ex Input: Instead of Simple Solution Lamb & Rice I was sent Simple Lamb & Oatmeal but, my dog likes it. Next time I will make s...
[ -0.30001354217529297, -0.7229394912719727, -0.08508960157632828, 0.4063737988471985, -0.34485629200935364, -0.27622130513191223, 0.5267484188079834, 0.6795845031738281, 0.008350659161806107, -0.09540999680757523, -0.520430326461792, 0.22565434873104095, -1.146341323852539, -0.0926766544580...
Detailed Instructions: 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 reasonabl...
[ -0.0539606548845768, 0.6337680816650391, -0.046603478491306305, -0.5108790397644043, -0.3285830318927765, -0.37806594371795654, 1.2014163732528687, 0.6608403325080872, -0.20374098420143127, 0.15911245346069336, -0.5276786088943481, 0.17530399560928345, -1.2202725410461426, 0.19611187279224...
TASK DEFINITION: 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 l...
[ 0.19956064224243164, 0.4192928075790405, -0.34344416856765747, -0.7798417210578918, 0.16346806287765503, -0.1068512424826622, 0.9641910791397095, 0.404845267534256, -0.4356708526611328, 0.14861950278282166, -0.6818257570266724, -0.15282845497131348, -0.2239972949028015, -0.1208253055810928...
In this task, your goal is to judge a correct answer to a given question based on an associated paragraph and decide if it is a good correct answer or not. A good correct answer is one that correctly and completely answers the question. A bad correct answer addresses the question only partially or incorrectly. If you t...
[ 0.06458799540996552, 0.005915166810154915, -0.6811889410018921, 0.10389605164527893, 0.23743364214897156, -0.2468431293964386, 0.9277199506759644, 0.8637993931770325, 0.14954692125320435, 0.2387506067752838, -1.082153558731079, 0.767394483089447, -0.9607491493225098, -0.021974382922053337,...
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). Example: Está, sin duda, dentro de la línea de las posiciones que nuestro Parlamento siempre ha adoptado. Examp...
[ 0.2071687877178192, 0.3031681180000305, 0.35809198021888733, 0.07881605625152588, -0.01546520832926035, -1.4747231006622314, 0.8921256065368652, 0.8906179666519165, -0.07120953500270844, 0.2328689992427826, -0.2618705928325653, 0.29299211502075195, -0.6997034549713135, 0.14875569939613342,...
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...
[ -0.5627084374427795, -0.14692457020282745, 0.11573690176010132, 0.5742355585098267, -0.4702017903327942, -0.7412118315696716, 1.251378059387207, 1.1295502185821533, 0.30891668796539307, 0.06407706439495087, 0.10593225061893463, 0.22543159127235413, -0.6557279229164124, -0.17751778662204742...
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]. Q: Verify if the sentiment of the following document towards the entity Joe Cox is Positive . Inside his ruck...
[ -1.1011407375335693, -0.12368859350681305, -0.22142067551612854, 0.6064651012420654, -0.6589573621749878, -1.4679844379425049, 1.2729181051254272, 0.6368536949157715, -0.31474199891090393, 0.4203484058380127, 0.3612525761127472, 0.12026920914649963, -0.4518398344516754, -0.3376001119613647...
In this task, you are given an input text which is in one of the 11 languages listed as follows: ['Oriya' 'Malayalam' 'Bengali' 'Gujarati' 'Hindi' 'English' 'Marathi' 'Panjabi' 'Tamil' 'Telugu' 'Urdu']. Identify the language of input text. The input text can be in one of the given languages only. Input sentences must ...
[ -0.5219050645828247, 0.567847490310669, 0.37709152698516846, -0.7737252712249756, -0.22025470435619354, -0.6051160097122192, -0.2657150626182556, 0.03986059129238129, -0.5492677092552185, -0.7573302984237671, 0.0940466970205307, -0.4976719319820404, 0.17437724769115448, -0.2833966016769409...