task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-49fc5d60e3a24b6cbf3353fe8a4024c1
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...
J, K, r, Z, K, G, t, u, c, V, I, v, Y, a, 5337, 199, 2697, 8453, 9183, 6787, 3913, 2247, 8429, 3799, 2031, 841, 5275, 8049, 1399, 5263, 9445, 1517
task159_check_frequency_of_words_in_sentence_pair
task159-62f3cd57912d41c3a0e80fdc3b0892c9
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'there is a man skateboarding on the street', Sentence2: 'girls running on the field going after the soccer ball'. Is the frequency of the word 'the' in two sentences equal?
No
task1420_mathqa_general
task1420-3935398036024333a60e733c1af027cf
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: find the least number of complete years in which a sum of money put out at 15 % compound interest will be more than double of itself ? Options: a ) 5 , b ) 6 , c ) 7...
a
task379_agnews_topic_classification
task379-def00ecbc09640f98e4c36dc8574b9b1
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...
Sports
task403_creak_commonsense_inference
task403-5d346b79662f472aa77d73e98190a3ac
In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal...
False
task295_semeval_2020_task4_commonsense_reasoning
task295-400ff0d3607a42dea2f10e2866dd72d8
In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense. A suitcase is for carrying stones. (A) Stones are heavi...
B
task1595_event2mind_text_generation_1
task1595-042de5b54b27444da0ef4b5a9c9e3464
The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action. PersonX lays hands on ___
happy
task105_story_cloze-rocstories_sentence_generation
task105-458c53c308df44fea1706d36159c63c9
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: Mia sat at home in her living room watching sports. Sentence2: Her favorite soccer team was playi...
Mia cheered loudly and thought that she helped score that goal.
task145_afs_argument_similarity_death_penalty
task145-6e8e5953403c4051857cd7d219169214
We would like you to classify each of the following sets of argument pairs (discussing Death Penalty) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A F...
Similar
task227_clariq_classification
task227-e36ad9bdf27248f6b79e84e36c5cf5f0
In this task, you are given an ambiguous question/query (which can be answered in more than one way) and a clarification statement to understand the query more precisely. Your task to classify that if the given clarification accurately clarifies the given query or not and based on that provide 'Yes' or 'No'. Query: Tel...
Yes
task507_position_of_all_numerical_elements_in_list
task507-e19abe9a77c849e081ce2531d1d7523a
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. ['D', 'b', '5305',...
3, 4, 7, 8, 9, 14, 16
task488_extract_all_alphabetical_elements_from_list_in_order
task488-df27b786477f402b8882deecac0632e8
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. ['x', 'T', '7285', 'T', 'c', '1235', '2657', '4245', '5861', '3775', '5155', 'f', 'y', 'c', 'Z', 'C', '5079']
x, T, T, c, f, y, c, Z, C
task286_olid_offense_judgment
task286-baf53c1c1d0f496a9169120e6b858b83
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
task850_synthetic_longest_palindrome
task850-8ffe4df0f75145fab8dc68bb28c9142e
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. ddhdhhthhtt
hhthh
task506_position_of_all_alphabetical_elements_in_list
task506-a55eca68fe3e4c508afcd9da0688a5a2
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. ['3703', '40...
4, 5
task1346_glue_cola_grammatical_correctness_classification
task1346-6e36ba5eea6740a9bace0f1627fe0047
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'. I went to the store and bought some whisky.
1
task849_pubmedqa_answer_generation
task849-1efdd3183ca84566b1b9577341d7fb46
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: Intestinal fibrosis is mainly associated with Crohn's disease and is defined as a progressive and excessive deposition of extracellular mat...
GED ameliorates intestinal fibrosis in dextran sulfate sodium-induced chronic colitis in mice and regulates major profibrotic cellular and molecular mechanisms.
task1712_poki_classification
task1712-26db5ad4307c4c77b7ecb7bb562188a2
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
task177_para-nmt_paraphrasing
task177-fd78f9a5aed446918100005d5b83ac8f
This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words. boy , that 's hot . ok , change of plans . you can be granny .
wow , it 's warm . change of plan , you 're going to be a grandmother !
task063_first_i_elements
task063-3508cd7df8884b0895d02bcb58dc5310
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, ['A', 'X', 'B', 't', 'V', '8841', 'W', 'V', 'D', '4155', 'A', 'q', '179', 't', '8317']
A, X
task1448_disease_entity_extraction_ncbi_dataset
task1448-eeb145c16fcd41a698babe96cc65a8ba
In this task, you will be given a sentence. You need to reconize the name of the disorder or disease. Disease is a disorder of structure or function in a human, animal, or plant, especially one that produces specific symptoms or that affects a specific location and is not simply a direct result of physical injury. Alth...
HH
task1421_mathqa_other
task1421-000cba68b3c64e158a97d160518b07e5
In this task, you need to provide the correct option for a given problem from the provided options. Problem: in a certain large company , the ratio of college graduates with a graduate degree to non - college graduates is 1 : 8 , and ratio of college graduates without a graduate degree to non - college graduates is 2 :...
d
task078_all_elements_except_last_i
task078-3a86ab9d149543a2a243a5c163576e95
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 3, ['A', '6499', '4625', '8913', '8207', 'o', '8721', '1107', '5245', 'Y', '7811', '4395', '2557', '5051', '3289'...
A, 6499, 4625, 8913, 8207, o, 8721, 1107, 5245, Y, 7811, 4395
task455_swag_context_generation
task455-03dbba64b75744f09d4caf977ab645ba
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. People cuddle up with her, one on either side.
Someone sits down on the couch and sighs.
task177_para-nmt_paraphrasing
task177-41238b91d7664b65bc984f6ea06af53f
This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words. he was close-mouthed ; i got no more than a few hints from the transformations and developments which he had me perform for him .
he was secretive ; i have no more than a couple of hints from the transformations and development i 've done for him .
task1412_web_questions_question_answering
task1412-193f4662afc84559bab88e79b6472349
A question is presented to you in this task, and your job is to write a potentially correct answer. what did robin gibb died from?
Liver cancer
task183_rhyme_generation
task183-5c54b6c1a8cb47278b5d073a92893811
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" to
shu
task306_jeopardy_answer_generation_double
task306-7101aaa2cefd491fbe5b0dcce8261786
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: BODIES OF WATER Clue: At 4,710 feet deep, this African lake is the world's second-de...
lake tanganyika
task080_piqa_answer_generation
task080-94a5d20965464348a78d9c3a80205ade
In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. How can y...
When starting the cycle of drying add a large dry bath towel, this will distribute some of the water in the load.
task456_matres_intention_classification
task456-0bb7589c21b848d58acb7bb5822ac450
You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition)....
Yes
task303_record_incorrect_answer_generation
task303-9bc904835caf4b3188dfcaea392fc50c
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 ...
Nigeria
task616_cola_classification
task616-bbd569a14673495c97a52f60e39d385a
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
task1729_personachat_generate_next
task1729-734289afa1c04ece9c944b3c832c860d
Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation. Personality: I'm a savage...
I hunt for it. I use spear.
task074_squad1.1_question_generation
task074-cdf39c9e009a494eb6b305e5263a2fa7
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...
When were the militias in Bermuda disbanded?
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-86dabfbd18794432bcc88720aa0eb4d2
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...
n, e, M, z, e, e, i, V, Z, 6949, 7315, 6251, 8747, 9707, 1701, 9569, 8249, 5217, 4311, 9787, 1037, 4021
task518_emo_different_dialogue_emotions
task518-e5ad1f812b18453399b9a9970c79bb9a
In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'. Dialogue 1: 'are you asking about my school yup 9 ok'. Dialogue 2: 'on my bed same you don't go to w...
yes
task582_naturalquestion_answer_generation
task582-84246d0f693d4540a98a84b71e10fe5c
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 plays lori loughlin's husband on gar...
Steve Bacic
task328_jigsaw_classification_insult
task328-90aa2ce08ae742ddbf3c55e331304494
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: his jewish roots showed through ask remy beauregard about that
Non-insult
task493_review_polarity_classification
task493-c3fb6fe48448422d8451949beb1d3c25
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. This toy took a little getting use to. But after a few times playing with it I was amazing. I wish there were more options for the speed & vibration but It makes me quite happy & I'm not always easy to please...
Positive
task403_creak_commonsense_inference
task403-c2bb70f81dc74aec92f320c7b3e24cab
In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal...
True
task1508_wordnet_antonyms
task1508-e26d2f5c321a498785f53d271b49e60d
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. simple
complex
task066_timetravel_binary_consistency_classification
task066-8a9846faf89f4025b40bd94c425178d2
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
task1217_atomic_answer_generation
task1217-fba7067d714146d58018cd2d632e459b
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 protects ___ from damage
a dog
task390_torque_text_span_selection
task390-9a762e8d0aa74813ba06c0a13aec59ab
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 Arm...
switch
task1296_wiki_hop_question_answering
task1296-e22765e9393448e5b49137db2110cf3c
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes). Context: Russia, also officially known as the Russian Empire, was a state that existed from 1721 u...
poland
task183_rhyme_generation
task183-e0515c8c86dd4f939420506e2056707d
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" written
sitton
task901_freebase_qa_category_question_generation
task901-ed8b900996294072971478dd823c5c19
Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts. music
Ginger Baker was the drummer from which band?
task078_all_elements_except_last_i
task078-2cbb9b3a24e0474fa5164b9217177c19
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 2, ['O', '8053', 'd', 'Y', 'w', 'v', 'B', '4313', 'F', 'R', 'g', '959', 'c', 'B', 'l']
O, 8053, d, Y, w, v, B, 4313, F, R, g, 959, c
task403_creak_commonsense_inference
task403-170c724a93704618add4e44894d6d338
In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal...
True
task067_abductivenli_answer_generation
task067-e830aad9d7bb493b857b9e0665e78070
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...
He ended up winning and I asked for a rematch.
task1596_event2mind_text_generation_2
task1596-5a4baa2d8c834ca99a814bfffb696291
The task is to generate text based off of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons intent behind doing the event, i.e. why did the person do that action. PersonX furthers PersonX's ends
to act favorably on behalf of his own self interest
task286_olid_offense_judgment
task286-3eed91dae0834696b530dd635690e0e2
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
task323_jigsaw_classification_sexually_explicit
task323-008fad595fc34b33a2a8cf7c948c43da
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: So the women that voted for him are too stupid to know better...
Sexual-explicit
task1326_qa_zre_question_generation_from_answer
task1326-42c59259ffa947bea10582af58013279
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 : The Sharon Osbourne Show refers to either of two TV chat shows hosted by Sharon Osbourne -- the original US version, or the more recent...
What broadcasting company aired The Sharon Osbourne Show?
task074_squad1.1_question_generation
task074-57283f0eb3ba4bccb0648ef6f53e883f
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...
Along with Josh Groban, what notable pop artist started out his career on adult contemporary radio?
task1585_root09_hypernym_generation
task1585-7ba6d8564eb349ad8f32bcc1d9a675c8
Given a concept word, generate a hypernym for it. A hypernym is a superordinate, i.e. a word with a broad meaning constituting a category, that generalizes another word. For example, color is a hypernym of red. football
sport
task294_storycommonsense_motiv_text_generation
task294-26551343cb5e4cedb05bfad31e286181
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 get back to the meeting
task293_storycommonsense_emotion_text_generation
task293-7772ac29c5c74c3dadc97c4d1fd1c940
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 ...
happy
task196_sentiment140_answer_generation
task196-f7d34fd010a748efa53c5771290dc366
In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Tweet: ~what a bore!! Question: is it a negative tweet?
yes
task305_jeopardy_answer_generation_normal
task305-927e29e06d3448b2b00ae319fe5addba
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 consistency, answers should be in all lower cased letters. Category: ANIMALS IN LITERATURE Clue: Representing Leon Trotsky, Snowball, a pig in this nove...
animal farm
task183_rhyme_generation
task183-a80a7eee66dd4c8882c3a10fa6bf7827
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" square
maire
task615_moviesqa_answer_generation
task615-09cfcb91565e4580a0526920d07712c7
You are given an open-domain question from an open movie database. Your task is to provide an answer to that question. Try to only include the answer. Do not put it in a sentence. what language is Child's Play in?
English
task191_hotpotqa_question_generation
task191-9e39256029af43698a8972755e91f620
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 : Sean O'Connell (born September 2, 1983) is a retired American professional mixed ...
Which ranking in the Ultimate Fighting Championship does this American professional mixed martial artist hold who was trained by Matt Hume?
task605_find_the_longest_common_subsequence_in_two_lists
task605-574ca8e99e2d45b4a40554033164b5c1
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. ['H', 'T', 9471, 'u', 'E', 7713, 'O', 8121, 'Y', 'G', 'O', 'H', 'r', '121', 'z', '8567', 'S', '5383', '9893', 'B', 'E', 'a', 'I', '6981', '2869', '8397', '3255', '7887', '519', '2451', 'c', 'Z', '6045', 'm', 3041, 5851,...
O, H, r, 121, z, 8567, S, 5383, 9893, B, E, a, I, 6981, 2869, 8397, 3255, 7887, 519, 2451, c, Z, 6045
task518_emo_different_dialogue_emotions
task518-cdf2988eb0af4ab5b8a0b7eef6578dea
In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'. Dialogue 1: 'i was in love but now she is no more that's sweet grinningfacewithsweat she is dead'. D...
no
task1384_deal_or_no_dialog_classification
task1384-36fce1b501a74c3099ae5f88ea8719be
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. THEM: if i can have the hat and the books you can have the balls YOU: i just want the hat THEM: i need the hat as well. are you able to make a deal without it YOU: no THEM: neither am i. i'm sor...
No
task303_record_incorrect_answer_generation
task303-164372e01cc846cdaf098c4fc4dee5b6
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 ...
Obama
task1510_evalution_relation_extraction
task1510-4a5ee9102d3c41328934710e7f4d06c4
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. capital ...
capital Antonym low
task1205_atomic_classification_isafter
task1205-e88e331db8d7462c8b95b854f429b653
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
task428_senteval_inversion
task428-336aa2afec694d7e8b21703c1cb12ed8
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. Jo...
Inversion
task897_freebase_qa_topic_question_generation
task897-ee8c16600ba945cea88752337592d7f4
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. around the world in eighty days
Which fictional character went 'Around the World in 80 Days'?
task385_socialiqa_incorrect_answer_generation
task385-7310b1e4bd904090b5d1281985c7e628
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: Sasha bou...
B
task074_squad1.1_question_generation
task074-80e042a241ce4628be2b82ba4f8d24a5
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 did Thoreau ask a public figure the taxman to do?
task105_story_cloze-rocstories_sentence_generation
task105-d3195a27fb1642ecbafb8c969ee70c55
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: Lenny worked at a museum. Sentence2: He loved his job and was happy to be there. Sentence3: One d...
Lenny found another job in a better museum and is even happier.
task067_abductivenli_answer_generation
task067-e908abfa426444c5b20c9bd4039033d0
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...
Haley accompanied her friends for fun at the Zoo.
task1446_farthest_integers
task1446-e9e76f038bfd44d48f346edd72242463
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. [-51, -61, 1, -1, ...
135
task141_odd-man-out_classification_category
task141-c24b3f1e869a449cbd12725e88f3fd5d
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: emotional status Words: happy, merchandise, disappointed, joyful, content
merchandise
task820_protoqa_answer_generation
task820-8c847af3ce034876837741d114825c14
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 happens to people when they're experiencing an allergic reaction.
hives
task192_hotpotqa_sentence_generation
task192-01f1961476dd4c89aeed384567b60fc2
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. Catcha Lake is a Canadian lake located in the central part of Nova Scotia's Halifax Regio...
Catcha Lake is a Canadian lake located in the central part of Nova Scotias Halifax Regional Municipality.
task109_smsspamcollection_spamsmsdetection
task109-703c9e19931b4175bf0b7b5c72b06bfd
In this task, you're given text messages in natural language. Your task is to classify those text messages based on their content into two classes: (1) Spam and (2) Ham messages. If the content of the given message is irrelevant to the receiver or is equally relevant to many other potential recipients then it must be l...
spam
task924_event2mind_word_generation
task924-38c0052c653046fe84a9830dc3d95825
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 slings over PersonY's shoulder. Intent: 1) t...
happy
task847_pubmedqa_question_generation
task847-b274ffc4b2e640d497938bf81b46373a
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 ...
Is obstructive sleep apnea common in idiopathic pulmonary fibrosis?
task405_narrativeqa_question_generation
task405-1803f8d0810643ebb7d2492d4e1c096b
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...
Why does the Triplanetary Service fight the presidential election?
task1401_obqa_sentence_generation
task1401-bff4a07bb0684887ab28c68d80bcd51d
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: if a person is unable to stand cold weather, which of these should be avoided? Answer: the arctic regions.
the arctic environment is cold in temperature from being at a northern lattitude below 0 degrees celsius during most of the year
task298_storycloze_correct_end_classification
task298-2b2c828dbe2a49808034e68d5a82e470
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: Kim saw a mother unloading her shopping cart in a parking lot. S...
Yes
task192_hotpotqa_sentence_generation
task192-01d113b1d9ae410fba3befb79b454095
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. Arturo Vega (October 13, 1947 – June 8, 2013) was a Mexican-born, American punk rock grap...
He was sometimes called the fifth Ramone, and attended all but two of the more than 2,200 shows they played from their formation in 1974 to their disbanding in 1996.
task302_record_classification
task302-4470dbd1eced4bf6a269bb05b205bd32
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. Bangkok (CNN) Yu Yanhua hasn't been back to ...
(D)
task579_socialiqa_classification
task579-61cb7ea5a5184a2a8fe0592c5b243d16
In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations. Context: Kendall closed the door with a slam after Sydney left. It had...
Yes
task307_jeopardy_answer_generation_final
task307-a96cd4ff5ab7460bb291291d46940890
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: POLITICAL TERMS Clue: The first known use of this word is a 1763 entry in John Adams...
caucus
task114_is_the_given_word_longest
task114-343c8ccfc7b7456e8bf94b0af7b1e5e4
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: 'person sk...
No
task1502_hatexplain_classification
task1502-6ae98b5a06b545b68192797a57f09bc1
The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted. <u...
Offensive
task311_race_question_generation
task311-fcd6e94abb5a44b3be15b945457c53c3
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: Sales Executive Pindan Labor Solutions is expanding and we require a sales executive. Working hours from Monday to Friday,12 months a year. However,some weekend work may be requ...
Of the four positions,which offers the top yearly income?
task1422_mathqa_physics
task1422-bb47743bdd37437ea6041722973c54b0
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: if 15 horses eat 15 bags of gram in 15 days , in how many days will one horse eat one bag of grain ? Options: a ) 15 days , b ) 1 / 15 days , c ) 1 day , d ) 30 days , e ...
a
task283_dream_incorrect_answer_generation
task283-183ed75cdc2f4dd3b78dbaecf8dd751d
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". Woman: Hey. Are you leaving now? [ Yeah. ] Could you g...
hit the man
task1661_super_glue_classification
task1661-ff3f4b6663ba474eb8a521961018a1dc
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: Frank Williams (actor) -- Frank Williams (born 2 July 1931) is an English actor best known for playing Timothy Fa...
1
task1309_amazonreview_summary_classification
task1309-a39c08c1c7eb423aaa2ad34b93f98497
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: It was missing the front part where the key that go...
True
task413_mickey_en_sentence_perturbation_generation
task413-3fb4533d6818417092ee5e7fc1df3057
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. Knowledg...
Knowledge would stop you want to go to school .
task413_mickey_en_sentence_perturbation_generation
task413-04c7f251e6d349af9ff06d2d0f40a2eb
Given a sentence, generate a new sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. Some sta...
Some relatives like to vote to movies .
task194_duorc_answer_generation
task194-5193d05bc97c445f93986167bfa98b3e
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. In a world where toys are living things who pretend to be lifeless when their owners are present, a group of toys owne...
Answer: On a RC Car
task294_storycommonsense_motiv_text_generation
task294-d932e939fda1456e99316b6697747fa8
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...
None