prompt
stringlengths
54
229k
response
stringlengths
0
8.23k
task_name
stringlengths
19
85
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Portugese. Input: كيف ستضع المجرات هناك في نمط كهذا ؟ Output:
Como é que colocariam as galáxias neste padrão?
task1109_ted_translation_ar_pt
You are given a question on high school microeconomics. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer. Input: If, as the price of a particular good increases, the added satisfaction of each additional unit of this good for the consumer decreases, which of the following correctly identifies the concept? (A)Diminishing marginal productivity. (B)Diminishing marginal utility. (C)Increasing marginal utility. (D)Increasing marginal productivity. Output:
B
task707_mmmlu_answer_generation_high_school_microeconomics
In this task you will be given a list, of lists, of numbers. Each list is presented with brackets and comma-separated values. For example, a list of numbers is [1,2,3] and a list of two lists of numbers is [[1,2],[3,4,6]]. You should sum up the values at every position of every inner list and put it as an element of your answer, that is, you should sum the first members of each inner list together and put it as the first element of the list, then sum the second members of each inner list together and put it as the second element of your list, etc. The output should be a list of numbers with the same length as the longest inner list. Input: [[-60, 17, -97, -96], [51, -21, 19, 88, -27, 89], [-84, 61, -18, -12, -90, 46, 17, -65, -82], [12, -44, -64, -40, 25, -67], [84, 8, -94, 75, -88, 80]] Output:
[3, 21, -254, 15, -180, 148, 17, -65, -82]
task122_conala_list_index_addition
In this task, you are given an input text which is in one of the 11 languages listed as follows: ['Oriya' 'Malayalam' 'Bengali' 'Gujarati' 'Hindi' 'English' 'Marathi' 'Panjabi' 'Tamil' 'Telugu' 'Urdu']. Identify the language of input text. The input text can be in one of the given languages only. Input sentences must only have one language at a time. Input: उन्होंने यह भी कहा कि देश की सभीभाषाएहिन्दी को भीसमृद्ध कर सकती हैं Output:
Hindi
task976_pib_indian_language_identification
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. Input: Premise: There was ketchup everywhere. Initial Context: I had let the ketchup bottle get close to the edge of the table. Original Ending: I was not paying attention. I knocked the bottle over. I mopped up the ketchup. New ending: I was not paying attention. He even knocked over his bottle. I mopped up the ketchup. Output:
My son had thrown his plate across the room.
task270_csrg_counterfactual_context_generation
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. Input: 2, ['K', '9101', 'I', '5367', '847', 'j', 'M', '8895', '1467', '2441', 'n', 'E', 'r', '41', 'g', 'V', 'I'] Output:
K, 9101, I, 5367, 847, j, M, 8895, 1467, 2441, n, E, r, 41, g
task078_all_elements_except_last_i
Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output. Input: I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK Output:
look around right twice and walk around left thrice
task131_scan_long_text_generation_action_command_long
You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Polish. Input: היה שינוי עצום בסיוע, ממגה-פרוייקטים שמונחתים מלמעלה לפרוייקטים שמתחילים מלמטה, מהשורשים, השקעה מיקרו פיננסית בשורשים, כך שכולם הבינו שזה מה שעובד. Output:
Zaszła bardzo duża zmiana w pomocy, od wielkich projektów w systemie z góry na dół po oddolne inicjatywy, obywatelskiego finansowania inwestycji u podstaw, by każdy dostał to, co działa.
task1112_ted_translation_he_pl
Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output. Input: I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN Output:
run around right thrice after turn opposite right twice
task131_scan_long_text_generation_action_command_long
Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions. Input: Context: I ' m beginning to think I am the messiest cook though . Honestly , in the midst of making most anything it looks as though Pigpen has taken over leaving his trail of litter - because the counter is covered with spills and dishes and flour or whatever ingredients I am working with - and I even clean up as I go ! I keep my kitchen neat and tidy , but in the midst of creating something , stuff just flies and spills and even ends up on the floor . Maybe I just need more counter space . Output:
Which is true of the narrator ?
task023_cosmosqa_question_generation
In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': 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. Input: Sentence: A professional gunman would not have killed her with a weapon of such small caliber as {{ a }} Word: a Output:
DET
task1168_brown_coarse_pos_tagging
In this task, given a sentence in the Filipino language, your task is to convert it into the English language. Input: "Ang mga mamang nasa likod ng mga maskara ay mga hindi interesante sa ilalim nito, mayroon lamang mga walang kabuhay-buhay, normal na lalake na inilalabas ang mga aso, pumupunta sa supermarket, nanonood ng DVD at kumakain ng mga kendi." Output:
"The guys behind the masks are not interesting - underneath, there's just a boring, normal guy who walks the dogs, goes to the supermarket, watches DVDs and eats candies."
task545_alt_translation_fi_en
In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is. Input: That this enforced holiday was fruitful in . a truly creative sense is evidenced from the quality of poems exquisite and haunting in their playful and restrained tenderness which he wrote during his stay at San Isidro and for some time after . Output:
सैन इसीड्रो में अपनी जबरन छुट्टी के दौरान और कुछ समय तक लिखी गईं विशिष्ट और उच्च कोटि की कविताएं जो बहुत ही सुकुमार और उत्फुल्ल थीं और इनसे यही लगता है कि यह अवकाश काफी रचनात्मक और फलदायक रहा ।
task425_hindienglish_corpora_en_hi_translation
In this task, you will be presented with a question having multiple possible answers in Arabic language. And you should choose a most suitable option out of "A", "B", "C", "D", and "E" based on your commonsense knowledge. Input: Question: جلست على مقعدي ، تراجعت الستائر واستمتعت بماذا؟ Options: A مطار B تبين C قاعة محاضرات D مسرح E فيلم Output:
B
task1142_xcsr_ar_commonsense_mc_classification
In this task, you are given a sentence which contains a motion and your task is to identify the physical entities involved in the motion. The input sentence can have more than one entity and also there is at least one entity that takes part in physical motion. There are two types of entities which are animate (beings that are alive) and inanimate entities (beings that are not alive). Input: Go and enjoy yourself, and leave us to our doom;' with which tragical remark Lavinia drew her curtains, and was seen no more. Output:
Lavinia
task1518_limit_answer_generation
Given a document and an entity the task is to select the author's sentiment towards the entity. Sentiments can be Positive, Neutral and Negative. Select Positive if the article expresses a positive view towards the given entity or praises its quality or skills. Select Neutral if the document 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 article expresses a negative view towards like harsh remarks, criticizing entities action/decision etc. Note that URLs in the text have been replaced with [Link]. Input: What is the sentiment of the following document towards the entity Trump Rachel Maddow ? Close video For all the hype Nunes memo delivers sad trombone for Trump Rachel Maddow points out that despite two weeks of Fox News hype the Nunes memo is not only underwhelming as a political stunt it actually undermines the argument it was meant to make for Donald Trump . share tweet email save Embed It’s genuinely difficult to find an angle to the House Republicans’ “Nunes memo” that helps its intended beneficiary: Donald Trump . Every key argument the president and his allies hoped to advance has fallen apart and after weeks of over-the-top hype Republicans are actually worse off than they were before the previously classified materials were released to the public. 5. Trump ’s grammar use of quotation marks and capitalization of random words is bizarre for an American adult in a position of authority. In early March Trump told the public that he ’d “just found out” that former President Obama illegally tapped his phones at Trump Tower before the presidential election. “This is Nixon/Watergate ” the Republican said. “Bad (or sick) guy!” As regular readers may recall two weeks later as it became clear that the confused president had relied on a nonsensical report from a right-wing website Trump nevertheless told reporters he felt “somewhat” vindicated about his conspiracy theory thanks to support from House Intelligence Committee Chairman Devin Nunes (R-Calif.). Trump of course hadn’t been vindicated. On the contrary his entire conspiracy theory had been thoroughly discredited and he accused his predecessor of a felony for no reason. But in the president’s mind it was clear he’d been right from the start. And nearly a year later here we are again watching Trump once again claim vindication reality be damned. Output:
Positive
task420_persent_document_sentiment_classification
In this task, you are given books product reviews in Japanese 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: 本当に「しっかり」学べる . "a...\- ̄±±±'a £...1£-μ...°¨'¨±a'¶¨¬°-§o'oo ̄a°§- Output:
POS
task485_cls_japanese_books_classification
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Galician. Input: Isto é uma árvore. Output:
Esta é unha árbore:
task1279_ted_translation_pt_gl
In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible. Input: اسرائیل، با نام رسمی دولت اسرائیل ، یک کشور در غرب آسیا، واقع در ساحل جنوب‌شرقی دریای مدیترانه و ساحل شمالی دریای سرخ است. اسرائیل در شمال با لبنان، در شمال‌شرقی با سوریه، در شرق با اردن، به‌ترتیب در شرق و غرب با سرزمین‌های فلسطینی کرانه باختری و نوار غزه و در جنوب‌شرقی با مصر هم‌مرز است. با وجود اینکه این کشور مساحت نسبتاً کمی دارد، اما از نظر جغرافیایی دارای ویژگی‌های متنوعی است. مرکز اقتصادی و علمی اسرائیل، تل‌آویو است، درحالی که مرکز حکومت آن در اورشلیم، شهری که اسرائیل آن را پایتخت خود می‌داند، واقع است؛ اورشلیم به عنوان پایتخت این کشور توسط بیشتر کشورها، به رسمیت شناخته شده‌است اما چندین کشور آن را به رسمیت نمی‌شناسند.اسرائیل، کشوری توسعه‌یافته و نوع حکومت آن، جمهوری پارلمانی است. این کشور دارای نظام پارلمانی و حق رای عمومی است. در این کشور، رئیس‌جمهور مقامی تشریفاتی است و نخست‌وزیر به عنوان رئیس دولت و کِنست (پارلمان اسرائیل) به عنوان شاخه قانون‌گذار عمل می‌کند. در سال ۲۰۰۸ میلادی، اسرائیل بر پایه تولید ناخالص داخلی در رتبه چهل و یکمین اقتصاد بزرگ جهان قرار داشت. کشور اسرائیل از لحاظ رتبه‌بندی دانشگاهی، بهترین وضعیت علمی را در منطقه خاورمیانه داراست. از لحاظ شاخص توسعه انسانی، در سال ۲۰۰۸ میلادی، در رتبه بیست و سوم جهان قرار داشت. Question: کشور اسرائیل با چه نوع حکومتی اداره میشود؟ Output:
جمهوری پارلمانی
task395_persianqa_answer_generation
Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given question/query more precisely. Input: Give me information about Disneyland hotel. Output:
are you looking for a hotel inside disneyland
task166_clariq_sentence_generation
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Spanish. Input: لدينا هذا البرنامج في السجون أيضا. Output:
Tenemos este programa también en prisiones.
task1232_ted_translation_ar_es
In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible. Input: Lee ended one's relationship because Lee wanted to travel the world. Question: How would you describe Lee? Output:
interesting
task595_mocha_answer_generation
The input is a conversation between an automated system and a user looking for suggestions for pubs, restaurants and coffee shops in Cambridge. In the dialogue, the user may provide some criteria for the type of place they want such as price range, cuisine, etc. Given such a dialogue, output the price range the user if looking for which can take one of four values: Cheap, Moderate, Expensive and Don't Care. Output cannot be any other value than the four values. Note that if the user asks for the prices of items provided at a pub, restaurant or coffee shop but doesn't mention the price range they are looking for then the correct classification will be Don't Care. If the user does not mention a particular price, the correct classification will be Don't Care. Input: System: 'Thank you for calling the Cambridge Information system. Your call will be recorded for research purposes. You may ask for information about a place to eat, such as a restaurant, a pub, or a cafe. How may I help you?' User: 'im looking for a restaurant in fen ditton and i dont care about the price' System: 'What kind of venue are you looking for? For example, a cafe, a pub, or a restaurant.' User: 'im looking for a restaurant in fen ditton with any price range' System: 'The Lion and Lamb, which is in the Fen Ditton part of town, is a great restaurant.' User: 'okay whats the price range' System: 'The Lion and Lamb is in the moderate price range. The price for main courses ranges from 5 pounds to 15 pounds and the price for a cheapest pint of beer is 3 pounds.' User: 'now whats the phone number' System: 'The phone number of The Lion and Lamb is 01223860202.' User: 'the address' System: 'The Lion and Lamb is located on High Street, Milton.' User: 'okay thank you goodbye' Output:
Don't Care
task1500_dstc3_classification
You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct answer for each question. Input: Which situation is the best example of an inherited trait? (A) a boy playing with a ball (B) a bird building a nest (C) a horse pulling a wagon (D) a dog sitting on command Output:
B
task228_arc_answer_generation_easy
Here are two questions (Question1 and Question2). If these questions have the same meaning and same answer, answer "Yes", otherwise "No". Input: Question1: Who will win the Ballon d'Or in 2017?, Question2: Who should Win 2015 FIFA Ballon D'Or Award? Output:
No
task1287_glue_qqp_paraphrasing
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into English. Input: E encontrei-me em frente ao gerente de relações humanas em 1999 dizendo coisas que nunca imaginei dizer. Output:
And I found myself in front of an HR manager in 1999, saying something I never imagined that I would say.
task1274_ted_translation_pt_en
Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is. Input: យោងតាមរោគវិនិច្ឆ័យថ្មីមួយពីអ្នកព្យាធិវិទ្យាខាងវះកាត់ Frida Kahloប្រហែលជាទទួលរងនូវការខូចខាតបំពង់ស្បូន ក្នុងកំឡុងពេលគ្រោះថ្នាក់ចរាចរណ៍ការពីវ័យក្មេង ហើយនេះបានធ្វើអោយកើតឡើងនូវល័ក្ខខ័ណ្ឌដ៏កំរមួយហៅថារោគសញ្ញា Asherman ហើយនេះអាចពន្យល់អំពីការមិនអាចបន្តកំណើតបានរបស់សិល្បៈករជនជាតិមិចសិកកូនេះ។ Output:
外科的な病理学者による新しい診断によると、フリーダ・カーロは10代の時、路面電車の事故の際に、おそらく子宮に損傷を被ったと思われ、それによりアッシャーマン症候群として知られる稀な状態に至り、それがメキシコのアーティストの不妊の原因となった。
task1122_alt_khm_ja_translation
In this task, you are given the name of an Indian food dish. You need to classify the dish as "sweet" or "spicy". Input: Aloo tikki Output:
spicy
task1192_food_flavor_profile
In this task, you will be presented with a question having multiple possible answers in German language. And you should choose a most suitable option out of "A", "B", "C", "D", and "E" based on your commonsense knowledge. Input: Question: Was tun Soldaten, wenn ihre Gegner die Oberhand gewinnen? Options: A im Kampf sterben B Waffen verwenden C Verstärkung anfordern D heimkommend E Anweisungen befolgen Output:
A
task1138_xcsr_de_commonsense_mc_classification
In this task you are given a Chinese paragraph related to a criminal case, your job is to give an answer of what the criminal charge is. Take note a) if there are multiple charges only one needs to be outputted b) the criminal charge should be in Chinese. Input: 公诉机关指控:2011年某月的一天,谌2某X在押“二八”的赌场赌钱时输了钱,于是向被告人邓XX借人民币16000元去扳本,之后还了1000元,还欠15000元。邓XX经多次讨要,谌2某X拒不还钱。2013年8月3日18时许,被告人邓XX在安化县东坪镇汽车西站附近看到谌2某X,便要其还钱,谌2某X还是拒绝还钱,邓XX便打电话给被告人邓2某X,邓2某X和“吴某几”便开车来到汽车西站与谌2某X交涉,谌2某X仍拒不还钱,双方发生争执,被告人邓2某X便通过暴力手段强行将谌2某X带至安化县马路镇爆竹厂边河滩,限制其人身自由胁迫其还钱。当晚23时许,谌2某X家人筹集15000元现金交付后,谌2某X才从马路镇回家。经安化县公安局鉴定中心法医鉴定:谌2某X因外伤致头部、右肩部、左胸背部、双腕部及左膝部等多处皮肤软组织挫擦伤,构成轻微伤。被告人邓XX主动到公安机关投案并如实供述了其犯罪事实。 Output:
非法拘禁
task1667_cail2018_answer_generation
In this task, you are given a sentence which is either in the Gujarati language or English language. You task is to identify the language of input sentence. Input sentence can be in Gujarari or English language only and also it cannot have two languages at a time. Input: A blue toilet with the word rabies written on the underside of the toilet seat. Output:
English
task441_eng_guj_parallel_corpus_gu-en_language_identification
Given a sentence in Korean, provide an equivalent paraphrased translation in English that retains the same meaning both through the translation and the paraphrase. Input: Blauvelt 가족은 1638 년 Rockland 카운티에 처음 도착한 후 1683 년에 미국에 처음 도착했습니다. Output:
The Blauvelt family arrived in Rockland County for the first time in 1638 and first arrived in America in 1683 .
task783_pawsx_korean_english_translation
In this task, you are given a sentence. You are expected to recognize the name of gene or protein. Although there might be several correct answers, you need to write one of them. Input: Novel locus including FGF21 is associated with dietary macronutrient intake. Output:
FGF21
task1482_gene_extraction_chemprot_dataset
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. Input: [{'first': 42, 'second': -51}, {'first': 23, 'second': -5}, {'first': -56, 'second': -4}, {'first': 1, 'second': -64}, {'first': -18, 'second': 8}, {'first': -52, 'second': 60}, {'first': 17, 'second': 14}, {'first': 81, 'second': 13}, {'first': 24, 'second': -25}] Output:
[{'first': -56, 'second': -4}, {'first': -52, 'second': 60}, {'first': -18, 'second': 8}, {'first': 1, 'second': -64}, {'first': 17, 'second': 14}, {'first': 23, 'second': -5}, {'first': 24, 'second': -25}, {'first': 42, 'second': -51}, {'first': 81, 'second': 13}]
task123_conala_sort_dictionary
Given a sentence in Spanish, provide an equivalent paraphrased version from the original that retains the same meaning. Input: Chad Ochocinco (nacido en 1978; anteriormente Chad Johnson) es un receptor abierto de fútbol americano. Output:
Chad Ochocinco (nacido en 1978; anteriormente Chad Johnson) es un receptor de fútbol americano estadounidense.
task773_pawsx_spanish_text_modification
The provided files include famous book titles and sentences in the English language, and we ask you to translate those to the Finnish 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 Finnish language. 2) Also names ,dates and places should be preserved it should not get translated. Input: "No, sir; I have made inquiry all over the hotel, but I can hear no word of it." Output:
"En, herra", sanoi tämä, "olen tiedustellut kaikkialta, mutta sitä ei kukaan ole nähnyt."
task1650_opus_books_en-fi_translation
In this task, you are given a date in "dd/mm/yyyy" format. You need to check if the date is valid or not. Return 1 if it is valid, else return 0. A date is valid if the components day("dd"), month("mm") and year("yyyy") are all valid individually. A day(dd) is valid if it: a) lies between 1 and 31 for the months of January, March, May, July, August, October, December, b) lies between 1 and 28 for February on non-leap years and between 1-29 on leap years, c) lies between 1-30 for all other months. A month(mm) is valid if it lies in the range from 1 to 12 as there are 12 months in a year. A year is always valid if it is expressed in the form of "yyyy". Input: 20/08/1932 Output:
1
task1333_check_validity_date_ddmmyyyy
In this task, you're given statements in native Kannada language. The statement can be written with the Kannada alphabet or the English alphabet. Your job is to evaluate if the statement is offensive or not. Label the post as "Not offensive" if the post does not contain offense or insult. Non-offensive posts do not include any form of offense or insult. Label the post as "Offensive" if the post contains offensive language. Input: Bro avru ellargu ista ..avru yavattu controversy madkondilla Output:
Offensive
task1539_kannada_offenseval_dravidian_classification
A text is given in Gujarati. Translate it from the Gujarati language to the Oriya language. The translation must not omit or add information to the original sentence. Input: બિલનો વિરોધ કરનાર સભ્યોને તેમણે પૂછ્યું હતું કે, ફક્ત રાજકીય કારણોથી વિરોધ ન કરો, પણ કલમ 30થી દેશને કેટલું નુકસાન થઈ રહ્યું છે એ મુદ્દે ચર્ચા કરો. Output:
ସେ କହିଛନ୍ତି, “ସଂସଦରେ, ରାଜନୈତିକ ଦଳ ଏହି ଅବସରରେ ଚିନ୍ତା କଲେ, ଚିନ୍ତାଧାରାରେ ଥିବା ମତଭେଦକୁ ଭୁଲି ଏକ ସମୃଦ୍ଧ ବିତର୍କରେ ଭାଗ ନେଲେ, ଯାହା ଆମ ସଂସଦୀୟ ଗଣତନ୍ତ୍ରର ଗୌରବ ବୃଦ୍ଧି କଲା । ଏଥିପାଇଁ ମୁଁ ବିଭିନ୍ନ ରାଜନୈତିକ ଦଳ ସେମାନଙ୍କ ନେତା ଓ ସମସ୍ତ ସାଂସଦଙ୍କୁ ଶୁଭେଚ୍ଛା ଜଣାଉଛି ।”
task1077_pib_translation_gujarati_oriya
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creating questions that (i) can be answered correctly without actually understanding the paragraph and (ii) uses same words or phrases given in the passage. Input: In 1838, there was a flurry of entrepreneurial activity involving asphalt/bitumen, which had uses beyond paving. For example, asphalt could also used for flooring, damp proofing in buildings, and for waterproofing of various types of pools and baths, with these latter themselves proliferating in the 19th century. On the London stockmarket, there were various claims as to the exclusivity of asphalt quality from France, Germany and England. And numerous patents were granted in France, with similar numbers of patent applications being denied in England due to their similarity to each other. In England, "Claridge's was the type most used in the 1840s and 50s" Output:
In what places were asphalt used as waterproofing?
task074_squad1.1_question_generation
A text is given in Tamil. Translate it from the Tamil language to the English language. The translation must not omit or add information to the original sentence. Input: தேர்தலை எதிர்கொள்ளும் 3 மாநிலங்களில் வாக்குச்சீட்டுகளில் வாக்காளர் படத்தை அச்சிடும் முறை இப்போதுதான் முதன்முறையாக கடைபிடிக்கப்படுகிறது. Output:
The poll-bound States will be using the photograph of the candidates on the ballot papers for the first time.
task992_pib_translation_tamil_english
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Input: Sentence1: 'a tall red light house by the water and a walkway', Sentence2: 'two teddy bears sitting at a wooden table having a meal'. Is the frequency of the word 'a' in two sentences equal? Output:
Yes
task159_check_frequency_of_words_in_sentence_pair
You are given a sentence from a conversation between a human and a virtual assistant. Your task is to identify whether the sentence is a question or not. Answer with Yes or No. Input: What city should I look in? Output:
Yes
task879_schema_guided_dstc8_classification
The provided files include famous book titles and sentences in the English language, and we ask you to translate those to the Norwegian 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 Norwegian language. 2) Also names ,dates and places should be preserved it should not get translated. Input: "You thought it might injure his reputation?" Output:
“De trodde at det kunne skade hans rykte?”
task1649_opus_books_en-no_translation
You are provided with an "Event", "Intent" related to PersonX. Guess a reaction/reaction of PersonX about the given event and their intention. Input: Event:PersonX works another ___. Intent: 1) extra money Output:
feeling
task922_event2mind_word_generation
The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like Ž or č and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy. Input: It meant something to them. Output:
Njima je nešto to i značilo.
task1365_opustedtalks_translation
In this task, you are given a country name and you need to return the barcode prefix of the given country. A barcode prefix is a 3-digit number at the begining of all the barcodes on products from a company or country. Some countries have ranges of barcode prefixes such as, 730 - 739; in such a case, a number from within that range will be considered as a valid output. Input: Australia Output:
938
task1319_country_by_barcode_prefix
In this task, you are given a sentence which is either in the Swedish language or English language. You task is to identify the language of input sentence. Input sentence can be in Swedish or English language only and also it cannot have two languages at a time. Input: The Commission' s declared intention to regulate the conditions of competition on the European market is ridiculous, for the only law which competition respects is the law of the jungle where the most powerful squash or devour the weakest elements. Output:
English
task315_europarl_sv-en_language_identification
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". Input: Article: a coalition of nigerian human rights groups has mobilized ## lawyers to defend the country 's most married man , currently detained for unlawful marriages and inciting contempt of islamic religious laws , an activist said wednesday . Title: nigeria rights groups find ## lawyers for man with ## wives Output:
yes
task289_gigaword_summarization
In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is. Input: He was a great educator and instead of the three Rs he used to lay stress on the three Hs-heart , hand , head . Output:
वह एक महान शिक्षा सुधारक था और वह तीन बातों अर्थात् पढ़ने , लिखने और गणित जानने के बजाय दिल , हाथ और दिमाग के इस्तेमाल पर जोर देता था ।
task425_hindienglish_corpora_en_hi_translation
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. Input: Tamra Davis (born January 22, 1962) is an American film, television and music video director. Question: Tamra Davis and Alexandre Aja both worked in what industry in two different countries? Answer: film Output:
Tamra Davis born January 22, 1962 is an American film, television and music video director.
task192_hotpotqa_sentence_generation
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". Input: Japanese: ::サラ・ウォルシュ:女子::女子はより防御力が高くてうまく編成された”ブロック”を使うようで、それにより、チームが特にミドルでプレーすることが難しくなり、そして、私たちのバックサードが、(BPOからBPへ)移行する瞬間を効果的に利用し、自然な速度の特定の選手の間を通り抜けて速い攻撃をしています。 Bahasa Indonesia: :: Sarah Walsh: Wanita :: Para wanita tampaknya menerapkan yang lebih defensif dan mengorganisir "blok" dengan baik sehingga sulit bagi tim untuk bermain melaluinya khususnya di tengah dan pertiga belakang kami memanfaatkan momen transisi (BPO - BP) untuk efek yang baik dengan serangan cepat melalui kecepatan alami pemain tertentu. Output:
Yes
task1117_alt_ja_id_answer_generation
Given a comment text in Malayalam, classify the comment into one of these categories (i) Hope speech, (ii) Not Hope Speech or (iii) Not in Expected Language. A hope speech contains content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion Input: @Mohammed Jasim എന്താ കൊമേഡിയാണ് അതിലുള്ളത് പറയൂ Output:
Not Hope Speech
task681_hope_edi_malayalam_text_classification
Given a statement and question, generate the answer to the question such that the answer is contained in the statement. Input: statement: freezers help food last longer, question: What helps food last longer? Output:
freezers
task1581_eqasc-perturbed_answer_generation
A text is given in Bengali. Translate it from the Bengali language to the Hindi language. The translation must not omit or add information to the original sentence. Input: আমার সরকার পর্যটন ক্ষেত্রের বিকাশে ব্যাপক কাজ করেছে, যার সুফল মিলতে শুরু করেছে। Output:
सरकार ने अब तक 1,100 करोड़ रुपये से अधिक धनराशि अनुमोदित की है।
task1009_pib_translation_bengali_hindi
In this task, given a sentence in the English language, your task is to convert it into the Malay language. Input: Patsy Calton from Bramhall, Cheshire, England, a Liberal Democrat MP for the Cheadle constituency died at age 56 from cancer on Sunday May 29. Output:
Patsy Calton dari Brahmall, Cheshire, England, seorang MP Demokrat Liberal untuk kawasan pengundian Cheadle meninggal dunia pada umur 56 tahun disebabkan barah pada hari Ahad 29 Mei.
task553_alt_translation_en_ma
Given an input stream, the objective of this task is to classify whether words in the stream are grammatically correct or not. The input to this task is a stream of words, possibly from captions generated by a speech-to-text engine, and the output is a classification of each word from the labels (reason) = [NO_DIFF (correct), CASE_DIFF (case error), PUNCUATION_DIFF (punctuation error), CASE_AND_PUNCUATION_DIFF (both case and punctuation error), STEM_BASED_DIFF (stem word error), DIGIT_DIFF (digit error), INTRAWORD_PUNC_DIFF (intra-word punctuation error), and UNKNOWN_TYPE_DIFF (an error that does not corrrespond to the previous categories)]. Input: ['you', 'can', 'ride', 'your', 'bike', '1/5', 'of', 'a', 'mile', 'per', 'minute', 'if', 'it', 'takes', 'you', '3', 'and', '1/3', 'minutes', 'to', 'get', 'to', 'your', 'friends', 'house', 'how', 'many', 'miles', 'away', 'does', 'your', 'friend', 'live', 'and', 'this', "here's", 'pictures', 'of', 'these', 'guys', 'on', 'bicycles', "it's", 'pretty', 'clear', "they're", 'not', 'riding', 'to', 'work', 'or', 'some', 'of', 'these', 'guys', "aren't", 'even', 'riding', 'a', 'bicycle', 'but', "let's", 'focus', 'on', 'the', 'question', 'so', 'you', 'can', 'ride', 'your', 'bike', '1/5', 'of', 'a', 'mile', 'per', 'minute', 'and', "you're", 'going', 'to', 'do', 'this', 'for', 'three', 'and', 'a', 'third', 'minutes', 'times', 'three', 'and', 'a', 'third', 'so', 'we', 'really', 'have', 'to'] Output:
['CASE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'CASE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'INTRAWORD_PUNC_DIFF', 'PUNCUATION_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'CASE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'CASE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'CASE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'CASE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'PUNCUATION_DIFF', 'CASE_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'DIGIT_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'DIGIT_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF']
task1416_youtube_caption_corrections_incorrect_grammar_classification
In this task, you're given two sentences. Indicate if the first sentence clearly entails the second sentence (i.e., one can conclude the 2nd sentence by reading the 1st one). Indicate your answer with '1' if the first sentence entails the second sentence, otherwise answer with '0'. Input: Sentence 1: Just one week before the elections, Antwerp was the scene of the 0110 concerts, organised against racism, extremism and gratuitous violence. The event was spurred by a series of acts of "pointless violence" during the last year (the murder of Joe Van Holsbeeck, the case Hans Van Themsche and the events surrounding Guido Demoor. However, Vlaams Belang asked many musicians to boycott the event, because it "only targets Vlaams Belang". The party considered the concerts as a direct attack by the political establishment. Since 1989, the other parties have instituted a cordon sanitaire against Vlaams Belang, forcing them into the opposition, notwithstanding their increasing electorial success. Sentence 2: Guido Demoor was assassinated by Joe Van Holsbeeck. Output:
0
task1344_glue_entailment_classification
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian. Input: São o produto do que experienciámos originalmente e de tudo o que aconteceu a seguir. Output:
Sono il prodotto di ciò che abbiamo vissuto inizialmente e tutto quello che è successo dopo.
task1280_ted_translation_pt_it
The provided files include famous book titles and sentences in the English language, and we ask you to translate those to the Portuguese 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 Portuguese Language. 2) Also names, dates and places should be preserved it should not get translated. Input: Don't let me hear the name again!' Output:
Não me deixe escutar o nome novamente!"
task1647_opus_books_en-pt_translation
Categorize the comment on the basis of toxicity. If the comment is toxic (harmful, malicious, derogatory, threat, insult, identity attck, etc.) output Yes, otherwise output No. Input: I was just gonna say....? wow. OMG. yes colossally stupid!!! 10 stars...maybe even stupider is to do it with so many previous fails... DUH. we had a song in Chicago "If it weren't for bad luck, I wouldn't have no luck at all..." Output:
Yes
task1720_civil_comments_toxicity_classification
A text is given in Urdu. Translate it from the Urdu language to the Marathi language. The translation must not omit or add information to the original sentence. Input: ہم سب مل کر ایک ایسا بھارت بنائیں گے، جہاں بدعنوانی اور بھائی بھتیجہ واد سے کوئی سمجھوتہ نہیں ہوگا۔ Output:
आपण सर्व मिळून एक असा भारत घडवूया जिथे, भ्रष्टाचाराला थारा नसेल.
task990_pib_translation_urdu_marathi
Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid. Input: Problem: a certain sum of money is divided among a, b and c such that a gets one - third of what b and c together get and b gets two - seventh of what a and c together get. if the amount received by a is $ 15 more than that received by b, find the total amount shared by a, b and c. Options: a. $ 250, b. $ 340, c. $ 640, d. $ 440, e. $ 540 Output:
e
task1678_mathqa_answer_selection
A text is given in English. Translate it from the English language to the Gujarati language. The translation must not omit or add information to the original sentence. Input: 3 ટ્રિલિયન ડોલર થઇ ગયો છે. Output:
5 trillion the previous year - the third consecutive annual decline.
task1080_pib_translation_gujarati_english
Given a sentence in German, provide an equivalent paraphrased translation in Spanish that retains the same meaning both through the translation and the paraphrase. Input: Sie spielt für die Women's League von Åland United. Output:
Ella juega para la Liga de Mujeres del Åland United.
task804_pawsx_german_spanish_translation
You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Arabic. Input: היא קיבלה הודעה מאחד העובדות שלה, כמתמחה, היא התחילה, היא אומרת "דרך אגב, אני הולכת לאחר כי אני אצל המעצבת שיער." Output:
تلقت رسالةً نصية من أحد موظفيها ، هي متدربة ، بدأت العمل منذ فترة قصيرةٍ ، وتقول الرسالة ، "أوه ، بالمناسبة ، سأتأخر لأنني في صالون التجميل."
task1237_ted_translation_he_ar
You are given a question on human aging. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer. Input: The reaction time difference between younger and older adults is reduced when older adults (A)Practice regular aerobic exercise (B)Lift weights on a regular schedule (C)Consume large quantities of vitamins (D)Practice Tai chi Output:
A
task713_mmmlu_answer_generation_human_aging
Classify the given hotel review based on the sentiment it expresses into two classes: negative and positive. Input: I believe I can not describe how amazing was our stay at The James. Service was impecable, from the door man to the front desk. Location could not be better. Yes, you can hear the ambulances in the street from the 14th floor, but, come on, you are downtown, what do you expect....Overall noise was not in a level to bother us. The only minor incident was a cleaner that tried to open our room to clean at 9 pm...PM not AM? Go figure... Output:
positive
task902_deceptive_opinion_spam_classification
In this task, you're given the title of a five-sentence story and the first four sentences. Your job is to write the last sentence of the story to not connect with the rest of the story. Ensure that the generated sentence is contextually relevant to the story. Input: Title: A Swim in the Lake. Sentence 1: Miles was swimming in the lake. Sentence 2: He felt something brush by his leg. Sentence 3: Miles was scared it was a snake. Sentence 4: Miles swam back to the shore. Output:
He was very proud of himself.
task215_rocstories_incorrect_answer_generation
In this task, you are given a sentence. You are expected to recognize the name of company or organization. Although there might be several correct answers, you need to write one of them. Input: ACT marriage bill to be challenged in High Court http://t.co/ixaV5qD8Ws via @audioboo Output:
High Court
task1479_organization_entity_extraction_btc_corpus
You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters. Input: Category: NOTABLE WOMEN Clue: She said she healed from a near-fatal fall after reading a passage from the Bible in 1866 Output:
mary baker eddy
task307_jeopardy_answer_generation_final
In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order. Input: [8, 4, 6, 1, 2, 9, 8, 2] , [10, 4, 8, 6, 7, 2, 9, 6] Output:
[2, 4, 6, 8, 9]
task098_conala_list_intersection
You are given a question on astronomy. Astronomy is a natural science that studies celestial objects and phenomena. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer. Input: Which of the following methods has led to the most discoveries of massive planets orbiting near their parent stars? (A)detecting the gravitational effect of an orbiting planet by looking for the Doppler shifts in the star's spectrum (B)detecting the shift of the star's position against the sky due to the planet's gravitational pull (C)detecting a planet ejected from a binary star system (D)detecting the starlight reflected off the planet Output:
A
task666_mmmlu_answer_generation_astronomy
In this task, you're given a pair of sentences, sentence 1 and sentence 2, that contradict each other. Your job is to alter sentence 2 so that the pair agree with each other. Generated sentences must be short, with less than 15 words. New information can be introduced. Avoid using pronouns to confuse the subject of the sentence. Input: Sentence 1: Dog jumping to catch falling snow out in the woods. Sentence 2: The dog is tied up in the backyard. Output:
The dog is outdoors.
task186_snli_contradiction_to_entailment_text_modification
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 PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. 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 hikes in the woods<sep>Tail: to drive to the woods Output:
Yes
task1202_atomic_classification_xneed
In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label "Yes", otherwise generate label "No". Input: English: Chief Executive of Racing NSW, Peter V'Landys said while racing had been disrupted since a ban on horse movements last weekend today was a "grim, black day" for the racing industry in NSW. Hindi: रेसिंग NSW के मुख्य कार्यकारी अधिकारी पीटर वी लांडिस ने कहा कि पिछले सप्ताहांत में घुड़दौड़ पर प्रतिबंध लगाने के बाद से रेसिंग बाधित हो गई थी, आज NSW में रेसिंग उद्योग के लिए एक "गंभीर, काला दिन" था। Output:
Yes
task434_alt_en_hi_answer_generation
Given a sentence in Chinese, provide an equivalent paraphrased translation in Japanese that retains the same meaning both through the translation and the paraphrase. Input: 吉尔家族于1968年关闭了工厂,新业主于1980年将其出售。 Output:
ギル家は1968年に工場を閉鎖し、1980年に新しい所有者に売却しました。
task812_pawsx_chinese_japanese_translation
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'Text one' if the first sentence is simpler. Otherwise output 'Text two'. Input: Text one: The National Coat of Arms of Denmark is a golden shield that has three crowned blue lions with nine red hearts. Text two: The National Coat of Arms of Denmark is a golden shield that has three crowned blue lions with nine red hearts. Output:
Text one
task112_asset_simple_sentence_identification
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: De la POP acidulée façon Niagara. . Premier opus des NIAGARA. Un album gentillet rempli de chansons acidulées représentant bien la pop des années 80. A écouter pour les 4 tubes : "Tchiki boum", "L'amour à la plage", "Je dois m'en aller" et "Quand la ville dort". Output:
NEG
task484_cls_french_music_classification
Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating questions that (i) can't be answered correctly without actually understanding the passage and (ii) uses the same words or phrases given in the passage. Input: Context: In streptozotocin-injected rats (STZ-rats), we previously demonstrated a role for angiotensin II (AT-II) in cardiac remodelling and insulin resistance partially counteracted by in vivo treatment with losartan, an AT-II receptor antagonist.We now aimed to investigate the effect of treating diabetic STZ-rats with losartan on diabetes vascular response to vasoconstrictors.', 'Male Wistar rats were randomly divided in four groups, two of them were assigned to receive losartan in the drinking water (20 mg/kg/day) until the experiment ending (3 weeks afterward). After 1 week, two groups, one of which receiving losartan, were injected in the tail vein with citrate buffer (normoglycemic, N and normoglycemic, losartan-treated, NL). The remaining received a single injection of streptozotocin (50 mg/kg in citrate i.v.) thus becoming diabetic (D) and diabetic losartan-treated (DL). Plasma glycaemia and blood pressure were measured in all animals before the sacrifice (15 days after diabetes induction).In aortic strips isolated from N, NL, D and DL rats we evaluated i) the isometric concentration-dependent contractile response to phenylephrine (Phe) and to AT-II; ii) the RhoA-kinase (ROCK1) activity and expression by enzyme-immunoassay and Western blot respectively.', 'The concentration-dependent contractile effect of Phe was similar in aortas from all groups, whereas at all concentrations tested, AT-II contraction efficacy was 2 and half and 1 and half times higher in D and DL respectively in comparison with N and NL. AT-II contracture was similarly reduced in all groups by AT-II receptor antagonists, irbesartan or irbesartan plus PD123319. HA-1077 (10 microM), an inhibitor of ROCK1 activity, reduced AT-II efficacy (Deltamg/mg tissue w.w.) by -3.5 +/- 1.0, -4.6 +/- 1.9, -22.1 +/- 2.2 and -11.4 +/- 1.3 in N, NL, D and DL respectively). ROCK1 activity and expression were higher in D than in N/NL and DL aortas. Answer: Aortas isolated from STZ-rats present hyper-contracture to AT-II mainly dependent on the up-regulation of ROCK1 expression/activity. In vivo losartan treatment partially corrects AT-II hyper-contracture, limiting the increase in ROCK1 expression/activity. These data offer a new molecular mechanism supporting the rationale for using losartan in the prevention of diabetic vascular complications. Output:
Does losartan counteract the hyper-reactivity to angiotensin II and ROCK1 over-activation in aortas isolated from streptozotocin-injected diabetic rats?
task845_pubmedqa_question_generation
Given a sentence in the Japanese, provide an equivalent translation in Filipino that retains the same meaning through the translation. In translation, keep numbers as it is. Input: 国の分断の声はより大きくなっており、1つの国家としてのイラクの将来に疑問を投げかけている。 Output:
ការអំពាវនាវអោយមានការបែងចែកប្រទេសកាន់តែខ្លាំងឡើង ធ្វើអោយមានការចោទសួរទៅលើអនាគតអ៊ីរ៉ាក់ដែលជារដ្ឋរួបរួមមួយ។
task1121_alt_ja_khm_translation
The provided file includes inquiries about restaurants, and we ask you to translate those to the Farsi language. Please bear in mind the following guidlines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) The fully capitalized words like DATE_0, or DURATION_0 *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for special placeholders. Please do the same in your translations. Input: what is the price range for " ramen nagi " ? Output:
رنج قیمت " ramen nagi " چیست؟
task172_spl_translation_en_fa
In this task your given two statements in Italian. You must judge whether the second sentence is the cause or effect of the first one. Label the instances as "cause" or "effect" based on your judgment. The sentences are separated by a newline character. Input: La donna ha indossato le sue scarpe. Voleva lasciare la festa. Output:
cause
task1173_xcopa_commonsense_cause_effect_it
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an adjunct island or as an incorrect representation. A correct representation should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an adjunct island will be a grammatically correct instance of a sentence using an adjunct island. An incorrect representation will be everything else. Input: What was Emily buying this sock after lifting? Output:
bad
task1559_blimp_binary_classification
In this task your given two statements in Swahili. You must judge whether the second sentence is the cause or effect of the first one. Label the instances as "cause" or "effect" based on your judgment. The sentences are separated by a newline character. Input: Nguo ya kijana iliroa. Alianguka ndani ya bwawa. Output:
cause
task1175_xcopa_commonsense_cause_effect_sw
In this task, you are given a summary for US Congressional and California state bill, your task is to generate a Title for this bill. The preferred titles are under forty words and mention the purpose of the bill. Input: Directs the Secretary of Veterans Affairs to establish a national cemetery in eastern Nebraska to serve the needs of veterans and their families in eastern Nebraska and western Iowa. Output:
A bill to direct the Secretary of Veterans Affairs to establish a national cemetery in the eastern Nebraska region to serve veterans in the eastern Nebraska and western Iowa regions.
task1659_title_generation
In this task, you need to answer basic science questions. For each question, several terms are intentionally masked with ***. This masking can cover very few or many of the question words. Clearly, if masked terms are important, the modified question will be impossible to answer. Please indicate the correct answer with one of the following responses: "A", "B", "C", "D" or "E". While "A"-"D" correspond to the answer options provided in the input, "E" represents "I don't know" for questions that do not provide enough information. Respond via "E" if the question is not answerable. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D', 'E'. Input: Question: Which *** of the *** takes in *** and ***? (A) roots (B) stem (C) leaves (D) flowe. Output:
E.
task043_essential_terms_answering_incomplete_questions
In this task, you are given a sentence in the Bulgarian language and corresponding Greek translation of this sentence. Here, your job is to generate label "True" if translation is correct, otherwise generate label "False". Input: 98 x 1ΟΝΟΜΑΣΙΑ ΤΟΥ ΦΑΡΜΑΚΕΥΤΙΚΟΥ ΠΡΟΪΟΝΤΟΣ Output:
False
task764_emea_bg_el_classification
Given a text, write a compressed version of it in a single sentence. Input: State funds for your law school are not now - nor have they ever been --sufficient to fund all of our costs. To continue to excel in our educational mission, we must have both public and private support. Output:
State funds are not enough to support the cost to run our law school. In order to meet our educational mission,we need both public and private support.
task1340_msr_text_compression_compression
In this task, you need to indicate the presence of temporal reasoning in the provided question. Questions that involve temporal reasoning/understanding contain one of the following five temporal phenomena: First: "event duration", is defined as the understanding of how long events last (e.g.,"brushing teeth" usually takes a few minutes). Second: "transient v. stationary" events, which are based on the understanding of whether an event will change over time or not (e.g., "being born in the U.S." is a stationary event since it will last forever; "being hungry" is a transient event since it lasts for a short period of time). Third: "event ordering" is the understanding of how events are usually ordered (e.g., "earning money" usually comes before "spending money"). Fourth: "absolute timepoint" of events which is the understanding of when events usually happen (e.g., "going to school" usually happens during the day, not at 2 A.M). The last category is "frequency" of events, which refers to how often events are repeated (e.g., "taking showers" typically occurs ~5 times a week, "going to Saturday market" usually happens every few weeks/months, etc.). Indicate with `Yes` if the question involves temporal reasoning. Indicate with `No`, otherwise. Input: Sentence: Like all energy, gravitational potential energy has the ability to do work. Question: How long does it take for gravitational potential energy to do work? Output:
Yes.
task018_mctaco_temporal_reasoning_presence
In this task, you are given four sentences: a bot task sentence, a bot role sentence, a user task sentence and a user role sentence. Your job is to classify given sentences into one of the 47 different domains. The domains are: 'UPDATE_CALENDAR', 'PRESENT_IDEAS', 'MOVIE_LISTINGS', 'AUTO_SORT', 'GAME_RULES', 'CONTACT_MANAGER', 'BANK_BOT', 'MUSIC_SUGGESTER', 'CHECK_STATUS', 'PET_ADVICE', 'HOW_TO_BASIC', 'NAME_SUGGESTER', 'QUOTE_OF_THE_DAY_BOT', 'GUINESS_CHECK', 'INSURANCE', 'RESTAURANT_PICKER', 'MAKE_RESTAURANT_RESERVATIONS', 'WEDDING_PLANNER', 'SKI_BOT', 'HOME_BOT', 'PLAY_TIMES', 'BUS_SCHEDULE_BOT', 'WHAT_IS_IT', 'PHONE_PLAN_BOT', 'DECIDER_BOT', 'PHONE_SETTINGS', 'TIME_ZONE', 'LIBRARY_REQUEST', 'UPDATE_CONTACT', 'CATALOGUE_BOT', 'PROMPT_GENERATOR', 'SCAM_LOOKUP', 'SPORTS_INFO', 'POLICY_BOT', 'CITY_INFO', 'APARTMENT_FINDER', 'EVENT_RESERVE', 'SHOPPING', 'EDIT_PLAYLIST', 'LOOK_UP_INFO', 'ORDER_PIZZA', 'WEATHER_CHECK', 'APPOINTMENT_REMINDER', 'GEOGRAPHY', 'STORE_DETAILS', 'AGREEMENT_BOT', 'ALARM_SET'. Input: Bot's task: Provide suggestions, even if the user doesn't ask for them (or tells you they don't need any) Bot's role: You are a bot designed to give music suggestions User's task: Tell the bot that you like a certain genre of music, but don't prompt it to give you suggestions User's role: You are interacting with a bot designed to give music suggestions Output:
MUSIC_SUGGESTER
task1394_meta_woz_task_classification
Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity. Input: concept: Jimi Hendrix question: what made jimi hendrix great? Output:
['guitar']
task1601_webquestions_answer_generation
In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list. Input: [3, 7, 7, 3, 7] Output:
[]
task097_conala_remove_duplicates
The goal of this task is to translate questions in Catalan into English. The requirements of the translation is that: the text must be equivalent in meaning, the text must not be ambiguous, and the text must be written as a question Input: Què ens mostren els cloroplasts perduts? Output:
Who sequenced the first plastome?
task1676_xquad-ca_translation
In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence. Input: Sentence: 'a sign displayed above the doorway of a business'. Is 'displayed' the longest word in the sentence? Output:
Yes
task114_is_the_given_word_longest
The provided file includes inquiries about restaurants, and we ask you to translate those to the Turkish language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) The fully capitalized words like DATE_0, or DURATION_0 *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for fully capitalized special placeholders (e.g. NUMBER, DATE, TIME). Please do the same in your translations. Input: show me restaurants with a rating of 3 . Output:
bana 3 puan alan restoranları gösterin.
task252_spl_translation_en_tr
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. Input: Sooooooo much promise but such crappy service. Rude staff, food is decent but the staff thinks they're too cool for school. Went for brunch with the hubby, had the French toast, he the chipotle burrito...mine was cold like ice cold. Brought me new one and was still cold. Output:
NEGATIVE
task475_yelp_polarity_classification
Given a sentence in the Japanese and Lao language. Your task is check if the Lao sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No". Input: Japanese: 1991年と1992年、ユーゴスラビアの6つの共和国のうち4つが独立を宣言したが、うち2つ、セルビアとモンテネグロは統合したままだった。 Lao: ໃນປີ 1991 ແລະ 1992 ສີ່ໃນຫົກລັດໃນ ສະທາລະນະລັດຢູໂກສະໂລວຽນ ປະກາດເປັນເອກະລາດແຕ່ສອງລັດ ເຊີເຍຍ ແລະ ມອນຕີເນໂກຣ ຍັງຄົງຢູ່ນຳກັນ. Output:
Yes
task1126_alt_ja_lo_answer_generation
In this task, given a sentence in the English language, your task is to convert it into the Khmer language. Input: An underwater earthquake with a magnitude of 7.7 triggered the deadly wave which ravaged a 200km stretch of Java's southern coast. Output:
ការរញ្ជួយដីក្រោមសមុទ្រជាមួយទំហំមួយនៃ7.7បានធ្វើអោយរលកគួរអោយខ្លាចកើតឡើងដែលបានបំផ្លាញកំណាត់ផ្លូវ200ម៉ែត្រមួយនៃឆ្នេរខាងត្បូងរបស់ជ្វា។
task555_alt_translation_en_kh
Given a real-life anecdote of a complex ethical situation, generate a suitable title that describes the main event/root cause of the situation. Imagine that the given text is a social media post, and you have to write the title of the post, so the users can decide to read the main text or not. Input: **so some context;** so my birthday is February 16th. My usual group of friends almost always goes out on saturday nights. the group consists of me, my friend (we'll call him M), his GF (B) and her friend (J). So recently M and B have been having some fights and i guess theyre trying to make a better effort in the relationship by doing more couple stuff (they had a couples night last saturday and we went out on friday which i had to shuffle plans to try and accomodate). Me and M have been friends for well over a decade and have known each other for the better part of our lives. Hes been living with B for a little over a year and has since been really busy with the relationship to hangout most days with the exception of saturday nights when his gf wants to go out too so i started going out more too, so i could spend some time with my friend. **so today** he texted me saying he wasnt sure he was gonna come out this saturday cause B had a bad hangover last week and she may wanna take a night off. I said; no prob, i figured you may wanna take the night off cause next weeks my bday and i wanted everyone to come out. he says "ok maybe well just celebrate valentines day this weekend". i know him, i know her; i already feel him cancelling plans on me. this is after last weekend they decided to have a couples night after i told him i had plans with my fam friday night and id be good saturday. now i realize im paying for stress in advance here but am i the asshole if i get upset if he says he cant make it out on saturday? im gonna sit at home and do nothing if this happens. i know this seems kinda childish, theyre in a relationship and i dont expect them to drop everything because of me, but im really offended at how little someone who is my friend cares about how their actions effect me. &amp;#x200B; Output:
getting mad that my friends cancel on my bday because its the saturday after valentines day
task500_scruples_anecdotes_title_generation