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 |
|---|---|---|---|---|---|---|
Teacher:In this task, you are given a sentence in the English language and your task is to convert it into the Swedish 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: It is ob... | Det är uppenbart att denna öppenhet ständigt kommer att finnas med på den europeiska dagordningen och den kommer givetvis att vara med på denna regeringskonferens. | 6 | NIv2 | task313_europarl_en_sv_translation | zs_opt | [
-0.26102834939956665,
0.16828960180282593,
0.4571041464805603,
-0.798059344291687,
-0.002993715461343527,
-0.36441513895988464,
0.9848942756652832,
0.2668924927711487,
0.32224348187446594,
0.364750474691391,
0.21769212186336517,
0.6849339008331299,
-0.42153802514076233,
-0.1778352558612823... |
instruction:
In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
question:
[-79.597, 26.839, 178.556... | 58.382
| 9 | NIv2 | task094_conala_calculate_mean | fs_opt | [
-0.7444265484809875,
0.2551494240760803,
-1.0674097537994385,
-1.4700379371643066,
-0.015443321317434311,
0.18075543642044067,
0.43234899640083313,
0.09849922358989716,
-0.3518141508102417,
-0.27799198031425476,
-1.3431358337402344,
0.3930891752243042,
-1.1103746891021729,
0.44959938526153... |
Detailed Instructions: In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute dista... | 158 | 4 | NIv2 | task1446_farthest_integers | fs_opt | [
-0.18205133080482483,
0.03742608428001404,
0.25097551941871643,
-0.0743594542145729,
-0.10738837718963623,
-0.5212671756744385,
0.9074649214744568,
0.26959484815597534,
0.46249669790267944,
-0.37530308961868286,
-0.19262515008449554,
-0.014289285987615585,
-0.42694902420043945,
-0.19509771... |
You are given a statement written in Tamil. 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 .
Statement: புவிக்கு சமமான கோள்கள் (terrestrial planet) என்பது சிலிகேட் பாறைகள் மற்றும் உலோகங்களால் ஆன <MASK> ஆகும்.... | அமெரிக்காவின்
| 0 | NIv2 | task953_wiki_cloze_ta_multiple_choice_question_answering | fs_opt | [
0.20255987346172333,
1.0073226690292358,
-0.38977178931236267,
0.4895347058773041,
-0.23249250650405884,
-0.8260630965232849,
-0.14413130283355713,
0.25449270009994507,
-0.00515212956815958,
0.31751173734664917,
0.05690792575478554,
0.7237741947174072,
-0.3373416066169739,
-0.2670957446098... |
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 will always be less than j... | 26377507
| 7 | NIv2 | task100_concatenate_all_elements_from_index_i_to_j | fs_opt | [
-0.24480432271957397,
0.5180155038833618,
-0.07208357006311417,
-0.12170077860355377,
0.06932580471038818,
-0.5261666178703308,
0.1525755673646927,
0.21051855385303497,
-0.4232572317123413,
0.13932999968528748,
-1.2334009408950806,
-0.10726307332515717,
0.029058706015348434,
0.159972786903... |
Teacher: In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an elem... | [-206, -99, 18, -220, -237, 170, 260] | 2 | NIv2 | task122_conala_list_index_addition | fs_opt | [
0.3337283432483673,
-0.2922106683254242,
-0.7916054725646973,
-0.6082196831703186,
0.0747649073600769,
-0.3147035837173462,
0.8094683289527893,
0.9756211638450623,
-0.6472899317741394,
-0.05896751955151558,
-0.25710755586624146,
0.09911666810512543,
-0.28478240966796875,
-0.259889185428619... |
In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[Q]: [-67, ... | [34, -52, 50]
| 5 | NIv2 | task369_synthetic_remove_odds | fs_opt | [
-0.5396042466163635,
0.6198592782020569,
0.0510617196559906,
-0.6388585567474365,
-0.11188818514347076,
-0.007062818389385939,
0.8738043904304504,
0.33771035075187683,
-0.08636854588985443,
0.4688146710395813,
-0.8850314617156982,
-0.3470418453216553,
-0.14716869592666626,
-0.2565699219703... |
Detailed Instructions: Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make t... | Funny | 4 | NIv2 | task495_semeval_headline_classification | fs_opt | [
0.2546422481536865,
0.12307992577552795,
0.5423897504806519,
-0.039069950580596924,
0.11394710838794708,
-0.7884765267372131,
-0.04937364533543587,
0.6857771873474121,
-0.04076291248202324,
0.28843075037002563,
-0.8921359777450562,
-0.6222343444824219,
-0.6287193298339844,
0.17438955605030... |
Instructions: In this task, you are given four sentences: a bot task sentence, a bot role sentence, a user task sentence and a user role sentence. Your job is to classify given sentences into one of the 47 different domains. The domains are: 'UPDATE_CALENDAR', 'PRESENT_IDEAS', 'MOVIE_LISTINGS', 'AUTO_SORT', 'GAME_RULES... | ALARM_SET | 3 | NIv2 | task1394_meta_woz_task_classification | zs_opt | [
0.6763120889663696,
0.5242122411727905,
-0.3661262094974518,
0.19263744354248047,
0.5774016380310059,
-0.5636931657791138,
0.9480932354927063,
0.5502361059188843,
0.1809375137090683,
-0.15951040387153625,
-0.3360133171081543,
0.16840969026088715,
-0.4445459842681885,
0.005442013498395681,
... |
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 find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va... | Y | 9 | NIv2 | task101_reverse_and_concatenate_all_elements_from_index_i_to_j | fs_opt | [
0.41287362575531006,
-0.19433647394180298,
-0.622202455997467,
-0.42885059118270874,
0.0006960728787817061,
-0.7036035060882568,
0.8373623490333557,
0.2553520202636719,
-0.7260494828224182,
0.20426064729690552,
-1.0216176509857178,
-0.14281858503818512,
-0.1338556855916977,
0.0676043108105... |
In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.
[Q]: [-97.195, 72.11, 249.886, 154.489, -91.851, -38.023, 180.404]
[A]: [-0.226 0.168 0.581 0.359 -0.214 -0.088... | [ 0.019 0.378 -0.295 -0.218 0.164 0.468 0.365 0.101 0.237 -0.219]
| 5 | NIv2 | task093_conala_normalize_lists | fs_opt | [
-0.26952338218688965,
0.48858773708343506,
-0.8471698760986328,
-1.1962001323699951,
-0.08093661069869995,
0.4780547618865967,
0.33841294050216675,
-0.2046203315258026,
-0.6188631057739258,
0.05147044360637665,
-0.7704934477806091,
0.3337939381599426,
-0.2002410590648651,
-0.38134992122650... |
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin... | It has been 50 days, and Zach is still working out everyday! | 4 | NIv2 | task071_abductivenli_answer_generation | zs_opt | [
0.014299094676971436,
1.030489444732666,
-0.05457635223865509,
-0.4153505563735962,
-0.459164559841156,
0.12971843779087067,
1.0905683040618896,
0.009359244257211685,
-0.12245112657546997,
-0.6193978786468506,
-1.0663950443267822,
0.4579538106918335,
-0.40593573451042175,
0.065430648624897... |
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context.
Ex Input:
Context: The aim of this prospective, randomized, double-blind study was to compare two doses of intranasal sufentanil for postoperative ... | The authors believe that MTHFR VV genotype is associated with the development of NTDs and preeclampsia.
| 1 | NIv2 | task849_pubmedqa_answer_generation | fs_opt | [
0.15399524569511414,
0.46089810132980347,
-0.2872266471385956,
0.07519221305847168,
0.5691801309585571,
-0.5026575326919556,
1.3848930597305298,
0.9721053242683411,
0.24493363499641418,
0.3058438301086426,
-0.4554213285446167,
0.2500183582305908,
-0.1251363456249237,
0.2228764444589615,
... |
You are given a statement written in Telugu. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement. Output the word from the correct option .
Statement: ఆంధ్రశాతవాహనుల కాలంలో జైనమతం బాగా వర్ధిల్లినదని డేవోకొండ పరిసరాల్లో ఉన్న పెదపాడు, చింతలపాడు, సాలేపాడులల... | సముద్రగుప్తుని | 0 | NIv2 | task954_wiki_cloze_te_multiple_choice_question_answering | zs_opt | [
0.20330415666103363,
0.18700221180915833,
-0.3113500475883484,
-0.1965601146221161,
-0.2914724051952362,
-1.3094913959503174,
-0.26000282168388367,
0.9463736414909363,
-0.19034245610237122,
0.06492316722869873,
0.29526492953300476,
0.1368308961391449,
-0.10110405087471008,
-1.0607957839965... |
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 "woman" and "m... | Who is visiting the woman for the weekend? (A) Her brother. (B) Her student. (C) Her teacher.
| 7 | NIv2 | task246_dream_question_generation | fs_opt | [
0.13028284907341003,
0.14211037755012512,
-0.6182458400726318,
0.09562398493289948,
-0.008403599262237549,
-0.6992930769920349,
0.737257182598114,
0.37404942512512207,
0.17484374344348907,
-0.13743391633033752,
-0.5726587772369385,
0.09659348428249359,
0.1733841896057129,
-0.14247459173202... |
In this task, you will be presented with a question having multiple possible answers in Russian language. And you should choose a most suitable option out of "A", "B", "C", "D", and "E" based on your commonsense knowledge.
Ex Input:
Question: Дети собрались вокруг лагерного костра, чтобы сделать что?
Options: A игра... | C
| 1 | NIv2 | task1139_xcsr_ru_commonsense_mc_classification | fs_opt | [
0.028923671692609787,
-0.09728937596082687,
-0.2662898302078247,
-0.13577020168304443,
-0.9151791930198669,
-0.2451019138097763,
0.9290300011634827,
1.3387064933776855,
0.04574599862098694,
-0.11845064908266068,
-0.37087327241897583,
-0.1652127504348755,
-0.12661032378673553,
-0.1270336806... |
In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer
[EX Q]: ... | 6536
| 6 | NIv2 | task087_new_operator_addsub_arithmetic | fs_opt | [
-0.37890368700027466,
0.4911721646785736,
-1.0035429000854492,
-0.09682243317365646,
-0.40153807401657104,
-0.3112131953239441,
0.246281698346138,
0.9065570831298828,
0.18683910369873047,
0.15829190611839294,
-0.6080836057662964,
-0.20911580324172974,
0.0789213627576828,
0.0014615547843277... |
You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian.
--------
Question: זה השתנה באיטיות כשמצאתי את קולי וגיליתי דברים שלא ידעתי שאני אגלה.
Answer: Ciò è cambiato lentamente affermando la mia voce e scoprendo cose che non immaginavo avrei scoperto.
Question: ומייק, שפגשתי בג... | Per fortuna, sono abbastanza vecchio da potermi lamentare di non poter viaggiare.
| 7 | NIv2 | task1111_ted_translation_he_it | fs_opt | [
-0.25261813402175903,
0.35285186767578125,
0.1287268102169037,
0.22130349278450012,
-0.564480185508728,
-0.5255942344665527,
0.547681450843811,
0.39214056730270386,
0.6805306673049927,
-0.6752448081970215,
-0.4529869556427002,
0.35252511501312256,
-0.3688315153121948,
0.24452629685401917,
... |
In this task, you're given a passage, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both passage and link information to create the q... | Output: Who led the revolutions to overthrow the government in the 1850s?
| 2 | NIv2 | task236_iirc_question_from_passage_answer_generation | fs_opt | [
0.7440921068191528,
0.5186724662780762,
-0.6323134303092957,
0.07150591909885406,
0.2929993271827698,
-0.6744635701179504,
1.062328577041626,
1.0972659587860107,
0.20904190838336945,
0.44960787892341614,
-0.047325167804956436,
0.4342593848705292,
-0.8153994679450989,
-0.008643454872071743,... |
Definition: In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You should use the information on both context and link information to ... | How tall is the rock that "offered a climbing problem" for the 1933 British Mount Everest expedition? | 2 | NIv2 | task235_iirc_question_from_subtext_answer_generation | zs_opt | [
-0.5119625329971313,
0.2542486786842346,
-0.14233385026454926,
-0.33602720499038696,
-0.17647802829742432,
-0.31440794467926025,
0.5331280827522278,
-0.32069870829582214,
-0.10150057077407837,
-0.7773553133010864,
-0.23635339736938477,
0.647851824760437,
-1.1169688701629639,
0.672188341617... |
You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ... | i wish i be a pianist at a concert play the piano proudly
| 0 | NIv2 | task1711_poki_text_generation | fs_opt | [
-0.5931897163391113,
1.2687180042266846,
-0.020751450210809708,
-0.6047114133834839,
-0.8890385031700134,
-0.9116071462631226,
0.7288404703140259,
-0.07911241799592972,
-0.1608421802520752,
-0.647661030292511,
-0.25575771927833557,
0.33393627405166626,
-0.8122854232788086,
0.05142809450626... |
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: 'Paul Burgess was born in Manchester in 1950 and started playing drums in 1965 , turning professional in 1971 .', Argument/Subject 1: 'burge... | be bear in | 4 | NIv2 | task676_ollie_relationship_answer_generation | zs_opt | [
0.7749080657958984,
0.6589003205299377,
-0.2634505033493042,
-0.1294773370027542,
-0.07673987001180649,
-1.311643123626709,
0.31277698278427124,
0.4351062774658203,
0.6630938053131104,
0.3713313341140747,
0.006766017526388168,
0.7533896565437317,
-0.737481951713562,
-0.24169889092445374,
... |
Instructions: "Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). Given a prompt and two responses, identify which response is the type of "yes, and... | Response 1 | 3 | NIv2 | task362_spolin_yesand_prompt_response_sub_classification | zs_opt | [
0.316699743270874,
1.1570637226104736,
0.40530651807785034,
-0.45441800355911255,
0.11497629433870316,
-0.8510122299194336,
0.23053112626075745,
0.4123230576515198,
0.08089173585176468,
-0.28851574659347534,
-0.5499462485313416,
-0.22060729563236237,
-0.6855498552322388,
-0.019279394298791... |
Teacher:In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generat... | D | 6 | NIv2 | task309_race_answer_generation | zs_opt | [
0.5612417459487915,
0.4883379340171814,
0.02319309115409851,
-0.3426338732242584,
0.6228631138801575,
-0.5834733247756958,
0.9086251258850098,
0.8544929027557373,
-0.3555217981338501,
-0.1761205494403839,
-0.714155912399292,
0.5836483836174011,
-0.5453647971153259,
0.1957295536994934,
0.... |
Given a premise, an initial context, an original ending, and a new ending, the task is to generate the counterfactual context that is aligned with the new ending. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provide... | After two days they finally found him. | 6 | NIv2 | task270_csrg_counterfactual_context_generation | fs_opt | [
0.4100789725780487,
0.24300038814544678,
-0.14742490649223328,
0.6930007338523865,
0.11661742627620697,
-1.1951675415039062,
-0.003220217302441597,
0.7723225355148315,
-0.3378307819366455,
-0.41041526198387146,
-0.5529426336288452,
-0.07169593870639801,
-0.6301678419113159,
0.0931354239583... |
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 Q]: Article: bells tolled on paris churches friday to greet pope benedict xvi for a four-day visit to a country facing a freef... | yes
| 6 | NIv2 | task289_gigaword_summarization | fs_opt | [
-0.7438353300094604,
0.2587723135948181,
-0.606168806552887,
0.5890387296676636,
-0.12138945609331131,
-0.3793748617172241,
0.4376879334449768,
0.7235856056213379,
-0.3169673681259155,
0.30063527822494507,
-0.34257736802101135,
0.5516226291656494,
-0.21745145320892334,
0.10778430104255676,... |
Instructions: Given a sentence with a missing word, pick the answer option that best fills out the missing word in the sentence. Indicate each answer with its index ('a', 'b', 'c', 'd').
Input: Photons have momentum but ____ mass or electrical charge.\Question: Choose the right answer from options given a) zero b) no c... | b | 3 | NIv2 | task1360_numer_sense_multiple_choice_qa_generation | zs_opt | [
-0.25404781103134155,
0.4966694116592407,
-0.16838538646697998,
-0.6753095388412476,
-0.533069372177124,
-0.14101192355155945,
1.107161521911621,
1.1449174880981445,
0.20533639192581177,
-0.09040215611457825,
0.1330828070640564,
-0.5336053371429443,
-0.4096437692642212,
0.00203045178204774... |
In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_) and their corresponding answer. The sentence pair should look similar, and should be about two related but different objects; for example "trophy" and "suitcase". Additionally, the two sentences must b... | Sentence 1: The cook substituted oregano for basil in the spaghetti sauce recipe because the _ was plentiful.
Answer1: oregano.
Sentence 2: The cook substituted oregano for basil in the s[aghetti sauce recipe because the _ was scarce.
Answer2: basil.
****
| 4 | NIv2 | task029_winogrande_full_object | fs_opt | [
0.5570806860923767,
0.3359461724758148,
0.07928875833749771,
-0.2708784341812134,
0.754065990447998,
-0.8620814085006714,
0.5616220235824585,
1.2517263889312744,
-0.7561724185943604,
-0.23111912608146667,
-0.5070497989654541,
-0.017140202224254608,
-0.6915925741195679,
-0.1065942645072937,... |
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.
Let me give you an example: [73... | [94, 75, 83] | 8 | NIv2 | task367_synthetic_remove_floats | fs_opt | [
-0.18498912453651428,
0.8366561532020569,
-0.045645616948604584,
-0.5404384136199951,
-0.09638398885726929,
-0.5796099901199341,
1.0730133056640625,
0.26430875062942505,
-0.08640304952859879,
0.03864366561174393,
-0.4338492155075073,
0.14894449710845947,
-0.30201220512390137,
-0.0390080660... |
In this task, you have given an input which is user's command or question, based on that you have to return what will be Agent's response/reply for that particular user's command or question
Q: After that, put drive for 30 minutes.
A: | How's this? | 4 | NIv2 | task1603_smcalflow_sentence_generation | zs_opt | [
-0.24329781532287598,
0.09843199700117111,
0.30807068943977356,
-0.4361453652381897,
-0.6753561496734619,
-1.164603590965271,
0.5100557804107666,
0.2733955979347229,
0.6585513353347778,
-0.27290818095207214,
0.5883023738861084,
0.4854455292224884,
0.14414510130882263,
-0.182619109749794,
... |
Detailed Instructions: The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (whereve... | Yes | 8 | NIv2 | task356_casino_classification_negotiation_self_need | zs_opt | [
-0.0633852407336235,
0.47681140899658203,
-0.25286808609962463,
0.06269560754299164,
-0.6299417018890381,
-0.8411177396774292,
0.992157518863678,
0.338914692401886,
-0.14955440163612366,
0.25908905267715454,
0.3069213628768921,
0.012076867744326591,
-1.2879635095596313,
-0.1693089902400970... |
Definition: You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.
The answers need to be context specific and can not be general knowledge or a random guess.
Input: CONTEXT: Servicios
El 7 de diciembre de 1966, la Oficina de Control de Alojamiento c... | cincuenta y ocho suites | 2 | NIv2 | task1334_sqac_answer_generation | zs_opt | [
0.1613844633102417,
-0.14688590168952942,
-0.7893890142440796,
-0.3043356239795685,
0.5247716903686523,
-0.19745486974716187,
-0.7600462436676025,
1.1482763290405273,
-0.14509138464927673,
-0.39482104778289795,
-0.037134431302547455,
-0.1733722984790802,
-0.49327901005744934,
-0.3960966467... |
Detailed Instructions: In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.
Q: XwvAUhNayMnnCEecgSEEc, yIXNayMnnCEnZoEocKi
A: | a, c, e, g, h, m, n, s, u, v, w, x, y | 9 | NIv2 | task756_find_longert_substring_and_return_all_unique_alphabets_in_it | zs_opt | [
-0.3131974935531616,
1.0506680011749268,
-0.036726828664541245,
-0.34014007449150085,
0.2545541822910309,
-0.1550094038248062,
0.9430133700370789,
0.051359884440898895,
0.3194628357887268,
-0.12008923292160034,
-0.33379244804382324,
-0.2809709906578064,
0.02862420305609703,
-0.329539328813... |
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... | NNP | 8 | NIv2 | task347_hybridqa_incorrect_answer_generation | zs_opt | [
0.06749346107244492,
-0.03568626195192337,
-0.6661746501922607,
0.3893938660621643,
0.12823109328746796,
-0.7287167310714722,
1.1968225240707397,
0.6748601794242859,
-0.3171922564506531,
-0.0654790997505188,
-0.16565603017807007,
0.547204315662384,
-0.38433602452278137,
-0.1417753100395202... |
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.
--------
Question: في الصين, تظهر في الصورة نساء فقط.
Answer: בסין, הן כולן נשים.
Question: و.ك.: نعم
Answer: ו.ק.: כן.
Question: هذا هو بيتهوفن.
Answer: | זה בטהובן.
| 7 | NIv2 | task1233_ted_translation_ar_he | fs_opt | [
-0.520561158657074,
0.3182997703552246,
-0.6498405337333679,
-0.014198597520589828,
-0.12977880239486694,
0.8495185375213623,
0.5522006154060364,
0.5365349650382996,
0.795939564704895,
-0.3085053265094757,
-0.4681941270828247,
0.6132961511611938,
-0.3092217445373535,
0.8181537985801697,
... |
Given a text, write a compressed version of it in a single sentence.
Q: Reviewers have noted some possible sources of upward bias in the long-term studies. Some have noted that the less robust estimates based on the Six-Cities Study are significantly higher than those based on the more broadly distributed ACS data sets... | Reviewers have noted some possible sources of upward bias in the long-term studies. Some have noted that the less robust estimates. | 4 | NIv2 | task1340_msr_text_compression_compression | zs_opt | [
-0.5807284712791443,
0.6292766332626343,
-0.04704910144209862,
-0.5157846212387085,
0.04249492287635803,
-1.0022850036621094,
0.462990939617157,
0.6352435350418091,
-0.06944683939218521,
-0.22346195578575134,
-0.5269426703453064,
0.11851227283477783,
-0.5131058692932129,
0.1573564112186432... |
TASK DEFINITION: In this task, you are given a Reddit post as a text. Your task is to generate a title for this text. The title should start with "TIFU by", followed by a situation that caused humor. The title should contain 7-12 words, ideally.
PROBLEM: Text: first off, this happened about two years ago during my fres... | TI(almost)FU - In response to the 'TIFU by showing my dick on Chatroulette' thread
| 8 | NIv2 | task510_reddit_tifu_title_summarization | fs_opt | [
0.2028321921825409,
0.27145516872406006,
-0.7611201405525208,
-0.5195757150650024,
0.40216657519340515,
-0.011362545192241669,
0.5686490535736084,
0.810584545135498,
-0.41184067726135254,
0.06099718064069748,
0.49103423953056335,
0.5160868167877197,
-0.48945698142051697,
-0.328940242528915... |
Instructions: Generate an appropriate title for the given text. The generated title must be short and include the main topic of the text. The preferred titles are under fifteen words.
Input: The botnet targets Wordpress users with the username "admin", trying thousands of possible passwords. The attack began a week aft... | Wordpress website targeted by hackers | 3 | NIv2 | task1356_xlsum_title_generation | zs_opt | [
0.13029924035072327,
1.189880132675171,
-0.4270097017288208,
-0.2011300027370453,
-0.14343106746673584,
-0.06939712166786194,
0.7563198208808899,
0.16138285398483276,
0.391186386346817,
0.24185045063495636,
-0.28909575939178467,
0.44653448462486267,
-0.5521445274353027,
-0.4086389243602752... |
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 count of all the numerical elements in the given list. Return 0 if no numerical element in the list.
Problem:['5031', 'P', 'U', 'm', 'z', '97', 'H', 'B', '8537'... | 6 | 8 | NIv2 | task505_count_all_numerical_elements_in_list | zs_opt | [
0.10270534455776215,
0.213189959526062,
-0.3149661719799042,
-0.40162867307662964,
0.3341815769672394,
0.00037369783967733383,
0.8398637771606445,
-0.14115631580352783,
-0.5119146108627319,
0.5139832496643066,
-0.9577729105949402,
0.3359655737876892,
0.5780132412910461,
-0.1771873831748962... |
You are given a sentence in Galician. Your job is to translate the Galician sentence into Polish.
Logo chega o furacán, e a casa está en mellor condición do que estaría normalmente. | Później przechodzi huragan, a dom jest w lepszym stanie, niż by był normalnie. | 0 | NIv2 | task1244_ted_translation_gl_pl | zs_opt | [
-0.5463463068008423,
1.0437852144241333,
-0.39580556750297546,
-0.4115225672721863,
0.026532042771577835,
-0.41956064105033875,
0.9723405838012695,
-0.09638163447380066,
-0.11818552017211914,
-0.11877910792827606,
-0.8373968601226807,
0.8108832836151123,
-0.9241206645965576,
-0.08760893344... |
Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge.
Q: Context : Albertina Walker (August 29, 1929 -- October 8, 2010) was an American gospel singer, song writer, actress, and humanitarian.
Answe... | What production company or companies created The Eruption of Mount Pelee?
****
| 4 | NIv2 | task1326_qa_zre_question_generation_from_answer | fs_opt | [
0.6041097640991211,
0.043744929134845734,
-0.36754053831100464,
0.44599491357803345,
-0.05852498859167099,
-0.6479125022888184,
-1.339240550994873,
0.36482003331184387,
-0.08525624871253967,
-0.17839103937149048,
0.5209107398986816,
-0.16168682277202606,
-0.05053432285785675,
-0.4988380074... |
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 belief about another in... | green_envelope
| 5 | NIv2 | task151_tomqa_find_location_easy_clean | fs_opt | [
0.36321699619293213,
-0.6683733463287354,
-0.4379243850708008,
0.17841185629367828,
0.08104205131530762,
-0.5498486161231995,
-0.5306531190872192,
0.9550822973251343,
-0.10224412381649017,
-0.05484050512313843,
-0.5668247938156128,
0.44342291355133057,
-0.13740715384483337,
0.0457715801894... |
You are given a sentence in English. Your job is to translate the English sentence into Hebrew.
Q: Heart rates are slower; you live longer; diffusion of oxygen and resources across membranes is slower, etc.
A: | הלב פועם יותר לאט; דיפוזיה של חמצן וגורמים אחרים דרך הקרומים היא יותר איטית וכו '. | 4 | NIv2 | task1221_ted_translation_en_he | zs_opt | [
0.39750492572784424,
0.764690101146698,
-0.31920236349105835,
-0.5197405815124512,
-0.5836069583892822,
-1.0945045948028564,
0.5265780687332153,
0.20125064253807068,
0.6602097153663635,
0.3480120301246643,
-0.28805646300315857,
-0.24569246172904968,
-1.1432355642318726,
0.3580835163593292,... |
Given a document, generate a short title of the document. The title should convey the main idea/event/topic about which the document is being written. Note that URLs in the text have been replaced with [Link].
Let me give you an example: In a letter posted on the White House web site Tuesday John Brennan assistant t... | NYCHA blames tenants after finding lead paint in apartments | 8 | NIv2 | task418_persent_title_generation | fs_opt | [
0.2769447863101959,
0.664557933807373,
-0.4472428858280182,
0.07428881525993347,
0.5386421084403992,
-0.48494958877563477,
-0.13958299160003662,
0.41742825508117676,
0.20139333605766296,
1.0018036365509033,
0.29186761379241943,
1.2512502670288086,
-0.6856511831283569,
-0.06552628427743912,... |
You will be given a definition of a task first, then some input of the task.
This task is to translate the English language Input to Telugu Language Output
TCDD 2 Billion 558 Million TL Loss The Republic of Turkey State Railways (TCDD) grew losses. 2 billion 558 million of State Railways, whose budget has turned into ... | TCDD 2 బిలియన్ 558 మిలియన్ TL నష్టం టర్కీ రాష్ట్రం రైల్వేస్ రిపబ్లిక్ (టిసిడిడి) నష్టాలు పెరిగింది. 2 బిలియన్ 558 మిలియన్ స్టేట్ రైల్వే, దీని బడ్జెట్ సంవత్సరాలుగా కాల రంధ్రంగా మారింది [మరింత ...] | 1 | NIv2 | task1616_cc_alligned_translate_eng_tel | zs_opt | [
0.01479161437600851,
0.5473649501800537,
0.010874282568693161,
-0.13979987800121307,
0.4126264154911041,
0.896950364112854,
0.00039793457835912704,
-0.09069346636533737,
-0.09476185590028763,
-0.03495156764984131,
-0.552339494228363,
-0.586694061756134,
-0.33523648977279663,
-0.03764783591... |
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.
Input: Consider Input: 1, ['8949', 'o', 'I', '6513', '7145', '6303', '2963', 'H', 'G', 'l', '9881', '1921', 'l', '2493', 'R', '6917', 'B', '3169']
Output: 8949, o, I... | Output: 3063, 5749, 6757
| 2 | NIv2 | task1542_every_ith_element_from_starting | fs_opt | [
0.13139960169792175,
-0.1925569623708725,
-0.36211395263671875,
-0.4599950313568115,
-0.47246602177619934,
-0.9070132970809937,
0.5968344807624817,
0.4824824929237366,
-0.5673494338989258,
-0.10878649353981018,
-0.8682721853256226,
0.06926878541707993,
-0.3382284641265869,
0.17881539463996... |
You will be given a definition of a task first, then some input of the task.
In this task, you have to generate the title of the recipe given its required ingredients and directions.
ingredients: '3/4 c. sugar', '1/2 stick butter', '3 large bananas (best if overly ripe)', '2 eggs, well beaten', '1 tsp. baking soda', ... | Banana Bread | 1 | NIv2 | task569_recipe_nlg_text_generation | zs_opt | [
0.49418729543685913,
0.8763182163238525,
-0.09953038394451141,
0.2124575823545456,
0.006405502092093229,
0.6585525274276733,
0.3955651521682739,
0.28710106015205383,
-0.9286360740661621,
-0.2531293034553528,
-0.25837936997413635,
0.6108602285385132,
-0.09387347102165222,
-0.029292840510606... |
In this task, you are given an article. Your task is to summarize the article in a sentence.
Ex Input:
The International Development Committee (IDC) said the money would help some of Africa's "most vulnerable" people.
The cash will be split evenly between Action Aid - who are working with refugees from Burundi - and M... | Wrexham captain Connor Jennings has been named the National League's player of the month for February.
| 1 | NIv2 | task1290_xsum_summarization | fs_opt | [
0.2857927083969116,
0.40412437915802,
-0.5012202262878418,
-0.4869462251663208,
0.3882003724575043,
-0.19060012698173523,
0.4524562358856201,
0.6177182197570801,
-0.052668921649456024,
0.46192818880081177,
-0.6299959421157837,
0.48281726241111755,
-0.37684082984924316,
0.5878676772117615,
... |
Instructions: In this task, you are given a sentence in Persian, and your task is to translate it into English.
Input: رسانههای غربی فکر کرده و میکنند که آخرین «دومینو» در حال افتادن است.
Output: | Western media outlets thought and think that the last 'domino' was going to fall. | 3 | NIv2 | task662_global_voices_fa_en_translation | zs_opt | [
-0.42961663007736206,
0.14587649703025818,
0.06413479149341583,
-0.1639089286327362,
-0.5033066272735596,
0.5977284908294678,
0.26229533553123474,
0.9071360230445862,
0.35221055150032043,
-0.5596907138824463,
-0.13702476024627686,
0.7051801681518555,
-0.418780654668808,
0.1455957591533661,... |
You are asked to create a question containing a blank (_), based on the given context word. Your question must contain two related but different objects; for example "trophy" and "suitcase". The expected answer to your question must be one of the objects present in the sentence. The expected answer must not be associat... | Joe wanted to protect his debit card so he put in his wallet tied it to this pants but the _ was too tight. | 3 | NIv2 | task031_winogrande_question_generation_object | fs_opt | [
0.8804587125778198,
0.5127440690994263,
0.06701338291168213,
0.09358425438404083,
0.7298631072044373,
-0.9523112773895264,
0.5604679584503174,
1.148909330368042,
-0.3189133107662201,
-0.4233579635620117,
-0.1393834501504898,
0.17281757295131683,
-0.09072476625442505,
0.07437096536159515,
... |
Given the task definition, example input & output, solve the new input case.
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.
Example: ਆਮਦਨ ਟੈਕਸ ਐਕਟ ਦੀ ਧਾਰਾ 50ਸੀਏ ਅਤੇ 56 ਦੇ ਦੁਰਵਿਵਹਾਰ ਵਿਰੋਧੀ ਪ੍ਰਾਵਧਾਨਾਂ... | રસાયણ અને ખાતર મંત્રી | 1 | NIv2 | task1044_pib_translation_punjabi_gujarati | fs_opt | [
-0.1535416841506958,
0.39497053623199463,
0.005714160390198231,
0.08045876026153564,
0.560387134552002,
-0.7327218651771545,
0.25721463561058044,
0.44388532638549805,
0.17556232213974,
0.18310922384262085,
-0.39072898030281067,
-0.6953135132789612,
-0.6850310564041138,
-0.05526293814182281... |
Q: Generate a correct and concise answer for the question based on the words in the context.
Context : Pecados ajenos (The Sins of Others) is a Spanish-language telenovela written by Eric Vonn and produced by the United States-based television network Telemundo.
Question : Who broadcasted Pecados ajenos?
A: | Telemundo | 7 | NIv2 | task1327_qa_zre_answer_generation_from_question | zs_opt | [
-0.5125811100006104,
0.09621518850326538,
0.619394838809967,
0.11830908060073853,
0.022681042551994324,
0.9158159494400024,
0.2685632109642029,
-0.002719372045248747,
-0.4827612638473511,
-0.003071381477639079,
-0.033809393644332886,
0.7464179992675781,
-1.422243356704712,
0.05829965323209... |
The provided files include famous book titles and sentences in the English language, and we ask you to translate those to the Catalan Language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and form of each sentence in the Catalan language. 2)... | ¿Quizá le notó ese anillo cuando lo vio?
| 7 | NIv2 | task1652_opus_books_ca-en_translation | fs_opt | [
0.03315851837396622,
0.7574130296707153,
0.3589686155319214,
-0.2525276839733124,
-0.40425974130630493,
-1.1308977603912354,
0.7375937700271606,
0.13555103540420532,
0.007425644434988499,
-0.5497177839279175,
-0.6481218934059143,
0.5718004107475281,
-1.0518009662628174,
0.18442928791046143... |
Detailed Instructions: In this task, you will be shown an extract from a movie plot. You need to read the extract and create questions that can be answered from the extract. The questions should be well-formed and grammatically correct. The questions should be completely answerable from the given passage and should not... | Where does Tori tell Paulie she has been? | 8 | NIv2 | task193_duorc_question_generation | zs_opt | [
1.2697921991348267,
0.5843143463134766,
-0.7010058760643005,
-0.16843104362487793,
0.09633348882198334,
0.01149401068687439,
0.8826035857200623,
0.6876705884933472,
0.003664583433419466,
-0.13265535235404968,
-0.23617595434188843,
-0.15169304609298706,
-0.038275428116321564,
-0.27717822790... |
Detailed Instructions: In this task, you are given a hypothesis and an update. The hypothesis sentence is a statement that speaks of a socially normative behavior. In other words, it is a generalizing statement about how we expect people to behave in society. The update provides additional contexts about the situation ... | weakener | 8 | NIv2 | task937_defeasible_nli_social_classification | zs_opt | [
-0.12980970740318298,
0.7581546902656555,
-0.02316325157880783,
0.18463543057441711,
0.007257476914674044,
-0.8128640651702881,
0.8557161092758179,
0.8483723402023315,
0.4396738111972809,
-0.5781660676002502,
-1.4744536876678467,
-0.18652626872062683,
-0.6152644157409668,
-0.29364675283432... |
Teacher: Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.
Teacher: Now, understand the problem? If you are still confus... | Positive | 2 | NIv2 | task823_peixian-rtgender_sentiment_analysis | fs_opt | [
-0.7855290174484253,
-0.21998322010040283,
0.6188268661499023,
-0.16391035914421082,
0.4266586899757385,
-0.3384149968624115,
0.10934081673622131,
0.19787941873073578,
0.6446447372436523,
0.35734474658966064,
0.10302425920963287,
0.34252071380615234,
-0.2148067057132721,
-0.168401151895523... |
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations..
Q: Context: Remy started reading a good book, but the ending was disappointing.
Answer: Because Remy likes to read
A: Why did Remy d... | How would Alex feel afterwards?
****
| 4 | NIv2 | task581_socialiqa_question_generation | fs_opt | [
-0.23823879659175873,
1.1607606410980225,
0.2284446358680725,
-0.7431657314300537,
-0.11638212203979492,
-0.2476922571659088,
0.5127863883972168,
0.3393864631652832,
0.6616551876068115,
-0.3475077748298645,
-0.6808016896247864,
-0.29391229152679443,
-1.6211153268814087,
0.24203401803970337... |
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 'oneseventwosix... | 345344484838 | 9 | NIv2 | task1443_string_to_number | fs_opt | [
-0.5564688444137573,
1.1792545318603516,
-0.545124888420105,
-1.0439491271972656,
-0.6830466389656067,
-0.31297555565834045,
0.7820155024528503,
-0.03808724135160446,
-0.1439901888370514,
-0.3339616656303406,
-0.9198395609855652,
0.24713005125522614,
-1.1206921339035034,
-0.260290622711181... |
Teacher: Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas.
Teacher: Now, understand the problem? If you are still confused, see the following example:
excavator, crane, pelican, hoist, upraise
Solution: pelica... | near | 2 | NIv2 | task142_odd-man-out_classification_no_category | fs_opt | [
0.19640296697616577,
0.4777706265449524,
-0.20887479186058044,
-0.17566519975662231,
0.22508297860622406,
-0.3485988676548004,
0.03817552700638771,
0.9839285016059875,
0.31684422492980957,
-0.13964219391345978,
-0.9228026866912842,
0.04590819776058197,
-0.6509232521057129,
-0.2711085379123... |
Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Example: Personality: I l... | Solution: I love ants. And chipmunks. I race them. | 5 | NIv2 | task1729_personachat_generate_next | fs_opt | [
0.061731912195682526,
0.0962856113910675,
-0.39566633105278015,
0.2675536870956421,
0.11645729839801788,
0.47730574011802673,
0.47532081604003906,
0.33315566182136536,
0.04659724608063698,
-0.07265934348106384,
0.19137614965438843,
0.10830991715192795,
-0.4421626925468445,
0.05373584479093... |
You will be given a definition of a task first, then some input of the task.
Given a set of four words, generate the category that the words belong to. Words are separated by commas. The possible categories are social gathering, accomodation, physical property, measurement unit, corporate, nutritional value, boats, pol... | weather | 1 | NIv2 | task143_odd-man-out_classification_generate_category | zs_opt | [
0.25753748416900635,
0.5825740098953247,
-0.4660525321960449,
-0.0996539518237114,
0.2319534420967102,
-0.03333546593785286,
-0.3607105016708374,
0.5366435050964355,
0.22551313042640686,
-0.17981687188148499,
-0.1962394118309021,
-0.05904337018728256,
-0.2644449770450592,
-0.62815755605697... |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is.
フランスのパリ、パルク・デ・プランスで行われた2... | Sa pagpayag na ang CIA ay magkaroon ng malaking kapangyarihan sa pagpapasya kung sino ang maaaring manatili sa bansa at sino ang ipapadala sa ibang mga bansa ay pinagtatalunan, dahil noong nakaraan, ang White House, Departamento ng Estado o Departamento ng Katarungan ay nasangkot sa pagsang-ayon sa indibidwal na mga ka... | 0 | NIv2 | task1118_alt_ja_fil_translation | fs_opt | [
0.41247910261154175,
-0.017883526161313057,
-0.8956072330474854,
0.6840419769287109,
0.28497767448425293,
-0.19860026240348816,
0.3342382311820984,
0.6068568825721741,
-0.09855105727910995,
-0.23294861614704132,
-1.1569268703460693,
0.9606817960739136,
-0.6402217149734497,
0.57608038187026... |
Definition: In this task, you are given an abstract of article. Your task is to generate title for this article. Preferred titles are under thirty words.
Input: CONTEXT Previous studies indicate that the population attributable risk (PAR) of bladder cancer for tobacco smoking is 50% to 65% in men and 20% to 30% in wome... | Association between smoking and risk of bladder cancer among men and women. | 2 | NIv2 | task1586_scifact_title_generation | zs_opt | [
-0.2000962495803833,
0.13178907334804535,
-0.7265794277191162,
-0.5650315284729004,
0.5927506685256958,
0.3083261251449585,
1.1980414390563965,
0.5319130420684814,
0.4059757888317108,
0.5575327277183533,
-0.6782719492912292,
0.6159135103225708,
-0.7046381235122681,
0.11795961856842041,
0... |
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T... | Text two
| 3 | NIv2 | task112_asset_simple_sentence_identification | fs_opt | [
-0.5877127647399902,
0.5022647976875305,
0.0009316859068349004,
0.1300220936536789,
0.37239882349967957,
-0.9589238166809082,
0.11387084424495697,
1.0276561975479126,
-0.25039058923721313,
-0.23469853401184082,
0.10374736040830612,
0.08971302211284637,
-0.6056310534477234,
-0.5024755001068... |
Detailed Instructions: In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation.
Q: Comment: everyon... | Toxic | 9 | NIv2 | task327_jigsaw_classification_toxic | zs_opt | [
-0.650505542755127,
0.7285231351852417,
1.1423029899597168,
-0.8283864855766296,
-0.023286234587430954,
-0.8729594349861145,
0.460054486989975,
0.3399367332458496,
0.544189453125,
0.3899551331996918,
-0.3374515175819397,
0.12154088169336319,
-0.4517129957675934,
-0.49958786368370056,
0.6... |
instruction:
A text is given in Marathi. Translate it from the Marathi language to the Tamil language. The translation must not omit or add information to the original sentence.
question:
இத்தகைய அரசுப்பண விரயம் தொடரக்கூடாது என்று நாம் முடிவு செய்தோம்.
answer:
जनतेचा पैसा असा वाया जाऊ देण्याची ही पद्धत थांबवण्याचा आम्ह... | आणि याच उद्देशाने पंतप्रधान जीवन ज्योती विमा योजना सुरु करण्यात आली.
| 9 | NIv2 | task1084_pib_translation_tamil_marathi | fs_opt | [
0.21119099855422974,
0.43382611870765686,
0.11476567387580872,
0.12211663275957108,
0.02355440892279148,
-1.1787949800491333,
0.6471229791641235,
0.5491460561752319,
-0.4398481845855713,
0.34676989912986755,
-0.1119455099105835,
-0.2892652750015259,
-0.31710371375083923,
0.1525489091873169... |
Teacher: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 t... | Yes | 6 | NIv2 | task1215_atomic_classification_capableof | zs_opt | [
0.4923052191734314,
0.4911770820617676,
0.4355539083480835,
-0.22059309482574463,
-0.3102708160877228,
-0.6601951122283936,
0.9843246340751648,
0.34306657314300537,
0.11831587553024292,
-0.48598557710647583,
-0.5974793434143066,
-0.07574542611837387,
-0.49659469723701477,
0.238712087273597... |
Translation from English to Telugu.
Q: - ( Grant roaring )
A: | - (గ్రాంట్ శూన్య) | 4 | NIv2 | task1330_open_subtitles_en_te_translation | zs_opt | [
0.05388686805963516,
1.2731988430023193,
0.22922097146511078,
-0.41825810074806213,
-0.33258700370788574,
-1.042832612991333,
-0.06589198112487793,
0.12028221040964127,
0.40576982498168945,
-0.6384050846099854,
0.34364739060401917,
0.09763532876968384,
-1.1748037338256836,
0.07306860387325... |
Translate from English to Hindi.
Ex Input:
Now, come on, Tony.
Ex Output:
अब, चलो भी, टोनी.
Ex Input:
And you, of all people, say that.
Ex Output:
और तुम सभी लोगों का यही कहना है.
Ex Input:
- What did you say?
Ex Output:
| - क्या कहा तुमने?
| 1 | NIv2 | task1329_open_subtitles_en_hi_translation | fs_opt | [
0.3151225745677948,
0.8301607370376587,
0.16704291105270386,
0.29288965463638306,
-0.1265280544757843,
-1.171996831893921,
-0.3346901834011078,
0.43177559971809387,
0.5971514582633972,
-0.20307764410972595,
-0.22880151867866516,
0.46901822090148926,
-0.13801980018615723,
-0.144009634852409... |
Detailed Instructions: A text is given in Bengali. Translate it from the Bengali language to the Hindi language. The translation must not omit or add information to the original sentence.
Problem:मंत्री महोदय ने यह भी कहा कि क्षेत्रीय अधिकारियों को अपने कामकाज को एक चुनौती और एक अवसर मानना चाहिए क्योंकि विदेश व्यापार अ... | বাণিজ্য দপ্তরের অন্তর্গত বিদেশি বাণিজ্যের মহানির্দেশালয় বা ডিজিএফটি আয়োজিত একটি বৈঠকে আজ একথা বলেন কেন্দ্রীয় শিল্প ও বাণিজ্য এবং অসামরিক বিমান পরিষেবা মন্ত্রী শ্রী সুরেশ প্রভু। | 8 | NIv2 | task1010_pib_translation_hindi_bengali | zs_opt | [
-0.67625492811203,
0.3877595067024231,
0.12008238583803177,
0.25010374188423157,
-0.1006239503622055,
-0.16388416290283203,
0.09890587627887726,
-0.5893701314926147,
0.181216299533844,
-0.01380186341702938,
-0.8586149215698242,
-0.014825604856014252,
-0.07756880670785904,
0.264969348907470... |
Detailed Instructions: 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 classify the post into two classes: personal or non-personal... | personal | 8 | NIv2 | task1490_bengali_personal_hate_speech_binary_classification | zs_opt | [
0.05902665853500366,
0.7282981872558594,
0.48920774459838867,
-0.10285836458206177,
-1.1799874305725098,
-0.9782224893569946,
0.6897907257080078,
0.2528277635574341,
-0.10578260570764542,
-0.508621335029602,
-0.8322107791900635,
0.026635799556970596,
-0.08068034797906876,
0.223856449127197... |
In this task, you are given a question and a context passage. You have to answer the question based on the given passage.
What is located on the Meteora rock pillars?, Context: The Pindus range continues through the central Peloponnese, crosses the islands of Kythera and Antikythera and finds its way into southwestern... | monasteries | 0 | NIv2 | task1295_adversarial_qa_question_answering | zs_opt | [
1.047548532485962,
0.5466206669807434,
-0.7158029675483704,
0.04228350520133972,
0.07784111797809601,
-0.7795680165290833,
0.3708469867706299,
-0.2094121277332306,
0.5216892957687378,
0.29811301827430725,
-0.1014418751001358,
0.2924988269805908,
-0.6382114291191101,
0.05184772610664368,
... |
Q: You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew.
أنت بحاجة لمعرفة ذلك.
A: | חשוב שתדעו את זה. | 7 | NIv2 | task1233_ted_translation_ar_he | zs_opt | [
-0.8784980773925781,
0.80259108543396,
0.1901412159204483,
-0.5061755180358887,
-0.4178529381752014,
0.31331098079681396,
0.5546596050262451,
-0.17493228614330292,
1.1965618133544922,
-0.44541025161743164,
-0.3295665383338928,
-0.29554298520088196,
-0.7611461877822876,
0.5813003778457642,
... |
Given the task definition and input, reply with output. In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts.
Context_1 : The Cagayan Special Economic Zone and Fr... | international law | 5 | NIv2 | task170_hotpotqa_answer_generation | zs_opt | [
0.6574620604515076,
0.28092336654663086,
-0.7257367372512817,
-0.14097517728805542,
0.44480136036872864,
-0.17534568905830383,
1.0293699502944946,
0.9926695823669434,
-0.6201397776603699,
0.19800883531570435,
-0.02593402750790119,
0.14774365723133087,
-0.3506035804748535,
0.053950868546962... |
Detailed Instructions: Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sent... | I spent weeks and weeks saving my money. I'm still not very good at saving my money. I think one day I'll be good at saving. | 9 | NIv2 | task269_csrg_counterfactual_story_generation | zs_opt | [
0.47841888666152954,
-0.053071752190589905,
-0.7775722146034241,
0.327128529548645,
0.229261577129364,
-1.3004355430603027,
0.48048028349876404,
1.1343019008636475,
-0.3490041196346283,
-0.20556548237800598,
-0.3706378936767578,
-0.017753906548023224,
-0.09028463065624237,
-0.1173015981912... |
Part 1. Definition
"Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). Given a prompt and two responses, identify which response is the type of "yes... | Response 2 | 7 | NIv2 | task362_spolin_yesand_prompt_response_sub_classification | fs_opt | [
0.2117132544517517,
0.7180096507072449,
0.4619327187538147,
-0.4084453284740448,
-0.05929474160075188,
-0.9740341305732727,
0.3256421685218811,
0.9257923364639282,
-0.12093062698841095,
-0.16344396770000458,
-0.7436689138412476,
0.04496417194604874,
-0.9106857776641846,
-0.0505861937999725... |
Given a real-life anecdote of a complex ethical situation, generate a suitable title that describes the main event/root cause of the situation. Imagine that the given text is a social media post, and you have to write the title of the post, so the users can decide to read the main text or not.
am i the asshole for thi... | breaking it off | 0 | NIv2 | task500_scruples_anecdotes_title_generation | zs_opt | [
-0.274906188249588,
0.1816844344139099,
-0.25564563274383545,
-0.40722930431365967,
0.26974010467529297,
-0.16123707592487335,
0.13377872109413147,
0.9760206341743469,
0.0995267927646637,
0.33483073115348816,
0.36366838216781616,
0.32409828901290894,
-0.4188454747200012,
0.1041028797626495... |
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 such that it seamlessly connects with the rest of the story.
Q: Title: Pregnancy. Sentence 1: Kate is pregnant. Sentence 2: She feels very sick for the first few months. Senten... | Kate finds out at the doctor that she is pregnant with twins. | 4 | NIv2 | task216_rocstories_correct_answer_generation | zs_opt | [
-0.2361232340335846,
1.3705617189407349,
0.1956866979598999,
-0.5405673384666443,
-0.18229901790618896,
0.360355019569397,
0.47032493352890015,
0.994439959526062,
0.08803703635931015,
0.13058467209339142,
-0.37961769104003906,
-0.05256328731775284,
-0.4052870571613312,
0.4807174801826477,
... |
Q: Given a document, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].
Verify if the sentiment of the following document towards the entity Zuckerberg is Neutral . The social me... | yes | 7 | NIv2 | task423_persent_document_sentiment_verification | zs_opt | [
-0.0643482357263565,
-0.5514907836914062,
0.25603601336479187,
-0.17338749766349792,
0.028164051473140717,
-0.37551847100257874,
1.2153676748275757,
0.5476875305175781,
-0.1303105354309082,
0.2975946366786957,
0.4942336976528168,
0.30371809005737305,
-0.5003408193588257,
-0.348862588405609... |
Given the task definition and input, reply with output. 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 a... | Do total serum homocysteine levels identify cognitive dysfunction in multimorbid elderly patients? | 5 | NIv2 | task845_pubmedqa_question_generation | zs_opt | [
0.4489567279815674,
0.4877176880836487,
-0.18963837623596191,
-0.10737742483615875,
0.3485412001609802,
-0.9511148929595947,
-0.16715940833091736,
0.645102858543396,
0.11364774405956268,
-0.20398226380348206,
-0.31803053617477417,
0.014757674187421799,
-0.5421872138977051,
0.55738931894302... |
Given a real-life anecdote of a complex ethical situation, generate a suitable title that describes the main event/root cause of the situation. Imagine that the given text is a social media post, and you have to write the title of the post, so the users can decide to read the main text or not.
Example input: My boyfri... | pranking my Friend's car | 3 | NIv2 | task500_scruples_anecdotes_title_generation | fs_opt | [
-0.10409064590930939,
-0.019768040627241135,
0.2802300453186035,
-0.2187005877494812,
0.5008705854415894,
-0.6131864786148071,
0.21776092052459717,
0.8210118412971497,
-0.513431191444397,
0.3547510802745819,
-0.09444919228553772,
0.478051096200943,
-0.5441499948501587,
0.007458148524165153... |
You will be given a definition of a task first, then some input of the task.
Given a sentence in Arabic, generate a new Arabic sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have hi... | سوف تتعلم عن العلم لأن العلم يجعل العلم معنى للشيء. | 1 | NIv2 | task414_mickey_ar_sentence_perturbation_generation | zs_opt | [
-0.5432919859886169,
0.36217260360717773,
0.11099432408809662,
-0.7169763445854187,
-0.6335534453392029,
-0.08398404717445374,
0.6873416900634766,
0.2523123323917389,
0.38127878308296204,
-0.48665663599967957,
-0.7001868486404419,
-0.2457939088344574,
-0.7413827180862427,
-0.06136658787727... |
Given a post that is a real-life anecdote of a complex ethical situation and an associated claim about its type, verify if the claim is true or not. The claim asks if the posts are historical or hypothetical. The posts are "HISTORICAL" when the author has already done something and they are "HYPOTHETICAL" when the auth... | yes | 4 | NIv2 | task501_scruples_anecdotes_post_type_verification | zs_opt | [
0.1771448850631714,
0.18557152152061462,
0.023819299414753914,
0.2134295105934143,
0.16913962364196777,
-0.47166070342063904,
0.9311350584030151,
0.8477382659912109,
-0.7034633755683899,
-0.21457654237747192,
0.20800775289535522,
0.578199565410614,
-0.9539330005645752,
-0.3182179033756256,... |
In this task, you are given a context tweet, a question and corresponding answer of given question. Your task is to classify given passage into two categories: (1) "yes" if the given context is useful in answering the question, and (2) "no" if the given context is not useful.
Context: I'm all about that base. Reached ... | yes | 0 | NIv2 | task242_tweetqa_classification | zs_opt | [
-0.4817561209201813,
-0.14702975749969482,
0.16740277409553528,
0.49613478779792786,
0.24255892634391785,
-0.17945972084999084,
-0.12970781326293945,
-0.34806886315345764,
0.4124325215816498,
-0.11884463578462601,
-0.45953381061553955,
-0.6707146167755127,
-0.4090232253074646,
0.0396796390... |
Q: You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian.
وفي العادة عندما أخبر الناس بأنني فنان فإنهم ينظرون إلي ويسألون: "" هل ترسم ؟ "" أو "" ما هي طبيعة عملك ؟ "" حسناً ، معظم عملي الذي أقوم به يدور بعض الشيء حول منهجيات العمل بدلاً من ارتباطه بمجال معين أو تقنية محددة
A: | Di solito quando dico alla gente che sono un artista, mi guardano e chiedono: "" Sei un pittore? "" oppure "" Che tipo di mezzo utilizzi? "". Beh la maggior parte del mio lavoro in realtà riguarda le metodologie di lavoro piuttosto che una disciplina specifica o una specifica tecnica. | 7 | NIv2 | task1106_ted_translation_ar_it | zs_opt | [
-0.861114501953125,
0.4337862730026245,
0.2968376874923706,
-0.16095373034477234,
-0.2884395718574524,
-0.07789550721645355,
-0.2905421853065491,
0.6627379655838013,
0.15707048773765564,
-0.28453946113586426,
-0.5536520481109619,
0.29046037793159485,
0.5790206789970398,
0.5807688236236572,... |
In this task you are given a Chinese paragraph related to criminal cases, your job is to give an answer to what the criminal's name is.
经审理查明:2009年12月至2010年1月期间,被告人李某利用互联网在淘宝网上注册“鲁阿达”ID并开设店铺,以每笔人民币30元或30元以下的价格,通过电子邮件、即时通信软件传送等方式,陆续向买家销售内含上千条淫秽色情视频链接的压缩文件包共计326个,获利人民币9773元。2010年1月21日,公安机关在被告人李某家中电脑里查获了用于销售的压缩文件包,内有视频链接... | 乔某
| 0 | NIv2 | task1666_cail2018_answer_generation | fs_opt | [
-0.26566624641418457,
0.02146242745220661,
-0.1653730869293213,
-0.03217179328203201,
0.07406265288591385,
0.593563973903656,
0.41269999742507935,
1.1664838790893555,
-1.0257608890533447,
0.2905060648918152,
-0.1662718653678894,
0.6868398785591125,
-0.8478114604949951,
-0.11252672970294952... |
Instructions: Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny... | Not Funny | 3 | NIv2 | task495_semeval_headline_classification | zs_opt | [
0.08365577459335327,
0.8725018501281738,
0.4259631931781769,
-0.2843754291534424,
-0.36985212564468384,
-0.8448647856712341,
0.1024060845375061,
1.185767650604248,
-0.1783721148967743,
-0.10049612820148468,
-0.6715009212493896,
-0.5229393243789673,
-0.7369421124458313,
0.08462411165237427,... |
Instructions: In this task, you are given a sentence or phrase in English. You must translate it to Xhosa in a way that is equivalent in terms of meaning and grammatically correct.
Input: On the one hand they are required to inhibit the growth of fouling on the hull which increases the resistance.
Output: | Kwelinye icala zifuneka ekunqandeni ukukhula kokungcola esiqwini senqanawa ekuthi kunyuse ukuxhathisa. | 3 | NIv2 | task872_opus_xhosanavy_translation_eng_xhosa | zs_opt | [
0.08124935626983643,
0.5178855657577515,
-0.20260606706142426,
-0.48277831077575684,
-0.586639940738678,
-0.8940336108207703,
0.7272763848304749,
0.5805702805519104,
-0.05563512444496155,
-0.3492158055305481,
-0.7510178089141846,
-0.7111948728561401,
-0.6489261388778687,
-0.489806383848190... |
In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance.
Ex Input:
[21, 63... | 180
| 1 | NIv2 | task1446_farthest_integers | fs_opt | [
-0.33686456084251404,
0.38708531856536865,
0.12317371368408203,
-0.15362787246704102,
-0.32650309801101685,
-0.15059340000152588,
0.270946204662323,
0.3336460292339325,
0.5593777894973755,
-0.358593612909317,
-0.513790488243103,
-0.11031928658485413,
-0.5098648071289062,
-0.274052232503891... |
Teacher:In this task, you are given text for US Congressional and California state bills, your task is to generate a summary for this bill.
Teacher: Now, understand the problem? Solve this instance: SECTION 1. SHORT TITLE.
This Act may be cited as the ``Security Contractor Accountability
Act of 2007''.
SEC. 2. L... | Security Contractor Accountability Act of 2007 - Provides that persons who, while employed under a federal agency contract in or in close proximity to an area where the Armed Forces are conducting a contingency operation, engage in conduct that would constitute an offense punishable by imprisonment for more than one ye... | 6 | NIv2 | task1658_billsum_summarization | zs_opt | [
0.3845864534378052,
0.5169678926467896,
-0.17154967784881592,
-0.28830721974372864,
1.3055431842803955,
-0.41570091247558594,
0.5713146924972534,
1.009056806564331,
-0.4387120306491852,
0.6206235885620117,
0.4194590151309967,
0.3164922595024109,
-0.7709333896636963,
-0.07074158638715744,
... |
Detailed Instructions: In this task you need to give wrong reasons to justify the pronoun coreference relations. Each of the provided inputs contains a sentence with a target pronoun and and a question about how to justify the coreference between a noun phrase and the target pronoun. Good practices involve (1) writing ... | Because The book is referred to as the pronoun here a word that can function by itself as a noun phrase and that refers either to the participants in the discourse. | 9 | NIv2 | task135_winowhy_wrong_reason_generation | zs_opt | [
-0.48299670219421387,
0.9573763608932495,
-0.500120222568512,
-0.25006309151649475,
0.08239606767892838,
0.5598945021629333,
0.7231802940368652,
-0.15583708882331848,
0.4012153744697571,
-0.6207741498947144,
-0.39965611696243286,
0.35156774520874023,
-1.2931404113769531,
-0.083734914660453... |
Definition: In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output.
Input:... | C | 2 | NIv2 | task385_socialiqa_incorrect_answer_generation | zs_opt | [
-0.3694031536579132,
-0.09905913472175598,
-0.2629348933696747,
0.18865400552749634,
-0.3737618327140808,
0.025101598352193832,
0.9181351065635681,
0.7322208881378174,
-0.20173153281211853,
0.5568280816078186,
-0.7484221458435059,
-0.31785160303115845,
0.09029628336429596,
-0.0087054586037... |
In this task you are given a list of integers and you need to find the absolute value of the difference between each two consecutive values. The output should be a list of the absolute value of the differences of each two consecutive values.
[-17, 48, -77, 96, 18, 2, -47, -80, 72, 55, 55, -39]
[65, 125, 173, 78, 16, 4... | [61, 64]
| 0 | NIv2 | task125_conala_pair_differences | fs_opt | [
-0.9182870388031006,
0.4118250012397766,
-0.681907057762146,
-0.41993099451065063,
-0.5426043272018433,
0.09700031578540802,
1.062208890914917,
0.8105440139770508,
0.4082067906856537,
-0.17901623249053955,
-0.33271223306655884,
-0.3662024736404419,
-0.43937915563583374,
0.0682271346449852,... |
Given an input stream, the objective of this task is to classify whether words in the stream are grammatically correct or not. The input to this task is a stream of words, possibly from captions generated by a speech-to-text engine, and the output is a classification of each word from the labels (reason) = [NO_DIFF (co... | ['NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_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', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DI... | 5 | NIv2 | task1416_youtube_caption_corrections_incorrect_grammar_classification | fs_opt | [
0.2654776871204376,
0.09691858291625977,
0.09565579891204834,
-0.2303447127342224,
0.6301469802856445,
-0.6555259227752686,
0.9038229584693909,
0.85491943359375,
-0.736725926399231,
0.45618265867233276,
0.037725113332271576,
0.12976068258285522,
-0.4031638205051422,
0.12318010628223419,
... |
In this task, you're given passages that contain mentions of names of people, places, or things. Some of these mentions refer to the same person, place, or thing. Your job is to write questions that evaluate one's understanding of such references. Good questions are expected to link pronouns (she, her, him, his, their,... | Solution: Who wrote the original lyrics to the Notre Dame Victory March? | 5 | NIv2 | task739_lhoestq_question_generation | fs_opt | [
0.5085269212722778,
0.9433265924453735,
-0.18569551408290863,
0.42768269777297974,
0.024569150060415268,
-0.6345348358154297,
0.628715991973877,
0.6970753073692322,
-0.05119463801383972,
0.4352245628833771,
-0.0641661062836647,
0.27219849824905396,
-0.18691278994083405,
-0.0810404494404792... |
Given a sentence in Dutch, generate a new Dutch sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being... | Een mes is gemaakt van staal. | 3 | NIv2 | task409_mickey_nl_sentence_perturbation_generation | fs_opt | [
-0.11874254047870636,
1.269167423248291,
-0.15243759751319885,
-0.2939823269844055,
0.11202187091112137,
-1.0441312789916992,
0.22362175583839417,
0.6204086542129517,
0.32179731130599976,
-0.08835955709218979,
-0.9512656927108765,
0.7816328406333923,
-0.35149264335632324,
0.304333388805389... |
TASK DEFINITION: Given a text, write a compressed version of it in a single sentence.
PROBLEM: You can help plant seeds for a bright future. We have so many more accomplishments to strive for, I cannot imagine a better corporate partner to help bring them about.
SOLUTION: You can help start a bright future buy being a... | More californians are going to court without a lawyer.
| 8 | NIv2 | task1340_msr_text_compression_compression | fs_opt | [
-0.6404144763946533,
0.8306846618652344,
0.41389134526252747,
-0.27543434500694275,
-0.2187841832637787,
-0.5509567260742188,
0.6267241835594177,
0.5504130125045776,
-0.16286727786064148,
0.06543710082769394,
-0.34529733657836914,
0.6667264699935913,
-0.23013104498386383,
0.091451182961463... |
Detailed Instructions: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Q: entity: putty
before: unpainted
after: painted on
attr: step
A: | step of putty was unpainted before and painted on afterwards | 9 | NIv2 | task1631_openpi_answer_generation | zs_opt | [
-0.7751526832580566,
0.7827417850494385,
0.0639348179101944,
0.31636619567871094,
-0.6356635093688965,
-1.3893147706985474,
-0.4368335008621216,
0.45244213938713074,
0.438836932182312,
-0.1393970549106598,
0.29195863008499146,
0.5524702668190002,
-0.026892773807048798,
-0.32468658685684204... |
In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional inform... | strengthener | 0 | NIv2 | task936_defeasible_nli_snli_classification | zs_opt | [
-0.352439284324646,
0.3821917772293091,
-0.21325121819972992,
0.16103515028953552,
-0.2807481586933136,
-0.6142939925193787,
0.9525343775749207,
1.2070496082305908,
0.5328084826469421,
-0.5510683059692383,
-1.2028803825378418,
0.16596665978431702,
-0.5686960220336914,
0.008986842818558216,... |
Detailed Instructions: You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Farsi.
Problem:Se encuentra en Montana y ocurrió en 2008.
Solution: | اینجا مونتاناست ، ۲۰۰۸. | 8 | NIv2 | task1103_ted_translation_es_fa | zs_opt | [
-0.34215909242630005,
0.5094974040985107,
-0.9142442345619202,
-0.3068462014198303,
-0.4041762948036194,
-0.48295390605926514,
0.10957151651382446,
1.3906240463256836,
0.46079522371292114,
-0.5221434235572815,
-0.31832587718963623,
0.3380165696144104,
-0.4696483016014099,
-0.46964639425277... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.