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
Detailed Instructions: In this task you will be given a list of strings and you need to concatenate them. Q: ['a', 'him', 'N'] A:
ahimN
9
NIv2
task079_conala_concat_strings
zs_opt
[ 0.35604536533355713, 0.47850942611694336, 0.8495727777481079, -0.5984156131744385, -0.1219792440533638, -0.5884915590286255, 0.5232492685317993, -0.09266805648803711, -0.022708192467689514, 0.8578749895095825, -0.3162699341773987, 0.09103743731975555, -0.5032851696014404, -0.70926672220230...
Teacher:In this task, you are given a sentence in the Hindi language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun). Teacher: Now, understand the problem? Solve this instance: पहोर ने कह...
"Solving the border dispute with Croatia is the basis for a lasting peace, security and friendship of both nations," Pahor said.
6
NIv2
task433_alt_hi_en_translation
zs_opt
[ -0.08061714470386505, 0.20488804578781128, 0.27138304710388184, -0.7165577411651611, 0.11304862797260284, -0.5909956693649292, 0.9311911463737488, 0.24468228220939636, -0.23672303557395935, -0.303025484085083, -0.31295129656791687, 0.06155002489686012, -0.6328216791152954, -0.6308995485305...
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. Example Input: 4, ['2361', '6671', '553', '6231', 'M', 'V', '7721', '4251', '2309', '3767', 'b', '2109', 'U', 'a', 'Q', 'X', 'S', 'f', 't', '7437', '1269', 'a', 'i', ...
3209, 1545, 3715, 8631, c, 2401, W, t, 6395, 9101, N, 127, T, d
3
NIv2
task1542_every_ith_element_from_starting
fs_opt
[ 0.10960027575492859, -0.02033255621790886, -0.48169273138046265, -0.3039608895778656, -0.41797518730163574, -0.5913451910018921, 0.35501107573509216, 0.282694935798645, -0.40762168169021606, -0.04703187942504883, -0.8329445719718933, 0.01699911803007126, -0.11206835508346558, 0.24840444326...
In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one tha...
a
1
NIv2
task213_rocstories_correct_ending_classification
fs_opt
[ 0.11170923709869385, -0.023640967905521393, -0.25105011463165283, -0.29694515466690063, 0.47789081931114197, -0.4236451983451843, 0.990965723991394, 1.1452977657318115, -0.39796537160873413, -0.002416530391201377, -0.3409872353076935, -0.1337859332561493, -0.13345687091350555, 0.0074391597...
In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In the translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun). Example Input: एग्रीगेटर को आर एस एस रीडर न्यूज़ रीडर फीड रीडर जैसे अन्य...
The reason for this is that this religion is not based on the single god which is the basic concept of Islam religion.
3
NIv2
task424_hindienglish_corpora_hi_en_translation
fs_opt
[ -0.24800553917884827, 0.39430829882621765, 0.11159107089042664, -0.062155045568943024, -0.7775383591651917, -0.47800958156585693, 0.1467956006526947, 0.6910918354988098, -0.11066055297851562, -0.2873327136039734, -0.8083392381668091, 0.05753655731678009, -0.6704312562942505, -0.11042271554...
Given the task definition and input, reply with output. In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense....
C
5
NIv2
task295_semeval_2020_task4_commonsense_reasoning
zs_opt
[ -0.14104178547859192, 0.8170225620269775, -0.2644255757331848, -0.27130454778671265, -0.41010212898254395, -0.24985715746879578, 0.515845000743866, 0.9005095958709717, 0.14077886939048767, 0.167397141456604, -0.14469411969184875, -0.029087353497743607, -0.6421036720275879, -0.4206602573394...
Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building ...
look left thrice and run around right
4
NIv2
task129_scan_long_text_generation_action_command_short
zs_opt
[ 0.3685080111026764, 1.1025278568267822, -0.3335305452346802, 0.010211226530373096, -0.13448266685009003, 0.47526752948760986, -0.35435011982917786, 0.9303006529808044, -0.5656877160072327, -0.24027088284492493, -0.7139983177185059, -0.16890472173690796, -0.5507908463478088, -0.071029782295...
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. One example is belo...
[-18, 74, 25, 86, 83, 31, 96]
9
NIv2
task207_max_element_lists
fs_opt
[ 0.49090778827667236, 0.2598983645439148, -0.9514760971069336, -0.06735843420028687, 0.36739790439605713, -0.04537855088710785, 0.6779562830924988, 0.8440959453582764, -0.16904613375663757, 0.12318059802055359, -0.4990609884262085, 0.6393277645111084, -0.2765723466873169, -0.187712714076042...
You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and r...
Output: Option B
2
NIv2
task750_aqua_multiple_choice_answering
fs_opt
[ 0.8814431428909302, -0.18493089079856873, -0.501667857170105, -0.5232853293418884, 0.10707944631576538, -0.07198887318372726, 0.00938318856060505, 0.8337536454200745, 0.07187478244304657, -0.24177753925323486, -0.4142354726791382, 0.5635004043579102, 0.46808406710624695, -0.455614626407623...
You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False". Q: I am glad I found this on the reduced rack for 99c. The taste was not bad but no way I could frost my cake. It stuck to the k...
True
4
NIv2
task587_amazonfood_polarity_correction_classification
zs_opt
[ -0.37454289197921753, -0.5458118915557861, 0.5895051956176758, -0.47450464963912964, -0.034825488924980164, -0.5210804343223572, 0.9572762250900269, -0.07010768353939056, 0.17743365466594696, 0.2863757610321045, -0.3209587335586548, -0.205393448472023, -0.6722222566604614, -0.1278699040412...
Q: The input is a tweet which can be Hate Speech, Offensive or Normal tweet. Hate Speech and Offensive tweets target one community. Given such a tweet, output the community targeted in the tweet. The community will be one of the nine values: 'African', 'Islam', 'Jewish', 'Women', 'Refugee', 'Arab', 'Caucasian', 'Hispan...
Islam
7
NIv2
task1503_hatexplain_classification
zs_opt
[ -0.3541218638420105, 0.7389096021652222, 0.3000457286834717, 0.6129730939865112, -0.48520803451538086, -0.7545515298843384, 0.23300416767597198, 0.7660787105560303, 0.6751800775527954, 0.41603970527648926, -0.10301899909973145, 0.11856378614902496, -0.5758016705513, -1.1063116788864136, ...
Given a sentence in Igbo language, translate the sentence to English language keeping the meaning of the original sentence intact Igbo sentence: Nke ka, ihe bụ ihe kasị mkpa bụ icheta na ezigbo ojiji na-ukwuu dụrụ. Above all, what's most important is to remember that responsible use is highly advised. Igbo sentence: ...
Because it works with your body naturally to increase nitrogen retention in cells and increase vascular flow, this supplement gives you the ability to increase your performance and your stamina without headache, fatigue, or long-term damage to the liver and kidneys.
0
NIv2
task449_opus_paracrawl_ig_en_translation
fs_opt
[ -0.9103128910064697, 0.21569082140922546, -0.0798698216676712, 0.07214087247848511, -0.1443561613559723, -1.0575224161148071, 0.3202323317527771, 0.9710001349449158, -0.14406582713127136, -0.1485452800989151, -0.01648937538266182, -0.013592583127319813, -0.6014044880867004, 0.2188780307769...
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. Example input: The sound seems really good but sometimes it cuts in and out which is annoyi...
Bad review
3
NIv2
task929_products_reviews_classification
fs_opt
[ -0.20591330528259277, 0.2671899199485779, -0.3852192163467407, -0.21047422289848328, 0.38840436935424805, -0.5180790424346924, 0.897045373916626, 0.6095945239067078, -0.07680023461580276, 0.7009552717208862, -0.18976959586143494, 0.293690025806427, -0.6780729293823242, -0.364681214094162, ...
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 nouns, ...
Tense
5
NIv2
task276_enhanced_wsc_classification
fs_opt
[ -0.13028162717819214, 0.43933606147766113, -0.17300960421562195, -0.20974740386009216, -0.29569652676582336, -1.173213005065918, 0.5791964530944824, 0.20701052248477936, 0.340908944606781, -0.17638510465621948, -0.17366153001785278, 0.3128827214241028, -0.43251872062683105, 0.0908126085996...
Instructions: You are given a sentence in Galician. Your job is to translate the Galician sentence into Spanish. Input: Esta é a consecuencia de non saber que hai límites para o que podemos sacar do mar. Output:
Esta es la consecuencia de no saber que hay límites a lo que podemos tomar del mar.
3
NIv2
task1240_ted_translation_gl_es
zs_opt
[ -0.7385373115539551, 1.0557310581207275, -0.31724411249160767, -1.3226381540298462, -0.4605211317539215, -0.6754723191261292, -0.1660999059677124, 0.9917993545532227, -0.029631316661834717, -0.14300000667572021, -0.6719282269477844, 0.2626268267631531, -1.0433298349380493, 0.20816394686698...
Part 1. Definition In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular. Part 2. Example Comment: Enoug...
Non-threat
7
NIv2
task322_jigsaw_classification_threat
fs_opt
[ -0.19838398694992065, 0.8525668382644653, 0.5454297065734863, 0.11448274552822113, -0.2537945508956909, -1.1752572059631348, 0.7630800604820251, 0.7206733822822571, 0.04286554455757141, 0.1570776104927063, -0.023966137319803238, -0.026144366711378098, -0.8721247315406799, -0.58231753110885...
Definition: Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks fo...
I_TURN_RIGHT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK
2
NIv2
task128_scan_structured_text_generation_command_action_short
zs_opt
[ 0.18225766718387604, 0.38794827461242676, -0.3974970281124115, 0.0692715048789978, 0.1525397002696991, -0.07309234887361526, 0.3430749773979187, -0.027897225692868233, -0.014355013146996498, -0.08646281063556671, -0.6335515975952148, -0.24651947617530823, -0.6935463547706604, -0.1039300560...
You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre...
Output: Person
2
NIv2
task1289_trec_classification
fs_opt
[ 0.6817277669906616, -0.4507320523262024, 0.28150421380996704, 0.2539568543434143, -0.45263200998306274, -0.7455180883407593, 0.4449663758277893, 0.09182281792163849, 0.14034122228622437, -0.45961064100265503, -0.7983896136283875, -0.19142524898052216, -0.5937014818191528, 0.290722966194152...
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0. System Reference: red door cafe is a good restaurant for breakfast in the cathedr...
0
0
NIv2
task1186_nne_hrngo_classification
fs_opt
[ -0.3061886429786682, 1.217670202255249, -0.763465940952301, 0.32121312618255615, -0.9739620685577393, -0.06339648365974426, 0.9777929782867432, 1.160301923751831, 0.41537630558013916, -0.30364805459976196, -0.4158152937889099, -0.029927115887403488, -0.34680235385894775, -0.066595897078514...
Detailed Instructions: In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the l...
3, 9, 10, 15, 17, 18, 20
8
NIv2
task507_position_of_all_numerical_elements_in_list
zs_opt
[ 0.21703390777111053, 0.7281665802001953, -0.17436917126178741, -0.8327512741088867, 0.5777715444564819, -0.28618285059928894, 0.8445812463760376, -0.16084587574005127, -0.8139994144439697, 0.0654764324426651, -0.2779642343521118, -0.211160808801651, 0.4992036521434784, -0.3673250079154968,...
Instructions: Given a paragraph from a Wikipedia article about some topic, and a question related to the topic, determine whether the question is answerable from the paragraph. If the question is answerable, answer "True", otherwise, answer "False". Input: On September 30, 1987, Foster filed an application with the Uni...
True
3
NIv2
task1640_aqa1.0_answerable_unanswerable_question_classification
zs_opt
[ -0.1921887993812561, 0.40257254242897034, -0.5249097347259521, 0.2801809310913086, -0.21073411405086517, -0.6227014064788818, 0.9710266590118408, 0.4038928747177124, 0.5391948223114014, -0.35404735803604126, -0.28857535123825073, 0.9503768682479858, -0.6053683757781982, 0.20634794235229492...
Detailed Instructions: In this task, you're given the title and three arbitrary sentences out of a five-sentence story. You are also given three additional sentence options, a, b, and c, that may or may not belong to the story. Your job is to pick the two options that seamlessly connect with the rest of the story and t...
5a, 4b
9
NIv2
task222_rocstories_two_chioce_slotting_classification
zs_opt
[ -0.2932814359664917, 0.42510277032852173, 0.040223684161901474, -0.015231444500386715, 0.3031095862388611, -0.3593273460865021, 0.3436145484447479, 0.8906576633453369, 0.28040727972984314, 0.4753457009792328, -0.2065081149339676, -0.34039342403411865, -0.5677307844161987, -0.05268269404768...
instruction: In this task, you will be presented with a text, a pronoun from the text, and two candidate names. You should determine what the pronoun refers to and classify the answers into A, B, or Neither. A and B here are referring to option A and option B. Position of the pronoun in the text is showed within two "_...
B
9
NIv2
task329_gap_classification
fs_opt
[ 0.0312286838889122, 0.09185589849948883, -0.3144829571247101, 0.02469032257795334, 0.7462505102157593, 0.38733968138694763, 0.6862671971321106, 0.8030939102172852, -0.17455384135246277, 0.14590099453926086, 0.06780742108821869, 0.5779364705085754, 0.253817617893219, -0.3748055398464203, ...
Given a sentence and two mentions from the text (arguments), indicate a phrase (a verb or noun phrase) that describes the relationship between the provided arguments. Q: Sentence: 'The business and affairs of the Society shall be managed by its Board of Directors according to these bylaws , consistent with the articles...
manage affair of
4
NIv2
task676_ollie_relationship_answer_generation
zs_opt
[ 0.13279271125793457, 0.8656386137008667, 0.5034444332122803, -0.5146729946136475, -0.4186771512031555, -1.4642462730407715, 0.25424981117248535, -0.02543848752975464, -0.004899795167148113, 0.0688740462064743, 0.08062660694122314, -0.10303002595901489, -0.4433321952819824, 0.58247476816177...
Part 1. Definition In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. ...
[82, 80, 71, -81, 65, 82]
7
NIv2
task207_max_element_lists
fs_opt
[ 0.4542931318283081, 0.006331190932542086, -0.9140205383300781, 0.1582990139722824, 0.37070441246032715, 0.026627877727150917, 0.6633549928665161, 0.7233415246009827, -0.0686134472489357, -0.10906112194061279, -0.8421080112457275, 0.16544023156166077, -0.08760368824005127, -0.1810302734375,...
You will be given a definition of a task first, then some input of the task. In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video...
wireless
1
NIv2
task617_amazonreview_category_text_generation
zs_opt
[ 0.013770710676908493, 0.16320794820785522, -0.509459376335144, -0.23977941274642944, 0.232002854347229, 0.02399180456995964, 0.3502982258796692, 0.8427414298057556, -0.2892111539840698, 0.5911780595779419, -0.08301948010921478, 0.3566218614578247, -0.4088555872440338, -0.6075538396835327, ...
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. Ex Input: Who featured in the 2011 hit Lighters with Bad Meets Evil? Ex Output: bruno mars Ex Input: Which is the only team to have won football's Premier League on...
beef
1
NIv2
task898_freebase_qa_answer_generation
fs_opt
[ 0.16106417775154114, 0.1156354546546936, -0.5056056976318359, -0.28114813566207886, -0.5961729288101196, 0.14952772855758667, 1.0314369201660156, -0.44967517256736755, 0.0035109384916722775, -0.4591827988624573, -0.19321544468402863, 0.5143487453460693, -0.8964037299156189, 0.0973010212182...
You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ...
Output: C
2
NIv2
task228_arc_answer_generation_easy
fs_opt
[ 0.36189356446266174, 0.7298480272293091, -0.2982129156589508, -0.5374657511711121, -1.0081334114074707, -1.394857406616211, 0.5485961437225342, 0.7902536392211914, -0.3607372045516968, -0.2523071765899658, 0.09881523996591568, -0.0360710471868515, 0.031077146530151367, -0.34863919019699097...
Given the task definition and input, reply with output. 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 classificat...
['NO_DIFF', 'NO_DIFF', 'UNKNOWN_TYPE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'NO_DIFF', 'NO_DIFF', 'UNKNOWN_TYPE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_D...
5
NIv2
task1416_youtube_caption_corrections_incorrect_grammar_classification
zs_opt
[ 0.5179020762443542, 0.4608619809150696, 0.09730646759271622, -0.15441539883613586, 0.20266970992088318, -0.6648520231246948, 0.4776681959629059, 0.6915585398674011, -0.38031506538391113, 0.08218775689601898, -0.08508435636758804, -0.6067081093788147, -0.559337854385376, -0.2696525454521179...
TASK DEFINITION: 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 ...
64.
8
NIv2
task028_drop_answer_generation
fs_opt
[ 0.42602553963661194, 0.20640438795089722, -0.3067966401576996, 0.06839150190353394, 0.810039758682251, -0.2697340250015259, 0.7164715528488159, 0.3399256765842438, -0.4385465979576111, -0.2220211625099182, -0.233504056930542, 0.977372407913208, -0.8548502922058105, -0.05026315525174141, ...
Detailed Instructions: In this task, you're given a pair of sentences, sentence 1 and sentence 2, that neither agree with nor contradict each other. Your job is to alter sentence 2 so that the pair clearly agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduc...
two ladies are seated in chairs
9
NIv2
task188_snli_neutral_to_entailment_text_modification
zs_opt
[ -0.6679379940032959, 0.43654441833496094, -0.23718394339084625, -0.5990319848060608, 0.21575325727462769, -0.36030149459838867, 0.35895639657974243, 0.7553364038467407, 1.0595730543136597, 0.07371705770492554, -0.1519741415977478, -0.21090394258499146, 0.11514472961425781, 0.18090084195137...
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Example Input: Context: Erwin Wurm (born 1954) is an Austrian artist born in Bruck an der Mur / Styria. He currentl...
1
3
NIv2
task633_dbpedia_14_answer_generation
fs_opt
[ 0.28198516368865967, 0.5091259479522705, -0.023074742406606674, 0.814693033695221, 0.531446635723114, 0.43813982605934143, 0.12846694886684418, 0.8239399790763855, -0.2799180746078491, 0.11131741851568222, -0.280073881149292, 0.5881670713424683, -0.6688878536224365, -0.28372031450271606, ...
In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to...
No
4
NIv2
task1199_atomic_classification_xattr
zs_opt
[ -0.03878942131996155, 0.24007286131381989, 0.16749273240566254, -0.05102091282606125, -0.7364914417266846, -0.9969369769096375, 0.9944150447845459, 0.8357317447662354, -0.3524770736694336, -0.17810890078544617, -0.15800738334655762, -0.3255425691604614, -0.6753740310668945, 0.4759915173053...
Detailed Instructions: 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). Q: The situation makes my father feel discouraged. A:
male
9
NIv2
task1336_peixian_equity_evaluation_corpus_gender_classifier
zs_opt
[ -0.7229206562042236, 0.11670532822608948, -0.5814974308013916, -0.9279536008834839, -0.49698781967163086, -0.5409960150718689, 0.8264654874801636, 0.4292606711387634, 0.9552741050720215, 0.13094985485076904, -0.9510023593902588, -0.22767411172389984, -0.8569271564483643, -0.278517246246337...
Detailed Instructions: In this task, you're given a question, along with three passages, 1, 2, and 3. Your job is to determine which passage can be used to answer the question by searching for further information using terms from the passage. Indicate your choice as 1, 2, or 3. Problem:Question: Of the wrestlers who at...
2
8
NIv2
task230_iirc_passage_classification
zs_opt
[ 0.9700368642807007, 0.9066627025604248, -0.9827811121940613, 0.05381936579942703, 0.313649445772171, -0.004916585981845856, 0.5630122423171997, 0.8613301515579224, -0.11667603254318237, 0.2158488631248474, -0.4259054660797119, 0.4122139811515808, -0.8578267097473145, -0.14456792175769806, ...
Detailed Instructions: Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct ans...
a graduated student.
9
NIv2
task042_qasc_incorrect_option_generation
zs_opt
[ -0.3623991310596466, 0.8299758434295654, 0.01670856960117817, -0.6269536018371582, 0.515381395816803, -1.7610219717025757, -0.67650306224823, 0.10563456267118454, -0.05594463273882866, -0.007588249631226063, -0.39313504099845886, 0.16008861362934113, -0.5783450603485107, 0.3079142272472381...
Instructions: Given an Amazon review, indicate whether it is a 'Positive Review' or 'Negative Review'. Input: Like everyone else I was drawn to this battery for the price. However, once installed my MacBook Pro failed to recognize it even after an overnight charge. Also, like others have said the battery is not a perfe...
Negative Review
3
NIv2
task1343_amazon_us_reviews_rating
zs_opt
[ 0.9451425075531006, -0.009941913187503815, -0.38341256976127625, -0.11453476548194885, -0.11159457266330719, -0.6352085471153259, 0.7018250226974487, 0.8660796284675598, 0.5130289793014526, 0.5942225456237793, 0.005238700192421675, 0.3108755350112915, -0.9111635684967041, -0.12282378971576...
Detailed Instructions: You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician. Q: كان يصلح الطرق ، والأراضي الرطبة ، قام ببعض حملات مكافحة الصيد غير المشروع. A:
Amañaba as estradas, remendaba os humidais, e fixo algúns traballos contra a caza furtiva.
9
NIv2
task1105_ted_translation_ar_gl
zs_opt
[ -0.8344363570213318, 0.8984588980674744, 0.06688298285007477, -1.3826007843017578, -0.48210829496383667, -0.7279320359230042, 0.26877617835998535, 0.5479585528373718, -0.4182175397872925, 0.22511081397533417, -1.2030671834945679, -0.32752910256385803, -0.8004217147827148, -0.43764799833297...
Given the task definition and input, reply with output. In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'a giraffe looking over a fence and another reaching over the fence'. Replace the letter 'l' with 'h' in the sentence.
a giraffe hooking over a fence and another reaching over the fence
5
NIv2
task160_replace_letter_in_a_sentence
zs_opt
[ -1.1866294145584106, 1.1208070516586304, 0.7948274612426758, -0.23436661064624786, -0.3042490780353546, -0.06859941780567169, 0.05300622433423996, 0.3338555693626404, 0.07636798918247223, -1.0702821016311646, -0.6444796323776245, -0.7397671937942505, -0.5445643067359924, 0.2343383729457855...
In this task, you are given a sentence in the Bulgarian language and corresponding English translation of this sentence. Here, your job is to generate label "yes" if translation is right, otherwise generate label "no". Bulgarian: 1., English: Approval of the new allocation of the responsibilities of Vice-President of ...
no
0
NIv2
task273_europarl_classification
zs_opt
[ 0.03201790526509285, 0.11956524848937988, 0.04004534333944321, 0.9340379238128662, 0.6454856395721436, -0.4664715826511383, 0.7882792949676514, -0.3670934736728668, 0.6171423196792603, 0.016659077256917953, 0.18785807490348816, 0.6228205561637878, -0.5612486600875854, 0.9062896966934204, ...
Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguish...
a battery.
3
NIv2
task042_qasc_incorrect_option_generation
fs_opt
[ 0.3286105990409851, 1.2645139694213867, -0.48047205805778503, 0.18649911880493164, -0.3524766266345978, -1.6420150995254517, 0.5623095631599426, 0.883368194103241, -0.42493394017219543, 0.38179266452789307, -0.638163685798645, 0.39290133118629456, -0.715335488319397, -0.03502925485372543, ...
You will be given a definition of a task first, then some input of the task. 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. The chocolate on the stick was all...
Chocolate was all melt
1
NIv2
task589_amazonfood_summary_text_generation
zs_opt
[ 0.15457895398139954, 0.2914489507675171, 0.11824452877044678, -0.4838818311691284, 0.5374898314476013, -0.10739748924970627, 0.8716440200805664, 0.5688644647598267, -0.4548172056674957, 0.11279928684234619, 0.2760017514228821, -0.42035385966300964, -0.326463520526886, 0.06620094180107117, ...
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. -------- Question: Category: FOOD Clue: This salad dressing is actually American; its name may...
l. frank baum
7
NIv2
task308_jeopardy_answer_generation_all
fs_opt
[ -0.7709674835205078, 0.750636875629425, 0.2248860001564026, -0.27258455753326416, -0.12103442847728729, 0.7666619420051575, 0.43749362230300903, 0.34446030855178833, 0.12712225317955017, -0.23666918277740479, -0.28200194239616394, -0.5820603370666504, -0.5021840333938599, 0.307636737823486...
Detailed Instructions: In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations s...
Why can't the woman accept the man's invitation? (A) She is going to Finland. (B) She has visitors next week. (C) She has guests at her home.
8
NIv2
task246_dream_question_generation
zs_opt
[ 0.10213421285152435, 0.6620932817459106, -0.3175508677959442, -0.7569912672042847, -0.027760988101363182, 0.057094693183898926, 0.7729455232620239, 0.3729991316795349, 0.09611739218235016, -0.02047913148999214, -0.184535950422287, 0.6605747938156128, -0.10362797975540161, 0.222231104969978...
In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e. tagset of this corpus is 'ADJ'...
NUM ****
4
NIv2
task583_udeps_eng_coarse_pos_tagging
fs_opt
[ 0.869765043258667, 0.22458404302597046, 0.0025794650427997112, -0.11288121342658997, 0.07859746366739273, -0.3904719650745392, 0.9463647603988647, 0.7323505282402039, -0.5564725399017334, -0.24351100623607635, -0.20457199215888977, 0.2400042563676834, -0.6057302951812744, 0.689916551113128...
Detailed Instructions: You are given a sentence in Galician. Your job is to translate the Galician sentence into English. Problem:O alzhéimer afecta actualmente a 40 millóns de persoas no mundo. Solution:
Alzheimer's now affects 40 million people worldwide.
8
NIv2
task1238_ted_translation_gl_en
zs_opt
[ 0.16355951130390167, 1.3420836925506592, 0.10263325273990631, -1.0960171222686768, -0.0673099160194397, -0.7952192425727844, 0.4093219041824341, 0.12295864522457123, 0.2668437957763672, -0.23841702938079834, 0.36982834339141846, 0.5874810218811035, -0.2956966757774353, 0.46092522144317627,...
Teacher: In this task, you are given a sentence in Persian, and your task is to translate it into English. Teacher: Now, understand the problem? If you are still confused, see the following example: سم ، خوبي ، تو حالت خوبه . Solution: sam . alright , youre alright . Reason: This is a good example. The above sentence i...
how quick .
2
NIv2
task659_tep_fa_en_translation
fs_opt
[ -0.02027178928256035, 0.8576480150222778, 0.23998713493347168, -1.2576044797897339, -0.10695536434650421, -0.7935213446617126, 0.4485407769680023, 0.9065967798233032, 0.26469284296035767, 0.1803150773048401, -0.28563791513442993, 1.066344976425171, -0.39569926261901855, -0.714481770992279,...
Definition: In this task, you are given a sentence in the English language from the various articles. Your task is to translate the given English sentence into the Yoruba language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should have natural language and formal form....
Àwọn Ẹlẹ́rìí Jèhófà Parí Ètò Ìrànwọ́ ní Amẹ́ríkà Àárín Lẹ́yìn Ìmìtìtì Ilẹ̀ Tó Wáyé
2
NIv2
task1619_menyo20k-mt_en_yo_translation
zs_opt
[ 0.5237993001937866, -0.10565812140703201, 0.10969090461730957, 0.2385973483324051, 0.22959819436073303, -0.7172502279281616, 0.11539066582918167, 0.7799479365348816, 0.05351552367210388, -0.4484995901584625, -0.43791672587394714, 0.009576897136867046, -0.46391090750694275, 0.07313241809606...
You will be given a definition of a task first, then some input of the task. Given a sentence in Bulgarian, generate a new Bulgarian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should h...
Ще видите вашето глуповато шоу, защото имате черно ДНК.
1
NIv2
task415_mickey_bg_sentence_perturbation_generation
zs_opt
[ -0.4247444272041321, 0.20655378699302673, 0.26216524839401245, -0.64470374584198, 0.22604310512542725, 0.20534899830818176, 0.919489324092865, 0.3671295642852783, 0.8118299245834351, -0.5083969235420227, -0.973090648651123, 0.391125351190567, -0.25217655301094055, 0.22304043173789978, 0....
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Polish. Example input: Os "" media "" interligavam-se connosco. Example output: Media łączyły się z nami. Example explanation: The Portugese sentence is correctly translated into Polish, because the meaning is preserved. Q: O...
Wypadki są drogie i kosztowne.
3
NIv2
task1281_ted_translation_pt_pl
fs_opt
[ 0.41742223501205444, 0.6289663314819336, 0.24161097407341003, -0.47813740372657776, -0.18032336235046387, 0.10702432692050934, 1.1493313312530518, -0.2596319019794464, 0.3341367840766907, -0.4661417603492737, -0.5441017150878906, 0.4453432857990265, -0.796698808670044, 0.049998000264167786...
Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No". Q: Japanese: 富邦警備のAllenPu氏は、「鴻海はこの問題を解決しなければならない、なぜなら、状況はアップルにもHPにもネガティブだから」と述べた。 Khamer: អាឡែនភូនៃ...
Yes
4
NIv2
task1123_alt_ja_khm_answer_generation
zs_opt
[ -0.03265591710805893, -0.10263562202453613, 0.15100271999835968, -0.27379482984542847, -0.23809421062469482, -1.4589197635650635, 0.4413377344608307, -0.09235158562660217, 0.114304319024086, -0.6758549213409424, 0.17566771805286407, 0.32309383153915405, -0.6866900324821472, 0.3375580310821...
Detailed Instructions: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the questi...
Shooting deaths were frequent in the town, but not in the village, as firearms were rare in the _ .
8
NIv2
task034_winogrande_question_modification_object
zs_opt
[ 0.5798784494400024, 0.4771333336830139, 0.13027624785900116, -0.2476264238357544, 0.7127330899238586, -0.761853814125061, 1.0432140827178955, 1.3727368116378784, -0.7823242545127869, -0.2984723150730133, -0.45933663845062256, 0.3100261092185974, -0.5794581174850464, 0.036950647830963135, ...
Given the task definition and input, reply with output. In this task, you are given two sets, and you need to count the number of elements at the intersection of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. The intersection of two given sets is the largest set ...
1
5
NIv2
task243_count_elements_in_set_intersection
zs_opt
[ 0.1693221628665924, 0.38655006885528564, -0.7465914487838745, -0.01086315419524908, -0.058315884321928024, 0.2868313193321228, 0.43814197182655334, 0.1261865496635437, -0.057153135538101196, -0.3058878183364868, -0.8832194209098816, 0.30259597301483154, 0.34181666374206543, -0.115053839981...
Detailed Instructions: You are supposed to identify the category of a high-school level math question. There are five possible categories (1) algebra (2) arithmetic (3) measurement (4) numbers, and (5) probability. Use the following guidelines: (1) 'algebra' questions will typically contain letter variables and will as...
algebra
8
NIv2
task834_mathdataset_classification
zs_opt
[ -0.2610240578651428, 0.3739648461341858, 0.1422678530216217, -0.3855851888656616, -0.18724605441093445, -0.013296592980623245, 0.646473228931427, 0.27996188402175903, 0.37047722935676575, -0.5615831017494202, -1.0958576202392578, -0.0749661847949028, -0.38143759965896606, 0.166789203882217...
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. Only until I can find an apartment in the city. Do you still live with your parents? I am going ape on Saturday. Are you doing something fun this weekend? I go every year.
Have you been to SXSW?
0
NIv2
task568_circa_question_generation
fs_opt
[ -0.47937852144241333, 0.9946941137313843, 0.13290587067604065, 0.17122654616832733, -0.30680155754089355, -1.0897369384765625, 0.5527380704879761, 0.22327736020088196, -0.2522737979888916, -0.049028173089027405, -0.5723024606704712, 0.9402787685394287, -1.3691085577011108, -0.2240228950977...
TASK DEFINITION: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the e...
Yes
8
NIv2
task1198_atomic_classification_owant
fs_opt
[ 0.17523247003555298, -0.008520247414708138, 0.2865287661552429, -0.023124245926737785, -0.0660848468542099, -0.8999888300895691, 1.3024580478668213, 0.5089457631111145, -0.48187702894210815, -0.01814650557935238, -0.5288184881210327, -0.7779467105865479, -0.7323300838470459, 0.084083050489...
The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Cr...
(Smijeh) I mi usavršavamo, najopasnije, našu djecu.
0
NIv2
task1365_opustedtalks_translation
zs_opt
[ 0.04050197824835777, 1.127608299255371, -0.28832972049713135, 0.18635419011116028, -0.07758716493844986, -0.9182107448577881, 0.6644909381866455, -0.006120284087955952, 0.12461815774440765, -0.1884804666042328, -0.1861947476863861, 0.2807076573371887, -0.7958085536956787, -0.03629616275429...
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English. One example: Os astrónomos acreditam que cada estrela da galáxia tem um planeta, e especulam que até um quinto deles tem um planeta do tipo da Terra que poderá ter vida, mas ainda não vimos nenhum deles. Solution is h...
We have 30-second dance parties.
6
NIv2
task1274_ted_translation_pt_en
fs_opt
[ -0.532317042350769, 0.5712456703186035, 0.052675917744636536, -0.5011662244796753, -0.33477216958999634, -0.4671984314918518, -0.3315196633338928, 0.785647451877594, 0.2787000238895416, -0.4864535927772522, -0.006692435126751661, 0.5989875793457031, -0.5298013091087341, -0.0708805769681930...
Teacher:You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence. Teacher: Now, understand the problem? Solve this instance: what is the primary language in Downstairs? Student:
English
6
NIv2
task615_moviesqa_answer_generation
zs_opt
[ -0.3615759015083313, 0.8052825927734375, -0.011667363345623016, -0.2301267832517624, -0.33421289920806885, 0.35376936197280884, 0.9061894416809082, -0.06991717219352722, 0.25667208433151245, -0.415654718875885, -0.1169581189751625, -0.3848287761211395, -0.921588122844696, -0.10190562903881...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Polish. 全て肋骨の間から行うのです Solution: Wszystko jest robione pomiędzy żebrami. Why? The Japanese sentence is correc...
Następnie komórki skóry izoluje się i pomnaża.
0
NIv2
task1097_ted_translation_ja_pl
fs_opt
[ 0.2617606520652771, 0.838849663734436, -0.4336479902267456, 0.11432944238185883, -0.2352849394083023, 0.22148236632347107, 1.1009622812271118, -0.2633284032344818, -0.35458824038505554, -0.507705569267273, 0.15083473920822144, 0.6559957265853882, -0.8196393847465515, 0.8796621561050415, ...
Detailed Instructions: In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not con...
Anti-stereotype
9
NIv2
task279_stereoset_classification_stereotype
zs_opt
[ 0.29333674907684326, 0.3975152373313904, -0.3361090123653412, 0.13955232501029968, -0.36110788583755493, -0.07395928353071213, 0.8314300775527954, 0.7069911360740662, 0.5171650052070618, 0.13864843547344208, -0.7661751508712769, 0.11364766955375671, -0.9019184112548828, 0.05833467096090317...
Given the task definition, example input & output, solve the new input case. 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...
2.
1
NIv2
task028_drop_answer_generation
fs_opt
[ 0.427675724029541, 0.433266818523407, -0.45662933588027954, -0.32870686054229736, 0.565740704536438, -0.6054058074951172, 1.344230055809021, 0.893658459186554, 0.11688265949487686, 0.05197829008102417, -0.17962539196014404, 0.321898877620697, -0.6213716268539429, -0.12891224026679993, -1...
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. Example: I have bought several of the Vitality canned dog food products and have found them all to be of good quality. The product looks more like a stew than a p...
Solution: Positive
5
NIv2
task586_amazonfood_polarity_classification
fs_opt
[ -0.28027939796447754, -0.673132061958313, 0.22302141785621643, -0.20013239979743958, 0.09146888554096222, -0.05358553305268288, 0.858330249786377, 0.40261194109916687, 0.029002010822296143, 0.17944392561912537, -0.0075163207948207855, 0.06012298911809921, -0.7691985368728638, -0.3708637356...
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. Q: They both fall onto the floor. A:
It heads straight towards the ground.
4
NIv2
task455_swag_context_generation
zs_opt
[ -0.21224504709243774, 1.8899199962615967, -1.1967134475708008, -0.06849774718284607, 0.30559706687927246, -0.1559339463710785, 0.4360122084617615, 0.43276652693748474, 0.43153896927833557, -0.08845981955528259, -0.5947098731994629, 0.583579957485199, -0.44564151763916016, 0.098745912313461...
You are given a question-answer pair. Answer with their type. Pay attention that there may be more than one correct type, but you only have to choose one. In your responses, use of the following types: (1) Humans: Any individual or group of humans, including fictional ones (e.g., a group or organization of persons , a...
Entity.
6
NIv2
task046_miscellaneous_question_typing
fs_opt
[ 0.6086761951446533, 0.1383754462003708, -0.2709084749221802, 0.5615365505218506, -0.15009447932243347, -1.0688327550888062, 0.6387014389038086, 0.9634186625480652, -0.386642187833786, -0.29948121309280396, -0.4022154211997986, 0.7754411697387695, -0.6255929470062256, -0.027025900781154633,...
Detailed Instructions: In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the...
AGE
9
NIv2
task304_numeric_fused_head_resolution
zs_opt
[ 0.33226093649864197, 0.08019095659255981, -0.24002236127853394, 0.46230432391166687, 0.2289252132177353, -0.5600681304931641, 1.1548939943313599, 0.844167172908783, 0.43417614698410034, 0.11658455431461334, 0.0791182741522789, 0.5682544708251953, -0.4484315812587738, -0.013861923478543758,...
Detailed Instructions: In this task, you are to Translate German text to English Q: Die sich gegenueberliegenden Stahleinbauteile zweier benachbarter Traegerelemente sind durch Schrauben oder Spannbolzen miteinander verbunden. A:
The opposite steel insertion parts of two adjacent Traegerelemente are connected by screws or clamping bolts.
9
NIv2
task841_para_pdt_de_en_translation
zs_opt
[ 0.13359996676445007, 1.3071354627609253, -0.5152548551559448, 0.07623191922903061, -0.02415291965007782, 0.3230738043785095, 0.591384768486023, 0.7486265897750854, -0.004227073397487402, 0.6274855136871338, -0.013629884459078312, 0.10060513764619827, 0.3268793225288391, 0.19372308254241943...
In this task, you will be shown a correct English sentence. You need to generate an incorrect form of the input sentence. Example input: Students shouldn't work multiple full-time jobs. Example output: Student's shouldn't work many full-time jobs. Example explanation: The possessive form is not correct in this instanc...
I chose law and began to study everything about italian law .
3
NIv2
task1558_jfleg_incorrect_answer_generation
fs_opt
[ -0.47062429785728455, 0.9464725255966187, 0.009147990494966507, -0.420167475938797, -0.5853874683380127, -0.29604238271713257, -0.07839328795671463, 0.754987895488739, -0.38251203298568726, -0.5990711450576782, 0.5439820289611816, -0.2806130647659302, -0.462607204914093, -0.768267095088958...
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
4
NIv2
task1214_atomic_classification_xwant
fs_opt
[ 0.5315568447113037, 0.10857875645160675, 0.13819238543510437, -0.001235396834090352, -0.5895429253578186, -0.8371036648750305, 1.390981674194336, 0.5444793701171875, -0.6402701139450073, -0.3278627395629883, -0.2865974009037018, -0.3435216248035431, -0.9229756593704224, 0.26127269864082336...
instruction: In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Chan...
Original
9
NIv2
task515_senteval_odd_word_out
fs_opt
[ -0.6001645922660828, 0.9980353713035583, 0.2238970398902893, -0.33758342266082764, -0.5073602795600891, -0.17275355756282806, 0.3673524260520935, 0.5635199546813965, 0.14882762730121613, -0.43262481689453125, -0.9825271368026733, -0.3808106780052185, -1.0748860836029053, 0.1992526799440384...
Teacher: In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woma...
What's wrong with the carpet in the living room? (A) It is really worn out (B) It is soiled in several places (C) It has a few tears here and there
2
NIv2
task246_dream_question_generation
fs_opt
[ 0.5697780847549438, 0.19956740736961365, -0.3492298424243927, -0.09767526388168335, 0.6282920837402344, -0.27133703231811523, 0.7506420016288757, 0.48254045844078064, -0.2976050078868866, -0.01331702247262001, 0.11326120793819427, 0.1724410355091095, 0.259208619594574, 0.040771037340164185...
Detailed Instructions: In this task, you will be given a debate topic, along with a sentence from the debate. You should classify the given sentence and choose the type of that sentence. Possible types are explained below. Policy: This refers to a sentence proposing a specific course of action to be taken. It typically...
Fact
4
NIv2
task375_classify_type_of_sentence_in_debate
fs_opt
[ 0.8187874555587769, 0.4296838045120239, 0.010497592389583588, 0.32721251249313354, -0.23509308695793152, -0.8301364779472351, 0.6528682708740234, 1.3067924976348877, 0.3028009533882141, -0.150826558470726, -0.7485985159873962, 0.5528192520141602, -0.009087005630135536, -0.01808337867259979...
In this task, you will be presented with a question having multiple possible answers in Arabic language. And you should choose a most suitable option out of "A", "B", "C", "D", and "E" based on your commonsense knowledge. Input: Consider Input: Question: أين توجد شجيرات الورد عادة خارج المباني الكبيرة؟ Options: A حد...
Output: D
2
NIv2
task1142_xcsr_ar_commonsense_mc_classification
fs_opt
[ -0.25987735390663147, 0.5465959310531616, -0.5287286043167114, -0.2872970700263977, -0.7230269312858582, 0.4764203429222107, 0.2860504984855652, 0.09192009270191193, 0.487280011177063, -0.14108851552009583, -0.7981048226356506, 0.3360545337200165, -0.29642796516418457, -0.00426975544542074...
Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating...
Does acute mental stress have a prolonged unfavorable effect on arterial stiffness and wave reflections?
5
NIv2
task845_pubmedqa_question_generation
fs_opt
[ 0.91703861951828, 0.24202710390090942, -0.9629027843475342, -0.02077421545982361, 0.33752357959747314, -0.503538966178894, 0.9497959613800049, 1.137643814086914, 0.42103075981140137, 0.37075090408325195, -0.5617488026618958, -0.17913088202476501, -0.6387184858322144, 0.2709099352359772, ...
Instructions: You are given a statement written in Assamese. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement. Output the word from the correct option . Input: Statement: <MASK>ৰ লোকসকলে পাৰ্ছিয়ান নৱবৰ্ষৰ (Nowruz, now মানে নতুন আৰু ruz মানে দিন) ১৩ নং...
ইৰাণ
3
NIv2
task944_wiki_cloze_as_multiple_choice_question_answering
zs_opt
[ 0.24110868573188782, 0.9910864233970642, -0.13126659393310547, 0.4023539423942566, -0.49959057569503784, -0.5893152952194214, 0.21903535723686218, 0.895219087600708, 0.310183584690094, -0.03164038434624672, -0.39897122979164124, 0.5482786893844604, -0.152635857462883, 0.4739457368850708, ...
Teacher:In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any...
[-186, 350, 18.5, -13.0, 102, 7.5]
6
NIv2
task368_synthetic_even_or_odd_calculation
zs_opt
[ -1.1448075771331787, 0.5681308507919312, 0.09603455662727356, -0.37599971890449524, 0.169867604970932, -0.29983633756637573, 1.569493055343628, 0.5808981657028198, -0.20303641259670258, 0.39176231622695923, -0.11219484359025955, -0.42486274242401123, -0.597891628742218, -0.3422005474567413...
Q: You are given a sentence in English. Your job is to translate the English sentence into Hebrew. I started with my wife, Ryan Phelan, who ran a biotech business called DNA Direct, and through her, one of her colleagues, George Church, one of the leading genetic engineers who turned out to be also obsessed with passen...
אני התחלתי עם אישתי, ריאן פילן, המנהלת עסק ביו-טכנולוגי שנקרא "" DNA דיירקט "", ובעזרת אחד הקולגות שלה, ג 'ורג' צ 'רץ', אחד המהנדסים הגנטיים המובילים שהתברר כי הוא גם חובב נלהב של היונה הניידת והמון ביטחון ששיטה עליה הוא עובד עשויה בעצם לעשות את העבודה.
7
NIv2
task1221_ted_translation_en_he
zs_opt
[ -1.0883129835128784, 0.4866507053375244, -0.06478650122880936, -1.0657172203063965, -0.608596682548523, -0.1969701647758484, 0.30480843782424927, 0.12504032254219055, 0.565368115901947, 0.4058193564414978, 0.35288363695144653, 0.5092802047729492, -0.7263602018356323, -0.4854056239128113, ...
Instructions: In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an in...
True
3
NIv2
task403_creak_commonsense_inference
zs_opt
[ -0.306127667427063, 0.701398491859436, -0.16999779641628265, 0.047160305082798004, -0.4198850691318512, -1.1531426906585693, 0.6871780157089233, 0.14775027334690094, -0.28081202507019043, -0.29787081480026245, -0.3854256868362427, -0.29439979791641235, -0.14859239757061005, -0.093372911214...
Detailed Instructions: You are given a sentence in English. Your job is to translate the English sentence into Polish. See one example below: Problem: It's sort of the biggest TiVo box you've ever seen. Solution: To największa nagrywarka, jaką w życiu widzieliście. Explanation: The English sentence is correctly transla...
Łatwo zrozumieć, że jest bardzo istotne, by mit strategii został zachowany.
4
NIv2
task1092_ted_translation_en_pl
fs_opt
[ -0.19621317088603973, 0.22940847277641296, 0.34386834502220154, 0.24099642038345337, 0.4076148271560669, -0.8136191964149475, 0.7146523594856262, -0.6224477291107178, -0.2271716445684433, 0.03979475796222687, 0.3480365574359894, 0.5039098262786865, -0.6908407211303711, 0.43420588970184326,...
Given a sentence and an entity, the task is to select the authors sentiment towards the enity. Sentiments can be Positive, Neutral and Negative. Select Positive if the sentence expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the sentence expresses no clear view tow...
Positive
0
NIv2
task421_persent_sentence_sentiment_classification
fs_opt
[ 0.3417825400829315, 0.05595362186431885, -0.02038925513625145, 0.3378899097442627, 0.2983401417732239, -1.1480259895324707, 0.4586560130119324, -0.13596704602241516, 0.08475340902805328, 0.17632637917995453, 0.18577980995178223, -0.2606303095817566, -0.45471158623695374, -0.343055009841918...
Given a passage and a query based on the passage, generate an unambiguous, concise and simple answer to the query from information in the passage. Note that the answer may not be present in exact form. Example input: Supplemental Nutrition Assistance Program (SNAP) Eligibility. To see if you might be eligible for Supp...
If you paper file, it will take three to four weeks and if you E-file, you will get a notice of arrival within 24 hours and confirmation of refund within 72 hours.
3
NIv2
task870_msmarco_answer_generation
fs_opt
[ 0.35656285285949707, 0.4983917772769928, -0.11343490332365036, -0.28074127435684204, 0.1754593551158905, -0.4676884412765503, 1.09273099899292, 1.2914398908615112, -0.5717335939407349, -0.06205706670880318, 0.28332793712615967, 0.26688307523727417, -1.2023545503616333, 0.2867974638938904, ...
Definition: In this task, you are given an article. Your task is to summarize the article in a sentence. Input: Institutions across the UK could by affected by the action by Unison, the University and College Union, Unite and the Educational Institute of Scotland. The dispute centres on a 1% pay rise offered to univers...
University academics and support staff are to stage a second national one-day strike on 3 December in a row over pay, four unions have announced.
2
NIv2
task1290_xsum_summarization
zs_opt
[ 0.09150296449661255, 0.5237191915512085, -0.4237867593765259, -0.6973295211791992, 0.5728220343589783, -0.4395233988761902, -0.10046461969614029, 0.7367476224899292, -0.07849912345409393, 0.5130176544189453, 0.7488791942596436, 0.5895035862922668, -0.23036658763885498, 0.01975419744849205,...
You are given a sentence in Japanese. Your job is to translate the Japanese sentence into Italian. 受け入れがたいことで
È inaccettabile.
0
NIv2
task1096_ted_translation_ja_it
zs_opt
[ 0.3957376778125763, 1.180823564529419, 0.480866402387619, -0.030938129872083664, -0.5292026996612549, -0.3198968470096588, -0.30834388732910156, 0.09021836519241333, 0.4601806402206421, 0.010790294036269188, -0.4836738705635071, 0.229017436504364, 0.29283684492111206, 0.36239853501319885, ...
In this task, you will be presented with a question in Dutch language, and you have to write the person names from the question if present. B denotes the first item of a phrase and an I any non-initial word. Phrase used for the person name - PER. There can be instances with no person name entity, then return 'None'. --...
Laurence: B-PER, Courtois: I-PER
7
NIv2
task1545_conll2002_person_name_extraction_answer_generation
fs_opt
[ 0.19089584052562714, 0.315676212310791, -0.07625839114189148, -0.23088668286800385, -0.3290354013442993, -0.3418562710285187, 1.9411637783050537, -0.12447755038738251, 0.5036287307739258, -0.7277822494506836, -0.6324580907821655, 0.7642822861671448, -0.3267868757247925, 0.20333018898963928...
You will be given a definition of a task first, then some input of the task. This task is to identify the language of a sentence correctly by classifying if it is English or Telugu collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; ...
English
1
NIv2
task1618_cc_alligned_classify_tel_eng
zs_opt
[ 0.04184018447995186, 0.04298906773328781, 0.4576915204524994, 0.220281183719635, 0.1922450214624405, -0.906953752040863, 0.44154149293899536, 0.07350847870111465, 0.08787745237350464, -0.09667910635471344, -0.13621637225151062, -0.47294890880584717, -0.2186008244752884, 0.17997413873672485...
Detailed Instructions: You are given a question-answer pair. Answer with their type. Pay attention that there may be more than one correct type, but you only have to choose one. In your responses, use of the following types: (1) Humans: Any individual or group of humans, including fictional ones (e.g., a group or orga...
Humans.
4
NIv2
task046_miscellaneous_question_typing
fs_opt
[ 1.031834363937378, -0.16341742873191833, -0.2971747815608978, 0.24578604102134705, 0.048942141234874725, -0.9052102565765381, 0.8974560499191284, 0.9844129085540771, -0.4150371551513672, -0.0021162093617022038, -0.4714614748954773, 0.40644270181655884, -0.4723668694496155, 0.24279668927192...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you will be presented with the directions of a recipe separated by "," and have to fill in the "___" which is a step that is missing from the recipe. Preheat oven to 325F and grease an...
Bake for 1 hour or until potatoes are done.
0
NIv2
task572_recipe_nlg_text_generation
fs_opt
[ 0.606347918510437, 0.2558009922504425, -0.1531299203634262, 0.049697887152433395, 0.06905609369277954, 0.7675759792327881, 0.9030268788337708, 0.4395400583744049, -0.34846603870391846, -0.054691679775714874, 0.4437718093395233, 0.3075748682022095, -0.354336142539978, 0.10315980762243271, ...
Instructions: Generate an appropriate single-sentence summary for the given text such that it includes the main topic of the text. Input: Abdeslam, 28, and co-defendant Sofien Ayari were both convicted of terror-related charges of attempted murder. Ayari, 24, was also given a 20-year sentence. Both fired on officers wh...
Salah Abdeslam, the sole surviving suspect from the 2015 Paris attacks, has been jailed for 20 years in Belgium over a gunfight that led to his arrest.
3
NIv2
task1357_xlsum_summary_generation
zs_opt
[ 1.078596591949463, 0.6890004277229309, -0.771075427532196, -0.14291474223136902, 0.7436602115631104, 0.2967539429664612, 0.803266167640686, 0.360754132270813, 0.20193809270858765, 0.8385754823684692, -0.28655505180358887, 1.450480580329895, -1.1332790851593018, 0.27474015951156616, -0.39...
Instructions: 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: マウント・パノラマは観測に最良の状態で、照明は最低限で空は晴れていた。 Output:
ยอดเขา Panorama มีสภาพที่สมบูรณ์แบบสำหรับปรากฎการณ์นี้ ด้วยแสงที่มีน้อยและท้องฟ้าที่เปิด
3
NIv2
task1127_alt_ja_th_translation
zs_opt
[ -0.5288834571838379, 0.3934003412723541, -0.7747862339019775, -0.5422612428665161, -0.0014459320809692144, -0.9803712368011475, 0.20240461826324463, 0.9024491310119629, -0.2301795482635498, 0.6330180168151855, -0.583562433719635, 0.3126264214515686, -0.4268052577972412, 0.562995195388794, ...
Detailed Instructions: In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". See one example below: Problem: [header] How to create a christmas tree fore...
C
4
NIv2
task1389_hellaswag_completion
fs_opt
[ 0.618324875831604, 0.49873149394989014, -0.6681482791900635, -0.28202682733535767, -0.05683346092700958, -0.08423963189125061, 1.1567628383636475, 1.2069939374923706, 0.21204030513763428, 0.15178810060024261, -0.2259787917137146, 0.0003790096379816532, -0.10803601145744324, -0.034471582621...
Q: You are given a concatenated string consisting of two parts that are separated by a newline character. The first part is the user's initial question during a human computer conversation, the second part is a clarifying question asked by the computer in response to the question asked by the user. You should read the ...
yes
7
NIv2
task1714_convai3_sentence_generation
zs_opt
[ -0.20573073625564575, 0.8093613982200623, -0.24456080794334412, 0.5119560956954956, 0.18920451402664185, -0.7537943720817566, 0.560490608215332, 0.2394477128982544, 0.7698913812637329, 0.7984399795532227, 0.3618876338005066, -0.4102574288845062, -0.48197123408317566, 0.19947856664657593, ...
Teacher: In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Teacher: Now, understand the problem? If you are still confused, see the following example: Problem: walking at 5 / 6 th of its usual speed a cab is 15 mnts late . find it...
b
2
NIv2
task1422_mathqa_physics
fs_opt
[ -0.19061169028282166, -0.2970956265926361, -0.042585477232933044, 0.29045021533966064, -0.10492356866598129, 0.1439078152179718, 0.33621448278427124, 1.0065710544586182, -0.07211382687091827, 0.06478475034236908, -0.5421373844146729, 0.049083732068538666, 0.2703329920768738, -0.42260456085...
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...
Tommy feel(s) happy >Motivates> Tommy smiles at his dad
9
NIv2
task747_glucose_cause_emotion_detection
fs_opt
[ 0.6005634069442749, 0.12643344700336456, -0.7073228359222412, 0.3673750162124634, -0.236819326877594, -1.1824710369110107, 0.784420371055603, 0.5662097334861755, -0.5709127187728882, -0.09350450336933136, -0.46577268838882446, 0.10067720711231232, -0.038828928023576736, -0.2393521219491958...
Instructions: You are given a sentence, a question and two answer options ('A' and 'B'). Your task is to find the correct answer (return the string of the correct option, not 'A' or 'B') for the given question. Input: Sentence: Asteroids can be huge. But not as big as the sun. Question: Which has a weaker gravity? (A) ...
Asteroid
3
NIv2
task1378_quarel_correct_answer_generation
zs_opt
[ 0.16675880551338196, 0.9690214395523071, 0.04744674265384674, -0.5398357510566711, -0.5378023386001587, -0.49863508343696594, 0.44029998779296875, 0.7157849669456482, 0.6054158210754395, 0.0032326725777238607, -0.8975470066070557, -0.3160529136657715, 0.13512784242630005, -0.31592565774917...
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. Let me give you an example: Twenty-year-old Will Hunting of South Boston is a self-taught, genius-level intellect, th...
Answer: The Heart of the Ocean
8
NIv2
task194_duorc_answer_generation
fs_opt
[ 0.3309438228607178, 0.0272397268563509, -0.7121161818504333, -0.1657712459564209, 0.5852817893028259, -0.31197983026504517, 0.8698569536209106, 0.5544881820678711, -0.3257034420967102, 0.20746392011642456, 0.439115047454834, 0.13896963000297546, -0.42619019746780396, 0.21635130047798157, ...
Given the task definition and input, reply with output. Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic c...
HYPER
5
NIv2
task1505_root09_semantic_relation_classification
zs_opt
[ -0.8012619018554688, 0.3606604337692261, 0.47729694843292236, 0.009177960455417633, -0.7248129844665527, 0.20338627696037292, 0.6427241563796997, -0.10261064767837524, 0.4594414234161377, -1.0359352827072144, -1.2083134651184082, -0.36080366373062134, -0.36034438014030457, 0.42215019464492...
instruction: In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. question: where does the su...
Return of the Jedi
9
NIv2
task582_naturalquestion_answer_generation
fs_opt
[ -0.9481799602508545, 1.4960026741027832, -0.41720739006996155, -0.33646678924560547, -0.8875209093093872, -0.6651738286018372, 1.0375111103057861, 0.41677314043045044, 0.2263197898864746, -0.4249918758869171, -0.761258602142334, 0.4308178424835205, -0.7660980820655823, 0.031675539910793304...
Detailed Instructions: In this task, you're given five sentences, numbered 1 through 5, and two options a and b for possible titles for the story. Your job is to choose the title that better fits the story. Indicate your choice by 'a' or 'b'. See one example below: Problem: Sentence 1: Marcus needed clothing for a busi...
b
4
NIv2
task220_rocstories_title_classification
fs_opt
[ 0.11765673756599426, -0.16352707147598267, -0.1832459568977356, 0.27462276816368103, 0.21923789381980896, -0.45259222388267517, 0.6654701828956604, 1.0023549795150757, -0.19926363229751587, 0.33641940355300903, -0.5802581310272217, -0.24291369318962097, -0.11602026969194412, 0.075064271688...
In this task your given two statements in Estonian. You must judge whether the second sentence is the cause or effect of the first one. Label the instances as "cause" or "effect" based on your judgment. The sentences are separated by a newline character. Laps õppis lugema. Ta läks kooli.
cause
0
NIv2
task969_xcopa_commonsense_cause_effect_et
zs_opt
[ 0.02914019115269184, 1.1455762386322021, 0.07238873094320297, -0.5014687180519104, -0.23191285133361816, -0.05203863978385925, 0.25775206089019775, 0.7570250034332275, 0.29416409134864807, -0.5221152305603027, -0.009834976866841316, 0.4172901511192322, -1.1454260349273682, 0.18534450232982...
Q: In this task, you're given a question, a context passage, and four options which are terms from the passage. After reading a passage, you will get a brief understanding of the terms. Your job is to determine by searching and reading further information of which term you can answer the question. Indicate your choice ...
a
7
NIv2
task231_iirc_link_classification
zs_opt
[ 0.7036640644073486, 0.4441799521446228, -0.761657178401947, -0.22641333937644958, 0.8191123604774475, 0.08201222121715546, 1.1631087064743042, 1.3677854537963867, -0.09500166773796082, 0.6397655606269836, 0.19042590260505676, 0.47514504194259644, -0.7035919427871704, 0.7572166323661804, ...