task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task166_clariq_sentence_generation
task166-bacc061b493047d79a912ae357847cc2
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 questio...
is there a specific representative you need information on thats written on the topic
task365_synthetic_remove_vowels
task365-71862bb79b46447a9f7e31f3b3060b09
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. QUmLGodOalOHEeCS
QmLGdlHCS
task849_pubmedqa_answer_generation
task849-1a20b4892c284a6fa98a6820a0ebd92c
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: Neoadjuvant treatment is often given for locally advanced malignancies; however, clinical and experimental studies have shown that some che...
The local injection of GM-CSF improved impaired wound healing in adriamycin-treated rats.
task595_mocha_answer_generation
task595-f5a87261a66244d881b6a4be27785fb0
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. ...
get medical advice
task1288_glue_mrpc_paraphrasing
task1288-7efb6228319b4f1497de13b93d5ac017
You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No". Sentence1: Bloodsworth was ultimately cleared with evidence gathered from a semen stain on the victim 's underwear ., Sentence2: In 1993 , after nine years in prison , Bloodswort...
No
task390_torque_text_span_selection
task390-00029aab225f4422bb8daa40874a1775
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: The re...
said
task1346_glue_cola_grammatical_correctness_classification
task1346-e28d1838036c4a21a92b654c1ca5d8c6
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 hardest that I ever knew a man who said that it had snowed was last January 12th.
0
task067_abductivenli_answer_generation
task067-85ada2b05ca344cc98c1b47d5b8ff769
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...
Will submitted the video to a local talent competition.
task183_rhyme_generation
task183-a0693344737348bea57dc38112ba3053
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" seat
effete
task170_hotpotqa_answer_generation
task170-20181feabe9b4bec802a6133040dbe24
In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts. Context_1 : Quiggin's is one of three companies that make Kendal Mint Cake. They were founded in 1880 by the ...
peppermint
task1712_poki_classification
task1712-5c05dbb2db544a13b08fd86a7f333981
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
task377_remove_words_of_given_length
task377-c7748f337de1469b805dd10af90fe908
In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5. Sentence: 'a stuffed animal being held up to a sandwich'. Remove all words of length '7' in the given sentence.
a animal being held up to a sandwich
task165_mcscript_question_answering_commonsense
task165-705f4b18b4fe493ea1f7fff5bc568ad8
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o...
when the writer understands that there are basic tools to repairing the tire
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-d6c40155a6364c388eb8987a405ec0cf
You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female). The situation makes my father feel scared.
male
task303_record_incorrect_answer_generation
task303-2e702d7ee357401187f90f5187ad155c
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 ...
Ministry of Defense
task1206_atomic_classification_isbefore
task1206-259d151d5d1b417c9e80c95327b79191
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
task617_amazonreview_category_text_generation
task617-16b449c3d7d04294a02656245b515458
In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p...
home
task368_synthetic_even_or_odd_calculation
task368-5721cddec41f49d48756f04e25972a2e
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal...
[-122, 310, 150, -170, -17.5, 24.0, -19.0]
task507_position_of_all_numerical_elements_in_list
task507-b594c4503f564c379a0832fb1e2b714a
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 numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['b', '5529', '498...
2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 15, 17
task1542_every_ith_element_from_starting
task1542-9b1bc0f1a49548d09e43f52095b5ebba
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element. 1, ['V', '8779', '2051', '7799', '7713', '3205', 't', '4817', 'e', 'E', 's', 'X', '27', 'b', '5019', 'e', 'B', '1085', '9061', '2297', '7379', 'd', '3201', 'A', '4797'...
V, 8779, 2051, 7799, 7713, 3205, t, 4817, e, E, s, X, 27, b, 5019, e, B, 1085, 9061, 2297, 7379, d, 3201, A, 4797
task1420_mathqa_general
task1420-3253761f3994443887fcbc0bc1a62153
In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: mudit ' s age 16 years hence will be thrice his age 4 years ago . find mudit ' s present age ? Options: a ) 14 , b ) 19 , c ) 27 , d ) 18 , e ) 15
a
task291_semeval_2020_task4_commonsense_validation
task291-a3231eb6a60c49128d8d9fe4243b3bd6
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. he was living in his pen he was living in his house
first
task924_event2mind_word_generation
task924-b0d1202df0c847cc8954f8387616e1fc
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:It comes help. Intent: 1) come back. XEmotion: 1) na...
relieved
task850_synthetic_longest_palindrome
task850-1013e9c6df59430daf32e1d1f50d0359
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. wwaeaaaaewe
eaaaae
task499_extract_and_add_all_numbers_from_list
task499-d235c093a2c64debbcdd9a0ba4cad182
In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['4491', '1843', '6635']
12969
task1291_multi_news_summarization
task1291-dab4ce26291b4c808597bb75d750d42d
In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them. It is a message of utmost poignancy from close one friend to another that speaks of deep affection and even love, written in the aftermath of an event left them both bereft. A few months aft...
Jacqueline Kennedy and David Ormsby Gore met frequently during John F. Kennedy's presidency, even taking shared vacations with their spouses. But by 1967, both were widowed and bonding over their shared loneliness. A year later, their relationship had turned romantic, at least on one side. Ormsby Gore—a close friend of...
task308_jeopardy_answer_generation_all
task308-79d5c63120884f54a8954572df5f85e0
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: ARE YOU A BETTING MAN? Clue: C'mon, one more cherry! Bally's Las Vegas became the f...
a slot machine
task286_olid_offense_judgment
task286-b8c86614326e498182fd624040c1194e
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
task142_odd-man-out_classification_no_category
task142-3271af71f47a4a9ea88d48678bb14af3
Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas. fret, board, emotional upsets, headstock, pick
emotional upsets
task311_race_question_generation
task311-084dc95ff7264c6fb1538ae944e7614c
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: According to the National Retail Federation, we spend a record of $18.6 billion on Mother's Day gifts every year that works out to about $152 per mom. If you're looking to step ...
Whom is the text mainly intended for?
task1661_super_glue_classification
task1661-bfa003bae35b4d229a7bfac4833bcc6c
In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True) Passage: Fuller Brush Company -- The Fuller Brush Company sells branded and private label products for personal care as we...
1
task515_senteval_odd_word_out
task515-0782da3b5b6545bfb02a62096245fdc3
In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Changed" based on...
Changed
task089_swap_words_verification
task089-b2cb535cc5f84f80a60636ce54c0d910
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...
(8, 9)
task1325_qa_zre_question_generation_on_subject_relation
task1325-2072cde7912a40a8b0cc98def09d43f6
You will be given a context, a subject and a relation. Your task is to generate a question based on the subject and relation. The generated question should include the given subject. Try to use a minimum number of words that are not present in either context, subject or relation while generating question. Context : Lud...
What was Ludwik Gross's occupation?
task381_boolq_question_generation
task381-a0e6c3cc7dbc480f9b91d66910762386
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. Also, it is not uncommon that people preferring to use the right hand prefer to use the left leg, e.g. when using a shovel, kicking a ball, or operating control pedals. In many cases, this may be b...
can you be left footed and right handed?
task303_record_incorrect_answer_generation
task303-1e5300074d7f42199caed8d623226022
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 ...
Jasper Cillessen
task303_record_incorrect_answer_generation
task303-ec46ab06269e44c9bf97f95676e9b0d0
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 ...
Premier League
task1727_wiqa_what_is_the_effect
task1727-3f3fd0b56cdf41a1acdd0abfb33bf0c1
In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai...
for
task955_wiki_auto_style_transfer
task955-33f95005a2f1433398282a024d9a0028
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. In 1887 , a group of young men held a meeting at the County hotel in Derby and founded the Derby S...
In 1887 , a group of young men held a meeting at the County hotel in Derby and founded the Derby Sketching Club with the aim of providing a place where they and others could work and share their interest in painting and sketching , a place to share their art .
task1217_atomic_answer_generation
task1217-877a1acfe5d049d2b1add82b69026ffb
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 throws ___ in PersonY's face
beer
task597_cuad_answer_generation
task597-a1053d481896452b871da571e2472eb4
In this task, you're given a passage that represents a legal contract or clause between multiple parties, 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 a specific phrase from the paragraph. If multiple answers see...
The Village Media Company shall not, and shall cause its Affiliates and their respective permitted sublicensees not to, whether during the Term or thereafter, challenge (a) the rights of PFHOF in and to any PFHOF Work, (b) the validity of any PFHOF Work, (c) PFHOF's right to grant rights or licenses relating to the PFH...
task389_torque_generate_temporal_question
task389-f6e1b8fa83a74023a4f6517226893ec9
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 after the lawnessness?
task605_find_the_longest_common_subsequence_in_two_lists
task605-74223589b7714207b1e84fc89ae9d125
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [2149, 'E', 'm', 8023, 1121, 3537, 4371, 'Z', 'K', 115, 4959, 't', 2227, 'S', 'h', '2069', 'n', 'M', '9083', '6201', '9489', '3215', '1953', '3475', '3883', '4981', 'r', 'P', '3321', '4587', 'z', '8347', '759', '89', '1...
2069, n, M, 9083, 6201, 9489, 3215, 1953, 3475, 3883, 4981, r, P, 3321, 4587, z, 8347, 759, 89, 1511, 7895, 5645, R, q, o, G, 377, m, M, T
task668_extreme_abstract_summarization
task668-f2d2e1f9f1ba4ba0b3c9fce90db61c5b
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. Gradient-based optimization is the foundation of deep learning and reinforcement learning. Even when the mechanism be...
Suggests a new approach to performing gradient descent for blackbox optimization or training discrete latent variable models.
task229_arc_answer_generation_hard
task229-a545533934fd44deaea6450b61875db2
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
task074_squad1.1_question_generation
task074-38c7e8eb85084dee8329abba583863c4
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 type of clothing is believed to look neat, fresh and clean?
task1660_super_glue_question_generation
task1660-87ccfdcd70bf49a19bef49e9de72e79d
In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False. Rick and Morty (season 3) -- The third season of the animated television series Rick and Morty originally aired in the Unit...
is there going to be a third season of rick and morty
task672_nummersense
task672-76bdc11b438e4663a329e5bc45068077
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Males are at least _ times more likely to die from suicide than females.
four
task365_synthetic_remove_vowels
task365-d211df43a9bd4384a956e915c8090b8b
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. JXrXtEYF
JXrXtYF
task1295_adversarial_qa_question_answering
task1295-e32127705f4448e58a6a3b51eeb05076
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. Who first inherited the Palacio Taranco?, Context: The Palacio Taranco is located in front of the Plaza Zabala, in the heart of Ciudad Vieja. It was erected in the early 20th century as the residenc...
the heirs
task045_miscellaneous_sentence_paraphrasing
task045-8d20cb18cabc43acb25f4de007d20726
You are given a question, its answer, and a sentence that supports the question, i.e., the answer to the question is inferable from the sentence. In this task, you need to paraphrase the given sentence so that the paraphrased sentence still supports the question i.e. you can still infer the answer to the question from ...
A molecule of water is formed when two hydrogen atoms combine with an oxygen atom.
task1711_poki_text_generation
task1711-31d4bca63a7c42e0ac8c599e745342ea
You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ...
it be so angry tornado cower in fear so angry rabid dog stand fifty foot away so angry professional wrestler cancel all of their fight for a week and so angry bully pay it fifty buck not to hurt them that's angry
task618_amazonreview_summary_text_generation
task618-759b5b330af64fb8bc6caed95617c351
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. They were alright but they have already started to peel from being rubbed and i have only worn them once and got them 2 days ago. Not worth 20 bucks, maybe 10 bucks.
They were alright but they have already started to peel ...
task141_odd-man-out_classification_category
task141-b8ab8a30e1e343a0b7f252da945112be
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: aesthetic characteristic Words: hot, there, fine, ticket, bright
ticket
task577_curiosity_dialogs_classification
task577-f1676a0dddce430c9beea9afdfd22086
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. Spending on education as a pr...
assistant
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-153ae974da5a42019b3fcd62cc819d45
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...
21273
task384_socialiqa_question_classification
task384-c680d364fd9c4e01b7c22fa278d55d58
In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False". Context: Riley struck fear into their heart...
False
task589_amazonfood_summary_text_generation
task589-57bba0bd21ab4b5893c21fd5d73217cf
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary. Be careful if you have a chocolate allergy. The last box I purchased has cocoa powder as the ingredient and the...
Don't buy if you're allergic to chocolate
task1347_glue_sts-b_similarity_classification
task1347-48b8672952f64dff9b7591122eaae38f
Evaluate the similarity between them and classify them into classes from 0-5 as follows: 0 : The two sentences are completely dissimilar. 1 : The two sentences are not equivalent, but are on the same topic. 2 : The two sentences are not equivalent, but share some details. 3 : The two sentences are roughly equivalent, b...
4
task208_combinations_of_list
task208-922175e4b635436bb575944c1c728dcf
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. Fo...
[['P', 'e', 'p', '0', '5', '9'], ['P', 'e', 'p', '0', '5', 'u'], ['P', 'e', 'p', '0', '9', 'u'], ['P', 'e', 'p', '5', '9', 'u'], ['P', 'e', '0', '5', '9', 'u'], ['P', 'p', '0', '5', '9', 'u'], ['e', 'p', '0', '5', '9', 'u']]
task846_pubmedqa_classification
task846-328cc9c5846040239f9c4826fa8c7a50
Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question. Question: Are spinal cord grey matter abnormalities associated with seconda...
yes
task898_freebase_qa_answer_generation
task898-3025293e17834fd09ebc46f95aaea769
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. Who directed The Big Sleep and Gentlemen Prefer Blondes?
howard hawks
task1289_trec_classification
task1289-49e934672a9143c98b599b0e55eeff5e
You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre...
Quantity
task074_squad1.1_question_generation
task074-ef707989ed8c4d9e8f52b01b194b1ff1
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...
Russia failed to help Austria during what war that took place in 1866?
task1669_md_gender_bias_text_modification
task1669-c7ef71e6de70458ba95cd505597cb566
In this task if the pronoun is female or gender-neutral you are to replace it with a male pronoun. If there are no pronouns add a male-gendered word to the sentence. I love playing with my dog, miss. What are yours?
i love playing with dog dude. what are yours?
task820_protoqa_answer_generation
task820-a43dfff3a3274cb382071adb12b54b58
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 a place that you wish you had the nerve to go alone
haunted house
task389_torque_generate_temporal_question
task389-78c112bae32c4f2d99d9f93d5c07522a
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 happened before the survey?
task924_event2mind_word_generation
task924-0306308bcc25497aa4391d4287677545
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 provides PersonY method. Intent:. XEmotion: ...
pleased
task1542_every_ith_element_from_starting
task1542-edd4977471e74390a12eece6f1db5780
In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element. 7, ['F', 'o', '2607', '923', 'i', 'X', 'V', '2819', 'O', '6479', '7019', '1555', 'M', 'z', 'w', '969', 'A']
F, 2819, w
task934_turk_simplification
task934-3cfea76334834c7d8778e17dad42322e
In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input. in the 1950s camus devoted his efforts to human rights.
in the 1950 's , camus devoted his efforts to human rights.
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-f51e75cc5fd042a9b7d7009f7c2c02ef
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input...
a, W, R, q, n, L, k, V, p, r, 8991, 8713, 1727, 2631, 9541, 8543, 5891, 437, 9135, 5627, 7185, 4489, 8055, 4705, 7609, 4807, 341, 8447, 5501
task506_position_of_all_alphabetical_elements_in_list
task506-4121bb96f0ad4d579c48064298de6e9c
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. ['223', '661...
3, 8, 12, 15, 18, 19, 20, 22, 25, 26, 30, 31, 32, 33, 38
task113_count_frequency_of_letter
task113-c9fe0ab4f02e4eeb92be92d97db07b21
In this task, you need to count the number of times the given letter appears in the given sentence. Sentence: 'a kitchen with a stuffed animal standing above a pizza'. Find frequency of the letter 'n'
4
task368_synthetic_even_or_odd_calculation
task368-78624f7b253e46fc968fce29b532f4f3
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal...
[-16.0, 102, -16.0, -24.5, 22]
task303_record_incorrect_answer_generation
task303-2e3c854a61a64b578c940dab15363dbd
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 ...
Serie A
task169_strategyqa_sentence_generation
task169-3041bfb02ec54cbd999f10780194554f
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: Pizza, Descri...
Fact1: A group of conspiracy theorists have come up with a theory called 'Pizzagate'. Fact2: Pizzagate implicates Hillary Clinton, saying she used pizza as a code word or cover up.
task283_dream_incorrect_answer_generation
task283-886dace792724e4f901d2cdde39e908d
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". W: It's December 11th. Is it Tuesday? M: No. It's Frid...
It's Friday.
task453_swag_answer_generation
task453-7d13972f794e4ef3b3d80bcf845e88f0
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. Two bulky men, wearing black top are standing on the table, they put their arms on the table and positioned themselves in an armwrestle match. The men
started to arm wrestle while while a referee is watching closely to the men's arm to see who is winning.
task496_semeval_answer_generation
task496-69c33edf321c46bc89212b5f7ad5f027
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". ...
Yes
task504_count_all_alphabetical_elements_in_list
task504-a7c13ce86c61489e914772a28bbc4f7c
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 ['2225', 'X', 'Z']
2
task1290_xsum_summarization
task1290-14328376cfe641a29e97a07c55704428
In this task, you are given an article. Your task is to summarize the article in a sentence. Bill Irwin, who is 55-years-old, from Duncastle Road in Newbuildings, faces a total of 23 charges which date from March 2009 until February 2014. He is accused of making a false claim to the Northern Ireland Assembly for paymen...
A former DUP councillor has admitted more than 20 fraud charges at Londonderry Magistrates Court.
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-0789b67ead4a4570b444ab659fdefbf9
In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal. FGiAnGkxMGoALFTSjAGrYhlHpTyCx, NqcGaTdMGoALFTSjAGZQAMj
a, c, f, g, h, i, j, k, l, m, n, o, p, r, s, t, x, y
task616_cola_classification
task616-a793af132245454b97737b99199d3065
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
task377_remove_words_of_given_length
task377-cec81766ff834c2cbce977f2968d4d15
In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5. Sentence: 'a boat named jr tolkien is harbored along other boats'. Remove all words of length '8' in the given sentence.
a boat named jr tolkien is along other boats
task093_conala_normalize_lists
task093-bc01d42081e4414090da4fade538116c
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. [195.182, 241.387]
[0.447 0.553]
task608_sbic_sexual_offense_binary_classification
task608-f8599c96b4394aeebd7e0c694a035c94
In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explici...
Yes
task636_extract_and_sort_unique_alphabets_in_a_list
task636-c6059999eaed494da10eaf3782b18439
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. ['8631', '4059', '1563', '2325', '307', '6041', 'z', 'k', '5605'...
d, j, k, l, t, v, w, z
task488_extract_all_alphabetical_elements_from_list_in_order
task488-43328060cd494ca3be4f1830e4d40246
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. ['I', '4453', '1197', 't', '9463', 'U', '5251', 'n', '9105', '9361', 'n', 'P', 'q', 'r', '9623', '3043', '899', 'p', '162...
I, t, U, n, n, P, q, r, p, D, C, A, W, A
task298_storycloze_correct_end_classification
task298-6e37708f94a5420e821c1b32a2da9ed6
In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'. Sentence1: Javier always noticed the kids playing handball near his house. ...
Yes
task964_librispeech_asr_text_auto_completion
task964-98c70d80975c456eaa1bb5a06b4f5658
You are given an unfinished English sentence, and you need to predict the rest of it. and his best suit of clothes which was plain proof that he was going out of avonlea and he had the buggy and the sorrel mare which betokened that he was going a considerable distance now where was
matthew cuthbert going and why was he going there
task323_jigsaw_classification_sexually_explicit
task323-0109f1a9a2524997a54b26e99f037542
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters. Comment: And you're a dycque.
Non-sexual-explicit
task1347_glue_sts-b_similarity_classification
task1347-2752937cd01c4098b433049262d9a0d7
Evaluate the similarity between them and classify them into classes from 0-5 as follows: 0 : The two sentences are completely dissimilar. 1 : The two sentences are not equivalent, but are on the same topic. 2 : The two sentences are not equivalent, but share some details. 3 : The two sentences are roughly equivalent, b...
2
task847_pubmedqa_question_generation
task847-ed0749f220954f0d9275c8b28d73b4e1
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 ...
Does beta-arrestin 2 rather than G protein efficacy determine the anxiolytic-versus antidepressant-like effects of nociceptin/orphanin FQ receptor ligands?
task291_semeval_2020_task4_commonsense_validation
task291-7baf731564964060ad4aa54ffb910cd2
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. The last movie of the game is awesome The last chapt...
first
task400_paws_paraphrase_classification
task400-e4164afc765a42a594ba296f1e0942f1
In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line. The facade is divided into three vert...
Not paraphrase
task351_winomt_classification_gender_identifiability_anti
task351-8e6a5dcb1e854d3da4513c1fa34d92c9
In this task, you are given a sentence and a profession. The sentence mentions two professions: one's gender is identifiable using the gendered pronouns in the text and the other's gender is unidentifiable. You are expected to return whether the given profession's gender is identifiable or unidentifiable. Sentence: Whe...
Unidentifiable
task924_event2mind_word_generation
task924-62b055f8f2ad45c5b2b809b6f84ead70
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 helps PersonY's mother. Intent: 1) be a cour...
grateful
task616_cola_classification
task616-cc274afca7b14cd0a81d9fd67b75e437
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
task344_hybridqa_answer_generation
task344-4587d5fe26bb41d9988def8a30377823
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 parish contains the city of KVHP ?
Calcasieu
task285_imdb_answer_generation
task285-51ff2ae355a1481cac51c49412f7264c
In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Review: This is a great story of family loyalty which, thankfully, ...
no