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
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. 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 - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Sentence: David A. DiLoreto , president of metal container division , was named *-1 to the additional post of group vice president , packaging products , at this packaging {{ , }} industrial and aerospace products concern , *-1 succeeding Delmont A. Davis , who *T*-3 was named *-2 president and chief operating officer in August . Word: , Solution: . Why? ',' is assigned the period (.) symbol since it denotes a punctuation. New input: Sentence: The $ {{ 35.7 }} million *U* net loss equals 86 cents a share . Word: 35.7 Solution:
NUM
0
NIv2
task1167_penn_treebank_coarse_pos_tagging
fs_opt
[ 0.4086231589317322, 0.1279468536376953, -0.2551880478858948, 0.09956150501966476, -0.10530795156955719, -0.3777455687522888, 0.4874500036239624, 0.5865265130996704, -0.3697177767753601, 0.01829911395907402, -0.6443765163421631, 0.1353543996810913, -0.4289266765117645, 0.5290490388870239, ...
In this task, you will be presented with a multiple-choice question in Persian, and you should answer the question based on your knowledge. Classify the answers based on options. Ex Input: انتشار از طریق امواج به چه شکلی صورت می گیرند؟ <sep> (A) مستقیم (B) پیوسته (C) مورب (D) منقطع Ex Output: D Ex Input: متضاد کلمات مورد سؤال چیست؟ رفاه <sep> (A) مشقت (B) آسودگی (C) افسردگی (D) دلیری Ex Output: A Ex Input: در بیت "بزد تیغ و بنداخت از برش فرو ریخت چون رود خون از برش" کدام مورد به کار رفته است؟ <sep> (A) تشبیه (B) مبالغه (C) کنایه (D) استعاره Ex Output:
A
1
NIv2
task473_parsinlu_mc_classification
fs_opt
[ -1.163463830947876, 0.380260169506073, -0.5420809984207153, 0.09957535564899445, -0.19294461607933044, 0.03152073174715042, 0.8736420273780823, 0.1673654019832611, 0.6511550545692444, 0.09106102585792542, -0.5669875144958496, 0.0651756078004837, -0.24879086017608643, 0.01485246978700161, ...
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 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". 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 processed meat and it smells better. My Labrador is finicky and she appreciates this product better than most. Polarity: Positive Solution: True Why? It's a positive review because the owner of the dog is satisfied with the product and mentioned that their dog appreciates the product. Also, the polarity is positive. So, the correct answer is True. New input: I received medium roast. Didn't receive the correct coffee shown on picture. Disappointed by this. I suppose ill try as its a lot of my trouble to return Polarity: Positive Solution:
False
0
NIv2
task587_amazonfood_polarity_correction_classification
fs_opt
[ -0.4216781258583069, -0.3473161458969116, 0.07635538280010223, 0.30456113815307617, 0.038440413773059845, -0.15311168134212494, 0.8578246235847473, 0.4853940010070801, 0.00018189707770943642, -0.2526293396949768, -0.17906224727630615, -0.21517515182495117, -0.26463985443115234, -0.22566504...
TASK DEFINITION: In this task, you will be presented with a context from an academic paper and a question separated with a . You have to answer the question based on the context. PROBLEM: The annotation process was a trial-and-error, with cycles composed of annotation, discussing confusing entities, updating the annotation guide schematic and going through the corpus section again to correct entities following guide changes. Question: Did they experiment with the corpus? SOLUTION: Yes PROBLEM: One way to analyze the model is to compute model gradients with respect to input features BIBREF26, BIBREF25. Figure FIGREF37 shows that in this particular example, the most important model inputs are verbs possibly associated with the entity butter, in addition to the entity's mentions themselves. It further shows that the model learns to extract shallow clues of identifying actions exerted upon only the entity being tracked, regardless of other entities, by leveraging verb semantics. Question: What evidence do they present that the model attends to shallow context clues? SOLUTION: Using model gradients with respect to input features they presented that the most important model inputs are verbs associated with entities which shows that the model attends to shallow context clues PROBLEM: For both POS tagging and dependency parsing, we run experiments on the Wall Street Journal (WSJ) portion of the Penn Treebank. Question: What datasets do they evaluate on? SOLUTION:
Wall Street Journal (WSJ) portion of the Penn Treebank
8
NIv2
task460_qasper_answer_generation
fs_opt
[ -0.472929984331131, 0.12313760071992874, -0.061407338827848434, 0.1955646276473999, -0.43108534812927246, -0.4397851824760437, 1.1383819580078125, 0.5678647756576538, 0.42324432730674744, 0.22182081639766693, -0.46434682607650757, -0.4719153046607971, -0.2274121642112732, 0.315673232078552...
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 correctly translated into Polish, because the meaning is preserved. New input: 2つめにやらなくてはいけないのはこれだけの短期間に私たちがどれだけ成長したのか振り返ることです Solution:
Drugą rzeczą jaką musimy zrobić to spojrzeć wstecz jak daleko zaszliśmy w tak krótkim czasie.
0
NIv2
task1097_ted_translation_ja_pl
fs_opt
[ -0.09906443953514099, 0.8582698106765747, 0.04149394482374191, 0.1648411601781845, -0.30313801765441895, 0.4041513502597809, 1.22744882106781, -0.19833438098430634, -0.35511404275894165, -0.6601729393005371, -0.05623539537191391, 0.455745667219162, -0.8301059007644653, 0.9078346490859985, ...
In this task, you are given a movie review in Persian, and you have to extract aspects of the movie mentioned in the text. We define aspects as music(موسیقی), directing(کارگردانی), screenplay/story(داستان), acting/performance(بازی), cinematography(فیلمبرداری), and scene(صحنه). Although there might be multiple aspects in a review, we only need you to write one aspect. One example is below. Q: فیلم متوسطی بود از لحاظ داستان ولی خوشحالم که سینمای ایران یک نیم نگاهی به این قشر از جامعه مون کرد.نا گفته نماندگفتگو های پر تامل و تاثیرگذاری داشت با این حال امیدوارم که تماشاچیان عزیز در دام "خطالی عاطفی" نیوفتاده باشند. A: داستان Rationale: This is a good example. The review is about the story of the movie. Q: فیلم بسیار خوب و خوش ساختی که رابطه ی دختر پدری را در جامعه مرد سالار ایران و فضای فرهنگی غالب با نگاهی نسبتا انتقادی به تصویر میکشد و ارزش دیدن و تامل عمیق دارد. A:
کارگردانی
9
NIv2
task528_parsinlu_movie_aspect_detection
fs_opt
[ -0.6393316984176636, 0.8625474572181702, -0.5226550102233887, 0.033720314502716064, -0.7449864149093628, 0.6371321678161621, 1.18693208694458, 0.8566871881484985, 0.43280452489852905, 0.18145760893821716, -0.4008669853210449, -0.20540717244148254, -0.2625502645969391, 0.37121668457984924, ...
In this task, you are given a question containing a blank (_) and two options. You should pick the best option to answer the question. Please answer with "A" or "B". Input: Consider Input: Cleaning houses for a living suited Ryan but not Samuel because _ had no home maintenance experience. (A) Ryan (B) Samuel Output: B Input: Consider Input: We did crochet for a hat and a blanket but only the blanket came out since the _ was difficult to make. (A) hat (B) blanket Output: A Input: Consider Input: Grandma makes the best strawberry jam and jelly. Zena likes the seeds so she always asks for the _ on her toast. (A) jam (B) jelly
Output: A
2
NIv2
task1391_winogrande_easy_answer_generation
fs_opt
[ 0.5353575348854065, 1.0927609205245972, 0.07808539271354675, -0.6006906032562256, 0.0014391227159649134, -0.47363418340682983, 0.5900572538375854, 0.8602358102798462, -0.4602530598640442, 0.41290438175201416, -0.046287741512060165, 0.6092996001243591, -0.12419040501117706, -0.5671129226684...
You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language. Example: Amsterdam_Airport_Schiphol | runwayName | "09/27 'Buitenveldertbaan'" Example solution: Amsterdam Airport Schipol runway name is 09/27 Buitenvelderbaan. Example explanation: The simplest form of input is a single triple. Here the text describes the relationship in natural language. Problem: Bionico | country | Mexico Mexico | leaderName | Enrique_Peña_Nieto Dessert | dishVariation | Ice_cream Bionico | course | Dessert
Solution: Ice cream Bionico are types of dessert. Enrique Pena Nieto is a leader in Mexico where they eat Bionico.
5
NIv2
task1728_web_nlg_data_to_text
fs_opt
[ -1.1384356021881104, 0.36055392026901245, -0.08075027912855148, -1.008005142211914, -0.8390335440635681, 0.49546822905540466, 1.006089687347412, 0.2558561861515045, -0.26493310928344727, -0.11482924968004227, -0.5170859098434448, 1.0245282649993896, -0.5038439631462097, -0.1529147624969482...
Given the task definition and input, reply with output. You are given a sentence in Italian. Your job is to translate the Italian sentence into Farsi. partono dal 1990 e misurano fino al 2009.
اونها از 1990 شروع ، (و) تا 2009 اندازه گیری می کنند.
5
NIv2
task1254_ted_translation_it_fa
zs_opt
[ -0.9618223905563354, 1.4627304077148438, 0.10613365471363068, -0.06358437240123749, -0.730250358581543, 0.25601011514663696, 0.06936907768249512, 0.4562157392501831, 0.19045521318912506, 0.2571851313114166, -0.4296502470970154, 1.0516564846038818, -0.8424538969993591, 0.41751477122306824, ...
Detailed Instructions: In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Q: Context_1 : "Come On Down" is a 2001 single recorded by Crystal Waters, produced by Orlando Ortiz and co-written with Waters and Robert A. Israel. The track, her first release for Strictly Rhythm Records, samples the theme song to the American game show "The Price Is Right", whose music was written and produced by Israel for his in-house company Score Productions. The show's parent company Pearson Television (now part of FremantleMedia) gave its blessing to let Waters use the theme song, and as such received publishing rights and credits on the song. The single also marked the first time that lyrics were added to "The Price Is Right" theme song and the first song based on a television theme song (and the first to come from a game show) to reach number 1 on the "Billboard" Hot Dance Club Play Chart the week of December 29, 2001. Context_2 : Dear Hank & John is a podcast hosted by the Green brothers: musician and YouTube entrepreneur Hank Green and young-adult novelist and film producer, John Green. The podcast is produced and edited by Nicholas Jenkins with additional help from Rosianna Halse Rojas. First released in June 2015, Hank and John Green answer questions e-mailed by listeners, give "dubious" advice and talk about the weekly news for the planet Mars and the 3rd tier English football club AFC Wimbledon. Episodes are usually around 45 minutes in length however it varies for every episode. Upon the podcast's debut, it reached the number 4 position on the US iTunes performance chart and hit a peak position of number 2 two days later. "Dear Hank & John" has also been charted on iTunes in the United Kingdom, Germany, France, Italy, Canada, Spain, Australia and Brazil. The podcast is primarily funded through the crowdfunding website Patreon. Context_3 : "Not About Angels" is a song by English musician Birdy. It is one of the theme songs for the film adaptation of the book "The Fault in Our Stars". Context_4 : Scott Eric Neustadter (born 1977) is an American screenwriter and producer. He often works with his writing partner, Michael H. Weber. The two writers wrote the original screenplays for "(500) Days of Summer" and "The Pink Panther 2". "(500) Days of Summer" is based on two real relationships Neustadter had. They also wrote the screenplays for "The Spectacular Now", based on the novel by Tim Tharp, "The Fault in Our Stars", based on the best-selling novel by John Green, and "Paper Towns", based on another novel by John Green. They also created the television series "Friends with Benefits", which lasted one season. Context_5 : Rage of Bahamut (神撃のバハムート , Shingeki no Bahamut ) is a Japanese anime television series produced by MAPPA that is based on the "Rage of Bahamut" game. The anime aired between October 6, 2014 and December 29, 2014 for 12 episodes. On May 6, 2015, a second season was announced at the series' orchestra concert event. Titled Rage of Bahamut: Virgin Soul (神撃のバハムート VIRGIN SOUL , Shingeki no Bahamut: Virgin Soul ) , it premiered on April 7, 2017. The opening theme song "EXiSTENCE" is performed by SiM, while the ending theme song "Promised Land" is performed by Risa Shimizu. For season 2, the first opening theme song is "LET iT END" by SiM while the first ending theme song is "Haikei Goodbye Sayonara" (拝啓グッバイさようなら , lit. Greetings, Goodbye, Farewell) by DAOKO. The second opening theme is "Walk This Way" by THE BEAT GARDEN, while the second ending theme is "Cinderella Step" by DAOKO. Context_6 : Return to Green Acres is a 1990 American made-for-television comedy film based on the 1965–1971 sitcom "Green Acres" which premiered on CBS on May 18, 1990. It stars all the then-surviving original cast (Hank Patterson (Fred) and Barbara Pepper (Doris Ziffel) died in 1975 and 1969 respectively). The movie starts with the original opening credit sequence from the series, but in a sepiatone color to tell you that it's been a while since the TV show ended. The sequence turns to color with an added section to the theme song, which is when we see a 20-something year old Arnold the Pig, putting flowers on Doris Ziffel's grave. The Douglas' trusty farmhand Eb (Tom Lester) has married a girl named Flo. Context_7 : Paper Towns is a 2015 American mystery, comedy-drama film, directed by Jake Schreier, based on the 2008 novel of the same name by John Green. The film was adapted for the screen by Scott Neustadter and Michael H. Weber, the same team that wrote the first film adaption of one of Green's novels, "The Fault in Our Stars". The film stars Nat Wolff and Cara Delevingne and was released on July 24, 2015, in the United States by 20th Century Fox. The film follows the coming of age and search by the protagonist, Quentin "Q" Jacobsen (Wolff), for Margo Roth Spiegelman (Delevingne), his childhood friend and object of affection. In the process, Quentin explores the relationship with his friends including his compatibility with Margo. Context_8 : Dangerous is Taiwanese Mandopop boyband SpeXial's third Mandarin studio album. The "Preorder Version" was pre-ordered from August 19, 2015. The first edition "Regular Version" was released on September 11, and the second edition "Deluxe Edition" was released on November 6. The first promotional single, "Love Guardian", is the theme song of online drama "School Beauty's Personal Bodyguard". The title track is the Chinese theme song of the film "". "The Sweet Boys", the third promotional single, is the promotional theme song of idol drama "I Am Sorry, I Love You". Context_9 : The Fault in Our Stars is a 2014 American romantic drama film directed by Josh Boone, based on the novel of the same name by John Green. The film stars Shailene Woodley, Ansel Elgort, and Nat Wolff, with Laura Dern, Sam Trammell, and Willem Dafoe playing supporting roles. Woodley plays Hazel Grace Lancaster, a sixteen-year-old cancer patient who is forced by her parents to attend a support group, where she meets and subsequently falls in love with Augustus Waters, another cancer patient, played by Elgort. Context_10 : Michael H. Weber is an American screenwriter and producer from New York. He and his writing partner Scott Neustadter have written the original screenplays for the films "500 Days of Summer" (2009) and "The Pink Panther 2" (2009). They also wrote the screenplays for "The Spectacular Now" (2013), based on the novel by Tim Tharp; "The Fault in Our Stars" (2014), based on the best-selling novel by John Green; and "Paper Towns" (2015), based on another novel by Green. They also created the sitcom "Friends with Benefits", which lasted one season. fact_1 : It is one of the theme songs for the film adaptation of the book "The Fault in Our Stars". fact_2 : The Fault in Our Stars is a 2014 American romantic drama film directed by Josh Boone, based on the novel of the same name by John Green. Answer: The Fault in Our Stars A:
The song Not About Angels is a theme song for which film based on a novel by John Green?
9
NIv2
task191_hotpotqa_question_generation
zs_opt
[ 0.3932575583457947, 0.21725349128246307, -0.7957260608673096, -0.0821380615234375, 0.5095709562301636, -0.5396475195884705, 0.8558754920959473, 0.6926161646842957, -0.477414071559906, 0.5268953442573547, -0.30352866649627686, 0.2605127692222595, -0.5123662948608398, 0.08641644567251205, ...
Detailed Instructions: In this task, you are given a sentence in English, and your task is to translate it into Persian. See one example below: Problem: I heard enough of what she said to you last night to understand her unwillingness to be acting with a stranger; Solution: دیشب شنیدم به تو چه می‌گفت. فهمیدم که دوست ندارد با یک غریبه این نقش را بازی کند. Explanation: This is a good example. The above sentence is correctly translated from English to Persian. Problem: he clears their painful way to improvement; he hews down like a giant the prejudices of creed and caste that encumber it. Solution:
برای همنوعان خود تلاش می‌کند، راه پر مشقت آنها به سوی اصلاح و پیشرفت را هموار می‌سازد و تعصبات عقیدتی و فرقه‌ای را که سد آن راهاند نابود می‌کند.
4
NIv2
task661_mizan_en_fa_translation
fs_opt
[ 0.2788090109825134, 0.9560950398445129, -0.1768348217010498, 0.07750572264194489, -0.2702852785587311, -0.6876765489578247, 1.4570088386535645, 0.4398439824581146, -0.00740960706025362, 0.018161486834287643, -0.18781991302967072, 0.3596739172935486, -0.46568363904953003, -0.167167127132415...
TASK DEFINITION: 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 towards the entity or has equal amounts of positive and negative statements or expressing some fact/quote by someone else. Select Negative if the sentence expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link]. PROBLEM: What is the sentiment of the following document towards the entity Blythe Masters ? Her new digs at Digital Asset Holdings with a worn wooden floor and views of air shafts are a far cry from the Park Avenue executive suite at JPMorgan. The glass walls are covered in scribbled pieces of code and diagrams with a lot of boxes and arrows. A gray terrier named Luna the office pooch scampers under the conference room table. A guest notes that Nasdaq has just hired a “blockchain technology evangelist.” “We have a blockchain artist ” Masters replies pointing out the one decorative object in the place a painting depicting a network of black and blue lines. “That is our COO’s homegrown work ” she says with delight. “I rather like it.” SOLUTION: Neutral PROBLEM: What is the sentiment of the following document towards the entity Hilary Rosen ? CNN guest commentator Hilary Rosen is on the hot seat after she publicly and baselessly panned a Georgetown University sports fan as anti-Semitic — because he was wearing a bacon suit during his school’s recent basketball game against Syracuse University. SOLUTION: Neutral PROBLEM: What is the sentiment of the following document towards the entity Tim Murphy ? There was no immediate response from Murphy ’s office for request for comment on Thursday. SOLUTION:
Positive
8
NIv2
task421_persent_sentence_sentiment_classification
fs_opt
[ -0.6233665943145752, 0.21356241405010223, -0.23718422651290894, 0.6149153709411621, 0.21704280376434326, -0.12869754433631897, 0.21385395526885986, 0.5384503602981567, 0.5320607423782349, 0.7377621531486511, -0.002665881533175707, 0.549191951751709, -0.0015416225651279092, 0.02820418961346...
Definition: This task involves annotating the answer type to a given question that involve some kind of complex reasoning (including numerical reasoning). Note that the questions require looking at more than one part of the passage to answer. There are 3 possible answer types (i) spans, (ii) numbers and (iii) dates. If the answer can be found in the passage, label it as "span". If the answer is a number, label as "number". Similarly, label "date" if you think the answer to the given question is a date. Input: Passage: The number of Thailands poor declined from 7.1 million persons in 2014, 10.5 percent of the population, to 4.9 million persons in 2015, or 7.2 percent of the population. Thailands 2014 poverty line was defined as an income of 2,647 baht per month. For 2015 it was 2,644 baht per month. According to the National Economic and Social Development Board (NESDB) in a report entitled, Poverty and Inequality in Thailand, the countrys growth in 2014 was 0.8 percent and 2.8 percent in 2015. NESDB Secretary-General Porametee Vimolsiri said that the growth was due to the effect of governmental policies. The report also noted that 10 percent of the Thai population earned 35 percent of Thailands aggregate income and owned 61.5 percent of its land. Question: Was the poverty line, in terms of baht per month, higher in 2014 or 2015? Output:
date
2
NIv2
task027_drop_answer_type_generation
zs_opt
[ 0.2793850898742676, -0.2806917428970337, -0.2466018795967102, -0.19281506538391113, 1.1426219940185547, -0.038908377289772034, 1.224551796913147, 0.8735231161117554, -0.641855776309967, 0.6831424832344055, -0.9249498844146729, 0.3785771131515503, -0.5629578828811646, 0.3476300835609436, ...
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 individual's beliefs. The question will ask about the location of an object in the story with respect to either none or one of the three scenarios. Abigail entered the attic. Liam entered the attic. The strawberry is in the red_treasure_chest. Liam exited the attic. Abigail moved the strawberry to the red_bottle. Where was the strawberry at the beginning?
red_treasure_chest
0
NIv2
task151_tomqa_find_location_easy_clean
zs_opt
[ 0.002267806325107813, -0.2684890627861023, 0.1728666126728058, 0.0007356815040111542, -0.31231093406677246, -0.422468900680542, 0.20711800456047058, 0.7634278535842896, 0.008875840343534946, -0.40320807695388794, -0.5657284259796143, 0.5471513271331787, -0.14775896072387695, 0.093735687434...
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related to sports. Label the text "2" if it contains information related business. Label the text "3" if it contains science or technical related information. New Download.Ject Attack Hits IM Networks The Download.Ject malware attack has resurfaced, using the popular AIM and ICQ (define) instant messaging networks to spread itself.
3
0
NIv2
task1541_agnews_classification
zs_opt
[ -1.4484946727752686, 0.33286798000335693, 0.021599434316158295, 0.28697124123573303, 0.4050755500793457, -0.12644971907138824, -0.04421763867139816, 0.317753404378891, -0.698620080947876, 0.14960640668869019, -0.6070690155029297, 0.22918927669525146, -0.5385193824768066, -0.208495348691940...
Q: In this task, you will be presented with a question having multiple possible answers in Chinese language. And you should choose a most suitable option out of "A", "B", "C", "D", and "E" based on your commonsense knowledge. Question: 我坐了下来,窗帘拉开,我享受着这什么? Options: A 飞机 B 电影 C 礼堂 D 戏剧 E 显示 A:
E
7
NIv2
task1141_xcsr_zh_commonsense_mc_classification
zs_opt
[ 0.07161340117454529, 0.056780800223350525, -0.834541916847229, -0.3839019536972046, -0.24659939110279083, 0.4257477819919586, 0.05011666566133499, 0.6247801184654236, 0.3734896183013916, 0.040321823209524155, 0.2485397458076477, -0.08466201275587082, 0.5372013449668884, -0.0021548422519117...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a 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 determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Head: PersonX adapts ___ to conditions<sep>Tail: Get things done more effectively Solution: No Why? As a result of the Head, The others won't feel things are done more effectively. New input: Head: PersonX digs in PersonX's heels<sep>Tail: none Solution:
Yes
0
NIv2
task1197_atomic_classification_oreact
fs_opt
[ 0.07184593379497528, -0.38213685154914856, 0.3924376368522644, 0.3480115532875061, 0.032287921756505966, -0.8690699934959412, 0.7173712849617004, 0.7013355493545532, -0.6838311553001404, -0.06272555142641068, -0.2022414654493332, -0.3586758077144623, -0.3628180921077728, 0.1691504716873169...
Q: In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explicit content. Warning: the examples and instances may contain offensive language. RT @SatansPearl: she's a model on #Instagram but she's just a hoe from my town. A:
No
7
NIv2
task608_sbic_sexual_offense_binary_classification
zs_opt
[ -1.5703822374343872, 0.1510380059480667, 0.22462475299835205, 0.10369472205638885, 0.10646648705005646, -0.3546498417854309, -0.0445440448820591, 0.8644963502883911, -0.06628233194351196, 0.1473454236984253, 0.06675803661346436, -0.40310412645339966, -0.594666063785553, -0.7850860357284546...
This task is to translate the English language Input to Telugu Language Output Ex Input: SC Seychelles SCR Seychellois Rupee Ex Output: SC సీషెల్స్ SCR సెయిచెల్లోయిస్ రూపాయి Ex Input: How does the dubbr work? This video will get you started using the dubbr in no time! Contents 0:18 Tools 0:31 Edit video info 0:40 Privacy settings 0:50 Add a new language 1:05 Timeline 1:17 Create segments 1:33 Add segments 2:16 Text editor 2:24 Start recording 3:02 Edit thumbnail and background i Ex Output: డబ్బర్ ఎలా పని చేస్తుంది? ఈ వీడియో డబ్బర్‌ను ఎలా ఉపయోగించాలో మీకు చిటికెలో చూపుతుంది. విషయ సూచిక 0:18 పరికరములు 0:31 వీడియో సమాచారాన్ని సవరించండి 0:40 గోప్యతా సెట్టింగ్‌లు 0:50 క్రొత్త భాషను జోడించండి 1:05 కాలక్రమం 1:17 విభాగాలను సృష్టించండి 1:33 విభాగాలను జోడించండి 2:16 వచనాన్ని సవరించండి 2:24 రిక Ex Input: So instead of spending time with others Ex Output:
సో బదులుగా ఇతరులతో సమయం ఖర్చు
1
NIv2
task1616_cc_alligned_translate_eng_tel
fs_opt
[ -0.49975526332855225, 0.8412737250328064, -0.8333404064178467, 0.39084571599960327, -0.46116548776626587, -0.0385863333940506, 0.1599637269973755, 0.7412211894989014, 0.09069917351007462, -0.21834217011928558, 0.5727272629737854, -0.2330423891544342, -0.6126270294189453, -0.153013303875923...
Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion One example: you have encouraged me thank you for sharing Solution is here: Hope Speech Explanation: The given text contains content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion and is in expected language Now, solve this: @ImAlfie you can't decide someone's sexuality wtf... the leg crossingni cross my legs therefore the person sitting opposite me on the train who's never spoken to me has the right to decide i'm bi or whatever Solution:
Hope Speech
6
NIv2
task679_hope_edi_english_text_classification
fs_opt
[ -0.39170774817466736, -0.26773273944854736, -0.07222481817007065, 0.1715366393327713, -0.3135536015033722, -0.8519124984741211, 0.702139675617218, 0.265798956155777, 0.4831864833831787, 0.039680205285549164, -0.564979076385498, -0.09584671258926392, -0.11542119085788727, 0.2615843415260315...
You will be given a definition of a task first, then some input of the task. In this task, your goal is to judge a correct answer to a given question based on an associated paragraph and decide if it is a good correct answer or not. A good correct answer is one that correctly and completely answers the question. A bad correct answer addresses the question only partially or incorrectly. If you think the given correct answer is good, indicate it by responding "Yes". Otherwise, respond "No". There are only two types of responses possible: "Yes" and "No". Paragraph- Sent 1: At a modern-day nursing home , an elderly man named Duke begins to read a romantic story from his notebook to a fellow patient . Sent 2: The story he tells begins in 1940 . Sent 3: In Seabrook Island , South Carolina , local country boy Noah Calhoun is smitten with seventeen-year-old heiress Allie Hamilton after seeing her at a carnival , and they share an idyllic summer love affair . Sent 4: Noah takes Allie to an abandoned house , which he explains that he intends to buy for them . Sent 5: Later that evening , she asks him to make love to her , but they are interrupted by Noah 's friend Fin ( ( ( Kevin Connolly with the news that Allie 's parents have the police out looking for her . Sent 6: When Allie and Noah return to her parents ' mansion , they ban her from seeing Noah , whom they say is `` trash , trash , trash not for you ! '' Sent 7: The two break up and the next morning , Allie 's mother announces that the family is returning home to Charleston . Sent 8: Noah writes a letter each day to Allie for one year , but Allie 's mom intercepts them all and keeps them hidden from Allie . Sent 9: As each lover sees there is no contact from the other , Noah and Allie have no choice but to move on with their lives ; Noah and Fin enlist to fight in World War II and Fin is killed in battle . Sent 10: Allie becomes a volunteer in a hospital for wounded soldiers , where she meets an officer named Lon Hammond , Jr. , a young lawyer who is handsome , sophisticated , charming and comes from old Southern money . Sent 11: The two eventually become engaged , to the delight of Allie 's parents , but Allie sees Noah 's face when Lon asks her to marry him . Question: Who is deleted when Allie becomes engaged to Lon Hammond? Correct Answer: Don't understand this question - who is DELETED??. Output:
Yes.
1
NIv2
task056_multirc_classify_correct_answer
zs_opt
[ 0.42491671442985535, 0.3499835729598999, 0.1764659285545349, -0.039674870669841766, 0.4405944347381592, -0.5767087936401367, 0.24834519624710083, 0.6887398362159729, -0.3112446665763855, -0.024463815614581108, -0.48574697971343994, 0.2545316815376282, -0.8952862024307251, -0.07904413342475...
Given the task definition and input, reply with output. You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian. Nunca acontecerá. Não tens dinheiro que chegue.
Non ce la farai mai. Non hai abbastanza denaro.
5
NIv2
task1280_ted_translation_pt_it
zs_opt
[ -0.6078512072563171, 1.5876864194869995, 0.2846587300300598, 0.0656890869140625, -0.8298521041870117, -0.043645136058330536, 0.41803252696990967, 0.7075574398040771, 0.1698179990053177, -0.3487548530101776, 0.24158374965190887, 0.5514844655990601, -0.5206000208854675, 0.09166716039180756, ...
Q: 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 true. De ultieme selfie kan je laten schudden tot de dood. A:
De ultieme zin zou je kunnen doen schudden tot de dood.
7
NIv2
task409_mickey_nl_sentence_perturbation_generation
zs_opt
[ -1.2250025272369385, 1.116769790649414, -0.2504206597805023, -0.8076305389404297, -0.47439685463905334, -0.23159843683242798, 0.5632773637771606, 0.7477476596832275, 0.2770319879055023, -0.6802407503128052, -0.4012223780155182, 1.2357178926467896, -0.8723033666610718, 0.5365051031112671, ...
Given the task definition and input, reply with output. In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity. Dressing:, 1/2 cup plain yogurt, 1/2 cup reduced fat sour cream, 1/4 cup extra virgin olive oil, 1 large jalapeno pepper, seeded and finely chopped, 1 clove garlic, minced, 1 teaspoon sea salt, 1 teaspoon freshly ground cumin, 1/4 teaspoon liquid smoke flavoring, 1/4 cup cilantro leaves, coarsely chopped, Salad Ingredients:, 1 pound fresh peas, 1 1/2 cups cold, cooked rice, 1 pound smoked Wisconsin cheddar cheese, cut into 1/2 inch cubes, 1 pound smoked ham, cut into 1/2 inch cubes, 1 medium red onion, coarsely chopped, Garnish: 3 Tablespoons chopped cilantro leaves
Dressing, plain yogurt, sour cream, extra virgin olive oil, jalapeno pepper, clove garlic, salt, freshly ground cumin, liquid smoke flavoring, cilantro, Salad Ingredients, peas, cold, cheddar cheese, ham, red onion, cilantro
5
NIv2
task570_recipe_nlg_ner_generation
zs_opt
[ -0.42231285572052, 0.6616685390472412, 0.4762619137763977, 0.44557803869247437, -0.05333651602268219, 0.18686090409755707, 1.0801609754562378, 0.3889388144016266, -0.11507825553417206, -0.3095945715904236, 0.21831971406936646, -0.29610615968704224, -0.8566398620605469, -0.23372715711593628...
Detailed Instructions: 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. Problem:I have been buying new Morning Graham Crackers since February of 2010. Never had a Problem with damage of the crackers in shipping . Why Did Amazon Remove the Graham Crackers From Subscribe and Save????? Why Did Amazon Remove The Graham Crackers From Prime ???The Crackers are a much Higher Price From a Third Party Seller. I will Purchase the Crackers From Whole Foods . Not Fair of Amazon to Take Away the Connivence of Ordering a Case Solution:
Positive
8
NIv2
task586_amazonfood_polarity_classification
zs_opt
[ -0.16136805713176727, -0.3778800368309021, 0.13317035138607025, -0.4659181833267212, 0.11232637614011765, -0.3842395544052124, 0.4025673270225525, 0.20696000754833221, -0.037263210862874985, 0.24046579003334045, -0.2926284372806549, -0.11295773833990097, -0.9153506755828857, -0.48681563138...
In this task you will be given a list of numbers. A list is shown by two brackets and comma-separated numbers inside, like: [1,2,3]. You should remove all of the even numbers from the list. If every number in the input list is even an empty list should be returned. Zero should be counted as an even number. [76, 158, 35, 95, 63, 53, 2, 120] [35, 95, 63, 53] [110, 199, 175, 134, 175, 86] [199, 175, 175] [2, 40, 179, 104, 111]
[179, 111]
0
NIv2
task205_remove_even_elements
fs_opt
[ -0.4371871054172516, 0.238429993391037, -0.1949959397315979, -0.5341596603393555, 0.30509576201438904, 0.21676228940486908, 0.8473070859909058, 0.43429988622665405, -0.6285972595214844, 0.3214450180530548, -1.0024986267089844, -0.019793037325143814, -0.14583894610404968, -0.423750191926956...
Instructions: Given a statement, generate a question such that the answer is contained in that statement. Input: the mass of an object can be used to describe the dimensions of that object Output:
What can be used to describe the dimensions of an object?
3
NIv2
task1580_eqasc-perturbed_question_generation
zs_opt
[ 0.457904577255249, 1.3370205163955688, -0.9489049911499023, -0.22390148043632507, -0.44945767521858215, -0.6567714810371399, 0.08622459322214127, 0.254494309425354, 0.19677585363388062, -0.19843992590904236, -0.783745527267456, 0.6211591958999634, -0.16636855900287628, -0.12888717651367188...
Detailed Instructions: In this task, you are given a sentence in Arabic, and your task is to translate it into English. Problem:أو ربما رأى شيئاً لا يمكن تفسيره بسهولة. Solution:
Or maybe he saw something that can't easily be explained.
8
NIv2
task650_opus100_ar_en_translation
zs_opt
[ 0.1597847044467926, 0.5158094167709351, 0.5000272989273071, -0.7751150727272034, 0.09790025651454926, 0.20941422879695892, 0.5805938243865967, 0.21648433804512024, 0.9984167814254761, 0.2061612904071808, -0.2959028482437134, -0.36543792486190796, -0.17892321944236755, 0.6183404922485352, ...
Detailed Instructions: Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact. See one example below: Problem: Tagalog sentence: Si Roger Federer ang unang manlalaro na nanalo ng 20 Grand Slams Solution: Roger Federer was the first player to win 20 Grand Slams Explanation: The output is an exact translation of the Tagalog sentence and its meaning remains the same. Problem: Tagalog sentence: 9Anim na araw na gagawa ka at iyong gagawin ang lahat ng iyong gawain. Solution:
9 "Six days you shall labor and do all your work,
4
NIv2
task451_opus_paracrawl_tl_en_translation
fs_opt
[ -0.0951739251613617, 0.22136621177196503, -0.21017250418663025, 0.1609836220741272, 0.31599128246307373, -0.9414447546005249, 0.5659122467041016, 0.7192227244377136, -0.2042616307735443, 0.2916557788848877, -0.020456477999687195, 0.7221366763114929, -0.8362690210342407, -0.1174046322703361...
Definition: Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is. Input: Ang tatlong-taong edad na kabayo ay sumailalim sa biglaang operasyon noong ika-20 ng Mayo para mapagsama ang dalawang kasukasuan sa napinsalang panglikod na binti. Output:
この3歳の若い雄馬は5月20日に故障した右脚の2つの関節を繋げるための緊急手術を受けた。
2
NIv2
task1119_alt_fil_ja_translation
zs_opt
[ -0.004345033783465624, -0.20685875415802002, -0.8623878955841064, -0.1762053221464157, -0.00010615785140544176, -0.053508300334215164, 1.127781629562378, 0.598336935043335, -0.24640604853630066, -0.030274271965026855, -1.0249637365341187, 0.7108521461486816, -0.7869012951850891, 1.12560117...
Part 1. Definition This task is about translating a given English language sentence to Spanish. Part 2. Example It's this amazing wonderful feeling and you know it when you get it. Answer: Es ese sentimiento asombroso e increíble, y lo reconoces cuando lo sientes. Explanation: This is a good example because the English sentence has been translated correctly to Spanish. Part 3. Exercise So children both know more and learn more than we ever would have thought. Answer:
Por lo tanto, los niños saben más y aprenden más de lo que habíamos pensado.
7
NIv2
task1691_qed_amara_translation
fs_opt
[ -0.2462635338306427, 0.38490208983421326, 0.5034583806991577, -0.07066790759563446, -0.419807106256485, -1.206362247467041, 0.8260411620140076, 1.1972332000732422, 0.5748030543327332, -0.5466536283493042, -0.07240618765354156, 0.39660272002220154, -0.7159514427185059, 0.10243161022663116, ...
You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician. המרכיבים לקיום חיים הם: מים נוזליים - חייבים שתהיה תמיסה, לא קרח, אלא נוזל. Os ingredientes da vida son: auga en estado líquido, temos que ter un solvente, non pode ser xeo, ten que ser líquido. עכשיו אני דן בזה עם פרופסור סיימון בארון-כהן שהוא פרופסור לפסיכופתולוגיה התפתחותית בקימברידג ' Debatín isto co profesor Simon Baron-Cohen que ensina psicopatoloxía do desenvolvemento en Cambridge. ובאותו רגע חשתם מאוחדים עם היקום, מאוחדים עם כד המים הזה, מאוחדים עם כל האדם, מאוחדים עם הבורא, וחשתם בנוכחות הכוח, היראה, של האהבה ותחושת החמלה והרחמים העמוקות ביותר שאי-פעם חשתם בחייכם.
E durante ese minuto sentíronse un co Universo, un con esa xerra de auga, un con cada ser humano. ™ Un co creador, e sentíronse en presenza do poder, do asombro, do máis profundo amor, a máis profunda compaixón e misericordia que experimentaran nas súas vidas.
0
NIv2
task1110_ted_translation_he_gl
fs_opt
[ 0.021651532500982285, 0.6478093266487122, 0.2814059555530548, -0.7104874849319458, 0.15667060017585754, -1.4688849449157715, 0.6384124755859375, -0.06429853290319443, -0.31980860233306885, -0.06822501122951508, 0.039504773914813995, -0.05577237904071808, -1.4021763801574707, 0.353694826364...
Instructions: You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic. Input: Narrador: Este é o espaço que eles escolhem para as suas audições fraudulentas. para um anúncio a um batom. Output:
المعلق: هذا هو المكان الذي اختاروه لاجراء اختباراتهم الوهمية لاعلان عن مرطب شفاه
3
NIv2
task1277_ted_translation_pt_ar
zs_opt
[ -0.08125875145196915, 1.154613733291626, 0.0938023179769516, -0.8216100931167603, -0.33248835802078247, 0.5527638792991638, 0.18389025330543518, 0.130415678024292, 0.3520352840423584, 0.27663499116897583, -1.1399885416030884, -0.21027036011219025, -0.5241732597351074, -0.3210017681121826, ...
You will be given a definition of a task first, then some input of the task. In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Head: PersonX sees the eye doctor<sep>Tail: PersonX does not have insurance and is poor. Output:
Yes
1
NIv2
task1204_atomic_classification_hinderedby
zs_opt
[ 0.7611873149871826, 0.44372037053108215, 0.6214512586593628, -0.31583625078201294, -0.2638731300830841, -0.7274110317230225, 0.8177995681762695, 0.37140870094299316, -0.36559849977493286, -0.2635001242160797, -0.5317579507827759, -0.6727890968322754, -0.4042781591415405, 0.1671859920024871...
Part 1. Definition You are given a question or fill-in-the-blank question, two answer options (Option1 and Option2) and an Explanation. Your task is to find the correct answer (return the string of the correct option, not option1/2) for the given question from the given options and using explanation. Part 2. Example Question: The government of Canada is considering implementing less carbon taxes across the country. If these taxes were implemented, the amount of carbon dioxide emissions in the country would be expected to Option1: fall Option2: rise Explanation: The carbon taxes encourage people to use less fossil fuel, which reduces carbon dioxide emissions. Answer: rise Explanation: As mentioned in the Qualitative Statement, due to taxes people will reduce usage of fossil fuel and hence, carbon dioxide emission will also reduce. So, if Camada government decrease the tax, people will use it more and hencce, emission will also incerase. Part 3. Exercise Question: Lizzie visited a village where no predator wiped people out. The population got Option1: larger Option2: smaller Explanation: An increase in predators, the emergence of a new disease, or the loss of habitat are just three possible problems that will decrease a population. Answer:
larger
7
NIv2
task178_quartz_question_answering
fs_opt
[ -0.49312931299209595, 0.05315320938825607, -0.2757638096809387, -0.5201911330223083, -0.10728657245635986, -0.6683316230773926, 0.7586830854415894, 0.9328256845474243, -0.7064945697784424, 0.3057112991809845, -0.9155678749084473, -0.3594111502170563, -0.6190201044082642, -0.009283647872507...
Given the task definition, example input & output, solve the new input case. In this task you will break down a question into the basic steps required to answer it. A question decomposition is a numbered list of operations that must be performed to answer the original question. Imagine explaining your question to a friendly droid by listing each action it should take in order for the question to be answered. Each step in our decomposition should refer to either an entity (known or unknown), a propery of an entity or a query operation (count, group, union, etc.) Here are the list of step templates and their description: Select: A select step is used to return a set of objects. There are no references to previous steps in a select step. template: Return [attributes] Filter: A filter step is used to return results from a previous step to which a certain condition applies. template: Return [#step] [condition] Project: A project step should return certain attributes of the results of a previous step. template: Return [attributes] of [#step] Aggregate: An aggregate step returns an aggregator function applied on a step's result. template: Return the [aggregator] of [#step]. Group: A group step is an aggregator applied on attributes. template: Return the [aggregator] of [#step] for each [attribute] Superlative: A superlative step is used to return the result with a highest/lowest attribute among other results. template: Return [#step1] [where] [#step2] [is] [highest / lowest] Comparative: A comparative step is used when we need to compare an attribute with a number to filter results. template: Return [#step1] [where] [#step2] [comparator] [number] Union: A union step is used to return results of two steps together. template: Return [#step1] [or / ,] [#step2] Intersection: An intersection step returns the result that two steps have in common. template: Return [attribute] of both [#step1] and [#step2] Discard: A discard step returns result of a step and excludes result of another step from it. template: Return [#step1] besides [#step2] Sort: A sort returns result of another step in a specific order. template: Return [#step1] [ordered / sorted by] [#step2] Is true: An is true step checks a condition on another result and returns a true or false. template: Return [is / if] [condition] Arithmetic: An arithmatic step operates an arithmatic operation on one or more steps. template: Return the [arithmetic op.] of [#step1] [and] [#step2]. Example: question: What are the distinct creation years of the departments managed by a secretary born in state 'Alabama'? Output: #1 return secretaries #2 return #1 born in state 'Alabama #3 return departments managed by #2 #4 return distinct creation years of #3 Referring to previous steps is vital in constructing multi-step decompositions. In this example each step refers to the step before to perform a single filter on it to reach the final result. New input case for you: question: There are two small purple spheres; are they the same material? Output:
#1 return small spheres #2 return #1 that are purple #3 return materials of #2 #4 return are #3 the same
1
NIv2
task176_break_decompose_questions
fs_opt
[ 0.9270569086074829, -0.017792992293834686, -0.8288964629173279, 0.7230092287063599, 0.3345065116882324, -0.33075129985809326, 0.9238362312316895, 0.44255122542381287, -0.6031175255775452, 0.2921135723590851, -0.46444404125213623, 0.08811470866203308, 0.21759149432182312, 0.5645636320114136...
Given the task definition and input, reply with output. In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other. help me to get her back why are you trying to forget your girlfriend or do you mean exgirlfriend i am crying
sad
5
NIv2
task517_emo_classify_emotion_of_dialogue
zs_opt
[ -1.5714828968048096, 0.4837380349636078, 0.37722858786582947, -0.47017017006874084, -0.0059698233380913734, -0.7222702503204346, 0.8446141481399536, -0.0017580079147592187, 0.4034140110015869, -0.07370293885469437, -0.40857553482055664, -0.33452677726745605, -0.3325335681438446, 0.59693181...
In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list. [Q]: ['h', 't', '371', 'e', '153', 'b'] [A]: 1, 3, 5, 7 [Q]: ['493', '441', '3', 'p', '23', 'x', 'n', '417', '299', 'v', 'l', '415'] [A]: 1, 2, 3, 4, 5, 7, 9 [Q]: ['g', 'v', 'i', 'r', '263', 'y', '491', 'z', 'j', '413', 'h', '143', 'z', '171', 'u'] [A]:
1, 2, 3, 4, 6, 7, 9
5
NIv2
task637_extract_and_sort_unique_digits_in_a_list
fs_opt
[ -0.4154861569404602, 0.2333357036113739, -0.21140027046203613, -0.13846299052238464, 0.009610850363969803, 0.39897090196609497, 0.7199369072914124, 0.14140233397483826, -0.6009795665740967, 0.4147600531578064, -0.8359557390213013, -0.04501302167773247, -0.6081485748291016, 0.09347042441368...
You will be given a definition of a task first, then some input of the task. 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. Personality: I am a professional basketball player. I play for the Washington wizards. I went to college in Maryland. I make 35 million a year. I live in huge mansion. Chat history: -How are you doing today. -I am good thank you. How are you? Output:
Ok just getting for my limo driver.
1
NIv2
task1729_personachat_generate_next
zs_opt
[ -0.4141206443309784, 0.21278798580169678, -0.44854462146759033, -0.30343717336654663, 0.06236817687749863, 0.26075688004493713, 0.8033337593078613, -0.4058014750480652, 0.4687374234199524, -0.42103826999664307, 0.15164640545845032, 0.04473605751991272, -0.4375740885734558, -0.0239396728575...
In this task, you are given a hateful post in Bengali that expresses hate or encourages violence in a geopolitical context based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: geopolitical or non-geopolitical depending on the topic. One example is below. Q: খকুকুর কে লাই দিতে নেই, যদি লাই দেওয়া হয় তাহলে মাথায় ওঠে বসে A: non-geopolitical Rationale: Here it expresses hate against a person or a community, hence tagged as non-geopolitical. Q: জঠরে গুলিবিদ্ধ সুরাইয়ার একটি চোখ ভাল আছে শলার ঝাড়– দিয়ে মতির একটি চোখ নষ্ট করে রিপোর্ট করা উচিত মতির একটি চোখ ভালো আছে A:
non-geopolitical
9
NIv2
task1493_bengali_geopolitical_hate_speech_binary_classification
fs_opt
[ -0.5599440932273865, -0.04485667496919632, 0.7043529748916626, 0.028014885261654854, -0.4275509715080261, -0.3381500244140625, -0.3576650321483612, 0.3364545702934265, -0.12665659189224243, -0.08214931190013885, -0.11908812820911407, -0.833798885345459, -0.3022189736366272, -0.195901647210...
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". Article: fresh separatist protests rocked revolt-hit indian kashmir on friday , leaving two people dead and ## others injured when police fired teargas and bullets , police said . Title: un prosecutor will meet eu ministers after serbian visit
no
0
NIv2
task289_gigaword_summarization
zs_opt
[ 0.3567405641078949, 0.31471872329711914, -0.29350918531417847, 0.3300761878490448, -0.41098594665527344, -0.616112232208252, 0.4578745663166046, 0.09101802855730057, -0.45920300483703613, 0.3916177451610565, 0.10787136852741241, 0.2813299894332886, -0.05044330656528473, 0.3843901753425598,...
Teacher: In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen before that sentence, or are likely to have happened before it. Does any of them directly cause it, or simply make it possible? You should write your answer in the form " A >causes/enables> B". Try to use phrases and sentences from the story to compose your answer when possible. Teacher: Now, understand the problem? If you are still confused, see the following example: story: It was bedtime at our house. Two of the three kids hit the pillow and fall asleep. The third is a trouble maker. For two hours he continues to get out of bed and want to play. Finally he becomes tired and falls asleep. selected sentence: Finally he becomes tired and falls asleep. Solution: A kid wants to play before sleep >Causes/Enables> A kid eventually falls asleep Reason: The selected sentence is about a kid falling sleep, the answer correctly identifices an event causing the sentence to happen. Now, solve this instance: story: Dolphins start watching up on the beach in San Diego. Some friends get together and spend the night pushing them back in. After that is over with the friends hang out on the beach. They start a fire when the sun goes down. They sing, play guitar and drink some beer. selected sentence: Some friends get together and spend the night pushing them back in. Student:
Dolphins wash up on the beach >Causes/Enables> The friends push them back
2
NIv2
task614_glucose_cause_event_detection
fs_opt
[ 0.10754793882369995, 0.1922914832830429, -0.7691552042961121, -0.5650419592857361, -0.7425680160522461, -0.5975014567375183, 0.41492533683776855, 0.7664564251899719, -0.8665035367012024, 0.0464119091629982, 0.05551418289542198, 0.1626128852367401, -0.3490367531776428, -0.7987622618675232, ...
Given the task definition, example input & output, solve the new input case. In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage. Example: Comment: Damn! Another cloudy day, and it's all Obama's doing! Output: Obscene This is obscenity because it hints on sexual content that is offensive to the public sense of decency. New input case for you: Comment: "While Pope Francis' beatitudes sound like they could have passed from the lips of Jesus, yours don't. " I think in your appropriation of Jesus as being with and of you and outside of me, you suggest he did not respect and expect chastity. But he did, and forcefully at that. Output:
Non-obscene
1
NIv2
task326_jigsaw_classification_obscene
fs_opt
[ -0.5215849280357361, 0.34500882029533386, 0.41635486483573914, 0.5584411025047302, 0.2574574947357178, -0.01025492325425148, 0.13663393259048462, 0.9313033819198608, 0.5322146415710449, 0.8455223441123962, 0.07096637785434723, 0.1687246859073639, 0.12711314857006073, -1.0459098815917969, ...
instruction: 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, provides more information about the story's context. The original ending is the last three sentences of the story. Also, you are given a new ending that can provide the new story with the same premise. You should write a counterfactual context to explain the small differences between the original and new endings. More specifically, a story context contains the general plot of the story. And a counterfactual context is a slight modification to the initial context. To sum up, you should write the second sentence of a story based on the premise(first sentence) and the new ending(last three sentences) of the story. question: Premise: Tim got a job as a cashier. Initial Context: His first day was rough. Original Ending: His drawer was 30 dollars short. Tim tried really hard that week. After a month he was the best cashier at his job. New ending: His drawer was exactly right. Tim tried really hard that week. After a month he was the best cashier at his job. answer: His first day was smooth. question: Premise: Mary was a freelance designer. Initial Context: A company came to her and asked for her help. Original Ending: She thought it would be great for her portfolio. She worked hard for three weeks straight. The client was so pleased with her work! New ending: She had hoped it would be great for her portfolio. She had worked hard for three weeks straight. But the client was so unsatisfied with her work! answer: She wanted to do a great job and it was a total disaster; making Mary cry for days. question: Premise: I told my roommate that I didn't want to go to class today. Initial Context: She asked me if it was the class with the cute boy I liked. Original Ending: I realized it was and hurried to get ready. I barely made and accidentally sat down next to him. He asked me if I'd like to get lunch after class. New ending: I told her no, and realized how bad I was feeling and went to go lay down. I felt bad cause it was the class with the boy I liked. He called me ter to see how I was doing. answer:
She asked me if I was feeling okay.
9
NIv2
task270_csrg_counterfactual_context_generation
fs_opt
[ 0.501587986946106, -0.13454797863960266, -0.10668507218360901, 0.1136227548122406, 0.33412450551986694, -0.9797743558883667, -0.3808598518371582, 1.188359260559082, -0.14442375302314758, -0.02926182933151722, -0.042433418333530426, -0.36025381088256836, 0.14596989750862122, -0.031431354582...
You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Italian. -------- Question: La luz pasa por ese orificio. Answer: La luce vi passa attraverso, Question: Nada de etiquetas. Answer: Niente etichette. Question: Digamos que son, en su corazón, especialistas. Answer:
Ora, diciamo che siete, nel cuore, uno specialista.
7
NIv2
task1101_ted_translation_es_it
fs_opt
[ -0.39964544773101807, 0.5123215913772583, -0.2941676676273346, 0.17624202370643616, -0.17419087886810303, -0.2768974304199219, 0.014500921592116356, 0.8490138053894043, -0.08956244587898254, -0.6293590664863586, -0.16315919160842896, 0.15598008036613464, -0.31436800956726074, 0.73184138536...
Detailed Instructions: In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun). Q: 研究者らは彼らの金を返却させようとし、ホイットンとダイヤーが宿泊するホテルに行ったが、部屋は空っぽで、2人の男はどこにも見つからなかった。 A:
The researchers then attempted to reclaim their money and went to the hotel Whitton and Dyer were staying in, only to find the rooms empty, and the two men nowhere to be found.
9
NIv2
task436_alt_ja_en_translation
zs_opt
[ -0.11945374310016632, 0.2703690528869629, 0.5224581956863403, -1.0115342140197754, 0.21086519956588745, -0.5000877976417542, 0.4165409207344055, 0.34243497252464294, -0.2656545639038086, -0.5653648376464844, -0.301346093416214, 0.3516351580619812, -0.8108954429626465, -0.1459103673696518, ...
In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative. Q: If you enjoy shopping at large antique stores where you can browse through thousands of interesting items, then this is the spot for you. There are aisles with individual dealer showcases and displays.\n\nYou can find furniture, jewelry, collectibles, and tons of vintage items. Every once in a while, you might find a treasure or two. Since we moved here a few years ago, we stop by frequently to see what they have here and have found great pieces of jewelry here.\n\nIt's a lot of fun to browse around. For the guys who might get bored, there are a few showcases with sports memorabilia that might keep you interested. If not, there's a small seating area up front where you can wait for your spouse.\n\nReturn Factor - 100% A:
POSITIVE
4
NIv2
task475_yelp_polarity_classification
zs_opt
[ -1.2769347429275513, 0.35591626167297363, -0.4396754503250122, 0.3589608669281006, 0.30476367473602295, -0.19825223088264465, 0.36993908882141113, 0.6202564239501953, 0.5115714073181152, 0.08599679172039032, -0.09452252835035324, 0.5919587016105652, -0.7652335166931152, 0.5338708758354187,...
Detailed Instructions: In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story. Q: Sentence1: My dad had just gotten a new car. Sentence2: To celebrate we all went for a drive. Sentence3: I smacked the window hard enough to break it. Sentence4: I climbed out and me and my dad were ok. A:
3, Another car ran a stop sign and crashed into us.
9
NIv2
task299_storycloze_sentence_generation
zs_opt
[ -1.0667487382888794, 0.8891505002975464, -0.0650244876742363, -0.7590595483779907, -0.28915396332740784, 0.4660663902759552, 0.6747907400131226, 0.10740591585636139, 0.5096149444580078, -0.2366543859243393, -0.5574278831481934, -0.4912486970424652, -0.5248569250106812, 0.4022543728351593, ...
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwise "No". Do not generate anything else apart from "Yes" or "No". The given sentence is incorrect if it changes the subsequent storyline, so that at least one of the three subsequent sentences form a consistent story. Example: Sentence 1: The cashier was counting the dollar bills at her desk. Sentence 3: Everyone panicked and started to scream. Sentence 4: The men threatened the people to remain quiet. Sentence 5: The cashier handed them the cash so they would go away. Given Sentence 2: Two men rushed into the store and held their guns up. Example solution: Yes Example explanation: People panic when somebody holds their guns up. Sentence 2 correctly connects Sentence 1 with rest of the story. So, the answer is 'Yes'. Problem: Sentence 1: Tim really liked Cindy. Sentence 3: The note asked Cindy for a date Sentence 4: Cindy read it and wrote him a note back Sentence 5: Cindy's note said yes! Given Sentence 2: In class one day, he wrote her a note.
Solution: Yes
5
NIv2
task066_timetravel_binary_consistency_classification
fs_opt
[ -0.35358861088752747, 0.08450843393802643, 0.3806801736354828, 0.3703139126300812, 0.2684687376022339, 0.11405115574598312, 0.03807432949542999, 0.9126803874969482, 0.07682611048221588, 0.10905896127223969, -0.33898109197616577, -0.9399213790893555, -0.3883965015411377, -0.3942096829414367...
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. One example: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Solution is here: No Explanation: Both participants do not agree to the deal, so the answer is No. Now, solve this: THEM: i want the hat and and 2 balls. YOU: i want the hat and 1 ball. you take the rest THEM: i'll take the book but, i'll trade the hat for the rest of the balls. YOU: i need at least one book to get two points THEM: i need the hat or i get no points. YOU: the hat is only worth 1 point for me and the ball one point for me THEM: ill take the hat and one ball and leave you with the rest. YOU: if i do that i have no points the book is 0 value THEM: fine ill take the hat and the book. YOU: you get book and two balls. deals THEM: the hat is deal breaker. Solution:
No
6
NIv2
task1384_deal_or_no_dialog_classification
fs_opt
[ 0.7474771738052368, 0.4100862741470337, -0.20698802173137665, 0.6266812086105347, 0.2797773778438568, -0.7550725340843201, 0.3242758512496948, 0.5813512206077576, 0.15012383460998535, -0.7374247312545776, -0.3176534175872803, -0.03138343244791031, -0.7336289882659912, -0.1329122930765152, ...
Instructions: You are given a sentence in Italian. Your job is to translate the Italian sentence into Spanish. Input: Oggi vorrei introdurvi l'Indice di Progresso Sociale. Output:
Hoy quiero presentarles el Índice de Progreso Social.
3
NIv2
task1249_ted_translation_it_es
zs_opt
[ -0.9787782430648804, 0.06706547737121582, -0.3343704342842102, -0.5571049451828003, -0.32776230573654175, 0.05985846742987633, -0.3759663701057434, 1.2680251598358154, 0.3622494041919708, -0.4572522044181824, -1.0339137315750122, -0.15986591577529907, -0.3606168031692505, -0.17733451724052...
You will be given a definition of a task first, then some input of the task. 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 require any external knowledge. Subjective questions are not allowed. Create questions that result in factoid answers. A simple rule of thumb to decide whether a question is factoid or not is to see if two different people with average reading/comprehension skills would come up with the same answer after reading the passage. In 1857, as a wagon train from Arkansas and a group of zealot Mormons near Cedar City, Utah were fated to tragically collide, two young people fell deeply and immediately in love.Jonathan Samuelsons heart was instantly captivated the moment he saw the striking young woman on the wagon train: Emily Hudson was equally smitten by the young Mormon who possessed a kind soul and a magical way with horses.But Jonathans father, Jacob Samuelson, was convinced the Gentile settlers were intending to do harm to the Mormons. Jacob bade Jonathan to spy on the settlers as he sought the advice of church elders; when his fears were then confirmed by a visitation from God, Jacob relayed the order to Brigham Youngs adopted son, John D. Lee, to kill all but the youngest of the train.Desperate to stop the battle, Jonathan defied his church and tried in vain to warn the settlers and their wagon train leader, Captain Fancher. Unable to reach them in time, imprisoned by his own father, Jonathan watched in agony as his younger brother, Micha, became swept up by the bloody fanaticism.Wrenching free of his chains Jonathan raced to the slaughter site, only to be faced with an unbearable horror. Grief-stricken, Jonathans search for Emily brings him to a heart-wrenching choice of love over death. Output:
Where is the wagon train heading from in the movie?
1
NIv2
task193_duorc_question_generation
zs_opt
[ 0.8644496202468872, -0.21639826893806458, -0.43908950686454773, -0.042559366673231125, -0.1158597320318222, -0.6726987957954407, 0.7332810759544373, 0.5490026473999023, 0.09208759665489197, -0.14765824377536774, -0.3200855255126953, -0.041514988988637924, -0.44561460614204407, 0.1729898154...
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. Input: Consider Input: Wasn’t even the product described in description! This was my second time ordering the same item and it wasn’t right this time either. Save your time and buy somewhere else Output: negative Input: Consider Input: My husband bought this for me. I have to say it is amazing!! The toy attachments all come individually wrapped. There is a very nice assortment of toys. None of them have a strange odor, which is very nice. They are body safe which is a must! It is not very loud, which I expected it to be. It is easy to use, and works very well. The adapter on the first one that controls turning it on and off and your speed did not work. We contacted customer service and they were GREAT and fast! They sent us a whole new machine and it works perfectly!! Output: positive Input: Consider Input: I ordered these for my beach wedding. It is supposed to come with a PAIR, meaning two, one for each foot. When it arrived it had only one of the two in the package. I tried contacting the seller 2 weeks ago and still have not gotten a response.
Output: negative
2
NIv2
task1312_amazonreview_polarity_classification
fs_opt
[ 0.0565260574221611, 0.1616448014974594, -0.6544846892356873, 0.27082914113998413, 0.22423842549324036, -0.13759127259254456, 0.14165785908699036, 0.8664643168449402, -0.0894516110420227, 0.18857835233211517, -0.09499068558216095, 0.2796536684036255, -0.6134428381919861, -0.6137415170669556...
Definition: In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5. Input: Sentence: 'there is a man that is sitting in a hotel room'. Remove all words of length '3' in the given sentence. Output:
there is a that is sitting in a hotel room
2
NIv2
task377_remove_words_of_given_length
zs_opt
[ 0.10046952962875366, -0.12511612474918365, -0.3676066994667053, -0.8602237701416016, 0.24114423990249634, -0.15990030765533447, -0.10461821407079697, 0.4412628412246704, 0.24458590149879456, -0.11317741125822067, -0.959780752658844, -0.1728590428829193, -0.6412420272827148, -0.111301235854...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a sentence in Persian, and your task is to translate it into English. جناب گرانت خیلی دلش می‌خواست روز یکشنبه بعد از آن همه خستگی روزانه بنشیند و بوقلمون را بخورد. Solution: because I know how much more Dr. Grant would enjoy it on Sunday after the fatigues of the day, Why? This is a good example. The above sentence is correctly translated from Persian to English. New input: فقط فانی غمگین و تنها بود. Solution:
She alone was sad and insignificant:
0
NIv2
task660_mizan_fa_en_translation
fs_opt
[ -0.9618317484855652, 0.08506336808204651, -0.06422388553619385, -0.25594764947891235, -0.5460353493690491, -0.5973892211914062, 1.1143698692321777, 0.09154157340526581, 0.4133591949939728, -0.40318191051483154, -0.5590450763702393, 0.33338892459869385, -0.22933438420295715, 0.8510397672653...
Definition: Given a sentence in the Thai, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is. Input: นักบวชชาวซูดานหลายคนไม่สนใจคำแนะนำของรัฐบาลที่ไม่ให้สร้างความตึงเครียดให้แก่สถานการณ์ไปมากกว่านี้ แม้ว่าพวกเขาจะหยุดหลังเรียกร้องให้ลงโทษประหารชีวิตเธอทันที Output:
何人かの敬虔なスーダン聖職者は、彼女の死を直接的に要求することは止めたが、事態を悪化させないための政府の指示を無視した。
2
NIv2
task1128_alt_th_ja_translation
zs_opt
[ -0.44865328073501587, -0.3509299159049988, -0.6221292018890381, -0.5696167945861816, -0.23616398870944977, -0.5001376867294312, 1.0397028923034668, 0.19210335612297058, -0.012270109727978706, -0.11908853054046631, -0.5762463212013245, 0.8185356855392456, -0.9728147387504578, 0.736923575401...
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 determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. [Q]: Head: PersonX looks at one another<sep>Tail: visual communication [A]: Yes [Q]: Head: PersonX asks PersonY to show<sep>Tail: interested [A]: No [Q]: Head: PersonX lays PersonX's ___ upon PersonY<sep>Tail: to obey PersonX [A]:
Yes
5
NIv2
task1198_atomic_classification_owant
fs_opt
[ 0.1653548777103424, 0.24693500995635986, 0.3759063482284546, -0.04089273139834404, -0.5426933765411377, -0.8443408012390137, 1.1854901313781738, 0.12560582160949707, -0.2295425683259964, -0.5776889324188232, -0.43583038449287415, -0.32099437713623047, -0.5529645681381226, 0.349222779273986...
A text is given in Gujarati. Translate it from the Gujarati language to the Urdu language. The translation must not omit or add information to the original sentence. Let me give you an example: તેમણે અમેઠીમાં કલાશ્નિકોવ એસોલ્ટ રાયફલનુ ઉત્પાદન કરનાર સંયુક્ત સાહસ ઇન્ડો-રશિયન રાયફલ્સ પ્રા The answer to this example can be: مشترکہ وینچر انڈو-روسی رائفلز amethi میں tendorov حملہ Rayfalenu کی پیداوار Here is why: Correct translation for given sentence. Input sentence means 'Joint Venture Indo-Russian Rifles Producing Tendarov Assault Rayfillenu in Amethi' which is the same as the output sentence. OK. solve this: થિમ્પૂની રોયલ યુનિવર્સિટી ઑફ ભૂતાન ખાતે પ્રધાનમંત્રીના વક્તવ્યનો મૂળપાઠ Answer:
رائل یونیورسٹی آف بھوٹان، تھمپو میں وزیر اعظم کے خطاب کا متن
8
NIv2
task1001_pib_translation_gujarati_urdu
fs_opt
[ -0.3467445969581604, 0.704098641872406, -0.24413497745990753, -0.7506037950515747, -0.1424422562122345, -0.2401210218667984, 0.36015331745147705, 0.20547829568386078, 0.3497180640697479, -0.4096922278404236, -1.03084397315979, 0.08862555027008057, -0.5780253410339355, 0.18517562747001648, ...
Q: In this task, you're given a pair of sentences, sentence 1 and sentence 2, that agree with each other. Your job is to alter sentence 2 so that the pair contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence. Sentence 1: A walk on the beach after a storm. Sentence 2: Most of the sand is wet. A:
A view of an empty swimming pool in someones backyard.
7
NIv2
task187_snli_entailment_to_contradiction_text_modification
zs_opt
[ -0.7782678604125977, 0.9866876602172852, -0.09505674988031387, -0.9989742040634155, -0.20473575592041016, -0.9386587738990784, 0.06385722756385803, 1.0588966608047485, 0.2691790461540222, -0.41831445693969727, -0.5919777750968933, -0.3000239431858063, -0.3540455996990204, -0.01497085019946...
Definition: 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, verbs and pronouns are changed into single ones or the other way around. Voice: If the verbs are in active voice, they're changed to passive or the other way around. Adverb: The paraphrase has one adverb or more than the original sentence. Gender: The paraphrase differs from the original sentence in the gender of the names and pronouns. Synonym: Some words or phrases of the original sentence are replaced with synonym words or phrases. Changes in the names of people are also considered a synonym change. Classify your answers into Tense, Number, Voice, Adverb, Gender, and Synonym. Input: original sentence: Sara borrowed the book from the library because she needs it for an article she is working on . She reads it when she gets home from work . paraphrase: Sara just borrowed the book from the library because she needs it for an article she is working on . She carefully reads it when she gets home from work . Output:
Adverb
2
NIv2
task276_enhanced_wsc_classification
zs_opt
[ -0.3759525418281555, 0.6720364093780518, 0.04095800220966339, 0.0611393116414547, 0.12037812173366547, -0.4552466869354248, 0.818763256072998, 0.5721214413642883, 0.5020692348480225, -0.5939517617225647, -0.32116982340812683, 0.058110494166612625, -0.985314130783081, 0.13607777655124664, ...
instruction: In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False". question: Reviews: These are junk! Both bulbs have burned out within a two month period!! I cannot believe that this company can be in business with such poor quality. I have used infrared lights for my ball python for many years now and I get a varied range of months from a bulb, but I have never gone through two bulbs in a matter of two months! I am very disappointed. Category: pet_products answer: True question: Reviews: I don’t usually write review but this time o feel like I need to. I purchased this item and returned because I was not able to used it on my car, when I returned; the seller told me that they weren’t able to give me my money back because the item I sent was not the one they sent me, that the serial number was not the same as the one they sent me.. then they said that I used the item, which is funny that they said I used it because how am I supposed to know if I like something, if is good or not etc.. without trying it . Then the last email I received from the seller was that they don’t sell.. Horrible experience Category: wireless answer: True question: Reviews: The size and fit were promising; unfortunately the sound quality was not great and the left earpiece couldn’t hold a charge longer than 30 minutes, so I am returning them Category: wireless answer:
True
9
NIv2
task1308_amazonreview_category_classification
fs_opt
[ -0.4367900490760803, 0.3092705011367798, -0.5586227178573608, -0.0438520647585392, -0.388696551322937, -0.4444202780723572, 0.5469837188720703, 0.7409509420394897, -0.12063415348529816, 0.31801021099090576, -0.4248790740966797, 0.7507892847061157, -0.129253551363945, -0.18865852057933807, ...
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. -------- Question: How was Nintendo Entertainment System software distributed?, Context: To differentiate Nintendo's new home platform from the early 1980s' common perception of a troubled and shallow video game market, the company freshened its product nomenclature and positioning, and it established a strict product approval and licensing policy. The overall system was referred to as an "Entertainment System" instead of a "video game system", which was centered upon a machine called a "Control Deck" instead of a "console", and which featured software cartridges called "Game Paks" instead of "video games". The 10NES lockout chip system acted as a lock-and-key coupling of each Game Pak and Control Deck, deterring the copying or production of NES games which had not first achieved Nintendo's licensed approval. The packaging of the launch lineup of NES games bore pictures of a very close representation of the actual onscreen graphics of the game, which were of sufficiently recognizable quality on their own. Symbols on the launch games' packaging clearly indicated the genre of the game, in order to reduce consumer confusion. A 'seal of quality' was printed on all appropriately licensed game and accessory packaging. The initial seal stated, "This seal is your assurance that Nintendo has approved and guaranteed the quality of this product". This text was later changed to "Official Nintendo Seal of Quality". Answer: software cartridges Question: What do you do at a gym to lose weight?, Context: The style and role of any minority leader is influenced by a variety of elements, including personality and contextual factors, such as the size and cohesion of the minority party, whether his or her party controls the White House, the general political climate in the House, and the controversy that is sometimes associated with the legislative agenda. Despite the variability of these factors, there are a number of institutional obligations associated with this position. Many of these assignments or roles are spelled out in the House rule book. Others have devolved upon the position in other ways. To be sure, the minority leader is provided with extra staff resources—beyond those accorded him or her as a Representative—to assist in carrying out diverse leadership functions. Worth emphasis is that there are limits on the institutional role of the minority leader, because the majority party exercises disproportionate influence over the agenda, partisan ratios on committees, staff resources, administrative operations, and the day-to-day schedule and management of floor activities. Answer: exercises Question: When was the second constitutional amendment introduced?, Context: In Brazil, the minimum working age has been identified as fourteen due to continuous constitutional amendments that occurred in 1934, 1937, and 1946. Yet due to a change in the dictatorship by the military in the 80’s, the minimum age restriction was reduced to the age of twelve but was reviewed due to reports of dangerous and hazardous working conditions in 1988. This led to the minimum age being raised once again to 14. Another set of restrictions was passed in 1998 that restricted the kinds of work youth could partake in, such as work that was considered hazardous like running construction equipment, or certain kinds of factory work. Although many steps were taken to reduce the risk and occurrence of child labour, there is still a high number of children and adolescents working under the age of fourteen in Brazil. It was not until recently in the 80’s that it was discovered that almost nine million children in Brazil were working illegally and not partaking in traditional childhood activities that help to develop important life experiences. Answer:
1937
7
NIv2
task1295_adversarial_qa_question_answering
fs_opt
[ 0.24565628170967102, -0.2585534453392029, -0.9454107284545898, 0.056987449526786804, -0.22042003273963928, -0.12513476610183716, 1.1178152561187744, 1.1640180349349976, -0.042130716145038605, 0.13852430880069733, 0.001186563167721033, 0.3991210460662842, -0.9465217590332031, 0.422809988260...
Part 1. Definition Given a text, write a compressed version of it in a single sentence. Part 2. Example Except for this small vocal minority, we have just not gotten a lot of groundswell against this from members, " says APA president Philip G. Zimbardo of Stanford University. Answer: "Except for this small vocal minority, we have not gotten a lot of groundswell against this," says APA president Zimbardo. Explanation: Both texts convey the same meaning that they have not gotten much groundswell against this except for small minority. Part 3. Exercise The company earlier this year adopted a shareholder-rights plan to ward off unwanted suitors. Answer:
The company rid of suitors by adopting a shareholder-rights plan
7
NIv2
task1340_msr_text_compression_compression
fs_opt
[ -0.6037055253982544, 0.8611597418785095, 0.41678953170776367, -0.22618155181407928, -0.07402142882347107, -1.2771484851837158, 0.6547461152076721, 0.6447595357894897, 0.025979723781347275, 0.5822625756263733, -0.3853501081466675, 0.16701450943946838, -0.493380606174469, -0.5587217807769775...
Detailed Instructions: In this task you will break down a question into the basic steps required to answer it. A question decomposition is a numbered list of operations that must be performed to answer the original question. Imagine explaining your question to a friendly droid by listing each action it should take in order for the question to be answered. Each step in our decomposition should refer to either an entity (known or unknown), a propery of an entity or a query operation (count, group, union, etc.) Here are the list of step templates and their description: Select: A select step is used to return a set of objects. There are no references to previous steps in a select step. template: Return [attributes] Filter: A filter step is used to return results from a previous step to which a certain condition applies. template: Return [#step] [condition] Project: A project step should return certain attributes of the results of a previous step. template: Return [attributes] of [#step] Aggregate: An aggregate step returns an aggregator function applied on a step's result. template: Return the [aggregator] of [#step]. Group: A group step is an aggregator applied on attributes. template: Return the [aggregator] of [#step] for each [attribute] Superlative: A superlative step is used to return the result with a highest/lowest attribute among other results. template: Return [#step1] [where] [#step2] [is] [highest / lowest] Comparative: A comparative step is used when we need to compare an attribute with a number to filter results. template: Return [#step1] [where] [#step2] [comparator] [number] Union: A union step is used to return results of two steps together. template: Return [#step1] [or / ,] [#step2] Intersection: An intersection step returns the result that two steps have in common. template: Return [attribute] of both [#step1] and [#step2] Discard: A discard step returns result of a step and excludes result of another step from it. template: Return [#step1] besides [#step2] Sort: A sort returns result of another step in a specific order. template: Return [#step1] [ordered / sorted by] [#step2] Is true: An is true step checks a condition on another result and returns a true or false. template: Return [is / if] [condition] Arithmetic: An arithmatic step operates an arithmatic operation on one or more steps. template: Return the [arithmetic op.] of [#step1] [and] [#step2]. Problem:question: How many of the Kennedy children held a position until 1962? Solution:
#1 return the Kennedy children #2 return #1 who held a position #3 return #2 until 1962 #4 return number of #3
8
NIv2
task176_break_decompose_questions
zs_opt
[ 1.1007490158081055, -0.28627628087997437, -0.8314318656921387, 0.3731365501880646, 0.5046629905700684, -0.2876375913619995, 1.4899241924285889, 0.35987764596939087, -0.18742172420024872, 0.381721556186676, -0.18248149752616882, 0.026903342455625534, -0.15399566292762756, 0.8312612771987915...
Given the task definition and input, reply with output. You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Japanese. ولكن من أين تأتي البيتكوين ؟
ではビットコインは一体どこで鋳造されるのでしょうか ?
5
NIv2
task1231_ted_translation_ar_ja
zs_opt
[ -0.1817585974931717, 0.13787643611431122, 0.009975075721740723, -0.015054460614919662, -0.17668622732162476, 0.7025643587112427, 0.3113253712654114, 0.42766380310058594, 0.5024415850639343, -0.885260283946991, -0.6071537137031555, 0.27344584465026855, -0.545788049697876, 0.4987770318984985...
In this task, given a sentence in the Hindi language, your task is to convert it into the English language. Input: Consider Input: इस जीत के साथ, मालिक चिप गनासी रेसिंग इतिहास में ऐसी पहली टीम के मालिक बन गए, जिनके ड्राइवरों ने स्प्रिंट कप (जेमी मैकमुरे द्वारा जीता गया) और इंडियानापोलिस 500 को एक ही वर्ष में जीता। Output: With this victory, owner Chip Ganassi became the first team owner in racing history to have their drivers win both the Daytona 500 of the Sprint Cup (won by Jamie McMurray) and the Indianapolis 500 in the same year. Input: Consider Input: कई देशों ने वर्ष 2020 तक उत्सर्जन को वर्ष 1990 की तुलना में 4 से 17 फीसदी तक कम करने का संकल्प लिया है। Output: Many nations offered emissions cuts pledges, which vary from 4% to 17% cuts by 2020, compared with 1990 levels. Input: Consider Input: दर्शकों में ऑस्ट्रेलियाई शेफ़ डि मिशन, जेसन हेलविग और उनके कनिष्ठ, माइकल हारटुंग और केट मैकलॉफ़लिन मौजूद थे।
Output: Spectators included the Australian Chef de Mission, Jason Hellwig, and his deputies, Michael Hartung and Kate McLoughlin.
2
NIv2
task544_alt_translation_hi_en
fs_opt
[ -0.5897624492645264, -0.5100067853927612, -0.13122862577438354, 0.40916234254837036, 0.07757934927940369, -0.8001329898834229, -0.33800768852233887, -0.28560829162597656, -0.007513255812227726, 0.17304538190364838, -1.2165558338165283, 0.11180730164051056, 0.0165533609688282, -0.6681712865...
Detailed Instructions: You are given a sentence in Persian. Your job is to translate the Farsi sentence into Hebrew. Problem:ما مجبور شدیم که از طراح صنعتیمان تا زمانی که او در واقع این کار را پذیرفت مخفی نگهش داریم و بعد او نزديك بود جيغ كشان پا به فرار بگذاره. Solution:
היינו צריכים לשמור אותם בסוד מהמעצבת התעשייתית שלנו עד שהיא קיבלה את התפקיד, ואז היא כמעט נסה על נפשה בצווחות.
8
NIv2
task1269_ted_translation_fa_he
zs_opt
[ -0.8135779500007629, 0.9429793357849121, -0.04138195514678955, 0.0196406077593565, -0.3552311360836029, -0.4356057047843933, -0.33476996421813965, 0.06454114615917206, 0.5310736894607544, 0.20906993746757507, -0.7322405576705933, 0.3508375287055969, -0.23177829384803772, 0.1289264857769012...
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. [EX Q]: Context_1 : The Get Em Mamis is an Alternative Hip Hop group from the East Coast, United States. The duo consists of Roxzi and Symphony, both originally from Baltimore, Maryland. The Get Em Mamis first single "When You See Us" was featured on HBO hit series "The Wire" Season 4 and "The Ooh Ahh Song" was featured on HBO's "The Wire" Season 5". In 2008 Get Em Mamis single "Cold Summer" was ranked #83 in "Rolling Stone" magazine's Top 100 Singles of 2008. Get Em Mamis "Cold Summer" also received an impressive four stars in "Rolling Stone"' s Download section in the May 2008 issue. They were the first female rap group from Baltimore, MD to be featured on "Rolling Stone"' s Top 100 Singles. Context_2 : Rory Ferreira (born February 3, 1992), better known by his stage name Milo (often stylized as milo), is an American alternative hip hop musician from Milwaukee, Wisconsin. He often collaborates with Busdriver, Open Mike Eagle and Hemlock Ernst among others. He has been a member of the Hellfyre Club collective. Context_3 : Def Jef is the stage name of Jeffrey Fortson (born September 27, 1966), an American alternative hip hop musician and rapper of the late 1980s and early 1990s. He was born in Harlem, New York City, New York, USA. Context_4 : Bobby Sichran (real name Robert Lichtman, died February 2015) was a Jewish-American alternative hip hop musician. His music was often described as combining hip hop with several other musical genres, such as blues rock and folk music. His fusion of these genres has led many critics to compare him to Beck, and, in some cases, even say that he originated the fusion of folk and hip hop before Beck made it famous. Others have compared him to Bob Dylan, but Sichran criticized such comparisons, saying that he would "never want [his] music to exist on comparisons to someone else." Context_5 : "Ms. Jackson" is a song by American alternative hip hop duo OutKast. It was released on October 3, 2000, as the second single from their fourth album, "Stankonia". It topped the US charts, and won a 2002 Grammy Award for Best Rap Performance by a Duo or Group. It also reached number one in Germany and number two in the United Kingdom, held from the top spot by Atomic Kitten's "Whole Again". In October 2011, "NME" placed it at number 81 on its list of the "150 Best Tracks of the Past 15 Years" and in June of the same year "Rolling Stone" ranked it at number 55 in their "100 Best Songs of the 2000s". Context_6 : Bob Dylan ( ; born Robert Allen Zimmerman, May 24, 1941) is an American singer, songwriter, musician, painter, and writer. He has been influential in popular music and culture for more than five decades. Much of his most celebrated work dates from the 1960s, when he became a reluctant "voice of a generation" with songs such as "Blowin' in the Wind" and "The Times They Are a-Changin'", which became anthems for the Civil Rights Movement and anti-war movement. Leaving behind his initial base in the American folk music revival, his six-minute single "Like a Rolling Stone", recorded in 1965, enlarged the range of popular music. Context_7 : Alternative hip hop (also known as alternative rap) is a subgenre of hip hop music that encompasses the wide range of styles of hip hop that have not become identified as mainstream. AllMusic defines it as follows: "Alternative rap refers to hip hop groups that tend not to conform to any of the traditional forms of rap, such as gangsta, bass, hardcore, pop, and party rap. Instead, they blur genres drawing equally from funk and pop/rock, as well as jazz, soul, reggae, and even folk" Context_8 : Anomaly is the seventh studio album by American Christian hip hop artist Lecrae, released on September 9, 2014, through Reach Records. The album features appearances from Crystal Nicole, Kari Jobe, and For King & Country, along with label-mate Andy Mineo. "Anomaly" met with a positive critical reception, and the song "Nuthin", released for streaming as a single on July 1, 2014, was nominated for the 2014 BET Hip Hop Awards in the best Impact Track category. The album also fared well commercially, debuting at No. 1 on the "Billboard" 200 with over 88,000 copies sold. It also debuted at No. 1 on the Top Gospel Albums chart, marking the first time that any artist has ever topped both the 200 and Gospel charts. "Anomaly" won Rap/Hip Hop Album of the Year at the 2015 GMA Dove Awards, and Rap, Hip Hop Gospel CD of the Year at the 2015 Stellar Awards. Two songs earned a nomination for the 2015 Grammy Awards; "All I Need is You" was nominated for Best Rap Performance, and "Messengers", featuring For King & Country, which won Best Contemporary Christian Music Performance/Song. Rolling Stone ranked it at No. 12 on their list "40 best rap albums of 2014". Context_9 : Bob Dylan (born Robert Allen Zimmerman, May 24, 1941) is an American singer-songwriter, artist and writer. He has been influential in popular music and culture for more than five decades. Much of his most celebrated work dates from the 1960s, when he was both a chronicler and reluctant figurehead of social unrest. Early songs such as "Blowin' in the Wind" and "The Times They Are a-Changin'" became anthems for the Civil Rights Movement and anti-war movement. Leaving his initial base in the American folk music revival, Dylan's six-minute single "Like a Rolling Stone" altered the range of popular music in 1965. His mid-1960s recordings, backed by rock musicians, reached the top end of the United States music charts while also attracting denunciation and criticism from others in the folk movement. Context_10 : Underground hip hop is an umbrella term for hip hop music outside the general commercial canon. It is typically associated with independent artists, signed to independent labels or no label at all. Underground hip hop is often characterized by socially conscious, positive, or anti-commercial lyrics. However, there is no unifying or universal theme – AllMusic suggests that it "has no sonic signifiers". "The Underground" also refers to the community of musicians, fans and others that support non-commercial, or independent music. Music scenes with strong ties to underground hip hop include alternative hip hop and conscious hip hop. Many artists who are considered "underground" today were not always so, and may have previously broken the "Billboard" charts. fact_1 : Bobby Sichran (real name Robert Lichtman, died February 2015) was a Jewish-American alternative hip hop musician. fact_2 : Others have compared him to Bob Dylan, but Sichran criticized such comparisons, saying that he would "never want [his] music to exist on comparisons to someone else." fact_3 : Bob Dylan ( ; born Robert Allen Zimmerman, May 24, 1941) is an American singer, songwriter, musician, painter, and writer. fact_4 : Leaving behind his initial base in the American folk music revival, his six-minute single "Like a Rolling Stone", recorded in 1965, enlarged the range of popular music. Answer: the range of popular music [EX A]: Bobby Sichran was an alternative hip hop musician who has been compared to an American singer whose sixminute single Like a Rolling Stone, recorded in 1965, enlarged what? [EX Q]: Context_1 : Tyson Jay Ritter (born April 24, 1984) is an American singer-songwriter, multi-instrumentalist, musician, actor, and model. He is best known as the lead vocalist, bassist, pianist, and songwriter of the pop punk band The All-American Rejects. As an actor, Ritter appeared as Dane on Amazon Video's "Betas", recurred as rock musician Oliver Rome on NBC's "Parenthood", and has had supporting roles in the films "The House Bunny" (2008), "Love and Mercy" (2014), and "Miss You Already" (2015). Context_2 : Anna Margaret Michelle Calvi (born 24 September 1980) is an English singer-songwriter and guitarist. Her eponymous debut album was released in the United Kingdom in 2011 and was nominated for the Mercury Prize and earned her a nomination for British Breakthrough Act at the 2012 Brit Awards. Her second album "One Breath" was released in 2013 through Domino Records and was also nominated for the Mercury Prize. Context_3 : The All-American Rejects is an American rock band formed in Stillwater, Oklahoma in 1999. The band consists of lead guitarist and backing vocalist Nick Wheeler, lead vocalist and bassist Tyson Ritter, rhythm guitarist and backing vocalist Mike Kennerty, and drummer Chris Gaylor. Nick Wheeler and Tyson Ritter are the band's songwriters; Wheeler is the primary composer and Ritter is the main lyricist. Context_4 : Roller Trio are a British Jazz-Rock trio, who formed whilst studying at Leeds College of Music in 2011. In 2012, their eponymous debut studio album was nominated for the Mercury Prize and also nominated for MOBO Awards Best Jazz Act in 2012. In performance, John Fordham of The Guardian described their preview gig for the Mercury prize [as having] "the same wild insouciance that has made their sound a howl of fresh air." DJ and broadcaster Gilles Peterson described their music as "Dark, menacing, bass heavy – the new sound of UK jazzzzzzz!" They are known for their "epic memorably singalong melody hooks and blistering riffs". Context_5 : M.I.A is an English recording artist, songwriter, painter and director of Tamil descent. Her compositions combine elements of electronic, dance, alternative, hip hop and world music. She has been nominated for various awards including Academy Award, MOBO Award, MTV Video Music Award, MTV Europe Music Award, Grammy Award and the prestigious Mercury Prize. She is the only artist in history to be nominated for an Academy Award, Grammy Award, Brit Award, Mercury Prize and Alternative Turner Prize, and the first artist of Asian descent to be nominated for an Academy and Grammy Award in the same year. Her award-winning career spans 13 years. This is the list of awards and nominations received by her. Context_6 : The Popjustice" £20 Music Prize, also known as the Popjustice" Twenty Quid Prize, is an annual prize awarded by music website Popjustice to recognise the best British pop single of the previous year. The prize was conceived by Popjustice founder Peter Robinson in 2003 as a reaction to what he perceived as the pompous and elitist nature of the existing Mercury Prize, which recognises the best album of the previous year, and in particular its exclusion of pop music acts in favour of those from more esoteric genres. The shortlist for the Popjustice prize is announced in September of each year and the winner named the following month, to coincide with the presentation of the Mercury Prize. Popjustice gives a token prize of £20 to the winner of its award, in contrast to the £20,000 given to the winner of the Mercury Prize. Context_7 : The Invisible are an English band based in London, United Kingdom and fronted by the singer and guitarist Dave Okumu. The band formed as Okumu's solo project but quickly developed into a full-fledged band with friends Tom Herbert (bass & synthesizer) and Leo Taylor (drums). Their self-titled debut album, released on 9 March 2009, was nominated for the Mercury Prize and selected as critics choice for iTunes album of the year. Context_8 : The Mercury Prize, formerly called the Mercury Music Prize, is an annual music prize awarded for the best album from the United Kingdom and Ireland. It was established by the British Phonographic Industry and British Association of Record Dealers in 1992 as an alternative to the Brit Awards. The prize was originally sponsored by Mercury Communications, a brand owned by Cable & Wireless, from which the prize gets its name. It was later sponsored by Technics (1998 to 2001), Panasonic (2002 and 2003), Nationwide Building Society (2004 to 2008) and Barclaycard (2009–14). The 2015 prize was sponsored by the BBC, while in 2016 it was announced that a three-year deal had been struck with Hyundai to sponsor the event. Context_9 : David Jairus Ochieng Okumu, born 12 October 1976 in Vienna, Austria is the singer and guitarist best known for fronting the critically acclaimed band The Invisible. Their debut album, released in March 2009, was nominated for a Mercury Prize (2009) and selected as 'iTunes album of the year'. Context_10 : English electronic musician Burial has released two studio albums, one compilation album, nine extended plays and eight singles. Burial debuted in May 2005 with the release of his debut extended play "South London Boroughs" on the Hyperdub label. His eponymous debut studio album followed in May 2006 and was praised by music critics for its unique incorporation of 2-step garage, ambient, downtempo, dubstep and trip hop styles. Following the releases of the extended plays "Distant Lights" (2006) and "Ghost Hardware" (2007), Burial released his second studio album "Untrue" in November 2007 to critical acclaim. It peaked at number 58 on the UK Albums Chart and at number 57 on the Ultratop 50 chart for the Belgian region of Flanders. "Archangel", the album's lead single, peaked at number 21 on the Flanders Ultratip chart. "Untrue" later received nominations for the Mercury Prize and the Shortlist Music Prize. The album experienced a 1004% sales increase in the week following the Mercury Prize awards ceremony. fact_1 : Tyson Jay Ritter (born April 24, 1984) is an American singer-songwriter, multi-instrumentalist, musician, actor, and model. fact_2 : The Invisible are an English band based in London, United Kingdom and fronted by the singer and guitarist Dave Okumu. fact_3 : Their self-titled debut album, released on 9 March 2009, was nominated for the Mercury Prize and selected as critics choice for iTunes album of the year. Answer: The Invisible [EX A]: Which of the following has an album nominated for a Mercury Prize in 2009: Tyson Ritter or The Invisible? [EX Q]: Context_1 : The discography of Pavement, a Stockton, California-based indie rock group, consists of five studio albums, four double-length reissues, one compilation, ten extended plays, and five singles. This list does not include material performed by members or former members of Pavement that was recorded with Stephen Malkmus and the Jicks, Silver Jews, Preston School of Industry, Free Kitten, The Crust Brothers, or any other associated solo or side projects. Context_2 : Jon Spencer (born 1965) is an American singer, composer and guitarist. He has been involved in multiple musical acts, such as Pussy Galore, Boss Hog, Heavy Trash and The Jon Spencer Blues Explosion. Context_3 : Stephen Malkmus is the debut album by Stephen Malkmus, released on February 13, 2001 by Matador Records. Malkmus had planned to create the record by himself, or through a smaller, local label, but eventually accepted the offer Matador asked, and he released it. Pre-release promotional CDs of the album exist under the working titles "Jicks" and "Swedish Reggae". Malkmus intended to release the album as The Jicks, but Matador insisted that the album be released under his own name. The album peaked at #124 in the US and #49 in the UK. Context_4 : Wig Out at Jagbags is an album by Stephen Malkmus and the Jicks. It was released on January 7, 2014 by Matador Records. Context_5 : Janet Lee Weiss (born September 24, 1965) is a rock drummer, best known as a member of Sleater-Kinney and currently also a member of Quasi. She was the drummer for Stephen Malkmus and the Jicks, leaving after the album "Mirror Traffic", and contributed to The Shins' fourth studio album, "Port of Morrow" (2012). She was also the drummer for Wild Flag. Weiss is highly regarded as a drummer; "Stylus Magazine" listed her as one of rock's fifty greatest drummers, while "LA Weekly" places her in the top twenty. Context_6 : Mirror Traffic is an album by Stephen Malkmus and the Jicks, released on August 23, 2011 by Matador Records. It is the first collaboration between Stephen Malkmus and producer Beck and also the last album to feature drummer Janet Weiss, who moved on to become a member of Wild Flag. As of November 2013, the album has sold 30,000 copies in the U.S. according to Nielsen SoundScan. Context_7 : Stephen Malkmus and the Jicks is a rock band consisting of Stephen Malkmus, Mike Clark, Joanna Bolme, and Jake Morris. Malkmus was the main singer and songwriter behind the influential 1990s indie rock band Pavement. Context_8 : Stephen Joseph Malkmus (born May 30, 1966) is an American musician best known as the lead singer and guitarist of the indie rock band Pavement. He currently performs with Stephen Malkmus and the Jicks. Context_9 : Mike Clark is an American musician and restaurateur based in Portland, Oregon. He currently plays keyboards and guitar for Stephen Malkmus and the Jicks. Context_10 : Pig Lib is the second studio album by Stephen Malkmus and the Jicks, released on March 18, 2003 by Matador Records. It peaked at #97 in the U.S. and #63 in the UK. The first pressing of the record came with a bonus disc containing five never before released songs. As of June 2004, the album has sold 49,000 copies in the U.S. according to Nielsen SoundScan. fact_1 : He has been involved in multiple musical acts, such as Pussy Galore, Boss Hog, Heavy Trash and The Jon Spencer Blues Explosion. fact_2 : Stephen Joseph Malkmus (born May 30, 1966) is an American musician best known as the lead singer and guitarist of the indie rock band Pavement. fact_3 : He currently performs with Stephen Malkmus and the Jicks. Answer: Stephen Joseph Malkmus [EX A]:
Which musician performed with Stephen Malkmus and the Jicks, Jon Spencer or Stephen Malkmus?
6
NIv2
task191_hotpotqa_question_generation
fs_opt
[ 0.4898567199707031, -0.05307834595441818, -0.9122867584228516, 0.4144112467765808, 0.748100996017456, -0.1706920564174652, 0.516997218132019, 0.9207581281661987, -0.10081307590007782, 0.8607635498046875, -0.48919278383255005, 0.6296560168266296, -0.5310114622116089, -0.019888337701559067, ...
TASK DEFINITION: In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. PROBLEM: This fits perfect and firm with the Velcro, so its fully adjustable. Feels light on the legs, you get used to it after wearing it for a while. Fits my 9mm snug. The outer fabric material is smooth so it doesn't rub against your pants. SOLUTION: positive PROBLEM: (Husbands account) I like my maxi dresses to touch the floor and this dress was above my ankles. I returned the dress and got refunded in the same day so that was great! SOLUTION: negative PROBLEM: I like it. I use it for the gym and travel. Small enough to fit a small duffel bag. Big enough to fit regular size bottle of shampoo and conditioner with plenty of room to spare. SOLUTION:
positive
8
NIv2
task1312_amazonreview_polarity_classification
fs_opt
[ 0.012747049331665039, -0.4804125428199768, -0.3355633616447449, -0.07871007174253464, 0.29814210534095764, -0.0787903293967247, 0.8120121955871582, 0.18844597041606903, -0.030795130878686905, 0.45929983258247375, -0.29422664642333984, -0.09423217922449112, -0.5954906344413757, -0.317759156...
Given a sentence in the Japanese and Indonesian(Bahasa variant) language. Your task is check if the Bahasa Indonesia sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No". Q: Japanese: 米国は12月25日、ナイジェリア人の男が下着に爆発物を隠してデルタ航空の航空機爆破を試み未遂に終わった件を受けて、空港の安全策を強化した。 Bahasa Indonesia: Para pejabat terkait berkata bahwa lokasi kejadian telah ditutup dan para korban luka telah dibawa ke sebuah rumah sakit di kampus Universitas Benaras Hindu. A: No **** Q: Japanese: フェイス・ヒルは2000年に年間最優秀ボーカリスト賞を受賞した。 Bahasa Indonesia: Faith Hill pernah memenangkan penghargaan Female Vocalist Of The Year pada tahun 2000. A: Yes **** Q: Japanese: しかし、サーバーの設計を変えてオープンソースにすることによって、同社は、他の人が自分たちで改善する方法を見つけることを望んでいる。 Bahasa Indonesia: Keputusan tersebut mempengaruhi perusahaan seperti Grokster dan StreamCast, yang keduanya terdakwa dalam gugatan ini. A:
No ****
4
NIv2
task1117_alt_ja_id_answer_generation
fs_opt
[ -0.6071629524230957, -0.27962496876716614, 0.529070258140564, 0.43934547901153564, 0.4229525327682495, -0.1730618178844452, 0.13696256279945374, 0.3125140070915222, -0.7236173152923584, 0.46657097339630127, -0.5947575569152832, 0.4206981062889099, -0.7368927597999573, -0.37488219141960144,...
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 information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively. Example input: Premise: PersonX seems interested Hypothesis: PersonX then good activity Update: PersonX was a good student Example output: strengthener Example explanation: If PersonX was a good student, it is more likely that PersonX would do good activities. Q: Premise: PersonX completes PersonY's homework Hypothesis: Because PersonX wanted to help someone Update: PersonY is struggling in school. A:
strengthener
3
NIv2
task935_defeasible_nli_atomic_classification
fs_opt
[ 0.08438178896903992, 0.44370198249816895, 0.08852668106555939, -0.422713041305542, -0.12471236288547516, -0.8907210826873779, 0.9926775693893433, 0.8777869939804077, 0.4615570306777954, -0.7586405277252197, -0.9875762462615967, -0.26761728525161743, -0.8869658708572388, -0.0671845078468322...
In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'. Let me give you an example: 10 sottrazione 7 The answer to this example can be: 3 Here is why: Here, 'sottrazione' represents the subtraction operation. So, the answer is 3 (10-7=3). OK. solve this: 2126 aggiunta 1115 aggiunta 4131 aggiunta 5475 aggiunta 1132 aggiunta 5897 Answer:
19876
8
NIv2
task086_translated_symbol_arithmetic
fs_opt
[ -0.009927518665790558, 1.130129337310791, -0.5076434016227722, -0.10181766748428345, -0.27238309383392334, -0.6479178667068481, 0.7726991772651672, 0.934598445892334, 0.3246922492980957, -0.6122903823852539, -0.9068723320960999, -0.2797035574913025, -0.41711917519569397, 0.5264089107513428...
Combine the given two facts to write a concluding fact. Note that there should be some parts of the first and second facts that are not mentioned in this conclusion fact. Your combined fact should be the result of a chain between the two facts. Chains form when two facts connect together to produce a concluding fact. An example of a chain is: "pesticides cause pollution" (fact1) + "pollution can harm animals" (fact2) → "pesticides can harm animals" (conclusion fact). Parts of the concluding fact overlap with the first and the second fact. To construct such a concluding fact, a useful way is to borrow the subject from one fact and the ending conclusions from another fact. Fact 1: bacteria in soil convert atmospheric nitrogen into a form usable by plants. Fact 2: Plants have to have nitrogen to grow. bacteria helps plants grow. Fact 1: the mass of a planet causes the pull of gravity on that planet. Fact 2: Well, weight is the force on a object caused by gravity trying to pull the object down. The mass of a planet causes the weight of objects. Fact 1: seasons cause change to the environment. Fact 2: Summer is a hot, wet season.
summer can cause change to the environment.
0
NIv2
task038_qasc_combined_fact
fs_opt
[ 0.2266397774219513, 0.6637074947357178, -0.8375242948532104, 0.0898856595158577, -0.421946257352829, -1.4672271013259888, -0.05440889671444893, 1.092470407485962, -0.3868606686592102, 0.12135443836450577, -1.234867811203003, 0.597658634185791, -0.5498116612434387, 0.1772962212562561, -0....
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, given a sentence in the Vietnamese language, your task is to convert it into the English language. Theo Trung tá Forbes Peters của Hải quân Australia, các quan chức Indonesia cũng hài lòng như các thủy thủ, Peters nói rằng "Các tùy viên hải quân và đại sứ đang ở đây và họ ôm chặt vào Trung tá Larry Cook." Solution: According to the Australian Navy's Commander Forbes Peters, Indonesian officials are as pleased as the ships crew, with Peters saying "The naval attache and the first secretary to the ambassador are on site here and they cuddled Lieutenant Commander Larry Cook." Why? The above sentence is correctly translated from Vietnamese to English New input: "Theo như báo cáo sơ bộ, có 85 thành viên của đoàn đại biểu và nhân viên trên chuyến bay, " ông nói thêm. Solution:
"According to preliminary reports, 85 members of the delegation and the crew," he added.
0
NIv2
task536_alt_translation_vi_en
fs_opt
[ -0.13245484232902527, -0.215542733669281, -0.16970345377922058, -0.4760007858276367, 0.47719377279281616, -0.5350505113601685, 0.4122629761695862, -0.06974980235099792, 0.5437349081039429, 0.47678595781326294, 0.31477493047714233, 0.28829139471054077, -0.01853679120540619, 0.37080579996109...
In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified. [EX Q]: Statement: uh-huh yeah i've got a a stack next to my bed i i tend to get a a little bit of ways in a book and then i i get distracted and or have to start on another one and Label: neutral. Genre: telephone. [EX A]: I usually read books at night, when I get in bed. [EX Q]: Statement: and the one i picked here had the same format as the one that my parents took as i was growing up i mean the same type of typeface on the headline and that kind of stuff i mean it's it's Label: entailment. Genre: telephone. [EX A]: My parents took a very similar one as I did. [EX Q]: Statement: They are too easy a target. Label: contradiction. Genre: slate. [EX A]:
They are hard to aim at.
6
NIv2
task203_mnli_sentence_generation
fs_opt
[ -0.3766566812992096, 0.33487147092819214, -0.6150175333023071, 0.07677115499973297, 0.48455023765563965, -0.2722077965736389, 0.3263201117515564, 0.7334192991256714, -0.06937584280967712, -0.33842116594314575, -0.3877260684967041, -0.03785446658730507, -1.0915794372558594, -0.4017215967178...
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 need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: walking at 5 / 6 th of its usual speed a cab is 15 mnts late . find its usual time to cover the journey ? Options: a ) 25 m , b ) 45 m , c ) 32 m , d ) 75 m , e ) 62 m Solution: d Why? New speed = 5 / 6 th of usual speed new time = 6 / 5 th of usual time 6 / 5 ut - ut = 15 m ut / 5 = 15 m ut = 75 m answer is d New input: Problem: a train 105 m long passes a man , running at 5 km / hr in the same direction in which the train is going , in 10 seconds . the speed of the train is : Options: a ) 22 , b ) 50 , c ) 42.8 , d ) 288 , e ) 12 Solution:
c
0
NIv2
task1422_mathqa_physics
fs_opt
[ 1.0058143138885498, -0.537007212638855, -0.5815099477767944, -0.003938763402402401, -0.12969118356704712, -0.2676538825035095, 0.5396392941474915, 0.7974458336830139, -0.19587494432926178, -0.16317014396190643, -1.0264111757278442, -0.26271945238113403, -0.0014225419145077467, 0.4134868383...
You will be given a definition of a task first, then some input of the task. In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort them by their 'second' key. Negative numbers should come before positive numbers. [{'first': 65, 'second': -88}, {'first': 19, 'second': -12}, {'first': -68, 'second': 6}] Output:
[{'first': -68, 'second': 6}, {'first': 19, 'second': -12}, {'first': 65, 'second': -88}]
1
NIv2
task123_conala_sort_dictionary
zs_opt
[ 0.03539007902145386, 0.1135406345129013, -0.21436762809753418, -0.2161879986524582, 0.40664738416671753, 0.22951804101467133, 0.42539510130882263, 0.31319624185562134, 0.2755970358848572, -0.2921696901321411, -0.5944052934646606, -0.7272796630859375, -0.6191394925117493, -0.384109377861022...
Given a sentence, fill out the missing word with a 'no' or a number (between zero and ten). You should write the numbers with english alphabet, like: four instead of 4. [Q]: Cleavage is perfect in ____ directions forming rhombs. [A]: three [Q]: Milk contains ____ complex carbohydrates. [A]: zero [Q]: Women generally work about ____ hours a week less than men. [A]:
eight
5
NIv2
task1359_numer_sense_answer_generation
fs_opt
[ -0.5983178019523621, 1.0353211164474487, 0.06435053050518036, -0.5102378129959106, -0.2388155162334442, 0.13516807556152344, 0.5179592370986938, 0.5184919834136963, -0.3144773244857788, -0.25531089305877686, -0.12224819511175156, -0.3554896414279938, -0.27644509077072144, -0.39835095405578...
You are given a paragraph, a question and some answer options (associated with "A", "B", "C", "D", etc.) You need to list all the correct answer options with their associated letters (e.g. "A" can be a valid answer). Note that sometimes, more than one option can answer the question correctly and completely. In those cases, please generate all such options separated by a comma (e.g. "A, B" is a valid answer). Do not generate anything else apart from one or more of the following characters: 'A', 'B, 'C', 'D', etc. Ex Input: Paragraph- Sent 1: Albrecht Durer (/'dU@r@r, 'djU@r@r/; German: ['albRect 'dy:Ra]; 21 May 1471 - 6 April 1528) was a painter, printmaker and theorist of the German Renaissance. Sent 2: Born in Nuremberg, Durer established his reputation and influence across Europe when he was still in his twenties, due to his high-quality woodcut prints. Sent 3: He was in communication with the major Italian artists of his time, including Raphael, Giovanni Bellini and Leonardo da Vinci, and from 1512 he was patronized by emperor Maximilian I. His vast body of work includes engravings, his preferred technique in his later prints, altarpieces, portraits and self-portraits, watercolours and books. Sent 4: The woodcuts, such as the Apocalypse series (1498), retain a more Gothic flavour than the rest of his work. Sent 5: His well-known engravings include the Knight, Death, and the Devil (1513), Saint Jerome in his Study (1514) and Melencolia I (1514), which has been the subject of extensive analysis and interpretation. Sent 6: His watercolours also mark him as one of the first European landscape artists, while his ambitious woodcuts revolutionized the potential of that medium. Sent 7: Durer's introduction of classical motifs into Northern art, through his knowledge of Italian artists and German humanists, has secured his reputation as one of the most important figures of the Northern Renaissance. Sent 8: This is reinforced by his theoretical treatises, which involve principles of mathematics, perspective and ideal proportions. Question: In what town and in what year was Durer born? (A) Nuremberg, 1471 (B) Italian, 1514 (C) European 1498. Ex Output: A. Ex Input: Paragraph- Sent 1: (CNN) -- Beyond skateboards, Silicon Valley and hippies, California has a trendsetting streak of a different kind. Sent 2: The state has been first to pass major public health initiatives that have spread throughout the country. Sent 3: California was first to require smog checks for clean air, pass anti-tobacco initiatives and bike helmets laws. Sent 4: While these laws were met with skepticism and ridicule, they've often become standard practice in other states. Sent 5: The Golden State was first to ban smoking in workplaces, bars and restaurants in 1998. Sent 6: Now similar rules exist throughout the country. Sent 7: Some advocates tout the state as a forward-thinking vanguard in which its health and safety laws are routinely emulated by other states. Sent 8: "There have been progressive legislations in tobacco, environment and obesity prevention," said Mark Horton, a lecturer at the University of California Berkeley School of Public Health. Sent 9: "In some respect, the rest of the country looks to California as a laboratory for moving forward with those various types of initiatives."Sent 10: But some critics liken the Golden State to a nanny state. Sent 11: California has 151,002 health and safety laws. Sent 12: "It never ends," said Laer Pearce, who works in public affairs in Orange County. Sent 13: "Every year, several hundred bills come through and dozens of them tell us how to live our lives."Sent 14: Starting in January, 760 new California laws went into effect -- for example, the importing of shark fins is prohibited, student athletes are required to have medical clearance after suffering a head injury, teens are banned from using tanning booths and the sale of caffeinated beer is forbidden. Sent 15: There's a perception that California has "more folks who are health-oriented and more health-minded," said Horton, former director of the California Department of Public Health. Sent 16: It's not just workout fanatics hanging out at Muscle Beach, Sierra Club members hiking mountains or the uber-health-conscious touting organic foods. Sent 17: Californians in general tend to have healthier habits, ranking 10th for physical activity, fourth for healthy blood pressure and fifth for a diet high in fruits and vegetables compared with other states, according to America's Health Rankings. Question: What was the initial feeling about these major public health initiatives? (A) Widespread support (B) The public believed it was in the best interest of everyone (C) Were met with skepticism and ridicule, they've often become standard practice in other states (D) People were skeptical (E) The public was angry at being told what to do (F) Everyone loved them (G) Skepticism and ridicule. Ex Output: C, D, G. Ex Input: Paragraph- Sent 1: When you get sick, your body springs to action. Sent 2: Your body starts to fight the illness. Sent 3: Thats why you want to eat right and get plenty of sleep. Sent 4: You need a strong immune system to fight off illness. Sent 5: Plants dont have an immune system. Sent 6: That does not mean they do not get sick. Sent 7: Plants are affected by disease just like us. Sent 8: Typically, their first line of defense is the death of part of the plant. Sent 9: This prevents the infection from spreading. Sent 10: Many plants also produce special chemicals to fight disease. Sent 11: For example, willow trees produce a chemical to kill the bacteria. Sent 12: The same compound is used in many acne products. Sent 13: You can see a picture of a willow tree in Figure Plants may be smarter than we think. Sent 14: No, they cannot talk to each other. Sent 15: They may be able to send messages, though. Question: Why does part of a plant die when a plant is infected by disease? (A) To fight the infection (B) Because the sun is too strong (C) Because water can't reach it (D) To prevent the infection from spreading (E) To prevent the spread of disease (F) To promote infection (G) Because it kills it. Ex Output:
A, D, E.
1
NIv2
task058_multirc_question_answering
fs_opt
[ 0.4589986801147461, 0.23055435717105865, -0.3377358317375183, -0.1784808486700058, 0.5276010036468506, -0.31180331110954285, 0.1340402215719223, 1.0829813480377197, -0.3979007601737976, 0.27384769916534424, 0.33323025703430176, 0.5787731409072876, -0.4506494402885437, 0.1544828712940216, ...
Given the task definition and input, reply with output. In this task, you are given a post in Spanish from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as non-hateful. Answer "hateful" or "Non-hateful". Note that the URLs in the text have been replaced with [Link]. Post: | lo único que dominas es mi polla en tu cara. [Link]
Hateful
5
NIv2
task334_hateeval_classification_hate_es
zs_opt
[ -0.941486120223999, 0.5830128788948059, 0.5905596017837524, 0.33377310633659363, -0.49852603673934937, -0.3156938850879669, 0.4674108624458313, 1.2448586225509644, 0.5261081457138062, 0.07461826503276825, -0.3993547260761261, 0.462962806224823, -0.7062469720840454, -0.5957739949226379, -...
You will be given two questions. You should decide whether the second question is a good paraphrase of the first one. If you are able to tell that the two questions are the same without any other information, answer "Yes", otherwise answer "No". Input: Consider Input: original question: What genre of music does the artist and supporting artist [Nathalie Miravette] play? paraphrase: [Nathalie Miravette] plays what genre of music? Output: No Input: Consider Input: original question: What is the award category of [Polyarthritis] paraphrase: Is Crafoord Prize an award category in [Polyarthritis]? Output: No Input: Consider Input: original question: Which film editor was born in [London] and work as [Professor]? paraphrase: Which [London] editor now works as [Professor]?
Output: No
2
NIv2
task404_grailqa_paraphrase_validation
fs_opt
[ -0.4566507935523987, 0.7026934623718262, 0.14613747596740723, 0.246601402759552, -0.031357236206531525, -0.3695109486579895, 0.4376455843448639, 0.2847694158554077, 0.6350803971290588, 0.17730063199996948, -0.5491032600402832, -0.22015368938446045, -0.464900404214859, -0.26915448904037476,...
Definition: In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form " A >causes/enables> B". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer. Input: story: Alexis had cut down a Christmas tree in the woods. She brought it home and realized it was too tall. Instead, she set it on it's side. Then, she sawed off the bottom of the tree. When she put it up, it was the right size for her ceiling. selected sentence: She brought it home and realized it was too tall. Output:
She brings it home >Causes/Enables> She realizes it is too tall
2
NIv2
task748_glucose_reverse_cause_event_detection
zs_opt
[ -0.09787324070930481, 0.24379195272922516, -0.23435556888580322, -0.15088233351707458, -0.22823487222194672, -1.3105571269989014, 0.45148801803588867, 1.0099067687988281, -0.08829554170370102, 0.4804215133190155, -0.7315369844436646, 0.08079367876052856, -0.488502562046051, 0.1835998892784...
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 generate anything else apart from one of the following characters: "A", "B", "C", "D". There is only one correct answer for each question. Example Input: Article: Become a professional dog trainer, dog walker or pet sitter with our expert education adn lifetime business support. Top Dog Trainers School will teach you everything you need to know about running your new business. A diploma from Top Dog Trainers School will take you into an enjoyable careet with animals. * We help you create a profitable and successful business from the bottom up with little overhead costs. * We have 10 years lf animal care experience. * We run a Dog Training business making over$150,00per year. * You will leam how to rank your website at the top of search engines. * Hands-on experience with animals and customer relations. * We guide you through business insurance,taxes,licenses,and more. Dog Trainers Course In this 2 week course you will be taught how to run a profitable and enjoyable dog training business. You will have hands on experience training and caring for at least 12 dogs ofall sorts ranging in size from a toy poodle to an Anatolian Shepherd. You will leam about all available training techniques and equipment so you can provide personalized training for four customers. We will train you how to run classes and private in-home lessons. How to run a safe and secure kennel including advance animal health care. Dog Walkers and Pet Sitters Course In this 1 week course you will have experience caring for over a dozen dogs,parrots,chickens, ducks,cats,and horses. We will teach you the secrets of successful dog walkers with hours of dog ,parrots,chickens,ducks,cats,and horses. We will teach you the secrets of successful dog walkers with hours of walking experience. We will teach you how to wash dogs and horses. We will teach you how to properly care for cats and birds. Question: Top Dog Trainer School aims to _ . Options: (A) help people to be excellent experienced walkers (B) teach people how to do business successfully (C) help people to start a career related with animals (D) eam some money by giving diplomas to its leamers Example Output: C Example Input: Article: This site , all-birds. com, is about bird watching. Enjoy your browsing. There is much to learn and see. Bird Watching Equipment Some items that might make bird watching more enjoyable are binoculars ( ) , a camera, some kind of system for keeping notes, and maybe a back pack. Birders often keep lists of the birds they see along with notes about the habits. There is some great bird log software that will let you keep records on your computer. For more details on choosing binoculars see our Binocular -Optics page. Clothes If you are walking through a wooded area just wear clothes you would wear on any hike or field trip. You are best off wearing clothes with dull colors that mix into the background. Greens, browns, and grays are good. Avoid fabrics that rustle easily. Depending on the birds you are watching you may want to get rain gear, rubber boots and warm clothing. For birds such as owls that you might look for in the evening a strong flashlight is also handy. Choosing a Bird Field Guide Take a good field guide to identify birds. Look for clear color pictures that make it easy to recognize one bird from another. Next to each picture should be detailed descriptions of each bird's anatomy, habits, and what it eats. The guide should have information about what habitat each species uses. Many guides have maps showing the range of different birds along with their migration patterns. Where and When to see Birds Learning the habitats of birds in your area will increase the number of birds you see, and make your birding more enjoyable. If you know that Meadow larks are likely to be in open grassy areas, and dippers are forage along stream beds, you may be looking for them if you are in those types of habitats. Edge areas where different types of habitats meet will likely have more species in them. You are more likely to see specific birds at certain times of the day. For example songbirds are easier to see two to three hours after dawn, or just before sunset. This is when songbirds are most actively feeding. Many small birds will be silent or even hidden during the rest of the day. After sunup is the best time to see eagles and hawks. Visibility is best for hunting at this time, and they can soar on the thermal currents from the warmed air. Birds like owls are more likely to be seen in the evening. Many shorebirds and waders rest at high tide and feed when the water rises or falls. Photographing Birds Patience in Bird Photography Most birds are afraid of people, and all species have their own comfort zone. With a little time you can learn the comfort zone of the birds you are photographing. Once they know that you are not a threat you may be able to get closer. Type or Style Your reason for photographing birds may determine your style and the kind of equipment you use. If you are just recording the kinds of birds you see you don't need to get as close, and you can use less expensive equipment, then you need for high quality prints. Photographing Birds in Flight Photographing birds in flight can be fun. Many digital cameras have a tracking function. With these you focus on the bird, and then as you track it the lens will keep focus. Use Your Yard Choose an open area where the birds will get direct sunlight, showing off their magnificent colors. Try using props Birds will often land on a stick or post near a seed feeder before going to the feeder. The background was just an out of focus fence but you can use anything you want for a background, and then wait for a bird to perch. Question: The main purpose of the passage is to _ . Options: (A) attract more people to photograph birds (B) help birders learn how to identify and understand birds (C) call on people to set some comfort zones for birds (D) inform birders of the results of a scientific research on birds Example Output: B Example Input: Article: Apologizing is both an Art and a Science. The Art lies in the manner in which the apology is delivered while the Science is the recipe that forms the apology itself. A proper apology should always include several ingredients. Now let's take a closer look at these ingredients. Give a detailed account of the offense, and make sure both you and the other person are talking about the same thing. Whether you make it in secret or public doesn't matter, but your apology should be focused on the particular event. Next, by acknowledging the hurt or damage done, you are making the recipient begin to sense that you understand the situation. It is important to rebuild your relationship because it makes them feel their anger is understandable. Don't try to defend yourself by offering any excuses, which is important to let them know that you understand the event and you actions do cause them harm. The apology is all about THEM and how they feel. It doesn't matter if the actions were intentional or not, the end result is the same and that is what needs to be focused on when learning how to say, "I'm sorry". Give a sincere statement of regret such as "I apologize" or "I'm sorry". Above all, tell them it won't happen again. After all, there is no value in apologizing for something that you will do again and again. Finally, asking for forgiveness at the end of the apology gives the power back to the recipient. It tells them, that you have done all that you can do by apologizing and providing whatever form of restitution you can. The next move is up to them. By including all these ingredients and applying them to your situation, you will know exactly how to say "I'm sorry" next time you need to. Question: The passage mainly tells readers _ . Options: (A) the importance of apologizing (B) the process of apologizing (C) how to apologize effectively (D) how to repair a broken friendship Example Output:
C
3
NIv2
task309_race_answer_generation
fs_opt
[ 0.07170140743255615, 0.06687221676111221, -1.0534884929656982, 0.08096080273389816, 0.44330286979675293, -0.21033813059329987, 0.5283306241035461, 1.128786325454712, -0.29604247212409973, 0.22726601362228394, -0.40494590997695923, 0.09799942374229431, -0.3578212261199951, 0.197959840297698...
Definition: You are given a target race, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an idea that goes against the widely held but oversimplified notion of a group of people. Sentences and targets are unrelated if there is no relevance between them. Input: Target: Cameroon Cameroon is a country in Africa. Carrots can come in several colors. Output:
unrelated
2
NIv2
task320_stereoset_classification_race
zs_opt
[ -0.20647594332695007, 0.08254536241292953, 0.29873090982437134, -0.2894482910633087, -0.13518473505973816, -0.3237116038799286, 0.32530421018600464, 0.835756242275238, 0.2363063097000122, -0.016467217355966568, -0.7708038687705994, -0.1305098831653595, -0.8580230474472046, -0.3140169382095...
Detailed Instructions: You are given a sentence in Italian. Your job is to translate the Italian sentence into Portugese. Q: Ovviamente, è molto difficile gestire il trasporto di massa o usare biciclette in questi ambienti. A:
E claro que é muito difícil ter transporte de massas ou usar bicicletas nessas localidades.
9
NIv2
task1255_ted_translation_it_pt
zs_opt
[ 0.0009711342281661928, 0.8381034135818481, -0.23739135265350342, -0.20866554975509644, -0.5176874399185181, -1.0110547542572021, -1.181457281112671, 1.4360297918319702, 0.13884541392326355, 0.19977125525474548, -0.7128978371620178, 0.12680737674236298, 0.39035680890083313, 0.26987582445144...
Instructions: In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Input: Beginning: The men fortified the doors and windows against the onslaught. Middle 1: The men's opponents decided on a tie. Middle 2: The men's opponents persisted. Ending: They prepared to fight to the death to hold on to their ignorance. Output:
2
3
NIv2
task069_abductivenli_classification
zs_opt
[ -0.595233678817749, 1.1356085538864136, -0.11858005821704865, -0.027484383434057236, -0.3155794143676758, -0.5506058931350708, 0.5771967768669128, 0.5492211580276489, 0.5051539540290833, -0.2822934091091156, -0.9607019424438477, -0.13043947517871857, -0.5843769907951355, -0.445509135723114...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. A text is given in Bengali. Translate it from the Bengali language to the Urdu language. The translation must not omit or add information to the original sentence. جدید ٹیکنالوجی کو تیزی سے اختیار کرنے کی حوصلہ افزائی کرتے ہوئے وزیراعظم نے کہا کہ مٹی کی جانچ ہاتھ میں پکڑنے والے آلات کے ذریعے ہی ممکن ہے۔ انہوں نے افسران پر زورد یا کہ وہ اس سلسلے می ںاسٹارٹ اپس اورصنعتوں کے امکان کی تلاش کریں۔ Solution: প্রধানমন্ত্রী, আধুনিক প্রযুক্তি উৎসাহিত করে বলেন, হাত-ধরা ডিভাইসের মাধ্যমে মাটি পরীক্ষা সম্ভব।তারা কর্মকর্তাদের উপর জোর দেয় বা খুঁজে পায় যে তারা এই বিষয়ে সম্ভাব্যতা খুঁজে পেতে পারে। Why? Correct translation for given sentence. Input sentence means 'Prime Minister, encouraging modern technology, said that soil test is possible through hand-catching devices.They emphasize the officers or find that they are likely to find the possibility of this regard.' which is the same as the output sentence. New input: آر ایم ڈی پی سے نیپا لمٹیڈ کو مدھیہ پردیش کے قبائلی علاقے میں ملازمتو ں کے ذریعہ امداد فراہم کرنے کے علاوہ بازار سے بہتر اورکارآمد افراد کی خدمات حاصل کرنے میں مدد ملے گی۔ Solution:
এছাড়াও, সংস্থার পুনরুজ্জীবন এবং আধুনিকীকরণ পরিকল্পনার কাজ সঠিক সময়ে শেষ হওয়ার পর নিপা লিমিটেডের কৌশলগত বিলগ্নিকরণেও অনুমতি পাওয়া গেছে।
0
NIv2
task1070_pib_translation_urdu_bengali
fs_opt
[ -0.3019770085811615, 0.7100414037704468, -0.3504360318183899, -0.31641966104507446, -0.531371533870697, -0.4220823049545288, 0.9106508493423462, 1.0165350437164307, -0.2824448049068451, 0.037828147411346436, -1.012100100517273, 0.19182854890823364, 0.061744995415210724, 0.2090972661972046,...
The provided files include famous book titles and sentences in the English language, and we ask you to translate those to the Swedish 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 Swedish language. 2) Also names ,dates and places should be preserved it should not get translated. Let me give you an example: Three Men in a Boat (to say nothing of the dog) The answer to this example can be: Tre män i en bat (för att inte tala om hunden) Here is why: The word 'three' and 'men' in English dataset translate to 'tre' and 'män' in Swedish. All the words in English sentence are present in the Swedish sentence. OK. solve this: I fancy he must have belonged to some society sworn to abstain from bread and jam; for he declined it quite gruffly, as if he were vexed at being tempted with it, and he added that it was his duty to turn us off. Answer:
Min tro är att han måste ha tillhört något slags sällskap som svurit på avhållsamhet från bröd och sylt; eftersom han avböjde det tämligen oartigt, som vore han upprörd över att ha frestats med det och han tillade, att det var hans plikt att se till att vi försvann därifrån.
8
NIv2
task1648_opus_books_en-sv_translation
fs_opt
[ -0.4665301442146301, 0.8837622404098511, -0.3102564811706543, -0.7576156854629517, -0.04533553496003151, -0.0988306850194931, 0.5963445901870728, 0.13309529423713684, 0.1732349395751953, -0.727839469909668, -0.23871219158172607, 0.8442434072494507, -0.6555511951446533, -0.31736335158348083...
instruction: In this task, you're given a pair of sentences, sentence 1 and sentence 2. Sentence 2 contradicts sentence 1. Your job is to alter sentence 2 so that the pair neither agree nor contradict each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence. question: Sentence 1: A young man and woman in the middle of the road on grass holding up a Huckabee sign, while other Huckabee signs are on the floor. Sentence 2: There is a huckabee sign on the grass attracting a lot of attention from young men and women. answer: A young man and woman are in the middle of the road holding up a Huckabee sign and the wind blew some of their signs to the ground. question: Sentence 1: A girl walking past some graffiti on a brick wall. Sentence 2: A boy walking past some graffiti on a brick wall. answer: A sad girl walking past some graffiti on a brick wall. question: Sentence 1: A man is sitting in the middle of a room in an art gallery, and is putting some frames together, preparing a piece of art for hanging. Sentence 2: The man is on the beach playing volleyball on Saturn. answer:
The man is a famous artist.
9
NIv2
task185_snli_contradiction_to_neutral_text_modification
fs_opt
[ -0.12516841292381287, 0.1824498176574707, -0.6101618409156799, -0.24303331971168518, 0.18351519107818604, -0.803494393825531, 0.06759508699178696, 1.0297311544418335, 0.14153821766376495, -0.03528641164302826, -0.5602281093597412, 0.12155330926179886, 0.07466641068458557, -0.08305817842483...
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\*. Ex Input: who led an expedition to explore the louisiana territory Ex Output: Lewis and Clark Ex Input: what is the purpose of a lesson plan Ex Output: guide class learning Ex Input: what does the phrase theres no such thing as free lunch mean in economic terms Ex Output:
opportunity cost
1
NIv2
task582_naturalquestion_answer_generation
fs_opt
[ -1.6222174167633057, 0.3204041123390198, -0.21443791687488556, -0.19689863920211792, -0.7524564266204834, -0.1733728051185608, 0.7836203575134277, 0.3785278797149658, 0.4268144965171814, -0.35432958602905273, 0.30153635144233704, -0.06810557842254639, -0.7086743116378784, -0.34453937411308...
In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage. Q: Alex set Riley on fire in the game when Riley had low health left. A:
What will happen to Alex?
4
NIv2
task596_mocha_question_generation
zs_opt
[ 0.21882183849811554, 1.0117802619934082, -0.025332150980830193, -0.6009935140609741, -0.7885293960571289, -0.5473394393920898, 0.8565083146095276, 0.38710904121398926, 0.3895615339279175, -0.6307191848754883, -0.19745613634586334, 0.3335343301296234, -0.7384379506111145, 0.5845932960510254...
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 event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Input: Head: PersonX accuses ___ of cheating<sep>Tail: scared Output:
No
3
NIv2
task1206_atomic_classification_isbefore
zs_opt
[ 0.1366032212972641, 0.4915664494037628, 0.26021239161491394, -0.1720285415649414, -0.6012763977050781, -0.6808885931968689, 1.019850730895996, 0.5038338303565979, -0.7359939217567444, -0.6027947068214417, -0.5334454774856567, -0.472670316696167, -0.7831447124481201, 0.1001080870628357, 0...
You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation. Ex Input: Sentence1: I'd like to find some place to go on the east side of town. Sentence2: Thank you. Have a good day, goodbye. Sentence3: I can certainly suggest something for you. I have 10 options. Do you prefer an entertainment venue, or perhaps a museum or park, etc? Sentence4: Sounds great. That's all I needed. Thank you! Sentence5: I would prefer just anything in the east, can you give me the address and attraction type of one? Sentence6: No problem. How does the Funky Fun House sound? It is standard entertainment and it is located at 8 mercers row, mercers row industrial estate. Question: Who has spoken the sentence 2? (A) User (B) System Ex Output: Answer: (A) User Ex Input: Sentence1: How about Caffe Uno, they are in the centre area. Their address is 32 Bridge Street City Centre and their phone number is 01223 448620. Sentence2: Perfect, thank you! Sentence3: I'm sorry, but I cannot find any expensive Lebanese restaurants. Sentence4: Thank you. Good bye Sentence5: Hello, I am looking for an expensive restaurant that serves Lebanese food. Sentence6: Can I get the address, phone number, and area of an Italian restaurant? Question: Who has spoken the sentence 5? (A) User (B) System Ex Output: Answer: (B) System Ex Input: Sentence1: You have been super helpful. thanks that's all i need. Sentence2: Please just give me the address, phone number, and area. Sentence3: I have guesthouses in all parts of the city from cheap to moderately priced. Do you have more preferences? Sentence4: Unfortunately I cannot find any multiple sports place in the center. Do you want to try museum maybe? Sentence5: No, I'm also looking for some attractions in town. Any multiple sports attractions located around the centre? Sentence6: you have a wonderful day! Sentence7: Their phone number is 01223446100 and postcode is cb11ly. Do you need anything else? Sentence8: I'd like to find a guesthouse with free parking. Sentence9: Finches bed and breakfast is a guesthouse in the west, it's in the cheap price range with 4 stars. Would you like to reserve a room? Sentence10: I found one. There is the parkside pool in the center. Is there anything else I can help? Sentence11: I can certainly provide you with that. Finches is located in the west at 144 Thornton Road. Their phone number is 01223276653. Can I book you a room? Sentence12: Yes please, I'd like it to be in the cheap price range and I'd also like to stay at a 4 star location. Sentence13: Yes. Can you please give me their phone number and postcode? Sentence14: well, can I try swimming pool maybe? I'm really sporty! Question: Who has spoken the sentence 2? (A) User (B) System Ex Output:
Answer: (A) User
1
NIv2
task638_multi_woz_classification
fs_opt
[ 0.5569086670875549, 0.6176121234893799, -0.6585209369659424, -0.012517765164375305, 0.21889832615852356, -0.6849768161773682, 0.6974163055419922, 0.7127818465232849, -0.34197789430618286, -0.33255985379219055, -0.4102405607700348, 0.6836743950843811, -0.8676678538322449, 0.2058429718017578...
You will be given a definition of a task first, then some input of the task. In this task, you are given a piece of an article. Your task is to generate a short summary of the text. Try to give the summary in just one sentence. US Secretary of State John Kerry will visit China Friday and Saturday, Chinese foreign ministry spokeswoman said Monday. Output:
Operation Elveden : a former Surrey police officer is to be charged.
1
NIv2
task1355_sent_comp_summarization
zs_opt
[ -1.0318572521209717, 0.5544352531433105, -0.6886880993843079, 0.24446119368076324, -0.021955521777272224, 0.4290173649787903, -0.6131483316421509, -0.08525405824184418, -0.43186086416244507, 0.6282572746276855, 0.3572227656841278, 0.4574238657951355, 0.8955527544021606, 0.9257802963256836,...
Detailed Instructions: You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Polish. See one example below: Problem: Brindo soluciones. Estoy muy feliz. Solution: Udostępniam rozwiązanie. Jestem bardzo szczęśliwy. Explanation: The Spanish sentence is correctly translated into Polish, because the meaning is preserved. Problem: No hay ninguna razon por la que Europa o China deban tener los trenes más rápidos. "" Bueno, en realidad si hay una razón, la revisión ambiental ha evolucionado en un proceso de no dejar piedra sin remover para cada proyecto importante en la última década, lo siguieron años de litigio, por cualquiera al que no le gusta el proyecto. Solution:
Nie ma powodu, dla którego to Europa czy Chiny mają mieć najszybsze pociągi. '' A jednak jest taki powód, ocena wpływu na środowisko zmutowała w procedurę, która nie pozostawia kamienia na kamieniu, i oznacza wiele dodatkowych lat pracy nad każdym większym projektem, po których przez parę lat toczy się spór sądowy który może wytoczyć każdy, komu ten projekt się nie podoba.
4
NIv2
task1102_ted_translation_es_pl
fs_opt
[ -0.7552309036254883, 1.353522777557373, -0.4569290280342102, -0.6581717133522034, -0.735805869102478, -0.7875969409942627, 0.7043965458869934, 0.46601155400276184, -0.016823215410113335, -0.375644326210022, -0.2232363522052765, 0.7262110710144043, -0.34683048725128174, 0.3193477988243103, ...
Instructions: In this task, you are given music product reviews in French language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative. Input: FAST food metal . Dragonforce... Le groupe qui aurait du me passionner, me scotcher au fauteuil...et qui finalement me laisse de marbre. Comme quoi le vrai talent tient à peu de choses ! Je suis fan de tempos rapides, c'est comme ça. Blind Guardian me fait rêver, je me paluche sur Walls of Jericho et Ride the Lightning, c'est comme ça j'y peux rien, chacun ses perversions.... Alors quand on m'a parlé d'un groupe qui repoussait (et largement en plus) les limites de la speederie, j'ai été plus qu'intéressé. En effet ça va vite. Très vite. C'est impressionnant. Très. Les soli sont complètement fous, probablement les passages instrumentaux les plus fous que j'ai entendu depuis la paire de gratteux d'Angra, avec en plus une touche moderne et des sonorités originales. Le tableau semblait idyllique. Mais la mariée était trop belle : Sous la superbe robe, le joli maquillage et le porte jaretelle sexy se cachait en fait une damoiselle finalement assez quelconque et fadasse. Là où les groupe pré cités ont une vraie personnalité, et savoir faire de composition, Dragonforce aligne des plans ultra speed, des refrains happy metal et des claviers bontempi parfois de très mauvais goût. Nul doute que j'aurais été fou amoureux à 15 ans, mais à 30 j'ai déjà connu d'autres femmes et je sais ce qui est important dans une relation. Dragonforce brule la chandelle par les deux bouts, se maquille à outrance, et finit par lasser rapidement. On en reparle quand la miss a passé la puberté ? Output:
NEG
3
NIv2
task484_cls_french_music_classification
zs_opt
[ 0.6216369271278381, 0.813604474067688, -0.6021523475646973, -0.6410086154937744, -0.15744170546531677, -1.1579742431640625, 1.3297103643417358, 1.1384060382843018, 0.12784507870674133, 0.6458960175514221, 0.04071970283985138, -0.09555166214704514, -0.046796686947345734, -0.5546399354934692...
TASK DEFINITION: You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi. PROBLEM: بل ، يمكننا إيقاف أثار بزراعة أفضل الأراضي التي لدينا. SOLUTION: به جای آن ، ما احتمالاً ترجیح می دهیم رد پای کشاورزی راثابت نگه داریم و تنها در زمینهای مساعدتر کشت کنیم. PROBLEM: أيمكنكم تخمين ما هذا الذي نراه ؟ SOLUTION: آیا می توانید حدس بزنید که این چیست ؟ PROBLEM: وربما في الإمتحان ، سأحصل على 75 في المئة وربما أنت ستحصل على% 90 وربما أنت ستحصل على 95 في المئة SOLUTION:
در امتحان شاید من ۷۵ درصد نمره بگیرم شاید شما ۹۰ درصد نمره بگیرید شاید شما ۹۵ درصد بگیرید
8
NIv2
task1108_ted_translation_ar_fa
fs_opt
[ 0.1973133683204651, 0.6383212208747864, 0.23616811633110046, -0.47609907388687134, -0.8363357186317444, 0.03557288274168968, 1.4332860708236694, 0.974640429019928, 0.5784924626350403, 0.10085665434598923, -1.3311567306518555, 0.6156494617462158, -0.5130303502082825, 0.5410181283950806, 0...
Detailed Instructions: In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Problem:Sentence 1: Deep scars ran across the boiled brown leather of the bandit chest guard Adrin had taken from the site of the slave lord. Sentence 2: Adrin's armor had deep slices in it. Solution:
fiction
8
NIv2
task197_mnli_domain_answer_generation
zs_opt
[ -0.7570306658744812, 0.4050818085670471, -0.509054958820343, -0.5249955058097839, -0.3872213065624237, 0.011517001315951347, 0.2596302628517151, 0.3604738414287567, 0.25230899453163147, -0.21019159257411957, -0.21808189153671265, 0.09113486111164093, -1.096764326095581, -0.0895913913846015...
Instructions: The task is about reading the given story and question, then finding an answer to the given question. Based on the passage provided and the given question, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justification for the question. Input: story: An incandescent light bulb, incandescent lamp or incandescent light globe is an electric light with a wire filament heated to a high temperature, by passing an electric current through it, until it glows with visible light (incandescence). The hot filament is protected from oxidation with a glass or quartz bulb that is filled with inert gas or evacuated. In a halogen lamp, filament evaporation is prevented by a chemical process that redeposits metal vapor onto the filament, extending its life. The light bulb is supplied with electric current by feed-through terminals or wires embedded in the glass. Most bulbs are used in a socket which provides mechanical support and electrical connections. Incandescent bulbs are much less efficient than most other types of electric lighting; incandescent bulbs convert less than 5% of the energy they use into visible light, with standard light bulbs averaging about 2.2%. The remaining energy is converted into heat. The luminous efficacy of a typical incandescent bulb is 16 lumens per watt, compared with 60 lm/W for a compact fluorescent bulb or 150 lm/W for some white LED lamps. Some applications of the incandescent bulb deliberately use the heat generated by the filament. Such applications include incubators, brooding boxes for poultry, heat lights for reptile tanks, infrared heating for industrial heating and drying processes, lava lamps, and the Easy-Bake Oven toy. Incandescent bulbs typically have short lifetimes compared with other types of lighting; around 1,000 hours for home light bulbs versus typically 10,000 hours for compact fluorescents and 30,000 hours for lighting LEDs., question: How does the bulb get its energy supply? Output:
by feed-through terminals or wires embedded in the glass.
3
NIv2
task918_coqa_answer_generation
zs_opt
[ 0.294026255607605, 1.1292561292648315, -0.10940156877040863, 0.5216232538223267, -0.2926085591316223, -1.1810028553009033, 0.016539057716727257, 0.788323163986206, -0.47347602248191833, 0.09350482374429703, -0.07553180307149887, 0.31642791628837585, -0.06712526082992554, 0.0047359187155961...
You are given a statement written in Bengali. 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 . Q: Statement: মল্ল রাজবংশের ৪৯তম শাসক বীর হাম্বীর ১৫৮৬ সালে সিংহাসনে আরোহণ করেন। তিনি ছিলেন মুঘল সম্রাট আকবরের সমসাময়িক। আফগানদের বিরুদ্ধে যুদ্ধে তিনি আকবরের পক্ষাবলম্বন করেন। তিনি বাংলার সুবাদারের নিকট বার্ষিক রাজস্ব প্রদান করতেন এবং মুঘল সার্বভৌমত্ব স্বীকার করে নেন। বীর হাম্বীর ছিলেন শক্তিশালী ও ধার্মিক রাজা। শ্রীনিবাস আচার্য তাকে বৈষ্ণবধর্মে দীক্ষিত করেন। নরোত্তম দাস (ওরফে বলরাম দাস) রচিত প্রেমবিলাস ও নরহরি চক্রবর্তী রচিত ভক্তিরত্নাকর গ্রন্থ থেকে জানা যায়, শ্রীনিবাস ও অন্যান্য ভক্তেরা <MASK> থেকে গৌড় যাত্রাপথে হাম্বীর কর্তৃক লুণ্ঠিত হন। কিন্তু শ্রীনিবাসের ভাগবত পাঠ শুনে তিনি বৈষ্ণবধর্মের প্রতি আকৃষ্ট হয়ে পড়েন এবং শ্রীনিবাসকে প্রচুর অর্থ ও ভূসম্পত্তি দান করেন। Option A: বর্গী Option B: পুরীর Option C: বৃন্দাবন Option D: ছাতনা A:
বৃন্দাবন
4
NIv2
task945_wiki_cloze_bn_multiple_choice_question_answering
zs_opt
[ -0.38088440895080566, 0.6744705438613892, 0.31692394614219666, 0.18990756571292877, -0.2541104257106781, -0.5777450799942017, 0.2916578948497772, 0.18043804168701172, 0.6172778606414795, -0.28990668058395386, -1.1848078966140747, 0.3218435049057007, -0.6623677015304565, 0.02121559530496597...