inputs
stringlengths
38
313k
targets
stringlengths
0
4.86k
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringlengths
19
85
_template_type
stringclasses
2 values
embedding
listlengths
1.02k
1.02k
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 Example input: The site collects your IP address or device IDs for advertising. Collection happens when you implicitly prov...
Unspecified
3
NIv2
task683_online_privacy_policy_text_purpose_answer_generation
fs_opt
[ -1.1552395820617676, -0.24729672074317932, -0.512932538986206, -0.140006422996521, -0.7420374155044556, -0.8526765704154968, 0.03519679605960846, -0.12090162932872772, -0.14574873447418213, 0.8507969975471497, 0.4223538041114807, 0.12321050465106964, -0.4392875134944916, -0.754370331764221...
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. One example ...
[187, 181, 113, 149]
9
NIv2
task205_remove_even_elements
fs_opt
[ -0.26697471737861633, 0.22069644927978516, -0.5570778846740723, -0.6954368352890015, 0.19782255589962006, -0.37328460812568665, 0.8894727230072021, 0.025210879743099213, -0.7878060340881348, 0.29192864894866943, -0.8160639405250549, 0.38273677229881287, -0.09837588667869568, -0.77531796693...
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Example Input: Review:...
True
3
NIv2
task494_review_polarity_answer_generation
fs_opt
[ -0.2932424545288086, -0.08803223818540573, -0.26797282695770264, 0.2892042100429535, 0.4372715353965759, -0.4098203182220459, 0.6209927201271057, 0.5854156017303467, 0.3107113838195801, -0.047076381742954254, 0.007897723466157913, 0.08699800819158554, -1.0624186992645264, -0.52858865261077...
Detailed Instructions: A text is given in Gujarati. Translate it from the Gujarati language to the Panjabi language. The translation must not omit or add information to the original sentence. Q: પ્રધાનમંત્રી શ્રી નરેન્દ્ર મોદીએ ચક્રવાતી વાવાઝોડુ ‘ફાની’નો સામનો કરવાની તૈયારીની સમીક્ષા માટે આજે આયોજિત એક ઉચ્ચ સ્તરીય બેઠક...
ਉਪ ਰਾਸ਼ਟਰਪਤੀ ਨੇ ਕਿਹਾ ਕਿ ਉਹ ਚਾਹੁੰਦੇ ਹਨ ਕਿ ਲੋਕ ਸੇਵਕ ਆਪਣੇ ਗਿਆਨ ਵਿੱਚ ਸੁਧਾਰ ਕਰਨ ਅਤੇ ਤਕਨੀਕੀ ਹੁਨਰ ਹਾਸਲ ਕਰਨ। ਉਪ ਰਾਸ਼ਟਰਪਤੀ ਨੇ ਕਿਹਾ ਕਿ ਭਾਰਤੀ ਪ੍ਰਸ਼ਾਸਕੀ ਪ੍ਰਣਾਲੀ ਨੂੰ ਬਿਹਤਰ, ਕੁਸ਼ਲ ਅਤੇ ਪ੍ਰਭਾਵੀ ਬਣਾਉਣ ਲਈ ਗਲੋਬਲ ਸ਼ਾਸਨ ਦੀਆਂ ਸ੍ਰੇਸ਼ਠ ਪਿਰਤਾਂ ਤੋਂ ਲਗਾਤਾਰ ਸਿਖਣਾ ਚਾਹੀਦਾ ਹੈ।
9
NIv2
task1043_pib_translation_gujarati_punjabi
zs_opt
[ 0.1787906438112259, 0.26503169536590576, 0.00016455247532576323, -0.47013065218925476, 0.1532038152217865, -1.0705687999725342, 1.0197829008102417, 0.0316988006234169, 0.15907713770866394, -0.05256503075361252, -0.7242106199264526, 0.25003910064697266, -0.45504751801490784, 0.8685642480850...
Definition: The task is to write a full sentence or two using all of the information given. The sentence(s) will be a brief review of a restaurant. Use all of the information provided. Input: name[xname], cuisine[Japanese], price[£20-25], rating[3 out of 5], location[riverside], familyFriendly[no] Output:
xname is not kid friendly. It serves Japanese food. It is near riverside. It is not kid friendly. It has a customer rating of 3 out of 5.
2
NIv2
task1598_nyc_long_text_generation
zs_opt
[ -0.36119648814201355, 0.07056751847267151, -0.923778235912323, -0.356455534696579, -0.07956656813621521, 0.28123053908348083, 1.0047606229782104, 0.2891989052295685, 0.07766378670930862, -0.8446136116981506, 0.23041050136089325, 0.06897110491991043, -0.5803115367889404, 0.02588812820613384...
The input is a sentence with a missed word and an emotion. Your task is to fill in the blank with a word that matches the emotion and rewrite the completed sentence. The emotion is one of ['fear', 'joy', 'anger', 'sadness']. Example: SENTENCE: Alphonso feels <blank>. EMOTION: sadness Example solution: Alphonso feels s...
Solution: The conversation with Darnell was outrageous.
5
NIv2
task1339_peixian_equity_evaluation_corpus_text_completion
fs_opt
[ 0.06084831431508064, 0.3055119514465332, 0.3893858790397644, -0.9198822975158691, -0.39885836839675903, -0.7616860866546631, 1.734350562095642, 0.32467561960220337, -0.14027033746242523, -0.24982121586799622, 0.04701953008770943, -0.12544143199920654, -0.5465534329414368, 0.501386582851409...
TASK DEFINITION: In this task, you are given a sentence in the Swedish language and a corresponding English translation of the Swedish sentence. Your task is to generate a label "Yes" if the translation is correct, otherwise generate label "No". PROBLEM: Swedish: Detta direktiv stimulerar hela denna sektor. English: ...
Yes
8
NIv2
task314_europarl_sv-en_classification
fs_opt
[ -0.2027243673801422, 0.6747698783874512, 0.5699763298034668, -0.2695901691913605, 0.151407390832901, -0.13691365718841553, 0.7209091186523438, 0.9471741914749146, 0.5522873401641846, 0.1947975903749466, -0.20601621270179749, 0.5311217308044434, -0.6750050783157349, 0.1846981942653656, 0....
Definition: In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. Input: [-19.639, 31,...
[31, 42, -26, 53]
2
NIv2
task367_synthetic_remove_floats
zs_opt
[ -0.15260030329227448, 0.35355931520462036, -0.3592122197151184, -0.24356654286384583, 0.289829283952713, -0.3786645531654358, 0.6235108375549316, 0.15997885167598724, 0.20243526995182037, 0.30935749411582947, -0.7959535717964172, 0.22244910895824432, 0.006422813516110182, -0.09523119777441...
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...
Output: No
2
NIv2
task1205_atomic_classification_isafter
fs_opt
[ 0.5987567901611328, 0.3216884732246399, 0.04067317023873329, -0.16895464062690735, -0.4804820716381073, -0.548831582069397, 1.04746675491333, 0.9164421558380127, -0.6039295792579651, -0.21366742253303528, -0.5563392043113708, -0.6653896570205688, -0.7935082912445068, -0.08524367213249207, ...
Given the task definition and input, reply with output. In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face...
N
5
NIv2
task204_mnli_same_genre_classification
zs_opt
[ -1.4121226072311401, 0.8008440732955933, 0.16087442636489868, -0.0585392490029335, 0.04461878538131714, 0.6175788044929504, -0.031640566885471344, 0.5660813450813293, 0.2937462031841278, 0.020760642364621162, -0.5014902353286743, 0.14583541452884674, -0.47912436723709106, -0.46318715810775...
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['R', '9', 'g', 'b'], ['R', '9', 'g', 'g'], ['R', '9', 'b', 'g'], ['R', 'g', 'b', 'g'], ['9', 'g', 'b', 'g']]
1
NIv2
task208_combinations_of_list
fs_opt
[ 0.10045340657234192, 0.3686363995075226, -0.546481728553772, 0.2729352116584778, 0.5382946133613586, -0.5462220907211304, 0.44926324486732483, 0.9225319623947144, -0.23203574120998383, 0.06243901327252388, -0.5390020608901978, 0.18998844921588898, -0.22630557417869568, 0.0773254856467247, ...
Detailed Instructions: In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contain...
Obscene
9
NIv2
task326_jigsaw_classification_obscene
zs_opt
[ -0.4720817804336548, 0.38089466094970703, 1.1653203964233398, 0.2700343728065491, 0.47230303287506104, -0.41733312606811523, 0.22851338982582092, 0.47281721234321594, 0.21631300449371338, 1.0689733028411865, 0.22421906888484955, -0.047173842787742615, 0.048864975571632385, -0.8526641726493...
In this task, you will be given a sentence, followed by ", so". You should complete the given text with another sentence, such that the whole text is plausible. The sentence you enter must be a likely result of the given sentence. [EX Q]: My breath smelled of garlic, so [EX A]: I just stopped eating it [EX Q]: The b...
we decided to go there
6
NIv2
task393_plausible_result_generation
fs_opt
[ -0.42786741256713867, 1.276184320449829, -0.0833790972828865, -0.9052222967147827, 0.004360829945653677, -0.642867922782898, 0.32740721106529236, 0.5567302703857422, -0.09130804240703583, -0.6127455234527588, 0.1765259951353073, -0.23730985820293427, -1.2561899423599243, -0.533130168914794...
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. Input: Consider Input: ['C', '5955', '2683', 'T', '8683', 's', 'Z', 's', '769', 'y', 'B', 'm', '259', '2141', 'I', '9121', '9997', 'H'] Output: 5955, 2683, 8683, ...
Output: 8487, 1153, 6153, 1095, 5453, 257, 4223, 1479, 1155, 2873, 1811, 1977
2
NIv2
task497_extract_all_numbers_from_list_in_order
fs_opt
[ -0.03951936960220337, 0.5791234970092773, -0.9703598618507385, -0.0914272889494896, -0.04155147820711136, -0.4674670696258545, 0.19141259789466858, -0.0993860736489296, -0.2672390937805176, 0.293488085269928, -0.9929910898208618, -0.33014535903930664, 0.19313044846057892, -0.03288121521472...
Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No". Let me give you an example: Japanese: 詳細は昨日UTC17時30分、英国議会でイギリスのルス・ケリー運輸大臣によって伝えられた。 Thai: รายละเอียดถูกเป...
Yes
8
NIv2
task1129_alt_ja_th_answer_generation
fs_opt
[ -0.5762096643447876, -0.6255888938903809, 0.041727591305971146, -0.05209723114967346, 0.3860738277435303, -0.709622859954834, 0.28133782744407654, 0.3605993688106537, -0.5374756455421448, -0.10822205245494843, 0.45396310091018677, 0.7839773297309875, 0.31326016783714294, 0.7524406909942627...
In this task, you need to reverse the order of words in the given sentence. Example Input: Sentence: three motorcycles driving down an asphalt track next to dirt Example Output: dirt to next track asphalt an down driving motorcycles three Example Input: Sentence: a bunch of bananas on a clear glass dish Example Outpu...
trough a from water drinking zebras of group a
3
NIv2
task376_reverse_order_of_words
fs_opt
[ -0.10571622848510742, 0.649689793586731, -0.018660960718989372, -0.36370211839675903, -0.2730688750743866, -0.30203408002853394, 0.09107013046741486, 0.2681484818458557, -0.7798480987548828, -0.4705442190170288, -1.069183588027954, 0.27732905745506287, 0.14238697290420532, -0.6742798089981...
Detailed Instructions: Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false ...
green_treasure_chest
8
NIv2
task151_tomqa_find_location_easy_clean
zs_opt
[ 0.35269448161125183, -0.3299938440322876, 0.08235099911689758, -0.5307323336601257, -0.42831939458847046, -0.10493630170822144, 0.07991774380207062, 0.6683794856071472, -0.01633109152317047, -0.3168504238128662, -0.1884503960609436, 0.11271104961633682, -0.49949178099632263, 0.262048602104...
You are given a sentence in Italian. Your job is to translate the Italian sentence into Arabic. Example: Penso che abbastanza presto vedrete pazienti curati con le cellule staminali derivanti dal proprio grasso o adipe. Example solution: وأعتقد أنه في القريب سوف ترى المرضى يعالجون بواسطة خلاياهم الجذعية المستخرجة من ال...
Solution: ولذلك في المرة القادمة التي تقابل فيها شخصا ما ، غريب رجاء واحد تفهم أنك تعيش الحقيقة المطلقة كذلك هو
5
NIv2
task1250_ted_translation_it_ar
fs_opt
[ 0.05651690438389778, 0.41171613335609436, -0.4987655580043793, -0.5356789231300354, -0.6202088594436646, -0.853394627571106, 0.7954061627388, 0.6071924567222595, 0.20274022221565247, -0.04304055869579315, -0.41691523790359497, 0.5491234064102173, -0.6827665567398071, 0.4029536843299866, ...
Definition: Given Statement1 and Statement2 in Croatian, identify a label based on the relationship between them. There are two possible labels: 'cause' and 'effect'. If Statement2 is the consequence of Statement1 then the Label is 'effect'. If Statement2 is the cause of Statement1 then the label is 'cause' Input: Stat...
cause
2
NIv2
task1629_copa_hr_classification
zs_opt
[ -0.7093243598937988, 0.17984279990196228, -0.5822243094444275, 0.24381199479103088, -0.3481694459915161, -0.3767320513725281, 0.26226431131362915, -0.4007794260978699, 0.2221539467573166, -0.45086538791656494, -0.22653353214263916, 0.41786709427833557, -0.6534561514854431, 0.25275558233261...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. You are given a sentence in Polish. Your job is to translate the Polish sentence into Japanese. Wszystko jest robione pomiędzy żebrami. Solution: 全て肋骨の間から行うのです Why? The Polish sentence is correctly ...
何度もあなたに「私大丈夫かしら ? 」「へましなかった ? 」って尋ねたでしょう
0
NIv2
task1257_ted_translation_pl_ja
fs_opt
[ 0.30095192790031433, 0.4502308964729309, -0.17637300491333008, 0.2756597101688385, 0.1404496431350708, 0.5954883694648743, 1.4106223583221436, -0.23891746997833252, -0.6005477905273438, -0.5626794099807739, -0.05440700799226761, 0.33942079544067383, -0.5844992995262146, 0.6865040063858032,...
Teacher: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 'onesev...
57740849254
6
NIv2
task1443_string_to_number
zs_opt
[ -0.23528151214122772, 0.5696052312850952, -0.2431963086128235, -1.0582802295684814, -0.12438434362411499, -0.46969103813171387, 0.9114751815795898, 0.7292120456695557, -0.08595678210258484, -0.3724956214427948, -0.6255146265029907, 0.3306116759777069, -1.469648838043213, -0.681770920753479...
Definition: You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No". Input: Sentence1: Senate President Pro Tempore Robert D. Garton , R-Columbus , said he spoke with Kernan not long before the oath of office ceremony ., Sentence2: Sen...
No
2
NIv2
task1288_glue_mrpc_paraphrasing
zs_opt
[ -0.8541423082351685, 0.6302114725112915, 0.5895652770996094, -0.3054029941558838, -0.0712747797369957, -1.1256706714630127, 0.6671419739723206, 0.14907661080360413, 0.26638829708099365, 0.13542260229587555, -0.286127507686615, 0.1335359513759613, -0.1657930612564087, 0.3625522255897522, ...
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. -------- Question: 14, ['3715', '377', 'o', '6225', 'w', 'j', '1409', '947', 'B', 'K', '3875', 'j', '9745', 'k', '319', 't', '8721', 'U', '9157', '9907', 'g', '8779', ...
K, G, G, Y, I, C, o
7
NIv2
task1542_every_ith_element_from_starting
fs_opt
[ -0.07331415265798569, 0.12360837310552597, -0.5340728163719177, -0.31297457218170166, -0.499758780002594, -0.3929336965084076, 0.6196436882019043, 0.08668574690818787, -0.23820814490318298, 0.04014642536640167, -0.8636274933815002, -0.04158885404467583, -0.3496726155281067, 0.1281760782003...
Q: In this task you are given a story and a question regarding that story. You must judge whether the question is answerable based on the info given to you. Label the instances as "Answerable" or "Not Answerable" based on your judgment. the story and the question are separated by a new line character. Sarah went out fo...
Answerable
7
NIv2
task290_tellmewhy_question_answerability
zs_opt
[ -0.4858722984790802, 0.3964551091194153, 0.601235032081604, 0.3999115228652954, -0.3414766788482666, -0.13663432002067566, -0.0523502491414547, 0.7457433342933655, -0.15261410176753998, 0.34316372871398926, 0.04212497919797897, 0.07534173130989075, -0.5900784730911255, -0.06244013458490372...
Q: In this task, you are given a fact statement and question based on the fact. Your task is to generate the correct answer for the question. The answer needs to be generated using the context fact statement. Fact: if a magnet is attracted to a metal then that magnet will stick to that metal. Question: Which would be m...
a titanium beam
7
NIv2
task1399_obqa_answer_generation
zs_opt
[ 0.7812007665634155, 1.1353366374969482, -0.9333763718605042, -0.3732805848121643, -0.44965222477912903, -1.4070119857788086, 0.15578147768974304, 0.6281537413597107, 0.5500408411026001, 0.043080978095531464, -0.9550327658653259, 0.6204578280448914, -0.6923967003822327, 0.05604434758424759,...
In this task, you are given a text of article and corresponding title of an article. Your task is to generate label "yes" if headline (title) is right for article, otherwise generate "no". Ex Input: Article: the us trade deficit rose in july , to ##.# billion dollars from ##.# billion in the prior month , the commerce...
yes
1
NIv2
task289_gigaword_summarization
fs_opt
[ -0.07131120562553406, -0.023700743913650513, -0.3740435838699341, 1.0642114877700806, 0.5237549543380737, -0.657067060470581, 0.02562757395207882, 0.7553656101226807, -0.42667195200920105, 0.4795187711715698, -0.3359045088291168, 0.2625146508216858, -1.1937744617462158, 0.5569080710411072,...
Given a paragraph about movies and a set of conversational questions and answers about the paragraph, say whether the passage contains sufficient information to answer the follow-up question. Say Yes if it is answerable; otherwise, say No. The paragraph has the prefix 'CONTEXT:'. Each conversation question has a prefix...
Yes
1
NIv2
task1442_doqa_movies_isanswerable
fs_opt
[ 0.13706368207931519, -0.045138582587242126, -0.7184445858001709, 0.5315684080123901, 0.4604242444038391, -0.3881058692932129, 0.9085341691970825, 0.5342674255371094, -0.32464081048965454, 0.47398993372917175, 0.196592777967453, 0.5707212090492249, -0.8308243751525879, 0.4327958822250366, ...
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. Q: What does pumping water into ctenophores no wait I meant the mesoglea do? A:
disfluent
4
NIv2
task1623_disfl_qa_disfluent_question_classification
zs_opt
[ 0.37339168787002563, 0.7943410277366638, -0.5300068855285645, 0.1824665069580078, -0.5496278405189514, -0.798760175704956, 0.32506197690963745, -0.2771678566932678, 0.22430506348609924, -0.008145585656166077, -0.8078606724739075, -1.0176522731781006, -0.6904678344726562, 0.188979834318161,...
This task is about translating a given Yoruba language sentence to English. -------- Question: Ìbéèrè ìwádìí mìíràn ni eléyùn-un. Answer: That's another question of my research. Question: Ó dámi lójú pé gbogbo yín lẹ ti rí tàbí gbọ́ èyí tẹ́lẹ̀: “Àwa, tí a ní ìfẹ́, ti ń ṣe púpọ̀ pẹ̀lú díẹ̀ fún ìgbà pípẹ́ -- (àtẹ́wọ́)...
This program was tested with students from a public university in southern Brazil.
7
NIv2
task1686_menyo20k_translation
fs_opt
[ -0.12266035377979279, 0.17175361514091492, 0.3280852138996124, -0.448314368724823, -0.060214005410671234, -0.9131444692611694, -0.13107120990753174, 0.8127126097679138, 0.1596325933933258, -0.299376517534256, 0.06956776976585388, -0.061382606625556946, -0.6148930191993713, 0.33560746908187...
Instructions: In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Input: Context_1 : The 1934 Detroit Tigers season was the 34th season for the D...
What pizza chain was founded by the former owner who died before the 117th season of the Detroit Tigers?
3
NIv2
task191_hotpotqa_question_generation
zs_opt
[ 0.08123946934938431, -0.15700426697731018, -0.5757344365119934, 0.3392334580421448, 0.4374067783355713, -0.05063171312212944, 0.4676821231842041, 0.6722501516342163, -0.12391351163387299, 0.32047778367996216, -0.10445572435855865, 0.9373306035995483, -0.4861633777618408, -0.092322163283824...
Detailed Instructions: 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. Q: స్వాతంత్య్రం అనంతరం, మనం అనుకోకుండానే ఒక సాంప్రదాయాన్ని ఆమోదించాము. A:
ஆட்சி முறை அப்படித்தான் இருக்க வேண்டும் என்று நாம் அனுமானித்துக் கொண்டோம்.
9
NIv2
task1076_pib_translation_telugu_tamil
zs_opt
[ -0.1244550347328186, 0.6506224274635315, 0.1577138602733612, 0.2018163502216339, 0.20516622066497803, -1.372438907623291, -0.2929290235042572, 1.0839564800262451, -0.48026835918426514, -0.10871811211109161, -0.22141151130199432, -0.17084333300590515, -0.9819628000259399, 0.0839510858058929...
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. Input: Consider Input: நீலப்புரட்சி திட்டத்தில் மத்திய அரசு மீனவர்களுக்கு ஆழ்கடல் மீன்பிடி பயிற்சி அளிப்பதுடன், நவீன மீன்பிடி படகுகளை வாங்குவதற்கு நிதியுதவி வ...
Output: इस प्रक्रिया के परिणामों को प्रक्षेत्र कार्य के प्रमाणन एवं सत्यापन के बाद उपलब्ध कराया जाएगा।
2
NIv2
task994_pib_translation_tamil_hindi
fs_opt
[ -0.6442360877990723, -0.28286173939704895, -0.10290521383285522, -0.2804268002510071, 0.13700556755065918, -0.42767763137817383, 0.14109525084495544, 0.9239403009414673, -0.678162157535553, 0.37785694003105164, -0.4476938545703888, -0.7087651491165161, -0.27081921696662903, 0.4177120923995...
Teacher: In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', ...
2
2
NIv2
task201_mnli_neutral_classification
fs_opt
[ 1.0659840106964111, 0.11581630259752274, -0.4449230432510376, 0.40828487277030945, -0.12409080564975739, -0.8976751565933228, 0.051543112844228745, 0.5613429546356201, 0.5441762208938599, 0.03642626106739044, -0.1707676351070404, -0.15577636659145355, 0.072487473487854, -0.4394317865371704...
Instructions: In this task, you are given a sentence in English and your task is to translate it into Spanish. In translation, keep the numbers and capitalization (capitalize only the first word of each sentence and name). Input: We are contributing to programmes in the region which have some ecological impact. Output:
Estamos contribuyendo a programas en la región que tienen alguna repercusión ecológica.
3
NIv2
task530_europarl_en_es_translation
zs_opt
[ -0.3467821478843689, 0.9504024386405945, 0.45262575149536133, -0.6145613193511963, -0.3771587610244751, -1.121213436126709, 0.4572305977344513, 0.546465277671814, -0.352000892162323, -0.07639305293560028, -0.42885255813598633, 0.34650719165802, -0.7958038449287415, -0.37507426738739014, ...
Q: In this task, you are given a sentence that is either in the Yoruba language or the English language. Your task is to identify the language of the input sentence. Input sentences should be in Yoruba or English language and also it cannot have two languages at a time. Ó dunni gan-an pé nǹkan bíi wákàtí méjì gbáko ni ...
Yoruba
7
NIv2
task1621_menyo20k-mt_en_yo_language_identification
zs_opt
[ -0.0008835676126182079, 0.6513203382492065, 0.6963657140731812, 0.27938586473464966, -0.35593509674072266, -0.4425155818462372, -0.05804908275604248, 0.47364091873168945, 0.5293824672698975, -0.6167927980422974, 0.16985079646110535, 0.2901970148086548, -0.2493935227394104, 0.14002504944801...
Part 1. Definition In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False". Part 2. Example Context:...
True
7
NIv2
task384_socialiqa_question_classification
fs_opt
[ 0.31486549973487854, 0.4677102863788605, 0.5862822532653809, 0.16101041436195374, -0.12076772749423981, -0.3317546844482422, 0.7879338264465332, 0.13564833998680115, 0.4519466161727905, -0.07126748561859131, -0.9131674766540527, -0.062289901077747345, -0.07728731632232666, 0.15079315006732...
Given the task definition, example input & output, solve the new input case. 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 classi...
(D)
1
NIv2
task302_record_classification
fs_opt
[ 0.4518110156059265, 0.4674072265625, -0.27965018153190613, -0.049442827701568604, -0.04669589549303055, -0.009946364909410477, 0.6276726722717285, 0.86997389793396, -0.00006997922901064157, 0.8782576322555542, -0.21691517531871796, 0.6088241934776306, -0.6822891235351562, 0.415676623582839...
Q: You will be given two sentences. One of them is created by paraphrasing the original one, with changes on an aspect, or using synonyms. Your task is to decide what is the difference between two sentences. Types of change are explained below: Tense: The verbs in the sentence are changed in tense. Number: Plural noun...
Tense
7
NIv2
task276_enhanced_wsc_classification
zs_opt
[ -0.05330658704042435, 0.536451518535614, 0.38952749967575073, -0.8069315552711487, -0.4737142324447632, -1.3866384029388428, 0.2264106720685959, 0.9829885959625244, 0.30589333176612854, 0.34914106130599976, -0.38046687841415405, 0.04232903569936752, -0.5010796785354614, 0.3696938753128052,...
Detailed Instructions: In this task, you will be presented with a text and a pronoun. You should write an implausible answer to the question of what is the pronoun's reference. Even though there exist multiple wrong answers, we only need a single wrong answer. Position of the pronoun in the text is showed within two "_...
Daniel Wallace
8
NIv2
task331_gap_incorrect_answer_generation
zs_opt
[ -1.126179575920105, 1.2222168445587158, 0.6247023344039917, -0.46024155616760254, 0.10597670078277588, -0.5272120833396912, 0.763007402420044, 0.00030223000794649124, 0.5246802568435669, -0.19602885842323303, -1.1931802034378052, 0.42445531487464905, -0.6144428253173828, 0.1107109338045120...
You will be given a definition of a task first, then some input of the task. In this task, you are given a premise sentence in Persian and a label in English. Label determines whether a hypothesis sentence entails, contradicts, or is neutral with respect to the given premise sentence. You have to generate the hypothesi...
دریاچۀ ارومیه در حال پیشروی به سوی مرگ است و دیگر خبری از پرواز پرندگان دریایی در اطراف آن نیست.
1
NIv2
task464_parsinlu_entailment_sentence_generation
zs_opt
[ -1.1392310857772827, 0.19244101643562317, 0.38268834352493286, -0.17410627007484436, -0.05579281225800514, -0.4232809543609619, 0.7738970518112183, 0.20584003627300262, 0.2996072769165039, 0.225277841091156, -0.3583828806877136, -0.06575547903776169, -0.3161669075489044, 0.0731216743588447...
In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'. Q: Question: The Family Drawing Test is a projective technique of type: Options: <1> Thematic. <2> Expressive. <3> Associative <4> Constructive...
2
4
NIv2
task1431_head_qa_answer_generation
zs_opt
[ -0.7341225147247314, -0.38676658272743225, 0.4758014976978302, 0.14132548868656158, 0.6968926191329956, 0.031681280583143234, 0.8333772420883179, 0.7743434906005859, -0.3125573694705963, 0.03536614775657654, -0.20963746309280396, -0.32681870460510254, 0.4486923813819885, -0.406264752149581...
Detailed Instructions: In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Problem:Article: Until she was six, Oprah Winfrey lived on a farm with her grandmother. She remembers, "One day, my grandmother was boiling clothes because at that...
When did Oprah Winfrey make up her mind that her life would be better?
8
NIv2
task311_race_question_generation
zs_opt
[ 0.09894488751888275, 0.43127429485321045, -0.6693767309188843, 0.3997730314731598, 0.2063327133655548, -0.007594795897603035, 0.2177906632423401, 1.171889066696167, 0.2157897651195526, 0.4966573715209961, -0.6880553960800171, -0.052940234541893005, -0.368196964263916, -0.5914268493652344, ...
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. One example: Although I did enjoy the food here, I was completely unimpressed (and slightly annoyed) by the overpriced margaritas. I ordered a platinum which contained \"fresh\" juice. It tasted like it had ...
1 star
6
NIv2
task1292_yelp_review_full_text_categorization
fs_opt
[ 0.10131329298019409, 0.7575231194496155, -0.5694714784622192, -0.0734601616859436, 0.058028124272823334, -0.8669983744621277, -0.1682320237159729, 1.3562061786651611, 0.05246330425143242, -0.008308365941047668, 0.3268473744392395, 0.2298613339662552, -0.6108921766281128, 0.1197983771562576...
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish. Q: انها فعالة من حيث الكلفة وهي شبكية للغاية A: La relación costo-beneficio es buena y sigue la tesitura de la malla. **** Q: نحن بحاجة إلى الحب لهم ومساعدتهم اكتشاف عواطفهم. A: Necesitamos amarlos y ayudarlos a descubrir ...
Y esta es la cuestión. Ahora ya sabemos cómo llegó hasta allí. ****
4
NIv2
task1232_ted_translation_ar_es
fs_opt
[ -0.5884932279586792, 0.971248984336853, 0.0628415048122406, -0.26367083191871643, -0.1625039428472519, -0.07645940780639648, 0.957435131072998, -0.10975982993841171, -0.12984606623649597, -0.11043691635131836, -0.5914957523345947, 0.21998712420463562, -0.13837149739265442, 0.54129242897033...
Teacher:You are given a sentence in Persian. Your job is to translate the Farsi sentence into Arabic. Teacher: Now, understand the problem? Solve this instance: ♪ پیغام کمک می فرستم. حالا همگی. Student:
♪ أرسل رسالة استغاثة ♪ هيا الآن.
6
NIv2
task1268_ted_translation_fa_ar
zs_opt
[ -0.22822622954845428, 0.33665138483047485, 0.26034969091415405, -1.211126685142517, 0.016312923282384872, -0.6070739030838013, 0.7553895115852356, 0.6043893098831177, 0.94754958152771, 0.19167929887771606, -0.4949360489845276, 0.19583089649677277, -0.06241050735116005, -0.3010425567626953,...
You will be given a definition of a task first, then some input of the task. Given a math word problem, answer the following question. You might need to apply addition or subtraction mathematical operators on the numbers embedded in the text to answer the question and then only report the final numerical answer. 35 ca...
62
1
NIv2
task861_asdiv_addsub_question_answering
zs_opt
[ -0.11539614200592041, 0.3781505525112152, -0.37396591901779175, -0.13444581627845764, -0.77471923828125, -0.19310632348060608, 0.6992581486701965, 0.48044371604919434, -0.31995898485183716, -0.298071026802063, -0.6821379661560059, -0.2808046340942383, -0.35333144664764404, -0.3288276493549...
In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words. Example input: Sentence: 'the street light is green in the city'. How many words end with the letter 't' in the sentence. Example output: 2 Example explanation: The words 'street', and '...
1
3
NIv2
task163_count_words_ending_with_letter
fs_opt
[ -0.627225935459137, 0.397685706615448, -0.2978220582008362, -0.7786798477172852, -0.1303924024105072, -0.4715425372123718, 0.4704326391220093, 0.5597044229507446, 0.562877893447876, -0.9638321995735168, -0.6326793432235718, 0.06723225116729736, -0.015529381111264229, -0.042744047939777374,...
In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. Example ...
Apply a different color of nail polish to each key and let dry
3
NIv2
task080_piqa_answer_generation
fs_opt
[ -0.3758791387081146, 0.9778023362159729, -0.7997472286224365, 0.25385981798171997, -0.6253812313079834, -0.0484970398247242, -0.4622781276702881, 0.10987595468759537, 0.03860325366258621, 0.31121522188186646, -0.12127377092838287, 0.3645288646221161, -0.019909679889678955, -0.0313887372612...
Given the task definition, example input & output, solve the new input case. In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Example: Sentence1: 'a red bus goes down the street beside a yellow building', Sentence2: 'the colorfully decorated living room has ...
No
1
NIv2
task159_check_frequency_of_words_in_sentence_pair
fs_opt
[ -0.669628918170929, 0.2650511860847473, -0.09896385669708252, 0.8271329402923584, 0.20164744555950165, -0.14398318529129028, 0.17747578024864197, 1.1399133205413818, 0.13783511519432068, 0.11616198718547821, -0.5078119039535522, -0.12014082074165344, 0.6173133254051208, 0.09452693909406662...
Given an abstract, indicate which of the provided candidate titles (Option1 and Option2) best describes it (respond with the text of the title, not option1/2). Example Input: Abstract: Because female gymnasts as a group display higher than average incidences of stress-related pathologies of the lumbar spine, it was of...
Correlation of hepatitis B virus DNA and antigens in the liver. A study in chronic liver disease.
3
NIv2
task624_ohsumed_question_answering
fs_opt
[ -0.5971479415893555, 0.059785954654216766, -0.3785618543624878, 0.5762413740158081, 0.45640021562576294, -0.10994322597980499, 0.004023246467113495, 0.8694013953208923, -0.030361808836460114, 0.14956839382648468, -0.19430385529994965, 0.48176825046539307, -0.1542903482913971, 0.23164041340...
In this task, you are given two simple actions (associated with "A", "B"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following characters: 'A', 'B'. Example input: (A) trying to be a decent parent (B) remaining Friendly with my racist coworker Exampl...
A
3
NIv2
task106_scruples_ethical_judgment
fs_opt
[ -0.14870685338974, 0.4041585326194763, 0.2952079176902771, -0.17695346474647522, -0.6247854232788086, -0.2427060902118683, 0.25617754459381104, 0.9359533190727234, 0.13666915893554688, 0.5042948126792908, -0.12188224494457245, -0.025537336245179176, 0.30311161279678345, -1.2374067306518555...
You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English. One example: 第一にキリバス共和国が彼ら自身の利益になると理解したからです Solution is here: And it was primarily because Kiribati realized that this was in their own self-interest to do this. Explanation: The Japanese sentence is correctly translated ...
The West can either compete or cooperate.
6
NIv2
task1222_ted_translation_ja_en
fs_opt
[ 0.4476233124732971, 0.39209404587745667, 0.06939321756362915, -0.20447394251823425, -0.2912989854812622, -0.5818569660186768, 0.4790998101234436, -0.5587179660797119, 0.5384929776191711, -0.4796871244907379, -0.40729713439941406, 0.2847365736961365, -0.5405147075653076, -0.0035012015141546...
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 inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, an...
1765, 5167
0
NIv2
task091_all_elements_from_index_i_to_j
fs_opt
[ 1.0490729808807373, 0.4135873019695282, -0.7373789548873901, -0.159709632396698, -0.2713586986064911, 0.07387673854827881, 0.2874440550804138, 0.39846113324165344, -0.8248775601387024, -0.14710387587547302, -0.49817436933517456, -0.2661096751689911, -0.22807970643043518, -0.000795954139903...
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. Q: Who plays the mom in diary of a ...
Alicia Silverstone
4
NIv2
task669_ambigqa_answer_generation
zs_opt
[ -0.42829400300979614, 0.039404481649398804, -0.42956650257110596, -0.12529312074184418, -0.6848357319831848, -0.03614985942840576, 1.0664927959442139, 0.28882014751434326, 0.09179241210222244, -0.39112454652786255, -0.5891050100326538, 0.048563823103904724, -0.2921038269996643, -0.34507003...
Definition: The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when trans...
I zbog toga, sustav ga je proglasio ludim.
2
NIv2
task1365_opustedtalks_translation
zs_opt
[ -0.2075832486152649, 0.7094694375991821, -0.08745273947715759, -0.05923326313495636, -0.011109832674264908, -0.5693020820617676, 0.4740132987499237, -0.3258485794067383, 0.19142787158489227, -0.3702293634414673, -0.1338927149772644, 0.33186349272727966, -0.5457994937896729, 0.1327164322137...
In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story. [Q]: Title: Crumb. Sentence 1: Clark was cleaning his hous...
The door will look amazing when it is done being painted.
5
NIv2
task215_rocstories_incorrect_answer_generation
fs_opt
[ -0.18468190729618073, 0.6394142508506775, -0.45138442516326904, -0.3059011697769165, 0.30748969316482544, -0.21140806376934052, 0.46167659759521484, 0.6311266422271729, -0.29174384474754333, 0.07767713814973831, -0.2743654251098633, 0.5225940942764282, -0.029891187325119972, -0.16073580086...
Q: In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list....
[['r', '4', 'u', 'S', 'a', 'q'], ['r', '4', 'u', 'S', 'a', '8'], ['r', '4', 'u', 'S', 'q', '8'], ['r', '4', 'u', 'a', 'q', '8'], ['r', '4', 'S', 'a', 'q', '8'], ['r', 'u', 'S', 'a', 'q', '8'], ['4', 'u', 'S', 'a', 'q', '8']]
7
NIv2
task208_combinations_of_list
zs_opt
[ -0.4311913251876831, 0.8417009115219116, -0.3122912645339966, -0.0036162871401757, 0.3596594035625458, -0.2755427360534668, 0.3949110507965088, 0.13461023569107056, 0.053866758942604065, 0.1741982102394104, 0.04821518063545227, 0.4119880199432373, -0.2338087558746338, 0.23179756104946136, ...
Teacher: In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative Teacher: Now, understand the problem? If you are still confused, see the following example: It 's a lovely ...
NEG
2
NIv2
task363_sst2_polarity_classification
fs_opt
[ -0.5541011095046997, 0.33505159616470337, 0.5582410097122192, 0.04945337027311325, 0.6184018850326538, -1.117584466934204, 0.34804826974868774, 1.0259218215942383, 0.4462049603462219, 0.6191649436950684, -0.7382519245147705, -0.703933835029602, 0.5082334280014038, -0.2893463969230652, 0....
You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female). Example: Alonzo feels angry. Example solution: male Example explanation: The gender of the person is correct and detected mainly based on the n...
Solution: female
5
NIv2
task1336_peixian_equity_evaluation_corpus_gender_classifier
fs_opt
[ -0.3736521601676941, 0.47656744718551636, -0.42049938440322876, -0.6726067066192627, -0.5584155321121216, -0.413215696811676, 0.956887423992157, -0.13862742483615875, 0.27183806896209717, -0.2771891951560974, -0.9901156425476074, -0.20653638243675232, -1.1372628211975098, 0.343507617712020...
Detailed Instructions: In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. Here is the Alphabetical list of part-of-speech tag...
DT
8
NIv2
task347_hybridqa_incorrect_answer_generation
zs_opt
[ 0.8002160787582397, 0.3141764998435974, -0.4537372589111328, 0.004799645394086838, -0.34079110622406006, -0.3600177764892578, 1.5098323822021484, 0.607056736946106, -0.1894894242286682, -0.10116865485906601, -0.23067539930343628, 0.5244208574295044, -0.5514031648635864, 0.3511218726634979,...
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. ...
[149, 401, 827, 919, 439, 499, 151]
5
NIv2
task366_synthetic_return_primes
fs_opt
[ -0.35179173946380615, -0.05766279250383377, -0.5765591859817505, -0.226588636636734, -0.2157774716615677, -0.43401026725769043, 0.7935869693756104, 0.6091864109039307, -0.7412878274917603, 0.3485276401042938, -1.113739013671875, -0.36880964040756226, -0.17020323872566223, -0.13676118850708...
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Q: Context_1 : Robert Harold Bredl (born 18 July 1950) in Renmark, South Australia is an Aust...
Are Zero Days and Killers Paradise both documentaries?
4
NIv2
task191_hotpotqa_question_generation
zs_opt
[ 0.7236754894256592, -0.029250599443912506, -0.40673327445983887, -0.07970422506332397, 0.5227860808372498, 0.008964112028479576, 0.511095404624939, 0.6743577122688293, -0.7436658143997192, 0.26184511184692383, 0.0012573795393109322, 0.49513375759124756, -0.4516124129295349, 0.0418118722736...
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. [EX Q]: Person1: Do you think my briefcase is big enough to put i...
0
6
NIv2
task1536_daily_dialog_happiness_classification
fs_opt
[ 0.5108003616333008, 0.2321585863828659, -0.15320855379104614, 0.02918497659265995, 0.2665006220340729, -0.5954714417457581, 0.9621901512145996, 0.6837177276611328, -0.09701473265886307, -0.15230631828308105, -0.2876441180706024, -0.1611136496067047, 0.1316414326429367, -0.25920426845550537...
Teacher: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. Teacher: Now, understand the problem? Solve this instance: Sentence1: This year Tina was going to be...
She laughed loudly as she whizzed down the hill on her new sled.
6
NIv2
task105_story_cloze-rocstories_sentence_generation
zs_opt
[ -0.6806438565254211, 1.4371354579925537, 0.0952223613858223, -1.0483309030532837, -0.11400711536407471, -0.7240723967552185, 0.2652096748352051, 0.3044092357158661, 0.0715920627117157, -0.4653899669647217, -0.3663066625595093, 0.46618765592575073, -0.45569920539855957, -0.13606643676757812...
Given the task definition and input, reply with output. You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. NOT GOOD PIZZA. I can't hate them for making it cheap (that's why I went there), but it's probably the most bland excuse for pizza I've ever had...the fi...
2 stars
5
NIv2
task1292_yelp_review_full_text_categorization
zs_opt
[ -0.1898908168077469, 0.4128705561161041, -0.10158411413431168, 0.042231298983097076, 0.2944478988647461, -0.01684148795902729, 0.08095157146453857, 0.79106605052948, 0.17116540670394897, 0.0160951130092144, -0.08771169185638428, 0.24420854449272156, -0.10633524507284164, 0.2025774568319320...
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi. [Q]: وهنا تشتبك الأمور قليلاً. [A]: و این جایی است که موضوعات دشوار می ‌ شوند. [Q]: يجب أن نعطي هؤلاء حقهم بدلاً مِن إهمالهم ونقول "" أنه شخص كثير الغضب لابد أن يكون إستغلالي "" النوع الآخر الذي تركناه هو الإستغلاليون الوفاق...
اون دماغمه در راست ، و حالا می خواهیم بریم اینجا ، درست اونجا.
5
NIv2
task1108_ted_translation_ar_fa
fs_opt
[ 0.6421847939491272, 0.34954577684402466, -0.11395615339279175, -0.4430544376373291, -0.7312774658203125, -0.13498200476169586, 1.1952261924743652, 0.46719133853912354, 0.3857384920120239, -0.04681697115302086, -1.1388459205627441, 0.09993504732847214, -0.4771459102630615, 0.559446752071380...
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. Problem:A motorcycle is parked o...
English
8
NIv2
task441_eng_guj_parallel_corpus_gu-en_language_identification
zs_opt
[ -0.22582502663135529, 0.18836064636707306, 0.5298739075660706, -0.4285182058811188, -0.16878525912761688, -1.0723447799682617, 0.1906646192073822, 0.2693708837032318, 0.4624190032482147, -0.5349515676498413, -0.6157251000404358, 0.0032552124466747046, -0.09477449208498001, -0.2989996671676...
Detailed Instructions: In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i wil...
WvQw
4
NIv2
task100_concatenate_all_elements_from_index_i_to_j
fs_opt
[ 0.39098286628723145, 0.07731474936008453, -0.7991265058517456, -0.33141154050827026, -0.4882252812385559, -0.5992919206619263, 0.35849276185035706, 0.31655675172805786, -0.6888990998268127, 0.142019122838974, -0.8173366785049438, 0.006728082429617643, -0.11043873429298401, 0.24719642102718...
Definition: Given a post that is a real-life anecdote of a complex ethical situation and a question asks if AUTHOR, NOBODY, EVERYBODY, or OTHER is wrong in the situation. Answer the question and classify your answers into yes or no. Input: Is AUTHOR wrong in the post ? POST : Background: I'm a guy in 3rd year of colleg...
no
2
NIv2
task502_scruples_anecdotes_whoiswrong_verification
zs_opt
[ 0.2367994785308838, -0.12677200138568878, 0.34538891911506653, -0.2726138234138489, -0.1693238914012909, -0.36987975239753723, 0.622742235660553, 0.5578148365020752, 0.38210538029670715, -0.037643399089574814, 0.008595461025834084, 0.5252771377563477, -0.9605757594108582, 0.066442415118217...
Definition: You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician. Input: Matty invita le persone a spedirgli le foto delle macchine digitali che trovano, o di pennette perdute contenenti delle foto ormai orfane. Output:
Matty invita a xente a enviarlle cámaras dixitais que atoparan, memorias que se perderan con fotos orfas.
2
NIv2
task1252_ted_translation_it_gl
zs_opt
[ -1.068850040435791, 0.2910196781158447, -0.5180217027664185, -0.6723408699035645, -0.1349649578332901, -0.4707104563713074, 0.27593129873275757, 0.3949030041694641, 0.11408942937850952, 0.09945649653673172, -0.5331791639328003, 0.15299580991268158, -0.07028272747993469, 1.053680658340454, ...
Given the task definition, example input & output, solve the new input case. 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. Example: The first two were found unreliable and the prosecution case rested mainly o...
प्राचीन भारतीय विधिवेत्ताओं ने न्याय के प्रशासन को नियमित करने के लिए विधि का विकास करने की ओर बहुत ध्यान दिया ।
1
NIv2
task425_hindienglish_corpora_en_hi_translation
fs_opt
[ 0.009563198313117027, 0.26163697242736816, 0.21197673678398132, 0.23746202886104584, 0.23701873421669006, -0.24898377060890198, -0.30331477522850037, 0.7441558837890625, 0.09711023420095444, -0.46889492869377136, -0.8457202911376953, -0.18151810765266418, -0.29154708981513977, 0.0194968059...
Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is. Example Input: មេដឹកនាំរបស់គណបក្សពលកម្មនិងប្រជាធិបតេយ្យ​សង្គម ដែលជាអ្នកជាតិនិយមកណ្តាល លោកម៉ាក ឌូកខាន់ បានមានប្រសាសន៍ថា ដំណើរការស្វាគមន៍ត្រូវ...
人種的な憎悪を煽る目的で使用されるビデオと音声録音の所持、「テロ行為の実行や準備をする人に役立ちそうな種類の」情報が載っているとされる、アフガニスタン聖職者の百科事典の所持による最後の罪。
3
NIv2
task1122_alt_khm_ja_translation
fs_opt
[ 0.5092084407806396, -0.8206045627593994, -0.8966411352157593, -0.35742300748825073, 0.08710221201181412, -0.5308229327201843, 0.9088916778564453, -0.23108206689357758, -0.4307727813720703, 0.1868099868297577, -0.3470235764980316, 0.13038143515586853, -0.3641420006752014, -0.164244428277015...
Teacher:In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'. Teacher: Now, under...
-10874
6
NIv2
task086_translated_symbol_arithmetic
zs_opt
[ -0.011006352491676807, 0.5640605688095093, -0.030473094433546066, -0.3361291289329529, -0.3724544644355774, -0.017028214409947395, 0.26962679624557495, 0.9356406927108765, -0.12787175178527832, -0.6707409620285034, -0.7224287986755371, -0.9861811399459839, -0.4377714991569519, 0.4034001827...
Q: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. Your task is to label each of the continuous conversations done by one speaker with the emotion detected in that particular part. Your labels can be one among the following: 'No emotion', 'surp...
No emotion,No emotion,No emotion,No emotion
7
NIv2
task1532_daily_dialog_emotion_classification
zs_opt
[ -0.45009875297546387, 0.5271512269973755, 0.04718820005655289, -0.5037128329277039, -0.2970592975616455, -0.19748829305171967, 0.9621443748474121, -0.11694365739822388, 0.1844044178724289, -0.45404577255249023, 0.10773099213838577, -0.05032026022672653, -1.0050325393676758, 0.4905304908752...
You will be given a definition of a task first, then some input of the task. In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['h', 'b', '8903', '7241', '9017', '4917', 's', '7121', 'v', 'q'] Output:
37199
1
NIv2
task499_extract_and_add_all_numbers_from_list
zs_opt
[ -0.19045354425907135, 0.6701111793518066, -0.6834601759910583, -0.6411799192428589, -0.5369035601615906, 0.1192629411816597, 0.4857776165008545, -0.4518805146217346, -0.19126512110233307, 0.0302728321403265, -1.2040989398956299, 0.03382018953561783, 0.4018045961856842, -0.06635443866252899...
Part 1. Definition A text is given in English. Translate it from the English language to the Gujarati language. The translation must not omit or add information to the original sentence. Part 2. Example ગાંધીજી ભારતને એક એવા સર્વસમાવેશક રાષ્ટ્ર સ્વરૂપે જોતાં હતાં, જ્યાં વસતિનો દરેક વર્ગ સમાનતા સાથે રહેતો હોય અને દરેક મ...
The following FAs give a detailed view of security features including latest technological features of EVMs and stringent administrative measures taken at every step of its usage from manufacturing to storage.
7
NIv2
task1080_pib_translation_gujarati_english
fs_opt
[ -0.3673124611377716, 0.37797969579696655, 0.43696272373199463, -0.1358005404472351, 0.03335636109113693, -0.31512880325317383, 0.8933031558990479, 0.6736952066421509, 0.2969551980495453, 0.05850633978843689, -0.5589684247970581, 0.3556276559829712, -0.18051958084106445, -0.1003670394420623...
In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you shoul...
[27, -45, 0, 14467, -39, -39527, -49, -141, -231, 5, -575, -351, 1485, -255, 41]
3
NIv2
task852_synthetic_multiply_odds
fs_opt
[ 0.26225966215133667, -0.14997488260269165, -0.6578369140625, -0.11098527163267136, 0.2528918385505676, -0.5913559198379517, 0.92795729637146, 0.6839156746864319, -0.6278673410415649, -0.03231411427259445, -0.9070969223976135, 0.10602129250764847, -0.5931276082992554, -0.21865537762641907, ...
Definition: Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No". Input: Japanese: .jobsは人材事業用に、.travelは旅行産業用に、そして.euはEUに拠点のある組織用に創設された。 Thai: ตามรายงานจากสถานี...
No
2
NIv2
task1129_alt_ja_th_answer_generation
zs_opt
[ -0.2961665689945221, -0.5404313802719116, -0.2598808705806732, 0.47435760498046875, -0.05376870930194855, 0.14261023700237274, 0.34724318981170654, 0.2450411319732666, -0.4342167377471924, 0.20937028527259827, -0.27087661623954773, 0.34391701221466064, 0.008571334183216095, 0.3225837945938...
Detailed Instructions: 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 inf...
Annie had just started a new job.
4
NIv2
task072_abductivenli_answer_generation
fs_opt
[ -0.16613945364952087, 0.5740542411804199, -0.2956162095069885, -0.6453028917312622, -0.6355493664741516, 0.32717153429985046, 0.8420676589012146, 0.5078191161155701, -0.1629132330417633, -0.21624130010604858, -0.5510643720626831, 0.24925927817821503, 0.054962169378995895, 0.183961063623428...
Q: In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the p...
b
7
NIv2
task233_iirc_link_exists_classification
zs_opt
[ 1.0141558647155762, 0.2922399044036865, 0.040567152202129364, -0.2724391222000122, 0.8049217462539673, -0.3705780804157257, 1.2610989809036255, 1.2521588802337646, 0.3267439603805542, 0.30681538581848145, -0.459580659866333, 0.7327893972396851, -0.4201512932777405, 0.2349563091993332, -0...
Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion Input: Consider Input: Zara Hassan not the same. The girl has respect for LGBTQ+ people. She doesn’t agree with b...
Output: Not Hope Speech
2
NIv2
task679_hope_edi_english_text_classification
fs_opt
[ -0.326516717672348, 0.1454312950372696, 0.30383020639419556, 0.21876756846904755, -0.30900734663009644, -0.5016452074050903, 0.25059548020362854, 0.693356990814209, -0.11627598106861115, 0.2616715729236603, 0.0740961879491806, 0.3562488555908203, 0.11178159713745117, -0.520499587059021, ...
Teacher: In this task, you're given a review from Amazon's food products. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral or mixed, 4: good, 5: extremely good. Teacher: Now, understand the problem? If you are still confuse...
5
2
NIv2
task588_amazonfood_rating_classification
fs_opt
[ 0.12130741775035858, -0.41003352403640747, 0.026722297072410583, 0.2375975400209427, 0.4545266032218933, -0.18565429747104645, 0.6305478811264038, 1.0126805305480957, -0.2677761912345886, -0.019594652578234673, -0.047750234603881836, -0.17083749175071716, -0.6458683609962463, -0.3832729458...
TASK DEFINITION: In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False". PROBLEM: Context: Skylar w...
True
8
NIv2
task384_socialiqa_question_classification
fs_opt
[ -0.39011284708976746, 0.15417906641960144, -0.07303647696971893, -0.3580160439014435, -0.10764594376087189, 0.377366840839386, 0.8645211458206177, 0.42377063632011414, 0.6769740581512451, 0.03793270140886307, -0.6115025281906128, -0.18835234642028809, -0.3778684139251709, 0.307587265968322...
Q: You are given a question and some answer options (associated with "A", "B", "C", "D"). You should choose the correct answer based on commonsense knowledge. Avoid answering questions based on associations, the set of answers are chosen deliberately to capture common sense beyond associations. Do not generate anything...
D
7
NIv2
task073_commonsenseqa_answer_generation
zs_opt
[ 0.31605422496795654, 1.1227445602416992, -0.4653892517089844, -0.31910401582717896, -0.0661085844039917, -0.3430476784706116, 0.3858591318130493, 0.614151120185852, 0.3856797516345978, 0.2119717001914978, -1.1847362518310547, -0.09883537888526917, -0.08168786764144897, -0.4570102095603943,...
Given the task definition, example input & output, solve the new input case. In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classi...
non-political
1
NIv2
task1491_bengali_political_hate_speech_binary_classification
fs_opt
[ -0.6197777986526489, 0.024390991777181625, 0.14442424476146698, 0.6682264804840088, -0.5611557960510254, 0.033309515565633774, 0.49274420738220215, 0.49625709652900696, -0.24054750800132751, -0.10879823565483093, -0.17561352252960205, 0.0559961162507534, 0.24949200451374054, -0.50982117652...
Teacher:In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. T...
Finely chop the chocolate into a bowl then pour hot heavy cream over it. Let sit for 2 mins then stir til well combined.
6
NIv2
task080_piqa_answer_generation
zs_opt
[ 0.4133663773536682, 0.5468142628669739, 0.06390901654958725, 0.05759820714592934, -0.3012603223323822, -0.14359194040298462, -0.5695122480392456, 0.3378447890281677, -0.25262975692749023, -0.204046368598938, -0.21205824613571167, 0.05330207571387291, -0.1553303301334381, -0.224159628152847...
Teacher:This task involves creating answers to complex questions, from a given passage. Answering these questions, typically involve understanding multiple sentences. Make sure that your answer has the same type as the "answer type" mentioned in input. The provided "answer type" can be of any of the following types: "s...
50.
6
NIv2
task028_drop_answer_generation
zs_opt
[ 0.24341709911823273, -0.03511328250169754, -0.41959622502326965, -0.4820247292518616, -0.35545217990875244, -0.931796133518219, 1.4078867435455322, 1.0606489181518555, 0.11225032061338425, -0.39428970217704773, -0.32870590686798096, 0.32498249411582947, -0.9358565807342529, -0.355300426483...
A text is given in Tamil. Translate it from the Tamil language to the English language. The translation must not omit or add information to the original sentence. Input: Consider Input: அதற்கு முன்னதாக, அதிகாரிகள் பங்கேற்கும் முன்தயாரிப்புக் கூட்டம் புதுதில்லியில் 2018 ஜுலை 20-ஆம் தேதி காலை 10 மணிக்கு தொடங்கும். Outp...
Output: With this road constructed at a cost of approximately Rs. 760 crores, the vehicles travelling to and from Gorakhpur, Lucknow, Azamgarh and Ayodhya will not have to enter the city.
2
NIv2
task992_pib_translation_tamil_english
fs_opt
[ 0.20006032288074493, 0.6050978302955627, -0.055513784289360046, 0.3757144808769226, -0.3634544014930725, -0.23466798663139343, -0.4385654032230377, 0.31107014417648315, 0.02130068652331829, 0.05360161140561104, 0.42065009474754333, 0.10624141991138458, 0.18240614235401154, 0.06820165365934...
Detailed Instructions: You are given a sentence in Galician. Your job is to translate the Galician sentence into Japanese. Q: E é iso o que pregunta a canción. A:
それがこの曲に考えさせられることなんだ。
9
NIv2
task1239_ted_translation_gl_ja
zs_opt
[ 0.11598756909370422, 0.8403891324996948, 0.06458276510238647, 0.06995974481105804, 0.15487506985664368, -1.0406270027160645, 0.3964514434337616, 0.6150974035263062, -0.771744966506958, -0.6346856355667114, -0.375364750623703, -0.08815409243106842, -0.4208374619483948, 0.6987484693527222, ...
Definition: Given an entity as input, output another entity which is part of the input entity. These are entities of meronym. In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., output entity) is in a part-of relationship w...
leave
2
NIv2
task471_haspart_answer_generation
zs_opt
[ -0.9643219113349915, 0.43601882457733154, 0.0871601328253746, 0.006782381795346737, -0.5679029226303101, 0.20528098940849304, -0.5236548185348511, 0.01922944188117981, 0.5997336506843567, -0.8734532594680786, -0.8826553821563721, 0.5029460191726685, -0.3380950689315796, 0.07471542060375214...
Given a sentence in the Japanese and Filipino language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No". One example is below. Q: Japanese: 詳細は昨日UTC17時30分、英国議会でイギリスのルス・ケリー運輸大臣によって伝えられた。 Filipino: Ang mga det...
Yes
9
NIv2
task1120_alt_ja_fil_answer_generation
fs_opt
[ -0.07164403796195984, -0.5190454721450806, -0.030235981568694115, 0.04469309747219086, -0.2532086968421936, -0.30560410022735596, 0.7716109752655029, 0.34375834465026855, -0.36294472217559814, -0.31798112392425537, -0.455030232667923, 0.8918207883834839, -0.3359226584434509, 0.829053342342...
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. Category: ANCIENT TIMES Clue: Julius Caesar said this region was divided into 3 parts; Augus...
gaul
0
NIv2
task305_jeopardy_answer_generation_normal
zs_opt
[ -0.05856937915086746, 1.342474102973938, -0.757879376411438, 0.3980488181114197, -0.46652960777282715, -0.28809115290641785, 0.4922315180301666, 0.282006174325943, 0.30359482765197754, 0.20645758509635925, 0.4398895502090454, 0.18782967329025269, -0.6482850313186646, 0.13252627849578857, ...
Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction. Ex Input: Bob delegated a woman responsibility Ex Output: Bob delegated responsibility to ...
Linda lowered something to the woman from work
1
NIv2
task132_dais_text_modification
fs_opt
[ -0.6859435439109802, 0.0791100263595581, -0.1102949008345604, -0.16164135932922363, -0.056105468422174454, -0.4714929461479187, 0.23836836218833923, 0.44604024291038513, 0.9441012740135193, -0.45033663511276245, -0.7754567265510559, 0.26474255323410034, -0.24247965216636658, -0.12946596741...
Detailed Instructions: 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 ev...
No
9
NIv2
task1214_atomic_classification_xwant
zs_opt
[ 0.11585616320371628, 0.4998670220375061, 0.5202723145484924, -0.49869072437286377, -0.6622281074523926, -1.1324448585510254, 1.4128026962280273, 0.1971711814403534, -0.4649721682071686, -0.6208219528198242, -0.40487542748451233, -0.49278298020362854, -0.7710504531860352, 0.3776609897613525...
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? Solve this instance: Fact1: insect bites cause harm to living things, Fact2: Some assassin bug bites can cause a...
E
6
NIv2
task1297_qasc_question_answering
zs_opt
[ 0.45633360743522644, 0.38748377561569214, -0.20914068818092346, -0.38265353441238403, -0.37574851512908936, -1.496511697769165, 0.6246706247329712, 0.48302316665649414, -0.16240611672401428, -0.02452896535396576, -0.5921168327331543, -0.05979234725236893, -0.6623039245605469, -0.5613057613...
In this task, you will be presented with a question in Dutch language, and you have to write the location names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Identifier used for the location name - LOC. . There can be instances with no location name entity, then retur...
België: B-LOC ****
4
NIv2
task1546_conll2002_location_name_extraction_answer_generation
fs_opt
[ 0.23339053988456726, 0.639895498752594, -0.17141275107860565, 0.13265123963356018, -0.16468338668346405, -0.17787663638591766, 1.1204166412353516, -0.3097688853740692, 0.5884392261505127, -0.3928459882736206, -0.2867836356163025, 0.5234904885292053, 0.22878235578536987, 0.22392742335796356...
You are given a paragraph, with numbered sentences, and a question. Write the numbers of the sentences needed to answer the given question. Separate multiple sentence numbers with a comma (", "). E.g. "1, 2" would be the correct response if Sent 1 and Sent 2 are needed to answer the given question (do not include sente...
1, 2.
0
NIv2
task049_multirc_questions_needed_to_answer
zs_opt
[ 1.4327704906463623, 0.04671762138605118, -0.14201697707176208, -0.12132961302995682, 0.6074268817901611, -0.49972397089004517, 0.4261971414089203, 0.6056849956512451, -0.18273639678955078, 0.42574310302734375, -0.8750643730163574, 0.385943204164505, -0.8275406360626221, 0.31470364332199097...
Part 1. Definition In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event....
No
7
NIv2
task1214_atomic_classification_xwant
fs_opt
[ 0.39985981583595276, -0.05812651664018631, 0.31199949979782104, -0.12138557434082031, -0.22051525115966797, -0.4968361258506775, 1.0302658081054688, 0.5833783149719238, -0.5041801929473877, -0.34175875782966614, -0.29042840003967285, -0.6729179620742798, -0.49503427743911743, -0.0159539487...
You are given a sentence in Polish. Your job is to translate the Polish sentence into Hebrew. Q: A wszystkie te włosy mają koszmarnie rozdwojone końcówki. A:
כל שערה סובלת ממקרה חמור של קצוות מפוצלים.
4
NIv2
task1260_ted_translation_pl_he
zs_opt
[ -0.04602792486548424, 0.6071709394454956, -0.10231627523899078, -0.4340236186981201, -0.6129689812660217, -0.33673715591430664, 0.84696364402771, -0.17894145846366882, 0.438211053609848, 0.08719919621944427, -0.40093913674354553, 0.4973663091659546, -1.1514029502868652, 0.5216139554977417,...
Given the task definition and input, reply with output. Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Where is the town of Asbestos?
asbestos
5
NIv2
task899_freebase_qa_topic_generation
zs_opt
[ 0.7782398462295532, 0.914635181427002, 0.19962430000305176, 0.03441014140844345, -0.3048984706401825, -0.7636383771896362, 0.35241764783859253, 0.13863642513751984, 0.19519758224487305, -0.14193132519721985, -0.7846781015396118, 0.7614107728004456, -0.1488019973039627, 0.3167581558227539, ...