inputs
stringlengths
39
523k
embedding
listlengths
1.02k
1.02k
Teacher: 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. Teacher: No...
[ 0.355893075466156, 0.2316051870584488, 0.09994162619113922, -0.4308764338493347, 0.20564721524715424, -0.388458788394928, 0.23751263320446014, 0.739590048789978, 0.13971781730651855, -0.30078673362731934, 0.33542609214782715, -0.009013425558805466, -0.19081324338912964, -0.4902172088623047...
Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'. Example Input: They work great. I ran a a 100 ft cable to my living room and decided to use these instead of cutting the ends off the RJ-45 and re-terminating them myself. Nice little time saver. Example Output: Positive Review E...
[ 0.2453272044658661, 0.16446444392204285, -0.5871419906616211, 0.06602153182029724, 0.792777419090271, -0.03901099041104317, 0.8851091861724854, 0.8376071453094482, -0.26206403970718384, 0.19093674421310425, 0.46542561054229736, 0.8391067981719971, -0.5110917687416077, -0.2519700527191162, ...
Definition: 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. ...
[ -0.28333353996276855, 0.3641200065612793, -0.4995037317276001, -0.5418670177459717, 0.41501152515411377, -0.17579367756843567, 0.5099494457244873, 0.4113755226135254, -0.1770828366279602, 0.44667619466781616, -0.9368484020233154, 0.3238060474395752, -0.24424822628498077, -0.249171614646911...
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. Person1: Can you work over tonight ? Person2: Sorry , I'm supp...
[ 0.3141271471977234, 0.3406203091144562, -0.1505485475063324, -0.04180222749710083, -0.00885925255715847, -0.010324644856154919, 0.8617710471153259, 0.44556692242622375, 0.3445664942264557, -0.2968407869338989, -0.3262937664985657, -0.5031554698944092, -0.26410210132598877, 0.07074438035488...
Detailed Instructions: The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (whereve...
[ -0.23215432465076447, 0.5366159677505493, -0.2773584723472595, 0.05343540757894516, -0.8036118149757385, -0.5725960731506348, 0.9288694262504578, 0.7650575637817383, -0.01502755656838417, 0.12100173532962799, 0.33287203311920166, -0.2234504222869873, -0.6383508443832397, -0.212124675512313...
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". [Q]: Reviews: Returned as it was too small Summary: BEWAR...
[ -0.2508876621723175, 0.22734618186950684, -0.13340654969215393, -0.500511884689331, -0.29850339889526367, -0.8622846007347107, 0.5716155767440796, 0.5179187059402466, -0.8253809213638306, 0.27496999502182007, -0.30112308263778687, 0.42923590540885925, -0.49566733837127686, 0.06203166767954...
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 r...
[ 0.6718481779098511, -0.15844058990478516, -0.42289912700653076, 0.6620148420333862, 0.06576883047819138, 0.25424277782440186, 0.4464094638824463, 0.5650622844696045, 0.20359982550144196, -0.03664230927824974, -0.8389303088188171, 0.10021231323480606, -0.1562933772802353, -0.479901492595672...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. 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 in...
[ -0.3682789206504822, 0.5602818727493286, -0.25383615493774414, 0.12046847492456436, -0.1216406524181366, -0.8134744167327881, 0.28188586235046387, 1.1883119344711304, 0.28613442182540894, -0.7101345062255859, 0.00019491557031869888, 0.11621476709842682, 0.15259136259555817, -0.005351680330...
Given the task definition and input, reply with output. In this task, you are given a sentence and question which can be answered using the sentence. Your task is to answer the question using the information from the sentence. The answer to the question is unique and it is a continuous text span from the sentence. Sen...
[ -0.7467315196990967, 1.137699842453003, 0.18953417241573334, -0.4424152374267578, -0.5589612722396851, 0.06668634712696075, 0.6803704500198364, 0.1994088888168335, 0.3007652759552002, -0.481207937002182, -1.3116469383239746, 0.5746243000030518, -0.7699258327484131, -0.08360321819782257, ...
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. [Q]: [26.857, -69.553, -37.942] [A]: -26.879 ...
[ -0.6610954999923706, 0.4059985876083374, -0.7487771511077881, -1.4602060317993164, -0.0005500216502696276, 0.04433654993772507, 0.34275442361831665, 0.02806418016552925, -0.26932191848754883, -0.07431954145431519, -1.0560505390167236, 0.5435175895690918, -1.0008585453033447, 0.234278663992...
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. Q: passage: A passphrase is a sequence of words or other text used to control access to a computer system, program or data. A passphrase is similar to a password i...
[ 1.0021233558654785, 0.5374854803085327, -1.0005462169647217, 0.4108089208602905, -0.4403510093688965, -0.17542032897472382, 1.239017128944397, 0.5758022665977478, -0.17532280087471008, 0.07607836276292801, -0.19230851531028748, -0.009476759470999241, -0.600695788860321, 0.4901553988456726,...
instruction: In this task you are given a tweet. You must judge whether the author of the tweet is happy or not. Label the instances as "Happy" or "Not happy" based on your judgment. question: Apologies don't have to be sincere. They make great place holders while you quietly harbor rage and plot adequate revenge.#Tues...
[ -1.3450157642364502, 0.211870014667511, 0.959601879119873, -0.41278934478759766, -0.10938787460327148, -0.868720293045044, 0.5600713491439819, 0.08269102871417999, 0.558516263961792, 0.13258904218673706, -0.3534877300262451, 0.4150741398334503, -0.5119021534919739, -0.1729385256767273, -...
Q: Categorize the comment on the basis of toxicity. If the comment is toxic (harmful, malicious, derogatory, threat, insult, identity attck, etc.) output Yes, otherwise output No. I'd like to announce that I cannot support Jeb Bush. Neither he or his brother George Walker Bush have done our country any favors. Look at...
[ -0.2228568196296692, 0.7580356597900391, 0.33324897289276123, 0.6135958433151245, -0.00651710107922554, -1.1072417497634888, 0.5657621026039124, 0.4737488031387329, 0.3075597286224365, 0.6060377955436707, -0.019381403923034668, -0.20411092042922974, -0.45907220244407654, -0.544495940208435...
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...
[ -0.574234127998352, 0.3776707053184509, -0.08294413238763809, 0.42542991042137146, 0.2600078582763672, -0.1192689836025238, -0.38634347915649414, 0.5032587051391602, -0.1792898029088974, 0.10144491493701935, -0.7649742960929871, 0.14379169046878815, 0.2764553427696228, -0.2470383644104004,...
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. One example: Tracy slept awkwardly on their new bed and was having some pain, so Tracy cracked her neck. Solution is here: What did Tracy do with her neck? Explanation: The...
[ 0.31414270401000977, 1.1024754047393799, -0.31784364581108093, 0.2356361597776413, 0.18752633035182953, -0.15655125677585602, 0.9294189214706421, 0.4775792360305786, -0.08482588082551956, 0.8755154609680176, 0.08464615046977997, 0.316351979970932, -0.5840355157852173, -0.2562033236026764, ...
Q: You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Farsi. O melhor de uma cultura de dadores é que isto não é ilusão, é uma realidade. A:
[ -0.8868672847747803, 0.12279005348682404, 0.030627282336354256, -0.18647505342960358, -1.178652286529541, 0.2528902292251587, 0.4006120562553406, 1.0990430116653442, 0.44204026460647583, -0.3165706992149353, -0.6069442629814148, 0.34662753343582153, -0.3326423764228821, 0.5127278566360474,...
Given a scientific passage and an answer, generate a question for the given answer. Example: Passage: A frameshift mutation is a deletion or insertion of one or more nucleotides that changes the reading frame of the base sequence. Deletions remove nucleotides, and insertions add nucleotides. Consider the following sequ...
[ 0.5332967042922974, 0.13439500331878662, -0.28499454259872437, 0.4788573980331421, -0.10078951716423035, -1.0515990257263184, 0.950486958026886, 0.6512172222137451, 1.0026793479919434, -0.5049518346786499, -0.9791015982627869, -0.2961844205856323, -0.9813792109489441, 0.3279271721839905, ...
Teacher:You are given a movie review in the French language. You need to predict its sentiment. Output a 0 for negative sentiment and a 1 for positive sentiment. Teacher: Now, understand the problem? Solve this instance: Si une envie PASSAGERE vous prend de regarder ce film, sachez que ca n'est vraiment PAS SAGE... Un ...
[ -0.4983311593532562, 0.5259251594543457, -0.2613379955291748, -0.23320284485816956, 0.264941930770874, -0.12182976305484772, 0.30770862102508545, 0.5648241639137268, 0.13951797783374786, -0.1675383746623993, -0.045815858989953995, -0.34659385681152344, -0.07923240214586258, -0.743793070316...
Given the task definition and input, reply with output. In this task, you are given a hateful post in Bengali that expresses hate or encourages violence in a geopolitical context based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two cl...
[ -0.35738280415534973, 0.2955254316329956, 0.5877692699432373, 0.36109262704849243, -0.23814237117767334, -0.24715331196784973, 0.014881795272231102, 0.26058781147003174, 0.052919987589120865, -0.23610827326774597, -0.4968818426132202, 0.1319950819015503, -0.3119596242904663, -0.57158792018...
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 ​​at the same time. En ese sentido, la Unión Europea ha apoyado, y la Comisión ha considerado importa...
[ -0.04828869178891182, 1.0543224811553955, 0.43728107213974, -0.4085661768913269, 0.14561046659946442, -0.5617625713348389, -0.10292670875787735, 0.9875304698944092, 0.12976181507110596, -0.35400092601776123, -0.3291601240634918, 0.007772929035127163, -0.34587639570236206, -0.61038184165954...
Instructions: Classify the input text into either disfluent questions or proper questions. A disfluent question is a question that has some interruptions in it while framing. A proper question is the correct form of the question without any disfluency. Input: How many people protested the school assimilation program in...
[ 0.5379467010498047, -0.06532076746225357, -0.07204161584377289, -0.2345898151397705, -0.290541410446167, -0.24757829308509827, 0.5699598789215088, -0.015233159065246582, 0.1707654595375061, 0.28157100081443787, -1.0568993091583252, -0.515967071056366, -0.44387468695640564, -0.3541181683540...
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) ori...
[ 0.49388065934181213, 0.3676033020019531, 0.059159886091947556, 0.09351225197315216, 0.14235763251781464, -0.034604884684085846, 0.4589141011238098, 0.7849447727203369, -0.08489416539669037, -0.05119888484477997, 0.36800843477249146, 0.6676067113876343, -1.3070850372314453, 0.13435654342174...
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. 先週の金曜日、イスラエル・レバノン戦争で「完全な休戦」を求める1701国連決議が国連安全保障理事会を通過し、週末にレバノンとイスラエルによって承認された。
[ -0.02958376519382, 0.9378744959831238, -0.12197642028331757, -0.10721400380134583, -0.4825223982334137, -0.5906678438186646, 0.988808810710907, 0.07264956086874008, -0.12296272814273834, 0.07735037058591843, -0.9468086957931519, 0.3668675720691681, -1.0533244609832764, 0.6680248975753784, ...
Q: Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage. Context: The dark chocolate is one of the favourite food choices by many. The taste is simply irresistible , the smell is inviting and...
[ 1.2111797332763672, 0.5372403860092163, -0.08896615356206894, 0.014917722903192043, 0.2824017107486725, -0.47389885783195496, 0.544166624546051, 0.7775323390960693, 0.1839962899684906, 0.05213127285242081, -0.12988348305225372, -0.2866785526275635, -1.0508533716201782, -0.01497790403664112...
Teacher: 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"). Teacher: Now, understand the problem? If you are still confused, see the following example: Fact1: a plant requires sunlight to grow, Fact2: Plants t...
[ 0.24658766388893127, -0.0693497583270073, -0.40174049139022827, -0.4137135148048401, -0.2822725176811218, -1.631957769393921, 0.7077937722206116, 0.8664958477020264, -0.5997428894042969, 0.052400317043066025, -0.7981065511703491, -0.3268553614616394, -0.20694400370121002, -0.17057499289512...
Given the task definition and input, reply with output. 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...
[ -1.020189881324768, 0.40369856357574463, -0.12264296412467957, 0.13463518023490906, -0.6114538311958313, -0.486644446849823, 0.44401639699935913, -0.06340056657791138, 0.296581506729126, -0.19485251605510712, 0.2258627563714981, -0.1068994551897049, -0.36903512477874756, 0.3360887765884399...
Instructions: 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: Sarah Drew (born October 1, 1980) is an American actress. She is kno...
[ 0.30471140146255493, -0.3198692798614502, 0.054108574986457825, -0.6349911093711853, -0.5077656507492065, -0.44870030879974365, 0.2532435953617096, 0.035273559391498566, -0.06332644075155258, 0.3610820174217224, 0.13445380330085754, 0.8617297410964966, -0.5375117659568787, -0.5780924558639...
Instructions: 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: [-72, 22, -2, 91, 30, -87] Output:
[ -0.4312540292739868, -0.11924836039543152, -0.6284830570220947, -0.42223262786865234, 0.18165244162082672, 0.18105143308639526, 0.8016042709350586, 0.07048638164997101, -0.5632262229919434, 0.10972663015127182, -0.5949378609657288, 0.13677462935447693, 0.05692604184150696, -0.7533963322639...
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...
[ -0.029669733718037605, 0.2469269335269928, 0.5522251129150391, 0.9004397392272949, 0.0723428875207901, -0.6430997848510742, 0.2205340713262558, 0.6624603271484375, -0.3122464716434479, 1.1159511804580688, -0.05810544639825821, -0.1755123734474182, 0.03005782514810562, -0.7356554269790649, ...
A text is given in Tamil. Translate it from the Tamil language to the Telugu language. The translation must not omit or add information to the original sentence. Ex Input: நீதித் துறை மற்றும் அதன் தீர்ப்பை மதிக்காத போக்கிற்கு, வாழும் உதாரணமாக அந்த செயல்பாடு இருக்கிறது. Ex Output: న్యాయ వ్యవస్థ ను, దాని తీర్పు ను అగౌర...
[ -0.43847066164016724, 0.32482296228408813, -0.03673113137483597, 0.11984559893608093, -0.08138487488031387, -1.3890447616577148, -0.22811654210090637, 1.1524860858917236, -0.1949177384376526, 0.3089791536331177, 0.09035833925008774, 0.48620837926864624, -0.696616530418396, -0.1997883319854...
Compose a new way to ask the same question. The new question must be asking the exact same thing as the original question does. Without any other information, you should be able to tell that the original question and the new question are the same. Preserve bracketed phrases in your new question. You can change the rest...
[ 0.9160102009773254, 0.24638265371322632, -0.3352346420288086, 0.004503877833485603, 0.38707053661346436, -0.7047925591468811, 0.5250189900398254, 1.115774154663086, -0.8922927379608154, 0.32471027970314026, -0.03473135456442833, 0.3918408453464508, -0.758336067199707, 0.022170940414071083,...
Part 1. Definition 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. Part 2. Example ອິຕາລີໄດ້ເສຍໃຫ້ປ໊ອກຕຸຍການ 31 ຕໍ່ 5 ໃນພູລ C ຂອງ ການແຂ່ງຂັນຣັກບີ້ລະດັບໂລກປີ 2007 ທີ່ ປາກເດແພຣັງ ປາຣີ ປະເທດຝຣັ່ງ. Answe...
[ -0.9074277877807617, 0.537450909614563, -0.5379012227058411, 0.4731690287590027, -0.20869885385036469, -0.4125676155090332, 0.4334409832954407, 0.3181488513946533, 0.17307831346988678, -0.7756825685501099, -1.0879685878753662, 0.8350635766983032, -0.8801794052124023, 0.9844933748245239, ...
Given the task definition and input, reply with output. In this task, you will be presented with a question in Persian. Based on the knowledge you need to answer the question, classify the question into "math_and_logic", "literature", or "common_knowledge". ریاست شورای عالی امنیت ملی برعهده چه کسی است؟
[ -0.42133164405822754, 0.9908277988433838, 0.14512920379638672, -0.1381325125694275, -0.7031179070472717, 0.7611325979232788, 1.1214067935943604, -0.40538930892944336, 0.26881474256515503, -0.5507872700691223, -0.8597128987312317, 0.8153138756752014, -0.660006046295166, 0.3562636375427246, ...
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 beli...
[ 0.21664726734161377, -0.39881545305252075, -0.3335018754005432, -0.18204733729362488, -0.23247775435447693, -0.6589822769165039, 0.16451537609100342, 0.2823774218559265, 0.10027191042900085, 0.14476609230041504, -0.279249370098114, 0.5083062648773193, 0.1404305398464203, 0.0223322436213493...
Q: In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. I'm giving them 1 star because they say on their manual to go to their site for missing or damaged parts but that doesn't exist and Amazon was no help in resolving this. If you order this make sure you have...
[ -0.02915290929377079, 0.6494131684303284, -0.5409260988235474, -0.3361703157424927, 0.4950138330459595, 0.0017870647134259343, 0.4721411466598511, 0.7937709093093872, -0.4583798050880432, 0.593000054359436, 0.10966178774833679, 0.3535696268081665, -0.21701936423778534, 0.30575573444366455,...
Part 1. Definition 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\*. Part 2. Example when ...
[ -0.18485160171985626, 0.48062336444854736, -0.17259085178375244, -0.16928008198738098, -0.17635789513587952, -0.5539246797561646, 0.8899633288383484, 0.29926931858062744, 0.08097641915082932, -0.3761092722415924, -0.6741746664047241, -0.035143520683050156, -0.9104478359222412, -0.237608522...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. 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 t...
[ -0.20744511485099792, 0.5695808529853821, -0.5946455001831055, 0.3587858974933624, -0.01564938575029373, 0.05556079000234604, 0.5824349522590637, 0.6187325716018677, -0.15681499242782593, 0.7973451614379883, 0.22630071640014648, 0.5780512094497681, -0.973315954208374, 0.33560827374458313, ...
Q: 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. Sentence ...
[ -0.3625625967979431, 0.3897179067134857, 0.6005532741546631, -0.18089188635349274, 0.4121614992618561, -0.9393547773361206, -0.3189235329627991, 0.9475120306015015, 0.4979187250137329, 0.555518627166748, -0.35391008853912354, -0.6735975742340088, -0.28988176584243774, -0.5224544405937195, ...
Part 1. Definition In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifi...
[ -0.5361734628677368, 0.47510960698127747, -0.08701400458812714, -0.3486170768737793, 0.36820656061172485, 0.13788704574108124, -0.16053327918052673, 0.9723882079124451, 0.2647882103919983, 0.1843615174293518, -1.1029067039489746, 0.016270896419882774, -0.27928978204727173, -0.2849475145339...
Definition: 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 câine negru sare prin apă. Output:
[ -0.2425333708524704, 0.6634386777877808, -0.09882724285125732, -0.48866236209869385, 0.06918112933635712, -0.31760168075561523, 0.5516276359558105, 0.5876439809799194, 0.5211606025695801, 0.19633561372756958, 0.12380990386009216, 0.6895967125892639, -1.0542258024215698, -0.0097143976017832...
Teacher: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Teacher: Now, understand the problem? If you are still confused, see the following example: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and ...
[ 0.6619409918785095, 0.1097487211227417, 0.13184699416160583, 0.2733096480369568, 0.37636247277259827, -0.9267439842224121, 0.14855383336544037, 0.39836257696151733, 0.06613143533468246, -0.25002044439315796, 0.0783863216638565, -0.13643679022789001, -0.5641270279884338, -0.3132764995098114...
In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answe...
[ 0.8117663264274597, -0.5548455715179443, -0.707271933555603, 0.204025000333786, -0.1279911994934082, -0.7419562339782715, 0.636749804019928, 0.9357054829597473, 0.08766698837280273, 0.06903142482042313, -0.10985930263996124, 0.3578183054924011, -0.6011285781860352, 0.32156503200531006, 0...
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. Beginning: Frank was ready...
[ -0.4903979003429413, 0.45771893858909607, 0.2857820987701416, -0.056942638009786606, -0.5010762214660645, -0.47423240542411804, 0.4949987232685089, 0.24257861077785492, 0.21002942323684692, -0.2367590218782425, -0.6175844669342041, 0.2789951264858246, -0.7339407801628113, 0.123295545578002...
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. Example input: Sentence 1: Next to the MGM Grand you will find M and M World. ...
[ -0.5023787617683411, 0.5181992053985596, 0.5903953313827515, -0.344543993473053, 0.22957485914230347, -1.0664106607437134, -0.1668807715177536, 0.6392546892166138, 0.17518630623817444, -0.14153899252414703, -0.01257163006812334, -0.6509150266647339, -0.5096113681793213, -0.266766756772995,...
Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise -------- Question: The site collects your unspecified information for personalization or customization. Collection happens w...
[ -0.45565521717071533, 0.08997413516044617, -0.8814972639083862, -0.02680104225873947, -0.5488448143005371, -1.0581996440887451, 0.4556155800819397, -0.37621310353279114, 0.29950854182243347, 0.7371180057525635, 0.6097609996795654, 0.4794618487358093, -0.5002309083938599, -0.441354542970657...
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. -------- Question: Comment: No one is ‘ret...
[ -0.4651225507259369, 0.6775830984115601, 0.7685618996620178, -0.10248546302318573, -0.40325284004211426, -0.5958186984062195, 0.7183969020843506, 0.8779779672622681, 0.19680488109588623, 0.3415035605430603, 0.011668242514133453, 0.4559585452079773, -0.7846231460571289, -0.8218196630477905,...
Definition: In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. Input: Same old bs, thought I’d buy the game just for kicks since I hadn’t bought an nhl game since 2015 and its the same just as I suspected I literally cannot tell the difference but I didn’t car...
[ -0.3815317153930664, -0.10232260823249817, -0.6332782506942749, 0.19547918438911438, 0.385134220123291, -0.4407983422279358, 0.8657273054122925, 0.5882018208503723, 0.2195059061050415, 0.2292940616607666, -0.582100510597229, 0.36552923917770386, -0.3758696913719177, 0.10630646347999573, ...
TASK DEFINITION: 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. PROBLEM: Sentence 1: I believe I've only seen your hand shake ...
[ -0.16006313264369965, 0.129426971077919, 0.10000692307949066, -0.16578149795532227, 0.5667051672935486, -0.5180760025978088, 0.224837064743042, 0.8520935773849487, -0.258652001619339, 0.562933087348938, -0.0624903067946434, -0.32012414932250977, -0.39293521642684937, -0.35901933908462524, ...
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 b...
[ -0.6274005174636841, -0.1427176147699356, -0.12813133001327515, 0.21509309113025665, -0.14081406593322754, -0.14781641960144043, -0.3596961200237274, 0.9280838370323181, 0.008284293115139008, 0.060601264238357544, -0.42753463983535767, 0.009012563154101372, 0.06304717063903809, 0.230341881...
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). One example: フランスのパリ、パルク・デ・プランスで行われた2007年ラグビーワールドカップのプールCで、イタリアは31対5でポルトガル...
[ -0.1742182970046997, 0.7027222514152527, -0.13693535327911377, -0.04790051653981209, -0.20819175243377686, -0.023447919636964798, -0.07897660881280899, 0.5733970403671265, 0.34296685457229614, -0.4953768849372864, -0.7571947574615479, 0.3052229881286621, -0.4780270755290985, 0.204508468508...
Given the task definition, example input & output, solve the new input case. 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 pl...
[ -0.16557417809963226, 0.555306613445282, 0.29763132333755493, -0.16581498086452484, 0.054615944623947144, -0.4766499400138855, 0.38609176874160767, 0.9407414197921753, 0.22147801518440247, -0.3473777174949646, -0.8471924066543579, -0.2729901075363159, -0.6322253942489624, -0.28170102834701...
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). Är Israel berett att följa FN:s resolutioner och återlämna de arabiska omr...
[ -0.12182566523551941, 0.29396939277648926, -0.09468494355678558, -0.154068261384964, -0.5214426517486572, 0.3961819112300873, 1.0392755270004272, 0.1257561445236206, 0.5028785467147827, -0.32582682371139526, -0.35197192430496216, 0.9028609991073608, -1.146299123764038, 0.2589743137359619, ...
You are given a sentence in Polish. Your job is to translate the Polish sentence into Farsi. Example Input: Co wiemy na temat morderstw? Na ten temat posiadamy dobre statystyki, ponieważ wiele gmin rejestrowało przyczyny śmierci. Example Output: وضعیت قتل ‌ های نفس چطور است ؟ در این زمینه آمار خوبی وجود دارد ، چون بسی...
[ -0.21986910700798035, 0.8792089223861694, -0.47644704580307007, 0.07080821692943573, -0.38410985469818115, -0.06528118997812271, 1.2106120586395264, -0.3303688168525696, 0.17766854166984558, 0.18559060990810394, -0.8868293762207031, 0.7690514326095581, -0.26282820105552673, 0.6392971277236...
Given the task definition, example input & output, solve the new input case. In this task, you need to reverse the order of words in the given sentence. Example: Sentence: luggage surrounds a vehicle in an underground parking area Output: area parking underground an in vehicle a surrounds luggage This is a correct answ...
[ -0.23330479860305786, 0.7234140038490295, -0.0858963206410408, 0.4444911479949951, 0.004376117140054703, 0.15663549304008484, -0.33881357312202454, 0.578455924987793, 0.442918598651886, -0.18917517364025116, -1.1290249824523926, -0.3340570628643036, 0.3005310297012329, -0.15261834859848022...
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese. [EX Q]: ما نبحث عنه في الثلاث ساعات الأولى [EX A]: 我々は最初の3時間をみているのです [EX Q]: نعم ، بالتأكيد يمكنك فعل ذلك هنا. [EX A]: もちろんここアメリカにだってあります [EX Q]: وها هي على دراجة صغيرة هنا ، ولكن حسب فهمي أن هذه صورة وديعة جدًا بالنسبة ل...
[ -0.1812257617712021, -0.303366482257843, -0.009122774004936218, -0.578441321849823, -0.7296634912490845, -0.1513570249080658, 0.8772246837615967, -0.31646019220352173, 0.16917723417282104, -0.40863314270973206, -0.8323510885238647, -0.05101189762353897, -0.1289173662662506, 0.0789476633071...
instruction: You are given a sentence in Persian. Your job is to translate the Farsi sentence into Polish. question: بهتر است که ما خودمان در حضور آنها و در اطراف آنها از زبان استفاده کنیم. چرا که مشوق آموزش زبان این است که شما سعی کنید بفهمید منظور کسانی که برای شما مهم هستند چیست. answer: Po prostu używać języka w ic...
[ -0.5200490951538086, 1.204793930053711, -0.406482070684433, -0.3175288438796997, -0.7128542065620422, -0.4363177418708801, 1.1276612281799316, -0.4388566017150879, -0.021006986498832703, -0.27555346488952637, -0.5045162439346313, 0.17323900759220123, -0.6360992789268494, 0.3152602314949035...
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" base...
[ -0.21648764610290527, 0.6438137292861938, 0.4226906895637512, 0.020179107785224915, -0.04285266995429993, -0.6220645904541016, 0.38253384828567505, 0.862648069858551, -0.45755061507225037, 0.2556282877922058, -0.5222054123878479, -0.8438562154769897, -1.0689623355865479, 0.0509514063596725...
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. Q: [-830, -33] A: [-830, -30] **** Q: [-264, -364, 814, -540, 864, -286, -668, -844, 148, 815, 918, 130, -671, -157] A: [-260, -360, 810, -...
[ -1.233720064163208, 0.5478209853172302, -0.22798892855644226, -0.4154103994369507, -0.2257227748632431, -0.42891308665275574, 0.43280887603759766, -0.01985972560942173, -0.7609927654266357, 0.23046380281448364, -0.9187741875648499, 0.22955197095870972, -0.4028494954109192, 0.00897244922816...
Q: In this task you will be given a list of strings and you need to concatenate them. ['Q', 'this', 'G', 'time,', 'D', 'side', 'y', 'O', 'l', 'blocks', 'U'] A:
[ -0.579583466053009, 1.3612377643585205, -0.035303182899951935, -0.743672251701355, -0.09114374220371246, -0.42270687222480774, 0.5574433207511902, 0.26938149333000183, 0.10818785429000854, 0.07704725116491318, -0.2645697593688965, -0.02489924430847168, -0.04802628606557846, -0.035609718412...
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context. Context: Surgeon-performed ultrasonography is increasingly becoming part of the initial evaluation of patients after blunt or penetrating trauma. C...
[ 0.5052226781845093, 0.5726104974746704, -0.09607240557670593, -0.23832979798316956, 0.4708855152130127, -0.22719714045524597, 0.955679178237915, 0.442205011844635, 0.6491014957427979, 0.14934182167053223, 0.3393508791923523, 0.1080702692270279, -0.42139869928359985, 0.7850552797317505, 0...
Q: 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 i...
[ -0.22350868582725525, 0.3751065135002136, -0.2265271097421646, 0.0907985270023346, -0.7081301808357239, -0.2032666802406311, 0.6765410900115967, 1.2299139499664307, -0.008054377511143684, -0.7613667845726013, -0.860065221786499, -0.03733940050005913, -0.9095664024353027, 0.0149506730958819...
In this task, you are given a sentence in Persian, and your task is to translate it into English. Let me give you an example: ۵۲٪ از کاربران رایانه دارای دانش رایانه‌ای هستند. The answer to this example can be: 52% of computer users are Internet literate. Here is why: This is a good example. The above sentence is corr...
[ -1.0558054447174072, 0.9001878499984741, -0.10785827040672302, -0.28678321838378906, -0.489601731300354, -0.5226550698280334, 1.0220789909362793, 0.44785767793655396, 1.0613481998443604, 0.25685855746269226, -0.40650907158851624, 0.6963614225387573, -0.670978307723999, -0.19090667366981506...
Teacher: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. Teacher: Now, understand the problem? Solve this instance: Category: FLOWERS Clue: Th...
[ -0.49710774421691895, 0.5711566805839539, -0.5037362575531006, 0.08555832505226135, -0.3425982594490051, -0.4863283038139343, -0.0815647542476654, 0.029704498127102852, 0.46001487970352173, 0.03263615816831589, -0.05630170926451683, 0.09667350351810455, -1.4056694507598877, 0.2010324597358...
Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise Example input: The site collects your cookies or tracking elements for a basic servic...
[ -0.6070572137832642, -0.16012468934059143, -0.6848913431167603, 0.1290130317211151, -0.5912430286407471, -0.6173031330108643, 0.3552318811416626, 0.3593868017196655, -0.15134331583976746, 0.9171225428581238, 0.4883866608142853, -0.04368807002902031, -0.09443208575248718, -0.373385608196258...
Provided the input sentence, you're expected to write a question that involves event "frequency", which refers to how often an event is likely to be repeated. For example, "taking showers" typically occurs ~5 times a week, "going to Saturday market" usually happens every few weeks/months, etc. Don't create questions wh...
[ 0.1025160402059555, 0.15244132280349731, 0.06809470057487488, 0.014906625263392925, 0.11622829735279083, -1.0229039192199707, -0.042856164276599884, 0.7542643547058105, -0.16408714652061462, 0.08193773031234741, -0.5930535197257996, -0.08923386037349701, -1.0921764373779297, 0.026677956804...
Given the task definition and input, reply with output. 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. He also learnt French and German , Italian and Spanish to read Goethe , Dante and Calderon in the origina...
[ -0.41202545166015625, 0.5357561707496643, 0.9275164008140564, -0.09624487906694412, 0.33552086353302, -0.8520414233207703, 0.26693904399871826, -0.5437440872192383, -0.30090487003326416, -0.5279358625411987, -0.36754080653190613, 0.06082352250814438, -1.1225370168685913, -0.139913737773895...
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 ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. Q: All people like tea Some people like tea A: fir...
[ 0.18702997267246246, 0.9255643486976624, -0.40946418046951294, -0.014865252189338207, 0.1704690158367157, -1.0581145286560059, 0.14995262026786804, 0.5368026494979858, 0.08142203092575073, 0.1509593427181244, -0.4168500602245331, -1.043966293334961, -0.5107333064079285, -0.3448345363140106...
instruction: In this task, you need to count the number of times the given letter appears in the given sentence. question: Sentence: 'a police officer who is riding on a horse'. Find frequency of the letter 'p' answer: 1 question: Sentence: 'a bathroom that has it's lights turned on'. Find frequency of the letter 'h'...
[ -0.5177958011627197, 0.20397862792015076, -0.5178655385971069, -0.27316415309906006, -0.2706446945667267, -0.7647075653076172, 0.5851167440414429, 0.4446376860141754, 0.22433330118656158, -0.46963754296302795, -1.123873233795166, -0.062027931213378906, 0.36490896344184875, -0.3110787272453...
Given the task definition, example input & output, solve the new input case. 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 give...
[ -0.14783912897109985, 0.25808653235435486, -0.390341192483902, 0.5352143049240112, 0.5159469842910767, -0.6031315922737122, 0.04644138365983963, 0.890406608581543, -0.3612295389175415, -0.35851794481277466, -0.04470284283161163, 0.724075973033905, -0.5364445447921753, -0.043342895805835724...
Given the task definition and input, reply with output. In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is intentionally offensive, 2) no, otherwise. Also, generate label 'no' for offensive statements that appear to be un...
[ -1.1673784255981445, 0.5610584020614624, 0.49104899168014526, 0.48590415716171265, -0.2592398524284363, 0.47493255138397217, 0.005502345971763134, 0.7458104491233826, 0.49643564224243164, 0.42112159729003906, -0.16291511058807373, -0.30117562413215637, -0.037580206990242004, -0.19980888068...
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. You have to determ...
[ 0.4299611449241638, 0.10090554505586624, 0.4271760880947113, 0.18279868364334106, -0.509791374206543, -0.39665186405181885, 0.7120189666748047, 0.5475273728370667, -0.7585698366165161, -0.12368449568748474, -0.6275262236595154, -0.6021747589111328, -0.6452905535697937, -0.01561061665415763...
Given the task definition and input, reply with output. 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). Person...
[ 0.2807019352912903, 0.46581655740737915, 0.2782708406448364, -0.037507012486457825, -0.44624900817871094, -0.5349279642105103, 1.3045001029968262, 0.42606809735298157, -0.41666555404663086, -0.7134790420532227, -0.6970528960227966, -0.08490416407585144, -0.8485840559005737, 0.1996596008539...
You will be given a definition of a task first, then some input of the task. 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". Sentence-1: I can't eat meat.<sep>Sentence-2: I am I down ? . Output:
[ -0.5585704445838928, 0.439424067735672, 0.4503827691078186, 0.15629176795482635, 0.05647754669189453, -0.20886442065238953, 0.6338566541671753, 1.1043431758880615, 0.011802736669778824, -0.20378410816192627, -0.27623307704925537, -0.6575175523757935, -0.7976550459861755, -0.146253630518913...
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'. One example is below. Q:...
[ -0.04060914367437363, 0.3081752359867096, -0.4389294385910034, -0.2521858811378479, -0.06817367672920227, -0.6426218748092651, 0.2656266689300537, 0.9528361558914185, 0.2008257955312729, 0.5205224752426147, -1.3145902156829834, -0.21016807854175568, -0.8446269631385803, 0.6374653577804565,...
Q: 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". Reviews: I purchased this headset primarily for making ph...
[ -0.4194474220275879, 0.3049801290035248, -0.19348978996276855, -0.3822830319404602, 0.04121178388595581, 0.0876857191324234, 0.7182766199111938, 0.5331927537918091, -0.022851301357150078, 0.37030184268951416, -0.7301321029663086, 0.09541213512420654, -0.3238387405872345, -0.121513567864894...
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 ...
[ 0.29561445116996765, 0.39028987288475037, -0.35746607184410095, -0.7080298662185669, -0.24402152001857758, -1.0439674854278564, 0.257351279258728, 0.3491936922073364, 0.2850346565246582, -0.5216089487075806, -0.7292003631591797, 0.6540206670761108, 0.20472431182861328, -0.2698812782764435,...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. 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 d...
[ -0.2114565670490265, 0.5757876634597778, -0.6646327376365662, 0.2103356122970581, -0.21407334506511688, 0.19397898018360138, 0.842276930809021, 0.6384879946708679, 0.8160266876220703, -0.33330920338630676, -0.1687684953212738, -0.565711498260498, 0.1340010166168213, 0.3382214307785034, 0...
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. question: Sentence: 'a cow crosses a stream while sun rays shine down on the water'. Count the number of vowels in the given sentence. answer: 18 ques...
[ 0.3741268515586853, 0.4961501955986023, -0.8504552841186523, -0.511867344379425, -0.1663147360086441, -0.6073075532913208, -0.25566786527633667, 0.8232128620147705, -0.0027734371833503246, -0.17943048477172852, -0.32269835472106934, -0.06065422296524048, -0.11292072385549545, -0.3742505013...
Part 1. Definition A text is given in Hindi. Translate it from the Hindi language to the Urdu language. The translation must not omit or add information to the original sentence. Part 2. Example केन्द्रीय सड़क परिवहन और राजमार्ग, नौवहन, रसायन और उर्वरक राज्य मंत्री श्री मनसुख मंडाविया ने कहा कि नागरिकों के लाभ के लिए प...
[ -0.2598098814487457, 0.249494731426239, 0.5788625478744507, -0.4200972020626068, 0.09533261507749557, -0.021070457994937897, 0.47920656204223633, 0.7118105888366699, -0.6540510058403015, 0.38414812088012695, -0.5306872129440308, -0.3205198347568512, -0.021018605679273605, -0.04652126505970...
A text is given in Telugu. Translate it from the Telugu language to the Urdu language. The translation must not omit or add information to the original sentence. One example is below. Q: بھارت کو طیاروں سے متعلق سرمایہ فراہمی کا ایک مرکز بنانے اور بھارتی ساحلوں سے پٹے پر دینے کی سرگرمیوں کا آغاز کرنے کے لیے حکومت کی جا...
[ -0.41300418972969055, 0.7676757574081421, -0.2883552610874176, -0.3497614562511444, 0.11367370188236237, -0.7684639692306519, 0.5398004055023193, 0.7171212434768677, 0.2830982208251953, -0.044531092047691345, -0.48862940073013306, -0.32587289810180664, -0.2030031383037567, -0.0885856673121...
Detailed Instructions: In this task you are given a Chinese paragraph related to a criminal case, your job is to give an answer of what the criminal charge is. Take note a) if there are multiple charges only one needs to be outputted b) the criminal charge should be in Chinese. Q: 杨陵区人民检察院指控,1、2013年3月11日中午12时许,被告人常某某伙...
[ 0.3161412477493286, 0.05182671919465065, -1.1075141429901123, -0.3890833258628845, 0.26441866159439087, 0.7532224655151367, 0.3509748578071594, 0.9085192680358887, -0.11853083968162537, 0.3759574890136719, -0.33689576387405396, 1.056535243988037, -0.20713743567466736, 0.233511820435524, ...
Instructions: 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: well you it's it's kind of funny um i know a lot Sentence 2: I ...
[ -0.5858449339866638, 0.25613170862197876, 0.7265572547912598, -0.10726869106292725, 0.250934898853302, 0.2779727876186371, -0.09359879046678543, 0.544413149356842, 0.09027611464262009, -0.5043676495552063, -1.076599359512329, -0.39623701572418213, -0.5831204652786255, -0.5422986745834351, ...
instruction: In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. question: I followed instructions down to the letter and I was left with a couple broken plates. I had to take them all down. So disappointed in this product and wish I was in the window to return...
[ -0.3142794966697693, 0.5793524980545044, -0.24634546041488647, -0.2674834728240967, 0.004762676078826189, -0.15854386985301971, 0.7739748358726501, 0.4732791781425476, -0.061598196625709534, 0.6744529604911804, 0.3482787311077118, 0.15613746643066406, -0.4094553291797638, -0.08347710222005...
You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Farsi. Example input: אתם רואים שהפינגווין הזה ניגש ומסתכל על החוטים, הוא לא אוהב את החוט הזה. Example output: شما میتونید این پنگوئن ها رو ببینید اونها حرکت میکنند به اون سیمها نگاه میکنند ولی شبیه اون سیمها نیستند Example explanati...
[ -1.334654688835144, 0.763809323310852, -0.0259894747287035, 0.29075878858566284, -0.4953193664550781, -0.903337836265564, 0.4093247652053833, -0.1347959041595459, 0.3839089274406433, 0.16500523686408997, -0.9144060015678406, 0.7237600088119507, -1.1166672706604004, -0.026319369673728943, ...
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. Q: Sentence: 'a black bear sitting on top of a fallen log at a zoo'. Remove all words of length '7' in the given sentence. A: a black be...
[ 0.08488181233406067, 0.4217875599861145, -0.6491092443466187, -0.7489993572235107, 0.06975989788770676, -0.7129482626914978, 0.1645631492137909, 0.7297537922859192, 0.15965571999549866, -0.2974608838558197, -0.714980959892273, -0.22228330373764038, -0.7122070789337158, 0.42076534032821655,...
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 ...
[ 0.806513786315918, 1.1459099054336548, -0.5927574634552002, -0.1374923437833786, 0.1844252049922943, -0.8442046642303467, 1.0234034061431885, 0.7851629853248596, -0.31688392162323, -0.1493079960346222, -0.3047409653663635, 0.6918585300445557, -0.5343321561813354, 0.25029903650283813, -0....
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. One example is b...
[ -0.08749913424253464, 1.0409610271453857, 0.10344889760017395, -0.1696157306432724, -0.06462693959474564, -1.2058184146881104, 0.274581640958786, 0.7458449602127075, -0.3062141239643097, -0.35293781757354736, -1.0870392322540283, -0.3913390636444092, -0.7847141027450562, 0.0777482539415359...
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: Consider Input: Sentence 1: A c...
[ -0.025128470733761787, 0.6245755553245544, -0.21600383520126343, -0.1168491393327713, -0.2974056601524353, -0.5108301639556885, -0.03887107968330383, 0.671252429485321, -0.11516709625720978, -0.14722172915935516, -0.7599248886108398, -0.28560274839401245, -0.3310372531414032, -0.2620203495...
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 <MASK> token in the statement. Output the word from the correct option . Let me give you an example: Statement: ఇది మండల కేంద్రమైన నాతవరం నుండి 8 కి. మీ. దూరం లోను, సమీప పట్టణమైన <MASK> న...
[ 0.3267478942871094, 0.6581985354423523, 0.5918557643890381, -0.2053951770067215, 0.13034841418266296, -1.3178203105926514, 0.138051837682724, 0.888113796710968, -0.08381323516368866, 0.016814494505524635, -0.2795678973197937, 0.18433907628059387, -0.4443647861480713, -0.21070224046707153, ...
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". Q: Review: Most book adaptations are bad but this film left out ke...
[ 0.0321122445166111, 0.23678000271320343, -0.20293045043945312, -0.09280480444431305, 0.7574942708015442, -0.7587395906448364, 1.2647955417633057, 1.1795077323913574, -0.3397570252418518, 0.12545245885849, -0.5171011090278625, 0.37437373399734497, -0.3905912935733795, 0.10564535856246948, ...
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 negativ...
[ 0.5027645230293274, 0.3001771569252014, -0.11962613463401794, 0.2999233901500702, 0.0227239727973938, -0.5282902717590332, 0.9852750301361084, 1.1235716342926025, 0.19441953301429749, -0.2543453574180603, -0.45099228620529175, 0.1349562704563141, -0.046300288289785385, -0.03047052584588527...
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 ...
[ 0.23721249401569366, 0.6680130958557129, -0.49684885144233704, 0.16438598930835724, 0.0036483267322182655, 0.3160761594772339, 0.16178852319717407, 0.7690145969390869, -0.45573991537094116, -0.3417246639728546, -0.9736206531524658, -0.2359786331653595, -0.6148295998573303, 0.01364065706729...
Detailed Instructions: 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. See one example below: Problem: Ja...
[ -0.35079362988471985, 0.6926628351211548, 0.4334723949432373, -0.43003055453300476, 0.18868672847747803, -0.4989633858203888, 0.5240209698677063, 0.7390930652618408, 0.8665950298309326, 0.08279657363891602, -0.24741239845752716, 0.29834288358688354, -0.20805718004703522, -0.329909145832061...
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 Q]: Twizzlers, Strawberry my childhood favorite candy, made in Lancaster Pennsylvania by Y & S Candies, Inc. one of the old...
[ -0.24542279541492462, -0.24737626314163208, 0.19395124912261963, 0.6013932228088379, 0.030859189108014107, 0.2378384917974472, -0.38868841528892517, 0.21148110926151276, -0.467631459236145, 0.09245210886001587, -0.5273088812828064, 0.03410331904888153, -0.24079039692878723, -0.042071960866...
Detailed Instructions: 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. Q: Street signs for Richmond St....
[ -1.0153615474700928, 0.51627516746521, 1.1038504838943481, -0.5459320545196533, 0.40012770891189575, -1.3935110569000244, -0.2639777660369873, 0.2155105024576187, 0.5967017412185669, -0.3712157905101776, -0.3155747056007385, 0.04795295372605324, -0.03962663561105728, -0.19719244539737701, ...
Given the task definition and input, reply with output. In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: in a rectangular metallic piece of paper that covers exactly the area of a cube . the length of the piece of paper is...
[ 0.08499777317047119, 0.8838801383972168, -0.3839743137359619, -0.8454399108886719, -0.09479410946369171, -0.2257804572582245, 0.36607879400253296, 0.08508859574794769, -0.19066065549850464, -0.23122638463974, -0.21679937839508057, 0.2606241703033447, 0.5237521529197693, -0.2835652828216553...
A text is given in Tamil. Translate it from the Tamil language to the Hindi language. The translation must not omit or add information to the original sentence. நாட்டின் வளர்ச்சிக்கான அடித்தளமாக கல்வி விளங்குகிறது.
[ -0.12165030837059021, 0.712833046913147, 0.11195702850818634, 0.2600271701812744, -0.21009692549705505, -0.3350280225276947, 0.6320072412490845, 0.7190642356872559, -0.928887665271759, -0.8999971151351929, -0.38138914108276367, -0.44333672523498535, -0.8510822653770447, 0.41300082206726074...
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 negativ...
[ 0.3577526807785034, 0.13670384883880615, -0.08774188905954361, 0.42406851053237915, 0.16161923110485077, -0.41784578561782837, 0.8719401955604553, 1.1361290216445923, 0.004653885494917631, -0.13834095001220703, -0.5926432609558105, -0.27321791648864746, -0.13722985982894897, -0.09903545677...
Detailed Instructions: 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 buildin...
[ 0.15489992499351501, 0.8236688375473022, -0.4608975052833557, 0.19230742752552032, -0.18108977377414703, 0.049260109663009644, 0.022409237921237946, 0.20515114068984985, -0.048349421471357346, -0.2831305265426636, -0.8026782274246216, -0.22566477954387665, -0.6407313346862793, -0.110657557...
Q: You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese. Baron-Cohen explicou que certas discapacidades poden manifestarse como habilidades formidables no mundo virtual e da piratería, e que non deberiamos meter no cárcere a xente con esas discapacidades e habilidades porqu...
[ -0.06378018856048584, 0.745316743850708, 0.49956920742988586, -0.5827028751373291, -0.26538169384002686, -0.27221447229385376, 0.7971718311309814, 0.2118455022573471, 0.3540654480457306, -0.5005025863647461, -0.3910081386566162, 1.0308297872543335, -0.8486028909683228, 0.20033475756645203,...