inputs stringlengths 39 523k | embedding listlengths 1.02k 1.02k |
|---|---|
Teacher:In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your l... | [
0.23036864399909973,
-0.42836493253707886,
-0.3788001835346222,
-0.9018283486366272,
0.11998122930526733,
0.12316400557756424,
0.4851568341255188,
0.29211634397506714,
-0.17925015091896057,
0.18969231843948364,
-0.43761110305786133,
-0.3585408329963684,
-0.2883457541465759,
-0.323187470436... |
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Let me give you an example: Context: Joanne McLeod is a Canadian figure skating coach. She is the... | [
0.426663875579834,
0.7252799272537231,
-0.6831265687942505,
-0.25373953580856323,
0.3652941584587097,
0.259929895401001,
0.7038244009017944,
0.8091093897819519,
-0.4204917550086975,
0.055267371237277985,
-0.08362855017185211,
0.5947479009628296,
-0.6653826832771301,
0.5437871217727661,
0... |
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences.
[Q]: Sentence1: Jenny decided she needed a day off from work. Sentence2: She called in sick and went to the... | [
-0.22012467682361603,
0.5387445688247681,
-0.7374322414398193,
-0.31838786602020264,
-0.15149259567260742,
-1.132349967956543,
0.24696876108646393,
0.7089442610740662,
-0.3375028967857361,
-0.3105694353580475,
-0.12877444922924042,
-0.07818442583084106,
0.3490535020828247,
-0.4232773482799... |
Teacher: Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No".
Teacher: Now, understand the problem? If you are still confused, see ... | [
0.15354685485363007,
0.2335047721862793,
-0.0035341151524335146,
-0.21366950869560242,
-0.02765272557735443,
-0.6396775245666504,
-0.04408128559589386,
-0.23533755540847778,
-0.3244447410106659,
-0.15685003995895386,
-0.18506118655204773,
1.2467843294143677,
-0.4345552921295166,
0.41763433... |
instruction:
In this task, you are given a natural language interpretation of commands (consist of logical operations) to select relevant rows from the given table. Your job is to generate command (in terms of logical operations) from given natural language interpretation. Define body (contains a collection of statemen... | [
0.39929723739624023,
-0.36559635400772095,
-0.4237154722213745,
0.4028695821762085,
0.2981214225292206,
-0.5919143557548523,
0.5732443332672119,
0.4839363098144531,
-0.046565841883420944,
-0.27729347348213196,
-0.24259984493255615,
-0.1805047243833542,
0.03839479386806488,
0.32688137888908... |
Decide the language of that sentence. The language can be English, French, German, Italian, or Spanish.
Text: 'Je peux vous donner des informations sur les composants électroniques de votre manette et vous renseigner sur mon métier' | [
-0.3599925637245178,
0.8213620185852051,
0.24352717399597168,
-0.23647087812423706,
0.022608812898397446,
-0.9642844200134277,
-0.20708191394805908,
0.7478641271591187,
0.12337329983711243,
-0.20951402187347412,
0.30206429958343506,
0.1488950252532959,
-0.39724868535995483,
-0.329629659652... |
You will be given a definition of a task first, then some input of the task.
This task is to translate a news commentary given in French language into Russian language. Translate the input statement into the output language while preserving the numberical values, special characters and proper nouns and context of the c... | [
-0.3727714419364929,
0.6575131416320801,
0.04530083015561104,
0.22732236981391907,
0.09320039302110672,
0.41850438714027405,
0.07156063616275787,
1.0940985679626465,
0.519950270652771,
-0.1427839994430542,
-0.5097606778144836,
-0.368609219789505,
-0.07902509719133377,
0.29993265867233276,
... |
Definition: Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probabi... | [
0.042073480784893036,
0.2828429341316223,
0.15424460172653198,
-0.28022968769073486,
-0.16964580118656158,
0.23844367265701294,
0.21488390862941742,
0.9862881898880005,
0.5545350313186646,
-0.4035552740097046,
-1.3198063373565674,
-0.16351014375686646,
-0.4112405478954315,
0.37155726552009... |
Detailed Instructions: 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 c... | [
0.7855072021484375,
-0.16959431767463684,
-0.6973628997802734,
0.2562471032142639,
0.513168454170227,
-0.33609771728515625,
0.45708322525024414,
0.4108577370643616,
-0.8897988796234131,
-0.25019046664237976,
0.0034423829056322575,
0.5038754940032959,
-0.848891019821167,
-0.3902066051959991... |
In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t... | [
-0.4405180811882019,
0.827438473701477,
-0.304739385843277,
-0.24656127393245697,
-0.26105213165283203,
0.12689562141895294,
0.6803465485572815,
-0.40520715713500977,
0.41554003953933716,
-0.17914392054080963,
-0.813776433467865,
-0.8178671598434448,
-0.12931977212429047,
0.088560767471790... |
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac... | [
-0.19345104694366455,
0.8167647123336792,
0.5959634184837341,
-0.6591819524765015,
-0.46042948961257935,
-1.0232272148132324,
0.7800420522689819,
0.22181057929992676,
0.5280650854110718,
-0.3721626102924347,
-1.0945355892181396,
-0.18020525574684143,
-0.9004101157188416,
-0.050753358751535... |
Detailed Instructions: "Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). Given a prompt and two responses, identify which response is the type of ... | [
0.5037855505943298,
0.890160322189331,
0.5204445123672485,
-0.5184143781661987,
0.0687614381313324,
-0.8592060804367065,
0.5724383592605591,
0.27142879366874695,
-0.080008864402771,
-0.5974829792976379,
-0.43553805351257324,
0.0016497501637786627,
-0.6648909449577332,
0.0479067899286747,
... |
Part 1. Definition
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.
Part 2. Example
3, ['a', '34', 'f', '931', '7', '3432', '13245', '762']
Answer: a, 931, 13245
Explanation: Here, every 3rd element from array are 'a... | [
0.3657490909099579,
-0.003397869411855936,
-0.4100239872932434,
-0.8465399742126465,
-0.23817917704582214,
-0.012383642606437206,
0.6394350528717041,
-0.22771981358528137,
-0.02620888501405716,
-0.2846837639808655,
-0.9126887321472168,
-0.215066596865654,
-0.26441434025764465,
0.0619978010... |
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'.
Title: Surprise Twins. ... | [
-0.6380617618560791,
0.05462745204567909,
0.11104196310043335,
0.27584362030029297,
0.0873129591345787,
0.3185204267501831,
-0.01068444736301899,
0.7545254230499268,
-0.20254220068454742,
-0.09093954414129257,
-0.9528595209121704,
-0.2751818299293518,
-0.9296614527702332,
0.005773246288299... |
In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from"... | [
0.4263419806957245,
1.6214585304260254,
0.21052920818328857,
-0.3716483414173126,
-0.22537332773208618,
-0.9790120124816895,
0.3613779544830322,
0.6611405611038208,
-0.05460852384567261,
-1.0165269374847412,
-1.2303123474121094,
0.05730128288269043,
-0.9947017431259155,
-0.1175659820437431... |
Detailed Instructions: The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.
Q: Topic: We should ban human cloning<sep>Argument: If s... | [
0.18808305263519287,
0.7271206378936768,
-0.14903073012828827,
0.2732486426830292,
-0.45835939049720764,
-0.9609160423278809,
-0.13932839035987854,
0.08068213611841202,
0.26330435276031494,
0.11831361055374146,
-0.1762300580739975,
0.3783157765865326,
-0.15374982357025146,
0.54820388555526... |
You will be given a definition of a task first, then some input of the task.
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, Pers... | [
0.32009100914001465,
0.15959112346172333,
0.3465762138366699,
-0.17273969948291779,
-0.44328826665878296,
-0.42726898193359375,
1.1863453388214111,
0.10319159179925919,
-0.6956338882446289,
-0.5408596992492676,
-0.3700011968612671,
-0.857368528842926,
-0.5042481422424316,
0.580526471138000... |
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A
[EX Q]: 2, ['r', '2233', 'O', 'M', '6247', 'j', 'O', '8839', '4117', '5243', 'K', '5115', 'K', 'N', '... | [
-0.44721946120262146,
0.14465706050395966,
-0.5583779811859131,
-0.11360461264848709,
-0.3094821572303772,
-0.8828663229942322,
0.2759243845939636,
0.4236087203025818,
-0.4615815281867981,
0.24957750737667084,
-0.8874446153640747,
-0.09370933473110199,
-0.037035971879959106,
0.033562131226... |
A text is given in Gujarati. Translate it from the Gujarati language to the Urdu language. The translation must not omit or add information to the original sentence.
انہوں نے کہا کہ ’’میک ان انڈیا ‘‘ پالیسی کے عین مطابق سائنس دانوں نے پوری دنیا کو یہ پیغام دیا ہے کہ ہم کسی سے کم نہیں ہیں۔ | [
-0.8797626495361328,
0.7879317998886108,
-0.366868793964386,
-0.4991278052330017,
-0.5872856378555298,
-0.9725937843322754,
-0.3055833876132965,
-0.7045878171920776,
0.1521882712841034,
-0.4535599946975708,
-0.5994473695755005,
-0.3115603029727936,
-0.4970681667327881,
0.1639060229063034,
... |
You will be given three sentences. Read them, then identify a noun phrase (person, place, or thing) or event that is shared between all three sentences. As the output, write the span of the text corresponding to that phrase in each sentence. Keep the order of the sentences, that is, your answer should look like: 1: *a ... | [
-0.5606040358543396,
0.15128262341022491,
-0.27254411578178406,
-0.42077213525772095,
0.4237416386604309,
0.042376674711704254,
0.48916614055633545,
0.7938666343688965,
-0.730023980140686,
0.6410197019577026,
-0.9617122411727905,
0.4892197847366333,
-0.6093242168426514,
0.26072606444358826... |
Teacher: Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer "Yes", otherwise "No".
Teacher: Now, understand the problem? If you are still confused, see the following example:
Question1: How do I get into my Instagram if I forgot my email and my Facebook pa... | [
-0.3671445846557617,
0.20197276771068573,
0.12500610947608948,
0.196166530251503,
0.029385745525360107,
-0.39504188299179077,
1.304821252822876,
0.39676743745803833,
-0.2548632025718689,
0.20936311781406403,
-0.10867135971784592,
-0.6588599681854248,
-0.9845632314682007,
-0.391587018966674... |
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes).
Ex Input:
Context: Love @ First Note is a 2006 Hong Kong teen romance film , written , produced a... | [
0.3261629343032837,
-0.004339646548032761,
-0.8837486505508423,
0.5106131434440613,
0.32007861137390137,
-0.6839287281036377,
0.6206446886062622,
0.6764605045318604,
-0.7761337757110596,
0.6325615048408508,
-0.3123771846294403,
-0.09092691540718079,
-0.48775598406791687,
0.637995719909668,... |
Given the task definition, example input & output, solve the new input case.
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 singl... | [
-0.21844711899757385,
0.20259639620780945,
-0.05727251619100571,
0.28157782554626465,
0.19865739345550537,
-0.004390710964798927,
0.19162526726722717,
0.7206735610961914,
0.6172134876251221,
-0.010563237592577934,
-0.1631324589252472,
-0.1999254822731018,
-0.05534926801919937,
-0.181196317... |
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.
Ex Input:
Whatever you do, please stay clear of this product. Amazon should stop selling it immediately. I have now made three separate purchases o... | [
-0.38922426104545593,
-0.24383766949176788,
0.002991306595504284,
-0.553023099899292,
0.014217400923371315,
-0.026974717155098915,
0.4133186340332031,
1.2897876501083374,
-0.3309127986431122,
0.5219714641571045,
0.08363023400306702,
0.20379969477653503,
-0.5082030296325684,
-0.149958685040... |
You will be given a definition of a task first, then some input of the task.
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, Per... | [
0.22784724831581116,
-0.011796070262789726,
0.5811700820922852,
-0.2347467541694641,
-0.08148766309022903,
-0.7912994623184204,
1.171057105064392,
0.8590379357337952,
-0.9400311708450317,
-0.43442243337631226,
-0.4406355321407318,
-0.5259463787078857,
-0.4940733015537262,
0.399176001548767... |
In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the... | [
-0.3903772532939911,
0.3838728070259094,
0.6159293055534363,
-0.769013524055481,
0.030541911721229553,
-0.2854778468608856,
0.2853929102420807,
0.7635865211486816,
0.4729674160480499,
-0.4886874258518219,
-1.109201431274414,
-0.7196065783500671,
-0.5717089176177979,
-0.33764588832855225,
... |
You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian.
Input: Consider Input: 時の流れなしには音楽も存在しないでしょう
Output: Senza, non ci sarebbe musica.
Input: Consider Input: 彼らには政党を作る許可が出ませんでした
Output: Non gli era nemmeno permesso formare un partito.
Input: Consider Input: 生物学的に遺伝した... | [
-0.28480446338653564,
0.4556320905685425,
-0.4449315667152405,
0.7407709956169128,
-0.41008758544921875,
-0.6723088026046753,
0.23121169209480286,
0.3349875807762146,
-0.4363240599632263,
-0.5382068753242493,
-0.08153809607028961,
-0.16353589296340942,
-0.43590372800827026,
-0.028037669137... |
You will be given a definition of a task first, then some input of the task.
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[1901, 9409, 'o', 4763, 'C', 2127, 357, 569, 't', 'y', 't', 'w', 3839, 'Z', 'c', 'R', 'z', 'G', '8881', 'e', '6039', '7635', 'a', 'I', '7475'... | [
-0.6853491067886353,
0.25371217727661133,
-0.2816227972507477,
-0.15902729332447052,
-0.04966069757938385,
-0.3747037649154663,
0.3027195930480957,
0.5306220054626465,
-0.8474626541137695,
0.24181483685970306,
-0.9559553861618042,
-0.11595028638839722,
0.35693874955177307,
0.03386910632252... |
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi.
Example Input: و أوضح بيتر ماهو مرض الإيبولا. شرح ماهية المرض.
Example Output: و پیتر توضیح داد که ابولا چیست.
Example Input: لدينا الآن 43 مقررا في المنصة من 4 جامعات في مختلف التخصصات ، ودعوني أعرض عليكم القليل مما يبدو علي... | [
-0.08623362332582474,
-0.0659153014421463,
-0.2712576985359192,
-0.022818654775619507,
-0.21025609970092773,
-0.5082693099975586,
0.7736356258392334,
0.09539791196584702,
0.6433764100074768,
-0.10882235318422318,
-1.0935332775115967,
1.0977287292480469,
-0.4829963445663452,
0.1533486247062... |
This task is to translate the English language Input to Telugu Language Output
Q: Do not forget!
A: | [
-0.11703167110681534,
1.2940399646759033,
0.25510933995246887,
-0.07347749918699265,
0.27494755387306213,
-0.7989639639854431,
0.5760420560836792,
0.11169399321079254,
-0.6151237487792969,
-0.550091028213501,
0.34847551584243774,
0.10526618361473083,
-0.43697696924209595,
0.410267114639282... |
Given the task definition, example input & output, solve the new input case.
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: ... | [
-0.39642512798309326,
-0.2857525944709778,
-0.45419561862945557,
0.361103355884552,
-0.38965415954589844,
-0.36392295360565186,
0.11433050781488419,
0.2780899703502655,
-0.05598174035549164,
0.848952054977417,
0.4683746099472046,
-0.27493494749069214,
0.23356091976165771,
-0.45667955279350... |
Q: In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwo... | [
-0.5256034135818481,
1.1654754877090454,
-0.46842271089553833,
-1.153114914894104,
-0.19636309146881104,
-0.9574310779571533,
0.7652697563171387,
0.09074856340885162,
0.26124030351638794,
-0.4416390061378479,
-0.4936777651309967,
0.4773138165473938,
-1.230715036392212,
-0.17063991725444794... |
Given the task definition and input, reply with output. In this task, you are given a sentence in the Romanian language. Your job is to translate the Romanian sentence into the English language.
O fată mănâncă o brioșă.
| [
-0.029118552803993225,
1.4666273593902588,
0.4728480577468872,
-0.24162405729293823,
-0.6074327230453491,
0.27971044182777405,
0.39294394850730896,
0.41494184732437134,
1.1179771423339844,
-0.6519042253494263,
-0.0897904485464096,
0.8935756683349609,
-0.595966637134552,
-0.0732285827398300... |
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.40371787548065186,
0.49452877044677734,
-0.4646104574203491,
0.9768190383911133,
0.35924750566482544,
-0.619463324546814,
0.9450620412826538,
1.2937486171722412,
-0.0158704724162817,
0.301469624042511,
-0.41756224632263184,
0.5080088973045349,
-0.9114561080932617,
-0.35867488384246826,
... |
A text is given in Hindi. Translate it from the Hindi language to the Telugu language. The translation must not omit or add information to the original sentence.
Example Input: ఎఫ్కు చెందిన అర్హులైన గ్రూప్ -ఎ ఎక్సిక్యుటివ్ కేడర్ అధికారులకు ఎన్.
Example Output: केंद्रीय सशस्त्र बलों के अधिकारियों में प्रेरणा का स्त... | [
-0.3972412049770355,
0.4710080027580261,
-0.058561861515045166,
-0.09149792045354843,
0.4822314977645874,
-1.123495101928711,
0.01828194037079811,
0.5558515787124634,
-0.44509580731391907,
0.07742291688919067,
-0.31368324160575867,
-0.48615604639053345,
-1.012853980064392,
-0.4130765795707... |
Teacher:In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put your answer in the context of a sentence.
Teacher: Now, understand th... | [
-0.39553171396255493,
0.06758224964141846,
0.19083668291568756,
-0.8795717358589172,
-0.5507118701934814,
-0.17576807737350464,
1.0364372730255127,
-0.00831814669072628,
-0.5136517882347107,
-0.012206917628645897,
-0.31669771671295166,
-0.14475053548812866,
-0.4279233515262604,
-0.53756147... |
The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the followin... | [
-0.5180677771568298,
0.3048144578933716,
-0.027750372886657715,
0.41431936621665955,
0.21328124403953552,
-0.6231492161750793,
0.5396230220794678,
0.6863921284675598,
0.060002949088811874,
-0.3306073546409607,
0.0027746795676648617,
0.5983536243438721,
-0.606453001499176,
0.045341078191995... |
In this task, you are given commands (in terms of logical operations) and natural interpretation of the given command to select relevant rows from the given table. Your job is to generate a label "yes" if the interpretation is appropriate for the command, otherwise generate label "no".
Here are the definitions of log... | [
0.36983102560043335,
-0.22880198061466217,
-0.3444029986858368,
0.48264551162719727,
0.4079304337501526,
-0.41683530807495117,
0.18560758233070374,
0.49938780069351196,
0.18444602191448212,
0.005233939737081528,
-0.13440904021263123,
0.19876572489738464,
0.28046220541000366,
0.420740306377... |
Given the task definition and input, reply with output. 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: 'boat on glistening water next to shore with trees'. Reverse all words... | [
-0.5701849460601807,
0.6400877237319946,
0.007153012789785862,
-0.5092153549194336,
-0.24871890246868134,
-0.34057313203811646,
0.21018493175506592,
0.3315097689628601,
0.0036453886423259974,
-0.438122034072876,
-1.1277990341186523,
-0.31112873554229736,
-0.419316828250885,
0.0788719356060... |
You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your... | [
0.18813768029212952,
0.286018431186676,
-0.20579685270786285,
-0.06943329423666,
-0.11054740101099014,
-0.7679225206375122,
0.5248726606369019,
1.0547451972961426,
0.23744940757751465,
-0.6008297204971313,
-0.851030707359314,
1.1877772808074951,
-0.4002392292022705,
0.4392707943916321,
0... |
In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statemen... | [
-0.7333531379699707,
0.18958806991577148,
0.12885288894176483,
0.03187089413404465,
-0.3280978500843048,
-0.6484338641166687,
-0.5015569925308228,
0.443214476108551,
-0.29426252841949463,
-0.2296552211046219,
-0.11681509017944336,
-0.09695740044116974,
-0.7055074572563171,
-0.1543767154216... |
Teacher:In this task, you are given a question and answer for that. The answer will fill in the blank or will complete the unfinished question. Your task is to provide an explanation based on the given question or fill-in-the-blank statement, and answer.
Teacher: Now, understand the problem? Solve this instance: Questi... | [
0.3715154528617859,
0.8423341512680054,
0.033416278660297394,
-0.7154723405838013,
-0.2804456055164337,
-0.9198265075683594,
0.6042441129684448,
0.903129518032074,
0.20906010270118713,
0.06130852922797203,
0.44597458839416504,
0.6010756492614746,
-0.7602198123931885,
-0.5658361911773682,
... |
Teacher:Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.
Teacher: Now, understand the problem? Solve this instance: Pos... | [
-1.0617773532867432,
-0.17267286777496338,
0.35576051473617554,
-0.3951186537742615,
0.21031178534030914,
-0.00037821149453520775,
0.4680670499801636,
0.8612228631973267,
0.4184184670448303,
0.22751428186893463,
0.39723408222198486,
0.2775774598121643,
-0.433948814868927,
-0.92944663763046... |
Detailed Instructions: In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements ap... | [
-0.08408582210540771,
0.44718873500823975,
-0.16002236306667328,
-0.017911158502101898,
0.16304096579551697,
-0.08931045234203339,
0.1534203588962555,
0.26691073179244995,
-0.9060854315757751,
0.599902868270874,
-0.5563898086547852,
0.09084711968898773,
-0.060872532427310944,
-0.1838108301... |
Definition: Given a sentence in the Japanese, provide an equivalent translation in Thai that retains the same meaning through the translation. In translation, keep numbers as it is.
Input: 1988年にイラク北部のハラブジャの町に対して行われた毒ガス攻撃を命令したことで、ケミカル・アリは2010年7月に死刑の宣告を受けた:この攻撃でクルディシュ地域で5000人の人々が死んだと言われている。
Output: | [
-0.3482210040092468,
0.2529471218585968,
-0.17047333717346191,
-0.5668164491653442,
-0.31801003217697144,
-1.2762219905853271,
0.5387555360794067,
0.6814560890197754,
-0.5498607158660889,
0.5894901752471924,
-0.7024403810501099,
0.5275552272796631,
-0.7765475511550903,
0.9807572364807129,
... |
In this task, you are given a sentence in the Bulgarian language. Your task is to convert it to Greek language.
One example is below.
Q: Възможно е да имат и епизоди на депресия.
A: Ενδέχεται επίσης να εµφανίσουν επεισόδια κατάθλιψης.
Rationale: The translate is accurate from Bulgarian to Greek
Q: В случай на едноврем... | [
-0.0700048953294754,
0.3198992609977722,
0.2138397991657257,
-0.8955029249191284,
-0.1778518557548523,
-1.0530366897583008,
1.6395375728607178,
0.7756679654121399,
0.6957944631576538,
-0.14023259282112122,
-0.5965226888656616,
0.4121955335140228,
-0.6591033935546875,
0.3592066168785095,
... |
In this task, you will be given a short story. One sentence from the story is chosen. Consider the likely emotions and basic human drives of the participants in that sentence. Does any of these states of mind/feelings motivate the participant to do what happens in that sentence? You should write your answer in the form... | [
0.38218092918395996,
0.05419856682419777,
-0.3232387602329254,
0.37851470708847046,
-0.30038008093833923,
-1.3927958011627197,
0.5882624387741089,
0.7228298187255859,
-0.4809700846672058,
0.11189350485801697,
-0.6634842157363892,
0.33941856026649475,
0.03287740796804428,
-0.163432598114013... |
A text is given in English. Translate it from the English language to the Oriya language. The translation must not omit or add information to the original sentence.
Let me give you an example: କରାଯାଇଥିବା ଚୁକ୍ତି ଅନୁଯାୟୀ ପାରମ୍ପରିକ ଚିକିତ୍ସା ପଦ୍ଧତି କ୍ଷେତ୍ରରେ ଦୁଇ ଦେଶ ମଧ୍ୟରେ ଦ୍ୱିପାକ୍ଷୀକ ସହଯୋଗ ବୃଦ୍ଧି ହେବ । ଏହା ଦୁଇ ଦେଶ ମଧ୍ୟରେ... | [
0.022049138322472572,
0.5799778699874878,
-0.15854215621948242,
0.022800076752901077,
0.3563193678855896,
-0.790054202079773,
0.5276815891265869,
1.0819242000579834,
-0.10806712508201599,
0.23647627234458923,
-0.368236780166626,
0.06824205815792084,
-0.8957866430282593,
0.594523012638092,
... |
Given a text passage as input comprising of dialogue of negotiations between a seller and a buyer about the sale of an item, your task is to classify the item being sold into exactly one of these categories: 'housing', 'furniture', 'bike', 'phone', 'car', 'electronics'. The output should be the name of the category fro... | [
0.13417789340019226,
0.09870634973049164,
-0.7259485721588135,
0.4318479895591736,
0.7812236547470093,
0.24868355691432953,
0.6895241737365723,
0.8908802270889282,
-0.39316463470458984,
0.32316911220550537,
-0.2396780401468277,
1.0528380870819092,
-0.43253517150878906,
0.05169740691781044,... |
In this task, you are given a text of news article and corresponding headline of an article. Your task is to give label "match" if headline is correct for article, otherwise give label "no".
[EX Q]: Article: A Bavarian princess has appeared in court charged with a string of offences alleged to have happened at a stude... | [
0.04580860212445259,
-0.02979753538966179,
-0.03288441523909569,
0.2101592719554901,
-0.1784975230693817,
0.27933788299560547,
0.023412581533193588,
0.5699355602264404,
-0.437296062707901,
0.3817003667354584,
-0.12299618124961853,
0.04654673486948013,
-0.0160228218883276,
0.021833235397934... |
Detailed Instructions: Given a sentence in the Indonesian(Bahasa variant), provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.
Q: Efek tambahannya adalah untuk mengurangi gengsi internasional dari kepimpinan Presiden Hugo Chavez men... | [
-0.008337318897247314,
0.10427887737751007,
-0.07662263512611389,
-0.37629157304763794,
-0.17442893981933594,
-0.30868464708328247,
0.7538049221038818,
0.22207307815551758,
-0.1563228964805603,
-0.2915307879447937,
-1.4972403049468994,
0.10929068177938461,
-0.5771924257278442,
0.4583663046... |
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.
[23, 85, 18... | [
-0.7429018616676331,
0.38963842391967773,
-0.08513274043798447,
-0.5661163330078125,
0.1748393177986145,
-0.4023389518260956,
0.8389734029769897,
0.2296953797340393,
-0.6406570672988892,
0.5207523107528687,
-1.048444390296936,
0.06839554011821747,
-0.3844377398490906,
-0.5300281047821045,
... |
Part 1. Definition
You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese.
Part 2. Example
Wszystko jest robione pomiędzy żebrami.
Answer: 全て肋骨の間から行うのです
Explanation: The Polish sentence is correctly translated into Japanese, because the meaning is preserved.
Part 3. Exercise
Teor... | [
-0.23442058265209198,
0.4781043529510498,
-0.17341533303260803,
0.19409209489822388,
-0.051284898072481155,
0.0342801958322525,
1.2643940448760986,
-0.35986804962158203,
-0.33043956756591797,
-0.6836447715759277,
-0.2609591484069824,
0.3578907549381256,
-0.7011524438858032,
0.8700973391532... |
Given the task definition and input, reply with output. Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
name a specific item an auto part store sells a lot of.
| [
-0.19220682978630066,
0.5065809488296509,
0.24128790199756622,
0.3448546528816223,
-0.27020010352134705,
-0.5057864785194397,
0.3604338765144348,
0.33622100949287415,
0.23297658562660217,
0.1952665001153946,
-0.34976649284362793,
0.1275615692138672,
-0.06987154483795166,
-0.140533521771430... |
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.
Example: Ulwakhiwo neempawu zentsinga zemifuno.
Example solution: Construction and characteristics of vegetable fibre cordage.
Example explanation: 'Ulwa... | [
0.03786330670118332,
0.14124718308448792,
0.5450229644775391,
-0.37168756127357483,
-0.18814390897750854,
-0.7991442680358887,
1.1555486917495728,
0.21463565528392792,
0.02761317789554596,
0.03184463828802109,
-0.32450634241104126,
-0.07327063381671906,
-1.0914883613586426,
0.0184536911547... |
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e... | [
0.7083754539489746,
1.1767966747283936,
0.42136335372924805,
-0.7627683877944946,
-0.5208967924118042,
-0.9711441993713379,
0.017441479489207268,
1.3961371183395386,
0.2702944874763489,
-0.5176084041595459,
-0.3847443461418152,
0.2928728759288788,
-0.3117794394493103,
0.09930260479450226,
... |
In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.
One example: [[5, 1, 2, 7], [0, 4, 6, 6], [7, 8, 1... | [
0.42982107400894165,
-0.13555030524730682,
-1.1219182014465332,
-0.11779534816741943,
0.4504958689212799,
-0.2757037281990051,
1.3298375606536865,
1.1546423435211182,
-0.5463084578514099,
0.20604954659938812,
-1.2240644693374634,
0.03447607159614563,
-0.5889995694160461,
-0.281707942485809... |
Given the task definition and input, reply with output. In this task, you will be presented with an English sentence, and you have to translate it into Arabic.
We want to relax. Copy?
| [
-0.24307361245155334,
0.9285905361175537,
0.261505126953125,
-0.7323375940322876,
0.04964844882488251,
-0.035969823598861694,
0.5889377593994141,
0.24824996292591095,
1.0686569213867188,
-0.22679299116134644,
-0.19478507339954376,
0.3754854202270508,
-0.8590272665023804,
-0.336145043373107... |
Q: Given an input stream, the objective of this task is to classify whether words in the stream are grammatically correct or not. 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 classification of each word from the labels (reason) = [NO_DIFF ... | [
-0.35313212871551514,
-0.47712624073028564,
-0.0356144942343235,
-0.19521069526672363,
0.3607354760169983,
-0.8911241292953491,
-0.020021537318825722,
0.7548248767852783,
-0.271798312664032,
0.06547041237354279,
-0.335157185792923,
-0.6788864135742188,
-0.6683817505836487,
-0.2884533107280... |
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).
Estamos innovando y estamos innovando en circunstancias complejas. | [
-0.14709605276584625,
0.9431458711624146,
0.799580454826355,
-0.46730518341064453,
0.079243004322052,
-0.7116416692733765,
0.3813498020172119,
0.8858557343482971,
0.2452283650636673,
-0.02594788186252117,
-0.7131708860397339,
-0.258074015378952,
-0.5161347985267639,
-0.055109426379203796,
... |
Given the task definition and input, reply with output. You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Tweet: @DecodnLyfe @LupeFiasco @L... | [
-1.3748868703842163,
0.7742049098014832,
1.0132865905761719,
0.626829206943512,
-0.39261594414711,
-0.861821174621582,
-0.1802288293838501,
0.8143079280853271,
0.4168264865875244,
0.08766771852970123,
-0.3399384021759033,
-0.5774062871932983,
-1.082425594329834,
-0.2562575936317444,
0.15... |
In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.
[101.286, 117.279, 249.605, -54.23, 190.036]
[ 0.168 0.194 0.413 -0.09 0.315]
[192.471, 219.475, -88.784, 40.... | [
-0.5662783980369568,
0.26073816418647766,
-0.9120495319366455,
-1.3317787647247314,
0.02794886752963066,
0.08642865717411041,
0.20712241530418396,
-0.28232914209365845,
-0.5975184440612793,
0.03162514790892601,
-1.0707005262374878,
0.5286257266998291,
-0.231520414352417,
-0.194559395313262... |
In this task, you will be shown a Persian passage and a question, and you have to determine whether the question is answerable based on the passage or not. If the question is answerable, choose the "True" label, and if not select "False"
One example: فتوسنتز فرایندی زیستشیمیایی است که در آن، انرژی نورانی خورشید توسط گ... | [
0.6014771461486816,
0.33633705973625183,
-0.6507660150527954,
-0.05720793083310127,
-0.1486850082874298,
-0.04032302647829056,
0.669033944606781,
0.6923788785934448,
-0.19951125979423523,
0.35023415088653564,
-0.863440752029419,
-0.001295047695748508,
-0.5048279166221619,
0.748461186885833... |
Part 1. Definition
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 informa... | [
0.23110902309417725,
0.6214802265167236,
-0.032473474740982056,
-0.5831217765808105,
-0.3588022291660309,
0.46662068367004395,
0.7957021594047546,
0.5238639712333679,
-0.2903904914855957,
-0.11537598073482513,
-0.501792311668396,
0.14799931645393372,
-0.26270508766174316,
0.304952621459960... |
Definition: In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
Input: ['205', '45', 'w', 't']
Output: | [
-0.018194381147623062,
0.26606428623199463,
-0.6888667941093445,
0.0709988921880722,
0.03963752090930939,
1.028320550918579,
0.7015360593795776,
-0.06829503178596497,
-0.20123061537742615,
0.21011683344841003,
-0.3608243465423584,
-0.07242643088102341,
-0.5425454378128052,
-0.2900284528732... |
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary.
One example: I have bought several of the Vitality canned dog food products and have found them all to be of goo... | [
-0.6939815282821655,
-0.0871560275554657,
-0.2842828035354614,
-0.3408313989639282,
0.09849312156438828,
-0.016368944197893143,
0.6878749132156372,
0.37172916531562805,
-0.47449952363967896,
0.14054876565933228,
0.25421231985092163,
-0.009283281862735748,
-0.672622561454773,
-0.25744283199... |
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options.
Example input: For four years we have waite... | [
0.21137282252311707,
0.36455047130584717,
-0.3547806143760681,
-0.03554601967334747,
-0.2266569584608078,
0.10375341027975082,
0.0025823558680713177,
1.0336461067199707,
0.08158015459775925,
1.128555417060852,
-0.01580844260752201,
0.4789803922176361,
-0.6735220551490784,
0.205168426036834... |
instruction:
In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words.
question:
We present Random Partition Relaxation (RPR), a method for strong quantization of the parameter... | [
-0.3158957362174988,
0.3791910707950592,
-0.24392777681350708,
-0.11080685257911682,
0.010496084578335285,
-0.055379532277584076,
1.2505412101745605,
0.8216549158096313,
0.26699087023735046,
0.28469419479370117,
-0.6610618829727173,
-0.07550550252199173,
-0.6618214249610901,
0.121385216712... |
Given a post that is a real-life anecdote of a complex ethical situation and an associated claim about its type, verify if the claim is true or not. The claim asks if the posts are historical or hypothetical. The posts are "HISTORICAL" when the author has already done something and they are "HYPOTHETICAL" when the auth... | [
-0.27712327241897583,
-0.004614369943737984,
0.33868271112442017,
0.08053526282310486,
0.0019224644638597965,
-0.745093047618866,
0.3425425589084625,
1.1243155002593994,
-0.5933623313903809,
-0.3392314612865448,
-0.5503920316696167,
0.344662070274353,
-0.5873284339904785,
-0.42123576998710... |
You are given a sentence in English. Your job is to translate the English sentence into Galician.
Q: (Audio) Jim O'Grady: So I'm banging out my story and I know it's good, and then I start to make it better — (Laughter) by adding an element of embellishment.
A: | [
-0.9416196346282959,
1.2256816625595093,
-0.0557023361325264,
-0.4651932716369629,
-0.1883498728275299,
-1.4609391689300537,
-0.0036824301350861788,
0.32582807540893555,
-0.3053125739097595,
0.13952219486236572,
-0.38034939765930176,
0.25710609555244446,
-0.7980218529701233,
-0.29943349957... |
Definition: In this task, you are given a short passage that conveys a stereotype. A stereotype is an over-generalized belief about a particular group of people. You are expected to classify the passage into nine types of stereotype: race-color, socioeconomic, gender, disability, nationality, sexual-orientation, physic... | [
-0.27658891677856445,
-0.13416506350040436,
-0.043693266808986664,
0.114946648478508,
0.11073891073465347,
-0.047545865178108215,
-0.029235655441880226,
0.6652532815933228,
0.4169963598251343,
0.2438427060842514,
-1.1882754564285278,
0.1108969897031784,
-0.6227380037307739,
-0.327589869499... |
Definition: Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question.
Input: name the loudest animal in the zoo
Output: | [
-0.22503921389579773,
1.0292075872421265,
-0.18854683637619019,
0.04259295016527176,
-0.7408876419067383,
-0.6566486358642578,
0.14053191244602203,
0.48002374172210693,
0.04105985164642334,
-0.2760729491710663,
-0.5581907033920288,
0.18169277906417847,
-0.7826683521270752,
-0.1746739745140... |
You will be given a definition of a task first, then some input of the task.
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/techno... | [
-0.8667196035385132,
-0.00022308668121695518,
0.07811162620782852,
0.09367015957832336,
-0.22349226474761963,
0.01078866608440876,
-0.3084394931793213,
-0.49097639322280884,
0.19320276379585266,
0.44682031869888306,
-0.2774774432182312,
-0.14112305641174316,
0.12400674819946289,
-0.3229177... |
Teacher:In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four t... | [
-0.3666095733642578,
0.45897242426872253,
-0.059116430580616,
-0.17133796215057373,
-0.044616274535655975,
0.4810129404067993,
0.6772555112838745,
0.5945256948471069,
0.28330856561660767,
-0.0012392280623316765,
-0.5813071727752686,
-0.0011100547853857279,
-0.6786136627197266,
-0.275646030... |
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.
[Q]: [92, 9... | [
-0.6333034634590149,
0.5620688199996948,
-0.030122928321361542,
-1.1698429584503174,
0.20572061836719513,
0.0028806962072849274,
0.9366511106491089,
0.00032295368146151304,
-0.6839545965194702,
0.3310905396938324,
-0.7096251845359802,
0.08389154076576233,
-0.3002218008041382,
-0.3477164208... |
TASK DEFINITION: In this task, you're given an ambiguous question (which can be answered in more than one way). Your task is to write a question that clarifies the given question in such a way that the generated question has one unique answer.
PROBLEM: When did england last get to the quarter final of the world cup?
S... | [
0.2805260419845581,
0.8417671918869019,
-0.006599211134016514,
-0.3913618326187134,
0.05065184086561203,
-0.883440375328064,
0.3889458179473877,
0.29936540126800537,
-0.197515606880188,
0.12757724523544312,
-0.07371257990598679,
0.3055552840232849,
-0.49950554966926575,
0.5468432903289795,... |
You will be given a definition of a task first, then some input of the task.
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.
PersonX... | [
0.1381342113018036,
0.9847410917282104,
-0.18682771921157837,
-0.1919151246547699,
0.24358175694942474,
-0.20358538627624512,
1.2985928058624268,
0.5417730808258057,
-0.23935723304748535,
-0.8282966017723083,
-0.3122446537017822,
-1.0002217292785645,
0.0418359749019146,
-0.1059150025248527... |
Detailed Instructions: In this task, you are given a sentence from the Quran in Persian, and your task is to translate it into English.
Q: بر راهى راست!
A: | [
-0.22667758166790009,
1.0655248165130615,
0.047423556447029114,
-0.6842426657676697,
-0.2043725848197937,
-0.23736844956874847,
0.826775074005127,
0.1273849606513977,
0.7254008650779724,
-0.062074244022369385,
-0.32682496309280396,
0.5215889811515808,
-0.11681176722049713,
-0.1569167226552... |
This task is about translating a given French language sentence to English.
Q: Bon, je vous appellerai.
A: | [
0.611568033695221,
1.0507926940917969,
-0.12571366131305695,
-0.4182954430580139,
0.05469972640275955,
-0.9778580665588379,
0.20156332850456238,
-0.7066032886505127,
0.31937068700790405,
0.6421443223953247,
0.12102755904197693,
0.18435260653495789,
-0.29851269721984863,
-0.0015197271713986... |
TASK DEFINITION: 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 ... | [
0.6053776741027832,
0.6334898471832275,
-0.9585325717926025,
-0.6353486776351929,
-0.20726937055587769,
-0.8069092631340027,
0.5718117952346802,
0.7089064717292786,
-0.4103129506111145,
0.3233611583709717,
-0.5182774066925049,
0.09147787094116211,
-0.4344558119773865,
0.18864962458610535,
... |
Detailed Instructions: Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No".
Problem:Japanese: 経口薬との併用療法の一部として、朝食前と夕食前に注射する。
Lao: ມືປືນໄດ້ຍິງ ຜູ້ຊາຍສອງຄົນແລະ ຮັບບາດເຈ... | [
-0.9090793132781982,
0.5099459290504456,
0.04777435213327408,
0.3308138847351074,
-0.09828329086303711,
-0.29915058612823486,
0.8711210489273071,
1.0053631067276,
-0.10012783110141754,
-0.5510741472244263,
-0.0900341272354126,
0.15866926312446594,
-0.7365783452987671,
0.38071179389953613,
... |
Definition: You are given a sentence in English. Your job is to translate the English sentence into Polish.
Input: I like one of the definitions that Alan Kay has for technology.
Output: | [
-0.25479674339294434,
0.3299417197704315,
-0.14171868562698364,
-0.43642187118530273,
-0.44973593950271606,
-0.2696555256843567,
0.5371906161308289,
-0.4836040139198303,
-0.2089666873216629,
0.7178785800933838,
0.42995426058769226,
0.26318037509918213,
-0.18415987491607666,
0.2675582170486... |
You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Hebrew.
Example input: Pero comenzamos con la idea de un niño por vez.
Example output: אבל התחלנו לממש את הרעיון של ללמד כל ילד בנפרד.
Example explanation: The Spanish sentence is correctly translated into Hebrew, because the meani... | [
-0.4734136760234833,
0.2650575041770935,
0.2692354917526245,
-0.09170012921094894,
-0.6974196434020996,
-0.33372732996940613,
0.9957166910171509,
0.8234922885894775,
0.3799319267272949,
-0.25715041160583496,
-0.06560379266738892,
0.21897061169147491,
-1.0543522834777832,
0.0651805847883224... |
Instructions: You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters.
Input: Category: THE CABINET
Clue: This president's father, Alphonso, was Grant'... | [
-0.42172181606292725,
1.1426308155059814,
-0.010058274492621422,
-0.23789171874523163,
-0.7560416460037231,
0.2095787525177002,
0.9272789359092712,
0.44619858264923096,
0.4406551122665405,
-0.1363350749015808,
-0.3651244342327118,
0.21080881357192993,
-0.7779781818389893,
0.232351884245872... |
Teacher: A text is given in English. Translate it from the English language to the Tamil language. The translation must not omit or add information to the original sentence.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Union Minister of Agriculture and Farmers Welfare Shri... | [
-0.29419147968292236,
0.20588307082653046,
-0.3321932852268219,
0.1501348465681076,
0.3778274357318878,
-0.9272278547286987,
-0.7692394852638245,
0.13745521008968353,
-0.49557194113731384,
0.3627941906452179,
0.3210664987564087,
-0.051306866109371185,
0.6405777931213379,
0.3219164609909057... |
You are given a sentence in Persian. Your job is to translate the Farsi sentence into Galician.
Example input: وقتی به این جامعه های در حال توسعه می روید زنها رکن اصلی اجتماعشان هستند ولی هنوز این مردها هستند که خیابون ها رو در دست دارند.
Example output: Cando chegas a estas sociedades en desenrolo, as mulleres son os... | [
-1.0035364627838135,
1.3492624759674072,
-0.4645997881889343,
-0.0726139098405838,
-0.12920506298542023,
-0.579750120639801,
0.442934513092041,
1.0177175998687744,
0.05343102663755417,
0.04342556744813919,
-1.0459173917770386,
0.4432915151119232,
-0.6566644310951233,
0.04740133881568909,
... |
You are given a sentence in English. Your job is to translate the English sentence into Hebrew.
Let me give you an example: Monterey is one of those.
The answer to this example can be: מונטריי היא אחת מהם.
Here is why: The English sentence is correctly translated into Hebrew. The city `Monterey` is correctly translate... | [
0.2592712640762329,
0.5700330138206482,
0.34134984016418457,
-0.47691065073013306,
-0.1449301540851593,
-1.0789785385131836,
0.32052722573280334,
0.32099252939224243,
1.03298020362854,
-0.48464852571487427,
-0.18020975589752197,
0.23505356907844543,
-1.2374517917633057,
-0.2242069840431213... |
Definition: You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.
Input: O que uma página 404 nos diz é que fracassámos.
Output: | [
-0.6047130823135376,
1.1413747072219849,
-0.08770671486854553,
-0.35374194383621216,
-0.2089969366788864,
0.06247943267226219,
0.4447900354862213,
0.8888971209526062,
0.2973504066467285,
0.3366347551345825,
-1.1369400024414062,
0.22832685708999634,
0.35908254981040955,
-0.03628671169281006... |
Teacher:In this task, you are given a sentence from the research paper and the category to which it belongs. Your task is to classify whether the given category is correct or not by providing "True" and "False", respectively. Here are the definitions for the categories: Background (Why is this problem important? What r... | [
-0.05562448501586914,
0.008001837879419327,
-0.2761994004249573,
-0.6328799724578857,
-0.10844895243644714,
0.1669364720582962,
0.8510140180587769,
0.6169246435165405,
-0.03156499192118645,
-0.1329803317785263,
-0.5994734764099121,
0.1849788874387741,
-0.06862818449735641,
0.13587115705013... |
Translate from English to Hindi.
Input: Consider Input: Be good.
Output: अच्छी रहो.
Input: Consider Input: Tonpei Hidari Takejo AKI
Output: तोंपी हिदारी तकेजो अकी
Input: Consider Input: Well, I played a mean harmonica, as a younger man.
| [
0.09763801842927933,
0.7401614189147949,
-0.9868659973144531,
0.06501807272434235,
-0.27681976556777954,
-1.2715916633605957,
0.3487563729286194,
0.12836845219135284,
0.5316983461380005,
-0.01262698881328106,
-1.120699167251587,
0.7340372800827026,
-0.7376997470855713,
-0.04991620779037475... |
You will be given a definition of a task first, then some input of the task.
In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length o... | [
0.027163881808519363,
0.5199452638626099,
-0.5380799174308777,
-0.5690052509307861,
-0.42438334226608276,
0.03525475412607193,
0.509780764579773,
-0.35231465101242065,
0.1328955590724945,
-0.318484365940094,
-0.6098150610923767,
-0.3746876120567322,
0.05364387109875679,
0.18720918893814087... |
In this task, you need to reverse the order of words in the given sentence.
Input: Consider Input: Sentence: three horses standing next to each other in a field of grass
Output: grass of field a in other each to next standing horses three
Input: Consider Input: Sentence: this is a neat knitted patriotic donut pictu... | [
0.31753653287887573,
0.9075485467910767,
-0.5746649503707886,
-0.47662079334259033,
-0.9277496337890625,
-0.6151767373085022,
0.4257063865661621,
0.05288852006196976,
0.5146112442016602,
-0.4759311079978943,
-1.3343915939331055,
0.8290349245071411,
-0.14447981119155884,
0.00783938169479370... |
Part 1. Definition
You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.
Part 2. Example
Tra di esse, si annovera il piccolo sistema in arabo detto al-jebr.
Answer: Isto inclúe un sistema en árabe chamado al-jebra.
Explanation: The Italian sentence is correctly translated int... | [
0.40409141778945923,
1.6617237329483032,
-0.6433917284011841,
0.4702777564525604,
-0.12636469304561615,
-0.5811574459075928,
1.1582223176956177,
0.5058508515357971,
-1.2625524997711182,
-0.3182970881462097,
-0.48577603697776794,
-0.0708724856376648,
-0.9392527341842651,
0.5849899053573608,... |
Part 1. Definition
You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Portugese.
Part 2. Example
このアイデアはとてもシンプルで
Answer: A ideia é muito, muito simples.
Explanation: The Japanese sentence is correctly translated into Portugese, because the meaning is preserved.
Part 3. Exercise
私は... | [
-0.21105557680130005,
0.7868601083755493,
0.11808224022388458,
-0.7276091575622559,
-0.40820980072021484,
-0.5901631116867065,
0.6609026789665222,
0.648620069026947,
0.4665325880050659,
-0.6095991730690002,
-0.913834810256958,
0.20383140444755554,
-1.0013000965118408,
-0.12459523230791092,... |
Teacher:In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
Teacher: Now, understand the problem? Solve this instance: ['1159', '7659', 'r', 'X', 'o', 'k', '1993', '365', '7... | [
-0.5118914842605591,
0.4323638677597046,
-0.36339494585990906,
-0.5160971879959106,
-0.6303186416625977,
-0.1264764368534088,
0.38389718532562256,
-0.02623739093542099,
-0.2615680694580078,
0.2539679706096649,
-0.13958720862865448,
-0.8585888743400574,
-0.1573476493358612,
-0.3991895318031... |
Part 1. 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.
Part 2. Example
Un bărbat pune brânză mărunțită pe o pizza.
Answer: A man is spreading shreded cheese on a pizza.
Explanation: In the given translation process, t... | [
-0.2342860996723175,
0.7777610421180725,
0.3788185119628906,
-0.442807674407959,
-0.0015195365995168686,
-0.06710708141326904,
0.8435065746307373,
0.9227573871612549,
0.5641535520553589,
0.18296083807945251,
-0.24364587664604187,
0.7130833864212036,
-0.7201855182647705,
-0.3499917387962341... |
In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify this question-answer pair into two categories: (1) "yes" if the given answer is right for question, and (2) "no" if the given answer is wrong for question.
Context: HATCH: “I look forward to get... | [
-0.26779961585998535,
-0.007752559147775173,
0.4356333315372467,
0.8302574157714844,
0.1512189358472824,
-0.3679043650627136,
0.41136541962623596,
-0.142844557762146,
-0.008373381569981575,
0.18951889872550964,
-0.3135695457458496,
-0.32322508096694946,
0.06777267158031464,
0.1159199699759... |
You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish.
להביט בחזרה אל 1968, הרגע ההסטורי המדהים הזה, ולחשוב על הקשת שקרתה מאז, לחשוב על האפשרויות שכולנו זכינו לעמוד בהן היום, ולדמיין שהמוזאון שבאה מרגע של מחאה גדולה, והיה כל כך הרבה על בחינת ההסטוריה והמורשת של אמנים אפרו-אמריקא... | [
-0.26385632157325745,
-0.03620899096131325,
-0.2851067781448364,
0.24213698506355286,
-0.612152099609375,
-0.41659802198410034,
-0.5712693929672241,
0.624420702457428,
0.5695215463638306,
-0.34912723302841187,
0.4240802526473999,
0.3104165494441986,
-0.4533979892730713,
-0.2304227501153946... |
Given the task definition, example input & output, solve the new input case.
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to ... | [
-0.13864117860794067,
0.8451477289199829,
-0.06393218040466309,
-0.5307902693748474,
-0.15022671222686768,
0.5787036418914795,
0.7029591798782349,
0.9439222812652588,
-0.09917768090963364,
-0.5850991606712341,
-0.39610445499420166,
0.20583438873291016,
0.42138269543647766,
-0.1493559628725... |
Detailed Instructions: Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Se... | [
0.31866103410720825,
-0.27503910660743713,
-0.8722207546234131,
0.43537354469299316,
-0.10494612157344818,
-0.224904865026474,
0.4920249879360199,
0.4388299584388733,
-0.0720515102148056,
-0.2325468212366104,
-0.025830134749412537,
0.3602393567562103,
-0.3970034718513489,
0.387236922979354... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.