task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task207_max_element_lists
task207-5fc816c741364d3ba603518f4756e7cf
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[-164, 13, -95, -3...
[34, -73, 88]
task673_google_wellformed_query_classification
task673-adbb8ceda27f4f5bb628e14e26571809
Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y...
Good
task150_afs_argument_quality_gun_control
task150-3095ed5a528c47feba02c816e3cb1175
We would like you to assess the QUALITY of each of the following argument (discussing Gun Control) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of gun control. An ...
Valid
task471_haspart_answer_generation
task471-e30bf33f1ee140d6bfa7b14d8fe73e84
Given an entity as input, output another entity which is part of the input entity. These are entities of meronym. In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., output entity) is in a part-of relationship with its holo...
yttrium
task821_protoqa_question_generation
task821-6b3839ec20cf4e40b9ccbdb88d40e35d
Construct a question that every answer in the list is correct and reasonable for it. computer, dvd player, car, tools, video games, can opener
name something that can be frustrating to use for the very first time.
task847_pubmedqa_question_generation
task847-6bdb339c8ae742b79b20256d55f7f7a8
Given a passage, 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 ...
Are connexin43 levels increased in mouse neural crest cells exposed to homocysteine?
task591_sciq_answer_generation
task591-04bf6b43a983492185e281a0ebba1c6f
Given a scientific question, generate a correct answer to it. Where do most red algae species live?
oceans
task363_sst2_polarity_classification
task363-b5581d9cc8ae4175be3c3989542856ca
In this task, you are given sentences from movie reviews. The task is to classify a sentence as "POS" if the sentiment of the sentence is positive or as "NEG" if the sentiment of the sentence is negative It 's so tedious that it makes you forgive every fake , dishonest , entertaining and , ultimately , more perceptive ...
NEG
task294_storycommonsense_motiv_text_generation
task294-fab81a5218d14a7188b0d43223ec190c
In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to write the character's motivation by doing a specific job, which is given in the sentence. Y...
to be helpful
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-b0fde364cc4341929ed6a681be57bc85
In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ...
3166
task504_count_all_alphabetical_elements_in_list
task504-bc3a9a771a2846918db9d028f1c77a84
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the alphabetical elements in the given list. Return 0 if no alphabetical element in the list ['k', '4029', '8585', '3925']
1
task1284_hrngo_informativeness_classification
task1284-206e850218a04937bfdaf49b4655a866
You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0. System Reference: shangri la vegetarian restaurant serves vegetarian food at...
1
task366_synthetic_return_primes
task366-0e9a37bb90d5497a9b79588bf6a10bdb
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. ...
[709, 179, 577]
task582_naturalquestion_answer_generation
task582-92c93fd480f94ea19be29b4d22886ba4
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\*. who wrote spring can really hang you up ...
Fran Landesman
task1712_poki_classification
task1712-36e6e0b6723342fbb55eaf8922cb7475
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
elementary
task389_torque_generate_temporal_question
task389-e0b988e04ef240909c1f274814bce7c0
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What will happen in the future?
task1383_quarel_write_incorrect_answer
task1383-4aa8c0a3d27a46baaf51b0f96b3afb5a
You are given a sentence and a question. You're expected to write an **incorrect** answer to the given question, such that it is relevant to the given sentence. Your answer should not be completely out of context. Try to write short answers with one or two words. Sentence: A knob rolled across a wooden table travels at...
metal table
task1087_two_number_sum
task1087-d5f0db2669444697b21a6e2dc50975bf
You are given a list of integers and an integer target, return a list of a pair of numbers in any order such that they add up to target. If there is no such pair of numbers, then return an empty list [12, 3, 21, 9, 23, 16, 13, 28, 4, 44, 43, 35, 22, 7, 14, 29, 19, 48, 27, 6], target=48
[44, 4]
task207_max_element_lists
task207-0eda1447779c4eaf899f11265e0bd9b6
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[-109, -74, -109, ...
[-74, 42, -37, 18, 69]
task1313_amazonreview_polarity_classification
task1313-e0353251f82d41fd91ce8277ecce7115
In this task, You are given an amazon review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False" Review: when I ordered the product it was supposed to be delivered 4-5 weeks. Out of no where my mobile so update stated that th...
False
task370_synthetic_remove_divisible_by_3
task370-8f3933dfdd6b40e28ddc814d3bebca3a
In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3. [55, -16, 20, 96, 6, 43, -20, -45, -77, 31]
[55, -16, 20, 43, -20, -77, 31]
task496_semeval_answer_generation
task496-2f038f77a6ef4380a3c1080b45c86499
Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ...
No
task155_count_nouns_verbs
task155-68a43d722eed4af295ead48077775922
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'Woman in white shirt and blue skirt playing tennis'. Count the number of verbs in this sentence.
1
task306_jeopardy_answer_generation_double
task306-21fd6e9e70f1409e9f410e7aaee33f31
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. Category: ENDS WITH "UM" Clue: A synonym for an appendix to a book
an addendum
task228_arc_answer_generation_easy
task228-49aed369ec7f4bd6b49a5ae3f4869bb9
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 ...
C
task103_facts2story_long_text_generation
task103-cb75875353974c0db253999b565d06e4
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: idle play...
After drunkenly carousing on the town, idle playboy, Jonathan Blair, wakes up to find that Texan Valentine Ransome has spent the night in his mansion. He remembers little of the night and knows little about his houseguest. Valentine is attracted to Jonathan and sets out first to reform and then to marry him, explaining...
task405_narrativeqa_question_generation
task405-66e9f64538d9463e8a4c02d844a352f1
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Tippet is convinced of what, after seeing the flying dead man?
task385_socialiqa_incorrect_answer_generation
task385-7702e0b81945479d84e34abf3c700765
In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output. Context: Remy offe...
A
task229_arc_answer_generation_hard
task229-8c40514d0eb84169a476ea2b819219ec
You are given a science question (hard-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 ...
D
task632_dbpedia_14_classification
task632-3de1e1a03d0646c39c45e8194306a7d8
In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person....
No
task306_jeopardy_answer_generation_double
task306-d330f5abb23948acab714c4a20086b10
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. Category: ELEMENT & STATE Clue: In (IN)
indium & indiana
task344_hybridqa_answer_generation
task344-c318c03795e64f3b8190ad995d930f79
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. What river flows by the town of South Island with 11,850 residents ?
Waimakariri District
task149_afs_argument_quality_death_penalty
task149-df15f0d975ec4b7db20f4149df4f0422
We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty....
Valid
task564_discofuse_classification
task564-296bb47623bd4732964af801d732b6f4
In this task, you are given two sentences in the English language and your task is to classify them into one of their discourse types. A discourse type is an indicator to classify the given two sentences on the basis of a co-text as well as a relevant context. There are 13 discourse types in total which are 'SINGLE_S_C...
SINGLE_CONN_INNER_ANAPHORA
task074_squad1.1_question_generation
task074-58050d1a248e42148f494910aa9112d7
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 creati...
What army invaded northeastern Burma?
task844_financial_phrasebank_classification
task844-6dce9c90a3fa4df3a8585670a18e2313
Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. news:According to Tyrv+Æinen 's estimation , Japan is a very essential location in terms of Finnair 's Asian strategy . polarity...
false
task521_trivia_question_classification
task521-8ca9e081487a47c2bb2ea1fdfd76a54a
In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match. This character notes that in his tw...
Social Science
task929_products_reviews_classification
task929-62bbc04afa6a42d5a0609f10be237fa1
Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative. This set was a good bargain. Not the best quality, but you paid for what I think were really...
Good Review
task488_extract_all_alphabetical_elements_from_list_in_order
task488-0ee8959385494871a169fca70d567220
In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization. ['157', '785', 'w', '893', '4909', '1519']
w
task293_storycommonsense_emotion_text_generation
task293-cc1ed2df653e450291293121d63039cd
In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For ...
jocular
task1541_agnews_classification
task1541-7cdccbd23cdc4c6cb84e09410b630326
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...
2
task328_jigsaw_classification_insult
task328-29ae351b72e840a8a068af05b83bad21
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive. Comment: Your an idiot - we won that in 3 days and was only recent and last fight our guys were...
Insult
task070_abductivenli_incorrect_classification
task070-4e881ff53a28401fa6933d398a2e89e0
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 incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense. Beginning: Sam got a new...
1
task493_review_polarity_classification
task493-90084352d9b5414f9305c27fc7046e3a
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. I got this for Christmas,and I haven't watched it,yet. I want seasons 2-4. We'll miss you John Ritter,Rest in Peace.I'm still waiting for 8 Simple Rules Season 1 to come out on DVD.
Positive
task1419_mathqa_gain
task1419-d2c2767140af44d4bbd8c86a60b69c48
In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: a producer of tea blends two varieties of tea from two tea gardens one costing rs 18 per kg and another rs 20 per kg in the ...
a
task610_conllpp_ner
task610-0e32b2d3dcb04f0d848997c4d523ae8a
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun ph...
But the product , delivered eight months late , has fallen short of its sales potential in part because Microsoft <B-ORG> delivered a mixed message to business customers , analysts said .
task320_stereoset_classification_race
task320-2f7ce9cd40964acb97f7a02f39cedb7d
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 th...
unrelated
task566_circa_classification
task566-aa6f27d51c4640f79c71eb1b635870cb
In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No". Sentence-1: I think it's nerdy.<sep>Sentence-2: I enjoy the science fiction genre .
No
task1291_multi_news_summarization
task1291-361b224632114f6986b4fffbf8c8a11a
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. It seems that Andrew Cuomo has a wonderful sense of theater. On the very day that Steve Rattner is all over cable news to discuss GM's (GM) return to the public markets, he has (finally) bee...
Talk about timing. On the same day that Steve Rattner got to trumpet GM’s new IPO, Andrew Cuomo filed a trio of lawsuits against the ex-auto czar related to a pay-to-play scandal involving New York’s pension fund. Cuomo’s asking for $26 million in damages, and a lifetime ban on Rattner in the securities industry, Fortu...
task365_synthetic_remove_vowels
task365-caedf8f4b424463aa6fddb684ca0d2f4
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. ZZoWebicxjOAVioRGId
ZZWbcxjVRGd
task293_storycommonsense_emotion_text_generation
task293-b26cfd044b874d5bb331d0628a2b3484
In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For ...
enjoyment
task293_storycommonsense_emotion_text_generation
task293-ecec4c14ae1044f8b662c45ea5ba49c4
In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For ...
thankful
task074_squad1.1_question_generation
task074-992237ba98b642ea87331335fbc81f6b
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 creati...
Idol releases both the performances as well as what for sale?
task1368_healthfact_sentence_generation
task1368-bf406cc2203f4eeeb46338504d9a1216
Given a paragraph, generate a claim that is supported by the given paragraph. 1) The claim must contain information from within the paragraph. 2) A sentence within the paragraph can be used as a claim. 3) The claim should not have contradictions within the paragraph. 4) The claim should be at most one sentence long. "A...
"Just last year, alone, 710 police officers"" were assaulted in New York state."
task1604_ethos_text_classification
task1604-fa0efbfc00854039ab9f5a813255d3c2
Given a comment, classify it into a 'hate' speech or 'not hate' speech. Answer using 'hate' or 'not hate'. Just nuke the entire shi*hole country
hate
task596_mocha_question_generation
task596-18f207cb8aa24d669f422c547e43bde3
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. I woke up at 7 am this morning. Then went straight to the loo, then while I was half asleep, I decided what to have for breakfast. It was gonna be an omelette , a mushroom ...
Where did they get the eggs for the omelette?
task1346_glue_cola_grammatical_correctness_classification
task1346-589bc961be5b4557a4c83561aeaab325
You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'. The tall man kicked the ball.
1
task302_record_classification
task302-88499925dfec48828fd5b809a99c1d48
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options. Hong Kong (CNN) -- Chinese table tennis play...
(F)
task065_timetravel_consistent_sentence_classification
task065-13d3775b3fbf43b9aab7c8e432dc8b6a
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is correct, otherwise 'Optio...
Option 1
task672_nummersense
task672-a8b8903c77414d4a93fd46e97c52f88c
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Bobcats can jump _ feet in the air, or over three times their height.
eight
task307_jeopardy_answer_generation_final
task307-7e03a597ba6348469848dea9e15f3ed5
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. Category: MEDICAL HISTORY Clue: In December 1967 Louis Washkansky, a patient in this country c...
south africa
task1205_atomic_classification_isafter
task1205-55d375e4ddc24495a62c09a166f41496
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
Yes
task516_senteval_conjoints_inversion
task516-95491057d0f9459982e453f18ce5ff71
In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base...
Original
task1551_every_ith_element_from_kth_element
task1551-87780afc97aa43609da88c49a8649382
In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list. 1, 1, ['3403', 'T', 'E', '8087', '801', 'W', 'C', '5983', 'B', 'J...
3403, T, E, 8087, 801, W, C, 5983, B, J, 9771, 2319, 9167, p, 9173, q, 7927, 5103, 239
task326_jigsaw_classification_obscene
task326-606809b87d2445ef86faf7df8a6abef7
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 ...
Non-obscene
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-4324b05cc10d4c4b8542a4d5330c3618
In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
2795oa
task1731_quartz_question_answering
task1731-bbaa6976ceb4409890d981472834df2b
You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key). Paragraph: The farther apart you move your hands, the stronger the force of the rubber band pulling your hands together. Question: Dan wanted to flick Carlos h...
closer
task169_strategyqa_sentence_generation
task169-43adc67ab8bc4fbab7af232381b88172
In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page) Term: Jack London, ...
Fact1: Jack London's mother tried to commit suicide while she was pregnant. Fact2: Today children are taken away from suicidal parents.
task205_remove_even_elements
task205-769aa31fb258401f89eed251b138527f
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. [182, 125, 1...
[125]
task093_conala_normalize_lists
task093-a86aceefd32f44f9b715d0fb51e651b5
In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals. [-66.288, 35.253, 109.641, 31.495, 62.776, 191.19]
[-0.182 0.097 0.301 0.087 0.172 0.525]
task594_sciq_question_generation
task594-0a993b6f660746519d13a813c5a6af5d
Given a scientific passage and an answer, generate a question for the given answer. Passage: Mechanical waves are waves that transfer energy through matter, called the medium. Mechanical waves start when a source of energy causes a disturbance in the medium. Types of mechanical waves include transverse, longitudinal, a...
What type of waves start when a source of energy causes a disturbance in the medium?
task1206_atomic_classification_isbefore
task1206-4df20bd05c9d4f77b69d8f3a422155e3
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
Yes
task495_semeval_headline_classification
task495-9e0d400aadde420ba507169126bcf98b
Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. News Headli...
Funny
task636_extract_and_sort_unique_alphabets_in_a_list
task636-77a6c7f51204497db62c5e96a2d68906
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['p', '4351', '9057', '1249']
p
task1551_every_ith_element_from_kth_element
task1551-3612a723ad4e4d8991882278b02f75e9
In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list. 1, 2, ['807', 'I', 'H', '9763']
807, H
task103_facts2story_long_text_generation
task103-226090c9792941398635d70b4428b67c
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: Sachiko H...
Sachiko Hanai Emi Kuroda works as a call girl or soap girl specializing in sexual roleplay, or cosplay. In her work, Sachiko portrays a hometutor, hence the films original title, Horny Home Tutor: Teachers Love Juice. While at a cafe after one job, she witnesses an altercation between two men, one a North Korean and th...
task379_agnews_topic_classification
task379-33c65a724dbd4bbfa7f3a4aff9e13ca9
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
World
task372_synthetic_palindrome_numbers
task372-3f43c78d2df44654b1c2bd83c752e840
In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned....
[66, -242, 565, 181, 747, 33, 141]
task897_freebase_qa_topic_question_generation
task897-47c244e00cb74b2fbf53bc0fa73645d1
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. bratwurst
What is the German bratwurst?
task577_curiosity_dialogs_classification
task577-9e615a2554204ba9a5051d4c07cc6d63
In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant. Thank you for such good infor...
user
task113_count_frequency_of_letter
task113-5848ec3a48e646c5a5677c642e59efaf
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a stage set shows a hogwarts style bedroom set'. Find frequency of the letter 'e'
5
task1443_string_to_number
task1443-995e49752fbc4e9e97d65e78a4b20a44
In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix...
389192680
task1361_movierationales_classification
task1361-7a6448da6d9b4c7fad89b84516f51140
In this task, you must classify if a given review is positive/negative, indicating your answer as P or N. what is a scary movie anyhow ? is it a movie where a person gets ripped to shreds ? is it where a person is being chased by some damned teenager who wants revenge ? possibly its some guy with a hook who wants to kn...
P
task898_freebase_qa_answer_generation
task898-3f221b0b22e14faa8724ad2f6a5351b3
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. Which composer was born at Lowestoft in November 1913?
benjamin britten
task849_pubmedqa_answer_generation
task849-567ccc566612496da53e76a4aefda12d
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context. Context: Our previous studies (Int J Nanomed 10:22, 2015) have indicated that a single large dose of mesoporous silica nanoparticles (MSNs) can indu...
In summary, our results suggest that autophagy may be a possible protective factor in inflammation induced by MSNs in macrophages.
task820_protoqa_answer_generation
task820-284f703f3a0e4daf93a1344c29f86980
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. tell me something you hate to admit you did on a saturday night.
had a fling
task183_rhyme_generation
task183-b3c059029b5d42e0ba06795429e2b938
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" test
gest
task1510_evalution_relation_extraction
task1510-f27b27d792794fe0afe9c44d8d9ab3a2
Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Growth i...
growth IsA film
task1338_peixian_equity_evaluation_corpus_sentiment_classifier
task1338-3acbe07d232e498787a2321b37f68f6e
The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence. My daughter found herself in a depressing situation.
sadness
task565_circa_answer_generation
task565-23c3e4a1888a4e8988eee6742034aff7
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Have you heard any decent rock music lately?
A couple of songs.
task672_nummersense
task672-f72627b6d79b4269be72b0e78324ca0f
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Most carpets dry in _ to two hours.
one
task636_extract_and_sort_unique_alphabets_in_a_list
task636-7681aeaa8ee14d14b9d4ffb4ee8fd249
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['45', '6415', 'i', 'n', 'k', 'w', 'i', 'f', '6323', '115', 'o',...
f, h, i, k, n, o, s, w, x, y
task703_mmmlu_answer_generation_high_school_geography
task703-535dbba5642c4849839afaffdc542fda
You are given a question on high school geography. 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. Which group represents the ...
B
task821_protoqa_question_generation
task821-a3d0fd0ee53846908b29541ec1e96e9e
Construct a question that every answer in the list is correct and reasonable for it. egging a house, ding dong ditch, toilet paper in yard, smashing pumpkins, soap windows, water balloons
tell me a prank kids pull on halloween.
task592_sciq_incorrect_answer_generation
task592-c1a51adbde854008b0451f2f3d011281
Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect. What is the force that pulls particles at the ...
shinking tension
task228_arc_answer_generation_easy
task228-94f8dc79a18e44c18321d59d790e621b
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 ...
A
task1283_hrngo_quality_classification
task1283-e152f0921c8041e2b974f6c24ba8f11f
You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0. System Reference: fresca, is a good restaurant that serves peruvian food, especially for dinner. Original Reference:...
1
task1205_atomic_classification_isafter
task1205-1cfc389dac1449e184a409b583968c1c
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
No
task1286_openbookqa_question_answering
task1286-ae6aa0032b504d44a2a386fdbf59db53
In this task, you are given a multiple-choice question and you have to pick the correct option. Answer with option indexes (i.e., "A", "B", "C", and "D"). pushing an object requires (A) studying (B) dancing (C) singing (D) exherted effort
D
task066_timetravel_binary_consistency_classification
task066-242566f210154ddf8a15270cb2bfca03
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, otherwi...
Yes