task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task094_conala_calculate_mean
task094-627aa2e0aa194488970f97acfa591e26
In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. [166.175, 59.939, 4.039, 162.722, -6.531, 109.48...
82.639
task1592_yahoo_answers_topics_classfication
task1592-ddb901c6990d4f59850a55c433b696c5
You are given a question title. You need to classify it into one of the 10 topics: 0 - 'Society & Culture', 1 - 'Science & Mathematics', 2 - 'Health', 3 - 'Education & Reference', 4 - 'Computers & Internet', 5 - 'Sports', 6 - 'Business & Finance', 7 - 'Entertainment & Music', 8 - 'Family & Relationships', 9 - 'Politics...
5
task366_synthetic_return_primes
task366-3dbcbea62c74400db10cf88fc6479ad7
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. ...
[827, 257, 887, 751, 523, 857]
task063_first_i_elements
task063-ed794f4f6d67418c971e880023b8574f
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 2, ['s', '2361', 'M', 'h', '1067', 'W', '9695']
s, 2361
task293_storycommonsense_emotion_text_generation
task293-7041b8790e8f402e865526a09d1b5c12
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 ...
entertained
task286_olid_offense_judgment
task286-8098a5f6a4214cb28b751374eaae8605
In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co...
OFFENSIVE
task1422_mathqa_physics
task1422-9fcc60ec8ab440339b71402f95a01db5
In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: a work as fast as b . if b can complete a work in 24 days independently , the number of days in which a and b can together finish the work in ? Options: a ) 2 days , b ) ...
c
task075_squad1.1_answer_generation
task075-fbc4ed7c8a5d4509b10a070dc6333911
This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati...
a luncheon in his honor
task1217_atomic_answer_generation
task1217-aa63a0d7dd9a4ddda77866242d25a477
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX drives home the ___
scooter
task592_sciq_incorrect_answer_generation
task592-cbb91fcfbe5a4628aa6792da552aa53e
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. Where does most natural gas come from?
alchemy
task453_swag_answer_generation
task453-6a54edd566b846f6a8008ba5f9ad0192
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. Kids are watching the goats through a fence at a petting zoo. We
see a lady help a boy wash his hands.
task1309_amazonreview_summary_classification
task1309-76b2088f3e744087b09c153bca0f3fba
In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False". Reviews: Bought one pair and loved it great material. Ordere...
False
task069_abductivenli_classification
task069-ad4f26bc27034001893737cb7e36cb48
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Beginning: Orson was a grea...
1
task389_torque_generate_temporal_question
task389-c0975860c61b455d967b2de37365e69f
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 not happen in the future?
task114_is_the_given_word_longest
task114-62521e1c1a3d4c4cb57c532e6f492408
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. Sentence: 'a man pet...
No
task1217_atomic_answer_generation
task1217-8d0b06407f6648239be7f02bd7620038
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX hears PersonY's mother 's ___
alarm clock
task616_cola_classification
task616-d3780f5027024b6b91469451db5a9be7
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac...
acceptable
task132_dais_text_modification
task132-3c58faef71e44928a6faf6f90ea4add2
Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction. Linda allocated a woman some land
Linda allocated some land to a woman
task820_protoqa_answer_generation
task820-642a1704cd1548cba1785ee294e0193a
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. name something that the bride and groom do at a wedding that another guest should not
kiss during toasts
task159_check_frequency_of_words_in_sentence_pair
task159-19657466d86d4277900bf734d2619e41
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a couple of men riding on the backs of horses', Sentence2: 'a chair and a couch in a room'. Is the frequency of the word 'backs' in two sentences equal?
No
task1326_qa_zre_question_generation_from_answer
task1326-e99d2d49b837457db520a4c75a955264
Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge. Context : Allen Thomas (December 14, 1830 -- December 3, 1907) was a Confederate States Army brigadier general during the American Civil War (Civ...
What war or battle involved Allen Thomas?
task905_hate_speech_offensive_classification
task905-fd565d47d1ab4a7eab1da1594dc50b0c
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: @EcliptiK @zFearless @prihncess @SSickStory mine pussy Label: Hate Speech
false
task183_rhyme_generation
task183-8b7d6bd133104fa68d38f62f296fdb3e
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" hole
toelle
task470_mrqa_question_generation
task470-1449f31b392e4d329339aabde98be310
Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage. Chronic myeloid leukemia (CML) is caused by Bcr-Abl, a constitutively active tyrosine kinase that is the result of a reciprocal translocation between chromosomes 9 and 22 and cytogenetically e...
What tyrosine kinase, involved in a Philadelphia- chromosome positive chronic myelogenous leukemia, is the target of Imatinib (Gleevec)?
task1446_farthest_integers
task1446-fa4caee8edbb43ebbfb6f3a59272a009
In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance. [-24, 48, -67, 79]
146
task905_hate_speech_offensive_classification
task905-8bd1a46741ae42ae98e64a27802f366a
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: @PushinUpRoses My current favorite line is Shea Moisture. It's at Target and CVS. G...
true
task1730_personachat_choose_next
task1730-a5e5a7fe9778478c9d75d748db542544
You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text. Personality: I like to play football. I own a dog that's small. I have beard that's longer. I...
No it gives me football powers and I win more.
task1210_atomic_classification_madeupof
task1210-277855a358a64ebd9f03b571b353e1b6
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
task071_abductivenli_answer_generation
task071-fa443a6b84f9497da72eed862382d3e0
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin...
Now Karin sits far away from the rest of her teammates.
task303_record_incorrect_answer_generation
task303-87f620c07c154497a03a1259880a9daa
In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of "_". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist ...
Bluefin-21
task905_hate_speech_offensive_classification
task905-5c5000f1b232442e95a457ada1f0f7dd
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: &#8220;@MoffettMM: Just got done with my last final and I'm walkin around campus li...
true
task1389_hellaswag_completion
task1389-10177f4d0ef54ab986ad516439789b1b
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". The guy now scoops up some snow in the shovel picks it up then dumps it a couple of times. The guy ...
A
task495_semeval_headline_classification
task495-26a64c4fa46a43fa86a914413ee207bd
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
task308_jeopardy_answer_generation_all
task308-67063293f0a2462083b9e1482214ce9d
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: I'M NOT A DOCTOR, BUT I PLAY ONE ON TV Clue: Dr. Michaela Quinn
jane seymour
task141_odd-man-out_classification_category
task141-af40fba56f6848d2903f0851f350431d
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Category: construction Words: crane, hoist, hummingbird, excavator, upraise
hummingbird
task074_squad1.1_question_generation
task074-2f544b5dffc741968e9dcba2f76265d7
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 two targets were the Luftwaffe trying to destroy?
task246_dream_question_generation
task246-30e36116a12141b5a0784e66ea190315
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
Which is true according to the woman? (A) She lives a sad life. (B) She is living a happy life. (C) She is happy.
task924_event2mind_word_generation
task924-147aad1f52904f8dbc3cf09b71cd18ca
You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None Event:PersonX mends PersonX's ways. Intent: 1) to go swimm...
changed
task246_dream_question_generation
task246-19958a1964ec43c0a572aa88eb8441f4
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
Who is the woman complaining about? (A) Her boss. (B) Her husband. (C) Her friend.
task151_tomqa_find_location_easy_clean
task151-8a253ea8766846d0943cd9f266055b4c
Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in...
green_basket
task071_abductivenli_answer_generation
task071-682d12bef4f64463949fa523c2d0aabb
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin...
The next day, John decided to head back so Chance could exercise.
task967_ruletaker_incorrect_fact_generation_based_on_given_paragraph
task967-8505a08ef1de41bda26096f96699aea8
Given a text paragraph and a fact, generate a statement that is using the content of the given paragraph yet, it is **incorrect** (i.e., it contradicts the statements of the input). Bob is green. Dave is nice. Harry is white. All cold, kind things are green. Harry is nice. Dave is cold. Erin is nice. Erin is quiet. Dav...
Erin is not kind.
task183_rhyme_generation
task183-d7c050d396a14597bd4351f22594a275
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" power
shower
task067_abductivenli_answer_generation
task067-0ed0510d8167454f86d6d56271c1beeb
In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an...
I wanted to ride it, but was too young.
task1186_nne_hrngo_classification
task1186-1d72d2ff8cd34e66a5a2173722f856b0
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0. System Reference: lime tree southeast asian kitchen, is a good restaurant that ser...
1
task303_record_incorrect_answer_generation
task303-a3df4a2daf784bb4aca6bf832c4075e0
In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of "_". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist ...
North Carolina
task469_mrqa_answer_generation
task469-23e45997dd8d4b49bf799332d7c574bb
Given a question and a context passage, generate the answer having the word or phrase from the context passage. Here, the answer should be a shortest continous span from the passage. Context: The film opens on October 30, 1988, nearly ten years after Michael Myers's last murderous rampage in Haddonfield, Illinois. An a...
in haddonfield
task063_first_i_elements
task063-b2a98c38a90a4f7690cf93a888ae91bc
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A 4, ['2295', '4451', 'l', '2131', 'G', 'y', 'I', '4325']
2295, 4451, l, 2131
task183_rhyme_generation
task183-c1ac6f6a9cad4d72b039d25f4ce10383
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" light
nonwhite
task618_amazonreview_summary_text_generation
task618-50ea09a2616047038abb68e48af401c3
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. Couldn't select zero stars. When the light comes on, the power to the bulb is reduced dramatically. The bulb will be so dim that you might as well go back to fumbling for your keys in the dark! I bought 2 and ...
Terrible product - keep looking, these aren't the ones!
task1217_atomic_answer_generation
task1217-80a3fa08aec54813a5d0d3b690515c74
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX takes ___ to nyc
watch
task183_rhyme_generation
task183-481f6669b5c94b80bb67120ddd2495ca
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" fraction
traction
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-01d551ebef9b403488b123a22d1c72d5
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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be...
20071
task591_sciq_answer_generation
task591-7b0b99b3b64845338e604dc9347c514d
Given a scientific question, generate a correct answer to it. What is a process in which some substances change into different substances?
a chemical reaction
task089_swap_words_verification
task089-2ddf65b4549745e18cd3d5a921dcca7b
In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde...
(5, 6)
task246_dream_question_generation
task246-c219a3ac0da24b5fbe798715f443b0c4
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
How much is one cup? (A) $3.5. (B) $4. (C) $7.
task286_olid_offense_judgment
task286-dd402667896e45f4971b03aae7d8a8bb
In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co...
NOT
task141_odd-man-out_classification_category
task141-346fe4c5cec441428e1539fbc2ad28db
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Category: type of rigidity Words: alignment, taut, inflexible, firm, rough
alignment
task069_abductivenli_classification
task069-a81740a8e7e8435285a3cb0bf0e2c937
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Beginning: My family was ha...
2
task191_hotpotqa_question_generation
task191-de90dcfc8bd04b09b6da5805e301ceff
In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer. Context_1 : As of the 2011-2012 season, there were 49 teams competing in NCAA Division III wo...
Baby Jay is one of the mascots for a univeristy that has won how many NCAA Division I championships?
task1551_every_ith_element_from_kth_element
task1551-4b91664388df435aa2ef20f6d705f5d4
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, ['e', 'I', 'x', 'N', '7315', 't', 'x', 'S', 'J', '7597', 'g...
e, I, x, N, 7315, t, x, S, J, 7597, g, 5787, V, 4687, 1555, J
task074_squad1.1_question_generation
task074-0ec6342241d04842bd995353745de71a
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 methods did people use before antibiotics to treat infections?
task1599_smcalflow_classification
task1599-0c424d798b994373b4bd07efaec4a2d1
In this task, you are given an utterance, which is a part of a conversation between a user and an agent. Your job is to detect the speaker. The user usually commands the agent to schedule events, retrieve event information, and check the schedule. While the agent's response is an answer to the user's questions or follo...
user
task471_haspart_answer_generation
task471-d7ca3a186d0c48f7920d1a5f482eade1
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...
two chromosome
task850_synthetic_longest_palindrome
task850-e57baa7f53ea4ed5ac3f02df7f00880e
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. vvvfvvfvffvvvvv
vfvvfv
task301_record_question_generation
task301-5cb967a5a88b4f82a2ed78b0b0265b88
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . Jenny McCarthy is ...
When someone claims to have answers, especially someone with the intelligence and charisma of a _, parents are easy targets.
task1217_atomic_answer_generation
task1217-e01da82ec83f48ad9a75dcf63c95f783
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX places ___ in the hands
pencils
task1284_hrngo_informativeness_classification
task1284-43a88caa8bb24facb3c536828945cfe0
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: what area are you looking for a hotel in? Original Referen...
0
task1401_obqa_sentence_generation
task1401-0e362a0c78004580a1a0afa6675c45fe
In this task, you are given a question and a corresponding answer. Your task is to generate a fact statement that is useful in answering the given question. Question: a soil in a village seems to be nutrient deficient, what might have happened? Answer: there has been too much cultivation.
farming cause nutrients in the soil to decrease
task430_senteval_subject_count
task430-ab68a49934024de79e7999c73ee23c81
In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment. The coffee pot was already working, filling the room with the delicious aroma.
Singular
task183_rhyme_generation
task183-e79687bab2ce451f8eba5ef04b006af4
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" space
{left-brace
task753_svamp_addition_question_answering
task753-4a194fa8ae134ee2aeec636617b32f0a
You are given a math word problem and you are supposed to apply an addition mathematical operator on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Context: Because of the decision Sofia asked the students to suggest specific types of food. 182 student...
348
task157_count_vowels_and_consonants
task157-acabb786a7ba4e959958fdd5f9497fa8
In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Sentence: 'a woman standing next to appliances while eating pizza'. Count the number of vowels in the given sentence.
18
task581_socialiqa_question_generation
task581-bd55c3b11f4a4dd2848247bd3dcb2ae7
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations.. Context: Kailey had Bailey tied to the rope cause they were practicing how to get out of it safely. Answer: educated
How would Kai feel afterwards?
task024_cosmosqa_answer_generation
task024-b173d59d1c2c42dba4ee7a12ff1e8e3f
Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ...
Cards are much cheaper now than I remember they were in the past.
task506_position_of_all_alphabetical_elements_in_list
task506-0bc228946fcb45a6b587cb266fd4a7d6
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list. ['3319', '35...
4, 5, 7, 12, 13, 14, 15, 16, 19, 21, 22, 23, 24, 27, 29, 30, 31
task280_stereoset_classification_stereotype_type
task280-8aa62d9c1dcd426fac00ea9aebba2799
In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. You are expected to classify the passage into four types of ...
Profession
task369_synthetic_remove_odds
task369-bb118da48dc64ca380b7e28768ca1569
In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. [76, 86, -33...
[76, 86, -18, -86, -2, -72]
task300_storycloze_order_generation
task300-d21d4c99faf9404dbe463551c75d8dae
In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the...
15342
task1551_every_ith_element_from_kth_element
task1551-60b79117a0d64017a81236bdf618366d
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, 5, ['W', '1061', 's', 'I', '8247', '3761', '4781', 'T', 'L', '...
W, 3761, F
task668_extreme_abstract_summarization
task668-4b9ce73950a841abadb9ee38ee548915
In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words. Often we wish to transfer representational knowledge from one neural network to another. Examples include distilling...
This paper combines a contrastive objective measuring the mutual information between the representations learned by teacher and student networks for model distillation, and proposes a model with improvement over existing alternatives on distillation tasks.
task428_senteval_inversion
task428-de912d27d2534bcaa30f2f463fd4e689
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. I ...
Inversion
task194_duorc_answer_generation
task194-28dd8bc5ba074544b80e7c9b821f5fbc
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. After her prostitute mother and her john are clobbered to death with a hammer while they are asleep in bed, teenaged E...
Answer: Walter and Bunch
task863_asdiv_multiop_question_answering
task863-409ab4e145154609944c57dc9941406f
You are given a math word problem and you are supposed to apply multiple mathematical operators like addition, subtraction, multiplication, or division on the numbers embedded in the text to answer the following question and then only report the final numerical answer. while playing a game frank defeated 6 enemies . ea...
62
task586_amazonfood_polarity_classification
task586-bf6d398513374bec813e861401516ca5
You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. My dog is very smart, he got the idea of what he needed to do real quickly but it's just to hard for the treats to come out of the jar, even when we help him... t...
Negative
task1205_atomic_classification_isafter
task1205-f919753a051e44bf93cfe797ef89ff80
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
task071_abductivenli_answer_generation
task071-d41fc0df6e0b4819ac5b893e9ca75fab
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin...
Leslie just fired the employee with the lowest sales performance.
task472_haspart_classification
task472-2ff5e66f67a54581b5e3a0406ceaa866
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". 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., second enti...
no
task586_amazonfood_polarity_classification
task586-756be78f0b264e00b43e80e20f6d415b
You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. The main ingredients in this dog food are so much better than the ingredients in the common grocery store brands, and it tends to be less expensive than specialty...
Positive
task163_count_words_ending_with_letter
task163-2358002021d74c38a62834af8914774c
In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words. Sentence: 'fluffy dog sitting on the floor for a treat'. How many words end with the letter 'r' in the sentence.
2
task100_concatenate_all_elements_from_index_i_to_j
task100-34f57097fd0347febeb5c4d4cdbe66f7
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j...
618513898451
task905_hate_speech_offensive_classification
task905-d0f0b8ad7c2a4a269e034d4e828a3778
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: &#8220;@miilkkk: On a scale of 1-10 this bitch is literally a 6 http://t.co/A3rMyfN...
false
task390_torque_text_span_selection
task390-94afb185aa164e1984b65c4a5aa5e8bf
In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Passage: In ano...
sent
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-ccf14ba05162420598903d64f5c6b350
In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t...
uNuVdoXabbcffhilmppqxyzjSSy, iITDIKycabbcffhilmppqxyzKrcbCOThcVgnt
task580_socialiqa_answer_generation
task580-85d1a236f2414be8a62ee5d9c5c0fa41
In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'. Context: Sydney...
B
task390_torque_text_span_selection
task390-d4eeda658cd04ad6a5ed73b83dc0bb62
In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Passage: His pr...
distort
task301_record_question_generation
task301-6b866fa6a35d41b098056a9ca5993bd9
In this task, you will be shown a passage. You need to write a fill-in-the-gap question based on your understanding of the events that might be inferred from the passage. Your question should be answerable based on the passage and only have one correct answer. Show the gap in your question with a _ . A dissatisfied cus...
'They are clearly aspiring for something a little different than what is on offer in the rest of _.
task405_narrativeqa_question_generation
task405-f391672513734cf696ac52c58bb710bc
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...
What does Madame de Carigliano believe about marriage that shocks Theodore?
task596_mocha_question_generation
task596-25154ee69d5f45f1982a07e2aa02939a
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. Remy paid Aubrey's taxes since she already owed money.
What will Aubrey want to do next?
task356_casino_classification_negotiation_self_need
task356-a29eb89c7b4b45dda7da5c153c636f5e
The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Ye...
No